@charset "UTF-8";
/*Vendor*/
/*
01:	Variables
02: Mixins
03: Keyframes
04: Reset
05:	Miteri Reset
06: Typography
07: Forms
08: Media
09: Content
10: Widgets
11: Comments
12: Layout
13: Header
14: Widget Area
15: Template Parts
16: Footer
17: Templates
18: Responsive
*/
/* Footer Color */
/**
 * _mixins.scss
 * Miteri Mixins
 */
/*
 * 03: Elements
 */
@-webkit-keyframes circle {
  0% {
    opacity: 1; }
  40% {
    opacity: 1; }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0; } }

@keyframes circle {
  0% {
    opacity: 1; }
  40% {
    opacity: 1; }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0; } }

/*
 * 01: Normalize
 * Styles based on Normalize v7.0.0 @link https://github.com/necolas/normalize.css
 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

figcaption,
figure,
main {
  display: block; }

figure {
  margin: 0; }

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    text-decoration: none; }
  a:hover, a:focus, a:active {
    outline: 0; }

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

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

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: 700; }

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

dfn {
  font-style: italic; }

abbr[title] {
  border-bottom: 1px #777 dotted;
  text-decoration: none; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

small {
  font-size: 80%; }

audio,
video {
  display: inline-block; }

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

img {
  border: 0;
  border-style: none; }

button,
input,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

fieldset {
  padding: 0.35em 0.75em 0.625em;
  margin-bottom: 15px; }

legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

.woocommerce-address-fields__field-wrapper:after {
  display: block;
  content: "";
  clear: both; }

textarea {
  overflow: auto; }

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

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

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

body {
  background: #fff; }

blockquote:before,
blockquote:after {
  content: ""; }

blockquote {
  quotes: "" ""; }

q {
  quotes: "“" "”" "‘" "’"; }

:focus {
  outline: none; }

hr {
  border: 0;
  height: 1px;
  background-color: #eee;
  margin-bottom: 20px; }

ul,
ol {
  margin: 0 0 15px 15px;
  padding: 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 15px; }

dt {
  font-weight: bold; }

dd {
  margin: 0 20px 20px; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

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

td,
th {
  padding: 0; }

figure {
  margin: auto;
  position: relative;
  overflow: hidden; }
  figure:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0; }
  figure:hover:before {
    -webkit-animation: circle .75s;
    animation: circle .75s; }

.owl-carousel .owl-item img {
  width: auto;
  max-width: 100%; }

/*

01: Normalize
02: Typography
03: Elements
04: Layout
05: Header
06: Content
07: Footer
08: Widgets
09: Forms
10: Comments
11: Media
12: Responsive

*/
/*
 * 02: Typography
 */
html, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body,
input,
select,
textarea {
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  line-height: 1.4em;
  margin: 0.3em 0 0.7em; }

h1 {
  font-size: 40px; }
  @media (max-width: 960px) and (min-width: 640px) {
    h1 {
      font-size: 34px; } }
  @media (max-width: 640px) {
    h1 {
      font-size: 28px; } }

h2 {
  font-size: 35px; }
  @media (max-width: 960px) and (min-width: 640px) {
    h2 {
      font-size: 30px; } }
  @media (max-width: 640px) {
    h2 {
      font-size: 25px; } }

h3 {
  font-size: 30px; }
  @media (max-width: 960px) and (min-width: 640px) {
    h3 {
      font-size: 26px; } }
  @media (max-width: 640px) {
    h3 {
      font-size: 22px; } }

h4 {
  font-size: 26px; }
  @media (max-width: 960px) and (min-width: 640px) {
    h4 {
      font-size: 24px; } }
  @media (max-width: 640px) {
    h4 {
      font-size: 22px; } }

h5 {
  font-size: 22px; }
  @media (max-width: 960px) and (min-width: 640px) {
    h5 {
      font-size: 20px; } }
  @media (max-width: 640px) {
    h5 {
      font-size: 18px; } }

h6 {
  font-size: 20px; }
  @media (max-width: 960px) and (min-width: 640px) {
    h6 {
      font-size: 18px; } }
  @media (max-width: 640px) {
    h6 {
      font-size: 16px; } }

p {
  margin: 0 0 20px; }

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.comment-content h1:first-child,
.comment-content h2:first-child,
.comment-content h3:first-child,
.comment-content h4:first-child,
.comment-content h5:first-child,
.comment-content h6:first-child,
.textwidget h1:first-child,
.textwidget h2:first-child,
.textwidget h3:first-child,
.textwidget h4:first-child,
.textwidget h5:first-child,
.textwidget h6:first-child {
  margin-top: 0; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  border-left: 5px solid #214d74;
  margin: 20px 30px;
  padding: 0px 20px;
  color: #444; }

cite {
  margin: 0 20px; }

address {
  margin: 0 0 10px; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
  max-width: 100%;
  overflow: auto;
  padding: 5px 15px; }

code,
kbd,
tt,
var {
  font-family: Monaco, Inconsolata, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.875rem; }

code {
  background-color: #ddd;
  padding: 2px 4px; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

.sep {
  display: inline-block;
  padding: 0 5px; }

.material-icons.md-middle {
  vertical-align: middle; }

.material-icons.md-20 {
  font-size: 20px; }

.material-icons.md-24 {
  font-size: 24px; }

.material-icons.md-36 {
  font-size: 36px; }

.material-icons.md-48 {
  font-size: 48px; }

/* Headings */
.entry-title {
  padding: 0;
  margin: 0 0 15px;
  color: #000;
  line-height: 1.2;
  text-align: center; }

.site-title {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3; }

.site-title a:focus,
.site-title a:active {
  outline: 0; }

.site-description {
  font-size: 0.9375rem;
  margin: 5px 0 0;
  color: #888;
  line-height: 1.2; }

h1.entry-title {
  font-size: 2.5rem;
  font-weight: 700; }

h2.entry-title {
  font-size: 1.50rem;
  font-weight: 400;
  margin-bottom: 0.5rem; }

.comments-title,
.comment-reply-title {
  font-size: 1.250rem;
  margin: 0 0 20px;
  padding: 0;
  line-height: 1.3;
  color: #222; }

.page-title {
  font-size: 2rem;
  margin: 0 0 1rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.2em;
  text-transform: uppercase;
  color: #222; }

.category-title {
  margin: 0 0 10px;
  padding: 0;
  font-size: 0.9375rem;
  text-transform: uppercase;
  line-height: 1.2;
  color: #222;
  text-align: left; }

.category-title a {
  color: #222;
  display: inline-block;
  line-height: 22px; }

.category-title a:hover {
  text-decoration: none;
  color: #214d74; }

/* Links */
a {
  color: #214d74; }

a:hover {
  color: #fa2964; }

a:hover,
a:active,
a:focus {
  outline: 0; }

.site-title a {
  color: #222222;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s; }

.entry-title a {
  color: #000; }
  .entry-title a:hover {
    color: #fa2964; }

/*
 * 09: Forms
 */
input, button, select, textarea {
  max-width: 100%; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 0;
  border-radius: 128px;
  background: #214d74;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.3;
  padding: 10px 30px;
  opacity: 1;
  font-weight: 700;
  box-sizing: border-box;
  transition: opacity 0.3s ease 0s; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  opacity: 0.85; }

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border: 0;
  outline: 0; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #bebebe;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

select {
  border: 1px solid #bebebe; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #222;
  outline: none; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  padding: 5px 10px; }

textarea {
  padding: 5px 10px;
  width: 100%; }

.comment-form input[type="text"],
.comment-form input[type="url"],
.comment-form input[type="email"] {
  width: 100%;
  transition: all .2s ease 0s;
  box-shadow: none; }

.comment-form input[type="text"]:focus,
.comment-form input[type="url"]:focus,
.comment-form input[type="email"]:focus,
.comment-form textarea:focus {
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.05);
  border-color: #bebebe; }

/* Remove Safari's default styling from the inputs. */
input, textarea {
  -webkit-appearance: none; }

/* Search Form */
.search-form {
  position: relative; }

.search-form .search-field,
.search-form input[type="search"] {
  width: 100%;
  padding: 5px 50px 5px 20px;
  border: 0;
  background-color: #f5f5f5;
  font-size: 0.875rem;
  line-height: 28px; }

.search-form .search-field:focus {
  border-color: #ddd; }

.search-form .search-submit {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 10px;
  width: 50px;
  height: 40px;
  background-color: transparent;
  color: #666;
  text-align: center;
  border-radius: 0;
  box-sizing: border-box; }

/*
 * 11: Media
 */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin: 0 20px 5px 0; }

.alignright {
  display: inline;
  float: right;
  margin: 0 0 5px 20px; }

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

/* Galleries */
.gallery {
  margin-bottom: 20px; }

.gallery-item {
  display: inline-block;
  width: 100%;
  margin: 0 auto 20px;
  padding: 0 10px;
  text-align: center;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

/* Captions */
.wp-caption {
  border: none;
  margin-bottom: 20px;
  max-width: 100%; }

.wp-caption-text {
  text-align: center; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  font-size: 0.875rem;
  color: #888;
  font-style: italic;
  padding-top: 10px; }

.gallery-caption {
  color: #888;
  display: block;
  font-size: 0.875rem;
  font-style: italic;
  padding-top: 5px; }

/*
 * 06: Content
 */
@media (max-width: 992px) {
  .wow {
    -webkit-animation-name: none !important;
    -moz-animation-name: none !important;
    -ms-animation-name: none !important;
    -o-animation-name: none !important;
    animation-name: none !important;
    visibility: visible !important; } }

table {
  font-size: 16px;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }
  table thead {
    background-color: #f2f2f2; }
  table td, table th {
    border: 1px solid #ddd;
    text-align: left;
    padding: 8px; }
  table th {
    padding-top: 11px;
    padding-bottom: 11px; }
  table tr:nth-child(even) {
    background-color: #f2f2f2; }

.read-more-link {
  display: block; }
  .read-more-link .read-more {
    color: #214d74;
    display: inline-block;
    letter-spacing: 2px;
    margin-top: 15px;
    border-radius: 0px;
    font-weight: 600;
    text-transform: uppercase; }
    .read-more-link .read-more:hover {
      color: #fa2964; }
      .read-more-link .read-more:hover:after {
        margin-left: 15px; }
    .read-more-link .read-more:after {
      content: "\f178";
      display: inline-block;
      margin-left: 8px;
      vertical-align: middle;
      margin-top: -2px;
      font-size: 14px;
      font-family: 'FontAwesome';
      -webkit-transition: margin-left .2s;
      -moz-transition: margin-left 0.2s;
      transition: margin-left .2s; }

.content-area {
  background: #fff; }

.hentry,
.no-results {
  padding: 15px 0;
  border-bottom: 1px solid #cecece; }

.entry-content {
  font-size: 1.125rem;
  position: relative;
  z-index: 0; }

.entry-summary p:last-child {
  margin-bottom: 0; }

.entry-thumbnail {
  margin: auto;
  overflow: hidden; }
  .entry-thumbnail img {
    display: block;
    margin: auto; }

.tags-links a,
.cat-links a {
  border: 1px solid;
  font-size: 10px;
  padding: 3px 5px;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 3px 3px 0;
  font-weight: 700; }
  .tags-links a:hover,
  .cat-links a:hover {
    color: #fff;
    background: #214d74; }

.entry-footer {
  color: #999;
  line-height: 1.3;
  padding-top: 15px;
  border-top: 1px solid #cecece; }
  .entry-footer .sep {
    font-size: 0px; }
  .entry-footer .comments-link a,
  .entry-footer .edit-link a {
    text-decoration: underline; }

body.page-template .entry-footer {
  display: none; }

.page-content {
  margin: 0 0 20px;
  background-color: #fff; }

.page-links {
  clear: both;
  margin: 0 0 20px; }

.posted-on,
.byline,
.edit-link,
.cat-links,
.tags-links,
.comments-link {
  display: inline-block;
  font-size: 1em; }

.entry-header .cat-links {
  font-size: 0.750rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-style: normal;
  font-weight: 700;
  display: block;
  line-height: 1.4em;
  display: inline-block; }

.entry-header .tags-links {
  display: block;
  line-height: 1.4em;
  font-weight: 700;
  margin-top: 5px; }

.author-name {
  font-weight: 700; }

.entry-meta {
  font-size: 0.750rem;
  color: #aaa;
  text-align: center;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 10px; }

.entry-meta .posted-on a, .entry-meta .author a {
  color: #333; }

.read-more {
  display: inline-block;
  font-weight: 700; }

.updated:not(.published) {
  display: none; }

.byline .author {
  display: inline-block; }

.byline .avatar {
  border-radius: 100%;
  float: left;
  margin: 0 5px;
  line-height: 1.4em; }

.error404 .entry-header {
  margin: 0 0 20px; }

/* Posts Loop */
.posts-loop .entry-header {
  padding: 20px 0 0; }
  .posts-loop .entry-header a {
    color: #214d74; }
    .posts-loop .entry-header a:hover {
      color: #fa2964; }

.posts-loop .tags-links a:hover,
.posts-loop .cat-links a:hover {
  color: #fff; }

.posts-loop .entry-summary {
  word-wrap: break-word;
  margin-top: 10px; }

.posts-loop p {
  margin: 0; }

.posts-loop .read-more-link {
  padding-top: 10px;
  display: block; }

/* Large Posts */
.large-post .entry-title {
  text-align: center; }

.large-post .entry-header {
  margin: 0 auto;
  padding: 0 0 15px; }

.large-post .entry-summary {
  margin-top: 10px; }

.large-post .read-more-link {
  padding-top: 10px;
  display: block;
  text-align: center; }

.large-post .read-more {
  margin-top: 10px;
  padding: 7px 20px 5px;
  background-color: transparent;
  border: 1px solid #214d74;
  color: #214d74;
  font-weight: 700;
  line-height: 20px;
  border-radius: 124px; }
  .large-post .read-more:hover {
    color: #fff;
    background-color: #214d74; }

/* Grid Posts */
.flex-row {
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .flex-row .post-wrapper {
    position: relative;
    margin-bottom: 20px; }
  .flex-row .hentry {
    height: 100%;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.grid-post .entry-meta {
  margin: 5px 0; }

.grid-post .entry-summary {
  font-size: 0.9375em; }

.grid-post .entry-title {
  font-size: 1.250rem;
  text-align: center; }

.read-more {
  min-width: 22px;
  line-height: 26px;
  text-align: center;
  border-radius: 3px;
  color: #666;
  font-size: 14px;
  -webkit-font-smoothing: subpixel-antialiased;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  display: inline-block;
  position: inherit; }

.grid-post .cat-links {
  font-weight: 700; }

/* Sticky Post */
.sticky .entry-title a {
  position: relative; }

.sticky .entry-title a:before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
  content: "\E867";
  vertical-align: -20%;
  padding-right: 2px; }

/* Post Formats */
.format-audio .entry-title a,
.format-gallery .entry-title a,
.format-image .entry-title a,
.format-quote .entry-title a,
.format-video .entry-title a {
  position: relative; }
  .format-audio .entry-title a:before,
  .format-gallery .entry-title a:before,
  .format-image .entry-title a:before,
  .format-quote .entry-title a:before,
  .format-video .entry-title a:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    vertical-align: -20%;
    padding-right: 2px; }

.format-audio .entry-title a:before {
  content: "\E030"; }

.format-video .entry-title a:before {
  content: "\E04A"; }

.format-gallery .entry-title a:before {
  content: "\E413"; }

.format-image .entry-title a:before {
  content: "\E3F4"; }

.format-quote .entry-title a:before {
  content: "\E244"; }

/* Infinite scroll */
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/* Featured Posts */
.featured-posts {
  margin-bottom: 20px; }

.featured-posts .row {
  margin-left: -10px;
  margin-right: -10px; }

.featured-posts .col-8,
.featured-posts .col-4 {
  padding-left: 10px;
  padding-right: 10px; }

.featured-item {
  position: relative;
  height: 200px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  box-sizing: border-box;
  opacity: 1;
  transition: all 0.2s ease-in-out 0s; }
  .featured-item:hover {
    opacity: .9; }

.featured-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  outline: none; }

.featured-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 80px 30px 30px;
  text-align: center;
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.4) 0, transparent 100%);
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.4) 0, transparent 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0, transparent 100%); }
  .featured-overlay h4 {
    text-align: center;
    margin: 0;
    text-transform: none;
    font-size: 22px; }
    .featured-overlay h4 a {
      color: #fff; }
  .featured-overlay .entry-meta {
    color: #fff;
    font-weight: 700; }
    .featured-overlay .entry-meta a {
      color: #fff; }

/* WooCommerce */
.posts-loop .product {
  margin-bottom: 30px; }

.woocommerce-products-header {
  margin-bottom: 20px; }
  .woocommerce-products-header h1.page-title {
    padding: 0;
    margin: 0;
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    text-align: center;
    text-transform: none; }

.woocommerce ul.product_list_widget li img, .woocommerce ul.cart_list li img {
  width: 60px; }

.woocommerce ul.product_list_widget li {
  margin: 5px 0;
  padding: 5px; }

.site-content .miteri-wraper-content {
  margin-top: 30px; }
  @media (min-width: 960px) {
    .site-content .miteri-wraper-content {
      margin-bottom: 30px; } }
  .site-content .miteri-wraper-content #main {
    padding: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

/* Single Posts and Pages */
body.single .post .entry-header,
body.single .page .entry-header, body.page .post .entry-header,
body.page .page .entry-header {
  padding: 0 0 20px; }

body.single .post .entry-meta,
body.single .page .entry-meta, body.page .post .entry-meta,
body.page .page .entry-meta {
  text-align: center; }

body.single .post .entry-title,
body.single .page .entry-title, body.page .post .entry-title,
body.page .page .entry-title {
  text-align: center; }

body.single .post .entry-thumbnail,
body.single .page .entry-thumbnail, body.page .post .entry-thumbnail,
body.page .page .entry-thumbnail {
  margin: 0 auto 20px; }
  body.single .post .entry-thumbnail img,
  body.single .page .entry-thumbnail img, body.page .post .entry-thumbnail img,
  body.page .page .entry-thumbnail img {
    display: block;
    margin: auto;
    max-width: 100%;
    height: auto; }

body.single .posted-on, body.page .posted-on {
  position: relative; }
  body.single .posted-on:before, body.page .posted-on:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    padding-right: 2px;
    content: "\E192"; }

body.single .attachment img, body.page .attachment img {
  margin-left: auto;
  margin-right: auto;
  display: block; }

/* Featured Image */
.fimg-banner .entry-header,
.fimg-fullwidth .entry-header {
  margin: 0 auto;
  padding: 40px 0 20px; }

.fimg-banner .aside.sidebar,
.fimg-fullwidth .aside.sidebar {
  padding-top: 0; }

.fimg-banner .entry-title,
.fimg-fullwidth .entry-title {
  text-align: center; }

.fimg-banner .entry-thumbnail,
.fimg-fullwidth .entry-thumbnail {
  margin: 0 auto 20px; }

.fimg-banner .entry-meta,
.fimg-fullwidth .entry-meta {
  margin: 10px 0 0; }

.fimg-banner .entry-category,
.fimg-fullwidth .entry-category {
  margin: 0 0 10px; }

/* Featured Image */
.fimg-banner .parallax-window {
  min-height: 400px;
  background: transparent; }

.fimg-banner .has_featured_image {
  position: relative; }
  .fimg-banner .has_featured_image img {
    display: none; }
  .fimg-banner .has_featured_image .entry-header {
    top: 50%;
    left: 0;
    right: 0;
    margin: -60px auto 0;
    position: absolute; }
  .fimg-banner .has_featured_image .entry-title {
    color: #fff; }

/* Category Button */
.category-button a {
  background: #214d74;
  color: #fff;
  display: inline-block;
  margin: 0 5px 2px 0;
  font-size: 12px;
  padding: 0 6px;
  border-radius: 0px;
  font-weight: 600;
  text-transform: uppercase; }
  .category-button a:hover {
    color: #fff;
    background: #fa2964; }

/* Posts Navigation */
.posts-navigation,
.post-navigation,
.comments-area {
  padding: 15px 0;
  overflow: hidden;
  clear: both;
  border-bottom: 1px solid #cecece; }

.comments-area {
  border-bottom: none; }

.posts-navigation a {
  display: inline-block;
  padding: 5px 0;
  color: #888;
  line-height: 1.3;
  transition: all 0.2s ease-in-out 0s; }

.posts-navigation:hover {
  color: #214d74;
  border-color: #214d74; }

.comment-navigation {
  margin-bottom: 20px; }

.comment-navigation .nav-previous,
.comment-navigation .nav-next,
.posts-navigation .nav-previous,
.posts-navigation .nav-next,
.post-navigation .nav-previous,
.post-navigation .nav-next {
  width: 50%;
  box-sizing: border-box; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  text-align: left;
  padding-right: 10px; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  padding-left: 10px; }

.post-navigation {
  position: relative; }
  .post-navigation:before {
    content: "";
    display: block;
    width: 1px;
    height: 50%;
    position: absolute;
    left: 50%;
    top: 25%;
    border-right: 1px solid #eee; }

.nav-previous a,
.nav-next a {
  position: relative;
  font-size: 0.9375em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  font-weight: 700;
  color: #214d74; }
  .nav-previous a:hover,
  .nav-next a:hover {
    color: #fa2964; }
  .nav-previous a:before, .nav-previous a:after,
  .nav-next a:before,
  .nav-next a:after {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    vertical-align: -20%; }

.nav-previous a:before {
  content: "\E5C4";
  padding-right: 5px; }

.nav-next a:after {
  content: "\E5C8";
  padding-left: 5px; }

.posts-navigation .nav-previous {
  position: relative; }
  .posts-navigation .nav-previous:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    border-right: 1px solid #eee; }

/* Author bio */
.author-info {
  background-color: #fff;
  padding: 15px 0;
  overflow: hidden;
  border-bottom: 1px solid #cecece; }

.author-avatar {
  margin-bottom: 10px; }

.author-avatar img {
  display: block;
  margin: auto;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.author-title {
  clear: none;
  margin: 0 0 5px 0;
  font-weight: 700;
  text-align: center; }

.author-description p:last-child {
  margin-bottom: 0; }

.author-bio {
  font-size: 0.9375em;
  color: #666; }

/* Archives and Search */
.page-header {
  padding: 20px 0 10px; }

.taxonomy-description {
  color: #666;
  margin-top: 5px;
  font-size: 0.9375em; }

.taxonomy-description p {
  margin: 0; }

/* Error 404 */
.error-404 .widget {
  box-shadow: none;
  padding: 0; }

.post-wrapper article {
  background: #fff; }

aside.sidebar {
  background: #fff;
  padding: 15px 15px 0; }
  aside.sidebar li {
    list-style: none; }

aside.sidebar .widget {
  padding: 15px; }

.loading-image {
  display: none; }
  .loading-image.active {
    display: block;
    text-align: center; }

.post_listing_loadmore {
  background-color: #214d74;
  border-radius: 2px;
  display: block;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 1px;
  cursor: pointer;
  text-transform: uppercase;
  padding: 10px 0;
  max-width: 150px;
  width: 100%;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  margin: 0 auto;
  color: #fff; }
  .post_listing_loadmore.post_listing_loadmore:hover {
    background-color: #fa2964;
    color: #fff; }

/*
01: Widget Reset
02: Calendar
03: Tag Cloud
04: Media Image
05: Recent Entries
06: Block Posts
07: Counter
08: Slider
09: Product Search
*/
/*========================================================
Widget Reset
========================================================*/
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul,
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_product_categories ul {
  list-style: none; }

.widget_meta li:before,
.widget_pages li:before,
.widget_archive li:before,
.widget_categories li:before,
.widget_recent_entries li:before,
.widget_recent_comments li:before,
.widget_product_categories li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 5px; }

.widget-area {
  color: #666;
  font-size: 0.875rem; }
  .widget-area ul {
    list-style: none;
    margin: 0 0 10px;
    padding: 0; }
    .widget-area ul:last-child {
      margin-bottom: 0; }
    .widget-area ul li {
      padding: 5px 0;
      border-bottom: 1px solid #f2f2f2; }
      .widget-area ul li.page_item_has_children {
        padding-bottom: 0; }
      .widget-area ul li a {
        color: #444; }
        .widget-area ul li a:hover {
          color: #fa2964; }
    .widget-area ul > li:last-child {
      border-bottom: 0; }
    .widget-area ul ul {
      padding-left: 15px; }
      .widget-area ul ul li {
        border-bottom: 0; }

.widget-title {
  margin: 0 0 20px;
  padding: 0;
  font-size: 1.2rem;
  text-transform: uppercase;
  line-height: 1.2;
  color: #222; }

.widget {
  margin: 0 0 20px;
  max-width: 100%; }
  .widget select {
    max-width: 100%; }
  .widget .owl-carousel {
    display: block; }
  .widget:after {
    content: "";
    display: block;
    clear: both; }

/*========================================================
Calendar
========================================================*/
.calendar_wrap caption {
  font-weight: 700; }

/*========================================================
Tag Cloud
========================================================*/
.widget_tag_cloud a {
  display: inline-block;
  padding: 1px 10px;
  margin: 0 3px 5px;
  font-size: 1em !important;
  line-height: 1.4;
  border: 1px solid #214d74;
  background-color: transparent; }
  .widget_tag_cloud a:hover {
    color: #fff;
    background: #214d74; }

/*========================================================
Product Tag Cloud
========================================================*/
.widget_product_tag_cloud a {
  display: inline-block;
  padding: 1px 10px;
  margin: 0 0 5px 0;
  font-size: 1em !important;
  line-height: 1.4;
  border: 1px solid #214d74;
  background-color: transparent; }
  .widget_product_tag_cloud a:hover {
    color: #fff;
    background: #214d74; }

/*========================================================
Media Image
========================================================*/
.widget_media_image img {
  display: block; }

/*========================================================
Recent Entries
========================================================*/
.widget_recent_entries li:before {
  content: "\f2c6"; }

.widget_recent_entries .post-date {
  display: block;
  position: relative;
  margin: 5px 0 0;
  font-size: 0.750rem;
  text-transform: uppercase;
  color: #888; }
  .widget_recent_entries .post-date:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    vertical-align: -20%;
    padding-right: 2px;
    content: "\E192"; }

/*========================================================
Calendar
========================================================*/
.widget-subtitle {
  text-align: center;
  max-width: 640px;
  margin: 0 auto; }

.home-page-widget-area .widget-title {
  font-size: 36px;
  color: #222222;
  font-weight: 600;
  line-height: 1.2em;
  padding-bottom: 10px;
  text-align: center; }
  @media (max-width: 640px) {
    .home-page-widget-area .widget-title {
      font-size: 2em; } }

.miteri_post_grid .owl-item {
  opacity: 0.4; }
  .miteri_post_grid .owl-item .news-block {
    width: 100%; }
  .miteri_post_grid .owl-item.center {
    opacity: 1; }

.news-block {
  position: relative;
  margin-bottom: 40px; }
  .news-block .inner-box {
    position: relative;
    padding: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fff; }
    .news-block .inner-box:hover {
      box-shadow: 0 0 40px rgba(0, 0, 0, 0.1); }
    .news-block .inner-box .lower-box {
      position: relative; }
  .news-block .image {
    position: relative; }
    .news-block .image .post-date {
      position: absolute;
      right: 0px;
      bottom: 0px;
      width: 65px;
      height: 60px;
      color: #ffffff;
      text-align: center;
      font-weight: 600;
      font-size: 24px;
      padding-top: 8px;
      line-height: 1.0em;
      background-color: #214d74; }
      .news-block .image .post-date span {
        font-size: 12px;
        display: block;
        font-weight: 400;
        text-transform: uppercase; }
    .news-block .image img {
      position: relative;
      width: 100%;
      display: block;
      border-radius: 3px; }

.news-block .inner-box .lower-box .post-title {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px; }
  .news-block .inner-box .lower-box .post-title a {
    color: #222222;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease; }
    .news-block .inner-box .lower-box .post-title a:hover {
      color: #fa2964; }

.news-block .inner-box .lower-box .text {
  position: relative;
  font-size: 16px;
  font-weight: 400; }
  .news-block .inner-box .lower-box .text p {
    margin: 0; }

/*---   Partners    ---*/
.our-partners {
  padding-top: 0; }

.our-partners .item {
  padding: 50px 0; }

.our-partners .item img {
  max-width: 100%;
  margin: auto; }

.owl-item .logo-slide {
  width: 100%; }

.our-partners {
  position: relative; }
  .our-partners .owl-carousel {
    width: auto;
    min-width: 100%;
    width: auto; }
  .our-partners .owl-nav {
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -20px;
    position: absolute; }
    .our-partners .owl-nav .owl-prev, .our-partners .owl-nav .owl-next {
      display: block;
      height: 40px;
      width: 40px;
      float: left;
      text-align: center;
      background: rgba(0, 0, 0, 0.5);
      color: #fff;
      line-height: 40px; }
    .our-partners .owl-nav .owl-next {
      float: right; }

.miteri-counter {
  display: block;
  width: 100%;
  text-align: center; }
  .miteri-counter:after {
    content: "";
    display: block;
    clear: both; }
  .miteri-counter .counter-item {
    float: left;
    width: 33.33%;
    margin-bottom: 15px;
    box-sizing: border-box; }
    @media (max-width: 767px) {
      .miteri-counter .counter-item {
        width: 100%; } }
  .miteri-counter .box {
    width: 180px;
    height: 180px;
    border: 2px solid #214d74;
    border-radius: 100%;
    font-weight: bold;
    font-size: 0;
    line-height: 0;
    display: inline-block;
    vertical-align: middle; }
    .miteri-counter .box:hover {
      border-color: #fa2964; }
  .miteri-counter .count {
    line-height: 180px;
    font-size: 70px;
    color: #214d74; }

.single_slider {
  background-color: #ddd;
  background-position: center center;
  background-size: cover;
  color: #fff;
  min-height: 400px;
  position: relative; }
  .single_slider:nth-child(n+2) {
    display: none; }

.owl-stage-outer .single_slider:nth-child(n+1) {
  display: block; }

.miteri-full-height {
  min-height: 100vh; }

.slide_bg_3 {
  display: none; }

.slider_item_tb {
  display: table;
  height: 100%;
  width: 100%;
  padding: 50px 0 80px;
  background-color: rgba(0, 0, 0, 0.5); }

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

.slider_home {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  display: block; }
  .slider_home .owl-nav {
    display: none; }
  .slider_home .read-more {
    display: none; }
  .slider_home h4 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: -15px;
    font-weight: 800;
    letter-spacing: 2px; }
  .slider_home h2 {
    margin: 0 0 0.7em;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1.4em;
    color: #fff; }
    .slider_home h2 span {
      display: inline-block;
      padding: 0px 20px;
      color: #333; }
    .slider_home h2 .slide_st1 {
      margin-left: -13px;
      color: #fff; }
  .slider_home .owl-controls {
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    position: absolute; }
  .slider_home .owl-nav div {
    border: 2px solid;
    color: #fff;
    height: 40px;
    left: 5px;
    line-height: 2em;
    margin-top: -20px;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    position: absolute;
    text-align: center;
    top: 50%;
    width: 40px; }
    .slider_home .owl-nav div.owl-next {
      left: auto;
      right: 5px; }
    .slider_home .owl-nav div:hover {
      opacity: 1;
      color: #214d74;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .slider_home.owl-loaded {
    position: relative; }
    .slider_home.owl-loaded .owl-dots {
      left: 0;
      right: 0;
      bottom: 30px;
      text-align: center;
      position: absolute; }
      .slider_home.owl-loaded .owl-dots .owl-dot {
        display: inline-block; }
        .slider_home.owl-loaded .owl-dots .owl-dot span {
          width: 12px;
          height: 12px;
          margin: 5px 4px;
          background: #fff;
          display: inline-block;
          -webkit-backface-visibility: visible;
          -webkit-transition: opacity 200ms ease;
          -moz-transition: opacity 200ms ease;
          -ms-transition: opacity 200ms ease;
          -o-transition: opacity 200ms ease;
          transition: opacity 200ms ease;
          border: 1px solid transparent;
          -webkit-border-radius: 30px;
          -moz-border-radius: 30px;
          border-radius: 50%; }
        .slider_home.owl-loaded .owl-dots .owl-dot.active span {
          background: #214d74; }

.slider_btn a {
  display: inline-block;
  line-height: 2.5em;
  text-align: center;
  padding: 0 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 50px; }

.slides_wrapper {
  position: relative; }

.slides__preload_wrapper {
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 999; }
  .slides__preload_wrapper .spinner {
    left: 50%;
    margin: -20px 0 0 -20px;
    position: absolute;
    top: 50%; }

.single_slider {
  font-weight: 600; }
  .single_slider .read-more-link {
    display: none; }
  .single_slider h2 {
    font-weight: 600;
    text-transform: uppercase; }
  .single_slider .slide_clr {
    padding: 0;
    color: #fff; }
  .single_slider .slider_btn_one {
    color: #fff;
    background: #214d74; }
    .single_slider .slider_btn_one:hover {
      color: #214d74;
      background: #fff; }

/*========================================================
Tag Cloud
========================================================*/
.features-block {
  margin-bottom: 30px; }
  .features-block .feature-icon {
    padding: 30px 0 0; }
    .features-block .feature-icon:before {
      display: none; }

.features-wrapper {
  text-align: center;
  padding: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  z-index: 1;
  position: relative;
  background-color: #214d74; }
  .features-wrapper:after {
    content: "";
    display: block;
    top: 50%;
    left: 0;
    right: 0;
    height: 0px;
    width: 100%;
    z-index: -1;
    position: absolute;
    background-color: #fa2964;
    transition: 0.5s height, 0.5s top; }
  .features-wrapper:hover {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1); }
    .features-wrapper:hover:after {
      height: 100%;
      top: 0; }
  .features-wrapper .read-more-link {
    display: none; }
  .features-wrapper .feature-title {
    color: inherit;
    text-transform: uppercase; }
    .features-wrapper .feature-title:after {
      content: "";
      display: block;
      max-width: 150px;
      margin: 10px auto 0;
      border-bottom: 3px solid #fff; }

/*========================================================
Instagram Widget on Home Page Sidebar
========================================================*/
/*========================================================
POST LIST
========================================================*/
.miteri_post_listing article {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  padding: 15px;
  margin-top: 0;
  -webkit-transition: 0.5s margin;
  -moz-transition: 0.5s margin;
  -ms-transition: 0.5s margin;
  -o-transition: 0.5s margin;
  transition: 0.5s margin; }
  .miteri_post_listing article:hover {
    margin-top: -5px;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1); }

.miteri_post_listing .item-wrapper {
  background-color: #fff;
  border-radius: 0 0 5px 5px; }

.miteri_post_listing .post-cat-list {
  font-size: 12px;
  padding: 10px 0px 0;
  margin: 0 0 -10px;
  font-weight: 700;
  text-transform: uppercase; }

.miteri_post_listing .list-item-image {
  text-align: center;
  font-size: 0; }

.miteri_post_listing .list-item-title {
  margin: 0;
  padding: 10px 0;
  color: #222222;
  font-weight: 600; }
  .miteri_post_listing .list-item-title a {
    color: inherit; }
    .miteri_post_listing .list-item-title a:hover {
      color: #fa2964; }

.miteri_post_listing .list-item-content p {
  margin-bottom: 0; }

.widget_product_search form {
  padding-right: 115px;
  background: #fff;
  position: relative;
  border-radius: 0 128px 128px 0;
  border: 1px solid #eee; }
  .widget_product_search form .search-field {
    width: 100%;
    outline: none;
    border: none; }
  .widget_product_search form input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0; }

/*--------------------------------------------------------------
Featured Slider
--------------------------------------------------------------*/
.teg-featured-slider-wrapper {
  float: left;
  margin-right: 1%;
  width: 50%; }
  @media (max-width: 1024px) {
    .teg-featured-slider-wrapper {
      float: none;
      width: 100%;
      margin: 0 0 10px; } }

.miteri-featured-slider {
  margin: 0;
  padding: 0;
  list-style: none; }
  .miteri-featured-slider .post-meta-wrapper > span, .miteri-featured-slider .post-meta-wrapper a {
    color: #dfdcdc; }
    .miteri-featured-slider .post-meta-wrapper > span:hover, .miteri-featured-slider .post-meta-wrapper a:hover {
      color: #fa2964; }

.teg-slider-section {
  position: relative; }
  .teg-slider-section .slide-title {
    line-height: 1em;
    margin-bottom: 0; }
    .teg-slider-section .slide-title a {
      color: #fff;
      text-transform: uppercase;
      text-shadow: 1px 1px black; }
      .teg-slider-section .slide-title a:hover {
        color: #fa2964;
        text-shadow: 1px 1px black; }
  .teg-slider-section .slider-content-wrapper {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    width: 100%; }
    .teg-slider-section .slider-content-wrapper .byline:hover,
    .teg-slider-section .slider-content-wrapper .posted-on:hover,
    .teg-slider-section .slider-content-wrapper .comments-link:hover {
      color: #fa2964; }
      .teg-slider-section .slider-content-wrapper .byline:hover a.url, .teg-slider-section .slider-content-wrapper .byline:hover time.entry-date, .teg-slider-section .slider-content-wrapper .byline:hover a,
      .teg-slider-section .slider-content-wrapper .posted-on:hover a.url,
      .teg-slider-section .slider-content-wrapper .posted-on:hover time.entry-date,
      .teg-slider-section .slider-content-wrapper .posted-on:hover a,
      .teg-slider-section .slider-content-wrapper .comments-link:hover a.url,
      .teg-slider-section .slider-content-wrapper .comments-link:hover time.entry-date,
      .teg-slider-section .slider-content-wrapper .comments-link:hover a {
        color: #fa2964; }

.featured-post-wrapper {
  float: right;
  width: 49%; }
  @media (max-width: 1024px) {
    .featured-post-wrapper {
      width: 100%; } }
  .featured-post-wrapper .featured-title {
    margin-bottom: 0;
    line-height: 1em; }
    .featured-post-wrapper .featured-title a {
      text-transform: uppercase;
      color: #fff;
      text-shadow: 1px 1px black; }
      .featured-post-wrapper .featured-title a:hover {
        color: #fa2964;
        text-shadow: 1px 1px black; }
  .featured-post-wrapper .single-featured-wrap {
    position: relative; }
    .featured-post-wrapper .single-featured-wrap .featured-content-wrapper {
      background: rgba(0, 0, 0, 0.6);
      bottom: 0;
      left: 0;
      padding: 0 10px 10px;
      position: absolute;
      width: 100%; }
      .featured-post-wrapper .single-featured-wrap .featured-content-wrapper .byline:hover, .featured-post-wrapper .single-featured-wrap .featured-content-wrapper .posted-on:hover, .featured-post-wrapper .single-featured-wrap .featured-content-wrapper .comments-link:hover {
        color: #214d74; }
        .featured-post-wrapper .single-featured-wrap .featured-content-wrapper .byline:hover a.url, .featured-post-wrapper .single-featured-wrap .featured-content-wrapper .byline:hover time.entry-date, .featured-post-wrapper .single-featured-wrap .featured-content-wrapper .byline:hover a, .featured-post-wrapper .single-featured-wrap .featured-content-wrapper .posted-on:hover a.url, .featured-post-wrapper .single-featured-wrap .featured-content-wrapper .posted-on:hover time.entry-date, .featured-post-wrapper .single-featured-wrap .featured-content-wrapper .posted-on:hover a, .featured-post-wrapper .single-featured-wrap .featured-content-wrapper .comments-link:hover a.url, .featured-post-wrapper .single-featured-wrap .featured-content-wrapper .comments-link:hover time.entry-date, .featured-post-wrapper .single-featured-wrap .featured-content-wrapper .comments-link:hover a {
          color: #fa2964; }
      .featured-post-wrapper .single-featured-wrap .featured-content-wrapper .post-meta-wrapper > span, .featured-post-wrapper .single-featured-wrap .featured-content-wrapper .post-meta-wrapper a {
        color: #dfdcdc; }
        .featured-post-wrapper .single-featured-wrap .featured-content-wrapper .post-meta-wrapper > span:hover, .featured-post-wrapper .single-featured-wrap .featured-content-wrapper .post-meta-wrapper a:hover {
          color: #fa2964; }

.post-meta-wrapper .post-meta-wrapper > span, .post-meta-wrapper .post-meta-wrapper > a,
.featured-meta-wrapper .post-meta-wrapper > span,
.featured-meta-wrapper .post-meta-wrapper > a,
.slider-meta-wrapper .post-meta-wrapper > span,
.slider-meta-wrapper .post-meta-wrapper > a {
  color: #878787;
  display: inline-block;
  font-size: 12px;
  margin: 2px 10px 0 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-style: normal; }

.post-meta-wrapper .post-meta-wrapper span:hover, .post-meta-wrapper .post-meta-wrapper a:hover,
.featured-meta-wrapper .post-meta-wrapper span:hover,
.featured-meta-wrapper .post-meta-wrapper a:hover,
.slider-meta-wrapper .post-meta-wrapper span:hover,
.slider-meta-wrapper .post-meta-wrapper a:hover {
  color: #214d74; }

.teg-slider-section .owl-carousel {
  position: relative; }

.teg-slider-section .owl-nav {
  position: absolute;
  right: 10px;
  top: 10px; }
  .teg-slider-section .owl-nav > div {
    background: #333 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-size: 10px;
    margin: 0 0 0 5px;
    padding: 4px 10px;
    opacity: 0.6; }
    .teg-slider-section .owl-nav > div:hover {
      background: #214d74;
      opacity: 1;
      color: #fff; }

.featured-right-section,
.featured-left-section {
  float: left;
  width: 48.8%; }
  @media (max-width: 640px) {
    .featured-right-section,
    .featured-left-section {
      width: 100%; } }
  .featured-right-section .single-featured-wrap,
  .featured-left-section .single-featured-wrap {
    margin-bottom: 10px; }
    .featured-right-section .single-featured-wrap:last-child,
    .featured-left-section .single-featured-wrap:last-child {
      margin: 0; }

.featured-right-section {
  float: right;
  width: 49.5%; }
  @media (max-width: 640px) {
    .featured-right-section {
      width: 100%; } }

.miteri-featured-slider > li {
  display: none; }
  .miteri-featured-slider > li:first-child {
    display: block; }

.bx-viewport .miteri-featured-slider > li {
  display: block; }

.bx-default-pager {
  text-align: center;
  margin-top: 10px; }
  .bx-default-pager .bx-pager-item {
    display: inline-block; }
    .bx-default-pager .bx-pager-item a {
      padding: 0 10px;
      line-height: 1.5em;
      display: block;
      margin: 0 5px;
      border: 1px solid #333333; }
      .bx-default-pager .bx-pager-item a.active {
        border: 1px solid #408c40; }

.teg-slider-layout {
  overflow: hidden; }
  .teg-slider-layout .author {
    line-height: 24px; }
  .teg-slider-layout .byline .avatar {
    margin-top: 0; }
  .teg-slider-layout.right .teg-featured-slider-wrapper {
    float: right;
    margin-right: 0;
    margin-left: 0; }
  .teg-slider-layout.right .featured-post-wrapper {
    float: left; }
  .teg-slider-layout.center .featured-post-wrapper {
    float: none;
    margin: 0;
    width: 100%;
    max-width: 100%; }
    .teg-slider-layout.center .featured-post-wrapper .teg-featured-slider-wrapper {
      float: left;
      margin: 0 0.8%;
      width: 50.2%; }
      @media (max-width: 1023px) {
        .teg-slider-layout.center .featured-post-wrapper .teg-featured-slider-wrapper {
          width: 100%;
          margin: 0 0 10px; } }
    .teg-slider-layout.center .featured-post-wrapper .featured-left-section {
      float: left; }
    .teg-slider-layout.center .featured-post-wrapper .featured-right-section {
      float: right; }
    .teg-slider-layout.center .featured-post-wrapper .featured-left-section,
    .teg-slider-layout.center .featured-post-wrapper .featured-right-section {
      width: 24.1%;
      margin: 0; }
      @media (max-width: 1023px) and (min-width: 480px) {
        .teg-slider-layout.center .featured-post-wrapper .featured-left-section,
        .teg-slider-layout.center .featured-post-wrapper .featured-right-section {
          width: auto;
          margin: 0 -5px; }
          .teg-slider-layout.center .featured-post-wrapper .featured-left-section .single-featured-wrap,
          .teg-slider-layout.center .featured-post-wrapper .featured-right-section .single-featured-wrap {
            width: 48%;
            width: calc( 50% - 10px);
            float: left;
            margin: 0 5px 10px; } }
      @media (max-width: 480px) {
        .teg-slider-layout.center .featured-post-wrapper .featured-left-section,
        .teg-slider-layout.center .featured-post-wrapper .featured-right-section {
          width: 100%; }
          .teg-slider-layout.center .featured-post-wrapper .featured-left-section .single-featured-wrap,
          .teg-slider-layout.center .featured-post-wrapper .featured-right-section .single-featured-wrap {
            width: 100%;
            margin-bottom: 10px; } }
  .teg-slider-layout.slider_only .featured-post-wrapper {
    display: none; }
  .teg-slider-layout.slider_only .teg-featured-slider-wrapper {
    width: 100%;
    max-width: 100%; }

/*--------------------------------------------------------------
Category Page Featured Slider
--------------------------------------------------------------*/
body.category .teg-slider-layout {
  background: #fff;
  padding: 15px; }

/*========================================================
Nav Menu Css
========================================================*/
.social_menu:after {
  content: "";
  display: block;
  clear: both; }

.social_menu li {
  width: 175px;
  float: left;
  padding: 5px; }
  .social_menu li a {
    display: block;
    color: #fff;
    background-color: #3b5998;
    padding: 5px; }
    .social_menu li a:before {
      font-family: "FontAwesome";
      font-size: 16px;
      padding: 0 5px;
      vertical-align: middle; }
    .social_menu li a:hover {
      color: #fff;
      background-color: #214d74; }

.social_menu a[href*="facebook.com"] {
  background-color: #4267b2; }
  .social_menu a[href*="facebook.com"]:before {
    content: "\f09a"; }

.social_menu a[href*="twitter.com"] {
  background-color: #4AB3F4; }
  .social_menu a[href*="twitter.com"]:before {
    content: "\f099"; }

.social_menu a[href*="linkedin.com"] {
  background-color: #0084bf; }
  .social_menu a[href*="linkedin.com"]:before {
    content: "\f0e1"; }

.social_menu a[href*="plus.google.com"] {
  background-color: #db4437; }
  .social_menu a[href*="plus.google.com"]:before {
    content: "\f0d5"; }

.social_menu a[href*="youtube.com"] {
  background-color: #cb2027; }
  .social_menu a[href*="youtube.com"]:before {
    content: "\f167"; }

.social_menu a[href*="dribbble.com"] {
  background-color: #ff0084; }
  .social_menu a[href*="dribbble.com"]:before {
    content: "\f17d"; }

.social_menu a[href*="pinterest.com"] {
  background-color: #aad450; }
  .social_menu a[href*="pinterest.com"]:before {
    content: "\f0d2"; }

.social_menu a[href*="bitbucket.org"] {
  background-color: #b00; }
  .social_menu a[href*="bitbucket.org"]:before {
    content: "\f171"; }

.social_menu a[href*="github.com"] {
  background-color: #517fa4; }
  .social_menu a[href*="github.com"]:before {
    content: "\f113"; }

.social_menu a[href*="codepen.io"] {
  background-color: #ea4c89; }
  .social_menu a[href*="codepen.io"]:before {
    content: "\f1cb"; }

.social_menu a[href*="flickr.com"] {
  background-color: #12a5f4; }
  .social_menu a[href*="flickr.com"]:before {
    content: "\f16e"; }

.social_menu a[href*="feed.com"] {
  background-color: #333; }
  .social_menu a[href*="feed.com"]:before {
    content: "\f09e"; }

.social_menu a[href*="foursquare.com"] {
  background-color: #000; }
  .social_menu a[href*="foursquare.com"]:before {
    content: "\f180"; }

.social_menu a[href*="instagram.com"] {
  background-color: #ff4500; }
  .social_menu a[href*="instagram.com"]:before {
    content: "\f16d"; }

.social_menu a[href*="tumblr.com"] {
  background-color: #1d62f0; }
  .social_menu a[href*="tumblr.com"]:before {
    content: "\f173"; }

.social_menu a[href*="respanit.com"] {
  background-color: #f94877; }
  .social_menu a[href*="respanit.com"]:before {
    content: "\f1a1"; }

.social_menu a[href*="vimeo.com"] {
  background-color: #eb4924; }
  .social_menu a[href*="vimeo.com"]:before {
    content: "\f194"; }

.social_menu a[href*="digg.com"] {
  background-color: #6441a5; }
  .social_menu a[href*="digg.com"]:before {
    content: "\f1a6"; }

.social_menu a[href*="twitch.tv"] {
  background-color: #32506d; }
  .social_menu a[href*="twitch.tv"]:before {
    content: "\f1e8"; }

.social_menu a[href*="stumbleupon.com"] {
  background-color: #f94877; }
  .social_menu a[href*="stumbleupon.com"]:before {
    content: "\f1a4"; }

.social_menu a[href*="delicious.com"] {
  background-color: #eb4924; }
  .social_menu a[href*="delicious.com"]:before {
    content: "\f1a5"; }

.social_menu a[href*="mailto:"] {
  background-color: #6441a5; }
  .social_menu a[href*="mailto:"]:before {
    content: "\f0e0"; }

.social_menu a[href*="soundcloud.com"] {
  background-color: #32506d; }
  .social_menu a[href*="soundcloud.com"]:before {
    content: "\f1be"; }

.social_menu a[href*="wordpress.org"] {
  background-color: #f50; }
  .social_menu a[href*="wordpress.org"]:before {
    content: "\f19a"; }

.social_menu a[href*="wordpress.com"] {
  background-color: #21759b; }
  .social_menu a[href*="wordpress.com"]:before {
    content: "\f19a"; }

.social_menu a[href*="jsfispanle.net"] {
  background-color: #4679bd; }
  .social_menu a[href*="jsfispanle.net"]:before {
    content: "\f1cc"; }

.social_menu a[href*="tripadvisor.com"] {
  background-color: #86c171; }
  .social_menu a[href*="tripadvisor.com"]:before {
    content: "\f262"; }

.social_menu a[href*="foursquare.com"] {
  background-color: #2d5be3; }
  .social_menu a[href*="foursquare.com"]:before {
    content: "\f180"; }

.social_menu a[href*="angel.co"] {
  background-color: #000; }
  .social_menu a[href*="angel.co"]:before {
    content: "\f209"; }

.social_menu a[href*="slack.com"] {
  background-color: #56b68b; }
  .social_menu a[href*="slack.com"]:before {
    content: "\f198"; }

.widget_nav_menu ul.social_menu li {
  padding: 5px;
  width: 50%; }
  .widget_nav_menu ul.social_menu li a {
    color: #fff; }

/*--------------------------------------------------------------
Instagram Widgets
--------------------------------------------------------------*/
.miteri_instagram_feeds .feed-container {
  position: relative;
  overflow: hidden; }

.miteri_instagram_feeds .feed-title {
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  position: absolute;
  transform: translate(-50%, -50%) rotate(-45deg); }

.miteri_instagram_feeds .feed-thumbnails {
  margin: 0;
  padding: 0; }
  .miteri_instagram_feeds .feed-thumbnails img {
    width: 100%; }
    .miteri_instagram_feeds .feed-thumbnails img:hover {
      opacity: 0.8; }

.miteri_instagram_feeds ul:after {
  content: "";
  display: block;
  clear: both; }

.miteri_instagram_feeds ul li {
  width: 50%;
  padding: 0px;
  float: left;
  border: none;
  list-style: none; }
  .miteri_instagram_feeds ul li a {
    display: block;
    line-height: 0px;
    font-size: 0px;
    border: none; }

/*--------------------------------------------------------------
Instagram Widgets on home page
--------------------------------------------------------------*/
.home-page-widget-area .miteri_instagram_feeds ul li {
  width: 25%;
  padding: 0; }

.miteri_alternative_post {
  padding: 0 10px 6px;
  max-width: 100%;
  overflow: hidden; }
  .miteri_alternative_post .heading-text {
    margin: 20px 0;
    line-height: 1.3em;
    text-transform: uppercase; }

.miteri-links {
  top: 50%;
  left: 50%;
  z-index: 1;
  margin-left: -50px;
  margin-top: -20px;
  position: absolute; }
  .miteri-links > a {
    height: 40px;
    width: 40px;
    color: #fff;
    margin: 0 5px;
    font-size: 18px;
    border: 1px solid;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    position: relative; }
    .miteri-links > a .fa {
      line-height: 40px; }
    .miteri-links > a:before {
      content: '';
      position: absolute;
      top: 0px;
      left: 0px;
      width: 0px;
      z-index: -1;
      height: 100%;
      background: #fa2964;
      transition: all 0.5s ease; }
    .miteri-links > a:hover {
      border-color: #fa2964; }
      .miteri-links > a:hover:before {
        width: 100%; }

.alter-img {
  width: 100%;
  margin: 0 auto;
  position: relative; }
  .alter-img .img-wrap {
    line-height: 1em;
    position: relative;
    font-size: 0; }
    .alter-img .img-wrap:after {
      top: 50%;
      content: "";
      display: block;
      position: absolute;
      height: 0;
      width: 100%;
      background-color: rgba(33, 77, 116, 0.5);
      transition: 1s height, 1s top; }
    .alter-img .img-wrap:hover:after {
      top: 0;
      height: 100%; }
  .alter-img .cnt-part:hover {
    box-shadow: 0 0 0 40px #dedede; }

.alter-row {
  position: relative;
  padding: 0;
  z-index: 1;
  display: table;
  width: 100%; }
  .alter-row > div {
    width: 50%;
    display: table-cell;
    vertical-align: middle; }
    @media (max-width: 840px) {
      .alter-row > div {
        width: 100%;
        display: block; } }
  .alter-row .cnt-part {
    background: #fff; }
  .alter-row .img-part {
    background: #214d74; }
  .alter-row .story-content {
    overflow: hidden;
    padding: 15px 30px; }
  .alter-row.odd {
    direction: rtl; }
    .alter-row.odd .cnt-part,
    .alter-row.odd .img-part {
      direction: ltr; }

/*========================================================
Categories
========================================================*/
.widget_categories li:before {
  content: "\f07b"; }

/*========================================================
Product Categories
========================================================*/
.widget_product_categories li:before {
  content: "\f07b"; }

/*========================================================
Archives
========================================================*/
.widget_archive li:before {
  content: "\f187"; }

/*========================================================
Pages
========================================================*/
.widget_pages li:before {
  content: "\f101"; }

/*========================================================
Meta
========================================================*/
.widget_meta li:before {
  content: "\f2de"; }

/*========================================================
Categories
========================================================*/
.widget_recent_comments li:before {
  content: "\f075"; }

.tab-widget ul.widget-tabs {
  margin: 0;
  padding: 0; }
  .tab-widget ul.widget-tabs li {
    list-style: none;
    float: left;
    width: 33.33%;
    text-align: center; }
    .tab-widget ul.widget-tabs li a {
      display: block;
      padding: 5px;
      background: #3882c3;
      color: #fff !important; }
      .tab-widget ul.widget-tabs li a:hover {
        color: #fff !important; }
      .tab-widget ul.widget-tabs li a .fa {
        margin-right: 10px; }
    .tab-widget ul.widget-tabs li.active::after {
      border: 0px solid transparent;
      border-bottom-color: #fff;
      display: block;
      content: "";
      width: 0px;
      border-width: 0 7px 7px 7px;
      margin: -7px auto 0 auto; }
    .tab-widget ul.widget-tabs li.active a {
      background: #214d74; }
    .tab-widget ul.widget-tabs li:hover::after {
      border: 0px solid transparent;
      border-bottom-color: #fff;
      display: block;
      content: "";
      width: 0px;
      border-width: 0 7px 7px 7px;
      margin: -7px auto 0 auto; }
  .tab-widget ul.widget-tabs:after {
    content: "";
    display: block;
    clear: both; }

.tab-widget .tab-content {
  display: none; }
  .tab-widget .tab-content.active {
    display: block; }

.tab-widget .below-entry-meta span, .tab-widget .below-entry-meta a {
  color: #878787; }
  .tab-widget .below-entry-meta span:hover, .tab-widget .below-entry-meta a:hover {
    color: #214d74; }

.tab-widget .below-entry-meta .posted-on {
  display: block; }

.tab-widget .entry-title a {
  font-size: 15px;
  color: #333; }

.tab-widget .single-article {
  border: 1px solid #f9f9f9;
  padding: 10px;
  margin-top: 2.5px;
  margin-bottom: 2.5px; }
  .tab-widget .single-article .entry-title {
    text-align: left; }

.tab-widget .tabbed-widget-comment li {
  list-style: none; }

.tab-widget figure {
  overflow: hidden;
  max-width: 100%; }
  .tab-widget figure img {
    -webkit-transition: all .3s;
    transition: all .3s; }
    .tab-widget figure img:hover {
      -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
      transform: scale(1.5); }

.tab-widget .single-article {
  position: relative; }
  .tab-widget .single-article .tabbed-images {
    position: absolute;
    top: 10px;
    left: 0px;
    bottom: 10px;
    max-width: 140px; }
    .tab-widget .single-article .tabbed-images:before {
      display: none; }
    .tab-widget .single-article .tabbed-images a {
      display: block; }
  .tab-widget .single-article .article-content {
    min-height: 102px;
    margin-left: 146px; }

/*--------------------------------------------------------------
# Portfolio widgets style
--------------------------------------------------------------*/
.portfolio-title {
  text-align: center; }
  .portfolio-title .seperator {
    margin-top: -30px;
    font-size: 40px; }

.portfolio-item-wrap {
  overflow: hidden; }
  .portfolio-item-wrap .hentry {
    border: none;
    display: none; }

.portfolio-item {
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1); }
  .portfolio-item .portfolio-thumb a {
    display: block; }

.filter-wraper {
  text-align: center; }
  .filter-wraper .filter-list {
    margin: 0;
    list-style: none;
    text-align: left;
    text-align: center;
    display: inline-block; }
    .filter-wraper .filter-list li {
      cursor: pointer;
      padding: 5px 15px;
      display: block;
      float: left;
      margin: 0 5px 10px;
      border: 2px solid;
      color: #214d74; }
      .filter-wraper .filter-list li.active, .filter-wraper .filter-list li:hover {
        color: #fff;
        border-color: #214d74;
        background-color: #214d74; }

.portfolio-post-title {
  margin: 0;
  font-weight: 500;
  font-size: 1.2em;
  padding: 5px 0 0; }

.miteri_google_map .miteri_map_canvas {
  height: 340px; }

.miteri_google_map p {
  color: red;
  text-align: center; }

/*--------------------------------------------------------------
Youtube Playlist
--------------------------------------------------------------*/
.miteri_youtube_playlist .youtube-item {
  overflow: hidden;
  padding: 8px;
  position: relative;
  border-radius: 5px 5px 0 0;
  background: #fff;
  margin: 0 0 30px; }
  .miteri_youtube_playlist .youtube-item p {
    line-height: 1.4em;
    margin: 5px 0 5px; }
  .miteri_youtube_playlist .youtube-item.error p {
    color: red;
    font-weight: 700; }

.miteri_youtube_playlist .play {
  background: url("../images/play128.png");
  box-shadow: none;
  display: block;
  left: 50%;
  top: 50%;
  position: absolute;
  text-indent: -99999px;
  width: 64px;
  height: 48px;
  margin: -24px 0 0 -32px; }
  .miteri_youtube_playlist .play:hover {
    opacity: 0.5; }

.miteri_youtube_playlist .thumbnail-wrap {
  position: relative; }
  .miteri_youtube_playlist .thumbnail-wrap img {
    width: 100%; }

.miteri_timeline_widget .miteri-timeline {
  position: relative; }
  .miteri_timeline_widget .miteri-timeline::before {
    content: '';
    background: #214d74;
    width: 5px;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }

.miteri_timeline_widget .timeline-content {
  position: relative;
  padding: 10px 30px;
  border-radius: 4px;
  background: #f5f5f5;
  border: 1px solid transparent;
  box-shadow: 0 20px 25px -15px rgba(0, 0, 0, 0.5); }
  @media (min-width: 767px) {
    .miteri_timeline_widget .timeline-content {
      width: 45%; } }
  .miteri_timeline_widget .timeline-content::after {
    content: '';
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    top: 30px;
    right: -15px;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #f5f5f5; }

.miteri_timeline_widget .timeline-img {
  width: 30px;
  height: 30px;
  background: #214d74;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-left: -15px; }

.miteri_timeline_widget .timeline-card {
  padding: 0; }
  .miteri_timeline_widget .timeline-card p {
    padding: 0 15px; }

.miteri_timeline_widget .timeline-item {
  width: 100%;
  border: none; }
  @media (min-width: 768px) {
    .miteri_timeline_widget .timeline-item {
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .miteri_timeline_widget .timeline-item {
      clear: both; } }
  .miteri_timeline_widget .timeline-item .timeline-img-header {
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }

.miteri_timeline_widget .timeline-img-header {
  padding-top: 50%;
  display: block;
  position: relative;
  margin-bottom: 20px; }
  .miteri_timeline_widget .timeline-img-header .timeline-title {
    color: #fff;
    position: absolute;
    bottom: 5px;
    left: 15px;
    right: 15px;
    margin: 0 0 10px;
    line-height: 1.2em;
    text-shadow: 1px 1px 4px #000; }

.miteri_timeline_widget .date {
  background: #fa2964;
  display: inline-block;
  color: #fff;
  padding: 5px 10px;
  position: absolute;
  top: 0;
  right: 0; }

.miteri_timeline_widget .timeline-item.default:nth-child(even) .timeline-content {
  float: right; }
  .miteri_timeline_widget .timeline-item.default:nth-child(even) .timeline-content .date {
    right: auto;
    left: 0; }
  .miteri_timeline_widget .timeline-item.default:nth-child(even) .timeline-content::after {
    content: '';
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    top: 30px;
    left: -15px;
    border-width: 10px 15px 10px 0;
    border-color: transparent #f5f5f5 transparent transparent; }

@media (min-width: 767px) {
  .miteri_timeline_widget .timeline-item.left .timeline-content {
    float: left; } }

@media (min-width: 767px) {
  .miteri_timeline_widget .timeline-item.side_by_side {
    width: 45%;
    float: left; } }

@media (max-width: 767px) {
  .miteri_timeline_widget .timeline-item.side_by_side .date {
    right: initial;
    left: 0; } }

.miteri_timeline_widget .timeline-item.side_by_side:nth-child(even) {
  float: right; }
  .miteri_timeline_widget .timeline-item.side_by_side:nth-child(even) .date {
    right: auto;
    left: 0; }
  .miteri_timeline_widget .timeline-item.side_by_side:nth-child(even) .timeline-content::after {
    content: '';
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    top: 30px;
    left: -15px;
    border-width: 10px 15px 10px 0;
    border-color: transparent #f5f5f5 transparent transparent; }

@media (min-width: 768px) {
  .miteri_timeline_widget .timeline-item.side_by_side .timeline-content {
    width: 100%; } }

.miteri_timeline_widget .timeline-item.side_by_side:after {
  clear: both; }

@media (min-width: 767px) {
  .miteri_timeline_widget .timeline-item.right .timeline-content {
    float: right; } }

.miteri_timeline_widget .timeline-item.right .timeline-content .date {
  right: auto;
  left: 0; }

.miteri_timeline_widget .timeline-item.right .timeline-content::after {
  content: '';
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  top: 30px;
  left: -15px;
  border-width: 10px 15px 10px 0;
  border-color: transparent #f5f5f5 transparent transparent; }

.miteri_timeline_widget .timeline-item::after {
  content: '';
  display: block;
  clear: both; }

@media (max-width: 767px) {
  .miteri_timeline_widget .miteri-timeline:before {
    left: 0; }
  .miteri_timeline_widget .miteri-timeline .timeline-img {
    left: 0; }
  .miteri_timeline_widget .miteri-timeline .timeline-content {
    max-width: 100%;
    margin-left: 20px; }
  .miteri_timeline_widget .miteri-timeline.position-right:before {
    left: unset;
    right: 0; }
  .miteri_timeline_widget .miteri-timeline.position-right .timeline-img {
    right: -10px;
    margin: 0;
    left: unset; }
  .miteri_timeline_widget .miteri-timeline .right .timeline-content {
    margin-left: 0;
    margin-right: 20px; }
  .miteri_timeline_widget .miteri-timeline .timeline-item:nth-child(even) .timeline-content {
    float: none; }
  .miteri_timeline_widget .miteri-timeline .timeline-item:nth-child(odd) .timeline-content::after {
    content: '';
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    top: 30px;
    left: -15px;
    border-width: 10px 15px 10px 0;
    border-color: transparent #f5f5f5 transparent transparent; } }

/*  ----------------------------------------------------
author Widgets
-------------------------------------------------------- */
.miteri_author_details .widget_wrap {
  padding: 0px;
  border: none;
  background-color: transparent; }

.card {
  position: relative;
  width: 100%;
  border-radius: 6px;
  color: rgba(0, 0, 0, 0.87);
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border: none;
  overflow: visible; }

.card-profile {
  text-align: center; }

.card-profile .card-avatar {
  max-width: 130px;
  max-height: 130px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2); }

.card-avatar img {
  margin: 0px;
  width: 100%; }

.card-profile .card-avatar + .card-content {
  margin-top: 15px; }

.card-profile .card .card-content {
  padding: 15px 30px; }

.card-description {
  color: #616161;
  font-size: 14px; }

.card-profile .card-title {
  font-size: 1.3em;
  line-height: 1.55em;
  color: #3C4858;
  text-decoration: none;
  font-weight: 700; }

.card .card-content {
  padding: 15px 30px; }

.miteri_block_layout .post-title {
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  white-space: nowrap; }

.miteri_block_layout .hentry:after {
  content: "";
  display: block;
  clear: both; }

.block-layout-right .layout-thumbnail {
  width: 30%;
  float: left; }

.block-layout-right .has-thumbnail .block-content {
  width: 70%;
  float: right;
  padding: 0 0 0 15px; }

/*  ----------------------------------------------------
Posts CTA
-------------------------------------------------------- */
.miteri_posts_cta .innerbox-wraper {
  position: relative;
  padding-top: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  margin-bottom: 20px; }

.miteri_posts_cta ul {
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out; }
  .miteri_posts_cta ul li {
    margin: 0 5px 15px;
    position: relative;
    display: inline-block;
    background-color: rgba(47, 49, 49, 0.77); }
    .miteri_posts_cta ul li a {
      padding: 15px;
      display: block;
      color: #ffffff;
      text-transform: uppercase;
      font-weight: bold; }
      .miteri_posts_cta ul li a:hover {
        background: #214d74; }
    .miteri_posts_cta ul li:before, .miteri_posts_cta ul li:after {
      left: 0;
      right: 0;
      bottom: 10px;
      content: "";
      display: block;
      height: 2px;
      margin: 0 auto;
      position: absolute;
      background: #fff;
      -webkit-transition: width 0.6s ease-in-out;
      -moz-transition: width 0.6s ease-in-out;
      -ms-transition: width 0.6s ease-in-out;
      -o-transition: width 0.6s ease-in-out;
      transition: width 0.6s ease-in-out; }
    .miteri_posts_cta ul li:before {
      width: 50%; }
    .miteri_posts_cta ul li:after {
      width: 0%;
      background: #fa2964; }
    .miteri_posts_cta ul li:hover:after {
      width: 50%; }

.miteri_posts_cta .btn-wraper {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  position: absolute;
  text-align: center;
  overflow: hidden;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-box-shadow: 0px 0px 15px 2px rgba(255, 255, 255, 0.75);
  box-shadow: 0px 0px 15px 2px rgba(255, 255, 255, 0.75); }
  .miteri_posts_cta .btn-wraper:hover {
    background-color: rgba(0, 0, 0, 0.75); }
    .miteri_posts_cta .btn-wraper:hover ul {
      bottom: 50%;
      transform: translateY(50%);
      -moz-transform: translateY(50%);
      -ms-transform: translateY(50%);
      -o-transform: translateY(50%);
      -webkit-transform: translateY(50%); }

.miteri_posts_cta .featured-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0; }

.miteri_posts_cta .clear {
  clear: both; }

.blog .miteri_posts_cta {
  margin-top: 30px; }

/*
 * 10: Comments
 */
.comments-link .sep {
  display: none; }

.comments-link:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 5px 0 10px;
  content: "\f075"; }

.comments-link:hover:before {
  color: #fa2964; }

.comment-form {
  color: #666; }

.widget_rss ul,
.widget_recent_entries ul,
#recentcomments {
  list-style: none; }

.comment-form label {
  display: block;
  margin: 0 0 5px;
  color: #222;
  font-weight: 700;
  font-size: 0.875em;
  text-transform: uppercase; }

.comment-form .form-submit {
  margin-bottom: 0; }

.comment-list,
.comment-list ol {
  padding: 0;
  list-style-type: none; }

.comment-list {
  list-style: none;
  margin: 0 0 20px 0; }

.comment-list li.comment {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f2f2f2; }

.comment-list li ol {
  margin: 20px 0 0 20px; }

.comment-list li ol li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0; }

.comment-meta {
  line-height: 1.5;
  margin-bottom: 5px; }

.bypostauthor {
  display: block; }

.comment-author .avatar {
  border-radius: 30px;
  float: left;
  margin: 0 10px 0 0; }

.comment-metadata,
.comment-awaiting-moderation {
  font-size: 0.875rem; }

.comment-metadata a {
  color: #999; }

.comment-metadata a:hover {
  color: #214d74; }

.comment-content {
  font-size: 0.9375em;
  color: #666;
  word-wrap: break-word; }

.comment-content p:last-child {
  margin-bottom: 0; }

.reply {
  margin-top: 10px; }

.reply a {
  display: inline-block;
  padding: 3px 15px 2px;
  font-size: 0.750rem;
  text-transform: uppercase;
  line-height: 20px;
  text-align: center;
  font-weight: 700;
  background-color: #fff;
  border: 1px solid #214d74;
  border-radius: 128px;
  transition: background 0.2s ease 0s; }

.reply a:hover {
  text-decoration: none;
  background-color: #214d74;
  color: #fff; }

/*
 * 04: Layout
 */
.container-fluid {
  max-width: 100%; }
  .container-fluid:after {
    content: "";
    display: block;
    clear: both; }

.container {
  max-width: 1240px;
  margin: auto;
  width: 100%;
  transition: all 0.5s ease-in-out 0s;
  padding-left: 15px;
  padding-right: 15px; }

/* Grid */
.row {
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .row:after {
    content: "";
    display: block;
    clear: both; }

.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,
.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,
.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,
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Clearings */
.clear:before,
.clear:after,
.container:before,
.container:after,
.hentry:before,
.hentry:after,
.product:before,
.product:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-meta:before,
.comment-meta:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.container:after,
.hentry:after,
.product:after,
.entry-content:after,
.entry-footer:after,
.comment-meta:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.nav-links:after {
  clear: both; }

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

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

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*
 * 05: Header
 */
#page.box-layout {
  max-width: 1240px;
  margin: 0 auto; }

#page.full-layout {
  max-width: 100%; }

.top-header {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  background: #214d74; }
  .top-header .breaking-wrap {
    display: block;
    position: relative; }
    @media (min-width: 480px) {
      .top-header .breaking-wrap {
        padding: 0 0 0 150px; } }
    .top-header .breaking-wrap:after {
      clear: both;
      content: "";
      display: block; }
  .top-header .breaking-news-title {
    width: 100%;
    color: #fff;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    vertical-align: middle;
    padding: 6px 10px;
    background: #fa2964; }
    @media (min-width: 480px) {
      .top-header .breaking-news-title {
        width: 150px;
        top: 0;
        left: 0;
        position: absolute; } }
  .top-header .breaking-news {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
    width: 100%; }
    @media (max-width: 960px) {
      .top-header .breaking-news {
        border-bottom: 1px solid #dedede; } }
    .top-header .breaking-news a {
      color: #fff;
      line-height: 2em; }
      .top-header .breaking-news a:hover {
        color: #fa2964; }
    .top-header .breaking-news li {
      padding: 4px 10px;
      display: none;
      white-space: nowrap;
      overflow: hidden;
      max-width: 100%;
      text-overflow: ellipsis; }
      .top-header .breaking-news li:first-child {
        display: block; }
  .top-header .top-menu {
    margin: 0;
    padding: 0; }
    @media (min-width: 960px) {
      .top-header .top-menu {
        float: right; } }
    .top-header .top-menu:after {
      content: "";
      display: block;
      clear: both; }
    .top-header .top-menu li {
      list-style: none;
      padding: 5px 0;
      float: left; }
      .top-header .top-menu li a {
        color: #fff;
        font-size: 12px;
        display: block;
        padding: 8px 10px;
        line-height: 1em;
        text-transform: uppercase;
        border-right: 1px solid #cecece; }
        .top-header .top-menu li a:hover {
          color: #fa2964; }
      .top-header .top-menu li:last-child a {
        border-right: 0px;
        padding-right: 0; }
  .top-header .miteri-social-icons {
    border: none; }
    @media (min-width: 960px) {
      .top-header .miteri-social-icons {
        text-align: right; } }
    .top-header .miteri-social-icons ul {
      padding: 0; }
      .top-header .miteri-social-icons ul li a {
        height: 33px;
        width: 33px;
        padding: 10px 0 6px; }

.main-navbar {
  display: none;
  padding: 0;
  clear: both;
  background-color: #fff;
  text-align: center; }
  .main-navbar.logo-exist .container {
    position: relative; }
  .main-navbar.logo-exist .site-title {
    float: left;
    color: #fff;
    max-height: 50px;
    max-width: 200px;
    overflow: hidden;
    font-size: 1.5em;
    line-height: 50px;
    padding: 5px 0; }
    .main-navbar.logo-exist .site-title a {
      color: inherit;
      line-height: 0px;
      display: block; }
    .main-navbar.logo-exist .site-title img {
      max-height: 40px;
      max-width: 160px;
      height: auto;
      width: auto; }
  .main-navbar.logo-exist .main-navigation {
    float: right;
    clear: none; }
  .main-navbar.logo-exist .main-menu {
    position: static; }
  .main-navbar.logo-exist .teg_mega_menu .te-mega-menu .sub-menu {
    left: 15px;
    right: 15px; }

#masthead {
  position: relative; }
  @media (min-width: 960px) {
    #masthead {
      margin-bottom: 52px; } }
  #masthead .sticky-nav {
    min-height: 52px;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 2;
    position: absolute; }
    #masthead .sticky-nav:after {
      content: "";
      display: block;
      clear: both; }
  #masthead.fixed .sticky-nav {
    top: 0;
    position: fixed;
    bottom: 100%; }

.admin-bar #masthead.fixed .sticky-nav {
  top: 32px; }

.site-branding {
  padding: 30px 0; }
  .site-branding .left-brand {
    display: block; }
    @media (min-width: 960px) {
      .site-branding .left-brand {
        max-width: 30%;
        float: left; } }
  .site-branding .right-brand {
    display: block; }
    @media (min-width: 960px) {
      .site-branding .right-brand {
        width: 70%;
        float: right;
        text-align: right; } }
    .site-branding .right-brand img {
      display: inline-block; }

/* Custom Logo */
.site-logo {
  line-height: 1; }
  .site-logo .custom-logo-link {
    display: inline-block; }
  .site-logo .custom-logo {
    font-size: 14px;
    display: inline-block;
    max-width: 180px;
    vertical-align: middle; }

/* Header Image */
.header-image {
  position: relative;
  width: 100%;
  height: 140px;
  padding: 20px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .header-image.overlay_exists:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4; }

/* Top Search */
.top-search {
  display: none;
  position: relative;
  padding: 0;
  margin: 0;
  opacity: 1;
  transition: opacity 0.3s ease-in-out 0s; }
  .top-search.hidden {
    display: none !important; }
  .top-search .search-form {
    position: absolute;
    top: 35px;
    right: 0;
    width: 260px;
    height: 40px;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    transition: width 0.5s ease 0s, opacity 0.5s ease 0s;
    z-index: 20; }
    .top-search .search-form .search-field {
      height: 26px;
      width: 100%;
      line-height: 26px;
      font-size: 13px;
      padding: 5px 35px 5px 10px;
      margin: 7px 0 0 0;
      border: 0;
      border-radius: 0;
      background-color: #fff;
      position: relative;
      box-sizing: border-box; }
    .top-search .search-form .search-submit {
      position: absolute;
      top: 7px;
      right: 5px;
      height: 25px;
      width: 30px;
      padding: 0;
      margin: 0;
      line-height: 25px;
      background: transparent;
      color: #888; }
      .top-search .search-form .search-submit:hover {
        color: #444; }

.custom-logo-link {
  padding: 5px 0; }

.top-search-button {
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 5px 10px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  z-index: 10;
  outline: none; }

.top-search-button .search-icon:before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 30px;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
  content: "\E8B6";
  vertical-align: -15%; }

.top-search.active .search-form {
  visibility: visible;
  opacity: 1; }

.top-search.active .top-search-button .search-icon:before {
  content: "\E14C"; }

/* Social Links */
.social-links {
  display: none;
  margin: 0 auto 20px;
  text-align: center; }

.social-menu {
  display: inline-block;
  list-style-miteri: none;
  margin: 0;
  padding: 0;
  font-size: 1rem; }
  .social-menu li {
    display: inline-block;
    margin: 0 0 0 10px; }
    .social-menu li:first-child {
      margin-left: 0; }
  .social-menu a {
    display: inline-block;
    position: relative;
    padding: 0 2px;
    line-height: 30px;
    margin: 0;
    background-color: transparent;
    color: #222;
    text-align: center;
    opacity: 1;
    transition: opacity 0.3s ease-in-out 0s; }
    .social-menu a:hover {
      text-decoration: none;
      color: #000; }
    .social-menu a .screen-reader-text {
      position: absolute;
      top: -9999em;
      left: -9999em; }
    .social-menu a:before {
      font-family: 'Socicon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-size: 14px;
      vertical-align: -15%; }

.social-menu a:before {
  content: "\e072"; }

.social-menu a[href*="dribbble.com"]:before {
  content: "\e021"; }

.social-menu a[href*="facebook.com"]:before {
  content: "\e028 "; }

.social-menu a[href*="flickr.com"]:before {
  content: "\e02d"; }

.social-menu a[href*="github.com"]:before {
  content: "\e032"; }

.social-menu a[href*="instagram.com"]:before {
  content: "\e044"; }

.social-menu a[href*="linkedin.com"]:before {
  content: "\e04c"; }

.social-menu a[href*="medium.com"]:before {
  content: "\e051"; }

.social-menu a[href*="pinterest.com"]:before {
  content: "\e063"; }

.social-menu a[href*="plus.google.com"]:before {
  content: "\e038"; }

.social-menu a[href*="stumbleupon.com"]:before {
  content: "\e082"; }

.social-menu a[href*="tumblr.com"]:before {
  content: "\e08b "; }

.social-menu a[href*="twitter.com"]:before {
  content: "\e08d"; }

.social-menu a[href*="youtube.com"]:before {
  content: "\e0a5 "; }

.social-menu a[href*="dribbble.com"]:hover {
  color: #ea4c89; }

.social-menu a[href*="facebook.com"]:hover {
  color: #3B5998; }

.social-menu a[href*="flickr.com"]:hover {
  color: #ff0084; }

.social-menu a[href*="github.com"]:hover {
  color: #221e1b; }

.social-menu a[href*="instagram.com"]:hover {
  color: #517fa4; }

.social-menu a[href*="linkedin.com"]:hover {
  color: #007bb6; }

.social-menu a[href*="medium.com"]:hover {
  color: #00ab6c; }

.social-menu a[href*="pinterest.com"]:hover {
  color: #cb2027; }

.social-menu a[href*="plus.google.com"]:hover {
  color: #dd4b39; }

.social-menu a[href*="stumbleupon.com"]:hover {
  color: #eb4823; }

.social-menu a[href*="tumblr.com"]:hover {
  color: #32506d; }

.social-menu a[href*="twitter.com"]:hover {
  color: #00aced; }

.social-menu a[href*="youtube.com"]:hover {
  color: #bb0000; }

.has-header-image .header-image .social-links {
  display: block;
  margin: 15px 0 0; }

.has-header-image .header-image .social-menu a {
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 64px;
  border-radius: 64px;
  color: #fff; }

.has-header-image .header-image .social-menu a:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8); }

.has-header-image .header-image .social-menu a:before {
  vertical-align: -10%; }

.mobile-navigation .mobile-social-menu {
  display: block;
  padding: 10px 0;
  text-align: center; }

.mobile-navigation .mobile-social-menu li {
  display: inline-block;
  padding: 0;
  margin: 0; }

.mobile-navigation .mobile-social-menu a {
  border: 0;
  padding: 0 4px; }

/* Site Title Centered */
.site-header-wrap .site-branding {
  position: relative;
  background-color: #fff; }

.site-header-wrap .header-image .site-branding {
  background-color: transparent; }

.site-header-wrap .site-title {
  text-align: center;
  margin: auto;
  padding: 0 10px; }

.site-header-wrap .site-description {
  margin: 10px auto 20px;
  padding: 0 20px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase; }
  @media (min-width: 960px) {
    .site-header-wrap .site-description {
      max-width: 760px;
      margin: 10px auto 0px; } }

.site-header-wrap .header-image {
  display: table; }
  .site-header-wrap .header-image .site-branding {
    padding: 0; }
  .site-header-wrap .header-image .site-title a {
    color: #fff; }
    .site-header-wrap .header-image .site-title a:before {
      border-bottom-color: #fff; }
  .site-header-wrap .header-image .site-description {
    color: #fff;
    font-weight: 700; }
  .site-header-wrap .header-image .header-image-container {
    display: table-cell;
    vertical-align: middle; }

.site-header-wrap .search-form {
  border: 1px solid #eee; }

.site-header-wrap.header-layout1 .site-branding .right-brand {
  float: none;
  width: 100%;
  padding-top: 15px;
  text-align: center; }

.site-header-wrap.header-layout2 .site-title {
  text-align: left; }

.site-header-wrap.header-layout2 .site-description {
  text-align: left;
  margin-left: 0; }

.site-header-wrap.header-layout2 .left-brand {
  width: 30%;
  float: left; }

.site-header-wrap.header-layout2 .right-brand {
  width: 70%;
  float: right;
  text-align: right;
  margin: 0; }
  .site-header-wrap.header-layout2 .right-brand img {
    display: inline; }

.site-header-wrap.header-layout3 .site-title,
.site-header-wrap.header-layout3 .site-description {
  padding: 0;
  text-align: left; }

/* Site Title Left */
.site-title-left {
  padding: 10px 20px;
  position: relative;
  text-align: center; }

.site-title-left .top-search .search-form {
  border: 1px solid #eee; }

/* Navigation */
.main-navigation {
  display: none;
  clear: both;
  margin: auto; }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #fff;
    text-align: left;
    display: block; }
    .main-navigation ul ul {
      display: none;
      background-color: #fff;
      padding: 0; }
      @media screen and (min-width: 960px) {
        .main-navigation ul ul {
          display: block;
          position: absolute;
          top: 30px;
          left: 0;
          padding: 0;
          visibility: hidden;
          opacity: 0;
          border: 1px solid #ededed;
          transition: top 0.4s ease 0s, opacity 0.4s ease 0s;
          z-index: 99999;
          text-align: left;
          min-width: 250px;
          box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1); }
          .main-navigation ul ul.reverse {
            left: initial;
            right: 0; } }
      .main-navigation ul ul a {
        display: block; }
  @media screen and (min-width: 960px) {
    .main-navigation > ul > li {
      display: inline-block; } }
  .main-navigation li {
    display: block;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none;
    margin: 0 15px;
    padding: 12px 0;
    color: #444;
    font-size: 13px;
    line-height: 1.4;
    border-top: 1px solid #f2f2f2; }

.main-navigation > ul > li:first-child > a {
  border-top: 0; }

.main-navigation li:hover > a,
.main-navigation li:focus > a,
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a {
  color: #fff;
  background: #fa2964; }

.mobile-sidebar .main-navigation li:hover > a,
.mobile-sidebar .main-navigation li:focus > a,
.mobile-sidebar .main-navigation .current_page_item > a,
.mobile-sidebar .main-navigation .current-menu-item > a {
  color: #fa2964; }

#mobile-sidebar .main-navigation li:hover > a,
#mobile-sidebar .main-navigation li:focus > a,
#mobile-sidebar .main-navigation .current_page_item > a,
#mobile-sidebar .main-navigation .current-menu-item > a {
  background: transparent; }

.main-navigation ul li:hover > ul,
.main-navigation ul li:focus > ul,
.main-navigation ul li.focus > ul {
  opacity: 1;
  visibility: visible; }

/* Mobile Navigation */
.mobile-navbar {
  height: 40px;
  color: #fff;
  padding: 0 15px;
  z-index: 1;
  position: relative;
  background-color: #214d74;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
  .mobile-navbar .top-search {
    display: inline-block;
    float: right; }

.mobile-sidebar {
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 9999;
  width: 300px;
  overflow-y: auto;
  padding: 40px 15px 20px;
  background: #fff;
  left: -300px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s;
  box-sizing: border-box; }
  .mobile-sidebar .site-title {
    width: 70%;
    float: left; }
  .mobile-sidebar .mobile-navbar {
    width: 40px;
    float: right;
    padding: 0;
    clear: none; }
  .mobile-sidebar .custom-logo-link {
    padding: 0 15px; }

.mobile-navigation {
  outline: none;
  display: block;
  clear: both; }

.menu-toggle {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  float: left;
  background: transparent;
  color: #fff;
  text-decoration: none;
  z-index: 10000; }
  .menu-toggle:before {
    content: "";
    display: block;
    border: 1px solid;
    height: 28px;
    width: 32px;
    position: absolute;
    top: 7px;
    left: 4px; }
  .menu-toggle:hover .button-toggle {
    background-color: #fa2964; }
    .menu-toggle:hover .button-toggle:before, .menu-toggle:hover .button-toggle:after {
      background-color: #fa2964; }
  .menu-toggle:hover.toggled-on .button-toggle {
    background: transparent; }

/* Button Toggle */
.button-toggle {
  display: block;
  content: "";
  height: 2px;
  opacity: 1;
  position: absolute;
  background: #fff;
  transition: opacity 0.3s ease 0s, background 0.3s ease 0s;
  width: 20px;
  z-index: 20;
  left: 10px;
  top: 20px; }
  .button-toggle:before {
    background-color: #fff;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: -6px;
    transform-origin: center center 0;
    transition: transform 0.3s ease 0s, background 0.3s ease 0s;
    width: 20px; }
  .button-toggle:after {
    background-color: #fff;
    bottom: -6px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transform-origin: center center 0;
    transition: transform 0.3s ease 0s, background 0.3s ease 0s;
    width: 20px; }

/* Drop down Button */
.dropdown-toggle {
  height: 42px;
  width: 42px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 15px;
  text-transform: none;
  background-color: transparent;
  color: #222;
  border: 0;
  content: "";
  -webkit-border-radius: 0;
  border-radius: 0; }

.dropdown-toggle:after {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
  content: "\E5C5";
  vertical-align: middle;
  padding: 4px 8px;
  border-left: 1px solid #eee; }

.dropdown-toggle:hover,
.dropdown-toggle:focus {
  background-color: transparent;
  color: #214d74; }

.dropdown-toggle:focus {
  outline: none; }

.dropdown-toggle:focus:after {
  background-color: #eee;
  border-color: transparent; }

/* Toggled On */
body.mobile-sidebar-active {
  overflow: hidden;
  position: relative; }

body.mobile-sidebar-active:before {
  content: "";
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); }

.mobile-sidebar.toggled-on {
  left: 0; }

.mobile-navigation ul .toggled-on {
  display: block; }

.dropdown-toggle.toggled-on:after {
  content: "\E5C7"; }

.toggled-on {
  color: #214d74; }
  .toggled-on .button-toggle {
    background-color: transparent; }
    .toggled-on .button-toggle:before {
      opacity: 1;
      transform: translate(0px, 6px) rotate(-45deg); }
    .toggled-on .button-toggle:after {
      opacity: 1;
      transform: translate(0px, -6px) rotate(45deg); }

/*====================================================================
Mega Menu
/*====================================================================*/
.td-mega-menu ul {
  display: block !important;
  position: static !important; }

/*====================================================================
Website Preloader.
/*====================================================================*/
body.body_preloader {
  overflow: hidden;
  height: 100vh; }

.spinner-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  z-index: 999999;
  overflow: hidden; }

.spinner {
  text-align: center;
  margin-top: 8em;
  margin-left: auto;
  margin-right: auto; }

.teg-more-stories {
  width: 341px;
  right: -341px;
  bottom: 60px;
  position: fixed;
  z-index: 9999;
  visibility: hidden;
  background-color: #fff;
  padding: 16px 20px 0 20px;
  border: 1px solid #ededed;
  border-width: 1px 0 1px 1px;
  -webkit-transition: right 1s, visibility 1s;
  -moz-transition: right 1s, visibility 1s;
  -ms-transition: right 1s, visibility 1s;
  -o-transition: right 1s, visibility 1s;
  transition: right 1s, visibility 1s;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1); }
  @media (max-width: 640px) {
    .teg-more-stories {
      display: none; } }
  .teg-more-stories.active {
    right: 0;
    visibility: visible; }
  .teg-more-stories .teg-story-title {
    margin: 0 0 15px; }
    .teg-more-stories .teg-story-title .fa {
      float: left;
      cursor: pointer;
      line-height: 26px;
      padding: 2px 11px; }
    .teg-more-stories .teg-story-title span {
      color: #222;
      display: block;
      text-align: center;
      line-height: 26px;
      font-family: 'Open Sans', arial, sans-serif; }
  .teg-more-stories article {
    padding: 10px 0; }
    .teg-more-stories article:after {
      content: "";
      display: block;
      clear: both; }
  .teg-more-stories .teg-thumb {
    width: 33%;
    float: left; }
  .teg-more-stories .post-content-wrapper {
    width: 67%;
    float: right;
    padding: 0 0 0 10px; }
  .teg-more-stories .post-title {
    font-weight: 400;
    text-transform: none;
    margin: 0 0 10px;
    font-size: 16px; }
    .teg-more-stories .post-title a {
      color: #000; }
      .teg-more-stories .post-title a:hover {
        color: #214d74; }
  .teg-more-stories .post-meta-wrapper {
    font-size: 14px; }

@media (max-width: 767px) {
  .teg-more-articles-box {
    display: none; } }

/*Loadsing Gif ICON*/
#site-navigation {
  position: relative; }

.te-lb-box {
  position: absolute;
  width: 19px;
  height: 19px; }

.te-lb-box-1 {
  top: 0;
  left: 0; }

.te-lb-box-2 {
  top: 0;
  left: 20px; }

.te-lb-box-3 {
  top: 0;
  left: 40px; }

.te-lb-box-4 {
  top: 20px;
  right: 0; }

.te-lb-box-5 {
  bottom: 0;
  right: 0; }

.te-lb-box-6 {
  bottom: 0;
  left: 20px; }

.te-lb-box-7 {
  bottom: 0;
  left: 0; }

.te-lb-box-8 {
  top: 20px;
  left: 0; }

/**/
.te-loader-gif {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 59px;
  height: 59px;
  margin-top: -29.5px;
  /* Half the height */
  margin-left: -29.5px;
  /* Half the width */
  /* responsive phone */
  -webkit-transition: all 400ms cubic-bezier(0.55, 0, 0.1, 1);
  -moz-transition: all 400ms cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: all 400ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 400ms cubic-bezier(0.55, 0, 0.1, 1);
  /* custom */ }

@media (max-width: 767px) {
  .te-loader-gif {
    top: 200px; } }

@-webkit-keyframes te_fadeInDown {
  0% {
    opacity: 0.05;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes te_fadeInDown {
  0% {
    opacity: 0.05;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.te_fadeInDown {
  -webkit-animation-name: te_fadeInDown;
  animation-name: te_fadeInDown; }

.teg-classes {
  display: table;
  width: 100%; }

/*Mega Menu*/
.teg_mega_menu .te-mega-menu {
  position: static !important; }
  .teg_mega_menu .te-mega-menu a:empty {
    display: none !important; }
  .teg_mega_menu .te-mega-menu .sub-menu {
    top: 40px !important;
    left: 0;
    right: 0;
    z-index: 5;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
    .teg_mega_menu .te-mega-menu .sub-menu > li {
      width: 100%;
      display: block; }
    .teg_mega_menu .te-mega-menu .sub-menu:before, .teg_mega_menu .te-mega-menu .sub-menu:after {
      display: none; }
    .teg_mega_menu .te-mega-menu .sub-menu .te_mega_menu_sub_cats a {
      width: auto;
      margin: 0;
      font-weight: 400;
      color: #303440;
      padding: 10px 15px; }
      .teg_mega_menu .te-mega-menu .sub-menu .te_mega_menu_sub_cats a:hover {
        color: #214d74; }
  .teg_mega_menu .te-mega-menu:hover .sub-menu {
    top: 50px !important;
    background: #fff !important; }
    .teg_mega_menu .te-mega-menu:hover .sub-menu .sub-menu {
      margin-top: -10px; }

.te_block_inner {
  width: 79%;
  display: table-cell; }

.te-mega-menu li:after, .te-mega-menu:after {
  display: none; }

.block-mega-child-cats {
  max-height: 250px;
  height: 250px;
  overflow-y: auto; }

.te_mega_menu_sub_cats {
  width: 21%;
  text-align: right;
  display: table-cell;
  height: 100%;
  vertical-align: top;
  padding: 22px 0;
  background-color: #fafafa;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #dedede;
  overflow-y: auto; }
  .te_mega_menu_sub_cats a {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #303440;
    padding: 5px 22px;
    position: relative;
    vertical-align: middle;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent; }
    .te_mega_menu_sub_cats a.active, .te_mega_menu_sub_cats a:hover {
      box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
      background: #fff;
      border: 1px solid #dedede;
      border-width: 1px 0; }

.te-mega-post {
  width: 25%;
  float: left;
  padding: 0 15px; }
  .te-mega-post .entry-title {
    font-size: 14px;
    text-align: left; }
    .te-mega-post .entry-title a {
      color: #303440;
      padding: 0;
      margin: 0;
      font-weight: 300;
      overflow: hidden; }
      .te-mega-post .entry-title a:hover {
        color: #fa2964; }
  .te-mega-post .random-images a {
    padding: 0;
    margin: 0; }
  .te-mega-post .post-cat-list {
    line-height: 1em;
    padding: 5px 0; }
  .te-mega-post .category-button {
    display: inline;
    font-size: inherit;
    margin: 0 5px 5px 0;
    background: transparent; }
    .te-mega-post .category-button a {
      color: #fff;
      margin: 0;
      width: auto;
      line-height: 1;
      font-size: 10px;
      font-weight: 600;
      display: inline-block;
      padding: 3px 5px 3px;
      vertical-align: middle;
      letter-spacing: 0.2px;
      text-transform: uppercase;
      background: #214d74; }
      .te-mega-post .category-button a:hover {
        background-color: #303440; }

.te_block_inner {
  background: #fff;
  padding: 20px 0; }

.te-mega-row {
  padding: 0 10px;
  display: none; }
  .te-mega-row .te-mega-post {
    padding: 0 10px; }
  .te-mega-row.active {
    display: block; }

html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-caption a {
  color: #4ae; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

/*===================================================================
--------------------------- Breadcrumbs ---------------------------
===================================================================*/
.miteri-breadcrumbs .breadcrumb-title {
  display: none; }

.miteri-breadcrumbs ul {
  margin: 0;
  padding: 10px 0;
  list-style: none; }
  .miteri-breadcrumbs ul:after {
    content: "";
    display: block;
    clear: both; }

.miteri-breadcrumbs li {
  float: left;
  position: relative; }

.miteri-breadcrumbs.layout1 li {
  padding-right: 10px; }
  .miteri-breadcrumbs.layout1 li::after, .miteri-breadcrumbs.layout1 li:before {
    content: "\f105";
    font-family: "FontAwesome";
    margin-left: 10px;
    color: #aaa; }
  .miteri-breadcrumbs.layout1 li.last-breadcrumb-item::after, .miteri-breadcrumbs.layout1 li.last-breadcrumb-item::before {
    content: ''; }
  .miteri-breadcrumbs.layout1 li.last-breadcrumb-item span {
    color: #000; }

.miteri-breadcrumbs.layout1 a {
  color: #c3c3c3; }
  .miteri-breadcrumbs.layout1 a:hover {
    color: #000; }

.miteri-breadcrumbs.layout2 li {
  margin: 0 6px 2px; }
  .miteri-breadcrumbs.layout2 li > a, .miteri-breadcrumbs.layout2 li > span {
    color: #fff;
    line-height: 1.5em;
    padding: 0 10px;
    line-height: 2em;
    display: block;
    background-color: #214d74; }
  .miteri-breadcrumbs.layout2 li:before, .miteri-breadcrumbs.layout2 li:after {
    top: 0;
    right: -10px;
    content: "";
    height: 0px;
    width: 0px;
    display: block;
    position: absolute;
    border: 16px solid transparent;
    border-width: 16px 0 16px 10px;
    border-left-color: #214d74; }
  .miteri-breadcrumbs.layout2 li:after {
    right: -10px; }
  .miteri-breadcrumbs.layout2 li:before {
    left: -10px;
    right: initial;
    border-color: #214d74;
    border-left-color: transparent; }
  .miteri-breadcrumbs.layout2 li.trail-end > a, .miteri-breadcrumbs.layout2 li.trail-end > span, .miteri-breadcrumbs.layout2 li:hover > a, .miteri-breadcrumbs.layout2 li:hover > span {
    background-color: #fa2964; }
  .miteri-breadcrumbs.layout2 li.trail-end:after, .miteri-breadcrumbs.layout2 li:hover:after {
    border-left-color: #fa2964; }
  .miteri-breadcrumbs.layout2 li.trail-end:before, .miteri-breadcrumbs.layout2 li:hover:before {
    border-color: #fa2964;
    border-left-color: transparent; }

body.rtl aside.sidebar {
  padding-top: 0px; }

body.rtl .miteri-breadcrumbs ul {
  direction: rtl; }

body.rtl .miteri-breadcrumbs.layout1 li:after {
  display: none; }

body.rtl .miteri-breadcrumbs.layout1 li:before {
  content: "\f104"; }

body.rtl .miteri-breadcrumbs.layout1 li.last-breadcrumb-item::before {
  content: ''; }

#teg-scrollup {
  background-color: #214d74;
  bottom: 20px;
  display: none;
  height: 40px;
  line-height: 35px;
  position: fixed;
  right: 20px;
  width: 40px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  color: #fff;
  z-index: 9999;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.miteri-social-icons {
  border-bottom: 1px solid #cecece; }
  .miteri-social-icons ul {
    list-style: none;
    padding: 15px 0 10px;
    margin: 0; }
    .miteri-social-icons ul:after {
      content: "";
      display: block;
      clear: both; }
    .miteri-social-icons ul li {
      display: inline-block;
      padding: 0 3px 5px; }
      .miteri-social-icons ul li a {
        display: block;
        color: #fff;
        background-color: #3b5998;
        font-size: 0;
        height: 35px;
        width: 35px;
        padding: 10px 0 6px;
        text-align: center; }
        .miteri-social-icons ul li a:before {
          font-size: 16px;
          padding: 0 5px;
          vertical-align: middle; }
        .miteri-social-icons ul li a:hover {
          color: #fff;
          opacity: 0.8;
          background-color: #214d74; }
  .miteri-social-icons.circle a {
    border-radius: 100%; }

.header-layout1 .miteri-social-icons {
  text-align: center; }

.header-layout2 .miteri-social-icons {
  float: right;
  text-align: right; }

.site-branding .miteri-social-icons {
  border: none; }
  .site-branding .miteri-social-icons ul a {
    height: 40px;
    width: 40px;
    padding: 9px 0; }
    .site-branding .miteri-social-icons ul a:before {
      font-size: 22px;
      font-weight: 700; }

.progress-indicator-wraper {
  font-size: 0px;
  position: fixed;
  z-index: 99999; }
  .progress-indicator-wraper progress {
    width: 100%;
    border: none;
    height: 5px;
    background-color: #214d74; }
    .progress-indicator-wraper progress::-webkit-progress-bar {
      background-color: #214d74; }
    .progress-indicator-wraper progress::-webkit-progress-value {
      background-color: #fa2964; }
  .progress-indicator-wraper.top, .progress-indicator-wraper.bottom {
    left: auto;
    right: auto;
    width: 100%; }
  .progress-indicator-wraper.left, .progress-indicator-wraper.right {
    width: 100vh;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  .progress-indicator-wraper.top {
    top: 0; }
  .progress-indicator-wraper.bottom {
    bottom: 0; }
  .progress-indicator-wraper.left {
    margin-top: -5px;
    -webkit-transform-origin: left 5px;
    -ms-transform-origin: left 5px;
    transform-origin: left 5px; }
  .progress-indicator-wraper.right {
    margin-left: 100%;
    -webkit-transform-origin: left 0px;
    -ms-transform-origin: left 0px;
    transform-origin: left 0px; }

.box-layout .progress-indicator-wraper.top, .box-layout .progress-indicator-wraper.bottom {
  max-width: 1240px; }

@media (min-width: 1260px) {
  .box-layout .progress-indicator-wraper.right {
    margin-left: 1240px; } }

.admin-bar .progress-indicator-wraper.top {
  top: 32px; }

.miteri_related_post {
  padding: 30px 0 0; }
  .miteri_related_post .widget-title {
    padding: 0 15px; }
  .miteri_related_post > .container {
    padding: 0; }

/*========================================================
All Widgets Area
========================================================*/
/*
01: Home Page Widget Area Reset
02: Tag Cloud
*/
.home-page-widget-area {
  /*Home page widget area reset*/ }
  .home-page-widget-area .widget {
    padding: 40px 0; }
    .home-page-widget-area .widget > * {
      max-width: 1240px;
      margin-left: auto;
      margin-right: auto;
      padding-left: 15px;
      padding-right: 15px; }
    .home-page-widget-area .widget > .container-fluid {
      max-width: 100%; }
  .home-page-widget-area .single_slider {
    height: 400px; }
    @media (min-width: 640px) and (max-width: 991px) {
      .home-page-widget-area .single_slider {
        height: 600px; } }
    @media (min-width: 991px) and (max-width: 1280px) {
      .home-page-widget-area .single_slider {
        height: 700px; } }
    @media (min-width: 991px) and (max-width: 1280px) {
      .home-page-widget-area .single_slider {
        height: 800px; } }

/*
01:	Footer Reset
02: Tag Cloud
*/
.site-footer {
  /*site footer reset*/
  /*Tag cloud */ }
  .site-footer .widget-area {
    padding: 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.875rem;
    background-color: #1d1b23; }
    .site-footer .widget-area .site-branding {
      margin: 0; }
    .site-footer .widget-area ul li {
      border-bottom-color: rgba(255, 255, 255, 0.08); }
  .site-footer .widget {
    background-color: transparent;
    margin: 30px 0; }
    .site-footer .widget a {
      color: #fff; }
      .site-footer .widget a:hover {
        color: #fa2964;
        text-decoration: underline; }
  .site-footer .widget-title {
    color: #fff;
    font-size: 0.9375rem; }
  .site-footer .widget_tag_cloud a {
    background-color: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.05);
    transition: opacity 0.3s ease 0s; }
    .site-footer .widget_tag_cloud a:hover {
      text-decoration: none;
      opacity: .7; }
  .site-footer .widget_tag_cloud mark, .site-footer .widget_tag_cloud ins {
    background-color: #214d74; }

/*
01:	Reset Sidebar Widget
02:	Tag Cloud
*/
.sidebar {
  /*Reset Sidebar css*/
  /*Tag Cloud css goes here*/ }
  .sidebar .widget {
    padding: 15px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  .sidebar .widget-title {
    overflow: hidden; }
    .sidebar .widget-title span {
      position: relative;
      display: inline-block;
      line-height: 20px;
      color: #214d74; }
      .sidebar .widget-title span:after, .sidebar .widget-title span:before {
        border-top: 3px solid #214d74;
        content: "";
        position: absolute;
        right: -610px;
        top: 8px;
        width: 600px; }
      .sidebar .widget-title span:before {
        left: -610px;
        right: auto; }
  .sidebar .widget_tag_cloud a {
    transition: background 0.3s ease 0s; }
    .sidebar .widget_tag_cloud a:hover {
      color: #fff;
      background-color: #214d74;
      text-decoration: none; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 13, 2017, 4:28:50 PM
    Author     : devel_000
*/
.site-branding .widget {
  margin-bottom: 0px; }

/*
01:	404 Template
02: Calendar
03: Tag Cloud
04:	Media Image
05: Recent Entries
06: Block Posts
07: Counter
08: Slider
*/
.error-404 {
  padding-top: 40px; }

/*
////////////////////////////////////////////
/////// * * * TABLE OF CONTENT * * * ///////
////////////////////////////////////////////
    #   Font
    #   Elements
    #   Tags
    #   Buttons
    #   Animation
    #   Media Screen
*/
/*--------------------------------
    #   Tags
----------------------------------*/
body.error404 {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Montserrat-Regular', sans-serif;
  background: #95c2c7;
  overflow-x: hidden; }

.notfound1 {
  padding-bottom: 30px;
  /*--------------------------------
        #   Buttons
    ----------------------------------*/
  /*--------------------------------
        #   Animation
    ----------------------------------*/
  /*--------------------------------
        #   Media Screen
    ----------------------------------*/ }
  .notfound1 ol, .notfound1 ul {
    list-style-position: inside;
    padding-left: 4px; }
  .notfound1 .content {
    display: inline-block;
    vertical-align: middle;
    padding-top: 9%;
    padding-bottom: 9%; }
  .notfound1 .heading {
    text-transform: uppercase;
    font-size: 115px;
    font-weight: bold;
    margin-bottom: 0px;
    color: #0f424d; }
  .notfound1 .button {
    color: #fff;
    background-color: #c55b51;
    border: none;
    font-size: 16px;
    border-radius: 5px;
    box-shadow: 0 5px #a9453c;
    display: inline-block;
    padding: 10px 0px;
    width: 180px;
    text-align: center;
    text-transform: uppercase;
    outline: none; }
  .notfound1 .button:hover,
  .notfound1 .button.hover {
    background-color: #b24f46;
    text-decoration: none;
    color: #fff; }
  .notfound1 .button:active,
  .notfound1 .button.active {
    background-color: #b24f46;
    box-shadow: 0 2.5px #a9453c;
    transform: translateY(5px);
    outline: none;
    color: #fff; }
  .notfound1 .button:visited,
  .notfound1 .button:focus {
    outline: none;
    color: #fff;
    text-decoration: none; }
  .notfound1 p {
    font-size: 40px;
    margin-bottom: 30px; }
  .notfound1 p small {
    font-size: 21px;
    margin-bottom: 30px; }
  .notfound1 .imgSec {
    float: right; }
  .notfound1 .icon {
    position: relative;
    width: 340px;
    height: 415px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
    float: right; }
  .notfound1 .victor {
    position: absolute;
    right: 20px;
    top: 251px;
    background: url("../images/victor5.png") no-repeat 0 0 scroll;
    width: 100%;
    height: 80%;
    z-index: 99; }
  .notfound1 .animation {
    background: transparent url("../images/animation3.png") no-repeat scroll 0 0;
    height: 100%;
    position: absolute;
    right: -96px;
    top: 62px;
    width: 100%;
    z-index: 9;
    -moz-animation: 2s ease 0s normal none infinite hand;
    -moz-transform-origin: 30% 80% 0;
    -webkit-animation: hand 1s infinite ease-in-out;
    -webkit-transform-origin: 30% 80% 0;
    -o-animation: 2s ease 0s normal none infinite hand;
    -o-transform-origin: 30% 80% 0;
    -o-animation: hand 1s infinite ease-in-out;
    -o-transform-origin: 30% 80% 0;
    -ms-animation: 2s ease 0s normal none infinite hand;
    -ms-transform-origin: 30% 80% 0;
    -ms-animation: hand 1s infinite ease-in-out;
    -ms-transform-origin: 30% 80% 0;
    animation: 2s ease 0s normal none infinite hand;
    transform-origin: 30% 80% 0;
    animation: hand 2s infinite ease-in-out;
    transform-origin: 30% 80% 0; }

@-moz-keyframes hand {
  0% {
    -moz-transform: rotate(-4deg); }
  50% {
    -moz-transform: rotate(4deg); }
  100% {
    -moz-transform: rotate(-4deg); } }

@-webkit-keyframes hand {
  0% {
    -webkit-transform: rotate(-4deg); }
  50% {
    -webkit-transform: rotate(4deg); }
  100% {
    -webkit-transform: rotate(-4deg); } }

@-o-keyframes hand {
  0% {
    -o-transform: rotate(-4deg); }
  50% {
    -o-transform: rotate(4deg); }
  100% {
    -o-transform: rotate(-4deg); } }

@-ms-keyframes hand {
  .notfound1 0% {
    -ms-transform: rotate(-4deg); }
  .notfound1 50% {
    -ms-transform: rotate(4deg); }
  .notfound1 100% {
    -ms-transform: rotate(-4deg); } }

@keyframes hand {
  0% {
    transform: rotate(-4deg); }
  50% {
    transform: rotate(4deg); }
  100% {
    transform: rotate(-4deg); } }
  @media screen and (max-width: 980px) {
    .notfound1 .heading {
      font-size: 80px; }
    .notfound1 p {
      font-size: 28px; }
    .notfound1 p small {
      font-size: 18px; } }
  @media screen and (max-width: 768px) {
    .notfound1 .heading {
      font-size: 80px; }
    .notfound1 .icon {
      float: none; }
    .notfound1 .imgSec {
      text-align: center;
      float: none; }
    .notfound1 .content {
      text-align: center;
      padding-bottom: 15px; }
    .notfound1 p {
      font-size: 28px; }
    .notfound1 p small {
      font-size: 18px;
      width: 300px; }
    .notfound1 .victor {
      background-size: 61%; }
    .notfound1 form.search-form {
      margin: 0 auto 20px; }
    .notfound1 .animation {
      background-size: 55%;
      right: -78px;
      top: 69px;
      -moz-transform-origin: 42% 80% 0;
      -webkit-transform-origin: 42% 80% 0;
      -o-transform-origin: 42% 80% 0;
      -o-transform-origin: 42% 80% 0;
      -ms-transform-origin: 42% 80% 0;
      -ms-transform-origin: 42% 80% 0;
      transform-origin: 42% 80% 0;
      transform-origin: 42% 80% 0; } }

/*
 * 07: Footer
 */
.site-footer {
  margin: 0 auto;
  background-color: #131119;
  border-top: 1px solid #eee; }

.footer-copy {
  clear: both;
  padding: 15px 0;
  color: #888; }

.site-info,
.site-credits {
  font-size: 0.875rem;
  color: inherit;
  text-align: center; }

.site-credits {
  margin-bottom: 15px; }

.site-info:after {
  content: "";
  display: block;
  clear: both; }

.site-info ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: inline-block; }
  @media (min-width: 960px) {
    .site-info ul {
      float: right; } }
  .site-info ul:after {
    content: "";
    display: block;
    clear: both; }

.site-info li {
  display: block;
  float: left; }
  .site-info li:before {
    content: "|";
    display: inline-block;
    padding: 0 5px 0 5px; }
  .site-info li:first-child:before {
    display: none; }

.site-info a {
  color: inherit; }

.parallax {
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: -55px;
  margin-right: -54px;
  max-width: auto; }
  @media (max-width: 700px) {
    .parallax {
      margin-left: 0px;
      margin-right: 0px; } }

.parallax-content {
  width: 100%;
  margin: 0 auto;
  color: #FFF;
  padding-top: 5px; }

/*
01:	Default Templates
*/
/*============================================================
Default Templates
============================================================*/
.inside:after {
  content: "";
  display: block;
  clear: both; }

/*
 * 12: Responsive
 */
@media (max-width: 400px) {
  .parallax {
    margin-left: 0px;
    margin-right: 0px; }
  .spinner {
    margin: 0 auto;
    margin-top: 40%; }
  .post_listing_loadmore {
    font-size: 14px; } }

@media screen and (min-width: 600px) {
  /* Grid */
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .posts-loop > .col-sm-6:nth-child(2n+1) {
    clear: left; }
  /* Header */
  .site-logo .custom-logo {
    max-width: 220px; }
  .site-title {
    font-size: 2.5rem; }
  /* Content */
  .entry-title {
    text-align: left; }
  .posts-loop .entry-thumbnail:hover img {
    border-color: #214d74;
    opacity: .9; }
  .search-no-results .search-form,
  .error404 .search-form {
    margin-bottom: 20px; }
  /* Grid Posts */
  .grid-post {
    display: flex;
    flex-direction: column; }
  .grid-post .entry-thumbnail,
  .grid-post .entry-header,
  .grid-post .entry-footer {
    flex: 0 1 auto; }
  .grid-post .entry-summary {
    flex: 1 1 auto; }
  .grid-post .entry-header {
    margin-top: 10px; }
  /* List Posts */
  .list-post .entry-thumbnail {
    float: left;
    max-width: 100px;
    margin: 0 20px 5px 0; }
  .list-post .entry-title {
    clear: none;
    text-align: left;
    font-size: 1.25rem; }
  .list-post .entry-header {
    padding-top: 0;
    margin-top: 0; }
  .list-post .entry-meta {
    text-align: left;
    margin-bottom: 5px; }
  .list-post .entry-footer {
    margin-top: 5px; }
  /* Featured Posts */
  S
.featured-large {
    height: 320px; }
  .featured-small {
    height: 220px; }
  .featured-large h4 {
    font-size: 26px; }
  .featured-small h4 {
    font-size: 18px; }
  /* Author bio */
  .author-avatar {
    margin-bottom: 0; }
  /* Forms */
  .comment-form input[miteri="text"],
  .comment-form input[miteri="url"],
  .comment-form input[miteri="email"] {
    width: auto; }
  .parallax {
    margin-left: 0px;
    margin-right: 0px; } }

@media screen and (min-width: 720px) {
  /* Grid */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  /* Header */
  .header-image {
    height: 200px; }
  /* Large Posts */
  .large-post .entry-summary {
    margin-top: 20px; }
  /* Featured Posts */
  .featured-large {
    height: 400px; }
  .featured-small {
    height: 260px; }
  .featured-large h4 {
    font-size: 30px; }
  .featured-small h4 {
    font-size: 20px; }
  .parallax {
    margin-left: 0px;
    margin-right: 0px; } }

@media screen and (min-width: 960px) {
  /* Grid */
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  .col-12 {
    width: 100%; }
  .col-11 {
    width: 91.66666667%; }
  .col-10 {
    width: 83.33333333%; }
  .col-9 {
    width: 75%; }
  .col-8 {
    width: 66.66666667%; }
  .col-7 {
    width: 58.33333333%; }
  .col-6 {
    width: 50%; }
  .col-5 {
    width: 41.66666667%; }
  .col-4 {
    width: 33.33333333%; }
  .col-3 {
    width: 25%; }
  .col-2 {
    width: 16.66666667%; }
  .col-1 {
    width: 8.33333333%; }
  .posts-loop > .col-6:nth-child(2n+1) {
    clear: left; }
  .posts-loop > .col-4:nth-child(3n+1) {
    clear: left; }
  .parallax {
    margin-left: -55px;
    margin-right: -54px; }
  .content-area {
    width: 66.66666667%;
    float: left;
    box-sizing: border-box;
    padding: 15px; }
  .sidebar {
    width: 33.33333333%;
    float: right;
    box-sizing: border-box; }
  /* List Posts */
  .list-post .entry-thumbnail {
    max-width: 200px; }
  /* Sidebar Position */
  .content-fullwidth .content-area,
  .content-centered .content-area,
  .has-no-sidebar .content-area {
    float: none;
    width: 100%; }
  .content-fullwidth .large-post .entry-header,
  .content-fullwidth .large-post .entry-summary,
  .has-no-sidebar .content-area .large-post .entry-header,
  .has-no-sidebar .content-area .large-post .entry-summary {
    padding-left: 80px;
    padding-right: 80px; }
  .content-centered .entry-header,
  .content-centered .entry-content,
  .content-centered .entry-footer,
  .content-centered .author-info,
  .content-centered .post-navigation,
  .content-centered .comments-area {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto; }
  .sidebar-content .content-area {
    float: right; }
  .sidebar-content .sidebar {
    float: left; }
  .content-sidebar .page-title,
  .sidebar-content .page-title {
    text-align: left; }
  /* Page Templates */
  .page-template-fullwidth .content-area,
  .page-template-centered .content-area {
    float: none;
    width: 100%; }
  .page-template-centered .entry-header,
  .page-template-centered .entry-content,
  .page-template-centered .entry-footer,
  .page-template-centered .comments-area {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto; }
  /* Navigation */
  .mobile-navbar,
  .main-navigation ul .dropdown-toggle {
    display: none; }
  .main-navbar {
    display: block;
    background: #214d74; }
  .main-navigation {
    display: block; }
    .main-navigation > .main-menu > li:hover > a,
    .main-navigation > .main-menu > li.current-menu-ancestor > a,
    .main-navigation > .main-menu > li.current-menu-item > a {
      background: #fa2964;
      color: #fff; }
  .main-navigation ul {
    display: inline-block;
    background-color: transparent; }
  .main-navigation > ul > li > a {
    padding: 5px 10px;
    margin: 0;
    color: #fff;
    line-height: 40px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    border: 0;
    opacity: 1;
    transition: color 0.3s ease-in-out 0s; }
    .main-navigation > ul > li > a:hover {
      background: #214d74;
      color: #fff; }
  .main-navigation > ul > li.menu-item-has-children > a,
  .main-navigation > ul > li.page_item_has_children > a {
    position: relative; }
  .main-navigation > ul > li.menu-item-has-children > a:after,
  .main-navigation > ul > li.page_item_has_children > a:after {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    content: "\E5CF";
    vertical-align: -20%; }
  .main-navigation > ul > li:hover > ul,
  .main-navigation > ul > li.focus > ul {
    top: 40px; }
  .main-navigation > ul:before,
  .main-navigation > ul:after {
    content: none; }
  .main-navigation > ul > li > ul:before {
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    content: "";
    left: 40px;
    position: absolute;
    top: -8px;
    z-index: 19; }
  .main-navigation > ul > li > ul.reverse:before {
    right: 40px;
    left: initial; }
  .main-navigation > ul > li > ul:after {
    border-bottom: 10px solid #ededed;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    left: 38px;
    position: absolute;
    top: -10px;
    z-index: 16; }
  .main-navigation > ul > li > ul.reverse:after {
    left: initial;
    right: 38px; }
  .main-navigation ul ul a {
    margin: 0px;
    padding: 10px 15px;
    border-top: 1px solid #f2f2f2; }
  .main-navigation ul ul li:first-child > a {
    border-top: 0; }
  .main-navigation > ul > li > ul > li.menu-item-has-children > a:after {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    position: absolute;
    right: 15px;
    top: 13px;
    content: "\E5CF";
    vertical-align: middle; }
  .main-navigation ul ul ul {
    opacity: 0;
    top: -1px;
    left: 100%;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out 0s; }
    .main-navigation ul ul ul.reverse {
      left: initial;
      right: 100%; }
  /* Header */
  .top-search {
    display: inline-block; }
  .top-search .search-form {
    top: 40px; }
  .site-branding .social-links {
    display: block;
    margin: 10px auto 0; }
  .site-description {
    font-size: 14px; }
  /* Site Title Centered */
  .site-title-centered .site-branding {
    padding: 30px 0; }
  .site-title-centered .top-search {
    margin: 0;
    float: none; }
  .site-title-centered .site-title {
    font-size: 48px; }
  /* Site Title Left */
  .site-title-left {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
  .site-title-left .site-title {
    font-size: 32px; }
  .site-title-left .site-branding {
    padding: 0; }
  .site-title-left .main-navigation {
    margin-top: 5px; }
  .site-title-left .site-branding,
  .site-title-left .main-navigation {
    text-align: left; }
  .site-title-left .social-links,
  .site-title-left .top-search {
    float: right; }
  .site-title-left .top-search {
    margin-top: 10px;
    margin-left: 5px; }
  .site-title-left .social-links {
    display: inline-block;
    margin: 8px 0 0; }
  .site-title-left .main-navigation > ul > li.current-menu-item:before {
    bottom: 0;
    width: 40px;
    margin-left: -20px; }
  /* Navbar */
  .main-navbar {
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
  .has-header-image .main-navbar {
    border: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid #214d74; }
  .main-navbar .social-links {
    display: inline-block; }
  .main-navbar .top-search {
    margin-top: 5px; }
  .main-navbar .social-links {
    margin: 4px 0 0; }
  .navbar-left .top-search,
  .navbar-left .social-links {
    float: right; }
  /* Featured Image */
  .fimg-fullwidth .featured-image {
    padding: 0 20px; }
  .fimg-fullwidth .entry-header {
    max-width: 100%;
    padding-left: 80px;
    padding-right: 80px; }
  .fimg-fullwidth .entry-thumbnail {
    margin-bottom: 30px; }
  /* Content */
  .author-title {
    text-align: left; }
  .category-title {
    margin-bottom: 20px; }
  /* Featured Posts */
  .featured-posts {
    margin-bottom: 40px; }
  .featured-item {
    margin: 0; }
  .featured-posts .row {
    margin-left: -15px;
    margin-right: -15px; }
  .featured-posts .col-8,
  .featured-posts .col-4 {
    padding-left: 15px;
    padding-right: 15px; }
  .featured-large {
    height: 420px; }
  .featured-small {
    height: 195px; }
  .featured-small.first {
    margin-bottom: 30px; }
  .featured-large h4 {
    font-size: 32px; }
  .featured-small h4 {
    font-size: 18px; }
  /* Footer */
  .site-credits {
    text-align: left;
    margin-bottom: 0; }
  .site-info {
    text-align: right; } }

@media screen and (min-width: 1440px) {
  /* Header */
  .header-image {
    height: 240px; }
  .site-title-left {
    padding-left: 30px;
    padding-right: 30px; }
  /* Featured Image */
  .fimg-fullwidth .featured-image {
    padding: 0 25px; }
  /* List Posts */
  .list-post .entry-thumbnail {
    max-width: 240px; }
  /* Grid Posts */
  .flex-row .post-wrapper {
    margin-bottom: 30px; }
  /* Single Posts and Pages */
  .page-content {
    margin-bottom: 30px; }
  /* Featured Posts */
  .featured-posts .row {
    margin-left: -20px;
    margin-right: -20px; }
  .featured-posts .col-8,
  .featured-posts .col-4 {
    padding-left: 20px;
    padding-right: 20px; }
  .featured-small.first {
    margin-bottom: 40px; }
  .featured-large {
    height: 500px; }
  .featured-small {
    height: 230px; }
  .featured-small h4 {
    font-size: 22px; } }

body.dark_skin {
  /*============================================================================
	------------------------------ Reset Dark Skin ------------------------------
	============================================================================*/
  background: #222;
  /*============================================================================
	------------------------------ Header Section ------------------------------
	============================================================================*/
  /*============================================================================
	------------------------------ Reset Sidebar ------------------------------
	============================================================================*/
  /*============================================================================
	------------------------------ Blog Section ------------------------------
	============================================================================*/
  /*============================================================================
	------------------------------ Footer Section ------------------------------
	============================================================================*/ }
  body.dark_skin a {
    color: #ff8400; }
    body.dark_skin a:hover {
      color: dark_link_hover; }
  body.dark_skin code, body.dark_skin ins,
  body.dark_skin pre {
    color: #000; }
  body.dark_skin blockquote {
    border-color: #ff8400;
    color: #fff; }
  body.dark_skin table thead {
    color: #000; }
  body.dark_skin table tr:nth-child(2n) {
    color: #000; }
  body.dark_skin button, body.dark_skin input[type="button"], body.dark_skin input[type="reset"], body.dark_skin input[type="submit"] {
    background: #222; }
  body.dark_skin h1, body.dark_skin h2, body.dark_skin .blog-box .widget-title, body.dark_skin h3, body.dark_skin h4, body.dark_skin h5, body.dark_skin h6 {
    color: #fff; }
  body.dark_skin .progress-indicator-wraper progress {
    background-color: #ff8400; }
  body.dark_skin button.dropdown-toggle {
    background: transparent; }
  body.dark_skin .top-header {
    background: #1b1b1b; }
    body.dark_skin .top-header .breaking-news-title {
      background: #a14242; }
  body.dark_skin .site-header-wrap .site-branding {
    background: transparent; }
  body.dark_skin .site-description {
    color: #fff; }
  body.dark_skin .site-header {
    background-color: #000; }
  body.dark_skin .main-navbar {
    background: #1b1b1b;
    border-bottom-color: #000; }
  @media (min-width: 960px) {
    body.dark_skin .main-navigation .main-menu > li.current-menu-item > a,
    body.dark_skin .main-navigation > ul > li > a:hover {
      background: #ff8400; } }
  body.dark_skin .mobile-sidebar {
    background: #1b1b1b; }
    body.dark_skin .mobile-sidebar .main-navigation a {
      color: #fff; }
    body.dark_skin .mobile-sidebar .main-navigation .current-menu-item > a {
      color: #ff8400; }
    body.dark_skin .mobile-sidebar .main-navigation ul {
      background: #1b1b1b; }
    body.dark_skin .mobile-sidebar .dropdown-toggle:after {
      color: #fff;
      background: #1b1b1b; }
  body.dark_skin .widget-title,
  body.dark_skin .page-title,
  body.dark_skin .entry-title {
    color: #e6dbdb; }
    body.dark_skin .widget-title a,
    body.dark_skin .page-title a,
    body.dark_skin .entry-title a {
      color: inherit; }
  body.dark_skin .block-content,
  body.dark_skin .story-content {
    color: #fff; }
  body.dark_skin .alter-row .cnt-part {
    background: #111; }
  body.dark_skin aside.sidebar {
    background: transparent;
    padding-top: 0px; }
  body.dark_skin .entry-meta .posted-on a,
  body.dark_skin .entry-meta .author a {
    color: #ff8400; }
  body.dark_skin.single .entry-meta,
  body.dark_skin.page .entry-meta {
    line-height: 24px; }
  body.dark_skin .widget-area ul li {
    border-color: #b9b9b9; }
    body.dark_skin .widget-area ul li:before {
      color: #fff; }
    body.dark_skin .widget-area ul li a {
      color: #fff; }
  body.dark_skin .sidebar .widget-title span {
    color: #fff; }
    body.dark_skin .sidebar .widget-title span:after, body.dark_skin .sidebar .widget-title span:before {
      border-color: #b9b9b9; }
  body.dark_skin .entry-summary {
    color: #dbd1d1; }
  body.dark_skin .miteri_posts_cta .btn-wraper {
    box-shadow: none; }
  body.dark_skin .miteri-breadcrumbs.layout1 li.last-breadcrumb-item span {
    color: #ff8400; }
  body.dark_skin #teg-scrollup {
    background: #ff8400; }
    body.dark_skin #teg-scrollup:hover {
      background: #da6565; }
  body.dark_skin .author-info {
    background: #222;
    color: #fff; }
  body.dark_skin .author-bio {
    color: #fff; }
  body.dark_skin .blog-box .innerbox-wraper {
    background-color: #999; }
  body.dark_skin .miteri_post_listing article {
    background: #000;
    color: #fff; }
  body.dark_skin .miteri_post_listing .item-wrapper {
    background: transparent; }
  body.dark_skin .miteri_post_listing .list-item-title {
    color: #fff; }
  body.dark_skin .miteri_post_listing .post-cat-list a {
    background: #ff8400;
    color: #fff; }
  body.dark_skin .comment-content {
    color: #fff; }
  body.dark_skin .comment-form label,
  body.dark_skin .comments-title,
  body.dark_skin .comment-reply-title {
    color: #fff; }
  body.dark_skin .blog-box .btn-wraper {
    box-shadow: none; }
  body.dark_skin .post-wrapper article,
  body.dark_skin aside.sidebar .widget {
    background: #1b1b1b; }
  body.dark_skin .post-wrapper article:hover {
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3), 0 10px 10px rgba(0, 0, 0, 0.2); }
  body.dark_skin .card {
    color: #fff;
    background: transparent;
    border: 1px solid #fff; }
  body.dark_skin .card-profile .card-title {
    color: #ff8400; }
  body.dark_skin .tags-links a, body.dark_skin .cat-links a {
    color: #fff;
    border-color: #ff8400;
    background: #ff8400; }
    body.dark_skin .tags-links a:hover, body.dark_skin .cat-links a:hover {
      border-color: #da6565;
      background: #da6565; }
  body.dark_skin .category-button a {
    background: #ff8400;
    color: #fff; }
    body.dark_skin .category-button a:hover {
      background: #da6565; }
  body.dark_skin .news-block .inner-box {
    background: #000;
    color: #fff; }
    body.dark_skin .news-block .inner-box .lower-box .post-title a {
      color: #ff8400; }
      body.dark_skin .news-block .inner-box .lower-box .post-title a:hover {
        color: #da6565; }
  body.dark_skin .miteri-counter .box {
    border: 2px solid #fff;
    color: #fff; }
  body.dark_skin .miteri-counter .count {
    color: #fff; }
  body.dark_skin .miteri_timeline_widget .timeline-img {
    background: #fff; }
  body.dark_skin .miteri_timeline_widget .miteri-timeline::before {
    background: #fff; }
  body.dark_skin .read-more-link .read-more {
    color: #ff8400; }
    body.dark_skin .read-more-link .read-more:hover {
      color: #da6565; }
  body.dark_skin .miteri_timeline_widget .timeline-content {
    background: #000;
    color: #fff; }
  body.dark_skin .posts-navigation .nav-previous:before {
    border-right: none; }
  body.dark_skin .content-area {
    background: #1b1b1b;
    color: #fff;
    margin-bottom: 30px; }
  body.dark_skin .entry-footer,
  body.dark_skin .post-navigation {
    border-color: #999; }
  body.dark_skin .hentry,
  body.dark_skin .no-results {
    border-color: #999; }
  body.dark_skin .comment-form textarea,
  body.dark_skin .entry-content input,
  body.dark_skin .entry-content textarea {
    background: #fff; }
  body.dark_skin .entry-content input[type="submit"] {
    color: #222; }
  body.dark_skin .site-content {
    padding: 30px 0; }
  body.dark_skin .tags-links {
    color: #3c3c3c; }
  body.dark_skin .comment-list li {
    border-color: #999; }
  body.dark_skin .comment-form input[type="submit"] {
    margin-bottom: 20px; }
  body.dark_skin .site-footer {
    border-color: #333; }
    body.dark_skin .site-footer h3 {
      color: #f0f0f0; }
    body.dark_skin .site-footer .widget-area {
      background-color: #171717;
      border: none; }
      body.dark_skin .site-footer .widget-area ul li {
        border-color: #333; }
    body.dark_skin .site-footer .widget a {
      color: #ccc; }
      body.dark_skin .site-footer .widget a:hover {
        color: #ff8400;
        text-decoration: none; }
    body.dark_skin .site-footer .widget .tagcloud a, body.dark_skin .site-footer .widget .tagcloud a:hover {
      color: #fff; }
    body.dark_skin .site-footer .textwidget p {
      color: #666; }
  body.dark_skin .site-info a,
  body.dark_skin .site-credits {
    color: #ccc; }
  body.dark_skin .footer-copy {
    background: #1b1b1b; }
  body.dark_skin .teg-more-stories {
    background: #222; }
    body.dark_skin .teg-more-stories .post-title a {
      color: #fff; }
    body.dark_skin .teg-more-stories .teg-story-title span {
      color: #fff; }

@media (min-width: 768px) {
  body.mobile-sidebar-active {
    overflow-y: auto; }
  body.dark_skin .mobile-sidebar,
  body.mobile-sidebar-active::before {
    display: none; } }

.skin_one {
  /*.grid-post .entry-category {
	    margin: 20px 0;
	    }*/
  /*.post-wrapper article {
		padding: 10px 0;
		}*/
  /*.grid-post .entry-meta {
		margin: 12px 0  ;
		}*/
  /*contact-us*/
  /* .site-content .widget.widget_search {
	  box-shadow: none;
	  background: none;
	  }*/
  /*catagories*/
  /* .grid-post .entry-summary
	  {
	  	margin: 10px 0;
	  }*/
  /*.posts-navigation {
		border: none;
		}*/ }
  .skin_one .main-navigation > ul > li > a {
    padding: 8px 25px; }
  .skin_one #masthead .site-branding h1 {
    text-transform: uppercase; }
  .skin_one .tags-links a, .skin_one .cat-links a {
    padding: 5px;
    border-radius: 5px; }
  .skin_one .tags-links a, .skin_one .cat-links a {
    font-size: 12px;
    font-weight: 500; }
  .skin_one .miteri_posts_cta ul li {
    border-radius: 3px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease; }
  .skin_one .miteri_posts_cta ul li a {
    font-weight: 500;
    font-size: 14px;
    border-radius: 3px; }
  .skin_one .miteri_posts_cta ul li a:hover {
    background: #fa2964; }
  .skin_one .entry-meta {
    color: #3c3c3c; }
  .skin_one .grid-post .entry-summary,
  .skin_one .large-post .entry-summary {
    padding: 5px 15px 25px;
    text-align: center; }
  .skin_one .miteri_posts_cta ul li a {
    padding: 8px 15px; }
  .skin_one .miteri_posts_cta ul li:after,
  .skin_one .miteri_posts_cta ul li:before {
    background: none; }
  .skin_one .miteri_posts_cta ul li a {
    background: rgba(50, 117, 175, 0.9);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease; }
  .skin_one .post-categories .btn-wraper:hover {
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3), 0 10px 10px rgba(0, 0, 0, 0.2); }
  .skin_one .grid-post .entry-meta,
  .skin_one .large-post .entry-meta {
    margin: 20px 0 12px; }
  .skin_one .sidebar .widget-title span:before, .skin_one .sidebar .widget-title span:after {
    border-top: 2px solid #f5f5f5;
    content: "";
    position: absolute;
    right: -603px;
    top: 10px;
    width: 585px; }
  .skin_one .page.type-page .entry-title {
    text-transform: uppercase;
    font-size: 2rem;
    color: #222; }
  .skin_one .site-title-centered .header-image .site-title a {
    color: #fff;
    text-transform: uppercase !important; }
  .skin_one aside.sidebar .widget {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
  .skin_one input[type="text"],
  .skin_one input[type="email"] {
    width: 100%; }
  .skin_one .entry-content {
    font-size: 14px; }
  .skin_one button,
  .skin_one input[type="button"],
  .skin_one input[type="reset"],
  .skin_one input[type="submit"] {
    padding: 10px 40px;
    border-radius: 5px; }
  .skin_one .grid-post .entry-wrap {
    float: left;
    width: 65%;
    padding: 20px 0; }
  .skin_one .list-post .entry-thumbnail {
    padding: 15px 10px; }
  .skin_one .entry-summary p:last-child {
    font-size: 14px; }
  .skin_one .list-post .entry-thumbnail {
    margin-top: 10px; }
  .skin_one .list-post .entry-meta {
    margin: 10px 0  20px; }
  .skin_one .list-post .entry-wrap {
    padding: 20px 30px 30px; }
  .skin_one .large-post .entry-title {
    margin: 30px 0; }
  .skin_one .large-post .entry-summary {
    margin: 20px 0; }
  .skin_one .widget-area ul li:hover {
    color: #000; }
  .skin_one body .widget-area ul li a:hover {
    color: #ff8400; }
  .skin_one .comment-form input[type="submit"] {
    margin-bottom: 20px; }
  .skin_one .site-content {
    padding: 30px 0; }
  .skin_one .widget-area ul li:hover a {
    color: #444; }
  .skin_one .posts-loop .entry-header {
    padding: 0; }
  .skin_one .grid-post .entry-thumbnail img {
    /*margin-top: 15px;*/ }
  .skin_one .list-post,
  .skin_one .grid-post,
  .skin_one .large-post {
    padding: 20px 0;
    margin-bottom: 30px; }
  .skin_one .widget-area ul li {
    padding: 10px 0; }
  .skin_one .post-wrapper .large-post {
    padding: 15px 0; }
  .skin_one .site-content .miteri-wraper-content #main {
    /*padding: 0 15px 15px;*/
    box-shadow: none; }
  .skin_one .post-wrapper article {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  .skin_one .post-wrapper article:hover {
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.1); }
  .skin_one .hentry, .skin_one .no-results {
    padding: 0; }
  .skin_one .miteri-breadcrumbs ul {
    margin-bottom: 10px; }
  .skin_one .page-header {
    padding: 10px 0 10px; }
  .skin_one .entry-footer {
    padding: 15px 0;
    border: none;
    margin-top: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding-left: 10px; }
  .skin_one .site-main article {
    border-bottom: none; }
  @media screen and (max-width: 479px) {
    .skin_one .mobile-sidebar {
      /* top:51px;*/ } }

/*# sourceMappingURL=miteri.css.map */