<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: OnlineMag
Theme URI: http://evisionthemes.com/product/onlinemag/
Author: eVision Themes
Author URI: http://evisionthemes.com
Description: OnlineMag, A  clean free magazine theme that has a beautiful design to help you start a professional looking news website. It can be used for any magazine niche such as tech, politics, sports, games, fashion, etc. With the available features you can optimize your website through clicks only and wonâ€™t have to write any code. The theme has responsive design, so, the contents of your website will look elegant on any device.  This theme is translation ready.
You can find the following sections on this theme like custom menus, news ticker, social icons, header advertisement banner, featured slider, blog carousel, multiple widget layouts - grid widget, two column widget, listing widget, advertisement widget, footer widgets etc. including dedicated support team on official website.
For theme instructions : http://doc.evisionthemes.com/onlinemag  
For preview  : http://demo.evisionthemes.com/onlinemag
For support: https://evisionthemes.com/support
Follow Us: https://www.facebook.com/evisionthemes

Version: 1.1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: onlinemag
Tags: blog, news, one-column, two-columns, left-sidebar, right-sidebar, custom-header, custom-background, custom-logo, custom-menu, custom-colors, post-formats, threaded-comments, translation-ready, featured-images, theme-options, full-width-template, rtl-language-support, e-commerce, footer-widgets

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

onlinemag is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/


/**
*Table Of Contents

1.0 Normalize
2.0 Global
3.0 Media
4.0 Widget
5.0 Content
6.0 elements

*/


/**
*1.0 Normalize
*/

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

body {
  margin: 0;
  background: rgba(239, 239, 239, 0.46);
}

article,
aside,
details,
figcaption,
figure,
.sb-round-thumb-widget figure img,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure,
.sb-round-thumb-widget figure img {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}


/**
*2.0 Global
*/

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  overflow-x: hidden;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: #313131;
}

.logged-in.admin-bar .ab-top-menu a,
.logged-in.admin-bar .ab-top-menu a&gt;p {
  color: inherit !important;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

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

embed,
iframe,
object,
video {
  max-width: 100%;
}

figure,
.sb-round-thumb-widget figure img {
  margin: 0;
}

hr {
  background-color: #ccc;
  border: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  height: 2px;
  margin-bottom: 20px;
  margin-top: 18px;
}

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

a,
a:focus {
  text-decoration: none;
  background-color: transparent;
}

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

a,
a,
button,
input,
input[type="submit"] {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

p {
  margin-bottom: 15px;
  color: #797979;
}

q,
blockquote {
  color: #787878;
}

q:before {
  content: open-quote;
}

q:after {
  content: close-quote;
}

blockquote {
  padding: 0 1.5em;
  border-left: 3px solid #ccc;
  margin: 0;
  font-style: italic;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #ccc;
  font-family: "Merriweather", sans-serif;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 30px;
  margin-top: 28px;
  max-width: 100%;
  padding: 25px;
}

code,
kbd,
tt,
samp,
var {
  font-family: "Merriweather", sans-serif;
}

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

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

textarea {
  min-height: 135px;
  width: 100%;
}

button {
  outline: none;
  border: none;
  overflow: visible;
}

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

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

table {
  border-collapse: separate;
  border-spacing: 0;
  margin: 0 0 1.6em;
  table-layout: fixed;
  width: 100%;
}

input {
  -webkit-appearance: none;
}

caption,
td,
th {
  font-weight: normal;
  text-align: left;
}

td {
  border-width: 0 1px 1px 0;
}

td,
th {
  padding: 0.4em;
}

dd {
  margin-bottom: 1.6em;
  margin-left: 0;
}

dd a {
  text-decoration: underline;
}

del {
  opacity: 0.8;
}

dl {
  margin-bottom: 1.6em;
}

dt {
  font-weight: 700;
}

.comment-list+.comment-respond,
.comment-navigation+.comment-respond {
  padding-top: 1.6em;
}

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

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
  padding: 1.6em 0;
}

.comment-list .children {
  list-style: none;
  margin: 0;
  border-top: 1px solid #ccc;
}

.comment-list .children p {
  margin-bottom: 5px;
  margin-top: 5px;
}

.comment-list .children&gt;li {
  padding-left: 0.8em;
}

.comment-list .comment-author {
  margin-bottom: 0.4em;
}

.comment-list .comment-author .avatar {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  float: left;
  margin-right: 0.8em;
}

.comment-list .comment-reply-title,
.comment-list .comments-title {
  line-height: 1;
}

.comment-list .comments-title {
  margin-bottom: 1.3333em;
}

.comment-list .comment-metadata,
.pingback .comment-list .edit-link {
  font-size: 14px;
  margin-bottom: 1em;
}

.comment-list .comment-metadata a.comment-edit-link,
.pingback .comment-list .edit-link a.comment-edit-link {
  margin-left: 1em;
}

.comment-list .comment-metadata a.comment-edit-link:hover,
.pingback .comment-list .edit-link a.comment-edit-link:hover {
  border-bottom: none;
}

.comment-list .comment-content ul,
.comment-list .comment-content ol {
  margin: 0 0 1.6em 1.3333em;
}

.comment-list .comment-content li&gt;ul,
.comment-list .comment-content li&gt;ol {
  margin-bottom: 0;
}

&gt;.comment-list .comment-content:last-child {
  margin-bottom: 0;
}

.comment-list .comment-content a {
  word-wrap: break-word;
}

.comment-list .reply a {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  line-height: 1;
  margin-top: 15px;
  padding: 10px 15px;
  padding: 0.6167em 0.8333em;
}

.comment-list .reply a:hover,
.comment-list .reply a:focus {
  outline: 0;
}

.comment-list .pingback .edit-link {
  margin-left: 1em;
}

.comment-list .pingback .edit-link:before {
  top: 5px;
}

.comment-list .comment-form,
.comment-list .comment-notes,
.comment-list .comment-awaiting-moderation,
.comment-list .logged-in-as,
.comment-list .form-allowed-tags,
.comment-list .no-comments {
  padding-top: 1.6em;
}

.comment-list .comment-form label,
.comment-list .comment-notes label,
.comment-list .comment-awaiting-moderation label,
.comment-list .logged-in-as label,
.comment-list .form-allowed-tags label,
.comment-list .no-comments label {
  display: block;
  line-height: 1.5;
}

.comment-form p label {
  display: block;
}

.comment-list .comment-form input[type="text"],
.comment-list .comment-notes input[type="text"],
.comment-list .comment-awaiting-moderation input[type="text"],
.comment-list .logged-in-as input[type="text"],
.comment-list .form-allowed-tags input[type="text"],
.comment-list .no-comments input[type="text"],
.comment-list .comment-form input[type="email"],
.comment-list .comment-notes input[type="email"],
.comment-list .comment-awaiting-moderation input[type="email"],
.comment-list .logged-in-as input[type="email"],
.comment-list .form-allowed-tags input[type="email"],
.comment-list .no-comments input[type="email"],
.comment-list .comment-form input[type="url"],
.comment-list .comment-notes input[type="url"],
.comment-list .comment-awaiting-moderation input[type="url"],
.comment-list .logged-in-as input[type="url"],
.comment-list .form-allowed-tags input[type="url"],
.comment-list .no-comments input[type="url"] {
  width: 100%;
}

.comment-list .comment-form .form-submit,
.comment-list .comment-notes .form-submit,
.comment-list .comment-awaiting-moderation .form-submit,
.comment-list .logged-in-as .form-submit,
.comment-list .form-allowed-tags .form-submit,
.comment-list .no-comments .form-submit {
  text-align: right;
}

.comment-list .comment-notes,
.comment-list .comment-awaiting-moderation,
.comment-list .logged-in-as,
.comment-list .form-allowed-tags {
  line-height: 1.2;
  margin-bottom: 2em;
}

.comment-list .comment-reply-title small,
.comment-list .comments-title small {
  font-size: 100%;
}

.comment-list .comment-reply-title small a,
.comment-list .comments-title small a {
  border: 0;
  float: right;
  height: 32px;
  overflow: hidden;
  width: auto;
}

.comment-list .no-comments {
  padding-top: 1.6em;
}

.comment-list .comment-navigation+.no-comments {
  border-top: 0;
}

.comment-list .site-main .comment-navigation,
.comment-list .site-main .posts-navigation,
.comment-list .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-list .comment-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .comment-list .nav-next,
.posts-navigation .comment-list .nav-next,
.post-navigation .comment-list .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.comment-list .cat-links:before,
.comment-list .tags-links:before,
.comment-list .comments-link:before,
.comment-list .posted-on #primary .comment-list:before,
.posted-on #primary .comment-list .comment-list:before,
.comment-list .date #primary .comment-list:before,
.date #primary .comment-list .comment-list:before {
  content: "\f07c";
  font-family: "FontAwesome";
  margin-right: 5px;
}

.comment-list .cat-links {
  border-right: 1px solid #aaaaaa;
  padding-right: 10px;
}

.comment-list .tags-links {
  padding-left: 10px;
}

.comment-list .tags-links:before {
  content: "\f02c";
}

.comment-list .comments-link {
  display: block;
  margin-top: 15px;
}

.comment-list .comments-link:before {
  content: "\f086";
}

.comment-list .comments-title,
.comment-list .comment-reply-title,
.comment-list .comments-title,
.comment-list .comments-link {
  font-size: 18px;
  line-height: 1.3333;
}

.posted-on #primary .comment-list:before,
.date #primary .comment-list:before {
  content: "\f274";
}

.posted-on a,
.date a,
.cat-links a,
.tags-links a,
.author a,
.comments-link a {
  color: #787878;
  font-weight: 500;
  margin-right: 5px;
}

.edit-link a {
  color: #787878;
  font-weight: 700;
  text-decoration: underline;
}

.nav-links {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin-bottom: 15px;
  margin-top: 15px;
  display: inline-table;
  width: 100%;
}

.nav-links:before,
.nav-links:after {
  display: table;
  content: "";
}

.nav-links:after {
  clear: both;
}

.nav-links .nav-previous a,
.nav-links .nav-next a {
  color: #212121;
  display: inline-block;
  font-size: 18px;
  padding: 15px 15px 16px 0;
  position: relative;
  text-transform: capitalize;
}

.nav-links .nav-previous a:hover,
.nav-links .nav-next a:hover {
  border-color: #FFB246;
  color: #FFB246;
}

.nav-links .nav-previous a:before,
.nav-links .nav-next a:before {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #919191;
}

.wrap-nav {
  background: #000;
}

.wrap-nav .wrap-inner {
  background: #000;
  padding: 0;
}

@media screen and (max-width: 1199px) {
  .wrap-nav {
    background: transparent;
  }
  .wrap-nav .wrap-inner {
    padding: 0 16px;
  }
}

@media screen and (min-width: 1199px) {
  .nav-links .nav-previous,
  .nav-links .nav-next {
    width: 50%;
    float: left;
    vertical-align: top;
  }
  .nav-links .nav-previous {
    padding-right: 15px;
  }
  .nav-links .nav-next {
    padding-left: 15px;
    border-left: 1px solid #ccc;
  }
}

.post-navigation .post-navi {
  color: #919191;
  display: block;
  font-size: 13px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .nav-links .nav-previous a,
  .nav-links .nav-next a {
    font-size: 16px;
    text-align: center;
    display: block;
  }
}

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

.bypostauthor {
  display: block;
}

#ak-blog-post article.hentry,
.archive article.hentry,
.blog article.hentry,
#blog-post article.hentry,
.page article.hentry .entry-title,
.category article.hentry,
.search article.hentry,
.tag article.hentry {
  /*margin-bottom: 30px;
  padding-bottom: 30px;*/
}

.blog article.hentry .entry-title,
.archive article.hentry .entry-title,
.page article.hentry .entry-title,
.single article.hentry .entry-title,
.search article.hentry .entry-title {
  font-weight: 500;
  margin-bottom: 7px;
  text-transform: inherit;
  font-size: 20px;
}

.hentry,
.page-content,
.entry-content,
.entry-summary,
.entry-content {
  margin: 0;
}

.sticky {
  display: block;
}

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

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-links {
  clear: both;
  margin-top: 2em;
  margin-bottom: 2em;
}

.page-links a:hover,
.page-links a:focus {
  border-color: transparent;
}

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

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

.infinity-end.neverending .site-footer {
  display: block;
}

.error404 #primary {
  width: 100%;
  padding-bottom: 20px;
}

.entry-content .image-left {
  float: left;
}

@media screen and (max-width: 991px) {
  .entry-content .image-left {
    margin-bottom: 20px;
  }
}

.archive .format-aside .entry-title,
.blog .format-aside .entry-title {
  display: none;
}

.widget {
  margin: 0;
}

#secondary .widget:last-child {
  margin-bottom: 0;
}
.rpwwt-widget ul li{
  margin-top: 0 !important;
}

.widget .widgettitle,
.widget .widget-title {
  text-transform: uppercase;
  text-align: center;
}

.widget ul {
  padding-left: 0;
  list-style: none;
  color: #000;
}

.widget li {
  display: block;
  padding-bottom: 7px;
  padding-top: 6px;
}

.widget a {
  color: #0c0c0c;
}

.search-form label {
  margin-bottom: 0;
  display: inline-block;
}

.search-form .search-field {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 0;
  line-height: 26px;
}

.search-form .search-submit,
.widget .search-form .search-submit:focus {
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  display: inline-block;
  font-weight: 400;
  text-shadow: none;
  text-transform: uppercase;
  vertical-align: top;
}

.widget_calendar table {
  margin: 0;
}

.widget_calendar td,
.widget_calendar th {
  line-height: 2.3333;
  text-align: center;
  padding: 0;
}

.widget_calendar caption {
  text-transform: uppercase;
}

.widget_calendar tbody a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  display: block;
  font-weight: 600;
}

.widget_recent_entries .post-date {
  display: block;
  font-style: normal;
  line-height: 2;
  opacity: 0.8;
  padding-left: 22px;
  font-size: 12px;
}

.main-panel-section .widget_recent_entries .post-date {
  padding-left: 0;
}

.widget_recent_entries .post-date:before,
.rpwwt-post-date:before {
  content: "\f133";
  font-family: fontAwesome;
  padding-right: 5px;
}

.rpwwt-post-date {
  font-size: 12px;
}

.wrapper {
  background-repeat: no-repeat;
  float: left;
  width: 100%;
}

.rpwwt-widget ul li a:before {
  content: "";
}


/*!
 *  Font Awesome 4.6.1 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */


/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: 'FontAwesome';
  src: url("assets/fonts/fontawesome-webfont.eot?v=4.6.1");
  src: url("assets/fonts/fontawesome-webfont.eot?#iefix&amp;v=4.6.1") format("embedded-opentype"), url("assets/fonts/fontawesome-webfont.woff2?v=4.6.1") format("woff2"), url("assets/fonts/fontawesome-webfont.woff?v=4.6.1") format("woff"), url("assets/fonts/fontawesome-webfont.ttf?v=4.6.1") format("truetype"), url("assets/fonts/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

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


/* makes the font 33% larger relative to the icon container */

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul&gt;li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}


/* Deprecated as of 4.4.0 */

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}


/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
  font-size: 20px;
}

span.fa.fa-bars {
  font-size: 23px;
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "x";
  font-family: sans-serif;
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

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

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
    width: 100%;
  }
}

@media screen and (max-width: 1199px) {
  .container {
    width: 100%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body,
button,
input,
select,
textarea {
  color: #313131;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 100;
}

body.single,
button.single,
input.single,
select.single,
textarea.single {
  font-size: 16px;
  font-size: 1rem;
}

h2.widget-title::first-word {
  color: #fff !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #151515;
  font-weight: 400;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 8px;
  margin-bottom: 10px;
  line-height: 1.2;
}

h1:before,
h1:after,
h2:before,
h2:after,
h3:before,
h3:after,
h4:before,
h4:after,
h5:before,
h5:after,
h6:before,
h6:after {
  content: " ";
  display: table;
}

h1:after,
h2:after,
h3:after,
h4:after,
h5:after,
h6:after {
  clear: both;
}

h1,
.site-title {
  font-size: 36px;
  font-size: 2.250em;
}

h2 {
  font-size: 28px;
  font-size: 1.750rem;
}

h3 {
  font-size: 24px;
  font-size: 1.5rem;
}

h4 {
  font-size: 16px;
  font-size: 1rem;
}

h5 {
  font-size: 12px;
  font-size: 0.75rem;
}

h6 {
  font-size: 11.008px;
  font-size: 0.688rem;
}

@media screen and (max-width: 1199px) {
  h1,
  .site-title {
    font-size: 48px;
    font-size: 3rem;
  }
  h2 {
    font-size: 32px;
    font-size: 2rem;
  }
  h3 {
    font-size: 16px;
    font-size: 1rem;
  }
  h4 {
    font-size: 14px;
    font-size: 0.875rem;
  }
  h5 {
    font-size: 12px;
    font-size: 0.75rem;
  }
  h6 {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

@media screen and (max-width: 767px) {
  h1,
  .site-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  h2 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  h3 {
    font-size: 16px;
    font-size: 1rem;
  }
  h4 {
    font-size: 14px;
    font-size: 0.875rem;
  }
  h5 {
    font-size: 12px;
    font-size: 0.75rem;
  }
  h6 {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

a,
a:focus {
  color: #3c3c3c;
}

.button,
button,
html input[type="button"],
input[type="button"],
input[type="reset"],
input[type="submit"],
.button:visited,
button:visited,
html input[type="button"]:visited,
input[type="button"]:visited,
input[type="reset"]:visited,
input[type="submit"]:visited {
  background: #E64946;
  border: none;
  color: #fff;
  cursor: pointer;
  font-weight: 300;
  line-height: 1;
  padding: 14px 28px 15px;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .button,
  button,
  html input[type="button"],
  input[type="button"],
  input[type="reset"],
  input[type="submit"],
  .button:visited,
  button:visited,
  html input[type="button"]:visited,
  input[type="button"]:visited,
  input[type="reset"]:visited,
  input[type="submit"]:visited {
    padding: 13px 32px 16px;
    font-size: 15.008px;
    font-size: 0.938rem;
  }
}

.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
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 {
  background: #e8e8e8;
  color: #171515;
}

.btn-holder .button {
  display: inline-block;
  margin-top: 40px;
}

.button.button-outline,
.button.button-outline:visited {
  background-color: transparent;
  border: 1px solid #151515;
}

.button.button-outline:hover,
.button.button-outline:focus,
.button.button-outline:active,
.button.button-outline:visited:hover,
.button.button-outline:visited:focus,
.button.button-outline:visited:active {
  background: #ff6600;
  border: 1px solid #996500;
}

.button.button-outline-small,
.button.button-outline-small:visited {
  padding: 14px 36px;
  font-size: 14px;
  font-size: 0.875rem;
}

.button.button-outline-small:hover,
.button.button-outline-small:focus,
.button.button-outline-small:active,
.button.button-outline-small:visited:hover,
.button.button-outline-small:visited:focus,
.button.button-outline-small:visited:active {
  background: #ff6600;
  border: 1px solid #996500;
}

form {
  position: relative;
}

input {
  border: 1px solid #ccc;
  color: #666;
  font-size: 16px;
  font-size: 1rem;
  padding: 8px 15px;
  outline: 0;
  height: inherit;
  line-height: normal;
}

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

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  background-color: #F7F7F7;
  box-sizing: border-box;
  padding: 8px 5px 8px 15px;
  width: 100%;
}

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

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

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
  background-color: #fff;
  -webkit-appearance: none;
}

textarea {
  width: 100%;
  min-height: 120px;
}

select:focus {
  outline: none;
}

table,
td,
th {
  border: 1px solid #ededed;
  color: #565656;
}

table {
  border-width: 1px 0 0 1px;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

@media screen and (max-width: 767px) {
  .evision-social-section {
    border: none;
    text-align: center;
    display: grid;
  }
}

.evision-social-section ul {
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  text-align: left;
  /*----------------------*/
}

@media screen and (max-width: 767px) {
  .evision-social-section ul {
    margin-bottom: 7px;
    margin-top: 7px;
    padding-left: 0;
    text-align: center;
  }
}

.evision-social-section ul li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

@media screen and (max-width: 767px) {
  .evision-social-section ul li {
    display: inline-block;
  }
}

.evision-social-section ul a {
  color: #fff;
  display: block;
  position: relative;
  border-right: 1px solid #d6d6d6;
}

.evision-social-section ul a span,
.evision-social-section ul a .page-links a,
.page-links .evision-social-section ul a a {
  bottom: 0;
  background-color: #333333;
  display: inline-block;
  min-height: 30px;
  position: absolute;
  padding: 7px 10px 8px;
  right: 100%;
  top: 0;
  text-align: center;
  margin: auto;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  font-size: 0px;
  font-size: 0rem;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: font-size 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -moz-transition: font-size 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -ms-transition: font-size 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -o-transition: font-size 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: font-size 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.evision-social-section ul a span:after,
.evision-social-section ul a .page-links a:after,
.page-links .evision-social-section ul a a:after {
  border-left: 6px solid #333333;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  right: -5px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 6px;
}

.evision-social-section ul a:after {
  border: 2px solid white;
  color: #646464;
  display: inline-block;
  font-family: "FontAwesome";
  font-weight: 400;
  height: 32px;
  margin-left: 2px;
  margin-right: 2px;
  line-height: 32px;
  text-align: center;
  width: 30px;
  font-size: 16px;
  font-size: 1rem;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-background-color: rgba(0, 0, 0, 0.5);
  -moz-background-color: rgba(0, 0, 0, 0.5);
  -ms-background-color: rgba(0, 0, 0, 0.5);
  -o-background-color: rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 767px) {
  .evision-social-section ul a:after {
    background-color: transparent;
    color: #cccccc;
  }
}

.evision-social-section ul a:hover span,
.evision-social-section ul a:hover .page-links a,
.page-links .evision-social-section ul a:hover a,
.evision-social-section ul a:focus span,
.evision-social-section ul a:focus .page-links a,
.page-links .evision-social-section ul a:focus a,
.evision-social-section ul a:active span,
.evision-social-section ul a:active .page-links a,
.page-links .evision-social-section ul a:active a {
  bottom: 0;
  right: 100%;
  top: 0;
  font-size: 14px;
  /*font-size: 0.813rem;*/
  opacity: 1;
  filter: alpha(opacity=100);
}

.evision-social-section ul a:hover:after,
.evision-social-section ul a:focus:after,
.evision-social-section ul a:active:after {
  border-color: #999999;
  background-color: #fff;
}

.evision-social-section ul a[href*="facebook.com"]:after {
  content: "\f09a";
  color: #3C579E !important;
}

.evision-social-section ul a[href*="twitter.com"]:after {
  content: "\f099";
  color: #01BBF6 !important;
}

.evision-social-section ul a[href*="linkedin.com"]:after {
  content: "\f0e1";
  color: #3C579E !important;
}

.evision-social-section ul a[href*="instagram.com"]:after {
  content: "\f16d";
  color: #2D6A93 !important;
}

.evision-social-section ul a[href*="youtube.com"]:after {
  content: "\f167";
}

.evision-social-section ul a[href*="plus.google.com"]:after {
  content: "\f0d5";
}

.evision-social-section ul a[href*="pinterest.com"]:after {
  content: "\f0d2";
}

.evision-social-section ul a[href*="flickr.com"]:after {
  content: "\f16e";
}

.evision-social-section ul a[href*="tumblr.com"]:after {
  content: "\f173";
}

.evision-social-section ul a[href*="wordpress.org"]:after {
  content: "\f19a";
}

.evision-social-section ul a[href*="wordpress.com"]:after {
  content: "\f19a";
}

.evision-social-section ul a[href*="soundcloud.com"]:after {
  content: "\f1be";
}

.evision-social-section ul a[href*="dribbble.com"]:after {
  content: "\f17d";
}

.evision-social-section ul a[href*="digg.com"]:after {
  content: "\f1a6";
}

.evision-social-section ul a[href*="behance.net"]:after {
  content: "\f1b4";
}

.evision-social-section ul a[href*="vine.co"]:after {
  content: "\f1ca";
}

.evision-social-section ul a[href*="snapchat.com"]:after {
  content: "\f2ab";
}

.evision-social-section ul a[href*="reddit.com"]:after {
  content: "\f1a1";
}

.evision-social-section ul a[href*="medium.com"]:after {
  content: "\f23a";
}

.evision-social-section ul a[href*="whatsapp.com"]:after {
  content: "\f232";
}

.evision-social-section ul a[href*="slack.com"]:after {
  content: "\f198";
}

.evision-social-section ul a[href*="vk.com"]:after {
  content: "\f189";
}

.evision-social-section ul a:hover[href*="facebook.com"]:after {
  color: #3C579E !important;
}

.evision-social-section ul a:hover[href*="twitter.com"]:after {
  color: #01BBF6 !important;
}

.evision-social-section ul a:hover[href*="linkedin.com"]:after {
  color: #1484C3 !important;
}

.evision-social-section ul a:hover[href*="instagram.com"]:after {
  color: #2D6A93 !important;
}

.evision-social-section ul a:hover[href*="youtube.com"]:after,
.evision-social-section ul a[href*="youtube.com"]:after {
  color: #D62424 !important;
}

.evision-social-section ul a:hover[href*="pinterest.com"]:after,
.evision-social-section ul a[href*="flickr.com"]:after {
  color: #BD2126 !important;
}

.evision-social-section ul a:hover[href*="plus.google.com"]:after,
.evision-social-section ul a[href*="plus.google.com"]:after {
  color: #D73D32 !important;
}

.evision-social-section ul a:hover[href*="flickr.com"]:after {
  color: #FD0083 !important;
}

.evision-social-section ul a:hover[href*="tumblr.com"]:after {
  color: #34465D !important;
}

.evision-social-section ul a:hover[href*="wordpress.org"]:after {
  color: #3480A3 !important;
}

.evision-social-section ul a:hover[href*="wordpress.com"]:after {
  color: #3480A4 !important;
}

.evision-social-section ul a:hover[href*="soundcloud.com"]:after {
  color: #FF4E00 !important;
}

.evision-social-section ul a:hover[href*="dribbble.com"]:after {
  color: #EE6D9E !important;
}

.evision-social-section ul a:hover[href*="digg.com"]:after {
  color: #000 !important;
}

.evision-social-section ul a:hover[href*="behance.net"]:after {
  color: #131418 !important;
}

.evision-social-section ul a:hover[href*="vine.co"]:after {
  color: #00BF8F !important;
}

.evision-social-section ul a:hover[href*="snapchat.com"]:after {
  color: #ff6600 !important;
}

.evision-social-section ul a:hover[href*="reddit.com"]:after {
  color: #CEE3F8 !important;
}

.evision-social-section ul a:hover[href*="medium.com"]:after {
  color: #02B875 !important;
}

.evision-social-section ul a:hover[href*="whatsapp.com"]:after {
  color: #4EC65A !important;
}

.evision-social-section ul a:hover[href*="slack.com"]:after {
  color: #56B68B !important;
}

.evision-social-section ul a:hover[href*="vk.com"]:after {
  color: #537599 !important;
}

.evision-social-section.top-tooltip a span,
.evision-social-section.bottom-tooltip a span,
.evision-social-section.top-tooltip a .page-links a,
.page-links .evision-social-section.top-tooltip a a,
.evision-social-section.bottom-tooltip a .page-links a,
.page-links .evision-social-section.bottom-tooltip a a,
.evision-social-section.top-tooltip a:visited span,
.evision-social-section.bottom-tooltip a:visited span,
.evision-social-section.top-tooltip a:visited .page-links a,
.page-links .evision-social-section.top-tooltip a:visited a,
.evision-social-section.bottom-tooltip a:visited .page-links a,
.page-links .evision-social-section.bottom-tooltip a:visited a {
  background-color: #1a1a1a;
  height: 20px;
  top: -100px;
  left: -100%;
  right: 0;
  width: 300%;
}

.evision-social-section.top-tooltip a span:after,
.evision-social-section.bottom-tooltip a span:after,
.evision-social-section.top-tooltip a .page-links a:after,
.page-links .evision-social-section.top-tooltip a a:after,
.evision-social-section.bottom-tooltip a .page-links a:after,
.page-links .evision-social-section.bottom-tooltip a a:after,
.evision-social-section.top-tooltip a:visited span:after,
.evision-social-section.bottom-tooltip a:visited span:after,
.evision-social-section.top-tooltip a:visited .page-links a:after,
.page-links .evision-social-section.top-tooltip a:visited a:after,
.evision-social-section.bottom-tooltip a:visited .page-links a:after,
.page-links .evision-social-section.bottom-tooltip a:visited a:after {
  border-top: 6px solid #1a1a1a;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  top: 40px;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  left: 0;
  width: 6px;
  height: 6px;
}

.evision-social-section.top-tooltip a:after,
.evision-social-section.bottom-tooltip a:after,
.evision-social-section.top-tooltip a:visited:after,
.evision-social-section.bottom-tooltip a:visited:after {
  border: none;
  color: #313131;
  font-family: "FontAwesome";
  background-color: transparent;
}

.evision-social-section.top-tooltip a:after:hover,
.evision-social-section.bottom-tooltip a:after:hover,
.evision-social-section.top-tooltip a:visited:after:hover,
.evision-social-section.bottom-tooltip a:visited:after:hover {
  background-color: transparent;
}

.evision-social-section.top-tooltip a:hover span,
.evision-social-section.bottom-tooltip a:hover span,
.evision-social-section.top-tooltip a:hover .page-links a,
.page-links .evision-social-section.top-tooltip a:hover a,
.evision-social-section.bottom-tooltip a:hover .page-links a,
.page-links .evision-social-section.bottom-tooltip a:hover a,
.evision-social-section.top-tooltip a:focus span,
.evision-social-section.bottom-tooltip a:focus span,
.evision-social-section.top-tooltip a:focus .page-links a,
.page-links .evision-social-section.top-tooltip a:focus a,
.evision-social-section.bottom-tooltip a:focus .page-links a,
.page-links .evision-social-section.bottom-tooltip a:focus a,
.evision-social-section.top-tooltip a:active span,
.evision-social-section.bottom-tooltip a:active span,
.evision-social-section.top-tooltip a:active .page-links a,
.page-links .evision-social-section.top-tooltip a:active a,
.evision-social-section.bottom-tooltip a:active .page-links a,
.page-links .evision-social-section.bottom-tooltip a:active a,
.evision-social-section.top-tooltip a:visited:hover span,
.evision-social-section.bottom-tooltip a:visited:hover span,
.evision-social-section.top-tooltip a:visited:hover .page-links a,
.page-links .evision-social-section.top-tooltip a:visited:hover a,
.evision-social-section.bottom-tooltip a:visited:hover .page-links a,
.page-links .evision-social-section.bottom-tooltip a:visited:hover a,
.evision-social-section.top-tooltip a:visited:focus span,
.evision-social-section.bottom-tooltip a:visited:focus span,
.evision-social-section.top-tooltip a:visited:focus .page-links a,
.page-links .evision-social-section.top-tooltip a:visited:focus a,
.evision-social-section.bottom-tooltip a:visited:focus .page-links a,
.page-links .evision-social-section.bottom-tooltip a:visited:focus a,
.evision-social-section.top-tooltip a:visited:active span,
.evision-social-section.bottom-tooltip a:visited:active span,
.evision-social-section.top-tooltip a:visited:active .page-links a,
.page-links .evision-social-section.top-tooltip a:visited:active a,
.evision-social-section.bottom-tooltip a:visited:active .page-links a,
.page-links .evision-social-section.bottom-tooltip a:visited:active a {
  background-color: #1a1a1a;
  top: -100px;
}

.evision-social-section.bottom-tooltip a span,
.evision-social-section.bottom-tooltip a .page-links a,
.page-links .evision-social-section.bottom-tooltip a a,
.evision-social-section.bottom-tooltip a:visited span,
.evision-social-section.bottom-tooltip a:visited .page-links a,
.page-links .evision-social-section.bottom-tooltip a:visited a {
  bottom: -100px;
  display: none;
  top: 0;
  z-index: 999;
}

.evision-social-section.bottom-tooltip a span:after,
.evision-social-section.bottom-tooltip a .page-links a:after,
.page-links .evision-social-section.bottom-tooltip a a:after,
.evision-social-section.bottom-tooltip a:visited span:after,
.evision-social-section.bottom-tooltip a:visited .page-links a:after,
.page-links .evision-social-section.bottom-tooltip a:visited a:after {
  border-top: none;
  border-bottom: 6px solid #1a1a1a;
  top: -36px;
}

.evision-social-section.bottom-tooltip a:hover span,
.evision-social-section.bottom-tooltip a:hover .page-links a,
.page-links .evision-social-section.bottom-tooltip a:hover a,
.evision-social-section.bottom-tooltip a:focus span,
.evision-social-section.bottom-tooltip a:focus .page-links a,
.page-links .evision-social-section.bottom-tooltip a:focus a,
.evision-social-section.bottom-tooltip a:active span,
.evision-social-section.bottom-tooltip a:active .page-links a,
.page-links .evision-social-section.bottom-tooltip a:active a,
.evision-social-section.bottom-tooltip a:visited:hover span,
.evision-social-section.bottom-tooltip a:visited:hover .page-links a,
.page-links .evision-social-section.bottom-tooltip a:visited:hover a,
.evision-social-section.bottom-tooltip a:visited:focus span,
.evision-social-section.bottom-tooltip a:visited:focus .page-links a,
.page-links .evision-social-section.bottom-tooltip a:visited:focus a,
.evision-social-section.bottom-tooltip a:visited:active span,
.evision-social-section.bottom-tooltip a:visited:active .page-links a,
.page-links .evision-social-section.bottom-tooltip a:visited:active a {
  bottom: -75px;
  display: block;
  top: 0;
}

.alternate-border ul a:after {
  border: 2px solid red !important;
}

.bottom-tooltip span {
  display: none !important;
}


/*back-to-top section*/

.evision-back-to-top,
.evision-back-to-top:focus,
.evision-back-to-top:visited {
  bottom: -100px;
  color: #fff;
  display: inline-block;
  padding: 4px 15px 4px 15px;
  position: fixed;
  right: 20px;
  z-index: 99999;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  font-size: 22px;
  font-size: 1.375em;
  -webkit-transition: bottom 0.5s linear, opacity 0.5s linear, border-radius 0.5s linear;
  -moz-transition: bottom 0.5s linear, opacity 0.5s linear, border-radius 0.5s linear;
  -ms-transition: bottom 0.5s linear, opacity 0.5s linear, border-radius 0.5s linear;
  -o-transition: bottom 0.5s linear, opacity 0.5s linear, border-radius 0.5s linear;
  transition: bottom 0.5s linear, opacity 0.5s linear, border-radius 0.5s linear;
}

.evision-back-to-top:hover,
.evision-back-to-top:active {
  -webkit-border-radius: 20%;
  -moz-border-radius: 20%;
  -ms-border-radius: 20%;
  border-radius: 20%;
}

.evision-back-to-top i,
.evision-back-to-top:focus i,
.evision-back-to-top:visited i {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .evision-back-to-top,
  .evision-back-to-top:focus,
  .evision-back-to-top:visited {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 4px 13px 6px;
  }
}

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

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

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


/*post image*/

article.hentry .image-full {
  margin-bottom: 20px;
}

.entry-content .image-left {
  float: left;
  margin-right: 20px;
}

@media screen and (max-width: 1023px) {
  .entry-content .image-left {
    float: none;
    margin-bottom: 20px;
    margin-right: 0;
  }
}

.entry-content .image-right {
  float: right;
  margin-left: 20px;
}

@media screen and (max-width: 1023px) {
  .entry-content .image-right {
    float: none;
    margin-bottom: 20px;
    margin-left: 0;
  }
}

article .comment-list,
.pingback .comment-list .trackback .comment-list {
  border-top: 1px solid #ccc;
}

.comment-list .comments-title,
.comment-list .comment-reply-title,
.comment-list .comments-title {
  font-size: 18px;
  font-size: 1.125rem;
}

.comment-list .comment-author .avatar {
  height: 50px;
  width: 50px;
}

.comment-list .reply a {
  font-size: 14px;
  font-size: 0.875em;
  color: #a1a1a1;
  border: 1px solid #ccc;
  text-transform: uppercase;
}

.comment-list .reply a:hover,
.comment-list .reply a:focus,
.comment-list .reply a:active {
  border: 1px solid #ccc;
  border-color: #ff6600;
}

.comment-list .comment-form label,
.comment-list .comment-notes label,
.comment-list .comment-awaiting-moderation label,
.comment-list .logged-in-as label,
.comment-list .form-allowed-tags label,
.comment-list .no-comments label {
  color: #a1a1a1;
  display: block;
  font-size: 14px;
  font-size: 0.875em;
  font-weight: 400;
  text-transform: uppercase;
}

.comment-list .no-comments {
  border-top: 1px solid #ccc;
}

.comment-list+.comment-respond {
  border-top: 1px solid #ccc;
}

.form-allowed-tags code {
  font-family: 'Roboto', sans-serif;
}

.required {
  color: #DE0E0E;
}


/* Text meant only for screen readers. */

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

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


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
  outline: 0;
}

.clear:before,
.clear:after,
#content:before,
#content:after,
.site-header:before,
.site-header:after,
.container:before,
.container:after,
.entry-content:before,
.widget:before,
.entry-content:after,
.comment-content:before,
.wrap-inner:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.wrap-inner:after,
.widget:after {
  content: "";
  display: table;
}

.clear:after,
#content:after,
.site-header:after,
.container:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.wrap-inner:after,
.widget:after {
  clear: both;
}


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


/**
*3.0 Media
*/

.wp-caption {
  margin-bottom: 0.8em;
  max-width: 100%;
}

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

.wp-caption.alignnone img {
  float: left;
}

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

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 15px;
}

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

@media screen and (max-width: 767px) {
  .gallery-cols-5 .gallery-item,
  .gallery-cols-6 .gallery-item,
  .gallery-cols-7 .gallery-item,
  .gallery-cols-8 .gallery-item,
  .gallery-cols-9 .gallery-item {
    max-width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .gallery-cols-3 .gallery-item,
  .gallery-cols-4 .gallery-item {
    max-width: 100%;
  }
}


/**
*4.0 Widget
*/

.widget {
  margin-bottom: 2em;
  /*search widget*/
}

.widget .widgettitle,
.widget .widget-title {
  color: #2f2f2f;
  font-size: 20px;
  margin: 20px 0 30px 0;
  text-align: left;
  font-weight: 100;
  position: relative;
}

.home-main-content .widget .widgettitle,
.home-main-content .widget .widget-title,
aside#secondary .widget .widgettitle,
aside#secondary .widget .widget-title {
  color: #2f2f2f;
  font-size: 20px;
  margin: 20px 0 30px 0;
  text-align: left;
  font-weight: 100;
  border-bottom: 5px solid #efefef;
  position: relative;
  padding-bottom: 10px;
}

.home-main-content h2.widget-title:after,
aside#secondary .widget .widgettitle:after,
aside#secondary .widget .widget-title:after {
  position: absolute;
  bottom: -5px;
  content: "";
  width: 50px;
  height: 5px;
  left: 0;
}

.widget select {
  width: 100%;
  padding: 7px 15px 8px;
}

.widget li {
  border-top: 1px solid #ccc;
}

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

.widget li a:hover,
.widget li a:focus,
.widget li a:active,
.widget li a:visited:hover,
.widget li a:visited:focus,
.widget li a:visited:active {
  color: #ff6600;
}

.search-form label {
  width: 68%;
  /*fallback*/
  width: calc(100% - 106px);
}

.search-form .search-field {
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #b4b4b4;
  height: 35px;
}

.search-form .search-submit,
.search-form .search-submit:visited {
  /*  background: #E64946;
*/
  border: none;
  color: #fff;
  height: 35px;
  width: 100px;
  padding: 0;
  font-size: 14px;
  font-size: 0.875rem;
}

.search-form .search-submit,
.search-form .search-submit,
.search-form .search-submit {
  background: #ffffff;
  color: #010100;
  border: 1px solid #d8d5d5;
  -webkit-transition: all 0.5s ease 0.1s;
  -moz-transition: all 0.5s ease 0.1s;
  transition: all 0.5s ease 0.1s;
  box-shadow: none;
}


/*widget categories*/

.widget_categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children {
  margin: 0.4688em 0 0 1em;
  padding-top: 0.4688em;
}

.controls.col-md-1.hidden-xs a:hover {
  color: #000 !important;
}


/*widget rss*/

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

.widget_rss ul:last-child {
  margin-bottom: 0;
}

.widget_rss li {
  margin-bottom: 1.6em;
}

.widget_rss li:last-child {
  margin-bottom: 0;
}

.widget_rss .rsswidget {
  border: 0;
  font-weight: 700;
}

.widget_rss .rsswidget img {
  margin-top: -4px;
}

.widget_rss .rsswidget .rss-date,
.widget_rss .rsswidget cite {
  display: block;
  font-style: normal;
  line-height: 2;
  opacity: 0.8;
}


/*widget calendar*/

.widget_calendar td,
.widget_calendar th {
  border: 1px solid #ededed;
}

.footer-widget .widget_calendar td,
.footer-widget .widget_calendar th,
.footer-widget .widget_calendar caption {
  color: #cccccc;
}

.widget_calendar tbody a {
  color: #ffffff;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
  background-color: #707070;
  color: #ffffff;
}

.widget_calendar caption {
  font-weight: 600;
  margin: 0 0 1.6em;
}

.mp-tab-widget:before,
.mp-tab-widget:after {
  content: " ";
  display: table;
}

.mp-tab-widget:after {
  clear: both;
}

.mp-tab-widget .thumb-post {
  background: rgba(239, 239, 239, 0.16);
  border: 1px solid #efefef;
}

.mp-tab-widget h3,
.mp-tab-widget .par {
  padding: 0 10px 10px 10px;
}

.mp-tab-widget h3 {
  padding-top: 10px;
}

.mp-tab-widget .thumb-post:hover {
  background: #fff;
}

.post-content-footer.main-page span a,
.post-icons span a.icon {
  color: #8e8b8b;
  font-size: 12px;
}

.post-content-footer.main-page span a:hover {
  color: #ff6600;
}

.post-content-footer.main-page span a i {
  padding-right: 6px;
}

span.comment {
  float: right;
}

.footer-widget ul a:before {
  content: "\f101";
  font-family: fontAwesome;
  padding-right: 7px;
  color: #a2a2a2;
  font-weight: 100;
}

.thumb-post .overlay-post-content {
  -webkit-box-shadow: inset 0px -126px 89px -91px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px -126px 89px -91px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px -126px 89px -91px rgba(0, 0, 0, 0.75);
  bottom: 0;
  padding: 15px;
  position: absolute;
  width: 100%;
}

.thumb-post .overlay-post-content a,
.thumb-post .overlay-post-content a:visited {
  color: #fff;
}

.thumb-post .overlay-post-content a:hover,
.thumb-post .overlay-post-content a:focus,
.thumb-post .overlay-post-content a:active,
.thumb-post .overlay-post-content a:visited:hover,
.thumb-post .overlay-post-content a:visited:focus,
.thumb-post .overlay-post-content a:visited:active {
  color: #ff6600;
}

.thumb-post .overlay-post-content .post-icons {
  padding: 15px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
  width: 100%;
  -webkit-box-shadow: inset 0px 45px 87px -44px rgba(0, 0, 0, 0.61);
  -moz-box-shadow: inset 0px 45px 87px -44px rgba(0, 0, 0, 0.61);
  box-shadow: inset 0px 45px 87px -44px rgba(0, 0, 0, 0.61);
}

.thumb-post .overlay-post-content .post-icons {
  padding: 0;
  position: static;
  box-shadow: none;
  text-align: left;
}

.mp-bottom-widget .bottom-post-content {
  padding: 15px;
}

.par {
  text-align: justify;
}

.mp-full-widget .thumb-post {
  margin-bottom: 30px;
}

.mp-full-widget .thumb-post .full-bottom-post-content {
  background-color: #fff;
  padding: 30px;
  margin: -100px 30px auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .mp-full-widget .thumb-post .full-bottom-post-content {
    padding: 15px 0 0;
    margin: 0;
  }
}

.mp-feature-widget .bottom-post-content {
  margin-top: 15px;
}

.right-post-content .thumb-post .post-icons {
  position: static;
  box-shadow: none;
  text-align: left;
  padding: 0;
}

.small-right-post-content-list:before,
.small-right-post-content-list:after {
  content: " ";
  display: table;
}

.small-right-post-content-list:after {
  clear: both;
}

.small-right-post-content-list .thumb-post {
  vertical-align: top;
  margin: 0;
}

.small-right-post-content-list .thumb-post:before,
.small-right-post-content-list .thumb-post:after {
  content: " ";
  display: table;
}

.small-right-post-content-list .thumb-post:after {
  clear: both;
}

.small-right-post-content-list figure,
.small-right-post-content-list .sb-round-thumb-widget figure img,
.sb-round-thumb-widget figure .small-right-post-content-list img {
  float: left;
  margin-right: 15px;
  width: 85px;
  height: 57px;
}

.small-right-post-content-list .thumb-post figure a:hover img,
.small-right-post-content-list .thumb-post figure a:focus img,
.small-right-post-content-list .thumb-post figure a:active img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.small-right-post-content-list .entry-title a {
  font-size: 14px;
  font-size: 0.875rem;
}

.small-right-post-content-list .small-right-post-content {
  float: left;
  width: calc(100% - 102px);
}

.sb-round-thumb-widget figure,
.sb-round-thumb-widget figure img {}

.sb-round-thumb-widget .entry-title a {
  font-size: 16px;
}

@media screen and (max-width: 1023px) {
  .sb-ads-widget {
    text-align: center;
  }
}

.sb-ads-widget .pad0r {
  padding-right: 4px;
}

@media screen and (max-width: 1023px) {
  .sb-ads-widget .pad0r {
    text-align: right;
  }
}

.sb-ads-widget .pad0l {
  padding-left: 4px;
}

@media screen and (max-width: 1023px) {
  .sb-ads-widget .pad0l {
    text-align: left;
  }
}

.sb-ads-widget figure,
.sb-ads-widget .sb-round-thumb-widget figure img,
.sb-round-thumb-widget figure .sb-ads-widget img {
  margin-bottom: 8px;
}

.sb-ads-widget img {
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .sb-ads-widget .section-title {
    text-align: left;
  }
}


/**
*5.0 Elements
*/

.pad0lr {
  padding-left: 0;
  padding-right: 0;
}

.pad0l {
  padding-left: 0;
}

.pad0r {
  padding-right: 0;
}

.padlr8 {
  padding-left: 8px;
  padding-right: 8px;
}

.padlr {
  padding-left: 15px;
  padding-right: 15px;
}

.block {
  margin-bottom: 28px;
  position: relative;
  vertical-align: top;
}

.back-tonav {
  bottom: 20px;
  display: inline-block;
  position: fixed;
  right: 15px;
  z-index: 999;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}

.back-tonav i {
  color: #ffffff;
}

.back-tonav .back-tonav:focus {
  bottom: 20px;
  display: inline-block;
  right: 15px;
  z-index: 999;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}

.back-tonav:hover {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}

#breadcrumb span,
#breadcrumb .page-links a,
.page-links #breadcrumb a {
  margin-left: 5px;
  margin-right: 5px;
}

#breadcrumb span:first-child,
#breadcrumb .page-links a:first-child,
.page-links #breadcrumb a:first-child {
  margin-left: 0;
}

.thumb-overlay {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.thumb-overlay.main-slider-overlay {
  background: rgba(50, 48, 68, 0.42);
}

.slick-prev:before,
.slick-prev:before,
.slick-next:before,
.slick-next:before {
  color: #151515;
  font-size: 32px;
  margin-left: -6px;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-prev:active,
.slick-next:hover,
.slick-next:focus,
.slick-next:active {
  box-shadow: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-prev:active,
.slick-next:hover,
.slick-next:focus,
.slick-next:active {
  box-shadow: none;
}

img.desaturate {
  -webkit-transition: 1s linear;
  -moz-transition: 1s linear;
  -ms-transition: 1s linear;
  -o-transition: 1s linear;
  transition: 1s linear;
}

.f-left {
  float: left;
}

.f-right {
  float: left;
}

.f-none {
  float: none;
}

.fixed-nav {
  top: 0;
  z-index: 99999999;
  -webkit-transition: background-color 0.5s linear;
  -moz-transition: background-color 0.5s linear;
  -ms-transition: background-color 0.5s linear;
  -o-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
}

.fixed-nav:before,
.fixed-nav:after {
  content: " ";
  display: table;
}

.fixed-nav:after {
  clear: both;
}

@media screen and (max-width: 767px) {
  .fixed-nav {
    background-color: #4d4d4d;
  }
}

.movebg {
  position: relative;
  -webkit-background-attachment: scroll;
  -moz-background-attachment: scroll;
  -ms-background-attachment: scroll;
  -o-background-attachment: scroll;
  background-attachment: scroll;
  background-position: left top;
  background: no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: repeat;
  width: 100%;
  -webkit-transition: background-position 0.5s linear;
  -moz-transition: background-position 0.5s linear;
  -ms-transition: background-position 0.5s linear;
  -o-transition: background-position 0.5s linear;
  transition: background-position 0.5s linear;
}

@media screen and (min-width: 768px) {
  .shape-bg {
    background: #fff;
    margin-bottom: 10%;
    padding-bottom: 1%;
    padding-top: 1%;
    position: relative;
    -webkit-transform: scale(1.3) skewY(-5deg);
    -moz-transform: scale(1.3) skewY(-5deg);
    -ms-transform: scale(1.3) skewY(-5deg);
    -o-transform: scale(1.3) skewY(-5deg);
    transform: scale(1.3) skewY(-5deg);
    z-index: 999;
  }
  .shape-bg:before,
  .shape-bg:after {
    content: " ";
    display: table;
  }
  .shape-bg:after {
    clear: both;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .shape-bg {
    margin-bottom: 18%;
  }
}

@media screen and (min-width: 768px) {
  .shape-bg .shape-bg-inner {
    -webkit-transform: scale(0.7) skewY(5deg);
    -moz-transform: scale(0.7) skewY(5deg);
    -ms-transform: scale(0.7) skewY(5deg);
    -o-transform: scale(0.7) skewY(5deg);
    transform: scale(0.7) skewY(5deg);
  }
}

.section-title {
  margin-bottom: 20px;
  margin-top: 40px;
  text-transform: uppercase;
}

.section-title:before,
.section-title:after {
  content: " ";
  display: table;
}

.section-title:after {
  clear: both;
}

.section-title h3 {
  border-bottom: 1px solid #d9d9d9;
  font-family: "Roboto", Helvetica, sans-serif font-size: 20px;
  font-size: 1.25rem;
  padding-bottom: 10px;
  position: relative;
}

.section-title h3:before,
.section-title h3:after {
  content: " ";
  display: table;
}

.section-title h3:after {
  clear: both;
}

@media screen and (max-width: 1199px) {
  .section-title h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.section-title h3:after {
  width: 100px;
  height: 3px;
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.btn-container .btn-holder {
  text-align: center;
}

.bannerbg {
  color: #fff;
}

.bannerbg h2 {
  color: #fff;
}

.bannerbg .content-area h2 a {
  color: #fff;
}

.bannerbg .content-area .content-text {
  color: #fff;
}

.bannerbg .button.button-outline,
.bannerbg .button.button-outline:visited {
  color: #fff;
  border-color: #fff;
}

.bannerbg .button.button-outline:hover,
.bannerbg .button.button-outline:focus,
.bannerbg .button.button-outline:active,
.bannerbg .button.button-outline:visited:hover,
.bannerbg .button.button-outline:visited:focus,
.bannerbg .button.button-outline:visited:active {
  background: #ff6600;
  border: 1px solid #996500;
  color: #151515;
}

.carousel-group {
  text-align: left;
  font-size: 16px;
  /*font-size: 0.938rem;*/
}

.carousel-group h3 {
  margin-top: 15px;
}

.carousel-group .button {
  margin-top: 30px;
}

.carousel-group .button.button-outline-small {
  border: 1px solid #4d4d4d;
  margin-bottom: 5px;
}

.carousel-group .slick-dots {
  bottom: -80px;
  text-align: center;
}

.carousel-group .slick-dots li,
.carousel-group .slick-dots li:visited {
  border: 2px solid #151515;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  height: 18px;
  line-height: 18px;
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
  width: 18px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}

.carousel-group .slick-dots li:hover,
.carousel-group .slick-dots li:focus,
.carousel-group .slick-dots li:visited:hover,
.carousel-group .slick-dots li:visited:focus {
  border: 2px solid #151515;
  background-color: #151515;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.carousel-group .slick-dots li button:before,
.carousel-group .slick-dots li:visited button:before {
  font-size: 0;
}

@media screen and (min-width: 768px) {
  .carousel-group .slick-dots {
    margin-right: 15px;
  }
}

.carousel-group .slick-dots .slick-active {
  background-color: #151515;
}

.page-inner-title {
  background-color: transparent;
  position: relative;
  margin-bottom: 25px;
}

.page-inner-title .thumb-overlay {
  background-color: transparent;
  position: relative;
}

.page-inner-title .container {
  text-align: left;
  font-size: 14px;
}

.page-inner-title .entry-header .entry-title {
  color: #151515;
}

.page-inner-title .taxonomy-description,
.page-inner-title .entry-header .entry-title {
  color: #414141;
  /*padding-left: 15px;
  padding-right: 15px;*/
}


/*image on inner banner stage*/

.page-inner-title .entry-header.inner-banner-image {
  background: no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-background-position: center;
  -moz-background-position: center;
  -ms-background-position: center;
  -o-background-position: center;
  background-position: center;
  color: #fff;
}

.page-inner-title .entry-header.inner-banner-image .entry-title {
  color: #fff;
}

.page-inner-title .entry-header.inner-banner-image time,
.page-inner-title .entry-header.inner-banner-image a {
  color: #cccccc;
}

.page-inner-title .entry-header.inner-banner-image time:hover,
.page-inner-title .entry-header.inner-banner-image time:focus,
.page-inner-title .entry-header.inner-banner-image time:active,
.page-inner-title .entry-header.inner-banner-image a:hover,
.page-inner-title .entry-header.inner-banner-image a:focus,
.page-inner-title .entry-header.inner-banner-image a:active {
  color: #882720;
}

.page-inner-title .entry-header.inner-banner-image .inner-banner-overlay {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: rgba(21, 21, 21, 0.7);
}

.thumb-post .post-icons {
  padding: 15px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: left;
  width: 100%;
  letter-spacing: 1px;
  -webkit-box-shadow: inset 0px 45px 87px -44px rgb(0, 0, 0);
  -moz-box-shadow: inset 0px 45px 87px -44px rgb(0, 0, 0);
  box-shadow: inset 0px 45px 87px -44px rgb(0, 0, 0);
}

.thumb-post {
  margin-bottom: 15px;
  position: relative;
}

.thumb-post.main-page {
  margin-bottom: 30px;
}

.thumb-post.main-page:hover .post-icons.mainpage-style {
  background: rgba(16, 16, 16, 0.9);
}

section#onlinemag_full_content_blog_widget-3 h2 {
  margin-top: 0;
}

.thumb-post figure,
.thumb-post .sb-round-thumb-widget figure img,
.sb-round-thumb-widget figure .thumb-post img {
  text-align: center;
}

.slide-item figure,
.thumb-post figure {
  overflow: hidden;
  background: #000;
}

.slide-item figure a,
.thumb-post figure a {
  display: block;
  position: relative;
}

.slide-item figure a img,
.thumb-post figure a img {
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  opacity: 0.8;
}

.slide-item figure a:hover img,
.slide-item figure a:focus img,
.slide-item figure a:active img,
.thumb-post figure a:hover img,
.thumb-post figure a:focus img,
.thumb-post figure a:active img {
  opacity: 0.5;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.thumb-post.second .entry-title {
  font-size: 16px;
}

aside#secondary .post-icons span:first-child {
  display: none;
}

aside#secondary .post-icons span:last-child {
  display: none;
}

aside#secondary .right-post-content .thumb-post .post-icons a:hover {
  color: #ff6600;
}

.mp-tab-widget.mp-bottom-widget .post-icons span span {
  color: #fff;
}

.thumb-post .entry-title {
  margin-top: -3px;
  font-size: 20px;
  margin-bottom: 3px;
}

.thumb-post img {
  vertical-align: top;
  width: 100%;
}

.thumb-post .post-icons a {
  font-size: 14px;
  /*font-size: 0.813rem;*/
  color: #fff;
  position: relative;
  margin-right: 5px;
}

.thumb-post .post-icons a i {
  font-size: 14px;
}

.thumb-post .post-icons a:hover {
  color: #ff6600;
}

.thumb-post .entry-cat-links {
  margin-top: 20px;
}

.thumb-post .entry-cat-links .cat-links a {
  color: #565656;
  display: inline-block;
  padding: 2px;
  margin: 3px 2px;
  font-size: 14px;
}

.child {
  padding-right: 38px;
}

.thumb-post .entry-cat-links .cat-links a:hover,
.thumb-post .entry-cat-links .cat-links a:focus,
.thumb-post .entry-cat-links .cat-links a:active {
  color: #ff6600;
}

.search-holder {
  text-align: center;
  display: block;
}

.search-holder .button-search {
  transition-property: height, width, left, right, opacity;
  transition-timing-funtion: ease;
  transition-duration: 1s;
  transition-delay: 1.5s;
  position: relative;
  padding: 10px;
}

.search-holder .button-search i,
.search-holder .button-search i:visited {
  font-size: 20px;
  color: #fff;
}

.search-holder .button-search:hover,
.search-holder .button-search:hover i {
  color: #ff6600;
}

.search-holder .button-open,
.search-holder .button-open:visited {
  color: #fff;
}

.search-holder .button-open,
.search-holder .button-open:visited {
  animation-name: slide;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  background-color: rgba(255, 255, 255, 0);
  color: white;
  position: fixed;
  top: 50px;
  border: 2px solid white;
  border-radius: 100%;
  height: 60px;
  line-height: 38px;
  text-align: center;
  vertical-align: middle;
  transition-property: background-color;
  transition-timing-funtion: linear;
  transition-duration: 0.5s;
  transition-delay: 0;
  right: 15px;
  width: 60px;
  z-index: 9999993;
}

.search-holder .button-open:hover,
.search-holder .button-open:hover i {
  border-color: #ff6600;
}


/*search popup*/

.search-holder .search-bg {
  height: 1px;
  overflow: hidden;
  position: fixed !important;
  width: 1px;
  transition-property: height, width, left, right, opacity;
  transition-timing-funtion: ease;
  transition-duration: 0.5s;
  z-index: 99999;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

.search-holder .search-bg.search-open {
  width: 200%;
  height: 200%;
  z-index: 999999;
  opacity: 1;
  left: -50%;
  right: -50%;
}

.search-holder .search-bg .form-holder {
  opacity: 0;
  transition-property: opacity;
  transition-timing-funtion: linear;
  transition-duration: 1s;
  transition-delay: 0s;
}

.search-holder .search-bg.search-open .form-holder {
  opacity: 1;
  height: 100%;
  width: 100%;
  text-align: center;
}

.search-holder .search-bg.search-open form {
  width: 100%;
  text-align: center;
  height: 100%;
}

.button-search-close {
  position: absolute;
  top: -40px;
  right: 0;
}

.search-holder .search-bg.search-open form {
  height: 80px;
  width: 35%;
  display: inline-block;
  border: 0 solid #fff;
  border-bottom-width: 3px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .search-holder .search-bg.search-open form {
    height: 130px;
    width: 42%;
    border: none;
  }
}

.search-holder .search-bg.search-open form input,
.search-holder .search-bg.search-open form #search-open-submit {
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  position: absolute;
  margin-bottom: 0;
  border: none;
}

.search-holder .search-bg.search-open form .search-field {
  color: #fff;
  border-bottom: 2px solid #fff;
  font-size: 24px;
  padding: 45px 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

@media screen and (max-width: 767px) {
  .search-holder .search-bg.search-open form .search-field {
    padding: 30px 0;
  }
}


/*search submit button*/

.search-holder .search-bg.search-open form .search-submit,
.search-holder .search-bg.search-open form #search-open-submit {
  left: auto;
  right: -5px;
  border: none;
  height: 42px;
  display: inline-block;
  bottom: -30px;
  padding: 0px 30px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
  border-radius: 5px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .search-holder .search-bg.search-open form .search-submit,
  .search-holder .search-bg.search-open form #search-open-submit {
    height: 40px;
    width: 40px;
    bottom: -20px;
  }
}

.search-holder .search-bg.search-open form #search-open-submit,
.search-holder .search-bg.search-open form #search-open-submit:visited {
  text-align: center;
  vertical-align: middle;
  line-height: 60px;
  color: #fff;
  font-size: 28px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -ms-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3);
  background-color: #ff6600;
  animation-name: slide-right;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .search-holder .search-bg.search-open form #search-open-submit,
  .search-holder .search-bg.search-open form #search-open-submit:visited {
    line-height: 40px;
  }
}

.search-holder .search-bg.search-open form #search-open-submit:hover,
.search-holder .search-bg.search-open form #search-open-submit:focus,
.search-holder .search-bg.search-open form #search-open-submit:active {
  margin-left: 10px;
  background-color: #313131;
}

@media screen and (min-width: 768px) {
  /* Webkit */
  .search-holder .search-bg.search-open form input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
    font-size: 24px;
    font-weight: 300;
  }
  /* Firefox 4-18 */
  .search-holder .search-bg.search-open form input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
    font-size: 24px;
    font-weight: 300;
  }
  /* Firefox 19+ */
  .search-holder .search-bg.search-open form input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
    font-size: 24px;
    font-weight: 300;
  }
  /* IE10+ */
  .search-holder .search-bg.search-open form input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
    font-size: 24px;
    font-weight: 300;
  }
}


/**
*6.0 Partials
*/

.site-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding: 0 24px 20px 24px;
  width: 100%;
}

body.home .site-content {
  padding: 0 14px 0 11px;
}

.site-content:before,
.site-content:after {
  content: " ";
  display: table;
}

.site-content:after {
  clear: both;
}

@media screen and (max-width: 767px) {
  .site-content {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

body.home .site-content {
  margin-top: 10px;
}

body.home.blog .site-content {
  max-width: 1200px;
}

.site-content #primary,
.site-content #secondary {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .site-content #primary,
  .site-content #secondary {
    float: none;
    width: 100%;
  }
}


.wrapper-grid {
  /* Masonry bricks or child elements */
  background-color: #eee;
  display: inline-block;
  margin: 0 0 1em;
  width: 100%;
}

.wrapper-grid img {
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -ms-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  opacity: 0.999;
  vertical-align: middle;
}

.wrapper-grid .image-full a {
  display: block;
  position: relative;
  margin-right: 0;
}

.wrapper-grid img:hover {
  /*-moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);*/
  opacity: 0.5;   
}

.wrapper-grid .image-full {
  overflow: hidden;
  background: #000;  
}


/*sidebar postion options*/

#primary {
  /*right*/
  width: 70%;
  padding-left: 0;
  padding-right: 2%;
  padding-bottom: 20px;
  /*left*/
  /*none*/
}

body.evision-no-sidebar #primary {
  padding-right: 0;
}

body.home.blog div#content {
  padding: 0 27px 0 21px;
}

@media screen and (max-width: 767px) {
  #primary {
    padding: 0;
    padding-bottom: 20px;
  }
}

body.evision-left-sidebar #primary {
  float: right;
  padding-left: 5%;
  padding-bottom: 20px;
}

body.evision-no-sidebar #primary {
  width: 100%;
  padding-bottom: 20px;
}

#secondary {
  /*right*/
  width: 30%;
  /*left*/
  /*none*/
}

body.home #secondary {
  width: 100%;
}

body.home.blog #secondary {
  width: 30%;
}

@media screen and (max-width: 767px) {
  #secondary {
    margin-top: 0;
  }
  body.home.blog #secondary {
    width: 100%;
  }
}

body.evision-left-sidebar #secondary {
  float: left;
}

body.evision-no-sidebar #secondary {
  display: none;
}

#secondary .widget {
  background: #fff;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  #secondary .widget {
    margin-right: 0;
  }
}

.sidebar-sections #secondary .widget {
  margin-right: 0;
  background: #fff;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  body.evision-left-sidebar #primary,
  body.evision-left-sidebar #secondary,
  body.evision-no-sidebar #primary,
  body.evision-no-sidebar #secondary {
    float: none;
    width: 100%;
    padding-bottom: 20px;
  }
}


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

.top-header .noticebar .notice-title,
.top-header .timer {
  float: left;
  padding: 5px 15px 6px;
  color: #fff;
}

.menu-social-container {
  float: left;
}

.timer {
  text-align: right;
  padding: 4px 30px;
  letter-spacing: 1px;
  float: right;
}

.timer:before {
  content: "\f274";
  font-family: fontAwesome;
  padding-right: 3px;
}

.top-header {
  background-color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 20px 30px 10px 10px;
}

header.wrapper.top-header .container {
  padding-right: 0;
}

.top-header .wrap-inner {
  background: #ececec;
  padding-right: 16px;
}

.top-header .noticebar {
  display: block;
}

.top-header .noticebar:before,
.top-header .noticebar:after {
  content: " ";
  display: table;
}

.top-header .noticebar:after {
  clear: both;
}

@media screen and (max-width: 767px) {
  header.wrapper.top-header .controls {
    display: none;
  }
  header.wrapper.top-header .container {
    background: #fff;
    padding-right: 0;
  }
}

.top-header .noticebar .notice-title {
  float: left;
  vertical-align: middle;
  padding: 9px 10px;
  text-align: center;
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .top-header .noticebar .notice-title {
    margin-right: 0;
    -webkit-clip-path: none;
    -moz-clip-path: none;
    -ms-clip-path: none;
    -o-clip-path: none;
    clip-path: none;
    padding: 5px;
    font-size: 17.008px;
    font-size: 0.813rem;
  }
  header.wrapper.top-header .controls {
    font-size: 20px;
    width: auto;
  }
}

.top-header .noticebar .ticker {
  position: relative;
  height: 30px;
  overflow: hidden;
  vertical-align: middle;
  padding: 8px 0;
}

span.notice-title:before {
  content: "\f0a1";
  font-family: fontAwesome;
  padding-right: 6px;
}

.top-header .noticebar .ticker .slide-item:not(:first-child) {
  display: none;
  visibility: hidden;
}

.top-header .noticebar .ticker .slide-item a,
.top-header .noticebar .ticker .slide-item a:visited {
  line-height: 1;
  color: #424242;
}

.top-header .noticebar .ticker .slide-item a:hover,
.top-header .noticebar .ticker .slide-item a:focus,
.top-header .noticebar .ticker .slide-item a:active,
.top-header .noticebar .ticker .slide-item a:visited:hover,
.top-header .noticebar .ticker .slide-item a:visited:focus,
.top-header .noticebar .ticker .slide-item a:visited:active {
  color: #ff6600;
}

@media screen and (max-width: 767px) {
  .top-header .noticebar .ticker {
    height: auto;
    padding: 5px;
    margin-bottom: 0;
  }
  body .site-title::first-letter,
  body .site-header .wrapper-site-identity .site-title a {
    font-size: 25px;
  }
}

.top-header .top-header-right {
  text-align: right;
}

@media screen and (min-width: 768px) {
  .top-header .top-header-right div {
    display: inline-block;
  }
}

.top-header .social-widget a {
  float: left;
}

.top-header .timer {
  float: right;
  padding-left: 30px;
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  .top-header .timer {
    width: 100%;
    text-align: center;
    -webkit-clip-path: none;
    -moz-clip-path: none;
    -ms-clip-path: none;
    -o-clip-path: none;
    clip-path: none;
  }
}


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

.site-header {
  background-color: #fff;
  position: relative;
}

.site-header:before,
.site-header:after {
  content: " ";
  display: table;
}

.site-header:after {
  clear: both;
}

@media screen and (min-width: 1024px) {
  .site-header .site-header {
    padding-left: 4.5455%;
    padding-right: 4.5455%;
  }
  .site-header .site-header-main {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.site-header .wrapper-site-identity {
  padding: 20px 18px;
}

@media screen and (max-width: 767px) {
  .site-header .wrapper-site-identity {
    padding: 1px;
  }
}

.site-header .wrapper-site-identity .site-title {
  margin-bottom: 5px;
  margin-top: 5px;
  line-height: 1.1;
}

.site-header .wrapper-site-identity .site-title a {
  color: #313131;
  font-size: 45px;
  font-weight: bold;
}

.site-header .wrapper-site-identity .site-description {
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 16px;
  letter-spacing: 1px;
}

.site-header .wrapper-site-identity .header-btn {
  vertical-align: top;
  display: inline-block;
}

.site-branding {
  padding: 10px 0;
}

@media screen and (max-width: 1199px) {
  .site-header .wrapper-site-identity .header-btn {
    margin-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .site-header .wrapper-site-identity .header-btn {
    margin-right: 5px;
  }
}

.site-header .wrapper-site-identity .header-btn .button,
.site-header .wrapper-site-identity .header-btn .button:visited {
  display: inline-block;
  padding: 12px 18px 13px;
  margin-right: 8px;
  margin-top: 5px;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (max-width: 1023px) {
  .site-header .wrapper-site-identity .site-branding {
    text-align: center;
    margin-bottom: 15px;
  }
  .site-header .wrapper-site-identity .button {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.site-header .wrapper-site-identity .go-right {
  left: 75%;
}

.site-header .wrapper-site-identity .go-left {
  right: 25%;
}

.site-header .header-right {
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .site-header .header-right {
    text-align: right;
  }
}

#fixedhead {
  background-color: #fff;
  border-bottom: 1px solid #dedede;
  padding-bottom: 10px;
  padding-top: 10px;
  position: fixed;
  top: -170px;
  width: 100%;
  z-index: 99999;
  -webkit-transition: top 0.5s linear;
  -moz-transition: top 0.5s linear;
  -ms-transition: top 0.5s linear;
  -o-transition: top 0.5s linear;
  transition: top 0.5s linear;
}

#fixedhead .button {
  @inlcude font-size(0.813);
}

@media screen and (max-width: 767px) {
  #fixedhead .site-branding {
    display: none;
  }
  #fixedhead .button {
    padding-left: 15px;
    padding-right: 15px;
  }
}


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

.nav-holder a,
.nav-holder a:visited,
.nav-holder button,
.nav-holder button:visited,
.nav-buttons .button-list a,
.nav-buttons .button-list a:visited,
.nav-buttons .button-list button,
.nav-buttons .button-list a:visited:hover,
.nav-buttons .button-list a:visited:focus,
.nav-buttons .button-list a:visited:active,
.nav-buttons .button-list button:hover,
.nav-buttons .button-list button:focus,
.nav-buttons .button-list button:active,
.nav-buttons .button-list button:visited:hover,
.nav-buttons .button-list button:visited:focus,
.nav-buttons .button-list button:visited:active {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: #fff;
  display: block;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  padding: 5px 6px 6px;
}

.wrap-nav {
  padding: 0 12px;
}

.wrap-nav .container {
  -webkit-transition: max-width 0.3s ease;
  -moz-transition: max-width 0.3s ease;
  -ms-transition: max-width 0.3s ease;
  -o-transition: max-width 0.3s ease;
  transition: max-width 0.3s ease;
  position: relative;
}

.wrap-nav .wrap-inner {
  border-top: 1px solid rgba(158, 158, 158, 0.32);
  border-bottom: 1px solid rgba(158, 158, 158, 0.32);
}

.wrap-nav .wrap-inner .nav-buttons {
  float: right;
  text-align: right;
  width: 90px;
  padding: 3px 0;
  top: 0;
  position: absolute;
  right: 0;
}

@media screen and (min-width: 768px) {
  .wrap-nav .wrap-inner .sec-menu .nav-holder {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .wrap-nav .wrap-inner #sec-site-navigation {
    display: none;
  }
  .wrap-nav .wrap-inner .nav-buttons {
    text-align: right;
    padding-right: 9px;
  }
  .nav-holder .col-xs-12.col-sm-12.col-md-12 {
    border-top: 1px solid #383838;
  }
}

.nav-holder {
  vertical-align: middle;
  position: relative;
  margin-bottom: 5px;
  margin-top: 5px;
  text-align: right;
}

.nav-holder:before,
.nav-holder:after {
  content: " ";
  display: table;
}

.nav-holder:after {
  clear: both;
}

@media screen and (max-width: 1199px) {
  .nav-holder {
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .nav-holder {
    text-align: center;
    margin: auto;
  }
}

.nav-holder #sec-menu-toggle {
  float: left;
  padding: 17px 16px;
  padding-left: 0;
}

button#sec-menu-toggle:active {
  box-shadow: none;
  border: none;
  background: none;
}

.nav-holder .go-right {
  max-width-left: 5px;
}

.nav-holder .go-left {
  padding-right: 5px;
}

@media screen and (max-width: 1199px) {
  .nav-holder .mb-device {
    display: inline-block;
    float: none;
    left: auto;
    position: static;
    right: auto;
    vertical-align: top;
    width: auto;
  }
  .nav-holder .mb-device.go-right {
    padding-right: 0;
  }
  .nav-holder .mb-device.go-left {
    padding-left: 0;
  }
}

.site-header-menu {
  width: 100%;
  background-color: rgb(0, 0, 0);
  box-sizing: border-box;
  display: none;
  overflow: hidden;
  text-align: center;
  top: 0;
  z-index: 99999999997;
}

.site-header-menu.toggled-on,
.no-js .site-header-menu {
  display: block;
}

.site-header-menu.toggled-on {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  transform: scale(1);
}

.main-navigation {
  text-align: left;
}

.site-footer .main-navigation {
  margin-bottom: 1.75em;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  display: none;
}

.main-navigation ul ul a {
  font-size: 14px;
  /*font-size: 0.813rem;*/
  text-transform: capitalize;
}

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

.main-navigation li {
  position: relative;
}

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

.main-navigation a,
.main-navigation a:visited {
  display: block;
  font-size: 16px;
  outline-offset: -1px;
  padding: 9px 27px 9px 0;
  text-transform: capitalize;
  font-weight: 400;
  color: #fff;
}

.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation a:active,
.main-navigation a:visited:hover,
.main-navigation a:visited:focus,
.main-navigation a:visited:active {
  color: #ff6600;
}

.main-navigation .main-navigation .current_page_item&gt;a,
.main-navigation .main-navigation .current-menu-item&gt;a,
.main-navigation .main-navigation .current_page_ancestor&gt;a,
.main-navigation .main-navigation li.active&gt;a,
.main-navigation .main-navigation li.active&gt;a,
.main-navigation .main-navigation li.active&gt;a {
  position: relative;
}

.main-navigation .current-menu-item&gt;a,
.main-navigation .current-menu-ancestor&gt;a {
  font-weight: 700;
}

.main-navigation .menu-item-has-children&gt;a {
  position: relative;
}

.main-navigation .current_page_item&gt;a:after,
.main-navigation .current-menu-item&gt;a:after,
.main-navigation .current_page_ancestor&gt;a:after,
.main-navigation li.active&gt;a:after,
.main-navigation li.active&gt;a:after,
.main-navigation li.active&gt;a:after,
.main-navigation li.current_page_parent a:after {
  background: transparent;
}

.main-navigation.sec-main-navigation ul ul {
  background-color: #000;
  display: none;
  box-shadow: 0 1px 2px #8f8f8f;
}

@media screen and (min-width: 768px) {
  .main-navigation.sec-main-navigation ul ul {
    float: left;
    position: absolute;
    z-index: 99999;
    width: 200px;
  }
  body.single .main-navigation.sec-main-navigation ul ul {
    top: 2.3em;
  }
  body.single .main-navigation.sec-main-navigation ul ul ul {
    top: 0;
  }
}

.main-navigation.sec-main-navigation ul ul&gt;li {
  margin: 0;
  display: block;
}

.main-navigation.sec-main-navigation ul ul li:hover&gt;a,
.main-navigation.sec-main-navigation ul ul li:focus&gt;a,
.main-navigation.sec-main-navigation ul ul li:active&gt;a {
  color: #ff6600;
}

.main-navigation.sec-main-navigation ul ul a {
  color: #fff;
  font-size: 16px;
  padding: 12px 18px;
  width: 100%;
  display: block;
  text-transform: capitalize;
  font-weight: 400;
}

.main-navigation.sec-main-navigation ul ul a:hover,
.main-navigation.sec-main-navigation ul ul a:focus,
.main-navigation.sec-main-navigation ul ul a:active {
  color: #ff6600;
}

.main-navigation.sec-main-navigation ul ul .menu-item-has-children&gt;a {
  position: relative;
  margin-right: 20px;
}

@media screen and (min-width: 768px) {
  .main-navigation.sec-main-navigation ul li {
    display: inline-block;
    position: relative;
  }
  .main-navigation.sec-main-navigation ul&gt;li.current_page_item:before {
    content: "";
    display: inline-block;
    height: 3px;
    left: 0;
    margin-right: auto;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
  }
  .main-navigation.sec-main-navigation ul li a:hover:before,
  .main-navigation.sec-main-navigation ul li a:focus:before,
  .main-navigation.sec-main-navigation ul li a:active:before {
    background-color: transparent;
    content: "";
    display: inline-block;
    height: 3px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
  }
}

@media screen and (max-width: 767px) {
  .main-navigation.sec-main-navigation ul {
    background-color: transparent;
  }
  .main-navigation.sec-main-navigation ul ul {
    background-color: transparent;
    padding-left: 15px;
    box-shadow: none;
  }
  .main-navigation.sec-main-navigation ul ul a {
    border-top: none;
  }
  .main-navigation a,
  .main-navigation a:visited {
    color: #bbbbbb;
    padding: 19px 27px 19px 0;
    border-bottom: 1px solid #383838;
  }
}

.main-navigation.sec-main-navigation ul li:hover&gt;ul {
  display: block;
}

@media screen and (min-width: 768px) {
  .sec-main-navigation.main-navigation ul&gt;li&gt;ul ul:before {
    border: none;
  }
}


/*submenu level 2*/

.sec-main-navigation.main-navigation ul ul ul {
  top: 0;
  display: none;
}

.sec-main-navigation.main-navigation ul ul li:hover&gt;ul {
  left: -100%;
}

@media screen and (min-width: 768px) {
  .sec-main-navigation.main-navigation ul ul ul {
    border-right: 1px solid rgba(0, 0, 0, 0.3);
  }
}


/*submenu level 2 ends*/

@media screen and (max-width: 767px) {
  .site-branding {
    margin-bottom: 20px;
  }
  .sec-main-navigation.main-navigation ul {
    text-align: left;
  }
}

.no-js .main-navigation ul ul {
  display: block;
}

.dropdown-toggle,
.dropdown-toggle:visited {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #332e2b;
  content: "";
  height: 48px;
  padding: 0;
  position: absolute;
  right: 0;
  text-transform: none;
  top: 0;
  width: 48px;
}

.dropdown-toggle:after,
.dropdown-toggle:visited:after {
  border: 0 solid #4d4d4d;
  border-left-width: 1px;
  color: white;
  content: "\f107";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 24px;
  left: 1px;
  position: relative;
  width: 48px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus,
.dropdown-toggle:active,
.dropdown-toggle:visited:hover,
.dropdown-toggle:visited:focus,
.dropdown-toggle:visited:active {
  background-color: transparent;
  color: #ff6600;
}

.dropdown-toggle:focus,
.dropdown-toggle:visited:focus {
  outline: thin dotted;
  outline-offset: -1px;
}

.dropdown-toggle:focus:after,
.dropdown-toggle:visited:focus:after {
  border-color: transparent;
}

.dropdown-toggle.toggled-on:after,
.dropdown-toggle:visited.toggled-on:after {
  content: "\f106";
  font-family: "FontAwesome";
  background: transparent;
}

.menu-toggle,
.menu-toggle:visited,
.menu-toggle:hover,
.menu-toggle:focus,
.menu-toggle:active {
  margin-left: auto;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}

@media screen and (max-width: 767px) {
  .menu-toggle {
    padding: 13px 15px;
  }
}

.menu-toggle#menu-toggle-close,
.menu-toggle:visited#menu-toggle-close,
.menu-toggle:hover#menu-toggle-close,
.menu-toggle:focus#menu-toggle-close,
.menu-toggle:active#menu-toggle-close {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  display: block;
  float: right;
  text-align: right;
  margin-bottom: 15px;
  padding: 15px 19px 16px;
}

.menu-toggle#menu-toggle-close span,
.menu-toggle#menu-toggle-close .page-links a,
.page-links .menu-toggle#menu-toggle-close a,
.menu-toggle:visited#menu-toggle-close span,
.menu-toggle:visited#menu-toggle-close .page-links a,
.page-links .menu-toggle:visited#menu-toggle-close a,
.menu-toggle:hover#menu-toggle-close span,
.menu-toggle:hover#menu-toggle-close .page-links a,
.page-links .menu-toggle:hover#menu-toggle-close a,
.menu-toggle:focus#menu-toggle-close span,
.menu-toggle:focus#menu-toggle-close .page-links a,
.page-links .menu-toggle:focus#menu-toggle-close a,
.menu-toggle:active#menu-toggle-close span,
.menu-toggle:active#menu-toggle-close .page-links a,
.page-links .menu-toggle:active#menu-toggle-close a {
  font-size: 32px;
  font-size: 2rem;
}

.menu-toggle#menu-toggle-close:hover,
.menu-toggle:visited#menu-toggle-close:hover,
.menu-toggle:hover#menu-toggle-close:hover,
.menu-toggle:focus#menu-toggle-close:hover,
.menu-toggle:active#menu-toggle-close:hover {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.menu-toggle:hover,
.menu-toggle:focus,
.menu-toggle:active {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}


/*footer menu*/

.footer-nav:before,
.footer-nav:after {
  content: " ";
  display: table;
}

.footer-nav:after {
  clear: both;
}

.footer-nav.main-navigation {
  background-color: #2d2d2d;
  text-align: left;
}

.footer-nav.main-navigation a {
  color: #cccccc;
}

.footer-nav.main-navigation ul&gt;li {
  border-top: 0;
  border-bottom: 1px solid #b3b3b3;
}

@media screen and (min-width: 768px) {
  .footer-nav.main-navigation ul&gt;li {
    border: none;
    display: inline-block;
    float: none;
  }
}

@media screen and (min-width: 768px) {
  .footer-nav.main-navigation {
    text-align: center;
  }
}


/*social navigation*/

.social-nav ul {
  list-style: none;
  margin-bottom: 0;
  margin-top: 17px;
  padding-left: 0;
  text-align: right;
}

.social-nav ul li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
}

.social-nav a:before {
  font-family: "FontAwesome";
  font-size: 15px;
}

.social-nav a {
  font-weight: 400;
  display: inline-block;
  text-align: center;
  color: #919191;
  margin-left: 7px;
  margin-right: 7px;
  font-size: 0;
}

.social-nav a[href*="facebook.com"]:before {
  content: "\f09a";
  color: #3C579E;
}

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

.social-nav a[href*="linkedin.com"]:before {
  content: "\f0e1";
  color: #1484C3;
}

.social-nav a[href*="instagram.com"]:before {
  content: "\f16d";
  color: #2D6A93;
}

.social-nav a[href*="pinterest.com"]:before {
  content: "\f0d2";
  color: #BD2126;
}

.social-nav a[href*="plus.google.com"]:before {
  content: "\f0d5";
  color: #D73D32;
}

.social-nav a[href*="soundcloud.com"]:before {
  content: "\f1be";
}

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

.social-nav a[href*="twitter.com"]:before {
  content: "\f099";
  color: #01BBF6;
}

.social-nav a[href*="wordpress.org"]:before {
  content: "\f19a";
}

.social-nav a[href*="wordpress.com"]:before {
  content: "\f19a";
}

.social-nav a[href*="youtube.com"]:before {
  content: "\f167";
  color: #D62424;
}


/*icon color*/

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

.social-nav a:hover[href*="twitter.com"] {
  color: #01BBF6;
}

.social-nav a:hover[href*="linkedin.com"] {
  color: #1484C3;
}

.social-nav a:hover[href*="instagram.com"] {
  color: #2D6A93;
}

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

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

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

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

.social-nav a:hover[href*="tumblr.com"] {
  color: #34465D;
}

.social-nav a:hover[href*="wordpress.org"] {
  color: #3480A3;
}

.social-nav a:hover[href*="wordpress.com"] {
  color: #3480A4;
}

.social-nav a:hover[href*="soundcloud.com"] {
  color: #ff6600;
}

@media screen and (max-width: 767px) {
  .social-nav ul {
    padding-left: 0;
    text-align: center;
  }
  .col-xs-12.col-sm-6.col-md-6.pad0lr {
    padding: 0 16px;
  }
  .col-xs-12.col-sm-6.col-md-6.second-section.pad0l.mainslider-right-content.right-content {
    padding-right: 0;
  }
}

.nav-buttons .button-list {
  display: inline-block;
}

.nav-buttons .button-list a:hover i,
.nav-buttons .button-list a:hover span,
.nav-buttons .button-list a:hover .page-links a,
.page-links .nav-buttons .button-list a:hover a,
.nav-buttons .button-list a:focus i,
.nav-buttons .button-list a:focus span,
.nav-buttons .button-list a:focus .page-links a,
.page-links .nav-buttons .button-list a:focus a,
.nav-buttons .button-list a:active i,
.nav-buttons .button-list a:active span,
.nav-buttons .button-list a:active .page-links a,
.page-links .nav-buttons .button-list a:active a,
.nav-buttons .button-list a:visited:hover i,
.nav-buttons .button-list a:visited:hover span,
.nav-buttons .button-list a:visited:hover .page-links a,
.page-links .nav-buttons .button-list a:visited:hover a,
.nav-buttons .button-list a:visited:focus i,
.nav-buttons .button-list a:visited:focus span,
.nav-buttons .button-list a:visited:focus .page-links a,
.page-links .nav-buttons .button-list a:visited:focus a,
.nav-buttons .button-list a:visited:active i,
.nav-buttons .button-list a:visited:active span,
.nav-buttons .button-list a:visited:active .page-links a,
.page-links .nav-buttons .button-list a:visited:active a,
.nav-buttons .button-list button:hover i,
.nav-buttons .button-list button:hover span,
.nav-buttons .button-list button:hover .page-links a,
.page-links .nav-buttons .button-list button:hover a,
.nav-buttons .button-list button:focus i,
.nav-buttons .button-list button:focus span,
.nav-buttons .button-list button:focus .page-links a,
.page-links .nav-buttons .button-list button:focus a,
.nav-buttons .button-list button:active i,
.nav-buttons .button-list button:active span,
.nav-buttons .button-list button:active .page-links a,
.page-links .nav-buttons .button-list button:active a,
.nav-buttons .button-list button:visited:hover i,
.nav-buttons .button-list button:visited:hover span,
.nav-buttons .button-list button:visited:hover .page-links a,
.page-links .nav-buttons .button-list button:visited:hover a,
.nav-buttons .button-list button:visited:focus i,
.nav-buttons .button-list button:visited:focus span,
.nav-buttons .button-list button:visited:focus .page-links a,
.page-links .nav-buttons .button-list button:visited:focus a,
.nav-buttons .button-list button:visited:active i,
.nav-buttons .button-list button:visited:active span,
.nav-buttons .button-list button:visited:active .page-links a,
.page-links .nav-buttons .button-list button:visited:active a {
  color: #ff6600;
}

.nav-buttons .button-list .main-navigation a,
.nav-buttons .button-list .main-navigation a:visited,
.nav-buttons .button-list .main-navigation a:hover,
.nav-buttons .button-list .main-navigation a:focus,
.nav-buttons .button-list .main-navigation a:active {
  padding: 17px;
}


/*submenu*/


/*submenu level 2*/


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

@media screen and (max-width: 1023px) {
  .wrapper-slider img {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
  .wrapper-slider .post-icons {
    display: none;
  }
}


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

.wrapper-slider {
  overflow: hidden;
  position: relative;
}

.wrapper-slider a {
  font-size: 24px;
}

.wrapper-slider:before,
.wrapper-slider:after {
  content: " ";
  display: table;
}

.wrapper-slider:after {
  clear: both;
}

.wrapper-slider .slide-item img {
  vertical-align: top;
  opacity: 0.8;
}

.wrapper-slider .slide-item:not(:first-child) {
  display: none;
  visibility: hidden;
}

.wrapper-slider .slide-item .thumb-post {
  margin: 0;
}

.slider-controls {
  position: absolute;
  z-index: 111;
  width: 100%;
  top: 50%;
  padding: 0 20px;
}

a#slide-next {
  float: right;
}

.slider-controls a i {
  color: #fff;
  font-size: 30px;
  border: 1px solid #efefef;
  padding: 0px 9px;
}

@media screen and (min-width: 768px) {
  .wrapper-slider .controls {
    left: 15px;
  }
}

.wrapper-slider .controls #slide-prev,
.wrapper-slider .controls #slide-next {
  display: block;
  margin: 5px 15px 5px 5px;
}

.wrapper-slider .controls #slide-prev:before,
.wrapper-slider .controls #slide-prev:after,
.wrapper-slider .controls #slide-next:before,
.wrapper-slider .controls #slide-next:after {
  content: " ";
  display: table;
}

.wrapper-slider .controls #slide-prev:after,
.wrapper-slider .controls #slide-next:after {
  clear: both;
}

.wrapper-slider .controls #slide-prev i,
.wrapper-slider .controls #slide-prev i:visited,
.wrapper-slider .controls #slide-next i,
.wrapper-slider .controls #slide-next i:visited {
  color: #fff;
  /*  background-color: rgba(0, 0, 0, 0.5);
*/
  padding: 10px 15px 13px;
  font-size: 16px;
  font-size: 1rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

.wrapper-slider .slider-controls #slide-prev i:hover,
.wrapper-slider .slider-controls #slide-prev i:focus,
.wrapper-slider .slider-controls #slide-prev i:active,
.wrapper-slider .slider-controls #slide-next i:hover,
.wrapper-slider .slider-controls #slide-next i:focus,
.wrapper-slider .slider-controls #slide-next i:active {
  color: #f60;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media screen and (min-width: 1200px) {
  .wrapper-slider .controls #slide-prev i,
  .wrapper-slider .controls #slide-prev i:visited,
  .wrapper-slider .controls #slide-next i,
  .wrapper-slider .controls #slide-next i:visited {
    padding: 12px 20px 13px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.wrapper-slider .controls #slide-prev i:hover,
.wrapper-slider .controls #slide-prev i:focus,
.wrapper-slider .controls #slide-prev i:active,
.wrapper-slider .controls #slide-prev i:visited:hover,
.wrapper-slider .controls #slide-prev i:visited:focus,
.wrapper-slider .controls #slide-prev i:visited:active,
.wrapper-slider .controls #slide-next i:hover,
.wrapper-slider .controls #slide-next i:focus,
.wrapper-slider .controls #slide-next i:active,
.wrapper-slider .controls #slide-next i:visited:hover,
.wrapper-slider .controls #slide-next i:visited:focus,
.wrapper-slider .controls #slide-next i:visited:active {}

@media screen and (max-width: 767px) {
  .wrapper-slider .controls #slide-prev {
    margin-left: 5px;
  }
}

@media screen and (max-width: 767px) {
  .wrapper-slider .controls #slide-next {
    margin-right: 5px;
  }
  .left-content {
    padding: 0 2px;
  }
}

@media screen and (min-width: 767px) {
  .wrapper-slider .controls {
    margin-right: 15px;
  }
}

.wrapper-slider #slide-pager {
  bottom: 6%;
  position: absolute;
  text-align: right;
  right: 0;
  width: auto;
  z-index: 9991;
}

.wrapper-slider #slide-pager span,
.wrapper-slider #slide-pager .page-links a,
.page-links .wrapper-slider #slide-pager a,
.wrapper-slider #slide-pager span:visited,
.wrapper-slider #slide-pager .page-links a:visited,
.page-links .wrapper-slider #slide-pager a:visited {
  border: 2px solid #151515;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  height: 18px;
  line-height: 18px;
  margin-left: 5px;
  margin-right: 5px;
  width: 18px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}

.wrapper-slider #slide-pager span:hover,
.wrapper-slider #slide-pager .page-links a:hover,
.page-links .wrapper-slider #slide-pager a:hover,
.wrapper-slider #slide-pager span:focus,
.wrapper-slider #slide-pager .page-links a:focus,
.page-links .wrapper-slider #slide-pager a:focus,
.wrapper-slider #slide-pager span:visited:hover,
.wrapper-slider #slide-pager .page-links a:visited:hover,
.page-links .wrapper-slider #slide-pager a:visited:hover,
.wrapper-slider #slide-pager span:visited:focus,
.wrapper-slider #slide-pager .page-links a:visited:focus,
.page-links .wrapper-slider #slide-pager a:visited:focus {
  border: 2px solid #151515;
  background-color: #151515;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

@media screen and (min-width: 768px) {
  .wrapper-slider #slide-pager {
    margin-right: 15px;
  }
  .wrapper-slider {
    padding-right: 4px;
  }
}

.wrapper-slider #slide-pager .cycle-pager-active {
  background-color: #151515;
}

.wrapper-slider .cycle-slide-active .banner-title,
.wrapper-slider .cycle-slide-active .btn-holder,
.wrapper-slider .cycle-slide-active .text-content {
  opacity: 1;
}

.wrapper-slider .cycle-slide-active .banner-content-holder {
  padding-left: 0;
}


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

.mainslider-right-content .thumb-post {
  margin-bottom: 0;
  border-bottom: 4px solid #ffffff;
  border-right: 4px solid #fff;
}

.second-section.pad0l.mainslider-right-content.right-content {
  padding-right: 27px;
}


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

.wrap-below-banner .container {
  padding: 40px 0;
}

.wrap-below-banner .thumb-post .overlay-post-content .post-icons {
  text-align: left;
}

.wrap-below-banner .slick-prev {
  left: -12px;
}

.wrap-below-banner .slick-next {
  right: -12px;
}


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

.wrap-main-content:before,
.wrap-main-content:after {
  content: " ";
  display: table;
}

.wrap-main-content:after {
  clear: both;
}


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

.wrapper-about {
  border-top: 14px solid #ff6600;
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (max-width: 767px) {
  .wrapper-about {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

.wrapper-about.no-slider {
  padding-top: 5em;
}

@media screen and (max-width: 767px) {
  .wrapper-about.no-slider {
    padding-top: 3em;
  }
}

.wrapper-about.shape-bg {
  background-color: whitesmoke;
}

.wrapper-about .thumb-holder {
  text-align: center;
}

.wrapper-about .content-area {
  margin-left: 15px;
}


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

.wrapper-portfolio {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .wrapper-portfolio {
    padding-top: 40px;
  }
}

.wrapper-portfolio .da-thumbs li a div.content,
.wrapper-portfolio .da-thumbs li a:visited div.content {
  background-color: rgba(230, 73, 70, 0.7);
  color: #1a1a1a;
}

.wrapper-portfolio .da-thumbs li a div.content div.content-inner,
.wrapper-portfolio .da-thumbs li a:visited div.content div.content-inner {
  margin: 60px 30px 30px;
}

@media screen and (max-width: 1199px) {
  .wrapper-portfolio .da-thumbs li a div.content div.content-inner,
  .wrapper-portfolio .da-thumbs li a:visited div.content div.content-inner {
    margin-top: 30px;
  }
}

.wrapper-portfolio .da-thumbs li a div.content div.content-inner h3,
.wrapper-portfolio .da-thumbs li a:visited div.content div.content-inner h3 {
  color: #1a1a1a;
  line-height: 1.2;
}

@media screen and (max-width: 1023px) {
  .wrapper-portfolio .da-thumbs li a div.content div.content-inner h3,
  .wrapper-portfolio .da-thumbs li a:visited div.content div.content-inner h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 1023px) {
  .wrapper-portfolio .da-thumbs li a div.content div.content-inner .par,
  .wrapper-portfolio .da-thumbs li a:visited div.content div.content-inner .par {
    font-size: 0px;
    font-size: 0rem;
  }
}

.wrapper-portfolio .da-thumbs li a div.content div.content-inner .price,
.wrapper-portfolio .da-thumbs li a:visited div.content div.content-inner .price {
  font-weight: 700;
  font-size: 40px;
  font-size: 2.5rem;
}

@media screen and (max-width: 1023px) {
  .wrapper-portfolio .da-thumbs li a div.content div.content-inner .price,
  .wrapper-portfolio .da-thumbs li a:visited div.content div.content-inner .price {
    font-size: 16px;
    font-size: 1rem;
  }
}

.wrapper-portfolio .da-thumbs li a:hover,
.wrapper-portfolio .da-thumbs li a:focus,
.wrapper-portfolio .da-thumbs li a:active,
.wrapper-portfolio .da-thumbs li a:visited:hover,
.wrapper-portfolio .da-thumbs li a:visited:focus,
.wrapper-portfolio .da-thumbs li a:visited:active {
  color: #1a1a1a;
}

@media screen and (max-width: 479px) {
  .wrapper-portfolio .da-thumbs li {
    width: 100%;
  }
}

.wrapper-portfolio .menu-group-header {
  display: none !important;
}


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

.wrapper-services {
  color: #fff;
  line-height: 1.6;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  text-align: center;
}

.wrapper-services .item {
  position: relative;
  margin-bottom: 30px;
}

.wrapper-services .item .content-area {
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.wrapper-services .item .content-area:after {
  bottom: 0;
  content: "";
  display: inline-block;
  height: 2px;
  left: 50%;
  position: absolute;
  right: 50%;
  transition: left 0.5s linear, right 0.5s linear;
}

.wrapper-services .item:hover .content-area:after {
  background-color: #ff6600;
  left: 0;
  right: 0;
}

.wrapper-services .thumb-holder a i,
.wrapper-services .thumb-holder a i:visited {
  color: #fff;
  display: block;
  font-size: 64px;
  font-size: 4rem;
}

.wrapper-services h2 {
  font-size: 24px;
  font-size: 1.5rem;
}

.wrapper-services h2 a {
  color: #fff;
}

.wrapper-services .btn-holder {
  margin-top: 40px;
}

.wrapper-services .btn-holder a {
  display: inline-block;
}

.wrapper-services .btn-container {
  position: relative;
  z-index: 9;
}


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

.wrapper-blog {
  padding-bottom: 90px;
  padding-top: 60px;
}

.wrapper-blog .stickypost .thumb-holder {
  background-size: 58.33333333% 100%;
  background-repeat: no-repeat;
  background-position: 100% 0;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .wrapper-blog .stickypost .thumb-holder {
    background-size: 100%;
    padding-top: 35%;
  }
}

.wrapper-blog .stickypost .content-outer {
  float: none;
  padding-bottom: 30px;
  padding-top: 30px;
}

.wrapper-blog .stickypost .content-outer .content-area {
  background-color: #fff;
  border: 1px solid #151515;
  padding: 20px 30px 30px;
}

.wrapper-blog .stickypost .content-outer .content-area h2 {
  font-size: 24px;
  font-size: 1.5rem;
}

.wrapper-blog .stickypost .content-outer .content-area .publish {
  display: block;
  margin-bottom: 15px;
}

.wrapper-blog .stickypost .content-outer .content-area .publish:before,
.wrapper-blog .stickypost .content-outer .content-area .publish:after {
  content: " ";
  display: table;
}

.wrapper-blog .stickypost .content-outer .content-area .publish:after {
  clear: both;
}

.wrapper-blog .stickypost .content-outer .content-area .publish span,
.wrapper-blog .stickypost .content-outer .content-area .publish .page-links a,
.page-links .wrapper-blog .stickypost .content-outer .content-area .publish a {
  float: left;
  margin-right: 10px;
}

.wrapper-blog .stickypost .content-outer .content-area .publish a {
  color: #999999;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -ms-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.wrapper-blog .stickypost .content-outer .content-area .publish a i {
  margin-right: 10px;
}

.wrapper-blog .stickypost .content-outer .content-area .button-outline-small {
  border-width: 2px;
}


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

.wrapper-callback {
  color: #ffffff;
  line-height: 1.6;
  padding-top: 10%;
  padding-bottom: 10%;
  position: relative;
  text-align: center;
  -webkit-background-attachment: scroll;
  -moz-background-attachment: scroll;
  -ms-background-attachment: scroll;
  -o-background-attachment: scroll;
  background-attachment: scroll;
  background-position: left top;
  background: no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: repeat;
  width: 100%;
  -webkit-transition: background-position 0.5s linear;
  -moz-transition: background-position 0.5s linear;
  -ms-transition: background-position 0.5s linear;
  -o-transition: background-position 0.5s linear;
  transition: background-position 0.5s linear;
}

.wrapper-callback h2 {
  font-size: 32px;
  font-size: 2rem;
  color: #ffffff;
}

.wrapper-callback .btn-holder {
  margin-top: 40px;
}

.wrapper-callback .btn-holder a {
  display: inline-block;
}


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


/*article.hentry {
  margin-bottom: 30px;
}*/

.blog article.hentry,
#blog-post article.hentry,
.search article.hentry,
.archive article.hentry,
.tag article.hentry,
.category article.hentry,
#ak-blog-post article.hentry {
  padding-bottom: 1.875em;
}

.search article.hentry .entry-title,
.page article.hentry .entry-title,
.entry-title .blog article.hentry,
.entry-title .archive article.hentry,
.entry-title .single article.hentry {
  font-size: 24px;
  font-size: 1.5rem;
  text-transform: inherit;
  font-weight: 500;
  margin-bottom: 15px;
}

.entry-title a {
  color: #151515;
  text-transform: capitalize;
}

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

aside#secondary h2 {
  margin: 10px 0 10px 0;
}

.entry-footer span {
  display: inline;
  margin-right: 10px;
}

.entry-footer span a {
  margin-right: 5px;
}

article.post,
body.search article.page {
  width: 100%;
  float: left;
  padding: 0 7px;
  overflow: hidden;
}

body.search.search-results article {
  padding-right: 20px;
}

body.search.search-results nav.navigation.posts-navigation {
  display: none;
}


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

.page-content,
.entry-summary,
.entry-content {
  margin-top: 0;
}

.entry-content .image-left {
  margin-right: 20px;
}

@media screen and (max-width: 1023px) {
  .entry-content .image-left {
    margin-bottom: 20px;
  }
}

.page-links {
  font-weight: 700;
}

.page-links span,
.page-links a {
  border: 1px solid #ccc;
  display: inline-block;
  font-size: 15.008px;
  font-size: 0.938rem;
  height: 2em;
  width: 2em;
  line-height: 2;
  margin: 0 3px 3px 3px;
  text-align: center;
}

.page-links a {
  background-color: #f7f7f7;
  color: #313131;
}

.page-links a:hover,
.page-links a:focus {
  background-color: #707070;
  color: #ffffff;
}

.error404 .search-form {
  margin-bottom: 30px;
}

section.error-404.not-found {
  text-align: center;
}

section.error-404.not-found h1 {
  font-size: 58px;
  color: rgba(0, 0, 0, 0.18);
  text-align: center;
}

section.error-404.not-found h1:before {
  content: "\f119";
  text-align: center;
  font-family: fontAwesome;
  display: block;
}

div#pagentfound-search {
  width: 31%;
  left: 0;
  right: 0;
  margin: auto;
}


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


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

.wrap-footer {
  background-color: #2F2F2F;
}

.wrap-top-footer {
  padding-bottom: 30px;
  padding-top: 30px;
  text-align: center;
}

.wrap-top-footer .footer-logo {
  margin-bottom: 30px;
}

.wrap-top-footer .footer-logo a,
.wrap-top-footer .footer-logo a:visited {
  display: inline-block;
}

.wrap-top-footer .footer-logo a img,
.wrap-top-footer .footer-logo a:visited img {
  vertical-align: top;
}

.wrap-top-footer .footer-logo a:hover,
.wrap-top-footer .footer-logo a:focus,
.wrap-top-footer .footer-logo a:active,
.wrap-top-footer .footer-logo a:visited:hover,
.wrap-top-footer .footer-logo a:visited:focus,
.wrap-top-footer .footer-logo a:visited:active {
  opacity: 0.7;
}

.footer-widget {
  color: #cccccc;
  padding-bottom: 2px;
  padding-top: 20px;
  line-height: 1.5;
  font-size: 14px;
  font-size: 0.875rem;
}

.footer-widget .pad0r {
  padding-right: 35px;
}

.footer-widget .pad0l {
  padding-left: 35px;
}

@media screen and (max-width: 767px) {
  .footer-widget .pad0r {
    padding-right: 15px;
  }
  .footer-widget .pad0l {
    padding-left: 15px;
  }
}

.footer-widget .widgettitle,
.footer-widget .widget-title {
  color: #9c9c9c;
  text-align: left;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.25rem;
  height: 25px;
  border-left: 0;
  background: transparent;
  padding: 0 0 10px 0;
  position: relative;
}

h1.widget-title span.i1 {
  color: #868686;
}

h1.widget-title:after {
  content: "";
  position: absolute;
  left: 3px;
  height: 3px;
  width: 10%;
  top: 29px;
}

.footer-widget .contact-list i {
  padding: 5px 15px 5px 5px;
  font-size: 16px;
  font-size: 1rem;
}

.footer-widget .widget li {
  border-color: #3e3e3e;
}

.footer-widget a {
  color: #cccccc;
}

section.wrapper.footer-widget p {
  color: #cccccc;
}

.site-footer {
  background-color: rgba(0, 0, 0, 0.3);
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .site-footer {
    text-align: center;
  }
  div#pagentfound-search {
    width: 100%;
  }
}

.site-footer .copyright {
  color: #a1a1a1;
  display: inline-block;
  margin-bottom: 15px;
}

.site-footer .site-info {
  color: #a1a1a1;
  display: inline-block;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 14px;
  /*font-size: 0.813rem;*/
}

.site-footer .site-info a,
.site-footer .site-info a:visited {
  color: #cccccc;
}

.site-footer .site-info a:hover,
.site-footer .site-info a:focus,
.site-footer .site-info a:active,
.site-footer .site-info a:visited:hover,
.site-footer .site-info a:visited:focus,
.site-footer .site-info a:visited:active {
  color: #ff6600;
}

.footer-menu {
  vertical-align: top;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .footer-menu {
    text-align: center;
  }
}

.footer-menu ul {
  list-style: none;
  padding-left: 0;
}

.footer-menu li {
  display: inline-block;
  position: relative;
}

.footer-menu li:after {
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #b3b3b3;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.footer-menu li:first-child:after {
  display: none;
}

.footer-menu a,
.footer-menu a:visited {
  display: block;
  font-size: 14px;
  /*font-size: 0.813rem;*/
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
  color: #b3b3b3;
}

.footer-menu a:hover,
.footer-menu a:focus,
.footer-menu a:active,
.footer-menu a:visited:hover,
.footer-menu a:visited:focus,
.footer-menu a:visited:active {
  color: #ff6600;
}


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

.page-inner-title {
  position: relative;
  width: 100%;
}

.page-inner-title .taxonomy-description,
.page-inner-title .entry-header .entry-title {
  color: #151515;
}

.wrapper.page-inner-title .container {
  padding: 0;
}

.page-inner-title .entry-header time {
  color: #787878;
}

.page-inner-title .entry-header a:hover,
.page-inner-title .entry-header a:focus,
.page-inner-title .entry-header a:active,
.page-inner-title .entry-header a:visited:hover,
.page-inner-title .entry-header a:visited:focus,
.page-inner-title .entry-header a:visited:active,
.page-inner-title .entry-header time:hover,
.page-inner-title .entry-header time:focus,
.page-inner-title .entry-header time:active,
.page-inner-title .entry-header time:visited:hover,
.page-inner-title .entry-header time:visited:focus,
.page-inner-title .entry-header time:visited:active {
  color: #ff6600;
}


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

.error404 input[type="submit"] {
  padding-top: 13px;
  padding-bottom: 13px;
}


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

.wrap-breadcrumb {
  margin-bottom: 20px;
  font-size: 14px;
  text-align: left;
  padding: 0 4px;
}

div#breadcrumb .container {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .wrap-breadcrumb {
    padding-left: 0;
    padding-right: 0;
  }
}

.wrap-breadcrumb .container {
  color: #151515;
  border-bottom: 1px solid rgba(3, 3, 3, 0.36);
  border-top: 1px solid rgba(3, 3, 3, 0.36);
}

@media screen and (max-width: 767px) {
  .wrap-breadcrumb .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.wrap-breadcrumb ul {
  list-style: none;
  padding-left: 5px;
}

.wrap-breadcrumb li {
  display: inline-block;
  margin-right: 10px;
  text-transform: capitalize;
  max-width: 100%;
}

.wrap-breadcrumb li span,
.wrap-breadcrumb li .page-links a,
.page-links .wrap-breadcrumb li a {
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  word-wrap: break-word;
}

.wrap-breadcrumb li span:before,
.wrap-breadcrumb li .page-links a:before,
.page-links .wrap-breadcrumb li a:before {
  content: "&gt;";
  margin-right: 10px;
}

.wrap-breadcrumb li.trail-begin span:before,
.wrap-breadcrumb li.trail-begin .page-links a:before,
.page-links .wrap-breadcrumb li.trail-begin a:before {
  content: "";
  margin-right: 0;
}

.wrap-breadcrumb a {
  color: #626262;
}

.wrap-breadcrumb a:hover,
.wrap-breadcrumb a:focus,
.wrap-breadcrumb a:active {
  color: #ff6600;
}

.entry-meta.entry-inner span.posted-on:before {
  content: "\f133";
  font-family: fontAwesome;
  padding-right: 5px;
}

section.wrapper.below-header .post-icons a {
  color: #fff;
  font-size: 12px;
}

span.posted-on {
  margin-bottom: 10px;
}

span.byline:before {
  content: "\f007";
  font-family: fontAwesome;
  padding-right: 5px;
  color: #9c9c9c;
  padding-left: 5px;
}


/*----------------------------------------------------
-------------------- custom css --------------------*/

div#page {
  background: #fff;
  box-shadow: 0 -2px 20px -2px rgba(0, 0, 0, 0.07);
  padding: 0;
  margin: 20px auto;
}

.thumb-post.second:hover .overlay-post-content {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background: rgba(0, 0, 0, 0.61);
}

.main-navigation.sec-main-navigation ul ul ul {
  display: none;
}

.sec-main-navigation.main-navigation ul ul li:hover&gt;ul {
  left: 100%;
}

.top-header-right {
  padding: 0;
  background: #fbfbfb;
  border-bottom: 1px solid #f1f1f1;
}

.btn-search {
  right: 10%;
  position: fixed;
  top: 10%;
}

.btn-search i {
  background: #585757;
  border-radius: 50%;
  display: inline-block;
  color: #fff;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  font-size: 20px;
  text-align: center;
  width: 40px;
}

.btn-search i:hover,
.btn-search i:focus,
.btn-search i:active {
  background: #919191;
}

.search-holder .search-bg.search-open form {
  background: transparent;
}

.search-holder .search-bg.search-open form .search-field {
  padding-left: 15px;
  padding-right: 15px;
}

.search-holder .search-bg.search-open form .search-submit {
  bottom: 0;
  right: 0;
}

.search-holder .search-bg.search-open form .search-submit,
.search-holder .search-bg.search-open form #search-open-submit {
  padding: 0px 20px;
}

.search-holder .search-bg.search-open form .search-submit {
  bottom: 0;
  right: 0;
}

.search-holder .search-bg.search-open form .search-field {
  border-bottom: 0;
  margin: 0;
  width: calc(100% - 140px);
}

@media screen and (max-width: 767px) {
  .search-holder .search-bg.search-open form .search-submit,
  .search-holder .search-bg.search-open form #search-open-submit {
    padding: 0px 12px;
    font-size: 13px;
    width: 100%;
  }
  .search-holder .search-bg.search-open form .search-field {
    margin: 0;
    width: 100%;
  }
}

.menu-homepage-container ul li i.fa:before {
  background: transparent;
  position: absolute;
  right: -5px;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 56px;
}

.main-navigation .menu-item-has-children&gt;a i {
  margin-left: 6px;
}

.main-navigation.sec-main-navigation ul ul li a i {
  float: right;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}


/*added for search*/

input.search-submit {
  float: right;
}

.wpallshare li {
  border: none;
  vertical-align: top;
}

.wpallshare.wpallshare-theme1 a {
  width: 100%;
}

.wpallshare.wpallshare-theme2 li {
  clear: both;
}

.wpallshare.wpallshare-theme4 .tooltip {
  left: -100%;
  top: -40px;
}

.wpallshare.wpallshare-theme4 .tooltip:after {
  bottom: -6px;
  height: 6px;
  width: 6px;
}

.site-title::first-letter {
  font-size: 45px;
}

p.card-title::first-letter {
  font-weight: bold;
  font-size: 25px;
}

#top-search {
  padding-top: 3px;
  display: none;
  z-index: 99999;
  position: absolute;
  right: 0;
  margin-top: 17px;
}

nav.wrapper.wrap-nav.fixed-nav #top-search {
  right: 35px;
  margin-top: 7px;
}

#top-search .search-form .search-submit,
#top-search .search-form .search-field {
  height: 42px;
}

button:active {
  outline: none;
  border: none;
}

.card {
  border: 1px solid rgb(239, 239, 239);
  height: 100%;
}

.category-grid {
  display: flex;
  display:-webkit-flex;
  display:-webkit-box;
  display:-moz-flex;
  display:-moz-box;
  display:-ms-flexbox;
}

p.card-text {
  text-align: justify;
}

.card p.card-title {
  background: #fff;
  border-bottom: 2px solid rgba(14, 14, 14, 0.08);
  padding: 0 10px;
  color: #2f2f2f;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 400;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
}

.card h4 {
  color: #2f2f2f;
  font-size: 20px;
  font-weight: 700;
}

.card-block {
  border-bottom: 1px solid #bdbdbd;
  padding: 6px 10px;
}

.card-block:last-child {
  border-bottom: 0 !important;
}

.card-img-top img:hover {
  opacity: 0.8;
}

.card:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.card:hover .card-title {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.category-link {
  text-align: center;
  padding: 23px;
}

a.category-more {
  padding: 9px 19px;
  font-size: 14px;
  background: rgba(247, 247, 247, 0);
  border: 1px solid;
}

a.category-more.odd-cat:hover,
a.category-more:hover {
  letter-spacing: 1px;
  color: #fff !important;
}

.wrapper-grid {
  border: 1px solid #dbdbdb;
  padding: 10px;
  background: #fff;
}

.content-start {
  float: left;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
  position: relative;
  width: 100%;
}

article.post {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  width: 100%;
}

.wrapper-grid:hover,
.thumb-post.main-page:hover,
.left-post-content .thumb-post:hover,
.small-right-post-content-list:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.wrapper-grid,
.thumb-post.main-page,
.left-post-content .thumb-post,
.small-right-post-content-list {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.wrapper-grid .posted-on:before {
  content: "\f133";
  font-family: fontAwesome;
  padding-right: 7px;
  color: #9c9c9c;
}

header.wrapper.top-header .controls {
  font-size: 25px;
  font-weight: 100;
  text-align: center;
  width: 98px;
  float: right;
  padding: 0;
}

#top-search {
  display: none;
}

.nav-buttons.col-md-1 {
  background: transparent;
}

a#slide-prev-notice,
a#slide-next-notice {
  color: #c1c1c1;
  margin: 5px;
  border: 1px solid #d4d4d4;
  padding: 0 10px;
}

div {
  outline: none;
  color: #797979;
}

nav.wrapper.wrap-nav.fixed-nav {
  position: fixed;
  top: 0;
  background: #000;
  left: 0;
  padding: 0;
  box-shadow: 0 0 1px #000;
}

.wrap-nav .wrap-inner {
  border-top: 0;
  border-bottom: 0;
  position: relative;
}


/* sidebar changes */

aside#secondary .widget ul li:before {
  content: "\f101";
  font-family: fontAwesome;
  padding-right: 5px;
  color: #585858;
}

aside#secondary section.widget_categories ul li:before {
  content: "\f114";
}

aside#secondary section.widget_recent_entries ul li:before {
  content: "\f0a1";
}

aside#secondary section.widget_archive ul li:before {
  content: "\f187";
}

aside#secondary section.widget_archive select {
  width: 100%;
}

aside#secondary section.widget_pages ul li:before {
  content: "\f016";
}

aside#secondary section.widget_meta ul li:before {
  content: "\f02e";
}

aside#secondary section.widget_recent_comments ul li:before {
  content: "\f0e5";
}

i.fa.fa-search.fa-close {
  margin-top: -10px;
}

aside#secondary {
  background: rgb(251, 250, 250);
  padding: 10px;
  margin-bottom: 30px;
}

aside#secondary .widget .widgettitle,
aside#secondary .widget .widget-title {
  padding: 0 0 10px 0;
  border-left: 0;
  margin-top: 0;
}

section#onlinemag_sidebar_recent_post_widget-3 .sidebar-section {
  margin-left: 0;
}

span.i1 {
  padding-left: 8px;
  font-weight: 100;
  padding-right: 4px;
}

span.i4 {
  padding: 0 4px;
}

span.i2,
span.i3,
span.i5,
span.i6,
span.i7,
span.i8,
span.i9,
span.i10,
span.i11,
span.i12,
span.i13 {
  padding: 0 4px;
  display: inline-block;
}

section.wrapper.footer-widget .widget_recent_entries .post-date {
  padding: 0 15px;
  color: #797979;
}


/* tag clouds */

.tagcloud a {
  background: #3b3939;
  padding: 2px 11px;
  color: #fff;
  font-size: 12px !important;
  -webkit-transition: all 0.5s ease 0.1s;
  -moz-transition: all 0.5s ease 0.1s;
  transition: all 0.5s ease 0.1s;
}

.tagcloud a:hover,
.tagcloud a:focus {
  text-decoration: none;
}

.tagcloud a:before {
  content: "\f02b";
  font-family: fontAwesome;
  padding-right: 6px;
}

a.even-tagcloud:before {
  color: #1badc5;
}

a.odd-tagcloud:before {
  color: #1264a2;
}

span.cat-links a:after {
  content: ",";
  padding-left: 2px;
}

span.cat-links:before {
  content: "\f115";
  font-family: fontAwesome;
  padding-right: 3px;
}


/* category css*/

a.even-icon,
a.odd-icon {
  color: #474747;
  padding: 4px;
  font-size: 14px;
}


/* inner pages and posts */

body.single.single-post span.cat-links a,
body.search.search-results span.cat-links a,
body.archive.category.group-blog.hfeed span.cat-links a {
  padding: 4px;
  display: inline-block;
  margin: 1px;
  text-align: center;
}

a.tag-even,
a.tag-odd {
  padding: 4px;
  text-align: center;
  color: #474747;
  display: inline-block;
  font-size: 14px;
}

span.tags-links a:after {
  content: ",";
  padding-left: 3px;
}

span.tags-links:before {
  content: "\f02c";
  font-family: fontAwesome;
  padding-right: 3px;
}

span.comments-link {
  padding: 4px;
  background: white;
  display: inline-block;
  margin-top: 3px;
}

span.comments-link a:before {
  content: "\f27b";
  font-family: fontAwesome;
  padding-right: 5px;
}

.thumb-post.second .post-icons {
  display: none;
}

span.edit-link:before {
  content: "\f044";
  font-family: fontAwesome;
  padding-right: 5px;
}

.post-icons.mainpage-style {
  width: initial;
  right: initial;
  background: rgb(25, 33, 93);
  box-shadow: none;
  width: 137px;
  height: 69px;
  overflow: hidden;
  border-radius: 0 49px 49px 0;
  display: none;
}

.post-content-footer.main-page {
  background: rgba(239, 239, 239, 0.45);
  padding: 2px 11px;
}

.bottom-post-content.mainpage {
  padding: 0;
}

.entry-meta {
  padding-bottom: 10px;
}


/* responsive */

@media screen and (max-width:767px) {
  .nav-holder #sec-menu-toggle {
    padding: 9px 0;
  }
  #top-search form.search-form {
    width: 100%;
  }
  .top-header-left {
    padding-left: 0;
    height: 32px;
    overflow: hidden;
  }
  .top-header {
    padding: 10px 16px 5px 12px;
  }
  .wrap-nav .container {
    padding: 0;
  }
  nav.wrapper.wrap-nav.fixed-nav {
    padding: 0 16px;
    box-shadow: 0 0 0 #000;
    position: initial;
    background: transparent;
  }
  .card {
    margin-bottom: 20px;
  }
  .timer {
    text-align: center;
  }
  .thumb-post.second {
    width: 100%;
    padding: 0;
    border-right: 0;
  }
  .wrapper-slider .slide-item {
    border-right: 0;
  }
  .below-header .pad0r,
  .category-grid .col-md-4,
  .home-main-content,
  .sidebar-home {
    padding: 0;
  }
  div#page {
    margin: 0;
  }
  .category-grid {
    display: initial;
  }
  #top-search {
    right: 15px !important;
    margin-top: 0 !important;
  }
  .content-start {
    float: none;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    position: relative;
    width: 100%;
  }
  .wrapper-slider {
    height: auto;
    margin-bottom: 10px;
  }
  .wrapper-slider img {
    height: auto;
  }
  .mainslider-right-content .thumb-post {
    border-bottom: 10px solid #fff;
  }
  body.home.blog div#content {
    padding: 0 8px 0 5px;
  }
  .site-header .wrapper-site-identity .site-description {
    font-size: 13px;
  }
}

@media screen and (max-width:400px) {
  .home-main-content .widget .widgettitle,
  .home-main-content .widget .widget-title,
  aside#secondary .widget .widgettitle,
  aside#secondary .widget .widget-title {
    border-bottom: 0;
  }
  .home-main-content h2.widget-title:after,
  aside#secondary .widget .widgettitle:after,
  aside#secondary .widget .widget-title:after {
    position: inherit;
  }
}

@media screen and (max-width:1100px) {
  #top-search {
    right: 3%;
  }
}


/* woocommerce*/

a.add_to_cart_button:hover,
a.checkout-button.button.alt.wc-forward:hover {
  border: 1px solid #ebe9eb;
}

input#coupon_code {
  min-width: 112px;
}

.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
  color: #000;
}


/*=================== 
====tab panel =====
=====================*/

.tabs-menu {
  float: left;
  clear: both;
  margin: 0 0 20px 0;
  width: 100%;
}

.tabs-menu li {
  line-height: 23px;
  float: left;
  padding: 10px 0;
  background-color: #fff;
}

.tabs-menu li.current {
  position: relative;
  z-index: 5;
}

.tabs-menu li a {
  color: #000;
  text-decoration: none;
  padding: 13px 13px;
  font-size: 16px;
  word-wrap: break-word;
}

ul.tabs-menu li a:last-child {
  padding: 13px 0;
}

.tab {
  background-color: #fff;
  float: left;
  margin-bottom: 0;
  width: 100%;
}

.tab-content {
  display: none;
}

.first-tab {
  display: block;
}

.tabs-container ul li:before {
  content: "";
  padding-right: 0;
}

ul.tabs-menu li {
  border: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2 !important;
  border-left: 0;
  width: 33.3%;
  text-align: center;
}

ul.tabs-menu li:first-child {
  border-left: 1px solid #e2e2e2;
}

.tabs-menu .current a,
.tabs-menu .current a:focus {
  color: #ffffff !important;
}

.tabs-menu li a:hover {
  color: #000!important;
}

ul.news-list {
  margin: 0;
}

li.news-item {
  padding: 10px 10px 3px 10px;
}

li.news-item,
li.comment-list {
  border: 1px solid #dadada;
  margin: 12px 0;
  display: table;
  width: 100%;
  border-radius: 5px;
}

.news-list {
  padding: 0;
}

li.news-item:first-child,
li.comment-list:first-child {
  border-top: 1px solid #dadada !important;
}

.news-thumb {
  padding: 0;
}

.news-content {
  padding-right: 0;
}

.news-content a {
  font-size: 16px;
}

.news-content .date:before {
  content: "\f133";
  font-family: fontAwesome;
  padding-right: 5px;
}

.news-content .date {
  color: rgb(142, 139, 139);
  font-size: 12px;
}

.comments-thumb {
  width: 10%;
  float: left;
  margin-right: 15px;
}

li.comment-list {
  padding: 10px 10px 15px 10px;
  border: 1px solid #dadada;
  margin: 12px 0;
}

.comments-content {
  width: 90%;
}

ul.tabs-menu li:before,
.tab ul li:before {
  content: "" !important;
  padding-right: 0 !important;
}

@media screen and (max-width:767px) {
  .tabs-menu {
    background: #fbfafa;
    border: 1px solid #efefef;
  }
}

@media screen and (max-width: 400px) {
  .tabs-menu {
    display: grid;
  }
  ul.tabs-menu li {
    width: 100%;
  }
  .thumb-post .overlay-post-content a,
  .thumb-post .overlay-post-content a:visited {
    font-size: 16px;
  }
}


/* widget style 2 */

.entry-comments-links {
  background: #f7f7f7;
  padding: 10px;
  font-size: 12px;
}

.entry-comments-links a {
  padding-right: 10px;
  color: #8e8b8b;
}

a.icon i.fa.fa-user,
a.icon i.fa.fa-calendar,
a.icon i.fa.fa-comment {
  padding-right: 5px;
}

.left-post-content .thumb-post,
.small-right-post-content-list {
  border: 1px solid #d2d2d2;
  padding: 10px;
}

.small-right-post-content h3.entry-title a {
  font-size: 16px;
}

.small-right-post-content-list {
  margin-bottom: 10px;
  border-radius: 5px;
}

.widget_onlinemag_two_column_widget_style3 .pad0l {
  padding-right: 0;
}


/*=================== 
====tab panel ends =====*/


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


/*==== HAPPY STYLING!!! ===*/


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


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


/* image height width fixing */
@media screen and (min-width: 767px) {  
  .wrapper-slider figure.post-img {
      height: 316px;
  }

  .thumb-post.second figure.post-img {
      height: 156px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .thumb-post .overlay-post-content{
    background-color: #000;
  }
}

body.home.page h1.entry-title {
  position: relative;
}

body.home.page h1.entry-title:after {
    position: absolute;
    width: 200px;
    height: 5px;
    background: #efefef;
    margin-top: 4px;
}

body.home.page h1.entry-title:before {
  content: "";
  position: absolute;
  width: 80px;
  height: 5px;
  bottom: -9px;
  z-index: 9;
}

body.home.page .image-full {
  margin-top: 20px;
}</pre></body></html>