/*
Theme Name: Clean Biz
Theme URI: http://evisionthemes.com/product/clean-biz/
Author: eVision Themes
Author URI: http://evisionthemes.com/
Description: Clean Biz, a dynamic, fast responsive business WordPress theme. Whether you require an eCommerce, Business, Woo-commerce, multilingual shop, responsive layout, retina ready. If you want to build your website within a few moments, choose this multipurpose corporate theme. It suits your business. It supports it should be popular plugins and page builder from WordPress repository like Elementor, Site Origin, Contact form, jetpack, team members etc.. Compatible with modern browser like IE 9+, Opera, Firefox, Chrome, Safari including fit in all devices like iPhone, iPad, Android, Tablet, Mac, Desktop etc. This theme is translation ready. Check out Theme Instructions at http://doc.evisionthemes.com/clean-biz and Demo at demo.evisionthemes.com/clean-biz
Version: 1.1.5
Tested up to: 5.8
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: clean-biz
Tags: full-width-template, left-sidebar, right-sidebar, one-column, grid-layout, custom-header, theme-options, threaded-comments, translation-ready, two-columns, custom-background, custom-colors, custom-menu, featured-images, footer-widgets, custom-logo, portfolio, block-styles, wide-blocks

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.

Clean Biz 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%;
  background: #212121;
}

body {
  margin: 0;
}

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: #212121;
}

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;
  word-wrap: break-word;
}

.logged-in.admin-bar .ab-top-menu a,
.logged-in.admin-bar .ab-top-menu a > 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 i,
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;
}

q,
blockquote {
  color: #a1a1a1;
}

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;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #ccc;
  -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;
}

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%;
}

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;
}

/*theme activation*/
.display-info {
    padding: 15%;
    text-align: center;
    background-color: #bababa;
    color: #fff;
}

.display-info .button {
  color: #fff;
}

.comment-list + .comment-respond {
    border-top: 1px solid #eaeaea;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
    padding-top: 1.6em;
}

/*leave a reply*/
.comments-title,
.comment-reply-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}

.comments-title {
    margin-bottom: 1.3333em;
}

.comment-list {
    list-style: none;
    margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
    border-top: 1px solid #e1e1e1;
    padding: 1.6em 0;
}

.comment-list .children {
    list-style: none;
    margin: 0;
}

.comment-list .children > li {
    padding-left: 0.8em;
}

.comment-author {
    color: #707070;
    margin-bottom: 0.4em;
}

.comment-author a:hover {
    border-bottom: 1px solid #707070;
}

.comment-author .avatar {
    float: left;
    height: 32px;
    margin-right: 0.8em;
    width: 32px;
    border-radius: 30px;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -o-border-radius: 30px;
      -ms-border-radius: 30px;
}

.comment-metadata,
.pingback .edit-link {
    color: #999999;
    font-weight: 700;
}

.comment-metadata a,
.pingback .edit-link a {
    color: #707070;
}

.comment-metadata a:hover,
.pingback .edit-link a:hover {
    border-bottom: 1px solid #333333;
}
.comment-metadata a.comment-edit-link:hover{
    border-bottom: none;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
    color: #333333;
}

.comment-metadata {
    margin-bottom: 1.6em;
}

.comment-metadata .edit-link {
    margin-left: 1em;
}

.pingback .edit-link {
    margin-left: 1em;
}

.pingback .edit-link:before {
    top: 5px;
}

.comment-content ul,
.comment-content ol {
    margin: 0 0 1.6em 1.3333em;
}

.comment-content li > ul,
.comment-content li > ol {
    margin-bottom: 0;
}

.comment-content > :last-child {
    margin-bottom: 0;
}

.comment-list .reply {
    font-size: 12px;
}

.comment-list .reply a {
    border: 1px solid #eaeaea;
    color: #707070;
    display: inline-block;
    font-weight: 700;
    line-height: 1;
    margin-top: 2em;
    padding: 0.6167em 0.8333em;
    text-transform: uppercase;
}

.comment-list .reply a:hover,
.comment-list .reply a:focus {
    border-color: #333333;
    color: #333333;
    outline: 0;
}
.comment-form {
  padding-top: 0;
}
.comment-form label {
  color: #707070;
  font-size: 15px;
  font-weight: 700;
  display: block;
  line-height: 1.5;
  text-transform: uppercase;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  width: 100%;
}

.comment-form input[type="submit"] {
  display: inline-block;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
  color: #707070;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 2em;
}

.logged-in-as a:hover {
  border-bottom: 1px solid #333;
}

.no-comments {
  border-top: 1px solid #eaeaea;
  color: #707070;
  font-weight: 700;
  padding-top: 1.6em;
}

.comment-navigation + .no-comments {
  border-top: 0;
}

.form-submit {
  margin-bottom: 0;
}

.comments-area .form-submit input[type="submit"] {
  width: auto;
  color: #fff;
}

.required {
  color: #c0392b;
}

.comment-reply-title small {
  font-size: 100%;
}

.comment-reply-title small a {
  border: 0;
  float: right;
  height: 32px;
  overflow: hidden;
  width: auto;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-form p label {
  display: block;
}

.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 {
  margin-left: 15px;
}

.edit-link a {
  color: #787878;
  font-weight: 700;
  text-decoration: underline;
}

/*page navigation*/
.nav-links{
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin-bottom: 15px;
  margin-top: 15px;
}

.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: 16px;
  padding: 15px 15px 16px 24px;
  position: relative;
  text-transform: capitalize;
}

.nav-links .nav-next {
  text-align: right;
  float: right;
}

.nav-links .nav-next a{
  padding-left: 14px;
  padding-right: 30px;
}

.nav-links .nav-previous a:before,
.nav-links .nav-next a:after{
  position: absolute;
  font-family: "FontAwesome";
  display: inline-block;
  font-size: 24px;
  line-height: 22px;
}

.nav-links .nav-previous a:before{
  content: "\f100";
  left: 0;
}

.nav-links .nav-next a:after{
  content: "\f101";
  right: 0;
  left: auto;
}

.post-navigation .post-navi {
  color: #787878;
  display: block;
  font-size: 13px;
  font-weight: 700;
}

@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;
  }
}

@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;
}

#ak-blog-post article.hentry img:hover,
#ak-blog-post article.hentry img:focus,
#ak-blog-post article.hentry img:active,
.blog article.hentry img:hover,
.blog article.hentry img:focus,
.blog article.hentry img:active,
.archive article.hentry img:hover,
.archive article.hentry img:focus,
.archive article.hentry img:active,
.page article.hentry .entry-title img:hover,
.page article.hentry .entry-title img:focus,
.page article.hentry .entry-title img:active,
.category article.hentry img:hover,
.category article.hentry img:focus,
.category article.hentry img:active,
.search article.hentry img:hover,
.search article.hentry img:focus,
.search article.hentry img:active,
.tag article.hentry img:hover,
.tag article.hentry img:focus,
.tag article.hentry img:active{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.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;
}

.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%;
}

.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 {
  background: background-color: #f7f7f7;
  border: 1px solid #e1e1e1;
  padding: 15px;
  margin-bottom: 20px;
}

.widget ul {
  padding-left: 0;
  list-style: none;
}

.widget li {
   border-top: 1px solid #e1e1e1;
   display: block;
   padding-bottom: 9px;
   padding-top: 8px;
 }

 .widget li:first-child{
   border-top: none;
 }

 .widget select{
   max-width: 100%;
   padding: 7px 15px 8px;
 }

 .widget.widget_search:before,
 .widget.widget_search:after {
   content: "";
   display: table;
 }

 .widget.widget_search:after{
   clear: both;
 }

 .search-form label {
   float: left;
   margin-bottom: 0;
   width: calc(100% - 115px);
 }

 .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;
   color: #212121;
   display: block;
   height: 42px;
   max-width: 100%;
   vertical-align: top;
   background-color: #fff;
   line-height: 20px;
   margin-bottom: 0;
   border: none;
 }

 .search-form .search-submit {
   border: medium none;
   border-radius: 0;
   box-shadow: none;
   color: #ffffff;
   float: left;
   height: 22px;
   padding: 15px 30px 27px;
   text-shadow: none;
   vertical-align: top;
   width: 114px;
 }

 .search-form .search-submit:hover,
 .search-form .search-submit:focus,
 .search-form .search-submit:active {
   box-shadow: none;
   border: none;
   text-shadow: none;
   vertical-align: top;
   border-radius: 0;
   padding: 15px 30px 27px;
 }

 .widget_calendar table {
   margin: 0;
   margin-bottom: 15px;
 }

.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;
}

.wrapper {
  background-repeat: no-repeat;
  float: left;
  width: 100%;
}

@media screen and (max-width: 1000px) {
 .wrapper {
    float: none;
  }
}

/*!
 *  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&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 > 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";
}

.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: "\f00d";
}

.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: 98%;
  }
}

.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 {
  background-color: #f7f7f7;
  color: #313131;
  color: rgba(49, 49, 49, 0.8);
  font-size: 15.008px;
  font-size: 0.938rem;
  line-height: 1.7;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #212121;
  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: 48px;
  font-size: 3rem;
  font-weight: 700;
}

h2 {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
}

h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}

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: 32px;
    font-size: 2rem;
  }
  h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  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: #787878;
}

.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{
  border: none;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  line-height: 1;
  padding: 16px 48px 17px;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  font-size: 0.875rem;
}

@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{
  color: #fff;
}

.btn-holder .button {
  display: inline-block;
  margin-top: 40px;
}

@media screen and (max-width: 1024px){
  .btn-holder .button {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px){
  .btn-holder .button {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.button.button-outline, .button.button-outline:visited {
  background-color: transparent;
  border: 1px solid #212121;
}

.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 {
  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 {
  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;
}

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;
  }
}

.evision-social-section ul {
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  text-align: right;
  /*----------------------*/
}

@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;
  font-size: 0px;
  font-size: 0rem;
}

.evision-social-section ul a:after {
  color: #cccccc;
  display: inline-block;
  font-family: "FontAwesome";
  font-weight: 400;
  height: 32px;
  margin-left: 2px;
  margin-right: 2px;
  line-height: 32px;
  text-align: center;
  width: 32px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  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: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";
}

.evision-social-section ul a[href*="twitter.com"]:after {
  content: "\f099";
}

.evision-social-section ul a[href*="linkedin.com"]:after {
  content: "\f0e1";
}

.evision-social-section ul a[href*="instagram.com"]:after {
  content: "\f16d";
}

.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 {
  color: #D62424 !important;
}

.evision-social-section ul a:hover[href*="pinterest.com"]:after {
  color: #BD2126 !important;
}

.evision-social-section ul a:hover[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: #000000 !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: #FF5500 !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;
}

/*back-to-top section*/
.evision-back-to-top,
.evision-back-to-top:focus,
.evision-back-to-top:visited {
  bottom: -100px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 5px 12px;
  position: fixed;
  right: 20px;
  z-index: 99999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 16px;
  font-size: 1rem;
  -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: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}

.evision-back-to-top i, .evision-back-to-top:focus i, .evision-back-to-top:visited i {
  color: #fff;
}

.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;
  }
}

/*meta space*/
.entry-meta span,
.entry-footer span,
.entry-meta i,
.entry-footer i{
    margin-right: 8px;
}

.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,
.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 {
  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 {
  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 select {
  max-width: 100%;
  padding: 7px 15px 8px;
}

.widget li {
  border-top: 1px solid #ccc;
}

.widget li:first-child {
  border-top: none;
}

.widget .search-form label {
  width: 68%;
  /*fallback*/
  width: calc(100% - 106px);
}

.widget .search-form .search-field {
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #fff;
  border: 2px solid #ccc;
  color: #b4b4b4;
  height: 52px;
  width: 100%;
}

.widget .search-form .search-submit,
.widget .search-form .search-submit:focus {
  border: none;
  color: #fff;
  height: 52px;
  width: 102px;
  padding: 0;
  font-size: 14px;
  font-size: 0.875rem;
}

.widget .search-form .search-submit:hover,
.widget .search-form .search-submit:focus,
.widget .search-form .search-submit:active {
  -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.5);
  color: #fff;
}

/*widget categories*/
.widget_categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children {
  margin: 0.4688em 0 0 1em;
  padding-top: 0.4688em;
}

/*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;
}

.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 {
  margin-bottom: 30px;
}

.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 .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-top: 15px;
}

.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;
}

.right-post-content .thumb-post .post-icons a {
  color: #b3b3b3;
}

.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;
}

.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: 85px;
}

.small-right-post-content-list .entry-title a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
}

.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 {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}

.sb-round-thumb-widget .entry-title a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
}

@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-color: rgba(55, 59, 68, 0.4);
}

img.desaturate {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -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 {
  position: fixed;
  top: 0;
  z-index: 9999;
  -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: 40px;
  text-align: center;
  font-size: 15.008px;
  font-size: 0.938rem;
}

.section-title:before, .section-title:after {
  content: " ";
  display: table;
}

.section-title:after {
  clear: both;
}

.section-title h2 {
  padding-bottom: 10px;
  position: relative;
  text-transform: uppercase;
  font-size: 32px;
}

.section-title h2:before, .section-title h2:after {
  content: " ";
  display: table;
}

.section-title h2:after {
  clear: both;
}

@media screen and (max-width: 1199px) {
  .section-title h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.section-title h2:after {
  width: 90px;
  height: 1px;
  content: "";
  display: block;
  margin: 20px auto auto;
}

.btn-container .btn-holder {
  text-align: center;
}

.btn-holder {
    display: block;
    clear: both;
    width: 100%;
    text-align: center;
}

.bannerbg {
  color: #fff;
}

.bannerbg h2 {
  color: #fff;
}

.bannerbg h2:after {
  background-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 {
  border: 1px solid #996500;
  color: #fff;
}

.carousel-group {
  text-align: center;
  font-size: 15.008px;
  font-size: 0.938rem;
}

.carousel-group h3 {
  margin-top: 15px;
}

.carousel-group h3 a {
  font-weight: 700;
  font-size: 22px;
  font-size: 1.375rem;
}

.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 #8e8c9a;
  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 #8e8c9a;
  background-color: #8e8c9a;
  -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;
  -webkit-box-shadow: 0px 0px 0 3px #fff inset;
  -moz-box-shadow: 0px 0px 0 3px #fff inset;
  -ms-box-shadow: 0px 0px 0 3px #fff inset;
  -o-box-shadow: 0px 0px 0 3px #fff inset;
  box-shadow: 0px 0px 0 3px #fff inset;
}

.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 {
  -webkit-box-shadow: 0px 0px 0 3px #fff inset;
  -moz-box-shadow: 0px 0px 0 3px #fff inset;
  -ms-box-shadow: 0px 0px 0 3px #fff inset;
  -o-box-shadow: 0px 0px 0 3px #fff inset;
  box-shadow: 0px 0px 0 3px #fff inset;
}

.page-inner-title {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.page-inner-title .thumb-overlay {
  position: relative;
}

.page-inner-title .container {
  padding-bottom: 4%;
  padding-top: 13%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .page-inner-title .container {
    display: none;
  }
}

.page-inner-title .entry-header .entry-title {
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  text-transform: uppercase;
}

.page-inner-title .taxonomy-description, .page-inner-title .entry-header .entry-title {
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}

.single-icon {
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}

.single-icon a {
  border: 1px solid #d9d9d9;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 60px 25px;
  text-align: center;
  -webkit-transition: bottom 2s ease-in-out;
  -moz-transition: bottom 2s ease-in-out;
  -ms-transition: bottom 2s ease-in-out;
  -o-transition: bottom 2s ease-in-out;
  transition: bottom 2s ease-in-out;
}

.single-icon a .icon-holder {
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 60px;
}

.single-icon a .icon-holder:after {
  width: 50px;
  height: 1px;
  content: "";
  display: block;
  margin: 15px auto auto;
}

.single-icon a h2 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 30px;
}

.single-icon a .hover-content {
  position: absolute;
  bottom: -100%;
  width: 100%;
  left: 0;
  padding: 25px;
  height: 100%;
}

.single-icon a:hover .hover-content, .single-icon a:focus .hover-content, .single-icon a:active .hover-content {
  bottom: 0;
  color: #fff;
}

.single-icon a:hover .hover-content .icon-holder, .single-icon a:focus .hover-content .icon-holder, .single-icon a:active .hover-content .icon-holder {
  color: #fff;
  font-size: 48px;
  font-size: 3rem;
}

.single-icon a:hover .hover-content .icon-holder:after, .single-icon a:focus .hover-content .icon-holder:after, .single-icon a:active .hover-content .icon-holder:after {
  background-color: #fff;
  margin-top: 5px;
}

.single-icon a:hover .hover-content h2, .single-icon a:focus .hover-content h2, .single-icon a:active .hover-content h2 {
  color: #fff;
  margin-top: 20px;
}

.single-thumb {
  margin-bottom: 15px;
  position: relative;
}

.single-thumb a {
  display: block;
}

.single-thumb img {
  vertical-align: top;
  margin-left: auto;
  margin-right: auto;
}

.single-thumb .content-area {
  position: absolute;
  top: 0;
  padding: 20px;
  text-align: center;
  height: 160px;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.single-thumb h2 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 30px;
}

.single-thumb h2:after {
  background-color: #fff;
  width: 50px;
  height: 1px;
  content: "";
  display: block;
  margin: 15px auto auto;
}

.search-holder {
  text-align: right;
  display: inline-block;
  line-height: 40px;
}

.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: 8px;
}

.search-holder .button-search i,
.search-holder .button-search i:visited,
.search-holder .button-search-close i,
.search-holder .button-search-close i:visited {
  font-size: 20px;
  color: #fff;
}

.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: #fff;
  position: fixed;
  top: 50px;
  border: 2px solid #fff;
  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: #DFB200;
}
@media screen and (max-width: 767px){
  .search-holder {
      position: relative;
      display: none;
  }
}
/*search popup*/
.search-holder {
  position: relative;
}

.search-holder .search-bg {
  height: 0;
  position: absolute;
  width: 0;
  transition-property: height;
  transition-timing-funtion: ease;
  transition-duration: 0.5s;
  z-index: 99999;
  right: 0;
  top: 70px;
  bottom: -20px;
  left: -260px;
  margin: auto;
}

.search-holder .search-bg.search-open {
  width: 300px;
  height: 40px;
}

.search-open .search-form .search-field {
  border-width: 1px 0 1px 1px;
  border-color: #ccc;
  border-style: solid;
}

@media screen and (max-width: 767px){
  .search-holder .search-bg.search-open {
    width: 260px;
  }
  .search-holder .search-bg {
    left: -230px;
  }
}

.search-holder .search-form label {
  width: 60%;
  width: calc(100% - 115px);
}

.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;
}

.search-holder .search-bg.search-open .form-holder {
  height: 100%;
  width: 100%;
  text-align: center;
}


.button-search-close {
  position: absolute;
  top: -45px;
  right: 0px;
  height: 34px;
  width: 34px;
  line-height: 34px;
  cursor: pointer;
}

.search-holder .search-bg.search-open form .form-inner {
  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;
}

.search-holder .search-bg.search-open form .form-inner input,
.search-holder .search-bg.search-open form .form-inner #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 .form-inner .search-field {
  color: #fff;
  font-size: 48px;
  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 .form-inner .search-field {
    font-size: 24px;
    padding: 30px 0;
  }
  .button-search-close {
    right: 0;
    left: auto;
  }
}

/*search submit button*/
.search-holder .search-bg.search-open form .form-inner .search-submit,
.search-holder .search-bg.search-open form .form-inner #search-open-submit {
  left: auto;
  right: -5px;
  border: none;
  text-align: right;
  height: 60px;
  width: 60px;
  display: inline-block;
  bottom: -30px;
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  .search-holder .search-bg.search-open form .form-inner .search-submit,
  .search-holder .search-bg.search-open form .form-inner #search-open-submit {
    height: 40px;
    width: 40px;
    bottom: -20px;
  }
}

.search-holder .search-bg.search-open form .form-inner #search-open-submit,
.search-holder .search-bg.search-open form .form-inner #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: #DFB200;
  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 .form-inner #search-open-submit,
  .search-holder .search-bg.search-open form .form-inner #search-open-submit:visited {
    line-height: 40px;
  }
}

.search-holder .search-bg.search-open form .form-inner #search-open-submit:hover,
.search-holder .search-bg.search-open form .form-inner #search-open-submit:focus,
.search-holder .search-bg.search-open form .form-inner #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: 48px;
    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: 48px;
    font-weight: 300;
  }
  /* Firefox 19+ */
  .search-holder .search-bg.search-open form input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
    font-size: 48px;
    font-weight: 300;
  }
  /* IE10+ */
  .search-holder .search-bg.search-open form input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
    font-size: 48px;
    font-weight: 300;
  }
}

/**
*6.0 Partials
*/
.site-content {
  padding: 60px 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  width: 100%;
}

.site-content:before, .site-content:after {
  content: " ";
  display: table;
}

.site-content:after {
  clear: both;
}

body.home .site-content {
  max-width: 100%;
  padding: 0;
}

body.home.blog .site-content {
  max-width: 1200px;
  padding-top: 60px;
}

.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%;
    padding-right: 0;
  }
}

/*sidebar postion options*/
#primary {
  /*right*/
  width: 70%;
  padding-right: 5%;
  /*left*/
  /*none*/
}

body.evision-left-sidebar #primary {
  float: right;
  padding-left: 5%;
}

body.evision-no-sidebar #primary {
  width: 100%;
}

#secondary {
  /*right*/
  width: 30%;
  /*left*/
  /*none*/
}

@media screen and (max-width: 767px) {
  #secondary {
    margin-top: 50px;
  }
}

body.evision-left-sidebar #secondary {
  float: left;
}

body.evision-no-sidebar #secondary {
  display: none;
}

@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%;
  }
}

/* ==================================*/
.top-header .noticebar .notice-title, .top-header .timer {
  float: left;
  padding: 5px 15px 6px;
  color: #fff;
}

.top-header {
  background-color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
}

.top-header .wrap-inner {
  border-bottom: 1px solid #cccccc;
}

.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: 1023px) {
  .top-header .noticebar {
    border-bottom: 1px solid #cccccc;
  }
}

@media screen and (max-width: 767px) {
  .top-header .noticebar {
    background-color: #e6e6e6;
    border: none;
  }
}

.top-header .noticebar .notice-title {
  float: left;
  vertical-align: middle;
  width: 80px;
  padding-right: 25px;
  margin-right: 15px;
  -webkit-clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
  -moz-clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
  -ms-clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
  -o-clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
}

@media screen and (max-width: 767px) {
  .top-header .noticebar .notice-title {
    width: 100%;
    margin-right: 15px;
    text-align: center;
    width: 100%;
    text-align: center;
    -webkit-clip-path: none;
    -moz-clip-path: none;
    -ms-clip-path: none;
    -o-clip-path: none;
    clip-path: none;
  }
}

.top-header .noticebar .ticker {
  float: left;
  height: 25px;
  margin-top: 5px;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  width: calc(100% - 105px);
}

.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 {
  font-size: 13.008px;
  font-size: 0.813rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .top-header .noticebar .ticker {
    width: 100%;
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 5px;
  }
}

.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;
  -webkit-clip-path: polygon(12% 0%, 100% 0, 100% 100%, 0% 100%);
  -moz-clip-path: polygon(12% 0%, 100% 0, 100% 100%, 0% 100%);
  -ms-clip-path: polygon(12% 0%, 100% 0, 100% 100%, 0% 100%);
  -o-clip-path: polygon(12% 0%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
}

@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: #212121;
  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 {
  background-color: #2d2d2d;
  padding-bottom: 20px;
  padding-top: 20px;
  position: fixed;
  top: 0;
  z-index: 9999;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.site-header .wrapper-site-identity.transparent-nav {
  background-color: transparent;
}

.site-header .wrapper-site-identity:before, .site-header .wrapper-site-identity:after {
  content: " ";
  display: table;
}

.site-header .wrapper-site-identity:after {
  clear: both;
}

@media screen and (max-width: 767px) {
  .site-header .wrapper-site-identity {
    background-color: #4d4d4d;
    position: relative;
  }
}

.site-header .wrapper-site-identity.no-slider {
  background-color: rgba(0, 0, 0, 0.7);
}

.site-header .wrapper-site-identity .site-title {
  margin-bottom: 5px;
  margin-top: 0;
  line-height: 1;
}

.site-header .wrapper-site-identity .site-title a {
  color: #fff;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 400;
  text-transform: capitalize;
}

.site-header .wrapper-site-identity .site-description {
  font-weight: normal;
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 13.008px;
  font-size: 0.813rem;
}

.site-header .wrapper-site-identity .header-btn {
  vertical-align: top;
  display: inline-block;
}

@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 .site-title a {
    font-size: 18px;
  }
  .site-header .site-branding {
    font-size: 14px;
  }
}

.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: 767px) {
  .site-header .wrapper-site-identity .site-branding {
    margin-bottom: 5px;
  }
  .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%;
}

#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 {
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  #fixedhead .site-branding {
    display: none;
  }
  #fixedhead .button {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* ==================================*/
body.nav-open {
  position: relative;
  left: -300px;
  -webkit-transition: 0.25s left ease-in-out;
  -moz-transition: 0.25s left ease-in-out;
  -ms-transition: 0.25s left ease-in-out;
  -o-transition: 0.25s left ease-in-out;
  transition: 0.25s left ease-in-out;
  overflow: hidden;
}

body.nav-open:before {
  width: 100%;
  position: absolute;
  height: 100%;
  content: "";
  background: rgba(0,0,0,0.3);
  display: block;
  z-index: 99999;
}

body.nav-close {
  position: relative;
  left: 0;
  -webkit-transition: 0.25s left ease-in-out;
  -moz-transition: 0.25s left ease-in-out;
  -ms-transition: 0.25s left ease-in-out;
  -o-transition: 0.25s left ease-in-out;
  transition: 0.25s left ease-in-out;
}

#mobile-menu-toggle-close {
    position: absolute;
    right: 10px;
    z-index: 9999;
    font-size: 12px;
}

#sec-site-navigation-mobile div > ul > li {
    border-bottom: 1px solid #313131;
}

.nav-holder a,
.nav-holder a:visited,
.nav-holder button,
.nav-holder button:visited {
  -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 {
  margin-bottom: 15px;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .wrap-nav {
    margin-bottom: 5px;
    margin-top: 5px;
  }
}

.wrap-nav .wrap-inner {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .wrap-nav .wrap-inner {
    text-align: center;
  }
}

.wrap-nav .wrap-inner .sec-menu {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .wrap-nav .wrap-inner .sec-menu {
    width: auto;
    text-align: left;
    display: inline-block;
  }
}

@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 {
  float: right;
}

.nav-holder {
  vertical-align: middle;
  position: relative;
  margin-bottom: 5px;
  margin-top: 5px;
  text-align: right;
  max-width-left: 5px;
}

.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 {
  padding: 7px 8px 8px;
  margin-top: 10px;
  margin-left: 5px;
  text-align: center;
  margin: auto;
}

.nav-holder a,
.nav-holder a:visited,
.nav-holder button,
.nav-holder button:visited {
  color: #fff;
}

.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 {
  background-color: #212121;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 5%;
  padding-top: 5%;
  position: fixed;
  text-align: center;
  top: 0;
  right: -300px;
  width: 300px;
  z-index: 99997;
  -webkit-transition: 0.2s right ease-in-out;
  -moz-transition: 0.2s right ease-in-out;
  -ms-transition: 0.2s right ease-in-out;
  -o-transition: 0.2s right ease-in-out;
  transition: 0.2s right ease-in-out;
  -webkit-box-shadow: 3px 0 8px #151515 inset;
  -moz-box-shadow: 3px 0 8px #151515 inset;
  -ms-box-shadow: 3px 0 8px #151515 inset;
  -o-box-shadow: 3px 0 8px #151515 inset;
  box-shadow: 3px 0 8px #151515 inset;
}

.site-header-menu.open,
.no-js .site-header-menu {
  display: block;
}

.site-header-menu.open {
  right: 0;
}

.main-navigation {
  text-align: left;
}

.site-footer .main-navigation {
  margin-bottom: 1.75em;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
/*submenu*/
.main-navigation ul ul {
  display: block;
  left: -999em;
  margin: 0;
  position: absolute;
  z-index: 99999;
}
.main-navigation ul ul:before, .main-navigation ul ul:after {
  border-style: solid;
  content: "";
  position: absolute;
}
.main-navigation ul ul:before {
  border-color: #292929 transparent;
  border-width: 0 10px 10px;
  left: 9px;
  top: -9px;
}
.main-navigation ul ul:after {
  border-color: #333 transparent;
  border-width: 0 8px 8px;
  left: 11px;
  top: -7px;
}
.main-navigation ul ul li {
  background-color: #333;
  border: 1px solid #292929;
  border-bottom-width: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
  right: auto;
}
.main-navigation ul ul a,
.main-navigation ul ul a:visited {
  font-size: 14px;
  color: #fff;
  white-space: normal;
  width: 12.6875em;
}

.main-navigation ul ul ul {
  top: 0;
}
.main-navigation ul ul ul:before, .main-navigation ul ul ul:after {
  border: 0;
}
.main-navigation ul ul .menu-item-has-children > a {
  padding-right: 2.0625em;
}
.main-navigation ul ul .menu-item-has-children > a:after {
  right: 0.5625em;
  top: 0.750em;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.main-navigation ul ul {
  display: none;
  margin-left: 0.875em;
}

.main-navigation ul .toggled-on {
  display: block;
}
.main-navigation li:hover ul.sub-menu {
  display: block;
}
.main-navigation li {
  position: relative;
}

.main-navigation li:first-child {
  border-top: none;
}

.main-navigation a,
.main-navigation a:visited {
  color: #fff;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125;
  outline-offset: -1px;
  padding: 10px 17px;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .main-navigation.sec-main-navigation li:hover  > ul.sub-menu {
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
  }
  .main-navigation.sec-main-navigation ul ul li:hover > ul.sub-menu {
    left: -100%;
    right: auto;
  }
  .main-navigation.sec-main-navigation li {
    display: inline-block;
    position: relative;
  }

  .main-navigation.sec-main-navigation li.current_page_item:before {
    background-color: #fff;
    content: "";
    display: inline-block;
    height: 3px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
  }
  .main-navigation.sec-main-navigation a:hover:before, 
  .main-navigation.sec-main-navigation a:focus:before, 
  .main-navigation.sec-main-navigation a:active:before {
    background-color: #fff;
    content: "";
    display: inline-block;
    height: 3px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
  }
  .main-navigation a,
  .main-navigation a:visited {
    padding: 10px;
  }
}

@media screen and (max-width: 767px){
  .main-navigation.sec-main-navigation a {
    font-weight: 400;
  }
  .main-navigation.sec-main-navigation ul ul {
    display: block;
    left: 0;
    margin: 0;
    position: static;
    z-index: 99999;
    background-color: #212121;
    margin-left: 15px;
  }
  .main-navigation ul ul li{
    background-color: transparent;
    border: none;
  }
  .main-navigation.sec-main-navigation ul ul a {
    font-weight: 400;
    font-size: 13px;
    width: 100%;
  }
  .main-navigation.sec-main-navigation ul ul:before,
  .main-navigation.sec-main-navigation ul ul:after{
    display: none;
  }
}

.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: #fff;
  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;
}

.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";
}

.menu-toggle,
.menu-toggle:visited,
.menu-toggle:hover,
.menu-toggle:focus,
.menu-toggle:active {
  color: #fff;
  margin-left: auto;
  padding: 17px 19px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}

@media screen and (max-width: 767px) {
  .menu-toggle,
  .menu-toggle:visited,
  .menu-toggle:hover,
  .menu-toggle:focus,
  .menu-toggle:active {
    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 {
  color: #fff;
  display: block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  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;
}

#sec-site-navigation-mobile {
  overflow-y: scroll;
  height: 90vh;
}

/*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 > li {
  border-top: 0;
  border-bottom: 1px solid #b3b3b3;
}

@media screen and (min-width: 768px) {
  .footer-nav.main-navigation ul > li {
    border: none;
    display: inline-block;
    float: none;
  }
}

@media screen and (min-width: 768px) {
  .footer-nav.main-navigation {
    text-align: center;
  }
}

/*secondary menu*/
/*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";
}

.social-nav a[href*="flickr.com"]:before {
  content: "\f16e";
}

.social-nav a[href*="linkedin.com"]:before {
  content: "\f0e1";
}

.social-nav a[href*="instagram.com"]:before {
  content: "\f16d";
}

.social-nav a[href*="pinterest.com"]:before {
  content: "\f0d2";
}

.social-nav a[href*="plus.google.com"]:before {
  content: "\f0d5";
}

.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";
}

.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";
}

/*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: #FF5500;
}

@media screen and (max-width: 767px) {
  .social-nav ul {
    padding-left: 0;
    text-align: center;
  }
}

/* ==================================*/
@media screen and (max-width: 1023px) {
  .below-header .pad0r,
  .below-header .pad0l {
    padding: inherit;
  }
  .below-header .mainslider-right-content {
    margin-top: 30px;
  }
}

/* ==================================*/
article.hentry {
  margin-bottom: 30px;
  margin-left: 1em;
}

.widget, .blog article.hentry,
#blog-post article.hentry,
.search article.hentry,
.archive article.hentry,
.tag article.hentry,
.category article.hentry,
#ak-blog-post article.hentry,
.page article.hentry,
.single article.hentry,
.woocommerce article.hentry,
.woocommerce .site-main,
body.single .site-main .entry-content{
  margin: 0;
  margin-bottom: 2em;
  background: #fff;
  border: 1px solid #e1e1e1;
  padding: 15px;
}

.widget .widgettitle, .blog article.hentry .widgettitle,
#blog-post article.hentry .widgettitle,
.search article.hentry .widgettitle,
.archive article.hentry .widgettitle,
.tag article.hentry .widgettitle,
.category article.hentry .widgettitle,
#ak-blog-post article.hentry .widgettitle,
.page article.hentry .widgettitle,
.single article.hentry .widgettitle,
.woocommerce article.hentry .widgettitle, .woocommerce .site-main .widgettitle,
.widget .widget-title, .blog article.hentry .widget-title,
#blog-post article.hentry .widget-title,
.search article.hentry .widget-title,
.archive article.hentry .widget-title,
.tag article.hentry .widget-title,
.category article.hentry .widget-title,
#ak-blog-post article.hentry .widget-title,
.page article.hentry .widget-title,
.single article.hentry .widget-title,
.woocommerce article.hentry .widget-title, .woocommerce .site-main .widget-title {
  text-transform: uppercase;
  background: none;
  text-align: left;
  padding-bottom: 15px;
  font-size: 18px;
  margin-bottom: 15px;
  border-width: 0 0 1px 0;
  border-style: solid;
}

.entry-title a {
  color: #212121;
}

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

body.single .site-main .entry-meta {
  margin-bottom: 15px;
}

/* ==================================*/

.wrapper-slider {
  background-color: #2d2d2d;
  overflow: hidden;
  position: relative;
}

.wrapper-slider:before, .wrapper-slider:after {
  content: " ";
  display: table;
}

.wrapper-slider:after {
  clear: both;
}

.wrapper-slider .slide-item {
  color: #ffffff;
  padding-bottom: 15%;
  padding-top: 16%;
  width: 100%;
  background: no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media screen and (max-width: 1023px) {
  .wrapper-slider .slide-item {
    padding-bottom: 20%;
  }
}

.wrapper-slider .slide-item:not(:first-child) {
  display: none;
  visibility: hidden;
}

.wrapper-slider .slide-item .banner-content {
  text-align: center;
}

.wrapper-slider .slide-item .banner-title {
  margin-bottom: 2px;
  line-height: 1;
}

.wrapper-slider .slide-item .banner-title a,
.wrapper-slider .slide-item .banner-title a:visited {
  color: #ffffff;
  font-weight: 300;
  font-size: 36px;
  font-size: 2.250rem;
  text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
  .wrapper-slider .slide-item .banner-title a,
  .wrapper-slider .slide-item .banner-title a:visited {
    font-size: 28px;
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -ms-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
  }
}

@media screen and (max-width: 767px) {
  .wrapper-slider .slide-item .banner-title a,
  .wrapper-slider .slide-item .banner-title a:visited {
    font-size: 20px;
  }
}

.wrapper-slider .slide-item .banner-title span,
.wrapper-slider .slide-item .banner-title .page-links a,
.page-links .wrapper-slider .slide-item .banner-title a {
  font-weight: 600;
}

.wrapper-slider .slide-item .text-content {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-top: 15px;
}

@media screen and (max-width: 1024px) {
  .wrapper-slider .slide-item .text-content {
    font-size: 15.008px;
    font-size: 0.938rem;
  }
}

.wrapper-slider .slide-item .btn-holder {
  font-size: 18px;
  font-size: 1.125rem;
}

.wrapper-slider .slide-item .btn-holder .button,
.wrapper-callback .btn-holder .button {
  color: #fff;
  margin-left: 8px;
  margin-right: 8px;
  text-align: center;
  background: transparent;
  border: 1px solid;
}

.wrapper-slider .controls {
  bottom: 0;
  height: 110px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
}

@media screen and (min-width: 1025px) {
  .wrapper-slider .controls {
    opacity: 0;
    -webkit-transition: 0.3s opacity ease-in-out;
    -moz-transition: 0.3s opacity ease-in-out;
    -ms-transition: 0.3s opacity ease-in-out;
    -o-transition: 0.3s opacity ease-in-out;
    transition: 0.3s opacity ease-in-out;
  }

  .wrapper-slider:hover .controls {
    opacity: 1;
  }
}

.wrapper-slider .controls #slide-prev,
.wrapper-slider .controls #slide-next {
  display: block;
  margin: 0 15px;
  float: left;
  vertical-align: top;
  margin-top: -12px;
}

.wrapper-slider .controls svg {
  padding: 5px;
  width: 40px;
}

@media screen and (max-width: 767px){
  .wrapper-slider .controls{
    width: 24px;
    display: none;
  }

  .wrapper-slider .controls polyline {
    stroke-width: 6;
  }
}

.wrapper-slider .controls polyline,
.wrapper-slider .controls polyline,{
  transition: all 0.5s ease-in-out;
}

.wrapper-slider .controls #slide-prev:hover polyline,
.wrapper-slider .controls #slide-next:hover polyline,
.wrapper-slider .controls #slide-prev:focus polyline,
.wrapper-slider .controls #slide-next:focus polyline{
   stroke-width: 3;
}

.wrapper-slider .controls #slide-prev:active polyline,
.wrapper-slider .controls #slide-next:active polyline{
  stroke-width: 6;
  transition: all 0.5s ease-in-out;
}

.wrapper-slider .controls #slide-next {
  float: right;
}

.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;
}

@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;
  }
}

@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;
  }
}

@media screen and (min-width: 768px) {
  .wrapper-slider .controls {
    width: 100%;
    height: 0;
  }
}

.wrapper-slider #slide-pager {
  bottom: 6%;
  position: absolute;
  text-align: right;
  right: 0;
  width: auto;
  z-index: 999;
}

.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,
.wrapper-slider #slide-pager a:visited {
  border: 2px solid #fff;
  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 #fff;
  background-color: #fff;
  -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 #slide-pager .cycle-pager-active {
  background-color: #fff;
}

@-webkit-keyframes move {
  0% {
    top: 5px;
  }
  50% {
    top: 15px;
  }
  100% {
    top: 5px;
  }
}

@keyframes move {
  0% {
    top: 5px;
  }
  50% {
    top: 15px;
  }
  100% {
    top: 5px;
  }
}

.wrapper-slider #go-bottom {
  text-align: center;
}

.wrapper-slider #go-bottom a {
  bottom: 30px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  margin-left: -25px;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  text-align: center;
  position: absolute;
  width: 50px;
  z-index: 999;
}

.wrapper-slider #go-bottom a svg {
  animation-name: move;
  animation-timing-function: linear;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  bottom: 0;
  font-size: 48px;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
  position: absolute;
  color: #fff;
  width: 24px;
  transform-origin: center;
  transform: rotate(-90deg);
}

.wrapper-slider #go-bottom a i:hover, .wrapper-slider #go-bottom a i:focus, .wrapper-slider #go-bottom a i:active {
  color: #fff;
}

.wrapper-slider #go-bottom a:hover i, .wrapper-slider #go-bottom a:focus i, .wrapper-slider #go-bottom a:active i {
  color: #fff;
}

@media screen and (max-width: 1023px){
  .wrapper-slider #go-bottom{
    display: none;
  }  
}

@media screen and (max-width: 767px){
  .wrapper-slider #go-bottom a {
    bottom: 10px;
    height: 30px;
    line-height: 30px;
    width: 30px;
  }

  .wrapper-slider #go-bottom a i {
      font-size: 28px;
  }
}

/* ==================================*/
.wrapper-features {
  padding-bottom: 60px;
  padding-top: 50px;
  background-color: #fff;
}

/* ==================================*/
.mainslider-right-content .thumb-post {
  margin-bottom: 0;
}

/* ==================================*/
.wrap-below-banner {
  margin-top: 30px;
}

/* ==================================*/
.wrap-main-content:before, .wrap-main-content:after {
  content: " ";
  display: table;
}

.wrap-main-content:after {
  clear: both;
}

/* ==================================*/
@media screen and (min-width: 768px) {
  .sidebar-section {
    margin-left: 20px;
  }
}

/* ==================================*/
.wrapper-about {
  background-position: 100% 0;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-size: 60% 100%;
}

@media screen and (max-width: 767px) {
  .wrapper-about {
    background-size: 100%;
    padding-bottom: 30px;
    padding-top: 50%;
    background-position: top center;
  }
}

.wrapper-about .about-inner {
  background-color: #f9f9f9;
}

@media screen and (min-width: 768px) {
  .wrapper-about .about-inner {
    -webkit-clip-path: inset(0 50% 0 0);
    clip-path: inset(0 50% 0 0);   
  }
}

.wrapper-about .section-title {
  padding-bottom: 60px;
  padding-top: 50px;
  text-align: left;
}

.wrapper-about .section-title h2:after {
  margin-left: 0;
}

.wrapper-about .section-title .btn-holder {
  text-align: left;
}

.wrapper-about .button {
  background-color: #f9f9f9;
  border-width: 1px;
  border-style: solid;
  margin-left: 8px;
  margin-right: 8px;
  text-align: center;
}

.wrapper-about .button:hover,
.wrapper-about .button:focus,
.wrapper-about .button:active {
  border-width: 1px;
  border-style: solid;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .wrapper-about .section-title {
    padding-bottom: 0;
    text-align: center;
  }

  .wrapper-about .section-title h2:after {
      margin-left: auto;
  }

  .wrapper-about .button {
    margin-top: 20px;
  }

  .wrapper-about .section-title .btn-holder {
    text-align: center;
  }

}

/* ==================================*/
.wrapper-testimonial {
  background-color: #f9f9f9;
  padding-bottom: 60px;
  padding-top: 50px;
  text-align: center;
}

.wrapper-testimonial .slide-item {
  width: 100%;
}

.wrapper-testimonial .slider-outer {
  position: relative;
}

.wrapper-testimonial .banner-content {
  padding: 50px 35px 20px;
  background: #fff;
  -webkit-box-shadow: 0 0px 20px #e1e1e1;
  -moz-box-shadow: 0 0px 20px #e1e1e1;
  -ms-box-shadow: 0 0px 20px #e1e1e1;
  -o-box-shadow: 0 0px 20px #e1e1e1;
  box-shadow: 0 0px 20px #e1e1e1;
}

.wrapper-testimonial .text-content {
  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
}

.wrapper-testimonial .banner-footer{
  margin-top: 40px;
}

.wrapper-testimonial .banner-footer:before,
.wrapper-testimonial .banner-footer:after {
  display: table;
  content: "";
}

.wrapper-testimonial .banner-footer:after {
  clear: both;
}

.wrapper-testimonial .banner-footer .thumb-holder,
.wrapper-testimonial .banner-footer .user-detail{
  display: inline-block;
  vertical-align: top;
  margin-right: 7px;
  margin-left: 7px;
}

.wrapper-testimonial .thumb-holder {
  text-align: center;
}

.wrapper-testimonial .thumb-holder img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  vertical-align: top;
  line-height: 60px;
}

.wrapper-testimonial .slider-title {
  margin-top: 5px;
}

.wrapper-testimonial .slider-title a {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}

.wrapper-testimonial .slider-title span {
  font-size: 14px;
  display: block;
  margin-top: 5px;
  font-weight: 400;
  color: #919191;
  text-transform: capitalize;
}

.wrapper-testimonial .controls {
  height: 1px;
  margin: auto;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 999;
  left: 16%;
  width: 68%;
}

.wrapper-testimonial .controls a {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  background-color: #cccccc;
  color: #404040;
  display: inline-block;
  margin: 1px;
  line-height: 70px;
  float: left;
  margin-top: -20px;
  box-shadow: 0 0 0 5px #fff;
}

.wrapper-testimonial .controls a.slide-next {
    float: right;
    line-height: 60px;
}

.wrapper-testimonial .controls a i {
  font-size: 28px;
  color: #fff;
}

.wrapper-testimonial .controls a:hover,
.wrapper-testimonial .controls a:focus,
.wrapper-testimonial .controls a:active {
  color: #fff;
}

@media screen and (max-width: 1023px){
  .wrapper-testimonial .controls {
    left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 767px){
  .wrapper-testimonial .controls a {
    width: 28px;
    height: 28px;
    line-height: 28px;
  }
  .wrapper-testimonial .controls svg {
      width: 8px;
  }
  .wrapper-testimonial .controls a.slide-next {
      line-height: 42px;
  }
  .wrapper-testimonial .controls a i {
    font-size: 16px;
  }
  .wrapper-testimonial .banner-content {
    padding: 15px;
  }
  .wrapper-testimonial .text-content {
    font-size: 15px;
  }
}

/* ==================================*/

.wrapper-team {
  padding-top: 5%;
  padding-bottom: 5%;
  background-color: #fff;
}

.team-item {
  -webkit-transition: 0.2s box-shadow ease;
  -moz-transition: 0.2s box-shadow ease;
  -ms-transition: 0.2s box-shadow ease;
  -o-transition: 0.2s box-shadow ease;
  transition: 0.2s box-shadow ease;
}

.team-item .team-thumb {
  overflow: hidden;
}

.team-item .team-thumb img,
section.wrapper.wrapper-portfolio.wrapper-port img {
    vertical-align: top;
    -webkit-transition: 0.3s transform ease;
    -moz-transition: 0.3s transform ease;
    -ms-transition: 0.3s transform ease;
    -o-transition: 0.3s transform ease;
    transition: 0.3s transform ease;
  width: 100%;
}

.team-item .content {
    border: 1px solid #e1e1e1;
}

.wrapper-team .team-item h3 {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}

.wrapper-team .team-item h3 a {
  padding: 25px 15px;
  display: block;
  text-transform: uppercase;
}

.wrapper-team .team-item h3 span {
  font-size: 14px;
  display: block;
  margin-top: 10px;
  color: #919191;
  text-transform: capitalize;
}

.team-item:hover,
.team-item:focus,
.team-item:active{
  -webkit-box-shadow: 0 0px 20px #e1e1e1;
  -moz-box-shadow: 0 0px 20px #e1e1e1;
  -ms-box-shadow: 0 0px 20px #e1e1e1;
  -o-box-shadow: 0 0px 20px #e1e1e1;
  box-shadow: 0 0px 20px #e1e1e1;
}

.team-item:hover .team-thumb img,
.team-item:focus .team-thumb img,
.team-item:active .team-thumb img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

@media screen and (max-width: 767px){
  .team-item {
    text-align: center;
    margin-bottom: 20px;
  }
}

/* ==================================*/
.wrapper-portfolio {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .wrapper-port {
    padding-top: 30px;
  }
}

.wrapper-port .bannerbg .date {
  color: #fff;
}

.wrapper-port .single-thumb {
  color: #fff;
  margin: 1px;
}

.wrapper-port .single-thumb .content-area {
  -webkit-transition: opacity 0.5s ease, height 0.5s ease, width 0.5s ease;
  -moz-transition: opacity 0.5s ease, height 0.5s ease, width 0.5s ease;
  -ms-transition: opacity 0.5s ease, height 0.5s ease, width 0.5s ease;
  -o-transition: opacity 0.5s ease, height 0.5s ease, width 0.5s ease;
  transition: opacity 0.5s ease, height 0.5s ease, width 0.5s ease;
  opacity: 0;
}

.wrapper-port .single-thumb .content-area h2 {
  margin-top: 60px;
}

.wrapper-port .single-thumb:hover .content-area,
.wrapper-port .single-thumb:focus .content-area,
.wrapper-port .single-thumb:active .content-area {
  opacity: 0.9;
  width: 100%;
  height: 100%;
}

/* ==================================*/
.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: #DFB200;
  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 {
  background-color: #f9f9f9;
  padding-bottom: 90px;
  padding-top: 60px;
}

.blog-list-inner {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  padding: 15px;
  text-align: left;
}

.wrapper-blog .single-thumb {
  position: relative;
}

.wrapper-blog .single-thumb .content-area {
  opacity: 0;
}

.wrapper-blog .single-thumb:hover .content-area{
   opacity: 1;
}

.wrapper-blog .single-thumb .content-area i {
  height: 50px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  color: #fff;
  font-size: 28px;
  width: 50px;
  left: 0;
  right: 0;
  text-align: center;
}

.wrapper-blog .post-content {
  margin-top: 30px;
}

.post-content .cat a {
  font-size: 12px;
  text-transform: capitalize;
}

.wrapper-blog .carousel-group h3 {
  font-size: 18px;
}

.wrapper-blog .carousel-group h3 a {
  text-transform: uppercase;
  font-weight: 400;
}

.wrapper-blog .carousel-group .text {
  color: #787878;
}

.wrapper-blog .carousel-group .text:after {
    width: 60px;
    height: 1px;
    content: "";
    display: block;
    margin: 20px 0;
}

.wrapper-blog .post-footer {
  margin-top: 15px;
  padding-bottom: 15px;
}

.wrapper-blog .post-footer > span {
  margin-right: 5px;
  font-size: 13px;
}

.wrapper-blog .post-footer span i {
  font-size: 12px;
  margin-right: 5px;
}

.wrapper-blog .slick-arrow {
  padding: 17px 20px 19px;
  z-index: 999;
  border: none;
  border-radius: 0;
  opacity: 0.7;
}

.wrapper-blog .slick-arrow:before {
  font-family: "";
  background: transparent;
  color: #fff;
  font-size: 28px;
  top: 1px;
  position: absolute;
  left: 6px;
  z-index: 9;
}

.wrapper-blog .carousel-group .slick-dots {
    bottom: -40px;
}

@media screen and (max-width: 1024px){
  .wrapper-blog .slick-arrow.slick-prev {
    left: 0;
  }
  .wrapper-blog .slick-arrow.slick-next {
    right: 0;
  }
}
/* ==================================*/

.wrapper-callback {
  color: #ffffff;
  line-height: 1.6;
  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 .thumb-overlay{
  padding-top: 5%;
  padding-bottom: 5%;
  position: static;
}
.wrapper-callback h2 {
  font-size: 32px;
  font-size: 2rem;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 300;
}

.wrapper-callback .btn-holder {
  margin-top: 40px;
}

.wrapper-callback .btn-holder a {
  display: inline-block;
}

/* ==================================*/

h1.page-title,
h1.entry-title {
  padding-left: 20px;
  position: relative;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-bottom-width: 2px;
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 400;
  font-size: 24px;
  text-transform: uppercase;
}

h1.page-title:before,
h1.entry-title:before {
  width: 5px;
  height: 100%;
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  margin: auto;
  top: 0;
}

@media screen and (max-width: 767px){
  h1.page-title,
  h1.entry-title {
    font-size: 20px;
  }
}

/* ==================================*/
.page-content,
.entry-summary,
.entry-content {
  margin-top: 1em;
}

.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;
}

.error-404 .search-form .search-field {
  width: 100%;
}

.error-404 .search-form .search-submit {
  width: 120px;
}

.search-form .search-submit:hover,
.search-form .search-submit:focus,
.search-form .search-submit:active {
  letter-spacing: 1px;
}

.error-404 .search-form label {
  width: calc(100% - 126px);
}

/* ==================================*/

.footer-widgetsection {
  background: #333333;
  padding-top: 60px;
  border-bottom: 1px solid #565656;
}

.footer-widgetsection .widget {
  background-color: transparent;
  border: none;
  color: #cccccc;
  padding-bottom: 2px;
  padding-top: 20px;
  line-height: 1.5;
  font-size: 14px;
  font-size: 0.875rem; 
}

.footer-widgetsection .widgettitle,
.footer-widgetsection .widget-title {
  background: none;
  border-left: none;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  font-size: 24px;
  font-size: 1.5rem;
}
.footer-widgetsection .widget li {
  border: none;
}
.footer-widgetsection a {
    color: #cccccc; 
}

.footer-widgetsection .widget_calendar td,
.footer-widgetsection .widget_calendar th {
    border: 1px solid #ededed;
    color: #ccc;
}
.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-widgetsection .widget_calendar caption {
  color: #fff;
}

.site-footer {
  background-color: #333333;
  padding-bottom: 15px;
  padding-top: 15px;
  text-align: left;
}

@media screen and (max-width: 1023px){
  .footer-widgetsection .widget {
    padding-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .site-footer {
    text-align: center;
  }
}

.site-footer .copyright {
  color: #a1a1a1;
  display: inline-block;
  margin-top: 7px;
}

.site-footer .site-info {
  color: #a1a1a1;
  font-size: 13.008px;
  font-size: 0.813rem;
}

.site-footer .site-info a,
.site-footer .site-info a:visited {
  color: #cccccc;
}

.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: 13.008px;
  font-size: 0.813rem;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
  color: #b3b3b3;
}

/* ==================================*/
.page-inner-title {
  background: no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #4d4d4d;
  background-position: center center;
  background-repeat: repeat;
  color: #ffffff;
  position: relative;
  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;
}

.page-inner-title .taxonomy-description, .page-inner-title .entry-header .entry-title {
  color: #ffffff;
  padding-left: 15px;
  padding-right: 15px;
}

.page-inner-title .entry-header .entry-title {
  text-transform: uppercase;
}

.page-inner-title .entry-header a,
.page-inner-title .entry-header a:visited,
.page-inner-title .entry-header time,
.page-inner-title .entry-header time:visited {
  color: #ccc;
}

/* ==================================*/
.wrap-breadcrumb {
  background-color: #333333;
  color: #ffffff;
  font-size: 13.008px;
  font-size: 0.813rem;
  position: absolute;
}

.wrap-breadcrumb .container {
  padding-bottom: 10px;
  padding-top: 10px;
}

.wrap-breadcrumb ul {
  padding-left: 0;
  margin: 3px 0;
}

.wrap-breadcrumb li {
  display: inline-block;
  list-style: none;
  padding: 0 10px;
  color: #d9d9d9;
}

.wrap-breadcrumb li:after {
  display: inline-block;
  content: "";
  height: 14px;
  width: 1px;
  background-color: #bababa;
  transform: rotate(25deg);
  margin-left: 10px;
  vertical-align: middle;
}

.wrap-breadcrumb li:last-child:after {
  display: none;
}

.wrap-breadcrumb li:first-child {
  padding-left: 0;
}

.wrap-breadcrumb a {
  color: #ffffff;
  opacity: 1;
}

.wrap-breadcrumb a:hover {
  color: #bfbfbf;
}

.wrap-breadcrumb span, .wrap-breadcrumb .page-links a, .page-links .wrap-breadcrumb a {
  margin-left: 5px;
  margin-right: 5px;
}

.wrap-breadcrumb span:first-child, .wrap-breadcrumb .page-links a:first-child, .page-links .wrap-breadcrumb a:first-child {
  margin-left: 0;
}
/* ==================================*/
/* ==================================*/
.error404 input[type="submit"] {
  padding-top: 13px;
  padding-bottom: 13px;
}

/*WooCommerce Compatible*/
.woocommerce .site-main {
  margin: 0;
  margin-bottom: 2em;
  background: #fff;
  border: 1px solid #e1e1e1;
  padding: 15px;
}

.woocommerce div.product .woocommerce-tabs .panel {
    padding: 15px;
}

.woocommerce nav.woocommerce-pagination ul {
    display: block;
    border: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.woocommerce nav.woocommerce-pagination ul li{
  float: none;
}

.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button,
.woocommerce #respond input#submit:focus, 
.woocommerce a.button:focus, 
.woocommerce button.button:focus, 
.woocommerce input.button:focus,
.woocommerce .cart .button, 
.woocommerce .cart input.button{
  padding: 10px 16px 11px;
  font-size: 13px;
  color: #fff;
  line-height: 1.2;
}

.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover{
  color: #fff;
}

.woocommerce #content table.cart td.actions .input-text, 
.woocommerce table.cart td.actions .input-text, 
.woocommerce-page #content table.cart td.actions .input-text, 
.woocommerce-page table.cart td.actions .input-text{
  max-height: 36px;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 100px;
  font-size: 13px;
}

.woocommerce input[type="text"], 
.woocommerce input[type="email"], 
.woocommerce input[type="url"], 
.woocommerce input[type="password"], 
.woocommerce input[type="search"],
.woocommerce input[type="tel"]{
  height: 42px;
}

.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  color: #fff;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
  display: inline-block;
  font-size: 13px;
  padding: 1em;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  padding: 0.75em 1em;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 100px;
  font-size: 13px;
}

@media screen and (max-width: 479px){
  .woocommerce #respond input#submit, 
  .woocommerce a.button, 
  .woocommerce button.button, 
  .woocommerce input.button,
  .woocommerce #respond input#submit:focus, 
  .woocommerce a.button:focus, 
  .woocommerce button.button:focus, 
  .woocommerce input.button:focus {
    padding: 13px 20px 14px;
    font-size: 12px;
  }

  .woocommerce #content table.cart td.actions .coupon .button,
  .woocommerce #content table.cart td.actions .coupon .input-text,
  .woocommerce #content table.cart td.actions .coupon input,
  .woocommerce table.cart td.actions .coupon .button,
  .woocommerce table.cart td.actions .coupon .input-text,
  .woocommerce table.cart td.actions .coupon input,
  .woocommerce-page #content table.cart td.actions .coupon .button,
  .woocommerce-page #content table.cart td.actions .coupon .input-text,
  .woocommerce-page #content table.cart td.actions .coupon input,
  .woocommerce-page table.cart td.actions .coupon .button,
  .woocommerce-page table.cart td.actions .coupon .input-text,
  .woocommerce-page table.cart td.actions .coupon input{
    width: 100%;
    margin-top: 5px;
  }
}

.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
    height: 37px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
    height: 37px;
}

/*BBpress Compatible*/
.wp-editor-container input[type="button"] {
    background-color: inherit !important;
}

.wp-editor-container input[type="button"]:hover,
.wp-editor-container input[type="button"]:focus {
    background-color: inherit !important;
    border: inherit !important;
}

.slide-item:not(:first-child) {
  display: none;
  visibility: hidden;
}

/*==== HAPPY STYLING!!! ===*/
/*=========================*/

/*==== fixing ===*/
/*=========================*/
.container.not-enabled,
.container.enabled{
  padding-top: 40px;
}

.pnf-widget.pull-right {
    padding-right: 0;
    float: right;
}

.gallery .gallery-item {
   max-width: 50%;
}