/*
Theme Name: Ronda Policial 3.0
Theme URI: http://rondapolicial.net.br
Version: 3.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;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

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;
}

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;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  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;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 744px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 964px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1264px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -12px;
  margin-right: -12px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.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: 12px;
  padding-right: 12px;
}

.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-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@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-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@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-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@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-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.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 {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.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;
  }
}
/*
2. VARIABLES
----------
Setting up variables. Bringing in Colors and Spacing.
---------- */
/*
3. BASE
----------
The commont rules: color, typography use for all or multi objects.
---------- */
/*
3.1. MIXIN
----------
All custom funtions for sass framework.
---------- */
/*
3.2. BASIC STRUCTURE
----------
The basic rules for structure of site: header, footer, sidebar, navigation,..
---------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #db5244;
  text-decoration: none;
}
a:hover, a:focus {
  color: #db5244;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

[role="button"] {
  cursor: pointer;
}

iframe, object, embed {
  border: 0 none !important;
  display: block;
  width: 100%;
}

.e_hide {
  display: none;
}

.e_site_container {
  overflow-x: hidden;
}

/*
3.3 BOXED MODE
----------
The other rules for boxed mode. Default is fullwidth (fluid).
---------- */
body.e_boxed.e_enable_border_wrap .e_site_container {
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
}
body.e_boxed .e_site_container {
  padding-left: 0px;
  padding-right: 0px;
  overflow-x: hidden;
  position: relative;
  background-color: white;
}
body.e_boxed .e_site_container .container-fluid {
  padding-left: 24px;
  padding-right: 24px;
}
body.e_boxed #e_primary_nav {
  margin-left: -24px;
}
body.e_boxed.e_boxed_shadow .e_site_container {
  -webkit-box-shadow: 0px 0px 3px 1px rgba(220, 220, 220, 0.5);
  -moz-box-shadow: 0px 0px 3px 1px rgba(220, 220, 220, 0.5);
  box-shadow: 0px 0px 3px 1px rgba(220, 220, 220, 0.5);
}

/*
3.4. TYPOGRAPHY
----------
The common typography rules (font-family, font-size, line-height) for html, body, heading, widget-title, widget-content,..
---------- */
html {
  overflow-x: hidden;
  color: #333333;
}

time {
  font-family: "Raleway", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #333333;
}
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
  color: #333333;
}

body {
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  line-height: 21px;
  font-style: normal;
}

h1 {
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-size: 35px;
  line-height: 45px;
  font-style: normal;
  letter-spacing: 0.5px;
}

h2 {
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-size: 29px;
  line-height: 38px;
  font-style: normal;
  letter-spacing: 0.5px;
}

h3 {
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-style: normal;
  letter-spacing: 0.5px;
}

h4 {
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-style: normal;
  letter-spacing: 0.5px;
}

h5 {
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  line-height: 21px;
  font-style: normal;
  letter-spacing: 0.5px;
}

h6 {
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  line-height: 18px;
  font-style: normal;
  letter-spacing: 0.5px;
}

/*
3.5. WIDGET-TITLE
----------
The rules for widget-title: global, and private (widget on sidebar, widget on footer,..).
---------- */
.e_widget_title.e_style_01 {
  margin-bottom: 24px;
}
.e_widget_title.e_style_01 .e_title {
  margin-top: 0px;
  margin-bottom: 0px;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 26px;
}
.e_widget_title.e_style_01 .e_sub_title {
  margin-top: 5px;
  margin-bottom: 0px;
  color: #aaaaaa;
}
.e_widget_title.e_style_01 .e_title,
.e_widget_title.e_style_01 .e_sub_title {
  text-align: center;
}
.e_widget_title.e_style_02, .e_widget_title.e_style_03 {
  position: relative;
  height: 50px;
  margin-bottom: 24px;
}
.e_widget_title.e_style_02:before, .e_widget_title.e_style_03:before {
  content: '';
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  padding: 0px;
  top: 50%;
  left: 0px;
  margin-top: -2.5px;
  background-color: #dedede;
  z-index: 1;
}
.e_widget_title.e_style_02 .e_title, .e_widget_title.e_style_03 .e_title {
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
  height: 50px;
  line-height: 50px;
  background-color: white;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 24px;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  z-index: 2;
}
.e_widget_title.e_style_03 {
  text-align: center;
}
.e_widget_title.e_style_03 .e_title {
  padding-left: 24px;
}
.e_widget_title.e_style_04 {
  position: relative;
  height: 50px;
  margin-bottom: 24px;
  padding-left: 24px;
}
.e_widget_title.e_style_04:before {
  content: '';
  display: block;
  position: absolute;
  height: 18px;
  width: 5px;
  padding: 0px;
  top: 50%;
  left: 0px;
  margin-top: -9px;
  background-color: #db5244;
  z-index: 1;
}
.e_widget_title.e_style_04 .e_title {
  height: 50px;
  line-height: 50px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
.e_widget_title.e_style_05 .e_title {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 50px;
  text-transform: uppercase;
}
.e_widget_title.e_style_06 {
  margin-bottom: 50px;
}
.e_widget_title.e_style_06 .e_title {
  margin-top: 0px;
  margin-bottom: 0px;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
}
.e_widget_title.e_style_06 .e_title span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding-left: 24px;
  padding-right: 24px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
}
.e_widget_title.e_style_06 .e_icon {
  display: inline-block;
  *display: inline;
  zoom: 1;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  line-height: 40px;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  cursor: pointer;
}
.e_widget_title.e_style_06 .e_icon:hover {
  background-color: #db5244;
}
.e_widget_title.e_style_06 .e_icon.e_prev {
  margin-right: 5px;
}
.e_widget_title.e_style_06 .e_icon.e_next {
  margin-left: 5px;
}

/*
3.6. PAGINATION
----------
The rules for pagination of blog posts: archive, category, tag, search.
---------- */
.e_pagination {
  margin-top: 50px;
}
.e_pagination ul {
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: right;
}
.e_pagination li {
  list-style-type: none;
  display: inline-block;
  margin-left: 5px;
}
.e_pagination a {
  transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
}
.e_pagination a, .e_pagination span {
  display: block;
  height: 37.5px;
  width: 37.5px;
  line-height: 37.5px;
  text-align: center;
  color: #333333;
  background-color: white;
  text-decoration: none;
}
.e_pagination span.current,
.e_pagination li:hover a {
  border-color: #db5244;
  color: white;
  background-color: #db5244;
}

/*
3.7. PARALLAX
----------
The rules for parallax effect.
---------- */
.e_section:before, .e_section:after {
  content: "";
  display: table;
}
.e_section:after {
  clear: both;
}
.e_section > .e_container {
  margin-top: 50px;
  margin-bottom: 50px;
}
.e_section .e_parallax {
  background-attachment: fixed !important;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}
.e_section .e_parallax > .e_container {
  margin-top: 50px;
  margin-bottom: 50px;
}
.e_section .e_parallax > .e_overlay {
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
.e_section .widget {
  position: relative;
}

/*
4. HEADER
----------
The basic rules for header of site.
---------- */
#e_site_header .e_left {
  text-align: left;
}
#e_site_header .e_right {
  text-align: right;
}
#e_site_header.e_style_01 > .e_top {
  background-color: #f1f1f1;
}
#e_site_header.e_style_02 > .e_top {
  background-color: #252932;
  border-bottom: 1px solid #3b3f48;
}
#e_site_header.e_style_02 > .e_top .e_ticker e_header h4, #e_site_header.e_style_02 > .e_top .e_ticker a {
  color: #dfdfdf;
}
#e_site_header.e_style_02 > .e_top .e_button {
  color: #dfdfdf;
}
#e_site_header > .e_middle {
  background-color: #252932;
  padding-top: 50px;
  padding-bottom: 50px;
}
#e_site_header > .e_middle .e_site_logo {
  text-align: left;
}
#e_site_header > .e_middle .e_site_logo img {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
#e_site_header > .e_middle .e_top_banner {
  text-align: right;
}
#e_site_header > .e_middle .e_top_banner img {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
#e_site_header.e_style_01 > .e_bottom {
  background-color: white;
  border-bottom: 1px solid #dedede;
}
#e_site_header.e_style_01 > .e_bottom .e_search_top {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 100%;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
#e_site_header.e_style_02 > .e_bottom {
  background-color: #252932;
  border-bottom: 1px solid #3b3f48;
  border-top: 1px solid #3b3f48;
}
#e_site_header.e_style_02 > .e_bottom .e_search_top {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
}
#e_site_header.e_style_02 > .e_bottom .e_search_top .e_search_form.e_style_01 {
  height: 50px;
}
#e_site_header.e_style_02 > .e_bottom .e_search_top .e_search_form.e_style_01 .e_search_text {
  height: 50px;
  line-height: 50px;
}
#e_site_header.e_style_02 > .e_bottom .e_search_top .e_search_form.e_style_01 .e_search_submit {
  height: 48px;
  line-height: 48px;
}
#e_site_header.e_style_02 > .e_bottom .e_search_top .e_search_form.e_style_01 .e_search_text {
  border-left: 1px solid #3b3f48;
  color: white;
}
#e_site_header.e_style_02 > .e_bottom .e_search_top .e_search_form.e_style_01 .e_search_submit {
  width: 50px;
  text-align: center;
  border-right: 1px solid #3b3f48;
  border-left: 1px solid #3b3f48;
  background-color: #252932;
  color: white;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
#e_site_header.e_style_02 > .e_bottom .e_search_top .e_search_form.e_style_01 .e_search_submit:hover {
  background-color: #db5244;
}
#e_site_header > .e_bottom {
  height: 50px;
}
#e_site_header.e_style_02 > .e_top .e_ticker .e_header h4 {
  color: #db5244 !important;
}
#e_site_header .e_button {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 50px;
}

/*
4.1. SEARCH
----------
The rules for search form on top-bar (inside header).
---------- */
#e_site_header.e_style_01 .e_search_form.e_style_01 .e_search_text {
  border-color: #dfdfdf;
}

.e_search_form.e_style_01 {
  height: 35px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.e_search_form.e_style_01 .e_search_text {
  width: 100%;
  height: 35px;
  line-height: 35px;
  border: 1px solid transparent;
  padding: 0px 45px 0px 15px;
  background-color: transparent;
}
.e_search_form.e_style_01 .e_search_submit {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: transparent;
  border: none;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.e_search_form.e_style_01 .e_search_submit:hover {
  color: #db5244;
}

/*
4.2. TICKER
----------
The rules for ticker (display list of latest post by carousel effect).
---------- */
.e_ticker {
  position: relative;
  padding-left: 135px;
}
.e_ticker * {
  height: 50px;
  line-height: 50px;
  margin-top: 0px;
  margin-bottom: 0px;
  overflow: hidden;
}
.e_ticker > .e_header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 125px;
}
.e_ticker h4 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.e_ticker h4:hover {
  color: #db5244;
}
.e_ticker .e_item time, .e_ticker .e_item h5 {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.e_ticker .e_item time {
  color: #db5244;
  margin-right: 5px;
}

/*
5. FOOTER
----------
The basic rules for footer of site.
---------- */
#e_site_footer > .e_top {
  background: url("images/pattern-top.png") top left repeat-x transparent;
  background-color: #252932;
  padding-top: 50px;
  padding-bottom: 0px;
  color: #8e9ba7;
}
#e_site_footer > .e_top a {
  text-decoration: none;
  color: #8e9ba7;
}
#e_site_footer > .e_top a:hover {
  color: #db5244;
}
#e_site_footer > .e_bottom {
  background-color: #181a1e;
  padding-top: 24px;
  padding-bottom: 24px;
  color: #656565;
}
#e_site_footer > .e_bottom .e_left {
  text-align: left;
}
#e_site_footer > .e_bottom .e_right {
  text-align: right;
}
#e_site_footer > .e_bottom a {
  text-decoration: none;
  color: #656565;
}
#e_site_footer > .e_bottom a:hover {
  color: #db5244;
}
#e_site_footer .e_widget_title.e_style_05 .e_title {
  color: white;
  margin-top: 0px;
  margin-bottom: 24px;
}

/*
6. NAVIGATION
----------
Inlude top menu (main-menu) and bottom menu (footer-menu).
---------- */
/*
6.1. PRIMARY MENU
----------
The primary menu of site, on header
---------- */
#e_primary_nav {
  position: relative;
}
#e_primary_nav .e_handler {
  display: none;
  height: 50px;
  line-height: 50px;
  width: 50px;
  background-color: #db5244;
  color: white;
  text-align: center;
  cursor: pointer;
}
#e_primary_nav #e_primary_menu_mobile {
  position: absolute;
  display: none;
  top: 50px;
  left: 0px;
  width: 300px;
  z-index: 100;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 12px;
  padding-right: 12px;
  border-top: 3px solid #db5244;
  background-color: #fafafa !important;
}
#e_primary_nav #e_primary_menu_mobile a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  line-height: 25px;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #333333;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  transition: padding-left 0.5s;
  -ms-transition: padding-left 0.5s;
  -webkit-transition: padding-left 0.5s;
  -moz-transition: padding-left 0.5s;
}
#e_primary_nav #e_primary_menu_mobile a:hover {
  color: #db5244;
  padding-left: 12px;
}
#e_primary_nav #e_primary_menu_mobile a:hover .e_caret:after {
  color: #db5244;
}
#e_primary_nav #e_primary_menu_mobile .e_caret {
  display: block;
  position: absolute;
  top: 12px;
  right: 0px;
  text-align: center;
}
#e_primary_nav #e_primary_menu_mobile .e_caret, #e_primary_nav #e_primary_menu_mobile .e_caret:after {
  height: 24px;
  line-height: 24px;
  width: 24px;
  transition: color 0.5s;
  -ms-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
}
#e_primary_nav #e_primary_menu_mobile .e_caret:after {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f106";
  color: #333333;
}
#e_primary_nav #e_primary_menu_mobile,
#e_primary_nav #e_primary_menu_mobile ul {
  list-style-type: none;
}
#e_primary_nav #e_primary_menu_mobile ul {
  padding-left: 0px;
  border-top: 1px solid #dedede;
}
#e_primary_nav #e_primary_menu_mobile ul a {
  margin-left: 24px;
}
#e_primary_nav #e_primary_menu_mobile li {
  position: relative;
  border-top: 1px solid #dedede;
}
#e_primary_nav #e_primary_menu_mobile li:first-child {
  border-top-color: transparent;
}
#e_primary_nav #e_primary_menu_mobile li.open .e_caret:after {
  content: "\f107";
}

#e_site_header.e_style_01 ul#e_primary_menu {
  margin-top: 0px;
  margin-bottom: 0px;
}
#e_site_header.e_style_01 ul#e_primary_menu:before, #e_site_header.e_style_01 ul#e_primary_menu:after {
  content: "";
  display: table;
}
#e_site_header.e_style_01 ul#e_primary_menu:after {
  clear: both;
}
#e_site_header.e_style_01 ul#e_primary_menu > li > .sub-menu {
  top: 49px !important;
}
#e_site_header.e_style_01 ul#e_primary_menu,
#e_site_header.e_style_01 ul#e_primary_menu ul {
  padding-left: 0px;
  list-style-type: none;
}
#e_site_header.e_style_01 ul#e_primary_menu li,
#e_site_header.e_style_01 ul#e_primary_menu ul li {
  position: relative;
}
#e_site_header.e_style_01 ul#e_primary_menu.sub-menu,
#e_site_header.e_style_01 ul#e_primary_menu ul.sub-menu {
  position: absolute;
  top: -3px;
  left: 0px;
  width: 260px;
  z-index: 10;
  background-color: white;
}
#e_site_header.e_style_01 ul#e_primary_menu.sub-menu a,
#e_site_header.e_style_01 ul#e_primary_menu ul.sub-menu a {
  color: #252932;
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-left: 12px;
  margin-right: 12px;
  display: block;
  border-bottom: 1px solid #dedede;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
#e_site_header.e_style_01 ul#e_primary_menu.sub-menu a:hover,
#e_site_header.e_style_01 ul#e_primary_menu ul.sub-menu a:hover {
  padding-left: 12px !important;
  color: #db5244;
}
#e_site_header.e_style_01 ul#e_primary_menu.sub-menu li.e_last > a,
#e_site_header.e_style_01 ul#e_primary_menu ul.sub-menu li.e_last > a {
  border-bottom: none;
}
#e_site_header.e_style_01 ul#e_primary_menu > li {
  display: block;
  position: relative;
  float: left;
}
#e_site_header.e_style_01 ul#e_primary_menu > li:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  height: 100%;
  width: 1px;
  right: 0px;
  background-color: #dedede;
}
#e_site_header.e_style_01 ul#e_primary_menu > li:hover:after {
  background-color: transparent;
}
#e_site_header.e_style_01 ul#e_primary_menu > li > a {
  text-align: center;
  color: #252932;
  text-transform: uppercase;
}
#e_site_header.e_style_01 ul#e_primary_menu > li > a:before {
  background-color: #db5244;
}
#e_site_header.e_style_01 ul#e_primary_menu > li > a:hover {
  color: white;
}
#e_site_header.e_style_01 ul#e_primary_menu > li.current-menu-item:after {
  background-color: transparent !important;
}
#e_site_header.e_style_01 ul#e_primary_menu > li.current-menu-item > a, #e_site_header.e_style_01 ul#e_primary_menu > li.sfHover > a {
  background-color: #db5244;
  color: white;
}
#e_site_header.e_style_01 ul#e_primary_menu > li a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 24px;
  padding-right: 24px;
  cursor: pointer;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 0.5px;
}
#e_site_header.e_style_01 ul#e_primary_menu .sub-menu {
  display: none;
  background-color: #fafafa !important;
  border-top: 3px solid #db5244;
}
#e_site_header.e_style_01 ul#e_primary_menu .sub-menu .sub-menu {
  left: 260px;
}

#e_site_header.e_style_02 ul#e_primary_menu {
  margin-top: 0px;
  margin-bottom: 0px;
}
#e_site_header.e_style_02 ul#e_primary_menu:before, #e_site_header.e_style_02 ul#e_primary_menu:after {
  content: "";
  display: table;
}
#e_site_header.e_style_02 ul#e_primary_menu:after {
  clear: both;
}
#e_site_header.e_style_02 ul#e_primary_menu > li > .sub-menu {
  top: 49px !important;
}
#e_site_header.e_style_02 ul#e_primary_menu,
#e_site_header.e_style_02 ul#e_primary_menu ul {
  padding-left: 0px;
  list-style-type: none;
}
#e_site_header.e_style_02 ul#e_primary_menu li,
#e_site_header.e_style_02 ul#e_primary_menu ul li {
  position: relative;
}
#e_site_header.e_style_02 ul#e_primary_menu.sub-menu,
#e_site_header.e_style_02 ul#e_primary_menu ul.sub-menu {
  position: absolute;
  top: -3px;
  left: 0px;
  width: 260px;
  z-index: 10;
  background-color: white;
}
#e_site_header.e_style_02 ul#e_primary_menu.sub-menu a,
#e_site_header.e_style_02 ul#e_primary_menu ul.sub-menu a {
  color: #252932;
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-left: 12px;
  margin-right: 12px;
  display: block;
  border-bottom: 1px solid #dedede;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
#e_site_header.e_style_02 ul#e_primary_menu.sub-menu a:hover,
#e_site_header.e_style_02 ul#e_primary_menu ul.sub-menu a:hover {
  padding-left: 12px !important;
  color: #db5244;
}
#e_site_header.e_style_02 ul#e_primary_menu.sub-menu li.e_last > a,
#e_site_header.e_style_02 ul#e_primary_menu ul.sub-menu li.e_last > a {
  border-bottom: none;
}
#e_site_header.e_style_02 ul#e_primary_menu > li {
  display: block;
  position: relative;
  float: left;
}
#e_site_header.e_style_02 ul#e_primary_menu > li:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  height: 100%;
  width: 1px;
  right: 0px;
  background-color: #3b3f48;
}
#e_site_header.e_style_02 ul#e_primary_menu > li:hover:after {
  background-color: transparent;
}
#e_site_header.e_style_02 ul#e_primary_menu > li > a {
  text-align: center;
  color: #dfdfdf;
  text-transform: uppercase;
}
#e_site_header.e_style_02 ul#e_primary_menu > li > a:after {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  z-index: -2;
  background-color: #db5244;
  top: -1px;
  left: 0;
}
#e_site_header.e_style_02 ul#e_primary_menu > li > a:before {
  background-color: #db5244;
}
#e_site_header.e_style_02 ul#e_primary_menu > li > a:hover {
  color: white;
}
#e_site_header.e_style_02 ul#e_primary_menu > li.current-menu-item:after {
  background-color: transparent !important;
}
#e_site_header.e_style_02 ul#e_primary_menu > li.current-menu-item > a, #e_site_header.e_style_02 ul#e_primary_menu > li.sfHover > a {
  background-color: #db5244;
  color: white;
}
#e_site_header.e_style_02 ul#e_primary_menu > li a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 24px;
  padding-right: 24px;
  cursor: pointer;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 0.5px;
}
#e_site_header.e_style_02 ul#e_primary_menu .sub-menu {
  display: none;
  background-color: #fafafa !important;
  border-top: 3px solid #db5244;
}
#e_site_header.e_style_02 ul#e_primary_menu .sub-menu .sub-menu {
  left: 260px;
}

/*
6.2. SECONDARY MENU
----------
The secondary menu of site, on footer
---------- */
#e_secondary_nav .sub-menu {
  display: none;
}
#e_secondary_nav ul {
  padding-left: 0px;
  list-style-type: none;
}
#e_secondary_nav ul#e_secondary_menu {
  margin-top: 0px;
  margin-bottom: 0px;
}
#e_secondary_nav ul#e_secondary_menu > li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-left: 12px;
  padding-left: 12px;
}
#e_secondary_nav .e_wrap {
  display: none;
  width: 300px;
}
#e_secondary_nav span.e_handler {
  display: block;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  height: 50px;
  line-height: 50px;
  width: 100%;
  color: white;
  background-color: #151515;
  text-align: center;
  cursor: pointer;
}
#e_secondary_nav span.e_handler .e_icon {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-right: 24px;
}
#e_secondary_nav span.e_handler:hover {
  background-color: #db5244;
}
#e_secondary_nav #e_secondary_menu_mobile {
  width: 100%;
}
#e_secondary_nav #e_secondary_menu_mobile li {
  border-top: 1px solid #111;
}
#e_secondary_nav #e_secondary_menu_mobile a {
  display: block;
  height: 50px;
  line-height: 50px;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  border-top: 1px solid #333;
  text-transform: uppercase;
  color: white;
  font-size: 13px;
}
#e_secondary_nav #e_secondary_menu_mobile a:hover {
  color: #db5244;
}

/*
7. ELEMENTS
----------
The style for all pages: blog, static-page, single-post, 404.
---------- */
/*
7.1. BLOCKQUOTE
----------
---------- */
blockquote {
  position: relative;
  margin: 12px 24px;
  padding-left: 50px;
  padding-right: 50px;
  font-family: "Raleway", sans-serif;
}
blockquote cite {
  display: block;
  margin-top: 5px;
  font-size: 13px;
}
blockquote:before, blockquote:after {
  display: block;
  position: absolute;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 32px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 24px;
  line-height: 24px;
  width: 24px;
  color: #dedede;
}
blockquote:before {
  content: "\f10d";
  top: 0;
  left: 0;
}
blockquote:after {
  content: "\f10e";
  bottom: 0;
  right: 0;
}
blockquote.e_blockquote.e_style_01 {
  padding-right: 0px !important;
  border-left: 3px solid #db5244;
}
blockquote.e_blockquote.e_style_01:before, blockquote.e_blockquote.e_style_01:after {
  display: none !important;
}

/*
7.2. BREADCRUMB
----------
---------- */
.e_widget_breadcrumb .e_title {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: white;
  text-transform: uppercase;
}
.e_widget_breadcrumb .e_right {
  line-height: 30px;
  text-align: right;
}
.e_widget_breadcrumb .e_right * {
  color: white;
}
.e_widget_breadcrumb .e_divider {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding-left: 12px;
  padding-right: 12px;
}

/*
7.3. BUTTON
----------
---------- */
.e_button {
  display: inline-block;
  *display: inline;
  zoom: 1;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  height: 50px;
  line-height: 50px;
  padding: 0px 20px;
  margin: 0px;
  color: #252932;
  text-decoration: none !important;
  font-size: 14px;
}
.e_button .e_icon {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-right: 12px;
}
.e_button.e_last {
  padding-right: 0px;
}
.e_button:hover {
  color: #db5244;
}
.e_button:before {
  background-color: #db5244 !important;
}
.e_button.e_solid {
  border: 1px solid transparent;
}
.e_button.e_solid.e_style_01 {
  border-color: #dedede;
}
.e_button.e_solid.e_style_01:hover {
  border-color: #db5244;
}
.e_button.e_solid.e_style_02 {
  background-color: #db5244;
  color: white;
}
.e_button.e_solid.e_style_02:hover {
  background-color: white;
  border-color: #db5244;
  color: #db5244;
}
.e_button.e_button_form {
  border: 1px solid #dedede;
}
.e_button.e_button_form.e_primary {
  background-color: #db5244;
  color: white;
  border-color: #db5244;
  transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
}
.e_button.e_button_form.e_primary:hover {
  background-color: white;
  color: #db5244;
}
.e_button .e_after {
  margin-right: 0px;
  margin-left: 12px;
}

.e_link {
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
  text-decoration: none !important;
}
.e_link.e_last {
  padding-right: 0px !important;
}
.e_link.e_solid .e_icon, .e_link.e_color_box .e_icon {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}
.e_link.e_solid {
  height: 24px;
  line-height: 24px;
  padding: 0px 24px 0px 18px;
  font-size: 13px;
}
.e_link.e_solid .e_icon {
  height: 24px;
  line-height: 24px;
}
.e_link.e_color_box {
  height: 24px;
  line-height: 24px;
  background-color: #252932;
  padding: 0px 12px 0px 36px;
  font-size: 11px;
  text-transform: uppercase;
}
.e_link.e_color_box:before {
  background-color: #db5244 !important;
}
.e_link.e_color_box .e_icon {
  text-align: center;
  height: 24px;
  line-height: 24px;
  width: 24px;
  background-color: #db5244;
}
.e_link.e_only_icon {
  height: 37.5px;
  width: 37.5px;
  background-color: rgba(0, 0, 0, 0.5);
}
.e_link.e_only_icon .e_icon {
  height: 37.5px;
  line-height: 37.5px;
  width: 37.5px;
  display: block;
  text-align: center;
  color: white;
}
.e_link.e_only_icon_2 {
  width: 24px;
  text-align: center;
  margin-right: 12px;
}
.e_link.e_only_icon_2.e_last {
  margin-right: 0px !important;
}

.e_block {
  position: relative;
  padding-left: 24px;
}
.e_block .e_icon {
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
}

.e_date_block {
  display: inline-block;
  *display: inline;
  zoom: 1;
  border: 3px solid #252932;
}
.e_date_block span {
  min-width: 60px;
  width: 60px;
  width: auto;
  display: block;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 5px;
}
.e_date_block .e_year {
  background-color: #252932;
  color: white;
  line-height: 20px;
  font-size: 11px;
}
.e_date_block .e_day {
  font-size: 24px;
  line-height: 24px;
}
.e_date_block .e_month {
  font-size: 11px;
  line-height: 11px;
  text-transform: uppercase;
}

/*
7.4. DIVIDER
----------
---------- */
.e_divider.e_style_01 {
  position: relative;
  text-align: center;
}
.e_divider.e_style_01.e_left {
  text-align: left;
}
.e_divider.e_style_01.e_right {
  text-align: right;
}
.e_divider.e_style_01.e_center {
  text-align: center;
}
.e_divider.e_style_01:before {
  display: block;
  position: absolute;
  content: '';
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -0.5px;
  background-color: #dedede;
}
.e_divider.e_style_01 .e_icon,
.e_divider.e_style_01 .e_text {
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
  height: 50px;
  line-height: 50px;
  padding-left: 12px;
  padding-right: 12px;
  background-color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
}

/*
7.5. DROPCAPS
----------
---------- */
.e_dropcaps.e_style_01, .e_dropcaps.e_style_02 {
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 300%;
  text-align: center;
  margin-right: 12px;
}
.e_dropcaps.e_style_01 {
  color: #db5244;
}
.e_dropcaps.e_style_02 {
  margin-top: 5px;
  color: white;
  background-color: #db5244;
}

/*
7.6. FORM
----------
---------- */
.e_form_block {
  margin-top: 0px;
  margin-bottom: 24px;
}
.e_form_block.e_submit {
  margin-bottom: 0px;
}
.e_form_block input[type=text],
.e_form_block input[type=email],
.e_form_block input[type=url],
.e_form_block input[type=number] {
  height: 50px;
  line-height: 50px;
  border: 1px solid #dedede;
  padding-left: 12px;
  padding-right: 12px;
  width: 100%;
  background-color: #fafafa;
  transition: border-color 0.5s;
  -ms-transition: border-color 0.5s;
  -webkit-transition: border-color 0.5s;
  -moz-transition: border-color 0.5s;
}
.e_form_block input[type=text]:focus,
.e_form_block input[type=email]:focus,
.e_form_block input[type=url]:focus,
.e_form_block input[type=number]:focus {
  border-color: #aaaaaa;
}
.e_form_block textarea {
  padding: 12px;
  width: 100%;
  border: 1px solid #dedede;
  background-color: #fafafa;
  resize: vertical;
  transition: border-color 0.5s;
  -ms-transition: border-color 0.5s;
  -webkit-transition: border-color 0.5s;
  -moz-transition: border-color 0.5s;
}
.e_form_block textarea:focus {
  border-color: #aaaaaa;
}
.e_form_block .e_label.e_fluid {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 5px;
}

/*
7.7. GOOGLE MAP
----------
---------- */
.e_google_maps {
  height: 400px;
}

/*
7.8. LIST 01
----------
---------- */
.e_list {
  list-style-type: none !important;
  padding-left: 0px;
}
.e_list li {
  padding-left: 24px;
  min-height: 24px;
  line-height: 24px;
  position: relative;
  margin-bottom: 12px;
}
.e_list.e_style_01 .e_icon {
  display: block;
  position: absolute;
  height: 24px;
  line-height: 24px;
  width: 24px;
  top: 0;
  left: 0;
}

/*
7.9. LIST 02
----------
---------- */
ul.e_list_with_border_bottom, .widget_categories .widget-content > ul {
  padding-left: 0px;
  list-style-type: none;
}
ul.e_list_with_border_bottom li, .widget_categories .widget-content > ul li {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #dedede;
}
ul.e_list_with_border_bottom li a, .widget_categories .widget-content > ul li a {
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  display: block;
  width: 100%;
  margin: 0px;
  line-height: 24px;
  position: relative;
  color: #333333;
  padding-left: 0px;
  text-decoration: none;
}
ul.e_list_with_border_bottom li a:hover, .widget_categories .widget-content > ul li a:hover {
  padding-left: 12px;
}
ul.e_list_with_border_bottom li a:after, .widget_categories .widget-content > ul li a:after {
  display: block;
  height: 36px;
  width: 36px;
  line-height: 36px !important;
  position: absolute;
  top: 0px;
  right: 0px;
  content: "\f105";
  text-align: right;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*
7.10. NOTIFICATION
----------
---------- */
.e_notification.e_style_01 {
  position: relative;
  padding: 12px;
  border: 1px solid #dedede;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.e_notification.e_style_01 .e_close {
  display: block;
  height: 12px;
  line-height: 12px;
  width: 12px;
  font-size: 12px;
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
  text-align: center;
  color: #dfdfdf;
}
.e_notification.e_style_01 .e_close:hover {
  color: white;
}
.e_notification.e_style_01 .e_icon {
  display: inline-block;
  *display: inline;
  zoom: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid transparent;
  height: 50px;
  line-height: 50px;
  width: 50px;
  margin-right: 24px;
  margin-left: 12px;
  text-align: center;
}
.e_notification.e_style_01 .e_title {
  margin-top: 0px;
  font-weight: 600;
}
.e_notification.e_style_01 .e_content {
  margin-top: 12px;
  font-size: 13px;
}
.e_notification.e_style_01 .e_title, .e_notification.e_style_01 .e_content {
  margin-bottom: 0px;
}
.e_notification.e_style_01.e_success {
  background-color: #689f38;
  border-color: #689f38;
  color: white;
}
.e_notification.e_style_01.e_success .e_icon {
  border-color: white;
}
.e_notification.e_style_01.e_info {
  background-color: #303f9f;
  border-color: #303f9f;
  color: white;
}
.e_notification.e_style_01.e_info .e_icon {
  border-color: white;
}
.e_notification.e_style_01.e_warning {
  background-color: #ffa000;
  border-color: #ffa000;
  color: white;
}
.e_notification.e_style_01.e_warning .e_icon {
  border-color: white;
}
.e_notification.e_style_01.e_error {
  background-color: #d32f2f;
  border-color: #d32f2f;
  color: white;
}
.e_notification.e_style_01.e_error .e_icon {
  border-color: white;
}

/*
7.11. OWL CAROUSEL PAGINATION
----------
---------- */
.e_owl_dotted_2 {
  padding-bottom: 37px;
}
.e_owl_dotted_2 .owl-controls {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
}
.e_owl_dotted_2 .owl-controls:before, .e_owl_dotted_2 .owl-controls:after {
  content: "";
  display: table;
}
.e_owl_dotted_2 .owl-controls:after {
  clear: both;
}
.e_owl_dotted_2 .owl-pagination {
  text-align: center;
  width: 100%;
  height: 20px;
}
.e_owl_dotted_2 .owl-pagination:before, .e_owl_dotted_2 .owl-pagination:after {
  content: "";
  display: table;
}
.e_owl_dotted_2 .owl-pagination:after {
  clear: both;
}
.e_owl_dotted_2 .owl-page {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.e_owl_dotted_2 .owl-page > span {
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: block;
  background-color: #888888;
  margin: 5px 5px;
  height: 10px;
  width: 10px;
}
.e_owl_dotted_2 .owl-page.active span {
  background-color: #db5244;
}

.e_owl_navigation_1 .owl-prev,
.e_owl_navigation_1 .owl-next {
  display: block;
  position: absolute;
  height: 40px;
  line-height: 40px;
  width: 40px;
  color: white;
  top: 50%;
  margin-top: -20px;
  text-align: center;
  background-color: black;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.e_owl_navigation_1 .owl-prev:hover,
.e_owl_navigation_1 .owl-next:hover {
  background-color: #db5244;
}
.e_owl_navigation_1 .owl-prev {
  left: -90px;
}
.e_owl_navigation_1 .owl-next {
  right: -90px;
}
.e_owl_navigation_1:hover .owl-prev,
.e_owl_navigation_1:hover .owl-next {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.e_owl_navigation_1:hover .owl-prev {
  left: 12px;
}
.e_owl_navigation_1:hover .owl-next {
  right: 12px;
}

/*
7.12. PROGRESS BAR
----------
---------- */
.e_progress {
  background-color: #e9e7e8;
  border-right: 3px solid #aaaaaa;
  height: 30px;
  line-height: 30px;
  position: relative;
}
.e_progress .e_left,
.e_progress .e_right {
  position: relative;
  font-size: 14px;
  padding: 0px 12px;
}
.e_progress .e_left {
  color: white;
}
.e_progress .e_progress_bar {
  position: absolute;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 30px;
  background-color: #db5244;
}

/*
7.13. STARS RATING
----------
---------- */
.e_stars {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
}
.e_stars li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.e_stars li span {
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  cursor: pointer;
  color: #e9e7e8;
}
.e_stars li.fill span {
  color: #db5244;
}

/*
7.14. TABS
----------
---------- */
.e_tabs.e_style_01 .e_tab_titles ul, .e_tabs.e_style_01 .e_tab_titles li {
  list-style-type: none;
}
.e_tabs.e_style_01 .e_tab_titles ul {
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  border-bottom: 1px solid #dedede;
}
.e_tabs.e_style_01 .e_tab_titles li {
  display: block;
  float: left;
  margin-bottom: -1px;
}
.e_tabs.e_style_01 .e_tab_titles li a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 50px;
  padding-right: 50px;
  color: #333333;
  text-decoration: none;
  letter-spacing: 0.5px;
  border: 1px solid #dedede;
  margin-right: -1px;
}
.e_tabs.e_style_01 .e_tab_titles li a .e_icon {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-right: 12px;
}
.e_tabs.e_style_01 .e_tab_titles li a.e_active {
  background-color: #db5244;
  color: white;
  border-color: #db5244;
}
.e_tabs.e_style_01 .e_tab_titles li a.e_active:hover {
  color: white !important;
}
.e_tabs.e_style_01 .e_tab_titles li a:hover {
  color: #db5244;
}
.e_tabs.e_style_01 .e_tab_content {
  padding: 24px;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.e_tabs.e_style_02 .e_tab_titles ul, .e_tabs.e_style_02 .e_tab_titles li {
  list-style-type: none;
}
.e_tabs.e_style_02 .e_tab_titles ul {
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #f0f0f0;
}
.e_tabs.e_style_02 .e_tab_titles li {
  display: block;
  float: left;
}
.e_tabs.e_style_02 .e_tab_titles li a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 50px;
  padding-right: 50px;
  text-decoration: none;
  letter-spacing: 0.5px;
  color: #333333;
}
.e_tabs.e_style_02 .e_tab_titles li a .e_icon {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-right: 12px;
}
.e_tabs.e_style_02 .e_tab_titles li a.e_active {
  background-color: white;
  border-top: 3px solid #db5244;
}
.e_tabs.e_style_02 .e_tab_content {
  margin-top: 24px;
}
.e_tabs .e_tab_content {
  display: none;
}
.e_tabs .e_tab_content.e_active {
  display: block;
}

/*
7.15. THUMBNAIL
----------
---------- */
figure.e_effect_zz {
  overflow: hidden;
  position: relative;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 100%;
}
figure.e_effect_zz:hover {
  background-color: #db5244;
}
figure.e_effect_zz:hover img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
  -webkit-transform: scale3d(1.05, 1.05, 1);
  -moz-transform: scale3d(1.05, 1.05, 1);
  -o-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}
figure.e_effect_zz:hover figcaption::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
  -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
  -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
}
figure.e_effect_zz:hover i {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
figure.e_effect_zz img {
  width: 100%;
}
figure.e_effect_zz i {
  color: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  text-transform: none;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
}
figure.e_effect_zz figcaption::after, figure.e_effect_zz img, figure.e_effect_zz p {
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
figure.e_effect_zz figcaption {
  z-index: 5;
}
figure.e_effect_zz figcaption a {
  z-index: 10;
}
figure.e_effect_zz figcaption::after {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  content: "";
  height: 100%;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  transform-origin: 50% 50% 0;
  width: 100%;
}
figure.e_effect_zz figcaption, figure.e_effect_zz figcaption > a {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.e_video_thumbnail {
  position: relative;
}
.e_video_thumbnail figcaption {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.e_video_thumbnail a {
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: block;
  position: absolute;
  border: 3px solid white;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  line-height: 86px;
  margin-left: -40px;
  margin-top: -40px;
  text-align: center;
  z-index: 5;
}
.e_video_thumbnail a:hover {
  border-color: #db5244;
}
.e_video_thumbnail a:hover i {
  color: #db5244;
}
.e_video_thumbnail a i {
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: 35px;
  line-height: 35px;
  height: 35px;
  width: 35px;
  color: white;
}

/*
7.16. TOGGLES
----------
---------- */
.e_toggles.e_style_01 .e_toggle_title {
  line-height: 50px;
  height: 50px;
  padding-left: 12px;
  padding-right: 12px;
  border: 1px solid #dedede;
  background-color: #f0f0f0;
  cursor: pointer;
}
.e_toggles.e_style_01 .e_toggle_title .e_icon {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-right: 12px;
}
.e_toggles.e_style_01 .e_toggle_title .e_action {
  display: block;
  line-height: 24px;
  height: 24px;
  width: 24px;
  font-size: 24px;
  font-weight: 100;
  margin-top: 12px;
  text-align: center;
  border: 1px solid white;
  background-color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.e_toggles.e_style_01 .e_toggle_content {
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding: 24px;
  display: none;
}
.e_toggles.e_style_01 .e_toggle {
  margin-bottom: 12px;
}
.e_toggles.e_style_01 .e_toggle.e_active .e_toggle_title {
  background-color: #db5244;
  border-color: #db5244;
  color: white;
}
.e_toggles.e_style_01 .e_toggle.e_active .e_toggle_title .e_action {
  color: #db5244;
}

/*
8. LAYOUT
----------
The style for all pages: blog, static-page, single-post, 404.
---------- */
/*
8.1. PAGE NOT FOUND 404 
----------
---------- */
body.e_404.e_style_01 #e_404_wrap {
  padding: 90px 24px;
  background-color: white;
  border: 1px solid #dedede;
}
body.e_404.e_style_01 #e_404_wrap header {
  position: relative;
}
body.e_404.e_style_01 #e_404_wrap header h1 {
  text-align: center;
  height: 320px;
  line-height: 320px;
  font-size: 320px;
  color: #db5244;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 0px;
}
body.e_404.e_style_01 #e_404_wrap header p.e_desc {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: white;
  margin-top: -24px;
  margin-top: 0px;
  margin-bottom: 0px;
}

/*
8.2. SINGLE POST
----------
---------- */
body.e_post.e_style_01 #e_post_wrap {
  margin-bottom: 50px;
  background-color: white;
  border: 1px solid #dedede;
}
body.e_post.e_style_01 #e_post_wrap .e_aside {
  margin-bottom: 24px;
}
body.e_post.e_style_01 #e_post_wrap .e_aside.e_padding {
  padding-left: 24px;
  padding-right: 24px;
}
body.e_post.e_style_01 #e_post_wrap .e_aside.e_margin {
  margin-left: -1px;
  margin-right: -1px;
}
body.e_post.e_style_01 #e_post_wrap .e_aside span.e_text {
  color: #db5244;
  font-weight: 600;
}
body.e_post.e_style_01 #e_post_wrap .e_aside .e_parallax {
  padding: 50px 24px;
}
body.e_post.e_style_01 #e_post {
  margin: 24px;
}
body.e_post.e_style_01 #e_post .e_meta.e_line_1, body.e_post.e_style_01 #e_post .e_ticker .e_item time.e_line_1, .e_ticker .e_item body.e_post.e_style_01 #e_post time.e_line_1, body.e_post.e_style_01 #e_post .e_ticker .e_item h5.e_line_1, .e_ticker .e_item body.e_post.e_style_01 #e_post h5.e_line_1 {
  margin-top: 0px;
  margin-bottom: 0px;
}
body.e_post.e_style_01 #e_post .e_meta.e_line_1 .e_link, body.e_post.e_style_01 #e_post .e_ticker .e_item time.e_line_1 .e_link, .e_ticker .e_item body.e_post.e_style_01 #e_post time.e_line_1 .e_link, body.e_post.e_style_01 #e_post .e_ticker .e_item h5.e_line_1 .e_link, .e_ticker .e_item body.e_post.e_style_01 #e_post h5.e_line_1 .e_link {
  color: white;
  margin-right: 24px;
}
body.e_post.e_style_01 #e_post .e_meta.e_line_1 .e_icon, body.e_post.e_style_01 #e_post .e_ticker .e_item time.e_line_1 .e_icon, .e_ticker .e_item body.e_post.e_style_01 #e_post time.e_line_1 .e_icon, body.e_post.e_style_01 #e_post .e_ticker .e_item h5.e_line_1 .e_icon, .e_ticker .e_item body.e_post.e_style_01 #e_post h5.e_line_1 .e_icon {
  color: white;
}
body.e_post.e_style_01 #e_post .entry-thumb {
  margin-top: 24px;
}
body.e_post.e_style_01 #e_post .e_date_block {
  margin-right: 12px;
}
body.e_post.e_style_01 #e_post h1.entry-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
}
body.e_post.e_style_01 #e_post .e_meta.e_line_2, body.e_post.e_style_01 #e_post .e_ticker .e_item time.e_line_2, .e_ticker .e_item body.e_post.e_style_01 #e_post time.e_line_2, body.e_post.e_style_01 #e_post .e_ticker .e_item h5.e_line_2, .e_ticker .e_item body.e_post.e_style_01 #e_post h5.e_line_2 {
  margin-top: 24px;
  margin-bottom: 0px;
}
body.e_post.e_style_01 #e_post .e_meta.e_line_2 .e_meta, body.e_post.e_style_01 #e_post .e_ticker .e_item time.e_line_2 .e_meta, .e_ticker .e_item body.e_post.e_style_01 #e_post time.e_line_2 .e_meta, body.e_post.e_style_01 #e_post .e_ticker .e_item h5.e_line_2 .e_meta, .e_ticker .e_item body.e_post.e_style_01 #e_post h5.e_line_2 .e_meta, body.e_post.e_style_01 #e_post .e_meta.e_line_2 .e_ticker .e_item time, .e_ticker .e_item body.e_post.e_style_01 #e_post .e_meta.e_line_2 time, body.e_post.e_style_01 #e_post .e_ticker .e_item time.e_line_2 time, .e_ticker .e_item body.e_post.e_style_01 #e_post time.e_line_2 time, body.e_post.e_style_01 #e_post .e_ticker .e_item h5.e_line_2 time, .e_ticker .e_item body.e_post.e_style_01 #e_post h5.e_line_2 time, body.e_post.e_style_01 #e_post .e_meta.e_line_2 .e_ticker .e_item h5, .e_ticker .e_item body.e_post.e_style_01 #e_post .e_meta.e_line_2 h5, body.e_post.e_style_01 #e_post .e_ticker .e_item time.e_line_2 h5, .e_ticker .e_item body.e_post.e_style_01 #e_post time.e_line_2 h5, body.e_post.e_style_01 #e_post .e_ticker .e_item h5.e_line_2 h5, .e_ticker .e_item body.e_post.e_style_01 #e_post h5.e_line_2 h5 {
  margin-top: 12px;
  margin-bottom: 0px;
}
body.e_post.e_style_01 #e_post .e_meta.e_line_2 .e_meta .e_link, body.e_post.e_style_01 #e_post .e_ticker .e_item time.e_line_2 .e_meta .e_link, .e_ticker .e_item body.e_post.e_style_01 #e_post time.e_line_2 .e_meta .e_link, body.e_post.e_style_01 #e_post .e_ticker .e_item h5.e_line_2 .e_meta .e_link, .e_ticker .e_item body.e_post.e_style_01 #e_post h5.e_line_2 .e_meta .e_link, body.e_post.e_style_01 #e_post .e_meta.e_line_2 .e_ticker .e_item time .e_link, .e_ticker .e_item body.e_post.e_style_01 #e_post .e_meta.e_line_2 time .e_link, body.e_post.e_style_01 #e_post .e_ticker .e_item time.e_line_2 time .e_link, .e_ticker .e_item body.e_post.e_style_01 #e_post time.e_line_2 time .e_link, body.e_post.e_style_01 #e_post .e_ticker .e_item h5.e_line_2 time .e_link, .e_ticker .e_item body.e_post.e_style_01 #e_post h5.e_line_2 time .e_link, body.e_post.e_style_01 #e_post .e_meta.e_line_2 .e_ticker .e_item h5 .e_link, .e_ticker .e_item body.e_post.e_style_01 #e_post .e_meta.e_line_2 h5 .e_link, body.e_post.e_style_01 #e_post .e_ticker .e_item time.e_line_2 h5 .e_link, .e_ticker .e_item body.e_post.e_style_01 #e_post time.e_line_2 h5 .e_link, body.e_post.e_style_01 #e_post .e_ticker .e_item h5.e_line_2 h5 .e_link, .e_ticker .e_item body.e_post.e_style_01 #e_post h5.e_line_2 h5 .e_link {
  color: #888888;
}

/*
8.3. STATIC PAGE
----------
---------- */
body.e_page #e_post header {
  margin-top: 0px !important;
}

/*
8.4.1. BLOG - STYLE 01
----------
---------- */
.e_widget_posts_blog.e_style_01 .e_item {
  padding-bottom: 50px;
}
.e_widget_posts_blog.e_style_01 .e_item > .row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.e_widget_posts_blog.e_style_01 .e_item > .row > div {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.e_widget_posts_blog.e_style_01 .e_item.e_other {
  margin-top: 5px;
}
.e_widget_posts_blog.e_style_01 .e_left .e_wrap {
  padding: 24px;
  background-color: white;
}
.e_widget_posts_blog.e_style_01 .e_right {
  position: relative;
  background-color: white;
}
.e_widget_posts_blog.e_style_01 .e_right .e_wrap {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
}
.e_widget_posts_blog.e_style_01 .e_player {
  padding-bottom: 0px !important;
}
.e_widget_posts_blog.e_style_01 .e_player .e_right .e_wrap {
  position: relative !important;
  bottom: 0px !important;
  margin-top: 3px !important;
  background-color: black;
}
.e_widget_posts_blog.e_style_01 .e_excerpt {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 24px 114px 24px 24px;
  position: relative;
  min-height: 90px;
  height: 90px;
  height: auto;
  color: white;
}
.e_widget_posts_blog.e_style_01 .e_excerpt .e_review {
  display: block;
  position: absolute;
  height: 90px;
  line-height: 90px;
  width: 90px;
  font-size: 30px;
  color: white;
  background-color: #db5244;
  font-weight: 600;
  top: 50%;
  margin-top: -45px;
  right: 0;
  text-align: center;
}
.e_widget_posts_blog.e_style_01 .e_date_block {
  margin-right: 12px;
}
.e_widget_posts_blog.e_style_01 .e_line_1 .e_link {
  color: white;
}
.e_widget_posts_blog.e_style_01 .e_gallery .e_meta.e_line_1 .e_link .e_icon, .e_widget_posts_blog.e_style_01 .e_gallery .e_ticker .e_item time.e_line_1 .e_link .e_icon, .e_ticker .e_item .e_widget_posts_blog.e_style_01 .e_gallery time.e_line_1 .e_link .e_icon, .e_widget_posts_blog.e_style_01 .e_gallery .e_ticker .e_item h5.e_line_1 .e_link .e_icon, .e_ticker .e_item .e_widget_posts_blog.e_style_01 .e_gallery h5.e_line_1 .e_link .e_icon, .e_widget_posts_blog.e_style_01 .e_gallery .e_meta.e_line_1 .e_link:before, .e_widget_posts_blog.e_style_01 .e_gallery .e_ticker .e_item time.e_line_1 .e_link:before, .e_ticker .e_item .e_widget_posts_blog.e_style_01 .e_gallery time.e_line_1 .e_link:before, .e_widget_posts_blog.e_style_01 .e_gallery .e_ticker .e_item h5.e_line_1 .e_link:before, .e_ticker .e_item .e_widget_posts_blog.e_style_01 .e_gallery h5.e_line_1 .e_link:before {
  background-color: #4a148c !important;
}
.e_widget_posts_blog.e_style_01 .e_video .e_meta.e_line_1 .e_link .e_icon, .e_widget_posts_blog.e_style_01 .e_video .e_ticker .e_item time.e_line_1 .e_link .e_icon, .e_ticker .e_item .e_widget_posts_blog.e_style_01 .e_video time.e_line_1 .e_link .e_icon, .e_widget_posts_blog.e_style_01 .e_video .e_ticker .e_item h5.e_line_1 .e_link .e_icon, .e_ticker .e_item .e_widget_posts_blog.e_style_01 .e_video h5.e_line_1 .e_link .e_icon, .e_widget_posts_blog.e_style_01 .e_video .e_meta.e_line_1 .e_link:before, .e_widget_posts_blog.e_style_01 .e_video .e_ticker .e_item time.e_line_1 .e_link:before, .e_ticker .e_item .e_widget_posts_blog.e_style_01 .e_video time.e_line_1 .e_link:before, .e_widget_posts_blog.e_style_01 .e_video .e_ticker .e_item h5.e_line_1 .e_link:before, .e_ticker .e_item .e_widget_posts_blog.e_style_01 .e_video h5.e_line_1 .e_link:before {
  background-color: #0caaa1 !important;
}
.e_widget_posts_blog.e_style_01 .e_audio .e_meta.e_line_1 .e_link .e_icon, .e_widget_posts_blog.e_style_01 .e_audio .e_ticker .e_item time.e_line_1 .e_link .e_icon, .e_ticker .e_item .e_widget_posts_blog.e_style_01 .e_audio time.e_line_1 .e_link .e_icon, .e_widget_posts_blog.e_style_01 .e_audio .e_ticker .e_item h5.e_line_1 .e_link .e_icon, .e_ticker .e_item .e_widget_posts_blog.e_style_01 .e_audio h5.e_line_1 .e_link .e_icon, .e_widget_posts_blog.e_style_01 .e_audio .e_meta.e_line_1 .e_link:before, .e_widget_posts_blog.e_style_01 .e_audio .e_ticker .e_item time.e_line_1 .e_link:before, .e_ticker .e_item .e_widget_posts_blog.e_style_01 .e_audio time.e_line_1 .e_link:before, .e_widget_posts_blog.e_style_01 .e_audio .e_ticker .e_item h5.e_line_1 .e_link:before, .e_ticker .e_item .e_widget_posts_blog.e_style_01 .e_audio h5.e_line_1 .e_link:before {
  background-color: #105d6a !important;
}
.e_widget_posts_blog.e_style_01 .e_quote .e_meta.e_line_1 .e_link .e_icon, .e_widget_posts_blog.e_style_01 .e_quote .e_ticker .e_item time.e_line_1 .e_link .e_icon, .e_ticker .e_item .e_widget_posts_blog.e_style_01 .e_quote time.e_line_1 .e_link .e_icon, .e_widget_posts_blog.e_style_01 .e_quote .e_ticker .e_item h5.e_line_1 .e_link .e_icon, .e_ticker .e_item .e_widget_posts_blog.e_style_01 .e_quote h5.e_line_1 .e_link .e_icon, .e_widget_posts_blog.e_style_01 .e_quote .e_meta.e_line_1 .e_link:before, .e_widget_posts_blog.e_style_01 .e_quote .e_ticker .e_item time.e_line_1 .e_link:before, .e_ticker .e_item .e_widget_posts_blog.e_style_01 .e_quote time.e_line_1 .e_link:before, .e_widget_posts_blog.e_style_01 .e_quote .e_ticker .e_item h5.e_line_1 .e_link:before, .e_ticker .e_item .e_widget_posts_blog.e_style_01 .e_quote h5.e_line_1 .e_link:before {
  background-color: #c0963b !important;
}
.e_widget_posts_blog.e_style_01 .e_quote .entry-title {
  display: none;
}
.e_widget_posts_blog.e_style_01 .e_meta, .e_widget_posts_blog.e_style_01 .e_ticker .e_item time, .e_ticker .e_item .e_widget_posts_blog.e_style_01 time, .e_widget_posts_blog.e_style_01 .e_ticker .e_item h5, .e_ticker .e_item .e_widget_posts_blog.e_style_01 h5,
.e_widget_posts_blog.e_style_01 .entry-title {
  margin-bottom: 0px;
}
.e_widget_posts_blog.e_style_01 .e_meta.e_line_1, .e_widget_posts_blog.e_style_01 .e_ticker .e_item time.e_line_1, .e_ticker .e_item .e_widget_posts_blog.e_style_01 time.e_line_1, .e_widget_posts_blog.e_style_01 .e_ticker .e_item h5.e_line_1, .e_ticker .e_item .e_widget_posts_blog.e_style_01 h5.e_line_1 {
  margin-top: 0px;
}
.e_widget_posts_blog.e_style_01 .entry-title {
  margin-top: 24px;
  /*text-transform: capitalize;*/
}
.e_widget_posts_blog.e_style_01 .e_meta.e_line_2, .e_widget_posts_blog.e_style_01 .e_ticker .e_item time.e_line_2, .e_ticker .e_item .e_widget_posts_blog.e_style_01 time.e_line_2, .e_widget_posts_blog.e_style_01 .e_ticker .e_item h5.e_line_2, .e_ticker .e_item .e_widget_posts_blog.e_style_01 h5.e_line_2 {
  margin-top: 12px;
}
.e_widget_posts_blog.e_style_01 .e_meta.e_line_2 a, .e_widget_posts_blog.e_style_01 .e_ticker .e_item time.e_line_2 a, .e_ticker .e_item .e_widget_posts_blog.e_style_01 time.e_line_2 a, .e_widget_posts_blog.e_style_01 .e_ticker .e_item h5.e_line_2 a, .e_ticker .e_item .e_widget_posts_blog.e_style_01 h5.e_line_2 a, .e_widget_posts_blog.e_style_01 .e_meta.e_line_3 a, .e_widget_posts_blog.e_style_01 .e_ticker .e_item time.e_line_3 a, .e_ticker .e_item .e_widget_posts_blog.e_style_01 time.e_line_3 a, .e_widget_posts_blog.e_style_01 .e_ticker .e_item h5.e_line_3 a, .e_ticker .e_item .e_widget_posts_blog.e_style_01 h5.e_line_3 a {
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  color: #888888;
}
.e_widget_posts_blog.e_style_01 .e_line_3 {
  background-color: white;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 50px;
  line-height: 50px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}
.e_widget_posts_blog.e_style_01 .e_line_3:before {
  content: '';
  display: block;
  position: absolute;
  top: -11px;
  left: 24px;
  height: 11px;
  width: 16px;
  border-style: solid;
  border-width: 0 8px 11px 8px;
  border-color: transparent transparent #FFFFFF transparent;
}
.e_widget_posts_blog.e_style_01 .e_line_3 a:hover.e_facebook {
  color: #3b5998;
}
.e_widget_posts_blog.e_style_01 .e_line_3 a:hover.e_twitter {
  color: #00aced;
}
.e_widget_posts_blog.e_style_01 .e_line_3 a:hover.e_google_plus {
  color: #dd4b39;
}
.e_widget_posts_blog.e_style_01 .e_line_3 a:hover.e_dribbble {
  color: #ea4c89;
}
.e_widget_posts_blog.e_style_01 .e_line_3 a:hover.e_pinterest {
  color: #cb2027;
}
.e_widget_posts_blog.e_style_01 .e_video_thumbnail figcaption {
  background: transparent !important;
}
.e_widget_posts_blog.e_style_01 .e_gallery .e_right .row {
  margin-left: -1.5px !important;
  margin-right: -1.5px !important;
  margin-top: -3px;
}
.e_widget_posts_blog.e_style_01 .e_gallery .e_right .row > div {
  padding-left: 1.5px !important;
  padding-right: 1.5px !important;
  padding-top: 3px;
}
.e_widget_posts_blog.e_style_01 .e_gallery .entry-thumb {
  position: relative;
}
.e_widget_posts_blog.e_style_01 .e_gallery .entry-thumb > a {
  height: 90px;
  line-height: 90px;
  width: 90px;
  font-size: 50px;
  font-weight: 400;
  color: white;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.e_widget_posts_blog.e_style_01 .e_gallery .entry-thumb > a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.e_widget_posts_blog.e_style_01 .e_quote .e_overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.e_widget_posts_blog.e_style_01 .e_blockquote_parallax {
  padding: 50px 24px;
  position: relative;
  color: white;
  font-size: 22px;
  line-height: 36px;
  font-family: "Roboto Slab", serif;
  font-weight: 100;
}
.e_widget_posts_blog.e_style_01 .e_blockquote_parallax cite {
  display: block;
  width: 100%;
  margin-top: 24px;
  font-size: 17px;
}

/*
8.4.2. BLOG - STYLE 02
----------
---------- */
.e_widget_posts_blog.e_style_02 .e_item {
  background-color: white;
  padding: 24px;
  border: 1px solid #dedede;
}
.e_widget_posts_blog.e_style_02 .e_item.e_other {
  margin-top: 24px;
}
.e_widget_posts_blog.e_style_02 .e_line_1 {
  margin-top: 0px;
  margin-bottom: 24px;
}
.e_widget_posts_blog.e_style_02 .e_line_1 .e_link {
  color: white;
  margin-right: 24px;
}
.e_widget_posts_blog.e_style_02 .e_line_1 .e_link:before,
.e_widget_posts_blog.e_style_02 .e_line_1 .e_link .e_icon {
  background-color: #ffd600 !important;
}
.e_widget_posts_blog.e_style_02 .e_line_2 {
  margin-top: 0px;
  margin-bottom: 24px;
}
.e_widget_posts_blog.e_style_02 .e_line_2 .e_meta, .e_widget_posts_blog.e_style_02 .e_line_2 .e_ticker .e_item time, .e_ticker .e_item .e_widget_posts_blog.e_style_02 .e_line_2 time, .e_widget_posts_blog.e_style_02 .e_line_2 .e_ticker .e_item h5, .e_ticker .e_item .e_widget_posts_blog.e_style_02 .e_line_2 h5 {
  margin-top: 5px;
  margin-bottom: 0px;
}
.e_widget_posts_blog.e_style_02 .e_line_2 .e_link {
  color: #888888;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.e_widget_posts_blog.e_style_02 .e_line_2 .e_link:hover {
  color: #db5244;
}
.e_widget_posts_blog.e_style_02 .entry-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 600;
}
.e_widget_posts_blog.e_style_02 .e_date_block {
  margin-right: 12px;
}
.e_widget_posts_blog.e_style_02 .e_large .entry-thumb {
  margin-bottom: 24px;
}

/*
9. WIDGET
----------
The style for all module: widget & block.
---------- */
/*
9.1. CUSTOM WIDGET
----------
---------- */
/*
9.1.1. ADV
----------
---------- */
.e_adv .widget-content a {
  display: block;
  text-align: center;
  width: 100%;
}
.e_adv .widget-content a img {
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.e_adv .widget-content a:hover img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

/*
9.1.2. LATEST TWEETS
----------
---------- */
.e_widget_tweets_list .e_block {
  margin-bottom: 12px;
}
.e_widget_tweets_list .e_block:before, .e_widget_tweets_list .e_block:after {
  content: "";
  display: table;
}
.e_widget_tweets_list .e_block:after {
  clear: both;
}
.e_widget_tweets_list .e_block p {
  margin-top: 0px;
  margin-bottom: 12px;
}
.e_widget_tweets_list .e_other {
  padding-top: 24px;
  border-top: 1px solid #374048;
}
.e_widget_tweets_list .e_other .e_icon {
  top: 29px !important;
}
.e_widget_tweets_list .e_meta, .e_widget_tweets_list .e_ticker .e_item time, .e_ticker .e_item .e_widget_tweets_list time, .e_widget_tweets_list .e_ticker .e_item h5, .e_ticker .e_item .e_widget_tweets_list h5 {
  font-size: 13px;
}
.e_widget_tweets_list .e_meta a, .e_widget_tweets_list .e_ticker .e_item time a, .e_ticker .e_item .e_widget_tweets_list time a, .e_widget_tweets_list .e_ticker .e_item h5 a, .e_ticker .e_item .e_widget_tweets_list h5 a {
  text-decoration: none;
}

#e_site_footer .e_widget_tweets_list .e_content a {
  color: #db5244;
}
#e_site_footer .e_widget_tweets_list .e_meta a, #e_site_footer .e_widget_tweets_list .e_ticker .e_item time a, .e_ticker .e_item #e_site_footer .e_widget_tweets_list time a, #e_site_footer .e_widget_tweets_list .e_ticker .e_item h5 a, .e_ticker .e_item #e_site_footer .e_widget_tweets_list h5 a {
  color: #656565;
}
#e_site_footer .e_widget_tweets_list .e_meta a:hover, #e_site_footer .e_widget_tweets_list .e_ticker .e_item time a:hover, .e_ticker .e_item #e_site_footer .e_widget_tweets_list time a:hover, #e_site_footer .e_widget_tweets_list .e_ticker .e_item h5 a:hover, .e_ticker .e_item #e_site_footer .e_widget_tweets_list h5 a:hover {
  color: #db5244;
}

/*
9.1.3. POSTS CAROUSEL MEDIUM THUMB
----------
---------- */
.e_widget_posts_carousel_medium_thumb .e_item {
  padding-left: 12px;
  padding-right: 12px;
}
.e_widget_posts_carousel_medium_thumb .entry-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  /*text-transform: capitalize;*/
}
.e_widget_posts_carousel_medium_thumb .e_line_1,
.e_widget_posts_carousel_medium_thumb .e_line_2,
.e_widget_posts_carousel_medium_thumb .entry-title {
  margin-bottom: 0px;
  margin-top: 12px;
}
.e_widget_posts_carousel_medium_thumb .e_meta.e_line_2 .e_link, .e_widget_posts_carousel_medium_thumb .e_ticker .e_item time.e_line_2 .e_link, .e_ticker .e_item .e_widget_posts_carousel_medium_thumb time.e_line_2 .e_link, .e_widget_posts_carousel_medium_thumb .e_ticker .e_item h5.e_line_2 .e_link, .e_ticker .e_item .e_widget_posts_carousel_medium_thumb h5.e_line_2 .e_link {
  color: #888888;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.e_widget_posts_carousel_medium_thumb .e_meta.e_line_2 .e_link:hover, .e_widget_posts_carousel_medium_thumb .e_ticker .e_item time.e_line_2 .e_link:hover, .e_ticker .e_item .e_widget_posts_carousel_medium_thumb time.e_line_2 .e_link:hover, .e_widget_posts_carousel_medium_thumb .e_ticker .e_item h5.e_line_2 .e_link:hover, .e_ticker .e_item .e_widget_posts_carousel_medium_thumb h5.e_line_2 .e_link:hover {
  color: #db5244;
}
.e_widget_posts_carousel_medium_thumb .e_meta.e_line_1 .e_link, .e_widget_posts_carousel_medium_thumb .e_ticker .e_item time.e_line_1 .e_link, .e_ticker .e_item .e_widget_posts_carousel_medium_thumb time.e_line_1 .e_link, .e_widget_posts_carousel_medium_thumb .e_ticker .e_item h5.e_line_1 .e_link, .e_ticker .e_item .e_widget_posts_carousel_medium_thumb h5.e_line_1 .e_link {
  color: white;
}
.e_widget_posts_carousel_medium_thumb .e_gallery .e_meta.e_line_1 .e_link .e_icon, .e_widget_posts_carousel_medium_thumb .e_gallery .e_ticker .e_item time.e_line_1 .e_link .e_icon, .e_ticker .e_item .e_widget_posts_carousel_medium_thumb .e_gallery time.e_line_1 .e_link .e_icon, .e_widget_posts_carousel_medium_thumb .e_gallery .e_ticker .e_item h5.e_line_1 .e_link .e_icon, .e_ticker .e_item .e_widget_posts_carousel_medium_thumb .e_gallery h5.e_line_1 .e_link .e_icon, .e_widget_posts_carousel_medium_thumb .e_gallery .e_meta.e_line_1 .e_link:before, .e_widget_posts_carousel_medium_thumb .e_gallery .e_ticker .e_item time.e_line_1 .e_link:before, .e_ticker .e_item .e_widget_posts_carousel_medium_thumb .e_gallery time.e_line_1 .e_link:before, .e_widget_posts_carousel_medium_thumb .e_gallery .e_ticker .e_item h5.e_line_1 .e_link:before, .e_ticker .e_item .e_widget_posts_carousel_medium_thumb .e_gallery h5.e_line_1 .e_link:before {
  background-color: #4a148c !important;
}
.e_widget_posts_carousel_medium_thumb .e_video .e_meta.e_line_1 .e_link .e_icon, .e_widget_posts_carousel_medium_thumb .e_video .e_ticker .e_item time.e_line_1 .e_link .e_icon, .e_ticker .e_item .e_widget_posts_carousel_medium_thumb .e_video time.e_line_1 .e_link .e_icon, .e_widget_posts_carousel_medium_thumb .e_video .e_ticker .e_item h5.e_line_1 .e_link .e_icon, .e_ticker .e_item .e_widget_posts_carousel_medium_thumb .e_video h5.e_line_1 .e_link .e_icon, .e_widget_posts_carousel_medium_thumb .e_video .e_meta.e_line_1 .e_link:before, .e_widget_posts_carousel_medium_thumb .e_video .e_ticker .e_item time.e_line_1 .e_link:before, .e_ticker .e_item .e_widget_posts_carousel_medium_thumb .e_video time.e_line_1 .e_link:before, .e_widget_posts_carousel_medium_thumb .e_video .e_ticker .e_item h5.e_line_1 .e_link:before, .e_ticker .e_item .e_widget_posts_carousel_medium_thumb .e_video h5.e_line_1 .e_link:before {
  background-color: #0caaa1 !important;
}
.e_widget_posts_carousel_medium_thumb .e_audio .e_meta.e_line_1 .e_link .e_icon, .e_widget_posts_carousel_medium_thumb .e_audio .e_ticker .e_item time.e_line_1 .e_link .e_icon, .e_ticker .e_item .e_widget_posts_carousel_medium_thumb .e_audio time.e_line_1 .e_link .e_icon, .e_widget_posts_carousel_medium_thumb .e_audio .e_ticker .e_item h5.e_line_1 .e_link .e_icon, .e_ticker .e_item .e_widget_posts_carousel_medium_thumb .e_audio h5.e_line_1 .e_link .e_icon, .e_widget_posts_carousel_medium_thumb .e_audio .e_meta.e_line_1 .e_link:before, .e_widget_posts_carousel_medium_thumb .e_audio .e_ticker .e_item time.e_line_1 .e_link:before, .e_ticker .e_item .e_widget_posts_carousel_medium_thumb .e_audio time.e_line_1 .e_link:before, .e_widget_posts_carousel_medium_thumb .e_audio .e_ticker .e_item h5.e_line_1 .e_link:before, .e_ticker .e_item .e_widget_posts_carousel_medium_thumb .e_audio h5.e_line_1 .e_link:before {
  background-color: #105d6a !important;
}
.e_widget_posts_carousel_medium_thumb .e_quote .e_meta.e_line_1 .e_link .e_icon, .e_widget_posts_carousel_medium_thumb .e_quote .e_ticker .e_item time.e_line_1 .e_link .e_icon, .e_ticker .e_item .e_widget_posts_carousel_medium_thumb .e_quote time.e_line_1 .e_link .e_icon, .e_widget_posts_carousel_medium_thumb .e_quote .e_ticker .e_item h5.e_line_1 .e_link .e_icon, .e_ticker .e_item .e_widget_posts_carousel_medium_thumb .e_quote h5.e_line_1 .e_link .e_icon, .e_widget_posts_carousel_medium_thumb .e_quote .e_meta.e_line_1 .e_link:before, .e_widget_posts_carousel_medium_thumb .e_quote .e_ticker .e_item time.e_line_1 .e_link:before, .e_ticker .e_item .e_widget_posts_carousel_medium_thumb .e_quote time.e_line_1 .e_link:before, .e_widget_posts_carousel_medium_thumb .e_quote .e_ticker .e_item h5.e_line_1 .e_link:before, .e_ticker .e_item .e_widget_posts_carousel_medium_thumb .e_quote h5.e_line_1 .e_link:before {
  background-color: #c0963b !important;
}

/*
9.1.4. POSTS CAROUSEL VERTICAL THUMB
----------
---------- */
.e_widget_posts_carousel_vertical_thumb .widget-content > .row {
  margin-left: -6px;
  margin-right: -6px;
}
.e_widget_posts_carousel_vertical_thumb .e_item {
  padding-left: 6px;
  padding-right: 6px;
}
.e_widget_posts_carousel_vertical_thumb .e_wrap {
  position: relative;
}
.e_widget_posts_carousel_vertical_thumb .e_overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5;
}
.e_widget_posts_carousel_vertical_thumb .entry-title {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.5px;
  /*text-transform: capitalize;*/
}
.e_widget_posts_carousel_vertical_thumb .entry-title a {
  color: white;
}

/*
9.1.5. POSTS HIGHTLIGHT FIRST
----------
---------- */
.e_widget_posts_hightlight_first article {
  background-color: white;
  border: 1px solid #dedede;
}
.e_widget_posts_hightlight_first article.e_first {
  padding: 24px;
}
.e_widget_posts_hightlight_first article.e_other {
  margin-top: 3px;
  padding: 24px 0px;
}
.e_widget_posts_hightlight_first article.e_other .e_wrap {
  padding-left: 24px;
  padding-right: 24px;
}
.e_widget_posts_hightlight_first .entry-title {
  margin-top: 0px;
  margin-bottom: 0px;
}
.e_widget_posts_hightlight_first .entry-content {
  margin-bottom: 0px;
}
.e_widget_posts_hightlight_first .e_first .entry-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.5px;
  /*text-transform: capitalize;*/
}
.e_widget_posts_hightlight_first .e_other .entry-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.5px;
  /*text-transform: capitalize;*/
}
.e_widget_posts_hightlight_first .e_meta, .e_widget_posts_hightlight_first .e_ticker .e_item time, .e_ticker .e_item .e_widget_posts_hightlight_first time, .e_widget_posts_hightlight_first .e_ticker .e_item h5, .e_ticker .e_item .e_widget_posts_hightlight_first h5 {
  margin-top: 12px;
  margin-bottom: 0px;
}
.e_widget_posts_hightlight_first .e_meta .e_link, .e_widget_posts_hightlight_first .e_ticker .e_item time .e_link, .e_ticker .e_item .e_widget_posts_hightlight_first time .e_link, .e_widget_posts_hightlight_first .e_ticker .e_item h5 .e_link, .e_ticker .e_item .e_widget_posts_hightlight_first h5 .e_link {
  color: #888888;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.e_widget_posts_hightlight_first .e_meta .e_link:hover, .e_widget_posts_hightlight_first .e_ticker .e_item time .e_link:hover, .e_ticker .e_item .e_widget_posts_hightlight_first time .e_link:hover, .e_widget_posts_hightlight_first .e_ticker .e_item h5 .e_link:hover, .e_ticker .e_item .e_widget_posts_hightlight_first h5 .e_link:hover {
  color: #db5244;
}
.e_widget_posts_hightlight_first .row.e_other {
  margin-left: -1.5px;
  margin-right: -1.5px;
}
.e_widget_posts_hightlight_first .row.e_other > div {
  padding-left: 1.5px;
  padding-right: 1.5px;
}
.e_widget_posts_hightlight_first .e_item .e_wrap:hover:before {
  width: 10px;
}
.e_widget_posts_hightlight_first .e_wrap {
  position: relative;
}
.e_widget_posts_hightlight_first .e_wrap:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 5px;
  background-color: #db5244;
  transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
}
.e_widget_posts_hightlight_first .e_video .e_wrap:before {
  background-color: #0caaa1;
}
.e_widget_posts_hightlight_first .e_audio .e_wrap:before {
  background-color: #105d6a;
}
.e_widget_posts_hightlight_first .e_gallery .e_wrap:before {
  background-color: #4a148c;
}
.e_widget_posts_hightlight_first .e_quote .e_wrap:before {
  background-color: #c0963b;
}
.e_widget_posts_hightlight_first.e_layout_2 .e_first .entry-title {
  margin-top: 24px;
}

/*
9.1.6. POSTS SLIDE
----------
---------- */
.e_widget_posts_slide .e_meta, .e_widget_posts_slide .e_ticker .e_item time, .e_ticker .e_item .e_widget_posts_slide time, .e_widget_posts_slide .e_ticker .e_item h5, .e_ticker .e_item .e_widget_posts_slide h5,
.e_widget_posts_slide .entry-title {
  margin-bottom: 0px;
}
.e_widget_posts_slide .e_meta.e_line_1, .e_widget_posts_slide .e_ticker .e_item time.e_line_1, .e_ticker .e_item .e_widget_posts_slide time.e_line_1, .e_widget_posts_slide .e_ticker .e_item h5.e_line_1, .e_ticker .e_item .e_widget_posts_slide h5.e_line_1,
.e_widget_posts_slide .entry-title.e_line_1 {
  margin-top: 0px;
}
.e_widget_posts_slide .e_meta.e_line_2, .e_widget_posts_slide .e_ticker .e_item time.e_line_2, .e_ticker .e_item .e_widget_posts_slide time.e_line_2, .e_widget_posts_slide .e_ticker .e_item h5.e_line_2, .e_ticker .e_item .e_widget_posts_slide h5.e_line_2, .e_widget_posts_slide .e_meta.e_line_3, .e_widget_posts_slide .e_ticker .e_item time.e_line_3, .e_ticker .e_item .e_widget_posts_slide time.e_line_3, .e_widget_posts_slide .e_ticker .e_item h5.e_line_3, .e_ticker .e_item .e_widget_posts_slide h5.e_line_3,
.e_widget_posts_slide .entry-title.e_line_2,
.e_widget_posts_slide .entry-title.e_line_3 {
  margin-top: 24px;
}
.e_widget_posts_slide .e_line_2 a {
  color: #888888;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.e_widget_posts_slide .e_line_2 a:hover {
  color: white;
}
.e_widget_posts_slide .entry-title a {
  color: white;
  /*text-transform: capitalize;*/
}
.e_widget_posts_slide .entry-title a:hover {
  color: white;
}
.e_widget_posts_slide .e_item {
  padding-left: 12px;
  padding-right: 12px;
}
.e_widget_posts_slide .e_readmore.e_solid {
  border: 1px solid #888888;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
.e_widget_posts_slide .e_format {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #db5244;
  padding-left: 0px !important;
  letter-spacing: 1px;
}
.e_widget_posts_slide.e_colorful .e_video .e_readmore.e_solid:before {
  background-color: #0caaa1 !important;
}
.e_widget_posts_slide.e_colorful .e_audio .e_readmore.e_solid:before {
  background-color: #105d6a !important;
}
.e_widget_posts_slide.e_colorful .e_galley .e_readmore.e_solid:before {
  background-color: #4a148c !important;
}
.e_widget_posts_slide.e_colorful .e_quote .e_readmore.e_solid:before {
  background-color: #c0963b !important;
}

/*
9.1.7. POSTS SLIDE GRID
----------
---------- */
.e_widget_posts_slide_grid .e_mobile {
  display: none;
}
.e_widget_posts_slide_grid .e_item {
  padding-left: 12px;
  padding-right: 12px;
}
.e_widget_posts_slide_grid .e_gallery .e_meta.e_line_1 .e_link .e_icon, .e_widget_posts_slide_grid .e_gallery .e_ticker .e_item time.e_line_1 .e_link .e_icon, .e_ticker .e_item .e_widget_posts_slide_grid .e_gallery time.e_line_1 .e_link .e_icon, .e_widget_posts_slide_grid .e_gallery .e_ticker .e_item h5.e_line_1 .e_link .e_icon, .e_ticker .e_item .e_widget_posts_slide_grid .e_gallery h5.e_line_1 .e_link .e_icon, .e_widget_posts_slide_grid .e_gallery .e_meta.e_line_1 .e_link:before, .e_widget_posts_slide_grid .e_gallery .e_ticker .e_item time.e_line_1 .e_link:before, .e_ticker .e_item .e_widget_posts_slide_grid .e_gallery time.e_line_1 .e_link:before, .e_widget_posts_slide_grid .e_gallery .e_ticker .e_item h5.e_line_1 .e_link:before, .e_ticker .e_item .e_widget_posts_slide_grid .e_gallery h5.e_line_1 .e_link:before {
  background-color: #4a148c !important;
}
.e_widget_posts_slide_grid .e_video .e_meta.e_line_1 .e_link .e_icon, .e_widget_posts_slide_grid .e_video .e_ticker .e_item time.e_line_1 .e_link .e_icon, .e_ticker .e_item .e_widget_posts_slide_grid .e_video time.e_line_1 .e_link .e_icon, .e_widget_posts_slide_grid .e_video .e_ticker .e_item h5.e_line_1 .e_link .e_icon, .e_ticker .e_item .e_widget_posts_slide_grid .e_video h5.e_line_1 .e_link .e_icon, .e_widget_posts_slide_grid .e_video .e_meta.e_line_1 .e_link:before, .e_widget_posts_slide_grid .e_video .e_ticker .e_item time.e_line_1 .e_link:before, .e_ticker .e_item .e_widget_posts_slide_grid .e_video time.e_line_1 .e_link:before, .e_widget_posts_slide_grid .e_video .e_ticker .e_item h5.e_line_1 .e_link:before, .e_ticker .e_item .e_widget_posts_slide_grid .e_video h5.e_line_1 .e_link:before {
  background-color: #0caaa1 !important;
}
.e_widget_posts_slide_grid .e_audio .e_meta.e_line_1 .e_link .e_icon, .e_widget_posts_slide_grid .e_audio .e_ticker .e_item time.e_line_1 .e_link .e_icon, .e_ticker .e_item .e_widget_posts_slide_grid .e_audio time.e_line_1 .e_link .e_icon, .e_widget_posts_slide_grid .e_audio .e_ticker .e_item h5.e_line_1 .e_link .e_icon, .e_ticker .e_item .e_widget_posts_slide_grid .e_audio h5.e_line_1 .e_link .e_icon, .e_widget_posts_slide_grid .e_audio .e_meta.e_line_1 .e_link:before, .e_widget_posts_slide_grid .e_audio .e_ticker .e_item time.e_line_1 .e_link:before, .e_ticker .e_item .e_widget_posts_slide_grid .e_audio time.e_line_1 .e_link:before, .e_widget_posts_slide_grid .e_audio .e_ticker .e_item h5.e_line_1 .e_link:before, .e_ticker .e_item .e_widget_posts_slide_grid .e_audio h5.e_line_1 .e_link:before {
  background-color: #105d6a !important;
}
.e_widget_posts_slide_grid .e_quote .e_meta.e_line_1 .e_link .e_icon, .e_widget_posts_slide_grid .e_quote .e_ticker .e_item time.e_line_1 .e_link .e_icon, .e_ticker .e_item .e_widget_posts_slide_grid .e_quote time.e_line_1 .e_link .e_icon, .e_widget_posts_slide_grid .e_quote .e_ticker .e_item h5.e_line_1 .e_link .e_icon, .e_ticker .e_item .e_widget_posts_slide_grid .e_quote h5.e_line_1 .e_link .e_icon, .e_widget_posts_slide_grid .e_quote .e_meta.e_line_1 .e_link:before, .e_widget_posts_slide_grid .e_quote .e_ticker .e_item time.e_line_1 .e_link:before, .e_ticker .e_item .e_widget_posts_slide_grid .e_quote time.e_line_1 .e_link:before, .e_widget_posts_slide_grid .e_quote .e_ticker .e_item h5.e_line_1 .e_link:before, .e_ticker .e_item .e_widget_posts_slide_grid .e_quote h5.e_line_1 .e_link:before {
  background-color: #c0963b !important;
}
.e_widget_posts_slide_grid .e_item article {
  position: relative;
  overflow: hidden;
}
.e_widget_posts_slide_grid .e_item article:hover .e_overlay {
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(219, 82, 68, 0.8) 70%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(219, 82, 68, 0.8) 70%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(219, 82, 68, 0.8) 70%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#CCDB5244', GradientType=0);
}
.e_widget_posts_slide_grid .e_item article.e_gallery:hover .e_overlay {
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(74, 20, 140, 0.7) 70%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(74, 20, 140, 0.7) 70%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(74, 20, 140, 0.7) 70%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#B34A148C', GradientType=0);
}
.e_widget_posts_slide_grid .e_item article.e_video:hover .e_overlay {
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(12, 170, 161, 0.7) 70%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(12, 170, 161, 0.7) 70%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(12, 170, 161, 0.7) 70%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#B30CAAA1', GradientType=0);
}
.e_widget_posts_slide_grid .e_item article.e_audio:hover .e_overlay {
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(16, 93, 106, 0.7) 70%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(16, 93, 106, 0.7) 70%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(16, 93, 106, 0.7) 70%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#B3105D6A', GradientType=0);
}
.e_widget_posts_slide_grid .e_item article.e_quote:hover .e_overlay {
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(192, 150, 59, 0.7) 70%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(192, 150, 59, 0.7) 70%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(192, 150, 59, 0.7) 70%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#B3C0963B', GradientType=0);
}
.e_widget_posts_slide_grid .e_item .e_overlay {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 0px 24px;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 70%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 70%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 70%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#B3000000', GradientType=0);
}
.e_widget_posts_slide_grid .entry-title {
  font-weight: 600;
  /*text-transform: capitalize;*/
}
.e_widget_posts_slide_grid .entry-title a {
  color: white;
}
.e_widget_posts_slide_grid .e_size_l .entry-title {
  font-size: 20px;
}
.e_widget_posts_slide_grid .e_size_m .entry-title {
  font-size: 15px;
}
.e_widget_posts_slide_grid .row.e_line_2 {
  margin-top: 24px;
}
.e_widget_posts_slide_grid .e_meta.e_line_1, .e_widget_posts_slide_grid .e_ticker .e_item time.e_line_1, .e_ticker .e_item .e_widget_posts_slide_grid time.e_line_1, .e_widget_posts_slide_grid .e_ticker .e_item h5.e_line_1, .e_ticker .e_item .e_widget_posts_slide_grid h5.e_line_1,
.e_widget_posts_slide_grid .entry-title {
  margin-bottom: 12px;
}
.e_widget_posts_slide_grid .e_meta.e_line_1 .e_link, .e_widget_posts_slide_grid .e_ticker .e_item time.e_line_1 .e_link, .e_ticker .e_item .e_widget_posts_slide_grid time.e_line_1 .e_link, .e_widget_posts_slide_grid .e_ticker .e_item h5.e_line_1 .e_link, .e_ticker .e_item .e_widget_posts_slide_grid h5.e_line_1 .e_link {
  color: white;
}
.e_widget_posts_slide_grid .e_meta.e_line_2, .e_widget_posts_slide_grid .e_ticker .e_item time.e_line_2, .e_ticker .e_item .e_widget_posts_slide_grid time.e_line_2, .e_widget_posts_slide_grid .e_ticker .e_item h5.e_line_2, .e_ticker .e_item .e_widget_posts_slide_grid h5.e_line_2 {
  margin-bottom: 24px;
}
.e_widget_posts_slide_grid .e_meta.e_line_2 .e_link, .e_widget_posts_slide_grid .e_ticker .e_item time.e_line_2 .e_link, .e_ticker .e_item .e_widget_posts_slide_grid time.e_line_2 .e_link, .e_widget_posts_slide_grid .e_ticker .e_item h5.e_line_2 .e_link, .e_ticker .e_item .e_widget_posts_slide_grid h5.e_line_2 .e_link {
  margin-right: 12px;
  color: #dedede;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.e_widget_posts_slide_grid .e_meta.e_line_2 .e_link.e_last, .e_widget_posts_slide_grid .e_ticker .e_item time.e_line_2 .e_link.e_last, .e_ticker .e_item .e_widget_posts_slide_grid time.e_line_2 .e_link.e_last, .e_widget_posts_slide_grid .e_ticker .e_item h5.e_line_2 .e_link.e_last, .e_ticker .e_item .e_widget_posts_slide_grid h5.e_line_2 .e_link.e_last {
  margin-right: 0px !important;
}
.e_widget_posts_slide_grid .e_meta.e_line_2 .e_link:hover, .e_widget_posts_slide_grid .e_ticker .e_item time.e_line_2 .e_link:hover, .e_ticker .e_item .e_widget_posts_slide_grid time.e_line_2 .e_link:hover, .e_widget_posts_slide_grid .e_ticker .e_item h5.e_line_2 .e_link:hover, .e_ticker .e_item .e_widget_posts_slide_grid h5.e_line_2 .e_link:hover {
  color: white;
}
.e_widget_posts_slide_grid .e_meta, .e_widget_posts_slide_grid .e_ticker .e_item time, .e_ticker .e_item .e_widget_posts_slide_grid time, .e_widget_posts_slide_grid .e_ticker .e_item h5, .e_ticker .e_item .e_widget_posts_slide_grid h5, .e_widget_posts_slide_grid .entry-title {
  margin-top: 0px;
}

/*
9.1.8. POSTS SLIDE MEDIUM NO SPACING
----------
---------- */
.e_widget_posts_slide_medium_no_spacing .e_meta.e_line_2, .e_widget_posts_slide_medium_no_spacing .e_ticker .e_item time.e_line_2, .e_ticker .e_item .e_widget_posts_slide_medium_no_spacing time.e_line_2, .e_widget_posts_slide_medium_no_spacing .e_ticker .e_item h5.e_line_2, .e_ticker .e_item .e_widget_posts_slide_medium_no_spacing h5.e_line_2 {
  display: block;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 12px;
}
.e_widget_posts_slide_medium_no_spacing .entry-title {
  display: block;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 50px;
  padding-left: 12px;
  padding-right: 12px;
}
.e_widget_posts_slide_medium_no_spacing .entry-title a {
  display: block;
  text-align: center;
  /*text-transform: capitalize;*/
  color: white;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}
.e_widget_posts_slide_medium_no_spacing .e_line_1 {
  display: block;
  width: 100% !important;
  position: absolute;
  top: 24px;
  left: 0px;
  text-align: center;
}
.e_widget_posts_slide_medium_no_spacing .e_line_1 .e_link.e_color_box {
  position: relative;
  padding-left: 24px !important;
  padding-right: 0px !important;
  height: 37.5px;
  line-height: 37.5px;
  width: 37.5px;
  background: none !important;
}
.e_widget_posts_slide_medium_no_spacing .e_line_1 .e_link.e_color_box i {
  height: 37.5px;
  line-height: 37.5px;
  width: 37.5px;
  background-color: rgba(0, 0, 0, 0.5);
}
.e_widget_posts_slide_medium_no_spacing .e_meta, .e_widget_posts_slide_medium_no_spacing .e_ticker .e_item time, .e_ticker .e_item .e_widget_posts_slide_medium_no_spacing time, .e_widget_posts_slide_medium_no_spacing .e_ticker .e_item h5, .e_ticker .e_item .e_widget_posts_slide_medium_no_spacing h5 {
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.e_widget_posts_slide_medium_no_spacing .e_meta a, .e_widget_posts_slide_medium_no_spacing .e_ticker .e_item time a, .e_ticker .e_item .e_widget_posts_slide_medium_no_spacing time a, .e_widget_posts_slide_medium_no_spacing .e_ticker .e_item h5 a, .e_ticker .e_item .e_widget_posts_slide_medium_no_spacing h5 a {
  color: white;
}
.e_widget_posts_slide_medium_no_spacing .e_meta, .e_widget_posts_slide_medium_no_spacing .e_ticker .e_item time, .e_ticker .e_item .e_widget_posts_slide_medium_no_spacing time, .e_widget_posts_slide_medium_no_spacing .e_ticker .e_item h5, .e_ticker .e_item .e_widget_posts_slide_medium_no_spacing h5,
.e_widget_posts_slide_medium_no_spacing .entry-title {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
}
.e_widget_posts_slide_medium_no_spacing article {
  position: relative;
  overflow: hidden;
}
.e_widget_posts_slide_medium_no_spacing article.e_gallery .e_overlay {
  background-color: #4a148c;
}
.e_widget_posts_slide_medium_no_spacing article.e_video .e_overlay {
  background-color: #0caaa1;
}
.e_widget_posts_slide_medium_no_spacing article.e_audio .e_overlay {
  background-color: #105d6a;
}
.e_widget_posts_slide_medium_no_spacing article.e_quote .e_overlay {
  background-color: #c0963b;
}
.e_widget_posts_slide_medium_no_spacing .e_overlay {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 0px 24px;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  background-color: #db5244;
}
.e_widget_posts_slide_medium_no_spacing article:hover .e_meta, .e_widget_posts_slide_medium_no_spacing article:hover .e_ticker .e_item time, .e_ticker .e_item .e_widget_posts_slide_medium_no_spacing article:hover time, .e_widget_posts_slide_medium_no_spacing article:hover .e_ticker .e_item h5, .e_ticker .e_item .e_widget_posts_slide_medium_no_spacing article:hover h5,
.e_widget_posts_slide_medium_no_spacing article:hover .e_overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.e_widget_posts_slide_medium_no_spacing article:hover .e_meta.e_line_1, .e_widget_posts_slide_medium_no_spacing article:hover .e_ticker .e_item time.e_line_1, .e_ticker .e_item .e_widget_posts_slide_medium_no_spacing article:hover time.e_line_1, .e_widget_posts_slide_medium_no_spacing article:hover .e_ticker .e_item h5.e_line_1, .e_ticker .e_item .e_widget_posts_slide_medium_no_spacing article:hover h5.e_line_1 {
  top: -90px !important;
}
.e_widget_posts_slide_medium_no_spacing article:hover .e_meta.e_line_2, .e_widget_posts_slide_medium_no_spacing article:hover .e_ticker .e_item time.e_line_2, .e_ticker .e_item .e_widget_posts_slide_medium_no_spacing article:hover time.e_line_2, .e_widget_posts_slide_medium_no_spacing article:hover .e_ticker .e_item h5.e_line_2, .e_ticker .e_item .e_widget_posts_slide_medium_no_spacing article:hover h5.e_line_2 {
  bottom: -90px !important;
}

/*
9.1.9. POSTS SMALL THUMB
----------
---------- */
.e_widget_posts_small_thumb .entry-title,
.e_widget_posts_small_thumb .e_meta,
.e_widget_posts_small_thumb .e_ticker .e_item time,
.e_ticker .e_item .e_widget_posts_small_thumb time,
.e_widget_posts_small_thumb .e_ticker .e_item h5,
.e_ticker .e_item .e_widget_posts_small_thumb h5 {
  margin-top: 12px;
  margin-bottom: 0px;
}
.e_widget_posts_small_thumb .e_link {
  color: #888888;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.e_widget_posts_small_thumb .e_link:hover {
  color: #db5244;
}
.e_widget_posts_small_thumb .entry-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.5px;
  /*text-transform: capitalize;*/
}
.e_widget_posts_small_thumb article.e_other {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #dedede;
}

/*
9.1.10. POSTS WITH TOP GUIDE LINE
----------
---------- */
.e_widget_posts_with_top_guide_line .e_item {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 50px;
  position: relative;
}
.e_widget_posts_with_top_guide_line .e_box {
  padding: 12px;
  border: 1px solid #dedede;
}
.e_widget_posts_with_top_guide_line .entry-thumb {
  margin-right: 12px;
}
.e_widget_posts_with_top_guide_line .entry-title {
  font-size: 15px;
  font-weight: 600;
  /*text-transform: capitalize;*/
}
.e_widget_posts_with_top_guide_line .e_meta, .e_widget_posts_with_top_guide_line .e_ticker .e_item time, .e_ticker .e_item .e_widget_posts_with_top_guide_line time, .e_widget_posts_with_top_guide_line .e_ticker .e_item h5, .e_ticker .e_item .e_widget_posts_with_top_guide_line h5,
.e_widget_posts_with_top_guide_line .entry-title {
  margin-top: 0px;
  margin-bottom: 0px;
}
.e_widget_posts_with_top_guide_line .e_date {
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 24px;
  line-height: 24px;
  padding: 0px 5px;
  background-color: #db5244;
  color: white;
  margin-bottom: -1px;
  text-decoration: none;
  font-size: 13px;
}
.e_widget_posts_with_top_guide_line .e_video .e_date {
  background-color: #0caaa1;
}
.e_widget_posts_with_top_guide_line .e_gallery .e_date {
  background-color: #4a148c;
}
.e_widget_posts_with_top_guide_line .e_audio .e_date {
  background-color: #105d6a;
}
.e_widget_posts_with_top_guide_line .e_quote .e_date {
  background-color: #c0963b;
}
.e_widget_posts_with_top_guide_line .e_guide_line {
  height: 5px;
  background-color: #dedede;
}
.e_widget_posts_with_top_guide_line .e_arrow {
  display: block;
  position: absolute;
  top: 0px;
  left: 12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7.5px 0 7.5px;
  border-color: #dedede transparent transparent transparent;
}

/*
9.1.11. POSTS WITHOUT THUMB 
----------
---------- */
.e_widget_posts_without_thumb .entry-title {
  margin-top: 0px;
  margin-bottom: 0px;
}
.e_widget_posts_without_thumb .e_meta, .e_widget_posts_without_thumb .e_ticker .e_item time, .e_ticker .e_item .e_widget_posts_without_thumb time, .e_widget_posts_without_thumb .e_ticker .e_item h5, .e_ticker .e_item .e_widget_posts_without_thumb h5 {
  margin-bottom: 0px;
  margin-top: 12px;
}
.e_widget_posts_without_thumb .e_other {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #374048;
}

#e_site_footer .e_widget_posts_without_thumb .e_meta a, #e_site_footer .e_widget_posts_without_thumb .e_ticker .e_item time a, .e_ticker .e_item #e_site_footer .e_widget_posts_without_thumb time a, #e_site_footer .e_widget_posts_without_thumb .e_ticker .e_item h5 a, .e_ticker .e_item #e_site_footer .e_widget_posts_without_thumb h5 a {
  color: #656565;
}
#e_site_footer .e_widget_posts_without_thumb .e_meta a:hover, #e_site_footer .e_widget_posts_without_thumb .e_ticker .e_item time a:hover, .e_ticker .e_item #e_site_footer .e_widget_posts_without_thumb time a:hover, #e_site_footer .e_widget_posts_without_thumb .e_ticker .e_item h5 a:hover, .e_ticker .e_item #e_site_footer .e_widget_posts_without_thumb h5 a:hover {
  color: #db5244;
}

/*
9.1.12. RATING
----------
---------- */
.e_widget_rating.e_style_01 .e_progress {
  margin-bottom: 3px;
}
.e_widget_rating.e_style_01 .e_author_rating_result {
  background-color: #e9e7e8;
}
.e_widget_rating.e_style_01 .e_author_rating_result .e_text {
  margin: 24px 0px 24px 24px;
}
.e_widget_rating.e_style_01 .e_author_rating_result .e_number {
  margin-left: 24px;
  height: 120px;
  width: 120px;
  line-height: 120px;
  text-align: center;
  background-color: #db5244;
  color: white;
  font-size: 35px;
}
.e_widget_rating.e_style_01 .e_customer_rating {
  border: 3px solid #e9e7e8;
  padding: 12px;
  margin-top: 24px;
}
.e_widget_rating.e_style_01 .e_customer_rating > span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-right: 12px;
}
.e_widget_rating.e_style_01 .e_customer_rating .ratingValue {
  font-weight: 600;
  color: #252932;
}
.e_widget_rating.e_style_01 .e_customer_rating .ratingCount {
  font-size: 13px;
  color: #aaaaaa;
}

/*
9.1.13. REVIEW
----------
---------- */
.e_widget_review_carousel .e_item,
.e_widget_posts_reviews_list .e_item {
  position: relative;
  margin-bottom: 3px;
}
.e_widget_review_carousel .entry-title,
.e_widget_review_carousel .e_meta,
.e_widget_review_carousel .e_ticker .e_item time,
.e_ticker .e_item .e_widget_review_carousel time,
.e_widget_review_carousel .e_ticker .e_item h5,
.e_ticker .e_item .e_widget_review_carousel h5,
.e_widget_review_carousel .e_overlay,
.e_widget_posts_reviews_list .entry-title,
.e_widget_posts_reviews_list .e_meta,
.e_widget_posts_reviews_list .e_ticker .e_item time,
.e_ticker .e_item .e_widget_posts_reviews_list time,
.e_widget_posts_reviews_list .e_ticker .e_item h5,
.e_ticker .e_item .e_widget_posts_reviews_list h5,
.e_widget_posts_reviews_list .e_overlay {
  position: absolute;
  width: 100%;
}
.e_widget_review_carousel .entry-title,
.e_widget_review_carousel .e_meta,
.e_widget_review_carousel .e_ticker .e_item time,
.e_ticker .e_item .e_widget_review_carousel time,
.e_widget_review_carousel .e_ticker .e_item h5,
.e_ticker .e_item .e_widget_review_carousel h5,
.e_widget_posts_reviews_list .entry-title,
.e_widget_posts_reviews_list .e_meta,
.e_widget_posts_reviews_list .e_ticker .e_item time,
.e_ticker .e_item .e_widget_posts_reviews_list time,
.e_widget_posts_reviews_list .e_ticker .e_item h5,
.e_ticker .e_item .e_widget_posts_reviews_list h5 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.e_widget_review_carousel .e_overlay,
.e_widget_posts_reviews_list .e_overlay {
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: black;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.e_widget_review_carousel .e_meta, .e_widget_review_carousel .e_ticker .e_item time, .e_ticker .e_item .e_widget_review_carousel time, .e_widget_review_carousel .e_ticker .e_item h5, .e_ticker .e_item .e_widget_review_carousel h5,
.e_widget_posts_reviews_list .e_meta,
.e_widget_posts_reviews_list .e_ticker .e_item time,
.e_ticker .e_item .e_widget_posts_reviews_list time,
.e_widget_posts_reviews_list .e_ticker .e_item h5,
.e_ticker .e_item .e_widget_posts_reviews_list h5 {
  background-color: rgba(0, 0, 0, 0.7);
  height: 35px;
  overflow: hidden;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.e_widget_review_carousel .e_meta a, .e_widget_review_carousel .e_ticker .e_item time a, .e_ticker .e_item .e_widget_review_carousel time a, .e_widget_review_carousel .e_ticker .e_item h5 a, .e_ticker .e_item .e_widget_review_carousel h5 a, .e_widget_review_carousel .e_meta i, .e_widget_review_carousel .e_ticker .e_item time i, .e_ticker .e_item .e_widget_review_carousel time i, .e_widget_review_carousel .e_ticker .e_item h5 i, .e_ticker .e_item .e_widget_review_carousel h5 i,
.e_widget_posts_reviews_list .e_meta a,
.e_widget_posts_reviews_list .e_ticker .e_item time a,
.e_ticker .e_item .e_widget_posts_reviews_list time a,
.e_widget_posts_reviews_list .e_ticker .e_item h5 a,
.e_ticker .e_item .e_widget_posts_reviews_list h5 a,
.e_widget_posts_reviews_list .e_meta i,
.e_widget_posts_reviews_list .e_ticker .e_item time i,
.e_ticker .e_item .e_widget_posts_reviews_list time i,
.e_widget_posts_reviews_list .e_ticker .e_item h5 i,
.e_ticker .e_item .e_widget_posts_reviews_list h5 i {
  line-height: 35px !important;
  height: 35px !important;
}
.e_widget_review_carousel .entry-title,
.e_widget_posts_reviews_list .entry-title {
  bottom: 35px;
  left: 0px;
  padding: 24px;
  color: white;
  z-index: 5;
}
.e_widget_review_carousel .entry-title a,
.e_widget_posts_reviews_list .entry-title a {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.5px;
  /*text-transform: capitalize;*/
  color: white !important;
}
.e_widget_review_carousel .e_review,
.e_widget_posts_reviews_list .e_review {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 35px;
  color: white;
  background-color: #db5244;
  margin-right: 12px;
  text-align: center;
  text-decoration: none;
}
.e_widget_review_carousel .e_video .e_review,
.e_widget_posts_reviews_list .e_video .e_review {
  background-color: #0caaa1;
}
.e_widget_review_carousel .e_gallery .e_review,
.e_widget_posts_reviews_list .e_gallery .e_review {
  background-color: #4a148c;
}
.e_widget_review_carousel .e_audio .e_review,
.e_widget_posts_reviews_list .e_audio .e_review {
  background-color: #105d6a;
}
.e_widget_review_carousel .e_quote .e_review,
.e_widget_posts_reviews_list .e_quote .e_review {
  background-color: #c0963b;
}
.e_widget_review_carousel .e_link,
.e_widget_posts_reviews_list .e_link {
  color: #888888;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.e_widget_review_carousel .e_link:hover,
.e_widget_posts_reviews_list .e_link:hover {
  color: white !important;
}

#e_site_footer .e_widget_review_carousel .e_review,
#e_site_footer .e_widget_posts_reviews_list .e_review {
  color: white !important;
}

/*
Widget :: Review carousel
----------
---------- */
.e_widget_review_carousel .e_wrap {
  padding-left: 12px;
  padding-right: 12px;
}

/*
9.1.14. VIDEO LIST
----------
---------- */
.e_widget_videos_list .e_item {
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.e_widget_videos_list .e_wrap {
  padding: 24px;
}
.e_widget_videos_list .entry-title,
.e_widget_videos_list .e_meta,
.e_widget_videos_list .e_ticker .e_item time,
.e_ticker .e_item .e_widget_videos_list time,
.e_widget_videos_list .e_ticker .e_item h5,
.e_ticker .e_item .e_widget_videos_list h5 {
  margin-bottom: 0px;
}
.e_widget_videos_list .entry-title {
  margin-top: 0px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.5px;
  /*text-transform: capitalize;*/
}
.e_widget_videos_list .e_link {
  color: #888888;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.e_widget_videos_list .e_link:hover {
  color: #db5244;
}
.e_widget_videos_list .e_meta, .e_widget_videos_list .e_ticker .e_item time, .e_ticker .e_item .e_widget_videos_list time, .e_widget_videos_list .e_ticker .e_item h5, .e_ticker .e_item .e_widget_videos_list h5 {
  margin-top: 12px;
}
.e_widget_videos_list article.e_other {
  margin-top: 3px;
}
.e_widget_videos_list article.e_active .e_wrap {
  background-color: #252932;
  border: 1px solid #252932;
}
.e_widget_videos_list article.e_active .entry-thumb {
  display: block;
}
.e_widget_videos_list article.e_deactive .e_wrap {
  background-color: white;
  border: 1px solid #dedede;
}
.e_widget_videos_list article.e_deactive .entry-thumb {
  display: none;
}
.e_widget_videos_list .e_active .entry-title a {
  color: white;
}

/*
9.1.15. POSTS SYNC
----------
---------- */
.e_widget_posts_sync .e_wrap {
  background-color: white;
  padding: 24px;
  margin-top: -90px;
}
.e_widget_posts_sync .entry-title {
  text-align: center;
}
.e_widget_posts_sync .entry-title a {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.5px;
  /*text-transform: capitalize;*/
}

/*
9.2. WIDGET FOR SINGLE POST
----------
---------- */
/*
9.2.1. AUTHOR
----------
---------- */
.e_post_author.e_style_01 .e_avatar {
  margin-right: 24px;
}
.e_post_author.e_style_01 .e_bio {
  margin-top: 12px;
  margin-bottom: 0px;
}
.e_post_author.e_style_01 .e_link, .e_post_author.e_style_01 .e_bio {
  color: white;
}
.e_post_author.e_style_01 .e_link {
  font-weight: 600;
}

/*
9.2.2. COMMENT LIST
----------
---------- */
.e_widget_comment_list.e_style_01 ul.comment-list {
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.e_widget_comment_list.e_style_01 ul, .e_widget_comment_list.e_style_01 li {
  list-style-type: none;
}
.e_widget_comment_list.e_style_01 .comment {
  margin-bottom: 24px;
}
.e_widget_comment_list.e_style_01 .comment article {
  padding-bottom: 24px;
  border-bottom: 1px solid #dedede;
}
.e_widget_comment_list.e_style_01 .children {
  margin-top: 24px;
}
.e_widget_comment_list.e_style_01 .e_comment_avatar {
  margin-right: 24px;
  margin-bottom: 5px;
  padding: 3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #dedede;
}
.e_widget_comment_list.e_style_01 .e_comment_avatar img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.e_widget_comment_list.e_style_01 .fn {
  font-size: 18px;
  color: #333333;
}
.e_widget_comment_list.e_style_01 .fn a {
  color: #333333;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.e_widget_comment_list.e_style_01 .fn a:hover {
  color: #db5244;
}
.e_widget_comment_list.e_style_01 .e_meta, .e_widget_comment_list.e_style_01 .e_ticker .e_item time, .e_ticker .e_item .e_widget_comment_list.e_style_01 time, .e_widget_comment_list.e_style_01 .e_ticker .e_item h5, .e_ticker .e_item .e_widget_comment_list.e_style_01 h5 {
  font-size: 13px;
  color: #888888;
  margin-top: 12px;
  margin-bottom: 12px;
}
.e_widget_comment_list.e_style_01 .e_meta time, .e_widget_comment_list.e_style_01 .e_ticker .e_item time time, .e_ticker .e_item .e_widget_comment_list.e_style_01 time time, .e_widget_comment_list.e_style_01 .e_ticker .e_item h5 time, .e_ticker .e_item .e_widget_comment_list.e_style_01 h5 time, .e_widget_comment_list.e_style_01 .e_meta a, .e_widget_comment_list.e_style_01 .e_ticker .e_item time a, .e_ticker .e_item .e_widget_comment_list.e_style_01 time a, .e_widget_comment_list.e_style_01 .e_ticker .e_item h5 a, .e_ticker .e_item .e_widget_comment_list.e_style_01 h5 a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-right: 24px;
}

/*
9.2.3. RELATED
----------
---------- */
.e_widget_related_posts .e_large .entry-title {
  margin-top: 24px;
}
.e_widget_related_posts .e_small.e_other {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #dedede;
}
.e_widget_related_posts .e_small .entry-thumb {
  margin-right: 12px;
}
.e_widget_related_posts .e_small .entry-title {
  margin-top: 0px;
}
.e_widget_related_posts .entry-title {
  margin-bottom: 0px;
  font-weight: 600;
}
.e_widget_related_posts .e_meta .e_link, .e_widget_related_posts .e_ticker .e_item time .e_link, .e_ticker .e_item .e_widget_related_posts time .e_link, .e_widget_related_posts .e_ticker .e_item h5 .e_link, .e_ticker .e_item .e_widget_related_posts h5 .e_link {
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  color: #888888;
}
.e_widget_related_posts .e_meta .e_link:hover, .e_widget_related_posts .e_ticker .e_item time .e_link:hover, .e_ticker .e_item .e_widget_related_posts time .e_link:hover, .e_widget_related_posts .e_ticker .e_item h5 .e_link:hover, .e_ticker .e_item .e_widget_related_posts h5 .e_link:hover {
  color: #db5244;
}
.e_widget_related_posts .e_meta, .e_widget_related_posts .e_ticker .e_item time, .e_ticker .e_item .e_widget_related_posts time, .e_widget_related_posts .e_ticker .e_item h5, .e_ticker .e_item .e_widget_related_posts h5,
.e_widget_related_posts .entry-content {
  margin-top: 12px;
  margin-bottom: 0px;
}

/*
9.2.4. SHARE BUTTONS
----------
---------- */
.e_widget_share_buttons.e_style_01 .e_text, .e_widget_share_buttons.e_style_01 a {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.e_widget_share_buttons.e_style_01 .e_text {
  margin-right: 24px;
}
.e_widget_share_buttons.e_style_01 .e_link {
  width: 37.5px;
  height: 37.5px;
  line-height: 37.5px;
  border: 1px solid #dedede;
  color: #888888;
  margin-right: 5px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
}
.e_widget_share_buttons.e_style_01 .e_link:hover {
  color: white;
}
.e_widget_share_buttons.e_style_01 .e_link:hover.e_facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}
.e_widget_share_buttons.e_style_01 .e_link:hover.e_twitter {
  background-color: #00aced;
  border-color: #00aced;
}
.e_widget_share_buttons.e_style_01 .e_link:hover.e_pinterest {
  background-color: #cb2027;
  border-color: #cb2027;
}
.e_widget_share_buttons.e_style_01 .e_link:hover.e_tumblr {
  background-color: #32506d;
  border-color: #32506d;
}
.e_widget_share_buttons.e_style_01 .e_link:hover.e_google-plus {
  background-color: #dd4b39;
  border-color: #dd4b39;
}
.e_widget_share_buttons.e_style_01 .e_link:hover.e_dribbble {
  background-color: #ea4c89;
  border-color: #ea4c89;
}

/*
9.2.5. TAGS
----------
---------- */
.e_widget_tags.e_style_01 .e_text, .e_widget_tags.e_style_01 a {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.e_widget_tags.e_style_01 .e_text {
  margin-right: 24px;
}
.e_widget_tags.e_style_01 a {
  margin-right: 5px;
  color: #888888;
}

/*
9.3. DEFAULT
----------
---------- */
/*
9.3.1. CATEGORIES
----------
---------- */
/*
9.3.2. TAGS
----------
---------- */
.widget_tag_cloud .tagcloud:before, .widget_tag_cloud .tagcloud:after {
  content: "";
  display: table;
}
.widget_tag_cloud .tagcloud:after {
  clear: both;
}
.widget_tag_cloud .tagcloud a {
  display: block;
  float: left;
  height: 35px;
  line-height: 35px;
  padding: 0px 15px;
  margin: 2px 2px 0px 0px;
  border: 1px solid #dedede;
  color: #333333;
  outline: none;
  font-size: 14px !important;
  letter-spacing: 0.25;
  cursor: pointer;
  text-decoration: none;
}
.widget_tag_cloud .tagcloud a:before {
  background-color: #db5244 !important;
}
.widget_tag_cloud .tagcloud a:hover {
  color: white;
}

/*
10. RESPONSIVE
----------
Make Enliven template to become friendly with all device.
---------- */
@media only screen and (max-width: 1179px) {
  #e_site_footer.e_style_01 .e_footer_divider {
    display: block !important;
  }
}
@media only screen and (max-width: 1023px) {
  #e_site_header .e_top .e_ticker {
    padding-left: 0px;
  }
  #e_site_header .e_top .e_ticker .e_header {
    display: none;
  }
  #e_site_header .e_middle .e_left, #e_site_header .e_middle .e_right, #e_site_header .e_middle .e_site_logo, #e_site_header .e_middle .e_top_banner {
    text-align: center;
  }
  #e_site_header .e_middle .e_right {
    margin-top: 50px;
  }

  #e_site_footer .e_bottom .e_footer_information,
  #e_site_footer .e_bottom .e_left,
  #e_site_footer .e_bottom .e_right {
    text-align: center;
  }
  #e_site_footer .e_bottom .e_right {
    margin-top: 24px;
  }

  #e_primary_nav #e_primary_menu {
    display: none;
  }
  #e_primary_nav .e_handler {
    display: block;
  }

  .e_widget_breadcrumb.e_style_01 .e_left,
  .e_widget_breadcrumb.e_style_01 .e_right {
    text-align: center;
  }
  .e_widget_breadcrumb.e_style_01 .e_right {
    margin-top: 24px;
  }

  .e_widget_posts_slide_grid .e_desktop {
    display: none;
  }
  .e_widget_posts_slide_grid .e_mobile {
    display: block;
  }

  .e_widget_posts_hightlight_first .e_item.e_first .entry-title {
    margin-top: 24px;
  }

  .e_widget_posts_slide .e_item .e_left {
    width: 100% !important;
    text-align: center !important;
  }
  .e_widget_posts_slide .e_item .e_right {
    display: none !important;
  }

  .e_widget_posts_blog.e_style_02 .e_other .entry-title {
    margin-top: 24px;
  }

  .e_widget_related_posts.e_style_01 .e_item.e_large {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #dedede;
  }
}
@media only screen and (max-width: 767px) {
  #e_site_header .e_top .e_left {
    display: none;
  }
  #e_site_header .e_top .e_right {
    text-align: center;
  }
  #e_site_header .e_top .e_button {
    margin-left: 24px;
    margin-right: 24px;
  }

  #e_secondary_menu {
    display: none;
  }

  #e_secondary_nav .e_wrap {
    display: inline-block;
    *display: inline;
    zoom: 1;
  }

  body.e_boxed_shadow .e_site_container {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  body.e_boxed_shadow.e_enable_border_wrap .e_site_container {
    border-left: none;
    border-right: none;
  }
}
@media only screen and (max-width: 639px) {
  body.e_404.e_style_01 #e_404_wrap {
    padding: 24px;
  }
  body.e_404.e_style_01 #e_404_wrap header h1 {
    position: relative;
    font-size: 150px;
    line-height: 150px;
    height: 150px;
  }
  body.e_404.e_style_01 #e_404_wrap header p.e_desc {
    position: relative;
    margin-top: 24px;
    height: auto;
    line-height: 24px;
  }

  #e_site_header .e_middle .e_right {
    display: block;
  }

  .e_widget_comment_list.e_style_01 .children {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 599px) {
  .e_widget_comment_form.e_style_01 .e_form_block.e_submit .e_button {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .e_widget_rating.e_style_01 .e_customer_rating ul.e_stars {
    float: none !important;
    width: 100%;
    text-align: center;
    margin-top: 12px;
  }

  .e_widget_share_buttons.e_style_01 span.e_text {
    display: none;
  }
}
@media only screen and (min-width: 1179px) {
  body.e_boxed.e_container_medium .e_site_container.container {
    width: 1100px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1179px) {
  .e_widget_posts_slide_grid .e_size_m .e_meta, .e_widget_posts_slide_grid .e_size_m .e_ticker .e_item time, .e_ticker .e_item .e_widget_posts_slide_grid .e_size_m time, .e_widget_posts_slide_grid .e_size_m .e_ticker .e_item h5, .e_ticker .e_item .e_widget_posts_slide_grid .e_size_m h5 {
    display: none;
  }
}
/*
11. CUSTOMIZE
----------
This module only use for demo site (you can delete it).
---------- */
.e_custom_parallax_01 {
  background-image: url(placehold/1366x1366.jpg);
}

.e_custom_parallax_03 {
  background-image: url(placehold/1366x1366.jpg);
}

.e_custom_parallax_05 {
  background-image: url(placehold/1366x1366.jpg);
}

.e_custom_parallax_06 {
  background-image: url(placehold/1366x1366.jpg);
}

.e_custom_parallax_04 {
  background-image: url(placehold/1366x1366.jpg);
}
.e_custom_parallax_04 > .e_container {
  margin-bottom: 0px !important;
}
.e_custom_parallax_04 > .e_container .widget-content {
  background-color: white;
}
.e_custom_parallax_04 > .e_container .e_container {
  margin-top: 24px;
}

.e_custom_section_01 {
  margin-bottom: 50px;
}

.e_custom_widget_content_01 {
  background-color: white;
}

.e_custom_parallax_02 {
  background-image: url(placehold/1366x1366.jpg);
}
.e_custom_parallax_02 > .e_container {
  margin-bottom: 0px !important;
}
.e_custom_parallax_02 > .e_container .widget-content {
  background-color: white;
}
.e_custom_parallax_02 > .e_container .e_container {
  margin-top: 24px;
  margin-bottom: 24px;
}

.e_custom_section_02 {
  border-bottom: 1px solid #dedede;
}

.e_custom_section_03 {
  background-color: #f0f0f0;
}

.e_custom_title_01 .e_title {
  background-color: #f0f0f0 !important;
}

.e_custom_widget_01 {
  margin-bottom: 50px;
}

.e_custom_widget_03 .widget-content {
  padding: 24px;
  border: 1px solid #dedede;
  background-color: white;
}

.e_custom_widget_02 {
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 37px;
  background-color: #252932;
}

.e_custom_title_02 {
  margin-bottom: 12px;
}
.e_custom_title_02:before {
  background-color: #db5244 !important;
}
.e_custom_title_02 .e_title {
  background-color: #252932 !important;
  color: white !important;
}

.e_custom_title_03 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.e_custom_title_03 .e_title {
  color: white;
}

.e_custom_title_04 {
  margin-top: 50px !important;
  margin-bottom: 114px !important;
}
.e_custom_title_04 .e_title {
  color: white;
}

.e_custom_title_06 {
  margin-bottom: 0px !important;
}

.e_custom_container_01 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.e_custom_menu_2.sfHover > a, .e_custom_menu_2 > a:after, .e_custom_menu_2 > a:before {
  background-color: #0caaa1 !important;
}
.e_custom_menu_2 .sub-menu {
  border-top-color: #0caaa1 !important;
}

.e_custom_menu_3.sfHover > a, .e_custom_menu_3 > a:after, .e_custom_menu_3 > a:before {
  background-color: #105d6a !important;
}
.e_custom_menu_3 .sub-menu {
  border-top-color: #105d6a !important;
}

.e_custom_menu_4.sfHover > a, .e_custom_menu_4 > a:after, .e_custom_menu_4 > a:before {
  background-color: #c0963b !important;
}
.e_custom_menu_4 .sub-menu {
  border-top-color: #c0963b !important;
}

.e_custom_menu_5.sfHover > a, .e_custom_menu_5 > a:after, .e_custom_menu_5 > a:before {
  background-color: #4a148c !important;
}
.e_custom_menu_5 .sub-menu {
  border-top-color: #4a148c !important;
}

.e_custom_menu_6.sfHover > a, .e_custom_menu_6 > a:after, .e_custom_menu_6 > a:before {
  background-color: #db5244 !important;
}
.e_custom_menu_6 .sub-menu {
  border-top-color: #db5244 !important;
}

.e_custom_col_01 {
  background-color: white;
  padding: 24px;
  border: 1px solid #dedede;
}

.e_custom_widget_content_02 {
  background-color: white;
  padding: 24px 0px;
}

.e_custom_widget_content_03 {
  background-color: white;
}

body.e_custom_body_01 {
  background-color: #d8d8d8 !important;
}

body.e_custom_body_02 {
  background: url("placehold/bg/pattern.png") repeat center center transparent;
}
body.e_custom_body_02 .e_site_container {
  border-left-color: black;
  border-right-color: black;
}
