/*
||===================================================||
||                                                   ||
||          Table of Contents Page Builder           ||
||                                                   ||
||          1. 	Mixins                               ||
||          2. 	Reset Styles                         ||
||          3. 	Preloader                            ||
||          4. 	Header                               ||
||          5. 	Menu                                 ||
||          6. 	Blog                                 ||
||          7. 	Blog single                          ||
||          8. 	Pagination                           ||
||          9. 	Widget                               ||
||          10. 	Footer                           ||
||          11. Footer  Widget                       ||
||          12. Search form Full Width               ||
||          13. Style Selector                       ||
||          14. Responsive                           ||
==================================================== ||
*/
/*-------------------------------------------------------------------

==  Mixins

-------------------------------------------------------------------*/
/*-------------------------------------------------------------------

==  Reset Styles

-------------------------------------------------------------------*/
* {
  word-wrap: break-word; }

.fl--header-title {
  word-wrap: break-word;
  letter-spacing: 1px;
  font-size: 50px;
  margin-bottom: 0;
  color: #fff; }

.fl--sub-title {
  font-size: 25px; }

.fl--post-pre-title {
  font-size: 15px;
  color: #cbcbcb;
  margin-bottom: 5px; }

h3.logo {
  margin-bottom: 0; }

body {
  text-rendering: optimizeLegibility; }

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

audio[controls], canvas, video {
  display: inline-block; }

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%; }

body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, ul, li, ol, a, em, img, strong, fieldset, form, label, article, aside,
details, figcaption, figure, footer, header, hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline;
  list-style: none; }

:focus {
  outline: 0; }

img {
  vertical-align: middle;
  outline: 0; }

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none; }

html, body, textarea, input {
  -webkit-text-size-adjust: none; }

body {
  text-align: left;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

figure {
  margin: 0 0 1rem; }

/*-------------------------------------------------------------------

==  WordPress Core.

-------------------------------------------------------------------*/
code, kbd, tt, var {
  font: 14px Monaco, "Courier New", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace;
  color: #7b7b7b;
  word-break: break-all;
  word-wrap: break-word; }

.hidden.button {
  display: none !important; }

.alignnone {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

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

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

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

a img.alignnone {
  margin: 5px 20px 20px 0; }

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

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

.wp-caption {
  max-width: 98%;
  padding: 4px;
  text-align: center;
  background: #f7f7f7; }
  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto; }
  .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px; }
  .wp-caption.alignnone {
    margin: 5px 0 20px 0; }
  .wp-caption.alignleft {
    margin: 5px 20px 20px 0; }
  .wp-caption.alignright {
    margin: 5px 0 20px 20px; }

/*====================================================================
==  image gallery
====================================================================*/
.gallery-columns-1 {
  float: left;
  width: 100%; }

.gallery-columns-1 .gallery-item {
  float: left;
  width: 100%;
  margin-bottom: 25px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px; }

.gallery-columns-1 .gallery-item img {
  margin-bottom: 10px; }

.gallery-columns-1 .gallery-item:nth-child(3n+1) {
  clear: left; }

.gallery-columns-2 {
  float: left;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  float: left;
  width: 50%;
  margin-bottom: 25px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px; }

.gallery-columns-2 .gallery-item img {
  margin-bottom: 10px; }

.gallery-columns-2 .gallery-item:nth-child(2n+1) {
  clear: left; }

.gallery-columns-3 {
  float: left;
  width: 100%; }

.gallery-columns-3 .gallery-item {
  float: left;
  width: 33.333%;
  margin-bottom: 25px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px; }

.gallery-columns-3 .gallery-item img {
  margin-bottom: 10px; }

.gallery-columns-3 .gallery-item:nth-child(3n+1) {
  clear: left; }

.gallery-columns-4 {
  float: left;
  width: 100%; }

.gallery-columns-4 .gallery-item {
  float: left;
  width: 25%;
  margin-bottom: 25px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px; }

.gallery-columns-4 .gallery-item img {
  margin-bottom: 10px; }

.gallery-columns-4 .gallery-item:nth-child(4n+1) {
  clear: left; }

.gallery-columns-5 {
  float: left;
  width: 100%; }

.gallery-columns-5 .gallery-item {
  float: left;
  width: 20%;
  margin-bottom: 25px;
  text-align: center; }

.gallery-columns-5 .gallery-item img {
  margin-bottom: 10px; }

.gallery-columns-5 .gallery-item:nth-child(5n+1) {
  clear: left; }

.gallery-columns-6 {
  float: left;
  width: 100%; }

.gallery-columns-6 .gallery-item {
  float: left;
  width: 16.6666%;
  margin-bottom: 25px;
  text-align: center; }

.gallery-columns-6 .gallery-item img {
  margin-bottom: 10px; }

.gallery-columns-6 .gallery-item:nth-child(6n+1) {
  clear: left; }

.gallery-columns-7 {
  float: left;
  width: 100%; }

.gallery-columns-7 .gallery-item {
  float: left;
  width: 14.2857%;
  margin-bottom: 25px;
  text-align: center; }

.gallery-columns-7 .gallery-item img {
  margin-bottom: 10px; }

.gallery-columns-7 .gallery-item:nth-child(7n+1) {
  clear: left; }

.gallery-columns-8 {
  float: left;
  width: 100%; }

.gallery-columns-8 .gallery-item {
  float: left;
  width: 12.5%;
  margin-bottom: 25px;
  text-align: center; }

.gallery-columns-8 .gallery-item img {
  margin-bottom: 10px; }

.gallery-columns-8 .gallery-item:nth-child(8n+1) {
  clear: left; }

.gallery-columns-9 {
  float: left;
  width: 100%; }

.gallery-columns-9 .gallery-item {
  float: left;
  width: 11.1111%;
  margin-bottom: 25px;
  text-align: center; }

.gallery-columns-9 .gallery-item img {
  margin-bottom: 10px; }

.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left; }

/*-------------------------------------------------------------------

==  Header style

-------------------------------------------------------------------*/
.mask-header-img-archive, .mask-header-img-woo-archive, .mask-header-img-single, .mask-header-img-woo_single, .mask-header-img-404, .mask-header-post {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }

.page_heading {
  overflow: hidden;
  height: 100%;
  min-height: 500px; }

.parallax-content_header {
  min-height: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .parallax-content_header .container {
    width: 100%; }

.content_header {
  min-height: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .content_header .container {
    width: 100%; }

.page_heading-disable-parallax {
  min-height: 500px;
  width: 100%;
  position: relative;
  overflow: hidden; }
  .page_heading-disable-parallax .parallax-off-img {
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }

/*-------------------------------------------------------------------

==  Jarallax

-------------------------------------------------------------------*/
.jarallax {
  position: relative;
  z-index: 0; }

.jarallax > .jarallax-img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-background-size: cover;
          background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  z-index: -1; }

/*-------------------------------------------------------------------

==  Padding page

-------------------------------------------------------------------*/
.fl-page-padding {
  width: 100%;
  height: 100px;
  display: block; }

/*-------------------------------------------------------------------

==  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;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  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. */ }

/*-------------------------------------------------------------------

==  Form

-------------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  min-height: 35px;
  -webkit-appearance: button;
  font-size: 14px;
  background: transparent;
  letter-spacing: 1px;
  border: 1px;
  text-transform: uppercase; }

button {
  outline: none !important; }

input[type=text],
input[type=email],
input[type=url],
input[type=search],
input[type=password],
input[type=tel],
select {
  background-color: #fff;
  font-weight: 400 !important;
  color: #908c8a;
  font-family: inherit;
  width: 100%;
  height: 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  margin-bottom: 20px;
  padding: 12px 4px 6px;
  font-size: 13px;
  border-width: 0 0 1px 0;
  border-color: #ddd;
  letter-spacing: .02em; }
  input[type=text]::-webkit-input-placeholder,
  input[type=email]::-webkit-input-placeholder,
  input[type=url]::-webkit-input-placeholder,
  input[type=search]::-webkit-input-placeholder,
  input[type=password]::-webkit-input-placeholder,
  input[type=tel]::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    color: inherit !important; }
  input[type=text]::-moz-placeholder,
  input[type=email]::-moz-placeholder,
  input[type=url]::-moz-placeholder,
  input[type=search]::-moz-placeholder,
  input[type=password]::-moz-placeholder,
  input[type=tel]::-moz-placeholder,
  select::-moz-placeholder {
    color: inherit !important; }
  input[type=text]::-ms-input-placeholder,
  input[type=email]::-ms-input-placeholder,
  input[type=url]::-ms-input-placeholder,
  input[type=search]::-ms-input-placeholder,
  input[type=password]::-ms-input-placeholder,
  input[type=tel]::-ms-input-placeholder,
  select::-ms-input-placeholder {
    color: inherit !important; }
  input[type=text]::placeholder,
  input[type=email]::placeholder,
  input[type=url]::placeholder,
  input[type=search]::placeholder,
  input[type=password]::placeholder,
  input[type=tel]::placeholder,
  select::placeholder {
    color: inherit !important; }
  input[type=text]:hover, input[type=text]:active, input[type=text]:focus,
  input[type=email]:hover,
  input[type=email]:active,
  input[type=email]:focus,
  input[type=url]:hover,
  input[type=url]:active,
  input[type=url]:focus,
  input[type=search]:hover,
  input[type=search]:active,
  input[type=search]:focus,
  input[type=password]:hover,
  input[type=password]:active,
  input[type=password]:focus,
  input[type=tel]:hover,
  input[type=tel]:active,
  input[type=tel]:focus,
  select:hover,
  select:active,
  select:focus {
    -webkit-transition: border-color ease-in-out .15s, color .3s ease, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, color .3s ease, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s,color .3s ease;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s,color .3s ease;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s,color .3s ease, -webkit-box-shadow ease-in-out .15s; }
  input[type=text]:focus::-webkit-input-placeholder, input[type=text]:active::-webkit-input-placeholder,
  input[type=email]:focus::-webkit-input-placeholder,
  input[type=email]:active::-webkit-input-placeholder,
  input[type=url]:focus::-webkit-input-placeholder,
  input[type=url]:active::-webkit-input-placeholder,
  input[type=search]:focus::-webkit-input-placeholder,
  input[type=search]:active::-webkit-input-placeholder,
  input[type=password]:focus::-webkit-input-placeholder,
  input[type=password]:active::-webkit-input-placeholder,
  input[type=tel]:focus::-webkit-input-placeholder,
  input[type=tel]:active::-webkit-input-placeholder,
  select:focus::-webkit-input-placeholder,
  select:active::-webkit-input-placeholder {
    color: transparent !important;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease; }

textarea {
  color: #908c8a;
  outline: none;
  resize: none;
  display: block;
  width: 100%;
  background-color: #fff;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  margin-bottom: 20px;
  padding: 12px 4px 6px;
  font-size: 13px;
  border-width: 0 0 1px 0;
  border-color: #ddd;
  letter-spacing: .02em; }
  textarea::-webkit-input-placeholder {
    color: inherit !important; }
  textarea::-moz-placeholder {
    color: inherit !important; }
  textarea::-ms-input-placeholder {
    color: inherit !important; }
  textarea::placeholder {
    color: inherit !important; }
  textarea:hover, textarea:active, textarea:focus {
    -webkit-transition: border-color ease-in-out .15s, color .3s ease, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, color .3s ease, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s,color .3s ease;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s,color .3s ease;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s,color .3s ease, -webkit-box-shadow ease-in-out .15s; }
  textarea:focus::-webkit-input-placeholder, textarea:active::-webkit-input-placeholder {
    color: transparent !important;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    border-color: #ff343b; }

/*-------------------------------------------------------------------

==  Helping Class

-------------------------------------------------------------------*/
.fl_overflow_hidden {
  overflow: hidden; }

/*-------------------------------------------------------------------

==  Float & Align

-------------------------------------------------------------------*/
.float-left {
  float: left  !important; }

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

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

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

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

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

/*-------------------------------------------------------------------

Clearfix

-------------------------------------------------------------------*/
.cf:before, .clearfix:before,
.cf:after, .clearfix:after {
  content: "";
  display: table; }

.cf:after, .clearfix:after {
  clear: both; }

.clear {
  clear: both; }

/*-------------------------------------------------------------------

==  Links

-------------------------------------------------------------------*/
a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 200ms linear;
  -o-transition: color 200ms linear;
  transition: color 200ms linear; }

/*-------------------------------------------------------------------

==  TYPOGRAPHY

-------------------------------------------------------------------*/
p {
  margin: 0 0 6px; }

p + p {
  margin-top: 26px; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

img {
  border: 0; }

.small {
  font-size: 10px; }

hr {
  display: block;
  height: 0;
  line-height: 0;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 16px 0;
  float: none;
  clear: both;
  padding: 0; }

kbd {
  padding: 3px 6px;
  font-size: 90%;
  color: rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0.05); }

dt, b, strong {
  font-weight: 500; }

li > p {
  margin-bottom: 0; }

table thead tr th, table tfoot tr td {
  font-size: 14px;
  font-weight: bold;
  padding: 8px 10px 9px;
  color: #232323; }

table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td {
  display: table-cell;
  text-align: left; }

/*-------------------------------------------------------------------

==  Framework TYPOGRAPHY

-------------------------------------------------------------------*/
.inner_content p a, .fl-comment-moderation p a {
  text-decoration: none;
  line-height: inherit;
  color: inherit;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease; }
  .inner_content p a:hover, .fl-comment-moderation p a:hover {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    color: #232323 !important; }
.inner_content a:link, .inner_content a:visited, .inner_content a:hover, .inner_content a:active, .fl-comment-moderation a:link, .fl-comment-moderation a:visited, .fl-comment-moderation a:hover, .fl-comment-moderation a:active {
  text-decoration: none; }
.inner_content pre, .fl-comment-moderation pre {
  display: block;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  font-family: 'monospace';
  background-color: #f5f5f5;
  padding: 20px;
  margin: 0 0 10px;
  word-break: break-all;
  word-wrap: break-word;
  overflow-x: auto; }
.inner_content address, .fl-comment-moderation address {
  display: inline-block;
  padding: 20px;
  background: #f1f1f1;
  line-height: 20px;
  margin-bottom: 15px; }
.inner_content .wp-caption, .fl-comment-moderation .wp-caption {
  width: auto; }
  .inner_content .wp-caption p.wp-caption-text, .fl-comment-moderation .wp-caption p.wp-caption-text {
    background: #ffffff;
    text-align: center;
    color: #898989 !important;
    margin: 0 !important; }
.inner_content abbr, .fl-comment-moderation abbr {
  cursor: help;
  text-transform: uppercase; }
.inner_content img.size-auto,
.inner_content img.size-full,
.inner_content img.size-large,
.inner_content img.size-medium,
.inner_content .attachment img, .fl-comment-moderation img.size-auto,
.fl-comment-moderation img.size-full,
.fl-comment-moderation img.size-large,
.fl-comment-moderation img.size-medium,
.fl-comment-moderation .attachment img {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */ }
.inner_content .alignleft,
.inner_content img.alignleft, .fl-comment-moderation .alignleft,
.fl-comment-moderation img.alignleft {
  display: inline;
  float: left;
  margin-right: 1em; }
.inner_content .alignright, .fl-comment-moderation .alignright {
  display: inline;
  float: right;
  margin-left: 1em; }
.inner_content img.alignright, .fl-comment-moderation img.alignright {
  display: inline;
  float: right;
  margin: 5px 0 20px 40px; }
.inner_content .aligncenter,
.inner_content img.aligncenter, .fl-comment-moderation .aligncenter,
.fl-comment-moderation img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }
.inner_content img.alignleft,
.inner_content img.alignright,
.inner_content img.aligncenter, .fl-comment-moderation img.alignleft,
.fl-comment-moderation img.alignright,
.fl-comment-moderation img.aligncenter {
  margin-bottom: 1em; }
.inner_content .wp-caption, .fl-comment-moderation .wp-caption {
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: center; }
.inner_content .wp-caption p.wp-caption-text, .fl-comment-moderation .wp-caption p.wp-caption-text {
  color: #888;
  font-size: 11px;
  margin: 0;
  padding: 5px; }
.inner_content .wp-smiley, .fl-comment-moderation .wp-smiley {
  margin: 0; }
.inner_content table, .fl-comment-moderation table {
  font-size: 14px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  border-spacing: 0;
  text-align: center;
  margin: 0 0 18px; }
  .inner_content table thead, .fl-comment-moderation table thead {
    background: transparent;
    border-bottom: 2px solid rgba(0, 0, 0, 0.08); }
    .inner_content table thead tr th, .fl-comment-moderation table thead tr th {
      font-size: 11px;
      line-height: 1.2;
      text-transform: uppercase;
      letter-spacing: .4px;
      padding: 9px 11px 10px;
      color: #232323; }
  .inner_content table tbody tr, .fl-comment-moderation table tbody tr {
    border-bottom: 1px solid #eee; }
    .inner_content table tbody tr:last-child, .fl-comment-moderation table tbody tr:last-child {
      border-bottom: none; }
  .inner_content table th, .inner_content table td, .fl-comment-moderation table th, .fl-comment-moderation table td {
    line-height: 2.8;
    vertical-align: middle;
    padding: 10px 12px; }
  .inner_content table th:first-child, .inner_content table td:first-child, .fl-comment-moderation table th:first-child, .fl-comment-moderation table td:first-child {
    text-align: left; }
.inner_content .tagssingle, .fl-comment-moderation .tagssingle {
  margin-top: 30px; }
.inner_content dt, .inner_content b, .inner_content strong, .fl-comment-moderation dt, .fl-comment-moderation b, .fl-comment-moderation strong {
  font-weight: bold; }
.inner_content .wp-caption.alignleft, .fl-comment-moderation .wp-caption.alignleft {
  margin: 5px 40px 20px 0; }
.inner_content .alignleft, .fl-comment-moderation .alignleft {
  float: left;
  margin: 5px 40px 20px 0; }
.inner_content .alignright, .fl-comment-moderation .alignright {
  float: right;
  margin: 5px 0 20px 40px; }
.inner_content figcaption.wp-caption-text, .fl-comment-moderation figcaption.wp-caption-text {
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  padding: 10px 4px 0; }
.inner_content ul, .inner_content ol, .inner_content dl, .fl-comment-moderation ul, .fl-comment-moderation ol, .fl-comment-moderation dl {
  line-height: 1.6;
  margin-bottom: 17px; }
.inner_content ol, .fl-comment-moderation ol {
  position: relative;
  line-height: 2;
  color: #3b3b3b;
  list-style-type: decimal;
  margin-left: 20px;
  margin-bottom: 20px; }
.inner_content ol > li, .fl-comment-moderation ol > li {
  list-style-type: decimal;
  padding-top: 6px; }
.inner_content ul, .fl-comment-moderation ul {
  margin-left: 20px;
  margin-bottom: 20px; }
.inner_content ul > li, .fl-comment-moderation ul > li {
  position: relative;
  line-height: 2;
  padding-left: 15px;
  padding-top: 6px;
  list-style: disc; }
.inner_content ul > li > ul, .inner_content ol > li > ul, .inner_content ul > li > ol, .fl-comment-moderation ul > li > ul, .fl-comment-moderation ol > li > ul, .fl-comment-moderation ul > li > ol {
  margin-bottom: 10px; }
.inner_content ul > li > ul:last-child, .inner_content ol > li > ul:last-child, .inner_content ul > li > ol:last-child, .fl-comment-moderation ul > li > ul:last-child, .fl-comment-moderation ol > li > ul:last-child, .fl-comment-moderation ul > li > ol:last-child {
  margin-bottom: 0; }
.inner_content ul > li ul > li, .fl-comment-moderation ul > li ul > li {
  position: relative;
  line-height: 2;
  padding-left: 15px;
  padding-top: 6px;
  list-style: circle; }
.inner_content ul > li ul > li ul > li, .fl-comment-moderation ul > li ul > li ul > li {
  position: relative;
  line-height: 2;
  padding-left: 15px;
  padding-top: 6px;
  list-style: square; }

.fl-story-blog-inner h1, .fl-story-blog-inner h2, .fl-story-blog-inner h3, .fl-story-blog-inner h4, .fl-story-blog-inner h5, .fl-story-blog-inner h6, .fl-story-page-inner h1, .fl-story-page-inner h2, .fl-story-page-inner h3, .fl-story-page-inner h4, .fl-story-page-inner h5, .fl-story-page-inner h6 {
  text-transform: none; }

/*====================================================================
==  Clearfix for the .slides element
====================================================================*/
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

.gallery-caption {
  font-size: 100%; }

.bypostauthor {
  font-size: 100%; }

.fl-post-pages {
  text-align: center; }
  .fl-post-pages .fl-pagination-text {
    margin-right: 5px;
    font-weight: bold; }
  .fl-post-pages .page-numbers {
    font-size: 13px;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-right: 8px;
    cursor: pointer;
    color: #ffffff;
    background: #282828; }
  .fl-post-pages a .page-numbers {
    color: #232323;
    background: #f1f1f1;
    font-size: 13px;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-right: 8px;
    cursor: pointer; }
  .fl-post-pages a:hover .page-numbers {
    color: #ffffff;
    background: #282828;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear; }

form.fl-form-password-protected .fl-input-group {
  margin-bottom: 15px; }
  form.fl-form-password-protected .fl-input-group input[type="password"] {
    width: 50% !important;
    height: 45px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0; }
  form.fl-form-password-protected .fl-input-group button.fl-pass-button {
    line-height: 1;
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 0;
    padding: 11px 25px;
    font-weight: 400;
    font-size: 11px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid #eaeaeb;
    white-space: nowrap;
    text-transform: uppercase;
    color: #777;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    letter-spacing: .02em;
    -webkit-border-radius: 0;
            border-radius: 0; }
    form.fl-form-password-protected .fl-input-group button.fl-pass-button:before {
      content: '';
      display: inline-block;
      margin-right: 7px;
      margin-left: -6px;
      border-width: 4px 6px;
      border-style: solid;
      border-color: transparent;
      border-right-color: #50903e !important; }
    form.fl-form-password-protected .fl-input-group button.fl-pass-button:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 110%;
      height: 100%;
      background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0))) -2em 0 no-repeat;
      background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) -2em 0 no-repeat;
      background: -o-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) -2em 0 no-repeat;
      background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) -2em 0 no-repeat;
      -webkit-background-size: 2em 100%;
              background-size: 2em 100%; }
    form.fl-form-password-protected .fl-input-group button.fl-pass-button:hover {
      -webkit-box-shadow: 0 0 4px 0 #ccc;
              box-shadow: 0 0 4px 0 #ccc;
      -webkit-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      form.fl-form-password-protected .fl-input-group button.fl-pass-button:hover:after {
        -webkit-transition: .7s linear;
        -o-transition: .7s linear;
        transition: .7s linear;
        background-position: 150% 0; }

button {
  padding-left: 35px;
  padding-right: 35px;
  font-size: 11px;
  line-height: 51px;
  min-height: 51px;
  letter-spacing: 0.3px;
  border: 0; }

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

a {
  text-decoration: none !important; }
  a:hover {
    text-decoration: none !important; }
  a:active {
    text-decoration: none !important; }
  a:focus {
    color: inherit !important; }

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

iframe {
  max-width: 100%;
  width: 100%; }

.sticky .fl-post--title a {
  padding-left: 20px;
  position: relative; }
  .sticky .fl-post--title a:after {
    position: absolute;
    left: 0;
    top: 7px;
    content: '\f08d';
    font-family: FontAwesome;
    font-size: 17px; }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
/*====================================================================
==  Setting Header Font
====================================================================*/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1.25rem;
  line-height: 1.1; }

/*====================================================================
==  Blockquote Style post
====================================================================*/
blockquote {
  position: relative;
  margin-top: 35px;
  padding: 50px 20px 40px;
  text-align: center;
  letter-spacing: .02em;
  font-size: 15px;
  line-height: 1.5;
  color: #222;
  background: #f7f7f7;
  margin-bottom: 35px; }
  blockquote a {
    color: #252c30;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
    transition: 400ms ease-in-out; }
    blockquote a:hover {
      color: inherit;
      -webkit-transition: 400ms ease-in-out;
      -o-transition: 400ms ease-in-out;
      transition: 400ms ease-in-out; }
  blockquote p {
    text-align: inherit; }
    blockquote p cite {
      margin-top: 20px;
      display: block; }
      blockquote p cite a {
        -webkit-transition: 300ms ease;
        -o-transition: 300ms ease;
        transition: 300ms ease;
        font-size: 13px; }
        blockquote p cite a:hover {
          opacity: 1;
          -webkit-transition: 300ms ease;
          -o-transition: 300ms ease;
          transition: 300ms ease; }
    blockquote p:last-child {
      margin-bottom: 0; }
  blockquote:before {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 54px;
    height: 54px;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    content: '\e816';
    font-family: fl-custom-icon-font;
    text-align: center;
    color: #fff;
    border: 5px solid #f7f7f7;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    font-style: normal; }

/*====================================================================
==  Sidebar Position style
====================================================================*/
.sidebar_left {
  float: left;
  position: relative;
  min-height: 1px; }
  .sidebar_left .sidebar {
    margin-right: -30px; }

.position_sidebar_left {
  float: right;
  position: relative;
  min-height: 1px; }
  .position_sidebar_left .fl-content-wrapper {
    padding-left: 38px; }

.sidebar_right {
  float: right;
  position: relative;
  min-height: 1px; }
  .sidebar_right .sidebar {
    margin-left: -30px; }

.position_sidebar_right {
  float: left;
  position: relative;
  min-height: 1px; }
  .position_sidebar_right .fl-content-wrapper {
    padding-right: 38px; }

/*====================================================================
==  Full width page and menu Container
====================================================================*/
.fl_main {
  overflow: hidden; }

.container-fluid-menu {
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin: 0;
  position: relative; }
  .container-fluid-menu > .cf {
    width: 100%; }

/*====================================================================
==  Menu auto hide bug fixed with admin bar
====================================================================*/
body.admin-bar .fl-nav-fixed-light {
  position: fixed;
  top: 32px; }
body.admin-bar .fl-nav-fixed-dark {
  position: fixed;
  top: 32px; }

h3.logo_light, .subtitle_logo_light {
  color: #ffffff; }

/*====================================================================
==  Container fluid setting
====================================================================*/
.fl-container-fluid-padding-on {
  padding-left: .9375rem;
  padding-right: .9375rem; }
  .fl-container-fluid-padding-on:after {
    content: "";
    display: table;
    clear: both; }
  .fl-container-fluid-padding-on:before {
    content: "";
    display: table;
    clear: both; }

.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important; }

/*====================================================================
==  Width helping class
====================================================================*/
.fl-width-10 {
  width: 10%; }

.fl-width-20 {
  width: 20%; }

.fl-width-30 {
  width: 30%; }

.fl-width-40 {
  width: 40%; }

.fl-width-50 {
  width: 50%; }

.fl-width-60 {
  width: 60%; }

.fl-width-70 {
  width: 70%; }

.fl-width-80 {
  width: 80%; }

.fl-width-90 {
  width: 90%; }

.fl-width-100 {
  width: 100%; }

/*====================================================================
==  Password protected
====================================================================*/
.fl-form-password-protected .fl-input-group .form-control {
  width: -webkit-calc(100% - 114px);
  width: calc(100% - 114px);
  float: left;
  padding-left: 15px;
  min-height: 46px; }
.fl-form-password-protected .fl-input-group .fl-pass-button {
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  font-size: 13px;
  letter-spacing: 1px;
  float: left;
  min-height: 46px; }

/*====================================================================
==  Gap
====================================================================*/
.fl-gap,
.fl-gap-1,
.fl-gap-2,
.fl-gap-3,
.fl-gap-4,
.fl-gap-5,
.fl-gap-6 {
  display: block;
  height: 20px; }
  .fl-gap:after, .fl-gap:before,
  .fl-gap-1:after,
  .fl-gap-1:before,
  .fl-gap-2:after,
  .fl-gap-2:before,
  .fl-gap-3:after,
  .fl-gap-3:before,
  .fl-gap-4:after,
  .fl-gap-4:before,
  .fl-gap-5:after,
  .fl-gap-5:before,
  .fl-gap-6:after,
  .fl-gap-6:before {
    content: '';
    display: table;
    clear: both; }

.fl-gap-1 {
  height: 30px; }

.fl-gap-2 {
  height: 40px; }

.fl-gap-3 {
  height: 60px; }

.fl-gap-4 {
  height: 80px; }

.fl-gap-5 {
  height: 100px; }

.fl-gap-6 {
  height: 120px; }

/*====================================================================
==  Img animation
====================================================================*/
.fl-post--holder.fl_img_zoom_in, .fl-single-img.fl_img_zoom_in, .vc_single_image-wrapper.fl_img_zoom_in {
  overflow: hidden; }
  .fl-post--holder.fl_img_zoom_in img, .fl-single-img.fl_img_zoom_in img, .vc_single_image-wrapper.fl_img_zoom_in img {
    -webkit-transform: scale(1.000000001);
        -ms-transform: scale(1.000000001);
            transform: scale(1.000000001);
    -webkit-transition: -webkit-transform 0.7s;
    transition: -webkit-transform 0.7s;
    -o-transition: transform 0.7s;
    transition: transform 0.7s;
    transition: transform 0.7s, -webkit-transform 0.7s; }
  .fl-post--holder.fl_img_zoom_in:hover img, .fl-single-img.fl_img_zoom_in:hover img, .vc_single_image-wrapper.fl_img_zoom_in:hover img {
    -webkit-transition: -webkit-transform 0.7s;
    transition: -webkit-transform 0.7s;
    -o-transition: transform 0.7s;
    transition: transform 0.7s;
    transition: transform 0.7s, -webkit-transform 0.7s;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }
.fl-post--holder.fl_img_zoom_out, .fl-single-img.fl_img_zoom_out, .vc_single_image-wrapper.fl_img_zoom_out {
  overflow: hidden; }
  .fl-post--holder.fl_img_zoom_out img, .fl-single-img.fl_img_zoom_out img, .vc_single_image-wrapper.fl_img_zoom_out img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: -webkit-transform 0.7s;
    transition: -webkit-transform 0.7s;
    -o-transition: transform 0.7s;
    transition: transform 0.7s;
    transition: transform 0.7s, -webkit-transform 0.7s; }
  .fl-post--holder.fl_img_zoom_out:hover img, .fl-single-img.fl_img_zoom_out:hover img, .vc_single_image-wrapper.fl_img_zoom_out:hover img {
    -webkit-transition: -webkit-transform 0.7s;
    transition: -webkit-transform 0.7s;
    -o-transition: transform 0.7s;
    transition: transform 0.7s;
    transition: transform 0.7s, -webkit-transform 0.7s;
    -webkit-transform: scale(1.000000001);
        -ms-transform: scale(1.000000001);
            transform: scale(1.000000001); }
.fl-post--holder.fl_img_gray, .fl-single-img.fl_img_gray, .vc_single_image-wrapper.fl_img_gray {
  overflow: hidden; }
  .fl-post--holder.fl_img_gray img, .fl-single-img.fl_img_gray img, .vc_single_image-wrapper.fl_img_gray img {
    -webkit-transition: -webkit-filter 0.7s;
    transition: -webkit-filter 0.7s;
    -o-transition: filter 0.7s;
    transition: filter 0.7s;
    transition: filter 0.7s, -webkit-filter 0.7s;
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .fl-post--holder.fl_img_gray:hover img, .fl-single-img.fl_img_gray:hover img, .vc_single_image-wrapper.fl_img_gray:hover img {
    -webkit-transition: -webkit-filter 0.7s;
    transition: -webkit-filter 0.7s;
    -o-transition: filter 0.7s;
    transition: filter 0.7s;
    transition: filter 0.7s, -webkit-filter 0.7s;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
.fl-post--holder.fl_img_gray_out, .fl-single-img.fl_img_gray_out, .vc_single_image-wrapper.fl_img_gray_out {
  overflow: hidden; }
  .fl-post--holder.fl_img_gray_out img, .fl-single-img.fl_img_gray_out img, .vc_single_image-wrapper.fl_img_gray_out img {
    -webkit-transition: -webkit-filter 0.7s;
    transition: -webkit-filter 0.7s;
    -o-transition: filter 0.7s;
    transition: filter 0.7s;
    transition: filter 0.7s, -webkit-filter 0.7s;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .fl-post--holder.fl_img_gray_out:hover img, .fl-single-img.fl_img_gray_out:hover img, .vc_single_image-wrapper.fl_img_gray_out:hover img {
    -webkit-transition: -webkit-filter 0.7s;
    transition: -webkit-filter 0.7s;
    -o-transition: filter 0.7s;
    transition: filter 0.7s;
    transition: filter 0.7s, -webkit-filter 0.7s;
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
.fl-post--holder.fl_img_brightness_in, .fl-single-img.fl_img_brightness_in, .vc_single_image-wrapper.fl_img_brightness_in {
  overflow: hidden; }
  .fl-post--holder.fl_img_brightness_in img, .fl-single-img.fl_img_brightness_in img, .vc_single_image-wrapper.fl_img_brightness_in img {
    -webkit-transition: -webkit-filter 0.7s;
    transition: -webkit-filter 0.7s;
    -o-transition: filter 0.7s;
    transition: filter 0.7s;
    transition: filter 0.7s, -webkit-filter 0.7s;
    -webkit-filter: brightness(80%);
            filter: brightness(80%);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .fl-post--holder.fl_img_brightness_in:hover img, .fl-single-img.fl_img_brightness_in:hover img, .vc_single_image-wrapper.fl_img_brightness_in:hover img {
    -webkit-transition: -webkit-filter 0.7s;
    transition: -webkit-filter 0.7s;
    -o-transition: filter 0.7s;
    transition: filter 0.7s;
    transition: filter 0.7s, -webkit-filter 0.7s;
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
.fl-post--holder.fl_img_brightness_out, .fl-single-img.fl_img_brightness_out, .vc_single_image-wrapper.fl_img_brightness_out {
  overflow: hidden; }
  .fl-post--holder.fl_img_brightness_out img, .fl-single-img.fl_img_brightness_out img, .vc_single_image-wrapper.fl_img_brightness_out img {
    -webkit-transition: -webkit-filter 0.7s;
    transition: -webkit-filter 0.7s;
    -o-transition: filter 0.7s;
    transition: filter 0.7s;
    transition: filter 0.7s, -webkit-filter 0.7s;
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .fl-post--holder.fl_img_brightness_out:hover img, .fl-single-img.fl_img_brightness_out:hover img, .vc_single_image-wrapper.fl_img_brightness_out:hover img {
    -webkit-transition: -webkit-filter 0.7s;
    transition: -webkit-filter 0.7s;
    -o-transition: filter 0.7s;
    transition: filter 0.7s;
    transition: filter 0.7s, -webkit-filter 0.7s;
    -webkit-filter: brightness(80%);
            filter: brightness(80%);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
.fl-post--holder.fl_img_blur, .fl-single-img.fl_img_blur, .vc_single_image-wrapper.fl_img_blur {
  overflow: hidden; }
  .fl-post--holder.fl_img_blur img, .fl-single-img.fl_img_blur img, .vc_single_image-wrapper.fl_img_blur img {
    -webkit-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    -webkit-filter: blur(0.35px);
            filter: blur(0.35px);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .fl-post--holder.fl_img_blur:hover img, .fl-single-img.fl_img_blur:hover img, .vc_single_image-wrapper.fl_img_blur:hover img {
    -webkit-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    -webkit-filter: blur(5px);
            filter: blur(5px);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }

/* ------------------------------

Button Style

-------------------------------- */
.fl--btn {
  cursor: pointer;
  display: inline-block;
  color: #fff !important;
  white-space: nowrap;
  line-height: normal;
  font-size: 12px;
  padding: 22px 45px;
  -webkit-transition: background 300ms ease;
  -o-transition: background 300ms ease;
  transition: background 300ms ease; }
  .fl--btn.fl-small-size-btn {
    font-size: 10px;
    padding: 17px 40px 19px; }
  .fl--btn:hover {
    -webkit-transition: background 300ms ease;
    -o-transition: background 300ms ease;
    transition: background 300ms ease; }

.margin-blog {
  text-align: center;
  margin-top: 40px;
  line-height: 46px; }

/* ------------------------------

Save Popup Plugin Style

-------------------------------- */
body.admin-bar .mfp-close {
  top: 30px !important; }
body.admin-bar .mfp-iframe-holder {
  padding-top: 82px;
  padding-bottom: 82px; }
body.admin-bar img.mfp-img {
  padding: 82px 0 82px; }
body.admin-bar .mfp-figure:after {
  top: 82px;
  bottom: 82px; }

.sidebar-container {
  position: relative;
  z-index: 3; }

.fl-blog-post-pagination-margin {
  margin-top: 40px; }

/*====================================================================
==  Grid System
====================================================================*/
.fl--grid-system .grid-sizer, .fl--grid-system .fl-grid-item {
  float: left; }
.fl--grid-system .grid-sizer, .fl--grid-system .fl-grid-item {
  width: 100%; }
.fl--grid-system .gutter-sizer {
  width: 0; }
.fl--grid-system.fl-gutter--style--10 {
  position: relative;
  margin-top: -10px; }
  .fl--grid-system.fl-gutter--style--10 .grid-sizer, .fl--grid-system.fl-gutter--style--10 .fl-grid-item {
    width: 100%; }
  .fl--grid-system.fl-gutter--style--10 .fl-grid-item {
    margin-top: 10px; }
  .fl--grid-system.fl-gutter--style--10 .gutter-sizer {
    width: 0; }
.fl--grid-system.fl-gutter--style--20 {
  position: relative;
  margin-top: -20px; }
  .fl--grid-system.fl-gutter--style--20 .grid-sizer, .fl--grid-system.fl-gutter--style--20 .fl-grid-item {
    width: 100%; }
  .fl--grid-system.fl-gutter--style--20 .fl-grid-item {
    margin-top: 20px; }
  .fl--grid-system.fl-gutter--style--20 .gutter-sizer {
    width: 0; }
.fl--grid-system.fl-gutter--style--30 {
  position: relative;
  margin-top: -30px; }
  .fl--grid-system.fl-gutter--style--30 .grid-sizer, .fl--grid-system.fl-gutter--style--30 .fl-grid-item {
    width: 100%; }
  .fl--grid-system.fl-gutter--style--30 .fl-grid-item {
    margin-top: 30px; }
  .fl--grid-system.fl-gutter--style--30 .gutter-sizer {
    width: 0; }
.fl--grid-system.fl-gutter--style--40 {
  position: relative;
  margin-top: -40px; }
  .fl--grid-system.fl-gutter--style--40 .grid-sizer, .fl--grid-system.fl-gutter--style--40 .fl-grid-item {
    width: 100%; }
  .fl--grid-system.fl-gutter--style--40 .fl-grid-item {
    margin-top: 40px; }
  .fl--grid-system.fl-gutter--style--40 .gutter-sizer {
    width: 0; }
.fl--grid-system.fl-gutter--style--50 {
  position: relative;
  margin-top: -50px; }
  .fl--grid-system.fl-gutter--style--50 .grid-sizer, .fl--grid-system.fl-gutter--style--50 .fl-grid-item {
    width: 100%; }
  .fl--grid-system.fl-gutter--style--50 .fl-grid-item {
    margin-top: 50px; }
  .fl--grid-system.fl-gutter--style--50 .gutter-sizer {
    width: 0; }
.fl--grid-system.fl-grid--two-column .grid-sizer, .fl--grid-system.fl-grid--two-column .fl-grid-item {
  width: 50%; }
.fl--grid-system.fl-grid--two-column .gutter-sizer {
  width: 0; }
.fl--grid-system.fl-grid--three-column .grid-sizer, .fl--grid-system.fl-grid--three-column .fl-grid-item {
  width: 33.33333%; }
.fl--grid-system.fl-grid--three-column .gutter-sizer {
  width: 0; }
.fl--grid-system.fl-grid--four-column .grid-sizer, .fl--grid-system.fl-grid--four-column .fl-grid-item {
  width: 25%; }
.fl--grid-system.fl-grid--four-column .gutter-sizer {
  width: 0; }
.fl--grid-system.fl-gutter--style--10.fl-grid--two-column {
  position: relative;
  margin-top: -10px; }
  .fl--grid-system.fl-gutter--style--10.fl-grid--two-column .grid-sizer, .fl--grid-system.fl-gutter--style--10.fl-grid--two-column .fl-grid-item {
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px); }
  .fl--grid-system.fl-gutter--style--10.fl-grid--two-column .fl-grid-item {
    margin-top: 10px; }
  .fl--grid-system.fl-gutter--style--10.fl-grid--two-column .gutter-sizer {
    width: 10px; }
.fl--grid-system.fl-gutter--style--10.fl-grid--three-column {
  position: relative;
  margin-top: -10px; }
  .fl--grid-system.fl-gutter--style--10.fl-grid--three-column .grid-sizer, .fl--grid-system.fl-gutter--style--10.fl-grid--three-column .fl-grid-item {
    width: -webkit-calc(33.33333% - 6.6px);
    width: calc(33.33333% - 6.6px); }
  .fl--grid-system.fl-gutter--style--10.fl-grid--three-column .fl-grid-item {
    margin-top: 10px; }
  .fl--grid-system.fl-gutter--style--10.fl-grid--three-column .gutter-sizer {
    width: 10px; }
.fl--grid-system.fl-gutter--style--10.fl-grid--four-column {
  position: relative;
  margin-top: -10px; }
  .fl--grid-system.fl-gutter--style--10.fl-grid--four-column .grid-sizer, .fl--grid-system.fl-gutter--style--10.fl-grid--four-column .fl-grid-item {
    width: -webkit-calc(25% - 7.5px);
    width: calc(25% - 7.5px); }
  .fl--grid-system.fl-gutter--style--10.fl-grid--four-column .fl-grid-item {
    margin-top: 10px; }
  .fl--grid-system.fl-gutter--style--10.fl-grid--four-column .gutter-sizer {
    width: 10px; }
.fl--grid-system.fl-gutter--style--20.fl-grid--two-column {
  position: relative;
  margin-top: -20px; }
  .fl--grid-system.fl-gutter--style--20.fl-grid--two-column .grid-sizer, .fl--grid-system.fl-gutter--style--20.fl-grid--two-column .fl-grid-item {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px); }
  .fl--grid-system.fl-gutter--style--20.fl-grid--two-column .fl-grid-item {
    margin-top: 20px; }
  .fl--grid-system.fl-gutter--style--20.fl-grid--two-column .gutter-sizer {
    width: 20px; }
.fl--grid-system.fl-gutter--style--20.fl-grid--three-column {
  position: relative;
  margin-top: -20px; }
  .fl--grid-system.fl-gutter--style--20.fl-grid--three-column .grid-sizer, .fl--grid-system.fl-gutter--style--20.fl-grid--three-column .fl-grid-item {
    width: -webkit-calc(33.33333% - 13.2px);
    width: calc(33.33333% - 13.2px); }
  .fl--grid-system.fl-gutter--style--20.fl-grid--three-column .fl-grid-item {
    margin-top: 20px; }
  .fl--grid-system.fl-gutter--style--20.fl-grid--three-column .gutter-sizer {
    width: 20px; }
.fl--grid-system.fl-gutter--style--20.fl-grid--four-column {
  position: relative;
  margin-top: -20px; }
  .fl--grid-system.fl-gutter--style--20.fl-grid--four-column .grid-sizer, .fl--grid-system.fl-gutter--style--20.fl-grid--four-column .fl-grid-item {
    width: -webkit-calc(25% - 15px);
    width: calc(25% - 15px); }
  .fl--grid-system.fl-gutter--style--20.fl-grid--four-column .fl-grid-item {
    margin-top: 20px; }
  .fl--grid-system.fl-gutter--style--20.fl-grid--four-column .gutter-sizer {
    width: 20px; }
.fl--grid-system.fl-gutter--style--30.fl-grid--two-column {
  position: relative;
  margin-top: -30px; }
  .fl--grid-system.fl-gutter--style--30.fl-grid--two-column .grid-sizer, .fl--grid-system.fl-gutter--style--30.fl-grid--two-column .fl-grid-item {
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px); }
  .fl--grid-system.fl-gutter--style--30.fl-grid--two-column .fl-grid-item {
    margin-top: 30px; }
  .fl--grid-system.fl-gutter--style--30.fl-grid--two-column .gutter-sizer {
    width: 30px; }
.fl--grid-system.fl-gutter--style--30.fl-grid--three-column {
  position: relative;
  margin-top: -30px; }
  .fl--grid-system.fl-gutter--style--30.fl-grid--three-column .grid-sizer, .fl--grid-system.fl-gutter--style--30.fl-grid--three-column .fl-grid-item {
    width: -webkit-calc(33.33333% - 19.8px);
    width: calc(33.33333% - 19.8px); }
  .fl--grid-system.fl-gutter--style--30.fl-grid--three-column .fl-grid-item {
    margin-top: 30px; }
  .fl--grid-system.fl-gutter--style--30.fl-grid--three-column .gutter-sizer {
    width: 30px; }
.fl--grid-system.fl-gutter--style--30.fl-grid--four-column {
  position: relative;
  margin-top: -30px; }
  .fl--grid-system.fl-gutter--style--30.fl-grid--four-column .grid-sizer, .fl--grid-system.fl-gutter--style--30.fl-grid--four-column .fl-grid-item {
    width: -webkit-calc(25% - 22.5px);
    width: calc(25% - 22.5px); }
  .fl--grid-system.fl-gutter--style--30.fl-grid--four-column .fl-grid-item {
    margin-top: 30px; }
  .fl--grid-system.fl-gutter--style--30.fl-grid--four-column .gutter-sizer {
    width: 30px; }
.fl--grid-system.fl-gutter--style--40.fl-grid--two-column {
  position: relative;
  margin-top: -40px; }
  .fl--grid-system.fl-gutter--style--40.fl-grid--two-column .grid-sizer, .fl--grid-system.fl-gutter--style--40.fl-grid--two-column .fl-grid-item {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px); }
  .fl--grid-system.fl-gutter--style--40.fl-grid--two-column .fl-grid-item {
    margin-top: 40px; }
  .fl--grid-system.fl-gutter--style--40.fl-grid--two-column .gutter-sizer {
    width: 40px; }
.fl--grid-system.fl-gutter--style--40.fl-grid--three-column {
  position: relative;
  margin-top: -40px; }
  .fl--grid-system.fl-gutter--style--40.fl-grid--three-column .grid-sizer, .fl--grid-system.fl-gutter--style--40.fl-grid--three-column .fl-grid-item {
    width: -webkit-calc(33.33333% - 26.4px);
    width: calc(33.33333% - 26.4px); }
  .fl--grid-system.fl-gutter--style--40.fl-grid--three-column .fl-grid-item {
    margin-top: 40px; }
  .fl--grid-system.fl-gutter--style--40.fl-grid--three-column .gutter-sizer {
    width: 40px; }
.fl--grid-system.fl-gutter--style--40.fl-grid--four-column {
  position: relative;
  margin-top: -40px; }
  .fl--grid-system.fl-gutter--style--40.fl-grid--four-column .grid-sizer, .fl--grid-system.fl-gutter--style--40.fl-grid--four-column .fl-grid-item {
    width: -webkit-calc(25% - 30px);
    width: calc(25% - 30px); }
  .fl--grid-system.fl-gutter--style--40.fl-grid--four-column .fl-grid-item {
    margin-top: 40px; }
  .fl--grid-system.fl-gutter--style--40.fl-grid--four-column .gutter-sizer {
    width: 40px; }
.fl--grid-system.fl-gutter--style--50.fl-grid--two-column {
  position: relative;
  margin-top: -50px; }
  .fl--grid-system.fl-gutter--style--50.fl-grid--two-column .grid-sizer, .fl--grid-system.fl-gutter--style--50.fl-grid--two-column .fl-grid-item {
    width: -webkit-calc(50% - 25px);
    width: calc(50% - 25px); }
  .fl--grid-system.fl-gutter--style--50.fl-grid--two-column .fl-grid-item {
    margin-top: 50px; }
  .fl--grid-system.fl-gutter--style--50.fl-grid--two-column .gutter-sizer {
    width: 50px; }
.fl--grid-system.fl-gutter--style--50.fl-grid--three-column {
  position: relative;
  margin-top: -50px; }
  .fl--grid-system.fl-gutter--style--50.fl-grid--three-column .grid-sizer, .fl--grid-system.fl-gutter--style--50.fl-grid--three-column .fl-grid-item {
    width: -webkit-calc(33.33333% - 33px);
    width: calc(33.33333% - 33px); }
  .fl--grid-system.fl-gutter--style--50.fl-grid--three-column .fl-grid-item {
    margin-top: 50px; }
  .fl--grid-system.fl-gutter--style--50.fl-grid--three-column .gutter-sizer {
    width: 50px; }
.fl--grid-system.fl-gutter--style--50.fl-grid--four-column {
  position: relative;
  margin-top: -50px; }
  .fl--grid-system.fl-gutter--style--50.fl-grid--four-column .grid-sizer, .fl--grid-system.fl-gutter--style--50.fl-grid--four-column .fl-grid-item {
    width: -webkit-calc(25% - 37.5px);
    width: calc(25% - 37.5px); }
  .fl--grid-system.fl-gutter--style--50.fl-grid--four-column .fl-grid-item {
    margin-top: 50px; }
  .fl--grid-system.fl-gutter--style--50.fl-grid--four-column .gutter-sizer {
    width: 50px; }

.fl-load-more-btn {
  position: relative; }
  .fl-load-more-btn.loading {
    visibility: visible !important;
    -webkit-animation: loading_animation 2s infinite ease-in-out;
            animation: loading_animation 2s infinite ease-in-out; }
  .fl-load-more-btn:before {
    content: '';
    display: inline-block;
    border-width: 4px 6px;
    border-style: solid;
    border-color: transparent; }
  .fl-load-more-btn:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 110%;
    height: 100%;
    content: '';
    -webkit-transform: skewX(-50deg);
        -ms-transform: skewX(-50deg);
            transform: skewX(-50deg);
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0))) -2em 0 no-repeat;
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) -2em 0 no-repeat;
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) -2em 0 no-repeat;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) -2em 0 no-repeat;
    -webkit-background-size: 2em 100%;
            background-size: 2em 100%; }
  .fl-load-more-btn:hover:after {
    -webkit-transition: .7s linear;
    -o-transition: .7s linear;
    transition: .7s linear;
    background-position: 150% 0; }

@-webkit-keyframes loading_animation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.6; }
  100% {
    opacity: 1; } }

@keyframes loading_animation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.6; }
  100% {
    opacity: 1; } }
.fl-position-relative {
  position: relative; }

.fl-position-absolute {
  position: absolute; }

.fl-custom-icon-separator {
  display: inline-block;
  border-width: 4px 6px;
  border-style: solid;
  border-color: transparent; }

.fl-decor-main {
  top: 12px;
  position: relative; }
  .fl-decor-main:after {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 3px;
    content: ''; }

.fl-btn-gradient {
  color: #fff;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  padding: 11px 25px;
  font-size: 11px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  letter-spacing: .02em; }
  .fl-btn-gradient i {
    border-left-color: #fff !important; }
  .fl-btn-gradient:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 110%;
    height: 100%;
    content: '';
    -webkit-transform: skewX(-50deg);
        -ms-transform: skewX(-50deg);
            transform: skewX(-50deg);
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0))) no-repeat -2em 0;
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) no-repeat -2em 0;
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) no-repeat -2em 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) no-repeat -2em 0;
    -webkit-background-size: 2em 100%;
            background-size: 2em 100%; }
  .fl-btn-gradient:hover:after {
    -webkit-transition: .7s linear;
    -o-transition: .7s linear;
    transition: .7s linear;
    background-position: 150% 0; }
  .fl-btn-gradient input[type="submit"] {
    padding: 0;
    min-height: auto !important;
    line-height: normal;
    font-size: inherit;
    font-family: inherit;
    color: inherit; }

.slider_page_header_gradient {
  width: 100%;
  height: 100%;
  opacity: 0.85 !important;
  position: absolute; }

.fl-slider-btn {
  position: relative;
  overflow: hidden !important;
  display: inline-block !important;
  text-align: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  letter-spacing: 0.02em !important; }
  .fl-slider-btn i {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    border-left-color: #fff !important; }
  .fl-slider-btn:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 110%;
    height: 100%;
    content: '';
    -webkit-transform: skewX(-50deg);
        -ms-transform: skewX(-50deg);
            transform: skewX(-50deg);
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0))) no-repeat -2em 0;
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) no-repeat -2em 0;
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) no-repeat -2em 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) no-repeat -2em 0;
    -webkit-background-size: 2em 100%;
            background-size: 2em 100%; }
  .fl-slider-btn:hover {
    background: #fff;
    color: #333;
    -webkit-box-shadow: 0 0 4px 0 #ccc;
            box-shadow: 0 0 4px 0 #ccc; }
    .fl-slider-btn:hover:after {
      -webkit-transition: .7s linear;
      -o-transition: .7s linear;
      transition: .7s linear;
      background-position: 150% 0; }
  .fl-slider-btn:hover i {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    border-left-color: #222 !important; }

.section-statistics-2:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 465px;
  content: '';
  background-color: #f7f7f7;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 38%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 38%, 0% 100%); }

.liked i {
  color: #FF343C; }

.page_heading {
  background: #141714; }

.fl-save-page-class {
  padding: 50px 60px;
  background: #fff; }

.comments-margin-enable .fl-comments-container {
  margin-top: 75px; }

.kswr-row-background, .kswr-row-element-back {
  z-index: -1 !important; }

/*-------------------------------------------------------------------

==  Preloader Page

-------------------------------------------------------------------*/
#fl-page--preloader {
  padding: 0 15px;
  z-index: 1999;
  position: fixed;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  #fl-page--preloader .save_loader_bugs {
    display: none; }
  #fl-page--preloader .fl-top-progress {
    position: absolute;
    width: 100%;
    top: 0; }
    #fl-page--preloader .fl-top-progress .fl-loader_right {
      opacity: 0.8;
      position: absolute;
      right: 100%;
      z-index: 999;
      height: 7px;
      display: inline-block;
      left: 50%;
      width: 0;
      -webkit-transition: all 1000ms cubic-bezier(0.745, 0.12, 0.32, 1.275);
      -o-transition: all 1000ms cubic-bezier(0.745, 0.12, 0.32, 1.275);
      transition: all 1000ms cubic-bezier(0.745, 0.12, 0.32, 1.275); }
    #fl-page--preloader .fl-top-progress .fl-loader_left {
      opacity: 0.8;
      position: absolute;
      z-index: 999;
      height: 7px;
      display: inline-block;
      right: 50%;
      width: 0;
      -webkit-transition: all 1000ms cubic-bezier(0.745, 0.12, 0.32, 1.275);
      -o-transition: all 1000ms cubic-bezier(0.745, 0.12, 0.32, 1.275);
      transition: all 1000ms cubic-bezier(0.745, 0.12, 0.32, 1.275); }
  #fl-page--preloader .fl--preloader-progress-bar {
    height: 8px;
    max-width: 650px;
    padding: 3px 0;
    display: block;
    width: 100%;
    margin: 0 auto;
    background-color: #eee; }
    #fl-page--preloader .fl--preloader-progress-bar span {
      float: left;
      width: 0;
      height: 100%;
      display: inline-block; }
  #fl-page--preloader .fl-preloader--text-percent {
    margin-top: 45px;
    font-size: 23px; }
  #fl-page--preloader.fl-preloader-close {
    -webkit-transform: translateY(-1000%);
        -ms-transform: translateY(-1000%);
            transform: translateY(-1000%);
    opacity: 0;
    -webkit-transition: opacity 0s ease-in ,-webkit-transform 0s ease-in;
    transition: opacity 0s ease-in ,-webkit-transform 0s ease-in;
    -o-transition: opacity 0s ease-in ,transform 0s ease-in;
    transition: opacity 0s ease-in ,transform 0s ease-in;
    transition: opacity 0s ease-in ,transform 0s ease-in ,-webkit-transform 0s ease-in;
    display: none; }
  #fl-page--preloader .fl-top-background-preloader {
    position: fixed;
    top: 0;
    width: 100%;
    height: 50%; }
  #fl-page--preloader .fl-bottom-background-preloader {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50%; }

/*-------------------------------------------------------------------

==  Header

-------------------------------------------------------------------*/
/*-------------------------------------------------------------------

==  Title

-------------------------------------------------------------------*/
.page_heading, .page_heading-disable-parallax {
  position: relative;
  height: 500px;
  text-align: center; }
  .page_heading .page_header_gradient, .page_heading-disable-parallax .page_header_gradient {
    width: 100%;
    height: 100%;
    opacity: 0.9;
    position: absolute; }
  .page_heading .fl--page-header, .page_heading-disable-parallax .fl--page-header {
    position: relative;
    margin: 100px auto; }
    .page_heading .fl--page-header .fl-pre--title-wrapper, .page_heading-disable-parallax .fl--page-header .fl-pre--title-wrapper {
      margin-bottom: 10px; }
      .page_heading .fl--page-header .fl-pre--title-wrapper .fl--sub-title, .page_heading-disable-parallax .fl--page-header .fl-pre--title-wrapper .fl--sub-title {
        font-weight: 300 !important;
        font-size: 16px;
        color: #ffffff; }
    .page_heading .fl--page-header .breadcrumbs_heading, .page_heading-disable-parallax .fl--page-header .breadcrumbs_heading {
      margin-bottom: 12px;
      list-style: none;
      display: inline-block;
      margin-top: 22px;
      background-color: rgba(0, 0, 0, 0.2);
      -webkit-border-radius: 20px;
              border-radius: 20px;
      padding: 13px 28px;
      line-height: 1; }
  .page_heading .page_box_info_page, .page_heading-disable-parallax .page_box_info_page {
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

/*-------------------------------------------------------------------

==  Breadcrumbs

-------------------------------------------------------------------*/
.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400; }
  .breadcrumbs a {
    display: inline-block;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 400;
    -webkit-transition: 300ms ease-in;
    -o-transition: 300ms ease-in;
    transition: 300ms ease-in;
    color: #fff; }
    .breadcrumbs a:hover {
      -webkit-transition: 300ms ease-in;
      -o-transition: 300ms ease-in;
      transition: 300ms ease-in; }
  .breadcrumbs .fl-breadcrumbs-delimiter {
    content: "";
    display: inline-block;
    border-width: 4px 6px;
    margin-right: 15px;
    border-color: transparent;
    border-style: solid;
    margin-left: 9px;
    border-right-color: #FFF; }

/*-------------------------------------------------------------------

==  Header

-------------------------------------------------------------------*/
.fl-header-sidebar-container {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1099; }
  .fl-header-sidebar-container .fl-header-sidebar-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1100;
    cursor: pointer; }
  .fl-header-sidebar-container .fl-header-sidebar {
    overflow-x: auto;
    z-index: 1200;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    max-width: 450px;
    padding: 90px 60px;
    background: #fff; }
    .fl-header-sidebar-container .fl-header-sidebar .fl--sidebar-close-btn {
      opacity: 1;
      visibility: visible;
      -webkit-transition: opacity .6s ease-in;
      -o-transition: opacity .6s ease-in;
      transition: opacity .6s ease-in;
      border: 0;
      position: absolute;
      height: 50px;
      width: 50px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      margin: 0;
      outline: 0;
      padding: 10px;
      vertical-align: top;
      top: 15px;
      right: 5px;
      z-index: 99999;
      cursor: pointer;
      background: #eeeeee; }
      .fl-header-sidebar-container .fl-header-sidebar .fl--sidebar-close-btn:before {
        font-family: fl-custom-icon-font;
        content: '\e805';
        color: #2a2b30 !important;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        font-size: 22px;
        left: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }

body.admin-bar .fl-header-sidebar-container .fl-header-sidebar {
  margin-top: 30px; }

.fl-header-sidebar::-webkit-scrollbar {
  width: 6px;
  background: #fff;
  margin-right: 20px; }
.fl-header-sidebar::-webkit-scrollbar-thumb {
  height: 150px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  background: #f7f7f7; }

/*-------------------------------------------------------------------

==  Menu

-------------------------------------------------------------------*/
/*-------------------------------------------------------------------

==  Menu absolute

-------------------------------------------------------------------*/
.fl--navigation-menu-absolute-light {
  position: absolute;
  width: 100%;
  z-index: 1099; }

.fl--navigation-menu-absolute-dark {
  position: absolute;
  width: 100%;
  z-index: 1000; }

.fl--header {
  margin: 0 auto;
  width: 100%;
  min-height: 90px;
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .fl--header.fl--hide_bars .fl--navigation-icon-container .fl--sidebar-header-button {
    display: none !important; }
  .fl--header > .container {
    width: 100%; }
  .fl--header.fl-navigation-boxed-width .fl-header-menu-container {
    max-width: 1170px !important;
    padding: 40px 15px 0;
    margin: 0 auto;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out; }
  .fl--header.fl-navigation-full-width .fl-header-menu-container {
    padding: 40px 80px 0; }
  .fl--header .fl-header-menu-container {
    width: 100%; }
    .fl--header .fl-header-menu-container .fl--logo-dark {
      display: none; }

.fl--nav-fixed {
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .fl--nav-fixed .fl-header-menu-container {
    padding-top: 5px !important;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out; }
    .fl--nav-fixed .fl-header-menu-container .fl--logo-container .fl--logo-light {
      display: none; }
    .fl--nav-fixed .fl-header-menu-container .fl--logo-container .fl--logo-dark {
      display: block; }
    .fl--nav-fixed .fl-header-menu-container .fl--navigation-container ul li.menu-item-has-children > a:after {
      color: #222; }
    .fl--nav-fixed .fl-header-menu-container .fl--navigation-container ul li a {
      color: #222; }
      .fl--nav-fixed .fl-header-menu-container .fl--navigation-container ul li a:before {
        background-color: #222; }
      .fl--nav-fixed .fl-header-menu-container .fl--navigation-container ul li a:after {
        color: #222 !important; }
      .fl--nav-fixed .fl-header-menu-container .fl--navigation-container ul li a:active, .fl--nav-fixed .fl-header-menu-container .fl--navigation-container ul li a:focus {
        color: #222 !important; }
    .fl--nav-fixed .fl-header-menu-container .fl--navigation-container ul li .sub-menu li a:before, .fl--nav-fixed .fl-header-menu-container .fl--navigation-container ul li .sub-menu li a:after {
      display: none !important; }
    .fl--nav-fixed .fl-header-menu-container .fl--navigation-icon-container .fl--search-icon-menu .fl-flipper-icon .fl-front-content .fl-search-icon-wrapper:before {
      border: 2px solid #222 !important; }
    .fl--nav-fixed .fl-header-menu-container .fl--navigation-icon-container .fl--search-icon-menu .fl-flipper-icon .fl-front-content .fl-search-icon-wrapper:after {
      background: #222 !important; }
    .fl--nav-fixed .fl-header-menu-container .fl--navigation-icon-container .fl--search-icon-menu .fl-flipper-icon .fl-back-content span:before, .fl--nav-fixed .fl-header-menu-container .fl--navigation-icon-container .fl--search-icon-menu .fl-flipper-icon .fl-back-content span:after {
      background: #222 !important; }
    .fl--nav-fixed .fl-header-menu-container .fl--navigation-icon-container .fl--sidebar-header-button .fl-flipper-icon .fl-front-content span, .fl--nav-fixed .fl-header-menu-container .fl--navigation-icon-container .fl--mobile-menu-icon .fl-flipper-icon .fl-front-content span {
      background: #222 !important; }
    .fl--nav-fixed .fl-header-menu-container .fl--navigation-icon-container .fl--sidebar-header-button .fl-flipper-icon .fl-back-content span:before, .fl--nav-fixed .fl-header-menu-container .fl--navigation-icon-container .fl--sidebar-header-button .fl-flipper-icon .fl-back-content span:after, .fl--nav-fixed .fl-header-menu-container .fl--navigation-icon-container .fl--mobile-menu-icon .fl-flipper-icon .fl-back-content span:before, .fl--nav-fixed .fl-header-menu-container .fl--navigation-icon-container .fl--mobile-menu-icon .fl-flipper-icon .fl-back-content span:after {
      background: #222 !important; }

.navigation_container {
  position: relative;
  width: 100%;
  min-height: 110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.fl-dark_logo {
  position: relative;
  z-index: 1099; }

.fl-light_logo {
  position: relative;
  z-index: 1099; }

.logo_light, .logo_dark {
  margin-bottom: 0; }

/*-------------------------------------------------------------------

==  Menu Style one

-------------------------------------------------------------------*/
.fl-header--navigation-style-one .fl-header-menu-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .fl-header--navigation-style-one .fl-header-menu-container .fl--logo-container {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    min-width: 20%;
    float: left;
    min-height: 80px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .fl-header--navigation-style-one .fl-header-menu-container .fl--navigation-container {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 60%;
    min-height: 80px;
    text-align: center; }
    .fl-header--navigation-style-one .fl-header-menu-container .fl--navigation-container i {
      color: #fff;
      margin-left: 25px;
      font-size: 16px; }
  .fl-header--navigation-style-one .fl-header-menu-container .fl--navigation-icon-container {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    text-align: right;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px; }
    .fl-header--navigation-style-one .fl-header-menu-container .fl--navigation-icon-container .fl--sidebar-header-button, .fl-header--navigation-style-one .fl-header-menu-container .fl--navigation-icon-container .fl--mobile-menu-icon {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      cursor: pointer;
      position: relative; }
      .fl-header--navigation-style-one .fl-header-menu-container .fl--navigation-icon-container .fl--sidebar-header-button .fl-flipper-icon, .fl-header--navigation-style-one .fl-header-menu-container .fl--navigation-icon-container .fl--mobile-menu-icon .fl-flipper-icon {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s;
        -webkit-transform-style: preserve-3d;
                transform-style: preserve-3d;
        width: 20px;
        height: 20px;
        line-height: 20px;
        -webkit-perspective: 40px;
                perspective: 40px;
        position: relative; }
        .fl-header--navigation-style-one .fl-header-menu-container .fl--navigation-icon-container .fl--sidebar-header-button .fl-flipper-icon .fl-front-content, .fl-header--navigation-style-one .fl-header-menu-container .fl--navigation-icon-container .fl--mobile-menu-icon .fl-flipper-icon .fl-front-content {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: end;
          -webkit-align-items: flex-end;
              -ms-flex-align: end;
                  align-items: flex-end;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          position: absolute;
          top: 0;
          left: 0;
          width: 20px;
          height: 20px;
          z-index: 2; }
          .fl-header--navigation-style-one .fl-header-menu-container .fl--navigation-icon-container .fl--sidebar-header-button .fl-flipper-icon .fl-front-content span, .fl-header--navigation-style-one .fl-header-menu-container .fl--navigation-icon-container .fl--mobile-menu-icon .fl-flipper-icon .fl-front-content span {
            display: inline-block;
            width: 20px;
            height: 2px;
            background: #fff;
            -webkit-transition: -webkit-transform .3s ease-in-out;
            transition: -webkit-transform .3s ease-in-out;
            -o-transition: transform .3s ease-in-out;
            transition: transform .3s ease-in-out;
            transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
            -webkit-transform-origin: right center;
                -ms-transform-origin: right center;
                    transform-origin: right center; }
            .fl-header--navigation-style-one .fl-header-menu-container .fl--navigation-icon-container .fl--sidebar-header-button .fl-flipper-icon .fl-front-content span:nth-child(1), .fl-header--navigation-style-one .fl-header-menu-container .fl--navigation-icon-container .fl--mobile-menu-icon .fl-flipper-icon .fl-front-content span:nth-child(1) {
              -webkit-transform: scaleX(0.7);
                  -ms-transform: scaleX(0.7);
                      transform: scaleX(0.7);
              margin-bottom: 2px; }
            .fl-header--navigation-style-one .fl-header-menu-container .fl--navigation-icon-container .fl--sidebar-header-button .fl-flipper-icon .fl-front-content span:nth-child(2), .fl-header--navigation-style-one .fl-header-menu-container .fl--navigation-icon-container .fl--mobile-menu-icon .fl-flipper-icon .fl-front-content span:nth-child(2) {
              -webkit-transform: scaleX(0.9);
                  -ms-transform: scaleX(0.9);
                      transform: scaleX(0.9);
              margin-bottom: 2px; }
            .fl-header--navigation-style-one .fl-header-menu-container .fl--navigation-icon-container .fl--sidebar-header-button .fl-flipper-icon .fl-front-content span:nth-child(3), .fl-header--navigation-style-one .fl-header-menu-container .fl--navigation-icon-container .fl--mobile-menu-icon .fl-flipper-icon .fl-front-content span:nth-child(3) {
              -webkit-transform: scaleX(0.6);
                  -ms-transform: scaleX(0.6);
                      transform: scaleX(0.6);
              margin-bottom: 2px; }
          .fl-header--navigation-style-one .fl-header-menu-container .fl--navigation-icon-container .fl--sidebar-header-button .fl-flipper-icon .fl-front-content:hover span, .fl-header--navigation-style-one .fl-header-menu-container .fl--navigation-icon-container .fl--mobile-menu-icon .fl-flipper-icon .fl-front-content:hover span {
            -webkit-transition: -webkit-transform .3s ease-in-out;
            transition: -webkit-transform .3s ease-in-out;
            -o-transition: transform .3s ease-in-out;
            transition: transform .3s ease-in-out;
            transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
            -webkit-transform: scaleX(0.6);
                -ms-transform: scaleX(0.6);
                    transform: scaleX(0.6); }
            .fl-header--navigation-style-one .fl-header-menu-container .fl--navigation-icon-container .fl--sidebar-header-button .fl-flipper-icon .fl-front-content:hover span:nth-child(1), .fl-header--navigation-style-one .fl-header-menu-container .fl--navigation-icon-container .fl--mobile-menu-icon .fl-flipper-icon .fl-front-content:hover span:nth-child(1) {
              -webkit-transform: scaleX(0.9);
                  -ms-transform: scaleX(0.9);
                      transform: scaleX(0.9); }
            .fl-header--navigation-style-one .fl-header-menu-container .fl--navigation-icon-container .fl--sidebar-header-button .fl-flipper-icon .fl-front-content:hover span:nth-child(2), .fl-header--navigation-style-one .fl-header-menu-container .fl--navigation-icon-container .fl--mobile-menu-icon .fl-flipper-icon .fl-front-content:hover span:nth-child(2) {
              -webkit-transform: scaleX(0.5);
                  -ms-transform: scaleX(0.5);
                      transform: scaleX(0.5); }
            .fl-header--navigation-style-one .fl-header-menu-container .fl--navigation-icon-container .fl--sidebar-header-button .fl-flipper-icon .fl-front-content:hover span:nth-child(3), .fl-header--navigation-style-one .fl-header-menu-container .fl--navigation-icon-container .fl--mobile-menu-icon .fl-flipper-icon .fl-front-content:hover span:nth-child(3) {
              -webkit-transform: scaleX(0.8);
                  -ms-transform: scaleX(0.8);
                      transform: scaleX(0.8); }
        .fl-header--navigation-style-one .fl-header-menu-container .fl--navigation-icon-container .fl--sidebar-header-button .fl-flipper-icon .fl-back-content, .fl-header--navigation-style-one .fl-header-menu-container .fl--navigation-icon-container .fl--mobile-menu-icon .fl-flipper-icon .fl-back-content {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden;
          position: absolute;
          top: 0;
          left: 0;
          width: 20px;
          height: 20px;
          -webkit-transform: rotateY(180deg);
                  transform: rotateY(180deg); }
          .fl-header--navigation-style-one .fl-header-menu-container .fl--navigation-icon-container .fl--sidebar-header-button .fl-flipper-icon .fl-back-content span, .fl-header--navigation-style-one .fl-header-menu-container .fl--navigation-icon-container .fl--mobile-menu-icon .fl-flipper-icon .fl-back-content span {
            display: inline-block;
            width: 18px;
            height: 2px;
            background: transparent;
            position: relative; }
            .fl-header--navigation-style-one .fl-header-menu-container .fl--navigation-icon-container .fl--sidebar-header-button .fl-flipper-icon .fl-back-content span:before, .fl-header--navigation-style-one .fl-header-menu-container .fl--navigation-icon-container .fl--sidebar-header-button .fl-flipper-icon .fl-back-content span:after, .fl-header--navigation-style-one .fl-header-menu-container .fl--navigation-icon-container .fl--mobile-menu-icon .fl-flipper-icon .fl-back-content span:before, .fl-header--navigation-style-one .fl-header-menu-container .fl--navigation-icon-container .fl--mobile-menu-icon .fl-flipper-icon .fl-back-content span:after {
              position: absolute;
              left: 0;
              right: 0;
              bottom: 0;
              top: -webkit-calc(50% - 2px);
              top: calc(50% - 2px);
              background: #fff;
              width: 18px;
              height: 2px;
              display: inline-block;
              content: ''; }
            .fl-header--navigation-style-one .fl-header-menu-container .fl--navigation-icon-container .fl--sidebar-header-button .fl-flipper-icon .fl-back-content span:before, .fl-header--navigation-style-one .fl-header-menu-container .fl--navigation-icon-container .fl--mobile-menu-icon .fl-flipper-icon .fl-back-content span:before {
              -webkit-transform: rotate(45deg);
                  -ms-transform: rotate(45deg);
                      transform: rotate(45deg); }
            .fl-header--navigation-style-one .fl-header-menu-container .fl--navigation-icon-container .fl--sidebar-header-button .fl-flipper-icon .fl-back-content span:after, .fl-header--navigation-style-one .fl-header-menu-container .fl--navigation-icon-container .fl--mobile-menu-icon .fl-flipper-icon .fl-back-content span:after {
              -webkit-transform: rotate(-45deg);
                  -ms-transform: rotate(-45deg);
                      transform: rotate(-45deg); }
      .fl-header--navigation-style-one .fl-header-menu-container .fl--navigation-icon-container .fl--sidebar-header-button.opened .fl-flipper-icon, .fl-header--navigation-style-one .fl-header-menu-container .fl--navigation-icon-container .fl--mobile-menu-icon.opened .fl-flipper-icon {
        -webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s;
        -webkit-transform: rotateY(180deg);
                transform: rotateY(180deg); }
    .fl-header--navigation-style-one .fl-header-menu-container .fl--navigation-icon-container .fl--search-icon-menu {
      cursor: pointer;
      position: relative;
      width: 20px;
      height: 20px;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-right: 20px; }
      .fl-header--navigation-style-one .fl-header-menu-container .fl--navigation-icon-container .fl--search-icon-menu .fl-flipper-icon {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s;
        -webkit-transform-style: preserve-3d;
                transform-style: preserve-3d;
        width: 20px;
        height: 20px;
        line-height: 20px;
        -webkit-perspective: 40px;
                perspective: 40px;
        position: relative; }
        .fl-header--navigation-style-one .fl-header-menu-container .fl--navigation-icon-container .fl--search-icon-menu .fl-flipper-icon .fl-front-content {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: end;
          -webkit-align-items: flex-end;
              -ms-flex-align: end;
                  align-items: flex-end;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          position: absolute;
          top: 0;
          left: 0;
          width: 20px;
          height: 20px;
          z-index: 2; }
          .fl-header--navigation-style-one .fl-header-menu-container .fl--navigation-icon-container .fl--search-icon-menu .fl-flipper-icon .fl-front-content .fl-search-icon-wrapper {
            width: 20px;
            height: 20px;
            display: inline-block;
            position: relative; }
            .fl-header--navigation-style-one .fl-header-menu-container .fl--navigation-icon-container .fl--search-icon-menu .fl-flipper-icon .fl-front-content .fl-search-icon-wrapper:before {
              -webkit-transition: -webkit-transform .3s ease;
              transition: -webkit-transform .3s ease;
              -o-transition: transform .3s ease;
              transition: transform .3s ease;
              transition: transform .3s ease, -webkit-transform .3s ease;
              content: "";
              display: block;
              width: 12px;
              height: 12px;
              border: 2px solid #fff;
              -webkit-border-radius: 100%;
                      border-radius: 100%;
              position: absolute;
              top: 2px;
              left: 2px; }
            .fl-header--navigation-style-one .fl-header-menu-container .fl--navigation-icon-container .fl--search-icon-menu .fl-flipper-icon .fl-front-content .fl-search-icon-wrapper:after {
              content: "";
              display: block;
              width: 2px;
              height: 9px;
              background: #fff;
              -webkit-border-radius: 6px;
                      border-radius: 6px;
              position: absolute;
              top: 11px;
              left: 14px;
              -webkit-transform: rotate(-45deg);
                  -ms-transform: rotate(-45deg);
                      transform: rotate(-45deg); }
            .fl-header--navigation-style-one .fl-header-menu-container .fl--navigation-icon-container .fl--search-icon-menu .fl-flipper-icon .fl-front-content .fl-search-icon-wrapper:hover:before {
              -webkit-transition: -webkit-transform .3s ease;
              transition: -webkit-transform .3s ease;
              -o-transition: transform .3s ease;
              transition: transform .3s ease;
              transition: transform .3s ease, -webkit-transform .3s ease;
              -webkit-transform: scale(1.3);
                  -ms-transform: scale(1.3);
                      transform: scale(1.3); }
        .fl-header--navigation-style-one .fl-header-menu-container .fl--navigation-icon-container .fl--search-icon-menu .fl-flipper-icon .fl-back-content {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden;
          position: absolute;
          top: 0;
          left: 0;
          width: 20px;
          height: 20px;
          -webkit-transform: rotateY(180deg);
                  transform: rotateY(180deg); }
          .fl-header--navigation-style-one .fl-header-menu-container .fl--navigation-icon-container .fl--search-icon-menu .fl-flipper-icon .fl-back-content span {
            display: inline-block;
            width: 18px;
            height: 2px;
            background: transparent;
            position: relative; }
            .fl-header--navigation-style-one .fl-header-menu-container .fl--navigation-icon-container .fl--search-icon-menu .fl-flipper-icon .fl-back-content span:before, .fl-header--navigation-style-one .fl-header-menu-container .fl--navigation-icon-container .fl--search-icon-menu .fl-flipper-icon .fl-back-content span:after {
              position: absolute;
              left: 0;
              right: 0;
              bottom: 0;
              top: -webkit-calc(50% - 2px);
              top: calc(50% - 2px);
              background: #fff;
              width: 18px;
              height: 2px;
              display: inline-block;
              content: ''; }
            .fl-header--navigation-style-one .fl-header-menu-container .fl--navigation-icon-container .fl--search-icon-menu .fl-flipper-icon .fl-back-content span:before {
              -webkit-transform: rotate(45deg);
                  -ms-transform: rotate(45deg);
                      transform: rotate(45deg); }
            .fl-header--navigation-style-one .fl-header-menu-container .fl--navigation-icon-container .fl--search-icon-menu .fl-flipper-icon .fl-back-content span:after {
              -webkit-transform: rotate(-45deg);
                  -ms-transform: rotate(-45deg);
                      transform: rotate(-45deg); }
      .fl-header--navigation-style-one .fl-header-menu-container .fl--navigation-icon-container .fl--search-icon-menu .fl-header-search-form {
        display: block;
        width: 200px;
        position: absolute;
        background: #fff;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
                box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        margin: 0;
        padding: 15px 10px;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        -webkit-transform: translateY(15px);
            -ms-transform: translateY(15px);
                transform: translateY(15px);
        visibility: hidden;
        opacity: 0;
        top: 42px;
        right: 0;
        text-align: left;
        z-index: 1099; }
      .fl-header--navigation-style-one .fl-header-menu-container .fl--navigation-icon-container .fl--search-icon-menu.opened {
        position: relative; }
        .fl-header--navigation-style-one .fl-header-menu-container .fl--navigation-icon-container .fl--search-icon-menu.opened .fl-flipper-icon {
          -webkit-transition: 0.6s;
          -o-transition: 0.6s;
          transition: 0.6s;
          -webkit-transform: rotateY(180deg);
                  transform: rotateY(180deg); }
.fl-header--navigation-style-one.fl-helping-plugin-enable .fl--navigation-icon-container {
  min-width: 13%; }

.fl-mega-menu {
  position: relative;
  width: 100%;
  text-align: center; }
  .fl-mega-menu ul > li:not(.mega-menu-item) .sub-nav .sub-menu li a i {
    margin-right: 10px; }
  .fl-mega-menu ul > li:not(.mega-menu-item) .sub-nav .sub-menu li:last-child a {
    padding-bottom: 0; }
  .fl-mega-menu ul > li:not(.mega-menu-item) .sub-nav .sub-menu .double-sub-menu {
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    border: 1px solid #eaeaeb;
    padding: 15px 0;
    background: #fff;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: -16px;
    left: 100%;
    margin-left: 5px;
    -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
            transform: translateX(-30px); }
    .fl-mega-menu ul > li:not(.mega-menu-item) .sub-nav .sub-menu .double-sub-menu.sub-nav-left {
      z-index: 1001;
      left: auto;
      margin-right: 5px;
      right: 100%;
      -webkit-transform: translateX(30px);
          -ms-transform: translateX(30px);
              transform: translateX(30px); }
  .fl-mega-menu ul > li:not(.mega-menu-item) .sub-nav li.has-submenu > a:before {
    color: rgba(37, 50, 65, 0.4);
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 5px;
    border-color: transparent transparent transparent #d2d2d2;
    position: absolute;
    top: 12px;
    right: 15px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .fl-mega-menu ul > li:not(.mega-menu-item) .sub-nav li.has-submenu:hover > .double-sub-menu {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
  .fl-mega-menu ul li.menu-item-depth-0 > a {
    padding: 0 18px 12.5px; }
    .fl-mega-menu ul li.menu-item-depth-0 > a:before {
      content: '';
      display: block;
      position: absolute;
      bottom: 3px;
      left: 20px;
      width: -webkit-calc(100% - 40px);
      width: calc(100% - 40px);
      height: 2px;
      background: #fff;
      -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transform-origin: right;
          -ms-transform-origin: right;
              transform-origin: right;
      -webkit-transition: -webkit-transform .2s ease-out;
      transition: -webkit-transform .2s ease-out;
      -o-transition: transform .2s ease-out;
      transition: transform .2s ease-out;
      transition: transform .2s ease-out, -webkit-transform .2s ease-out; }
    .fl-mega-menu ul li.menu-item-depth-0 > a:hover:before {
      -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
              transform: scaleX(1);
      -webkit-transform-origin: left;
          -ms-transform-origin: left;
              transform-origin: left; }
  .fl-mega-menu ul li.menu-item-depth-0.has-submenu > a:after {
    margin-left: 6px;
    font: normal normal normal 12px/1 FontAwesome;
    content: "\f107";
    color: #fff; }
  .fl-mega-menu ul li.menu-item-depth-0:last-child a {
    padding-right: 0; }
  .fl-mega-menu ul li {
    position: relative;
    display: inline-block; }
    .fl-mega-menu ul li a {
      -webkit-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      transition: .3s ease-in-out;
      position: relative;
      white-space: nowrap; }
      .fl-mega-menu ul li a i {
        margin-right: 5px;
        margin-left: 0 !important; }
      .fl-mega-menu ul li a:hover {
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out; }
    .fl-mega-menu ul li.has-submenu .sub-nav {
      z-index: 999;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      width: inherit;
      left: 0;
      top: 45px !important;
      visibility: hidden;
      opacity: 0;
      -webkit-transform: translateY(30px);
          -ms-transform: translateY(30px);
              transform: translateY(30px);
      -webkit-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }
      .fl-mega-menu ul li.has-submenu .sub-nav.open {
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0); }
      .fl-mega-menu ul li.has-submenu .sub-nav > .sub-menu {
        text-align: left;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
                box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        border: 1px solid #eaeaeb;
        padding: 15px 0;
        background: #fff; }
        .fl-mega-menu ul li.has-submenu .sub-nav > .sub-menu li {
          display: block; }
          .fl-mega-menu ul li.has-submenu .sub-nav > .sub-menu li a {
            padding: 0 60px 10px 25px;
            width: 100%;
            min-width: 150px;
            display: block;
            position: relative;
            text-transform: none;
            border-bottom: none; }
  .fl-mega-menu ul > li.mega-menu-item .sub-nav > ul > li {
    display: block; }
    .fl-mega-menu ul > li.mega-menu-item .sub-nav > ul > li > ul li {
      display: block; }
  .fl-mega-menu ul > li.mega-menu-item .sub-nav > ul.max-columns-1 > li {
    display: block; }
  .fl-mega-menu ul > li.mega-menu-item .sub-nav > ul.max-columns-2 > li {
    display: inline-block;
    float: left; }
    .fl-mega-menu ul > li.mega-menu-item .sub-nav > ul.max-columns-2 > li:nth-child(3n) {
      clear: left; }
  .fl-mega-menu ul > li.mega-menu-item .sub-nav > ul.max-columns-3 > li {
    display: inline-block;
    float: left; }
    .fl-mega-menu ul > li.mega-menu-item .sub-nav > ul.max-columns-3 > li:nth-child(4n) {
      clear: left; }
  .fl-mega-menu ul > li.mega-menu-item .sub-nav > ul.max-columns-4 > li {
    display: inline-block;
    float: left; }
    .fl-mega-menu ul > li.mega-menu-item .sub-nav > ul.max-columns-4 > li:nth-child(5n) {
      clear: left; }
  .fl-mega-menu ul > li.mega-menu-item .sub-nav > ul.max-columns-5 > li {
    display: inline-block;
    float: left; }
    .fl-mega-menu ul > li.mega-menu-item .sub-nav > ul.max-columns-5 > li:nth-child(6n) {
      clear: left; }
  .fl-mega-menu ul > li.sub-menu-full-width {
    position: inherit; }
    .fl-mega-menu ul > li.sub-menu-full-width .sub-nav {
      width: 100%;
      top: -webkit-calc(100% - 10px);
      top: calc(100% - 10px); }
      .fl-mega-menu ul > li.sub-menu-full-width .sub-nav > .sub-menu {
        width: 100%;
        padding: 15px; }
        .fl-mega-menu ul > li.sub-menu-full-width .sub-nav > .sub-menu > li {
          padding-left: 15px;
          padding-right: 15px; }
          .fl-mega-menu ul > li.sub-menu-full-width .sub-nav > .sub-menu > li a {
            padding-left: 0;
            padding-right: 0; }
        .fl-mega-menu ul > li.sub-menu-full-width .sub-nav > .sub-menu.max-columns-1 > li {
          display: block;
          width: 100%; }
          .fl-mega-menu ul > li.sub-menu-full-width .sub-nav > .sub-menu.max-columns-1 > li a {
            white-space: normal; }
        .fl-mega-menu ul > li.sub-menu-full-width .sub-nav > .sub-menu.max-columns-2 > li {
          display: block;
          width: 50%; }
          .fl-mega-menu ul > li.sub-menu-full-width .sub-nav > .sub-menu.max-columns-2 > li a {
            white-space: normal; }
        .fl-mega-menu ul > li.sub-menu-full-width .sub-nav > .sub-menu.max-columns-3 > li {
          display: block;
          width: 33.3333333%; }
          .fl-mega-menu ul > li.sub-menu-full-width .sub-nav > .sub-menu.max-columns-3 > li a {
            white-space: normal; }
        .fl-mega-menu ul > li.sub-menu-full-width .sub-nav > .sub-menu.max-columns-4 > li {
          display: block;
          width: 25%; }
          .fl-mega-menu ul > li.sub-menu-full-width .sub-nav > .sub-menu.max-columns-4 > li a {
            white-space: normal; }
        .fl-mega-menu ul > li.sub-menu-full-width .sub-nav > .sub-menu.max-columns-5 > li {
          display: block;
          width: 20%; }
          .fl-mega-menu ul > li.sub-menu-full-width .sub-nav > .sub-menu.max-columns-5 > li a {
            white-space: normal; }
        .fl-mega-menu ul > li.sub-menu-full-width .sub-nav > .sub-menu > .sub-menu > li {
          padding: 0; }

/*-------------------------------------------------------------------

==  Search

-------------------------------------------------------------------*/
.fl-search-full-width {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(34, 34, 34, 0.95);
  z-index: 9999;
  display: none; }
  .fl-search-full-width.open .fl--hamburger-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 600ms ease-in;
    -o-transition: opacity 600ms ease-in;
    transition: opacity 600ms ease-in; }

.fl-scrollUp {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%); }

/*-------------------------------------------------------------------

==  Color Setting

-------------------------------------------------------------------*/
.nav-menu li a {
  color: #fff; }

.nav-menu li .sub-menu li a, .fl-mega-menu .nav-menu li .sub-menu li .sub-sub-menu a {
  color: #222; }

.nav-menu li .sub-menu li a, .fl-mega-menu .nav-menu li .sub-menu li .sub-sub-menu a, .fl-header--navigation-style-one .fl-header-menu-container .fl--navigation-container i {
  color: inherit; }

.fl-mega-menu > ul > li .sub-nav > ul.sub-menu-wide > li > a {
  text-transform: uppercase !important;
  line-height: 10px;
  letter-spacing: 1.2px;
  margin: 10px 0 20px 0;
  padding-bottom: 0 !important; }

/*-------------------------------------------------------------------

==  Menu

-------------------------------------------------------------------*/
/*-------------------------------------------------------------------

==  Mobile Menu

-------------------------------------------------------------------*/
.fl-mobile-menu-wrapper {
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1098; }
  .fl-mobile-menu-wrapper .fl-sidebar-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1099;
    cursor: pointer; }
  .fl-mobile-menu-wrapper .fl--mobile-menu-navigation-wrapper {
    position: fixed;
    z-index: 1100;
    left: 0;
    top: 0;
    width: 280px;
    background: #fff;
    padding: 45px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100vh; }
    .fl-mobile-menu-wrapper .fl--mobile-menu-navigation-wrapper .fl--mobile-menu-navigation {
      max-height: -webkit-calc(100% - 85px);
      max-height: calc(100% - 85px);
      overflow-x: auto; }

.fl--mobile-menu {
  background: inherit;
  z-index: 9;
  position: relative; }
  .fl--mobile-menu > li:last-child a {
    border-bottom: none; }
  .fl--mobile-menu li {
    -webkit-transition: background-color .3s ease-in;
    -o-transition: background-color .3s ease-in;
    transition: background-color .3s ease-in;
    overflow: hidden; }
    .fl--mobile-menu li.opened {
      -webkit-transition: background-color .3s ease-in;
      -o-transition: background-color .3s ease-in;
      transition: background-color .3s ease-in;
      background: #f7f7f7; }
      .fl--mobile-menu li.opened > a .fl-menu-flipper-icon {
        -webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s;
        -webkit-transform: rotateY(180deg);
                transform: rotateY(180deg); }
        .fl--mobile-menu li.opened > a .fl-menu-flipper-icon .fl-front-content i {
          -webkit-transition: 0.6s;
          -o-transition: 0.6s;
          transition: 0.6s;
          opacity: 0; }
    .fl--mobile-menu li a {
      border-bottom: 1px solid #eee;
      position: relative;
      line-height: 1.1;
      display: block;
      padding: 17px 40px 17px 24px;
      color: #222222;
      font-size: 11px;
      text-transform: uppercase; }
      .fl--mobile-menu li a .fl-menu-flipper-icon {
        position: absolute;
        right: 0;
        color: #000;
        height: 100%;
        width: 50px;
        top: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .fl--mobile-menu li a:hover {
        color: #000; }
    .fl--mobile-menu li:last-child {
      border-bottom: none; }
    .fl--mobile-menu li .sub-menu {
      display: none;
      background: #f7f7f7; }
      .fl--mobile-menu li .sub-menu li a {
        text-transform: none;
        font-size: 11px; }
      .fl--mobile-menu li .sub-menu li .sub-menu {
        border-left: none;
        margin-left: 0; }
        .fl--mobile-menu li .sub-menu li .sub-menu li a {
          padding-left: 37px; }
    > .fl--mobile-menu li:first-child a {
      border-bottom: none; }

.fl--mobile-menu-navigation-wrapper::-webkit-scrollbar, .fl--mobile-menu-navigation::-webkit-scrollbar {
  width: 6px;
  background: #fff;
  margin-right: 20px; }
.fl--mobile-menu-navigation-wrapper::-webkit-scrollbar-thumb, .fl--mobile-menu-navigation::-webkit-scrollbar-thumb {
  height: 150px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  background: #f7f7f7; }

body.admin-bar .fl--mobile-menu-navigation-wrapper {
  top: 30px; }
body.admin-bar ul.fl-sidebar-social-profiles {
  bottom: 50px; }

.fl-menu-flipper-icon {
  position: absolute;
  right: 0;
  color: #2a2b30;
  height: 100%;
  width: 50px;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-perspective: 40px;
          perspective: 40px; }
  .fl-menu-flipper-icon .fl-front-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: inherit;
    z-index: 2;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .fl-menu-flipper-icon .fl-back-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: inherit;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg); }

.fl-close-sidebar-icon {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .6s ease-in;
  -o-transition: opacity .6s ease-in;
  transition: opacity .6s ease-in;
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  position: absolute;
  height: 25px;
  width: 25px;
  margin: 0;
  outline: 0;
  padding: 10px;
  vertical-align: top;
  top: 15px;
  right: 5px;
  z-index: 99999;
  cursor: pointer; }
  .fl-close-sidebar-icon:before {
    font-family: fl-custom-icon-font;
    content: '\e81d';
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    color: #2a2b30 !important;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 16px;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }

ul.fl-sidebar-social-profiles {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 0 24px; }
  ul.fl-sidebar-social-profiles li {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    ul.fl-sidebar-social-profiles li a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative;
      font-size: 14px;
      padding: 0 2px;
      color: #1b1b1b;
      -webkit-transition: color .3s ease, opacity .3s ease;
      -o-transition: color .3s ease, opacity .3s ease;
      transition: color .3s ease, opacity .3s ease;
      z-index: 1;
      width: 26px;
      height: 26px;
      opacity: .8; }
      ul.fl-sidebar-social-profiles li a i {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
      ul.fl-sidebar-social-profiles li a:before {
        z-index: -1;
        content: '';
        display: block;
        height: 0;
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        width: 0;
        -webkit-border-radius: 100%;
                border-radius: 100%; }
      ul.fl-sidebar-social-profiles li a:hover {
        opacity: 1;
        color: #fff; }
        ul.fl-sidebar-social-profiles li a:hover:before {
          width: 100%;
          height: 100%;
          top: 0;
          left: 0; }
      ul.fl-sidebar-social-profiles li a.facebook:before {
        background: #4267b2; }
      ul.fl-sidebar-social-profiles li a.twitter:before {
        background: #1da1f2; }
      ul.fl-sidebar-social-profiles li a.linkedin:before {
        background: #0274b3; }
      ul.fl-sidebar-social-profiles li a.instagram:before {
        background: #231f20; }
      ul.fl-sidebar-social-profiles li a.behance:before {
        background: #0057ff; }
      ul.fl-sidebar-social-profiles li a.pinterest:before {
        background: #bd081c; }
      ul.fl-sidebar-social-profiles li a.google:before {
        background: #db4445; }
      ul.fl-sidebar-social-profiles li a.youtube:before {
        background: #f30007; }
      ul.fl-sidebar-social-profiles li a.vimeo:before {
        background: #1ab7ea; }

.fl-header-menu-container .fl--mobile-menu-icon {
  display: none !important; }

/*-------------------------------------------------------------------

==  Blog

-------------------------------------------------------------------*/
.fl--blog-style-standard .fl-post--item {
  background: #fff;
  margin-bottom: 70px; }
  .fl--blog-style-standard .fl-post--item:first-child {
    margin-top: 0; }
  .fl--blog-style-standard .fl-post--item .fl-post-top-content .fl-post--holder {
    position: relative; }
    .fl--blog-style-standard .fl-post--item .fl-post-top-content .fl-post--holder .fl-post-category-standard {
      display: inline-block;
      padding: 12px 22px;
      line-height: 1;
      position: absolute;
      top: 30px;
      left: 35px;
      color: #fff;
      text-transform: uppercase;
      font-size: 11px; }
      .fl--blog-style-standard .fl-post--item .fl-post-top-content .fl-post--holder .fl-post-category-standard a {
        color: inherit; }
  .fl--blog-style-standard .fl-post--item .fl-post-bottom-content {
    padding: 40px 50px 45px; }
    .fl--blog-style-standard .fl-post--item .fl-post-bottom-content .fl-post--title {
      font-size: 22px;
      margin-bottom: 20px; }
      .fl--blog-style-standard .fl-post--item .fl-post-bottom-content .fl-post--title a {
        color: inherit; }
    .fl--blog-style-standard .fl-post--item .fl-post-bottom-content .fl-bottom-content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 30px; }
      .fl--blog-style-standard .fl-post--item .fl-post-bottom-content .fl-bottom-content .fl-post-info {
        width: 60%;
        color: #333333;
        font-size: 11px;
        line-height: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        text-transform: uppercase; }
        .fl--blog-style-standard .fl-post--item .fl-post-bottom-content .fl-bottom-content .fl-post-info .fl-author-avatar {
          margin-right: 8px; }
          .fl--blog-style-standard .fl-post--item .fl-post-bottom-content .fl-bottom-content .fl-post-info .fl-author-avatar img {
            -webkit-border-radius: 50%;
                    border-radius: 50%; }
        .fl--blog-style-standard .fl-post--item .fl-post-bottom-content .fl-bottom-content .fl-post-info .fl-author-info .author-prefix {
          margin-right: 3px; }
        .fl--blog-style-standard .fl-post--item .fl-post-bottom-content .fl-bottom-content .fl-post-info .fl-author-info a {
          color: inherit; }
        .fl--blog-style-standard .fl-post--item .fl-post-bottom-content .fl-bottom-content .fl-post-info .fl-delimeter {
          width: 1px;
          height: 12px;
          position: relative;
          background: #eee;
          display: -webkit-inline-box;
          display: -webkit-inline-flex;
          display: -ms-inline-flexbox;
          display: inline-flex;
          margin: 0 10px; }
        .fl--blog-style-standard .fl-post--item .fl-post-bottom-content .fl-bottom-content .fl-post-info .fl-date-info .date-prefix {
          margin-right: 3px; }
      .fl--blog-style-standard .fl-post--item .fl-post-bottom-content .fl-bottom-content .fl-post-btn-read-more {
        margin-top: 0;
        width: 40%;
        text-align: right; }
        .fl--blog-style-standard .fl-post--item .fl-post-bottom-content .fl-bottom-content .fl-post-btn-read-more .fl-post-link {
          padding-top: 0;
          padding-right: 0; }

.fl--blog-style-two .fl-post--item {
  background-color: #fff;
  margin-bottom: 90px; }
  .fl--blog-style-two .fl-post--item .fl-post-left-content {
    min-height: 1px;
    width: 45%;
    float: left;
    display: inline-block; }
    .fl--blog-style-two .fl-post--item .fl-post-left-content .fl-post--holder {
      position: relative; }
      .fl--blog-style-two .fl-post--item .fl-post-left-content .fl-post--holder .fl-post-date-wrapper {
        position: absolute;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        font-size: 26px;
        line-height: 1;
        text-align: center;
        opacity: .9;
        color: #fff;
        border: 4px solid #efefef;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        top: 34px;
        right: 18px;
        width: 74px;
        height: 74px; }
        .fl--blog-style-two .fl-post--item .fl-post-left-content .fl-post--holder .fl-post-date-wrapper .fl-entry-date-month {
          margin-top: 3px;
          font-style: normal;
          font-size: 10px;
          font-weight: 400 !important;
          text-transform: uppercase; }
      .fl--blog-style-two .fl-post--item .fl-post-left-content .fl-post--holder .fl-image-decor {
        height: 30px;
        width: 4px;
        display: block;
        position: absolute;
        right: 20px;
        bottom: -30px; }
        .fl--blog-style-two .fl-post--item .fl-post-left-content .fl-post--holder .fl-image-decor:before {
          position: absolute;
          bottom: 100%;
          display: block;
          width: 4px;
          height: 10px;
          content: '';
          background-color: white; }
  .fl--blog-style-two .fl-post--item .fl-post-right-content {
    width: 55%;
    float: left;
    display: inline-block;
    padding: 57px 40px 0 50px; }
    .fl--blog-style-two .fl-post--item .fl-post-right-content .fl-post-content--info .fl-post-category a {
      line-height: 1;
      white-space: nowrap;
      -webkit-transition: color .3s ease-in;
      -o-transition: color .3s ease-in;
      transition: color .3s ease-in;
      color: inherit; }
      .fl--blog-style-two .fl-post--item .fl-post-right-content .fl-post-content--info .fl-post-category a:hover {
        -webkit-transition: color .3s ease-in;
        -o-transition: color .3s ease-in;
        transition: color .3s ease-in; }
    .fl--blog-style-two .fl-post--item .fl-post-right-content .fl-post-content--info .fl-post-category .fl-category-delimiter {
      margin-right: 8px; }
    .fl--blog-style-two .fl-post--item .fl-post-right-content .fl-post-content--info .fl-post--title {
      margin-top: 9px;
      margin-bottom: 0;
      padding-bottom: 25px;
      font-size: 22px;
      line-height: 1.4545;
      letter-spacing: 0; }
      .fl--blog-style-two .fl-post--item .fl-post-right-content .fl-post-content--info .fl-post--title a {
        color: inherit; }

.fl--blog-style-three .fl-post--item {
  background-color: #fff;
  margin-bottom: 90px; }
  .fl--blog-style-three .fl-post--item .fl-post-left-content {
    min-height: 1px;
    width: 45%;
    float: left;
    display: inline-block; }
    .fl--blog-style-three .fl-post--item .fl-post-left-content .fl-post--holder {
      position: relative; }
      .fl--blog-style-three .fl-post--item .fl-post-left-content .fl-post--holder .fl-post-date-wrapper {
        position: absolute;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        font-size: 26px;
        line-height: 1;
        text-align: center;
        opacity: .9;
        color: #fff;
        border: 4px solid #efefef;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        top: 34px;
        left: 0;
        width: 74px;
        height: 74px;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); }
        .fl--blog-style-three .fl-post--item .fl-post-left-content .fl-post--holder .fl-post-date-wrapper .fl-entry-date-month {
          margin-top: 3px;
          font-style: normal;
          font-size: 10px;
          font-weight: 400 !important;
          text-transform: uppercase; }
  .fl--blog-style-three .fl-post--item .fl-post-right-content {
    width: 55%;
    float: left;
    display: inline-block;
    padding: 57px 40px 0 50px; }
    .fl--blog-style-three .fl-post--item .fl-post-right-content .fl-post-content--info .fl-post-category a {
      line-height: 1;
      white-space: nowrap;
      -webkit-transition: color .3s ease-in;
      -o-transition: color .3s ease-in;
      transition: color .3s ease-in;
      color: inherit; }
      .fl--blog-style-three .fl-post--item .fl-post-right-content .fl-post-content--info .fl-post-category a:hover {
        -webkit-transition: color .3s ease-in;
        -o-transition: color .3s ease-in;
        transition: color .3s ease-in; }
    .fl--blog-style-three .fl-post--item .fl-post-right-content .fl-post-content--info .fl-post-category .fl-category-delimiter {
      margin-right: 8px; }
    .fl--blog-style-three .fl-post--item .fl-post-right-content .fl-post-content--info .fl-post--title {
      margin-top: 9px;
      margin-bottom: 0;
      padding-bottom: 25px;
      font-size: 22px;
      line-height: 1.4545;
      letter-spacing: 0; }
      .fl--blog-style-three .fl-post--item .fl-post-right-content .fl-post-content--info .fl-post--title a {
        color: inherit; }

.fl--blog-style-full-width .fl-post--item {
  background-color: #f7f7f7;
  margin-bottom: 90px; }
  .fl--blog-style-full-width .fl-post--item .fl-post-left-content {
    min-height: 1px;
    width: 59%;
    float: left;
    display: inline-block; }
    .fl--blog-style-full-width .fl-post--item .fl-post-left-content .fl-post--holder {
      position: relative; }
      .fl--blog-style-full-width .fl-post--item .fl-post-left-content .fl-post--holder .fl-post-date-wrapper {
        position: absolute;
        top: 43px;
        right: 38px;
        width: 84px;
        height: 84px;
        padding-top: 15px;
        font-size: 34px;
        line-height: 1;
        text-align: center;
        opacity: .9;
        color: #fff;
        border: 4px solid #efefef;
        -webkit-border-radius: 50%;
                border-radius: 50%; }
        .fl--blog-style-full-width .fl-post--item .fl-post-left-content .fl-post--holder .fl-post-date-wrapper .fl-entry-date-month {
          margin-top: 3px;
          font-style: normal;
          font-size: 10px;
          font-weight: 400 !important;
          text-transform: uppercase; }
      .fl--blog-style-full-width .fl-post--item .fl-post-left-content .fl-post--holder .fl-image-decor {
        height: 30px;
        width: 4px;
        display: block;
        position: absolute;
        right: 20px;
        bottom: -30px; }
        .fl--blog-style-full-width .fl-post--item .fl-post-left-content .fl-post--holder .fl-image-decor:before {
          position: absolute;
          bottom: 100%;
          display: block;
          width: 4px;
          height: 10px;
          content: '';
          background-color: white; }
  .fl--blog-style-full-width .fl-post--item .fl-post-right-content {
    width: 41%;
    float: left;
    display: inline-block;
    padding: 57px 40px 0 50px; }
    .fl--blog-style-full-width .fl-post--item .fl-post-right-content .fl-post-content--info .fl-post-category a {
      line-height: 1;
      white-space: nowrap;
      -webkit-transition: color .3s ease-in;
      -o-transition: color .3s ease-in;
      transition: color .3s ease-in;
      color: inherit; }
      .fl--blog-style-full-width .fl-post--item .fl-post-right-content .fl-post-content--info .fl-post-category a:hover {
        -webkit-transition: color .3s ease-in;
        -o-transition: color .3s ease-in;
        transition: color .3s ease-in; }
    .fl--blog-style-full-width .fl-post--item .fl-post-right-content .fl-post-content--info .fl-post-category .fl-category-delimiter {
      margin-right: 8px; }
    .fl--blog-style-full-width .fl-post--item .fl-post-right-content .fl-post-content--info .fl-post--title {
      margin-top: 9px;
      margin-bottom: 0;
      padding-bottom: 25px;
      font-size: 22px;
      line-height: 1.4545;
      letter-spacing: 0; }
      .fl--blog-style-full-width .fl-post--item .fl-post-right-content .fl-post-content--info .fl-post--title a {
        color: inherit; }

.fl-post-btn-read-more {
  margin-top: 26px;
  overflow: hidden; }
  .fl-post-btn-read-more .fl-post-link {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 11px;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
    border: 1px solid transparent;
    white-space: nowrap;
    text-transform: uppercase !important;
    color: #232323;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    letter-spacing: .02em;
    padding: 11px 25px 0 0;
    position: relative;
    overflow: hidden; }
    .fl-post-btn-read-more .fl-post-link:hover:after {
      -webkit-transition: .7s linear;
      -o-transition: .7s linear;
      transition: .7s linear;
      background-position: 150% 0; }
    .fl-post-btn-read-more .fl-post-link .icon {
      display: inline-block;
      border-width: 4px 6px;
      border-style: solid;
      border-color: transparent; }
    .fl-post-btn-read-more .fl-post-link:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 110%;
      height: 100%;
      content: '';
      -webkit-transform: skewX(-50deg);
          -ms-transform: skewX(-50deg);
              transform: skewX(-50deg);
      background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0))) no-repeat -2em 0;
      background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) no-repeat -2em 0;
      background: -o-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) no-repeat -2em 0;
      background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) no-repeat -2em 0;
      -webkit-background-size: 2em 100%;
              background-size: 2em 100%; }

/*-------------------------------------------------------------------

==  Blog single

-------------------------------------------------------------------*/
/*-------------------------------------------------------------------

==  Post holder

-------------------------------------------------------------------*/
.fl--post-holder {
  position: relative; }
  .fl--post-holder .fl-post-category-info {
    position: absolute;
    left: 35px;
    top: 35px;
    display: inline-block;
    padding: 12px 22px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px; }
    .fl--post-holder .fl-post-category-info a {
      color: inherit; }

/*-------------------------------------------------------------------

==  Post Content

-------------------------------------------------------------------*/
.fl-content-wrapper .fl-post-content-top {
  padding-bottom: 50px;
  background: #fff;
  margin-bottom: 15px; }
  .fl-content-wrapper .fl-post-content-top .fl_content_story {
    position: relative;
    margin-top: 40px;
    padding-right: 60px;
    padding-left: 60px; }
    .fl-content-wrapper .fl-post-content-top .fl_content_story .fl--post-info .fl-post--title-info {
      margin-top: 9px;
      padding-bottom: 15px;
      font-size: 23px;
      letter-spacing: 0;
      margin-bottom: 6px; }
    .fl-content-wrapper .fl-post-content-top .fl_content_story .fl--post-info .fl-post-info-entry {
      margin-bottom: 20px;
      text-transform: uppercase;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 11px;
      line-height: 1; }
      .fl-content-wrapper .fl-post-content-top .fl_content_story .fl--post-info .fl-post-info-entry .fl-author-avatar {
        margin-right: 8px; }
        .fl-content-wrapper .fl-post-content-top .fl_content_story .fl--post-info .fl-post-info-entry .fl-author-avatar img {
          -webkit-border-radius: 50%;
                  border-radius: 50%; }
      .fl-content-wrapper .fl-post-content-top .fl_content_story .fl--post-info .fl-post-info-entry .fl-author-info .author-prefix {
        margin-right: 3px; }
      .fl-content-wrapper .fl-post-content-top .fl_content_story .fl--post-info .fl-post-info-entry .fl-author-info .author-link a {
        color: inherit; }
      .fl-content-wrapper .fl-post-content-top .fl_content_story .fl--post-info .fl-post-info-entry .fl-date-info .date-prefix {
        margin-right: 3px; }
      .fl-content-wrapper .fl-post-content-top .fl_content_story .fl--post-info .fl-post-info-entry .fl-comment--info .fl-post-comments {
        color: inherit;
        -webkit-transition: .3s ease-in;
        -o-transition: .3s ease-in;
        transition: .3s ease-in; }
        .fl-content-wrapper .fl-post-content-top .fl_content_story .fl--post-info .fl-post-info-entry .fl-comment--info .fl-post-comments i {
          margin-right: 3px; }
        .fl-content-wrapper .fl-post-content-top .fl_content_story .fl--post-info .fl-post-info-entry .fl-comment--info .fl-post-comments:hover {
          -webkit-transition: .3s ease-in;
          -o-transition: .3s ease-in;
          transition: .3s ease-in; }
      .fl-content-wrapper .fl-post-content-top .fl_content_story .fl--post-info .fl-post-info-entry .fl-delimeter {
        width: 1px;
        height: 12px;
        position: relative;
        background: #eee;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin: 0 10px; }
.fl-content-wrapper .fl-post-content-bottom {
  margin-top: 75px; }

/*-------------------------------------------------------------------

==  Commments

-------------------------------------------------------------------*/
.fl-comments-container input, .fl-comments-container textarea {
  margin-bottom: 30px; }
.fl-comments-container .fl-comment-title {
  margin-bottom: 11px;
  font-size: 20px;
  padding-bottom: 12px; }
.fl-comments-container .fl-comments-list {
  margin-top: 30px; }
  .fl-comments-container .fl-comments-list .comment, .fl-comments-container .fl-comments-list .pingback {
    margin-bottom: 28px;
    padding: 30px 60px 30px 30px;
    background-color: #fff; }
    .fl-comments-container .fl-comments-list .comment .fl-comment-avatar, .fl-comments-container .fl-comments-list .pingback .fl-comment-avatar {
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      float: left;
      width: 98px;
      margin-right: 30px;
      margin-bottom: 20px; }
    .fl-comments-container .fl-comments-list .comment .fl-comment-meta, .fl-comments-container .fl-comments-list .pingback .fl-comment-meta {
      padding-left: 128px; }
      .fl-comments-container .fl-comments-list .comment .fl-comment-meta .fl-comments--reply-wrapper, .fl-comments-container .fl-comments-list .pingback .fl-comment-meta .fl-comments--reply-wrapper {
        position: relative;
        margin-bottom: 22px;
        padding-right: 70px;
        line-height: 1; }
        .fl-comments-container .fl-comments-list .comment .fl-comment-meta .fl-comments--reply-wrapper .fl-comment-author-name, .fl-comments-container .fl-comments-list .pingback .fl-comment-meta .fl-comments--reply-wrapper .fl-comment-author-name {
          display: block;
          margin-bottom: 6px;
          letter-spacing: 0;
          color: #333; }
          .fl-comments-container .fl-comments-list .comment .fl-comment-meta .fl-comments--reply-wrapper .fl-comment-author-name a, .fl-comments-container .fl-comments-list .pingback .fl-comment-meta .fl-comments--reply-wrapper .fl-comment-author-name a {
            color: inherit;
            -webkit-transition: .3s ease;
            -o-transition: .3s ease;
            transition: .3s ease; }
            .fl-comments-container .fl-comments-list .comment .fl-comment-meta .fl-comments--reply-wrapper .fl-comment-author-name a:hover, .fl-comments-container .fl-comments-list .pingback .fl-comment-meta .fl-comments--reply-wrapper .fl-comment-author-name a:hover {
              color: #aaa;
              -webkit-transition: .3s ease;
              -o-transition: .3s ease;
              transition: .3s ease; }
        .fl-comments-container .fl-comments-list .comment .fl-comment-meta .fl-comments--reply-wrapper .fl-comment--time, .fl-comments-container .fl-comments-list .pingback .fl-comment-meta .fl-comments--reply-wrapper .fl-comment--time {
          font-size: 11px;
          letter-spacing: 0;
          color: #666; }
          .fl-comments-container .fl-comments-list .comment .fl-comment-meta .fl-comments--reply-wrapper .fl-comment--time a, .fl-comments-container .fl-comments-list .pingback .fl-comment-meta .fl-comments--reply-wrapper .fl-comment--time a {
            color: inherit;
            -webkit-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease; }
            .fl-comments-container .fl-comments-list .comment .fl-comment-meta .fl-comments--reply-wrapper .fl-comment--time a:hover, .fl-comments-container .fl-comments-list .pingback .fl-comment-meta .fl-comments--reply-wrapper .fl-comment--time a:hover {
              -webkit-transition: all .3s ease;
              -o-transition: all .3s ease;
              transition: all .3s ease; }
        .fl-comments-container .fl-comments-list .comment .fl-comment-meta .fl-comments--reply-wrapper .fl-comment--reply, .fl-comments-container .fl-comments-list .pingback .fl-comment-meta .fl-comments--reply-wrapper .fl-comment--reply {
          position: absolute;
          top: 26px;
          right: 0;
          font-size: 11px;
          text-transform: uppercase; }
          .fl-comments-container .fl-comments-list .comment .fl-comment-meta .fl-comments--reply-wrapper .fl-comment--reply a, .fl-comments-container .fl-comments-list .pingback .fl-comment-meta .fl-comments--reply-wrapper .fl-comment--reply a {
            color: #aaa;
            -webkit-transition: .3s ease;
            -o-transition: .3s ease;
            transition: .3s ease; }
            .fl-comments-container .fl-comments-list .comment .fl-comment-meta .fl-comments--reply-wrapper .fl-comment--reply a:hover, .fl-comments-container .fl-comments-list .pingback .fl-comment-meta .fl-comments--reply-wrapper .fl-comment--reply a:hover {
              color: #333333;
              -webkit-transition: .3s ease;
              -o-transition: .3s ease;
              transition: .3s ease; }
    .fl-comments-container .fl-comments-list .comment > .comment, .fl-comments-container .fl-comments-list .pingback > .comment {
      padding-left: 30px;
      padding-bottom: 0;
      padding-right: 0; }
      .fl-comments-container .fl-comments-list .comment > .comment:last-child, .fl-comments-container .fl-comments-list .pingback > .comment:last-child {
        margin-bottom: 0; }
      .fl-comments-container .fl-comments-list .comment > .comment > .comment, .fl-comments-container .fl-comments-list .pingback > .comment > .comment {
        padding-left: 0 !important;
        padding-right: 0 !important; }
  .fl-comments-container .fl-comments-list .pingback .fl-comment-avatar {
    display: none; }
  .fl-comments-container .fl-comments-list .pingback .fl-comment-meta {
    padding-left: 0; }
    .fl-comments-container .fl-comments-list .pingback .fl-comment-meta .fl-comments--reply-wrapper {
      padding-right: 0; }

.fl-reply-title {
  margin-bottom: 11px;
  font-size: 20px;
  padding-bottom: 12px; }

#commentform {
  margin-top: 50px;
  padding: 30px 60px 35px;
  background-color: #fff; }
  #commentform a {
    color: #666;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
    #commentform a:hover {
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }

.comment-respond {
  width: 100%;
  margin-bottom: 28px; }

#cancel-comment-reply-link {
  font-size: 16px;
  color: #aaa;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease; }
  #cancel-comment-reply-link:hover {
    color: #232323;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }

/*-------------------------------------------------------------------

==  Animation border Form

-------------------------------------------------------------------*/
.fl-input-wrapper {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  overflow: hidden; }

.fl--input__field {
  position: relative;
  display: block; }
  .fl--input__field:focus {
    outline: none; }

.fl--input__field--animation {
  width: 100%;
  background: transparent; }

.fl--input__label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: -webkit-calc(100% - 30px);
  height: calc(100% - 30px);
  text-align: left;
  pointer-events: none; }
  .fl--input__label:before, .fl--input__label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #ddd; }
  .fl--input__label:after {
    border-bottom: 2px solid;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }

.fl--input__field--animation:focus + .fl--input__label::after,
.input--filled .fl--input__label::after {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

/*-------------------------------------------------------------------

==  Tags and Share

-------------------------------------------------------------------*/
.fl-tags-share-post {
  background: #fff;
  padding: 25px 60px 25px 60px; }
  .fl-tags-share-post .fl-tags-single-blog .fl-tags-content-text {
    margin-right: 10px;
    color: #666; }
  .fl-tags-share-post .fl-tags-single-blog a {
    margin-right: 5px;
    color: #222;
    text-transform: uppercase;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease; }
    .fl-tags-share-post .fl-tags-single-blog a:hover {
      -webkit-transition: color .3s ease;
      -o-transition: color .3s ease;
      transition: color .3s ease; }
  .fl-tags-share-post.content-50-w {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .fl-tags-share-post.content-50-w .fl-tags-single-blog {
      width: 50%;
      float: left;
      font-size: 12px; }
    .fl-tags-share-post.content-50-w .fl-post-share {
      width: 50%;
      float: right;
      text-align: right;
      font-size: 12px; }
      .fl-tags-share-post.content-50-w .fl-post-share .fl-share-text {
        margin-right: 10px;
        color: #666; }
      .fl-tags-share-post.content-50-w .fl-post-share a.fl_share_icon {
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 30px;
        height: 30px;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        border: 1px solid #dddddd;
        margin: 0 4px;
        font-size: 12px;
        line-height: 1;
        color: inherit; }
        .fl-tags-share-post.content-50-w .fl-post-share a.fl_share_icon:last-child {
          margin-right: 0; }
        .fl-tags-share-post.content-50-w .fl-post-share a.fl_share_icon:first-child {
          margin-left: 0; }
        .fl-tags-share-post.content-50-w .fl-post-share a.fl_share_icon:hover {
          color: #fff !important;
          -webkit-transition: .3s ease;
          -o-transition: .3s ease;
          transition: .3s ease; }

/*-------------------------------------------------------------------

==  Related Posts

-------------------------------------------------------------------*/
.fl-blog-inner-related-posts-wrapper {
  margin-top: 75px; }
  .fl-blog-inner-related-posts-wrapper .fl-related-posts-title-wrapper {
    margin-bottom: 25px; }
    .fl-blog-inner-related-posts-wrapper .fl-related-posts-title-wrapper .fl-related-posts-title {
      margin-bottom: 11px;
      font-size: 20px;
      padding-bottom: 12px; }
  .fl-blog-inner-related-posts-wrapper .fl-resent-post-blog-list .fl-resent-post-item {
    width: -webkit-calc(33.3333% - 10px);
    width: calc(33.3333% - 10px);
    float: left; }
    .fl-blog-inner-related-posts-wrapper .fl-resent-post-blog-list .fl-resent-post-item:first-child {
      margin-right: 15px; }
    .fl-blog-inner-related-posts-wrapper .fl-resent-post-blog-list .fl-resent-post-item:last-child {
      margin-left: 15px; }
    .fl-blog-inner-related-posts-wrapper .fl-resent-post-blog-list .fl-resent-post-item .resent-post-img {
      margin-bottom: 15px; }
    .fl-blog-inner-related-posts-wrapper .fl-resent-post-blog-list .fl-resent-post-item .fl-resent-post-info .fl-resent-post-title {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 10px; }
      .fl-blog-inner-related-posts-wrapper .fl-resent-post-blog-list .fl-resent-post-item .fl-resent-post-info .fl-resent-post-title a {
        color: inherit; }
    .fl-blog-inner-related-posts-wrapper .fl-resent-post-blog-list .fl-resent-post-item .fl-resent-post-info .fl-date-info {
      font-size: 11px; }
      .fl-blog-inner-related-posts-wrapper .fl-resent-post-blog-list .fl-resent-post-item .fl-resent-post-info .fl-date-info .date-prefix {
        margin-right: 5px; }

/*-------------------------------------------------------------------

==  Pagination

-------------------------------------------------------------------*/
.fl-blog-post-pagination .fl-default-pagination {
  margin: 10px 0 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  border: 1px solid;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  padding: 6px 36px 3px; }
  .fl-blog-post-pagination .fl-default-pagination .page-numbers {
    font-size: 14px;
    cursor: pointer;
    position: relative;
    float: left;
    padding: 15px 3px 14px;
    margin: 0 6px;
    line-height: 1;
    text-decoration: none;
    color: #222;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: font-weight 0ms, color .3s;
    -o-transition: font-weight 0ms, color .3s;
    transition: font-weight 0ms, color .3s; }
    .fl-blog-post-pagination .fl-default-pagination .page-numbers.next {
      margin-right: 0;
      margin-left: 26px; }
      .fl-blog-post-pagination .fl-default-pagination .page-numbers.next .fl-right-pagination-arrow {
        border-width: 3px 5px;
        border-color: transparent;
        border-style: solid;
        margin-top: 1px;
        display: block;
        padding: 0; }
    .fl-blog-post-pagination .fl-default-pagination .page-numbers.prev {
      margin-left: 0;
      margin-right: 26px; }
      .fl-blog-post-pagination .fl-default-pagination .page-numbers.prev .fl-left-pagination-arrow {
        border-width: 3px 5px;
        border-color: transparent;
        border-style: solid;
        margin-top: 1px;
        display: block;
        padding: 0; }
    .fl-blog-post-pagination .fl-default-pagination .page-numbers.current {
      position: relative; }
      .fl-blog-post-pagination .fl-default-pagination .page-numbers.current:before {
        position: absolute;
        left: 0;
        bottom: 10px;
        content: '';
        background: #222;
        width: 100%;
        height: 1px; }
.fl-blog-post-pagination .fl-load-more-btn-post-blog {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 0;
  padding: 11px 25px;
  font-weight: 400;
  font-size: 11px;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background: #fff;
  border: 1px solid #eaeaeb;
  white-space: nowrap;
  text-transform: uppercase;
  color: #777;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  letter-spacing: .02em;
  -webkit-border-radius: 0;
          border-radius: 0; }
  .fl-blog-post-pagination .fl-load-more-btn-post-blog .icon {
    display: inline-block;
    border-width: 4px 6px;
    border-style: solid;
    border-color: transparent; }
  .fl-blog-post-pagination .fl-load-more-btn-post-blog:hover {
    -webkit-box-shadow: 0 0 4px 0 #ccc;
            box-shadow: 0 0 4px 0 #ccc;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
  .fl-blog-post-pagination .fl-load-more-btn-post-blog.loading {
    visibility: visible !important;
    -webkit-animation: loading_animation 2s infinite ease-in-out;
            animation: loading_animation 2s infinite ease-in-out; }
  .fl-blog-post-pagination .fl-load-more-btn-post-blog.fl-loading-more-infinite-enable {
    visibility: hidden; }
  .fl-blog-post-pagination .fl-load-more-btn-post-blog.fl-loading-disable-infinite-vc {
    visibility: visible !important; }

.fl-post-inner-pagination, .fl-page-inner-pagination {
  margin: 10px 0 0;
  display: inline-block;
  background-color: #fff;
  border: 1px solid;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 6px 36px 3px; }
  .fl-post-inner-pagination .fl-pagination-text, .fl-page-inner-pagination .fl-pagination-text {
    float: left;
    padding: 13px 6px 14px;
    line-height: 1;
    color: #666 !important; }
  .fl-post-inner-pagination .page-numbers, .fl-page-inner-pagination .page-numbers {
    font-size: 11px;
    cursor: pointer;
    position: relative;
    float: left;
    padding: 15px 6px 14px;
    line-height: 1;
    text-decoration: none;
    color: #222 !important;
    margin: 0 3px;
    margin-left: -1px;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: font-weight 0ms, color .3s;
    -o-transition: font-weight 0ms, color .3s;
    transition: font-weight 0ms, color .3s; }
    .fl-post-inner-pagination .page-numbers:before, .fl-page-inner-pagination .page-numbers:before {
      position: absolute;
      left: 0;
      bottom: 10px;
      content: '';
      background: #222;
      width: 100%;
      height: 1px; }
  .fl-post-inner-pagination a, .fl-page-inner-pagination a {
    color: #222 !important; }
    .fl-post-inner-pagination a .page-numbers, .fl-page-inner-pagination a .page-numbers {
      color: inherit; }
      .fl-post-inner-pagination a .page-numbers:before, .fl-page-inner-pagination a .page-numbers:before {
        display: none !important; }

/*-------------------------------------------------------------------

==  Widget

-------------------------------------------------------------------*/
/*-------------------------------------------------------------------

==  Sidebar

-------------------------------------------------------------------*/
.sidebar .widget {
  margin-bottom: 60px; }
  .sidebar .widget a {
    color: #333333;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
    .sidebar .widget a:hover {
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
  .sidebar .widget:last-child {
    margin-bottom: 0 !important; }
  .sidebar .widget ul {
    list-style: none; }
    .sidebar .widget ul li {
      font-size: 12px;
      list-style: none;
      margin-bottom: 0; }
  .sidebar .widget select {
    font-size: 13px;
    padding-top: 6px;
    padding-left: 29px;
    padding-right: 45px;
    border: 1px solid;
    -webkit-border-radius: 22px;
            border-radius: 22px;
    max-width: 100%;
    width: 100%;
    margin: 0 0 20px 0;
    resize: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: #fff url("../css/images/arrow-dropdown.png") center right 10px no-repeat; }
.sidebar .fl-widget--title {
  font-size: 14px;
  text-transform: uppercase;
  color: #222;
  padding-bottom: 2px;
  letter-spacing: .05em;
  margin-top: 12px;
  margin-bottom: 6px; }
.sidebar .fl-widget-title-decor {
  position: relative;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px; }
  .sidebar .fl-widget-title-decor:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 3px;
    content: ''; }

/*-------------------------------------------------------------------

==  Search widget

-------------------------------------------------------------------*/
.widget_search fieldset {
  position: relative; }
.widget_search input.searchinput {
  width: 100%;
  margin-bottom: 0;
  padding-top: 6px;
  padding-left: 29px;
  border: 1px solid;
  -webkit-border-radius: 22px;
          border-radius: 22px;
  line-height: 1;
  display: block;
  background-color: #fff;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  font-size: 12px;
  letter-spacing: .02em;
  padding-right: 50px; }
  .widget_search input.searchinput:active, .widget_search input.searchinput:focus, .widget_search input.searchinput:hover {
    background-color: #fff !important; }
.widget_search .searchsubmit {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 45px; }
  .widget_search .searchsubmit .submit-btn {
    z-index: 3;
    position: absolute;
    top: 0;
    right: 5px;
    height: 100%;
    padding-right: 20px;
    line-height: 1;
    text-align: center;
    border: none;
    background-color: transparent; }
  .widget_search .searchsubmit i {
    -webkit-transition: 400ms ease-in;
    -o-transition: 400ms ease-in;
    transition: 400ms ease-in;
    z-index: 1;
    color: #666666;
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    padding-right: 5px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; }
  .widget_search .searchsubmit:hover i {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2); }

/*-------------------------------------------------------------------

==  Calendar widget

-------------------------------------------------------------------*/
.widget_calendar .calendar_wrap {
  padding: 35px;
  background: #fff; }
  .widget_calendar .calendar_wrap #wp-calendar {
    width: 100%;
    position: relative;
    background: transparent;
    margin: 0;
    border: none;
    border-collapse: collapse; }
    .widget_calendar .calendar_wrap #wp-calendar caption {
      caption-side: top;
      text-align: center;
      height: 30px;
      line-height: 30px;
      font-size: 13px;
      padding: 0;
      margin-bottom: 15px;
      font-weight: 700;
      color: #232323;
      opacity: .8; }
    .widget_calendar .calendar_wrap #wp-calendar thead th,
    .widget_calendar .calendar_wrap #wp-calendar tbody td {
      width: 36px;
      height: 36px;
      line-height: 36px;
      text-align: center;
      padding: 0;
      vertical-align: middle; }
    .widget_calendar .calendar_wrap #wp-calendar thead th {
      font-size: 12px; }
    .widget_calendar .calendar_wrap #wp-calendar tbody td {
      font-size: 11px; }
    .widget_calendar .calendar_wrap #wp-calendar thead {
      background: transparent; }
      .widget_calendar .calendar_wrap #wp-calendar thead th {
        color: #b2b2b2; }
    .widget_calendar .calendar_wrap #wp-calendar tbody tr {
      background: transparent; }
      .widget_calendar .calendar_wrap #wp-calendar tbody tr td {
        position: relative; }
        .widget_calendar .calendar_wrap #wp-calendar tbody tr td a {
          display: block;
          position: relative;
          z-index: 2; }
          .widget_calendar .calendar_wrap #wp-calendar tbody tr td a:before {
            content: "";
            position: absolute;
            width: 36px;
            height: 36px;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            background: #fff;
            -webkit-border-radius: 50%;
                    border-radius: 50%;
            -webkit-transition: background .3s ease;
            -o-transition: background .3s ease;
            transition: background .3s ease;
            z-index: -1; }
          .widget_calendar .calendar_wrap #wp-calendar tbody tr td a:hover {
            color: #fff !important; }
            .widget_calendar .calendar_wrap #wp-calendar tbody tr td a:hover:before {
              background: #222; }
    .widget_calendar .calendar_wrap #wp-calendar tfoot {
      background: transparent;
      position: absolute;
      top: 0;
      width: 100%;
      height: 36px;
      line-height: 36px; }
      .widget_calendar .calendar_wrap #wp-calendar tfoot #prev,
      .widget_calendar .calendar_wrap #wp-calendar tfoot #next {
        position: absolute;
        width: 36px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%);
        padding: 0; }
        .widget_calendar .calendar_wrap #wp-calendar tfoot #prev a,
        .widget_calendar .calendar_wrap #wp-calendar tfoot #next a {
          -webkit-border-radius: 50%;
                  border-radius: 50%;
          border: 1px solid #eee;
          background-color: #fff;
          display: block;
          position: relative;
          margin: 0 auto;
          color: transparent !important;
          width: 28px;
          height: 28px;
          line-height: 24px;
          text-align: center;
          -webkit-transition: all .3s ease-in;
          -o-transition: all .3s ease-in;
          transition: all .3s ease-in; }
          .widget_calendar .calendar_wrap #wp-calendar tfoot #prev a:before,
          .widget_calendar .calendar_wrap #wp-calendar tfoot #next a:before {
            font-family: FontAwesome;
            display: block;
            color: #222;
            -webkit-transition: all .3s ease-in;
            -o-transition: all .3s ease-in;
            transition: all .3s ease-in; }
          .widget_calendar .calendar_wrap #wp-calendar tfoot #prev a:hover,
          .widget_calendar .calendar_wrap #wp-calendar tfoot #next a:hover {
            -webkit-transition: all .3s ease-in;
            -o-transition: all .3s ease-in;
            transition: all .3s ease-in;
            background-color: #222; }
            .widget_calendar .calendar_wrap #wp-calendar tfoot #prev a:hover:before,
            .widget_calendar .calendar_wrap #wp-calendar tfoot #next a:hover:before {
              -webkit-transition: all .3s ease-in;
              -o-transition: all .3s ease-in;
              transition: all .3s ease-in;
              color: #fff; }
        .widget_calendar .calendar_wrap #wp-calendar tfoot #prev.pad,
        .widget_calendar .calendar_wrap #wp-calendar tfoot #next.pad {
          text-align: center; }
          .widget_calendar .calendar_wrap #wp-calendar tfoot #prev.pad:before,
          .widget_calendar .calendar_wrap #wp-calendar tfoot #next.pad:before {
            color: #f1f1f1;
            font-family: FontAwesome; }
      .widget_calendar .calendar_wrap #wp-calendar tfoot #prev {
        left: 0; }
        .widget_calendar .calendar_wrap #wp-calendar tfoot #prev a:before {
          content: "\f104"; }
        .widget_calendar .calendar_wrap #wp-calendar tfoot #prev.pad:before {
          content: "\f104"; }
      .widget_calendar .calendar_wrap #wp-calendar tfoot #next {
        right: 0; }
        .widget_calendar .calendar_wrap #wp-calendar tfoot #next a:before {
          content: "\f105"; }
        .widget_calendar .calendar_wrap #wp-calendar tfoot #next.pad:before {
          content: "\f105"; }

/*-------------------------------------------------------------------

==  Archive Widget

-------------------------------------------------------------------*/
.widget_archive ul {
  list-style: none;
  margin: 0;
  padding: 35px;
  background: #fff; }
  .widget_archive ul li {
    position: relative;
    padding-bottom: 13px; }
    .widget_archive ul li a {
      font-size: 12px;
      line-height: 1; }
    .widget_archive ul li span {
      color: #908c8a;
      font-weight: 700;
      position: absolute;
      top: 0;
      right: 0;
      font-size: 12px;
      line-height: 19px; }
    .widget_archive ul li:last-child {
      padding-bottom: 0;
      border-bottom: none; }
    .widget_archive ul li:before {
      content: ""; }

/*-------------------------------------------------------------------

==  Recent Comments Widget

-------------------------------------------------------------------*/
.widget_recent_comments .recentcomments {
  padding: 10px 0;
  color: #c3c3c3; }
  .widget_recent_comments .recentcomments:first-child {
    padding-top: 0; }
  .widget_recent_comments .recentcomments:last-child {
    padding-bottom: 0; }
  .widget_recent_comments .recentcomments .comment-author-link a {
    color: #b2b2b2; }
.widget_recent_comments ul {
  padding: 35px 25px 35px 35px;
  background: #fff; }

/*-------------------------------------------------------------------

==  Tag Widget

-------------------------------------------------------------------*/
.widget_tag_cloud .tagcloud a {
  float: left;
  margin-right: 6px;
  margin-bottom: 6px;
  padding: 11px 20px 9px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  text-transform: uppercase;
  color: #333 !important;
  background-color: #fff;
  font-size: 10px !important;
  line-height: 1; }
  .widget_tag_cloud .tagcloud a:hover {
    color: #fff !important;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.5);
    -webkit-transform: perspective(100px) translateY(-2px);
            transform: perspective(100px) translateY(-2px);
    z-index: 1; }
.widget_tag_cloud .tagcloud:before {
  content: "";
  display: table; }
.widget_tag_cloud .tagcloud:after {
  clear: both;
  content: "";
  display: table; }

/*-------------------------------------------------------------------

==  Meta Widget

-------------------------------------------------------------------*/
.widget_meta ul {
  padding: 35px;
  background: #fff; }
  .widget_meta ul li {
    padding-bottom: 13px; }
    .widget_meta ul li:last-child {
      padding-bottom: 0; }

/*-------------------------------------------------------------------

==  RSS Widget

-------------------------------------------------------------------*/
.widget_rss .rsswidget img {
  display: none; }
.widget_rss ul {
  padding: 35px;
  background: #fff; }
  .widget_rss ul li {
    padding-bottom: 35px; }
    .widget_rss ul li:last-child {
      padding-bottom: 0; }
    .widget_rss ul li .rsswidget {
      color: #232323;
      opacity: .8;
      display: block;
      margin-bottom: 5px;
      -webkit-transition: opacity .3s ease;
      -o-transition: opacity .3s ease;
      transition: opacity .3s ease; }
      .widget_rss ul li .rsswidget:hover {
        opacity: .6; }
    .widget_rss ul li .rss-date {
      display: block;
      margin-bottom: 5px; }
    .widget_rss ul li .rssSummary {
      margin-bottom: 10px; }
    .widget_rss ul li .rss-date {
      color: #c6c6c6; }
    .widget_rss ul li cite {
      position: relative;
      display: block;
      font-style: normal;
      color: #b2b2b2; }

/*-------------------------------------------------------------------

==  Recent Entries Widget

-------------------------------------------------------------------*/
.widget_recent_entries ul {
  list-style: none;
  margin: 0;
  padding: 35px;
  background: #fff; }
  .widget_recent_entries ul li {
    position: relative;
    padding: 0 15px 8px 0;
    margin: 0 0 8px 0; }
    .widget_recent_entries ul li a {
      font-size: 12px;
      line-height: 20px; }
    .widget_recent_entries ul li span {
      position: absolute;
      top: 3px;
      right: 0;
      font-size: 12px;
      line-height: 20px; }
    .widget_recent_entries ul li:last-child {
      border-bottom: none;
      padding-bottom: 0; }
    .widget_recent_entries ul li:before {
      content: ""; }

/*-------------------------------------------------------------------

==  Newest works widget

-------------------------------------------------------------------*/
.fl-newest-works-widget .fl-newest-works-img {
  position: relative;
  cursor: pointer; }
  .fl-newest-works-widget .fl-newest-works-img a:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    -webkit-box-shadow: inset 0 0 84px 10px #000;
            box-shadow: inset 0 0 84px 10px #000; }
  .fl-newest-works-widget .fl-newest-works-img:hover a:after {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: .9; }

/*-------------------------------------------------------------------

==  Newest works widget

-------------------------------------------------------------------*/
.fl-newest-works-widget .fl-newest-works-img {
  position: relative;
  cursor: pointer; }
  .fl-newest-works-widget .fl-newest-works-img a:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    -webkit-box-shadow: inset 0 0 84px 10px #000;
            box-shadow: inset 0 0 84px 10px #000; }
  .fl-newest-works-widget .fl-newest-works-img:hover a:after {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: .9; }

/*-------------------------------------------------------------------

==  Lasts Posts widget

-------------------------------------------------------------------*/
.fl-last-post-widget .fl-widget-last-post-wrapper .fl--last-post {
  background: #fff;
  margin-top: 10px;
  padding: 15px 10px; }
  .fl-last-post-widget .fl-widget-last-post-wrapper .fl--last-post .fl-last-post-img {
    float: left;
    width: 97px;
    margin-right: 22px; }
  .fl-last-post-widget .fl-widget-last-post-wrapper .fl--last-post .fl-last-post-info {
    padding-left: 119px; }
    .fl-last-post-widget .fl-widget-last-post-wrapper .fl--last-post .fl-last-post-info .fl-post-title {
      display: block;
      margin-top: 7px;
      margin-bottom: 5px;
      line-height: 1.57;
      letter-spacing: 0;
      text-transform: none;
      font-size: 14px; }
      .fl-last-post-widget .fl-widget-last-post-wrapper .fl--last-post .fl-last-post-info .fl-post-title a {
        line-height: 22px;
        color: #333; }
    .fl-last-post-widget .fl-widget-last-post-wrapper .fl--last-post .fl-last-post-info .fl--post-date-info {
      line-height: 1;
      font-size: 11px;
      color: #666; }

.fl-header-sidebar .sidebar_container .fl_last_post_widget .fl--last-post {
  padding: 15px 20px 10px 0;
  background: #f7f7f7; }

/*-------------------------------------------------------------------

==  Contact Us

-------------------------------------------------------------------*/
.fl-contact-us-widget .contact-info-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  margin-bottom: 20px;
  font-size: 12px !important;
  color: #222222 !important; }
  .fl-contact-us-widget .contact-info-div .contact-us-icon {
    font-size: 16px;
    color: #666666 !important;
    min-width: 25px; }
  .fl-contact-us-widget .contact-info-div a {
    color: #222222 !important; }
.fl-contact-us-widget #fl-contact-widget-map {
  margin-top: 30px; }

/*-------------------------------------------------------------------

==  About Company

-------------------------------------------------------------------*/
.fl_about_company_widget .image-logotype {
  margin-bottom: 40px; }
.fl_about_company_widget .text {
  font-size: 14px;
  line-height: 26px; }
  .fl_about_company_widget .text p {
    margin-bottom: 0; }

/*-------------------------------------------------------------------

==  Social

-------------------------------------------------------------------*/
.fl_social_widget .sidebar-social-links .social-links {
  display: inline-block;
  padding-right: 20px; }
  .fl_social_widget .sidebar-social-links .social-links:last-child {
    padding-right: 0; }

/*-------------------------------------------------------------------

==  Gradient Button

-------------------------------------------------------------------*/
.fl_gradient_button_widget .fl-gradient-button-widget .fl-widget-gradient-btn {
  line-height: 23px;
  color: #fff; }
  .fl_gradient_button_widget .fl-gradient-button-widget .fl-widget-gradient-btn a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 3; }

/*-------------------------------------------------------------------

==  Lasts Other Styles

-------------------------------------------------------------------*/
.widget_categories ul {
  padding: 35px;
  background: #fff; }
  .widget_categories ul li {
    position: relative; }
    .widget_categories ul li span {
      color: #908c8a;
      position: absolute;
      top: 0;
      right: 0;
      font-size: 11px; }
.widget_categories .cat-item {
  padding-bottom: 13px; }
  .widget_categories .cat-item:last-child {
    padding-bottom: 0; }
  .widget_categories .cat-item.category-hast-children {
    padding-bottom: 0;
    margin-bottom: 13px; }
    .widget_categories .cat-item.category-hast-children .children {
      padding: 0;
      padding-top: 13px; }
      .widget_categories .cat-item.category-hast-children .children li {
        font-size: 12px; }
        .widget_categories .cat-item.category-hast-children .children li span {
          font-size: inherit; }
        .widget_categories .cat-item.category-hast-children .children li a {
          font-size: inherit; }
    .widget_categories .cat-item.category-hast-children > a {
      padding-top: 2px;
      color: #b2b2b2;
      text-transform: uppercase;
      font-size: 11px; }
    .widget_categories .cat-item.category-hast-children span {
      top: 2px; }
.widget_categories .category-hast-children {
  padding-left: 25px; }
  .widget_categories .category-hast-children:before {
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    background: #eee;
    top: 0;
    bottom: 0; }
  .widget_categories .category-hast-children .category-hast-children {
    padding-left: 0; }
    .widget_categories .category-hast-children .category-hast-children:before {
      display: none; }

.widget_pages ul {
  background: #fff;
  padding: 35px; }
  .widget_pages ul li {
    position: relative; }
    .widget_pages ul li span {
      color: #908c8a;
      position: absolute;
      top: 0;
      right: 0;
      font-size: 11px; }
.widget_pages .page_item {
  padding-bottom: 13px; }
  .widget_pages .page_item:last-child {
    padding-bottom: 0; }
  .widget_pages .page_item.page_item_has_children {
    padding-bottom: 0;
    margin-bottom: 13px; }
    .widget_pages .page_item.page_item_has_children .children {
      padding: 0;
      padding-top: 13px; }
    .widget_pages .page_item.page_item_has_children > a {
      padding-top: 2px;
      color: #b2b2b2;
      text-transform: uppercase;
      font-size: 11px; }
    .widget_pages .page_item.page_item_has_children span {
      top: 2px; }
.widget_pages .page_item_has_children {
  padding-left: 25px; }
  .widget_pages .page_item_has_children:before {
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    background: #eee;
    top: 0;
    bottom: 0; }
  .widget_pages .page_item_has_children .page_item_has_children {
    padding-left: 0; }
    .widget_pages .page_item_has_children .page_item_has_children:before {
      display: none; }

.widget_nav_menu ul {
  background: #fff;
  padding: 35px; }
  .widget_nav_menu ul li {
    position: relative; }
    .widget_nav_menu ul li span {
      color: #908c8a;
      font-weight: 700;
      position: absolute;
      top: 0;
      right: 0;
      font-size: 12px;
      line-height: 19px; }
    .widget_nav_menu ul li ul {
      padding: 0;
      background: transparent; }
.widget_nav_menu .menu-item {
  padding-bottom: 13px; }
  .widget_nav_menu .menu-item:last-child {
    padding-bottom: 0; }
  .widget_nav_menu .menu-item.menu-item-has-children {
    padding-bottom: 0;
    margin-bottom: 13px; }
    .widget_nav_menu .menu-item.menu-item-has-children .children {
      padding-top: 13px; }
    .widget_nav_menu .menu-item.menu-item-has-children > a {
      padding-top: 2px;
      color: #b2b2b2;
      text-transform: uppercase;
      font-size: 11px;
      font-weight: 700 !important; }
    .widget_nav_menu .menu-item.menu-item-has-children span {
      top: 2px; }
.widget_nav_menu .menu-item-has-children {
  padding-left: 25px; }
  .widget_nav_menu .menu-item-has-children:before {
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    background: #eee;
    top: 0;
    bottom: 0; }
  .widget_nav_menu .menu-item-has-children .menu-item-has-children {
    padding-left: 0; }
    .widget_nav_menu .menu-item-has-children .menu-item-has-children:before {
      display: none; }

.widget_text {
  font-size: 12px; }
  .widget_text .textwidget {
    background: #fff;
    padding: 35px; }

/*-------------------------------------------------------------------

==  Footer

-------------------------------------------------------------------*/
.fl--contact_form {
  max-width: 480px; }
  .fl--contact_form label {
    width: 100%; }
  .fl--contact_form input {
    background: transparent !important; }
  .fl--contact_form textarea {
    background: transparent !important;
    height: 120px;
    margin-bottom: 43px; }
  .fl--contact_form .fl-btn-gradient.fl-contact-submit-btn {
    line-height: 23px !important; }
  .fl--contact_form .fl-btn-gradient br {
    display: none; }
  .fl--contact_form .fl-btn-gradient .fl-submit-btn {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -99999px; }
  .fl--contact_form .fl-btn-gradient .ajax-loader {
    width: 0;
    height: 0; }

/*-------------------------------------------------------------------

==  Search form Full Width

-------------------------------------------------------------------*/
.fl--404-page-wrapper .fl-404-text-wrapper {
  vertical-align: middle;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 35px; }
  .fl--404-page-wrapper .fl-404-text-wrapper .fl-404-text-left-content {
    display: inline-block; }
    .fl--404-page-wrapper .fl-404-text-wrapper .fl-404-text-left-content i {
      font-size: 41px;
      margin-right: 25px;
      color: #a2a4a3;
      top: -7px;
      position: relative; }
  .fl--404-page-wrapper .fl-404-text-wrapper .fl-404-text-right-content {
    display: inline-block; }
    .fl--404-page-wrapper .fl-404-text-wrapper .fl-404-text-right-content .fl--error-page-title {
      font-size: 32px;
      line-height: 1;
      letter-spacing: -2px;
      margin-bottom: 0; }
.fl--404-page-wrapper .fl-404-page-btn {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  padding: 11px 25px;
  font-weight: 400;
  font-size: 11px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid #eaeaeb;
  white-space: nowrap;
  text-transform: uppercase;
  color: #777;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  letter-spacing: .02em; }
  .fl--404-page-wrapper .fl-404-page-btn:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 110%;
    height: 100%;
    content: '';
    -webkit-transform: skewX(-50deg);
        -ms-transform: skewX(-50deg);
            transform: skewX(-50deg);
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0))) no-repeat -2em 0;
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) no-repeat -2em 0;
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) no-repeat -2em 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) no-repeat -2em 0;
    -webkit-background-size: 2em 100%;
            background-size: 2em 100%; }
  .fl--404-page-wrapper .fl-404-page-btn:hover:after {
    -webkit-transition: .7s linear;
    -o-transition: .7s linear;
    transition: .7s linear;
    background-position: 150% 0; }
.fl--404-page-wrapper .fl-404-page-decor {
  margin: 75px 0;
  position: relative;
  display: block;
  height: 1px;
  background: #eaeaeb; }
  .fl--404-page-wrapper .fl-404-page-decor:after {
    position: absolute;
    left: 50%;
    top: -19px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    content: "\e6a4";
    background: #fff;
    width: 40px;
    height: 40px;
    font-family: 'Stroke-Gap-Icons';
    font-size: 13px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    border: 1px solid #eaeaeb; }
.fl--404-page-wrapper .fl-404-page-search-form {
  max-width: 450px;
  margin: 0 auto; }
  .fl--404-page-wrapper .fl-404-page-search-form .fl--search-form-404 {
    position: relative; }
    .fl--404-page-wrapper .fl-404-page-search-form .fl--search-form-404 .fl--input-wrapper input[type="text"] {
      margin-bottom: 0;
      padding-right: 55px; }
    .fl--404-page-wrapper .fl-404-page-search-form .fl--search-form-404 .fl--input-wrapper:after {
      letter-spacing: .02em;
      content: attr(data-text);
      line-height: 0;
      max-width: 100%;
      border-bottom: 2px solid;
      position: absolute;
      left: 0;
      bottom: 0;
      height: 2px;
      font-size: 13px;
      overflow: hidden;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      color: transparent; }
    .fl--404-page-wrapper .fl-404-page-search-form .fl--search-form-404 .searchsubmit {
      position: absolute;
      right: 0;
      top: 0;
      width: 45px;
      height: 45px; }
      .fl--404-page-wrapper .fl-404-page-search-form .fl--search-form-404 .searchsubmit .submit-btn {
        position: absolute;
        right: 0;
        top: 0;
        height: 45px;
        width: 45px;
        z-index: 9; }
      .fl--404-page-wrapper .fl-404-page-search-form .fl--search-form-404 .searchsubmit i {
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        -o-transition: transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease;
        position: absolute;
        right: 0;
        top: 0;
        height: 45px;
        width: 45px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .fl--404-page-wrapper .fl-404-page-search-form .fl--search-form-404 .searchsubmit:hover i {
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        -o-transition: transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease;
        -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
                transform: scale(1.2); }

/*-------------------------------------------------------------------

==  Widget Footer

-------------------------------------------------------------------*/
/*-------------------------------------------------------------------

==  Footer Widget

-------------------------------------------------------------------*/
.fl-footer-sidebar {
  	/*-------------------------------------------------------------------
  
  		==  Search widget
  
  	-------------------------------------------------------------------*/
  	/*-------------------------------------------------------------------
  
      ==  Calendar widget
  
      -------------------------------------------------------------------*/
  	/*-------------------------------------------------------------------
  
      ==  Archive Widget
  
      -------------------------------------------------------------------*/
  	/*-------------------------------------------------------------------
  
      ==  Recent Comments Widget
  
      -------------------------------------------------------------------*/
  	/*-------------------------------------------------------------------
  
      ==  Tag Widget
  
      -------------------------------------------------------------------*/
  	/*-------------------------------------------------------------------
  
      ==  Meta Widget
  
      -------------------------------------------------------------------*/
  	/*-------------------------------------------------------------------
  
      ==  RSS Widget
  
      -------------------------------------------------------------------*/
  	/*-------------------------------------------------------------------
  
      ==  Recent Entries Widget
  
      -------------------------------------------------------------------*/
  	/*-------------------------------------------------------------------
  
      ==  Lasts Posts widget
  
      -------------------------------------------------------------------*/
  	/*-------------------------------------------------------------------
  
      ==  Social
  
      -------------------------------------------------------------------*/
  	/*-------------------------------------------------------------------
  
      ==  Lasts Other Styles
  
      -------------------------------------------------------------------*/ }
  .fl-footer-sidebar .widget + .widget {
    margin-top: 25px; }
  .fl-footer-sidebar .fl-widget--title {
    color: #fff;
    margin-bottom: 25px;
    font-size: 13px; }
  .fl-footer-sidebar ul {
    background: transparent !important;
    list-style: none;
    padding: 0;
    margin-left: 0; }
    .fl-footer-sidebar ul li {
      font-weight: 400 !important;
      list-style: none;
      padding: 0;
      margin-left: 0;
      line-height: 1; }
  .fl-footer-sidebar .menu {
    margin-bottom: 6px;
    padding-right: 34px; }
    .fl-footer-sidebar .menu li {
      margin-right: -2px; }
      .fl-footer-sidebar .menu li a {
        display: block;
        margin-bottom: 5px;
        padding-right: 10px;
        font-size: 11px;
        font-weight: 400 !important;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        color: #ccc; }
        .fl-footer-sidebar .menu li a:before {
          border-color: transparent;
          border-width: 4px 6px;
          border-style: solid;
          padding-right: 5px;
          content: '';
          display: inline-block; }
  .fl-footer-sidebar .fl_contact_info_widget .fl-contact-info-widget-phone {
    margin-bottom: 2px;
    font-size: 14px;
    color: #ccc; }
    .fl-footer-sidebar .fl_contact_info_widget .fl-contact-info-widget-phone p {
      margin-bottom: 0; }
  .fl-footer-sidebar .fl_contact_info_widget .fl-footer-contact-info-address__email {
    margin-bottom: 14px;
    letter-spacing: 0;
    font-size: 12px; }
    .fl-footer-sidebar .fl_contact_info_widget .fl-footer-contact-info-address__email a {
      color: #ccc;
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease; }
      .fl-footer-sidebar .fl_contact_info_widget .fl-footer-contact-info-address__email a:hover {
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease; }
  .fl-footer-sidebar .fl_contact_info_widget .fl-contact-info-widget-link a {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
    .fl-footer-sidebar .fl_contact_info_widget .fl-contact-info-widget-link a:hover {
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease; }
  .fl-footer-sidebar .widget_search fieldset {
    position: relative; }
  .fl-footer-sidebar .widget_search input.searchinput {
    width: 100%;
    margin-bottom: 0;
    padding-top: 6px;
    padding-left: 29px;
    border: 1px solid;
    -webkit-border-radius: 22px;
            border-radius: 22px;
    line-height: 1;
    display: block;
    color: #ccc;
    background-color: #272727;
    border-color: #272727;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    font-size: 12px;
    letter-spacing: .02em;
    padding-right: 50px; }
    .fl-footer-sidebar .widget_search input.searchinput:active, .fl-footer-sidebar .widget_search input.searchinput:focus, .fl-footer-sidebar .widget_search input.searchinput:hover {
      background-color: #272727 !important; }
  .fl-footer-sidebar .widget_search .searchsubmit {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 45px; }
    .fl-footer-sidebar .widget_search .searchsubmit .submit-btn {
      z-index: 3;
      position: absolute;
      top: 0;
      right: 5px;
      height: 100%;
      padding-right: 20px;
      line-height: 1;
      text-align: center;
      border: none;
      background-color: transparent; }
    .fl-footer-sidebar .widget_search .searchsubmit i {
      -webkit-transition: 400ms ease-in;
      -o-transition: 400ms ease-in;
      transition: 400ms ease-in;
      z-index: 1;
      color: #ccc;
      position: absolute;
      right: 0;
      top: 0;
      width: 45px;
      height: 45px;
      line-height: 45px;
      text-align: center;
      padding-right: 5px;
      -webkit-transition: -webkit-transform .3s ease;
      transition: -webkit-transform .3s ease;
      -o-transition: transform .3s ease;
      transition: transform .3s ease;
      transition: transform .3s ease, -webkit-transform .3s ease; }
    .fl-footer-sidebar .widget_search .searchsubmit:hover i {
      -webkit-transition: -webkit-transform .3s ease;
      transition: -webkit-transform .3s ease;
      -o-transition: transform .3s ease;
      transition: transform .3s ease;
      transition: transform .3s ease, -webkit-transform .3s ease;
      -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
              transform: scale(1.2); }
  .fl-footer-sidebar .widget_calendar .calendar_wrap {
    padding: 0;
    background: transparent; }
    .fl-footer-sidebar .widget_calendar .calendar_wrap #wp-calendar {
      width: 100%;
      position: relative;
      background: transparent;
      margin: 0;
      border: none;
      border-collapse: collapse; }
      .fl-footer-sidebar .widget_calendar .calendar_wrap #wp-calendar caption {
        caption-side: top;
        text-align: center;
        height: 30px;
        line-height: 30px;
        font-size: 13px;
        padding: 0;
        margin-bottom: 15px;
        font-weight: 700;
        color: #ccc;
        opacity: .8; }
      .fl-footer-sidebar .widget_calendar .calendar_wrap #wp-calendar thead th,
      .fl-footer-sidebar .widget_calendar .calendar_wrap #wp-calendar tbody td {
        width: 36px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        padding: 0;
        vertical-align: middle; }
      .fl-footer-sidebar .widget_calendar .calendar_wrap #wp-calendar thead th {
        font-size: 12px; }
      .fl-footer-sidebar .widget_calendar .calendar_wrap #wp-calendar tbody td {
        font-size: 11px; }
      .fl-footer-sidebar .widget_calendar .calendar_wrap #wp-calendar thead {
        background: transparent; }
        .fl-footer-sidebar .widget_calendar .calendar_wrap #wp-calendar thead th {
          color: #ccc; }
      .fl-footer-sidebar .widget_calendar .calendar_wrap #wp-calendar tbody tr {
        background: transparent; }
        .fl-footer-sidebar .widget_calendar .calendar_wrap #wp-calendar tbody tr td {
          position: relative; }
          .fl-footer-sidebar .widget_calendar .calendar_wrap #wp-calendar tbody tr td a {
            color: #ccc;
            display: block;
            position: relative;
            z-index: 2; }
            .fl-footer-sidebar .widget_calendar .calendar_wrap #wp-calendar tbody tr td a:before {
              content: "";
              position: absolute;
              width: 36px;
              height: 36px;
              top: 50%;
              left: 50%;
              -webkit-transform: translate(-50%, -50%);
                  -ms-transform: translate(-50%, -50%);
                      transform: translate(-50%, -50%);
              background: transparent;
              -webkit-border-radius: 50%;
                      border-radius: 50%;
              -webkit-transition: background .3s ease;
              -o-transition: background .3s ease;
              transition: background .3s ease;
              z-index: -1; }
            .fl-footer-sidebar .widget_calendar .calendar_wrap #wp-calendar tbody tr td a:hover {
              color: #222 !important; }
              .fl-footer-sidebar .widget_calendar .calendar_wrap #wp-calendar tbody tr td a:hover:before {
                background: #ccc; }
      .fl-footer-sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot {
        background: transparent;
        position: absolute;
        top: 0;
        width: 100%;
        height: 36px;
        line-height: 36px; }
        .fl-footer-sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #prev,
        .fl-footer-sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #next {
          position: absolute;
          width: 36px;
          top: 50%;
          -webkit-transform: translate(0, -50%);
              -ms-transform: translate(0, -50%);
                  transform: translate(0, -50%);
          padding: 0; }
          .fl-footer-sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #prev a,
          .fl-footer-sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #next a {
            -webkit-border-radius: 50%;
                    border-radius: 50%;
            border: 1px solid #ccc;
            background-color: transparent;
            display: block;
            position: relative;
            margin: 0 auto;
            color: transparent !important;
            width: 28px;
            height: 28px;
            line-height: 24px;
            text-align: center;
            -webkit-transition: all .3s ease-in;
            -o-transition: all .3s ease-in;
            transition: all .3s ease-in; }
            .fl-footer-sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #prev a:before,
            .fl-footer-sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #next a:before {
              font-family: FontAwesome;
              display: block;
              color: #ccc;
              -webkit-transition: all .3s ease-in;
              -o-transition: all .3s ease-in;
              transition: all .3s ease-in; }
            .fl-footer-sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #prev a:hover,
            .fl-footer-sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #next a:hover {
              -webkit-transition: all .3s ease-in;
              -o-transition: all .3s ease-in;
              transition: all .3s ease-in;
              background-color: #ccc; }
              .fl-footer-sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #prev a:hover:before,
              .fl-footer-sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #next a:hover:before {
                -webkit-transition: all .3s ease-in;
                -o-transition: all .3s ease-in;
                transition: all .3s ease-in;
                color: #222; }
          .fl-footer-sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #prev.pad,
          .fl-footer-sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #next.pad {
            text-align: center; }
            .fl-footer-sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #prev.pad:before,
            .fl-footer-sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #next.pad:before {
              color: #f1f1f1;
              font-family: FontAwesome; }
        .fl-footer-sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #prev {
          left: 0; }
          .fl-footer-sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #prev a:before {
            content: "\f104"; }
          .fl-footer-sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #prev.pad:before {
            content: "\f104"; }
        .fl-footer-sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #next {
          right: 0; }
          .fl-footer-sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #next a:before {
            content: "\f105"; }
          .fl-footer-sidebar .widget_calendar .calendar_wrap #wp-calendar tfoot #next.pad:before {
            content: "\f105"; }
  .fl-footer-sidebar .widget_archive ul {
    padding: 0;
    margin-bottom: 6px;
    padding-right: 34px; }
    .fl-footer-sidebar .widget_archive ul li {
      position: relative;
      margin-right: -2px;
      padding-bottom: 13px; }
      .fl-footer-sidebar .widget_archive ul li a {
        color: #ccc;
        display: block;
        margin-bottom: 5px;
        padding-right: 10px;
        font-size: 11px !important;
        font-weight: 400 !important;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; }
        .fl-footer-sidebar .widget_archive ul li a:before {
          border-color: transparent;
          border-width: 4px 6px;
          border-style: solid;
          padding-right: 5px;
          content: '';
          display: inline-block; }
      .fl-footer-sidebar .widget_archive ul li ul {
        padding: 0;
        background: transparent; }
      .fl-footer-sidebar .widget_archive ul li:last-child {
        padding-bottom: 0; }
      .fl-footer-sidebar .widget_archive ul li.category-hast-children {
        padding-bottom: 0;
        margin-bottom: 13px; }
        .fl-footer-sidebar .widget_archive ul li.category-hast-children:before {
          background: #eee; }
        .fl-footer-sidebar .widget_archive ul li.category-hast-children:before {
          background: #eee; }
        .fl-footer-sidebar .widget_archive ul li.category-hast-children .children {
          padding-top: 13px; }
        .fl-footer-sidebar .widget_archive ul li.category-hast-children > a {
          padding-top: 2px;
          color: #ccc;
          text-transform: uppercase;
          font-size: 11px;
          font-weight: 700 !important; }
        .fl-footer-sidebar .widget_archive ul li.category-hast-children span {
          top: 2px; }
  .fl-footer-sidebar .widget_recent_comments .recentcomments {
    font-size: 11px !important;
    padding: 10px 0;
    color: #ccc; }
    .fl-footer-sidebar .widget_recent_comments .recentcomments:first-child {
      padding-top: 0; }
    .fl-footer-sidebar .widget_recent_comments .recentcomments:last-child {
      padding-bottom: 0; }
    .fl-footer-sidebar .widget_recent_comments .recentcomments a {
      color: #ccc;
      line-height: 1.4; }
    .fl-footer-sidebar .widget_recent_comments .recentcomments .comment-author-link a {
      color: #ccc; }
  .fl-footer-sidebar .widget_recent_comments ul {
    padding: 0; }
  .fl-footer-sidebar .widget_tag_cloud .tagcloud a {
    float: left;
    margin-right: 6px;
    margin-bottom: 6px;
    padding: 11px 20px 9px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-transform: uppercase;
    color: #ccc !important;
    background-color: #272727;
    font-size: 10px !important;
    line-height: 1; }
    .fl-footer-sidebar .widget_tag_cloud .tagcloud a:hover {
      color: #fff !important;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.5);
              box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.5);
      -webkit-transform: perspective(100px) translateY(-2px);
              transform: perspective(100px) translateY(-2px);
      z-index: 1; }
  .fl-footer-sidebar .widget_tag_cloud .tagcloud:before {
    content: "";
    display: table; }
  .fl-footer-sidebar .widget_tag_cloud .tagcloud:after {
    clear: both;
    content: "";
    display: table; }
  .fl-footer-sidebar .widget_meta ul {
    padding: 0; }
    .fl-footer-sidebar .widget_meta ul li {
      padding-bottom: 13px; }
      .fl-footer-sidebar .widget_meta ul li a {
        font-size: 11px;
        color: #ccc; }
      .fl-footer-sidebar .widget_meta ul li:last-child {
        padding-bottom: 0; }
  .fl-footer-sidebar .widget_rss .rsswidget img {
    display: none; }
  .fl-footer-sidebar .widget_rss ul {
    font-size: 11px;
    padding: 0; }
    .fl-footer-sidebar .widget_rss ul li {
      border-bottom: 1px solid rgba(238, 238, 238, 0.2) !important;
      line-height: 1.6;
      padding-bottom: 20px;
      margin-bottom: 15px; }
      .fl-footer-sidebar .widget_rss ul li a {
        color: #ccc; }
      .fl-footer-sidebar .widget_rss ul li:last-child {
        border-bottom: none !important;
        padding-bottom: 0; }
      .fl-footer-sidebar .widget_rss ul li .rsswidget {
        opacity: .8;
        display: block;
        margin-bottom: 5px;
        -webkit-transition: opacity .3s ease;
        -o-transition: opacity .3s ease;
        transition: opacity .3s ease; }
        .fl-footer-sidebar .widget_rss ul li .rsswidget:hover {
          opacity: .6; }
      .fl-footer-sidebar .widget_rss ul li .rss-date {
        display: block;
        margin-bottom: 5px; }
      .fl-footer-sidebar .widget_rss ul li .rssSummary {
        margin-bottom: 10px; }
      .fl-footer-sidebar .widget_rss ul li .rss-date {
        color: #ccc; }
      .fl-footer-sidebar .widget_rss ul li cite {
        position: relative;
        display: block;
        font-style: normal;
        color: #ccc; }
  .fl-footer-sidebar .widget_recent_entries ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .fl-footer-sidebar .widget_recent_entries ul li {
      position: relative;
      padding: 0 15px 8px 0;
      margin: 0 0 8px 0; }
      .fl-footer-sidebar .widget_recent_entries ul li a {
        color: #ccc;
        font-size: 11px;
        line-height: 20px; }
      .fl-footer-sidebar .widget_recent_entries ul li span {
        position: absolute;
        top: 3px;
        right: 0;
        font-size: 12px;
        line-height: 20px; }
      .fl-footer-sidebar .widget_recent_entries ul li:last-child {
        border-bottom: none;
        padding-bottom: 0; }
      .fl-footer-sidebar .widget_recent_entries ul li:before {
        content: ""; }
  .fl-footer-sidebar .fl-widget-last-post-wrapper .fl--last-post {
    margin-top: 0;
    background: transparent !important;
    padding: 0 0 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(221, 221, 221, 0.1); }
    .fl-footer-sidebar .fl-widget-last-post-wrapper .fl--last-post .fl-last-post-img {
      width: 70px; }
    .fl-footer-sidebar .fl-widget-last-post-wrapper .fl--last-post .fl-last-post-info {
      padding-left: 70px; }
      .fl-footer-sidebar .fl-widget-last-post-wrapper .fl--last-post .fl-last-post-info .fl-post-title {
        color: #ccc;
        margin-top: 0; }
        .fl-footer-sidebar .fl-widget-last-post-wrapper .fl--last-post .fl-last-post-info .fl-post-title a {
          font-size: 11px;
          color: inherit !important; }
    .fl-footer-sidebar .fl-widget-last-post-wrapper .fl--last-post:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }
  .fl-footer-sidebar .fl_social_widget .sidebar-social-links .social-links {
    display: inline-block;
    padding-right: 20px; }
    .fl-footer-sidebar .fl_social_widget .sidebar-social-links .social-links:last-child {
      padding-right: 0; }
  .fl-footer-sidebar .widget_categories ul {
    padding: 0;
    margin-bottom: 6px;
    padding-right: 34px; }
    .fl-footer-sidebar .widget_categories ul li {
      position: relative;
      margin-right: -2px;
      padding-bottom: 13px; }
      .fl-footer-sidebar .widget_categories ul li a {
        color: #ccc;
        display: block;
        margin-bottom: 5px;
        padding-right: 10px;
        font-size: 11px !important;
        font-weight: 400 !important;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; }
        .fl-footer-sidebar .widget_categories ul li a:before {
          border-color: transparent;
          border-width: 4px 6px;
          border-style: solid;
          padding-right: 5px;
          content: '';
          display: inline-block; }
      .fl-footer-sidebar .widget_categories ul li ul {
        padding: 0;
        background: transparent; }
      .fl-footer-sidebar .widget_categories ul li:last-child {
        padding-bottom: 0; }
      .fl-footer-sidebar .widget_categories ul li.category-hast-children {
        padding-bottom: 0;
        margin-bottom: 20px; }
        .fl-footer-sidebar .widget_categories ul li.category-hast-children:before {
          background: rgba(238, 238, 238, 0.2) !important; }
        .fl-footer-sidebar .widget_categories ul li.category-hast-children:before {
          background: rgba(238, 238, 238, 0.2) !important; }
        .fl-footer-sidebar .widget_categories ul li.category-hast-children .children {
          padding-top: 13px; }
        .fl-footer-sidebar .widget_categories ul li.category-hast-children > a {
          padding-top: 2px;
          color: #ccc;
          text-transform: uppercase;
          font-size: 11px;
          font-weight: 700 !important; }
        .fl-footer-sidebar .widget_categories ul li.category-hast-children span {
          top: 2px; }
  .fl-footer-sidebar .widget_pages ul {
    padding: 0;
    margin-bottom: 6px;
    padding-right: 34px; }
    .fl-footer-sidebar .widget_pages ul li {
      position: relative;
      margin-right: -2px;
      padding-bottom: 13px; }
      .fl-footer-sidebar .widget_pages ul li a {
        color: #ccc;
        display: block;
        margin-bottom: 5px;
        padding-right: 10px;
        font-size: 11px;
        font-weight: 400 !important;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; }
        .fl-footer-sidebar .widget_pages ul li a:before {
          border-color: transparent;
          border-width: 4px 6px;
          border-style: solid;
          padding-right: 5px;
          content: '';
          display: inline-block; }
      .fl-footer-sidebar .widget_pages ul li ul {
        padding: 0;
        background: transparent; }
      .fl-footer-sidebar .widget_pages ul li:last-child {
        padding-bottom: 0; }
      .fl-footer-sidebar .widget_pages ul li.page_item_has_children {
        padding-bottom: 0;
        margin-bottom: 13px; }
        .fl-footer-sidebar .widget_pages ul li.page_item_has_children:before {
          background: rgba(238, 238, 238, 0.2) !important; }
        .fl-footer-sidebar .widget_pages ul li.page_item_has_children:before {
          background: rgba(238, 238, 238, 0.2) !important; }
        .fl-footer-sidebar .widget_pages ul li.page_item_has_children .children {
          padding-top: 13px; }
        .fl-footer-sidebar .widget_pages ul li.page_item_has_children > a {
          padding-top: 2px;
          color: #ccc;
          text-transform: uppercase;
          font-size: 11px;
          font-weight: 700 !important; }
        .fl-footer-sidebar .widget_pages ul li.page_item_has_children span {
          top: 2px; }
  .fl-footer-sidebar .widget_nav_menu ul {
    padding: 0;
    margin-bottom: 6px;
    padding-right: 34px; }
    .fl-footer-sidebar .widget_nav_menu ul li {
      position: relative;
      margin-right: -2px;
      padding-bottom: 13px; }
      .fl-footer-sidebar .widget_nav_menu ul li a {
        color: #ccc;
        display: block;
        margin-bottom: 5px;
        padding-right: 10px;
        font-size: 11px;
        font-weight: 400 !important;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; }
        .fl-footer-sidebar .widget_nav_menu ul li a:before {
          border-color: transparent;
          border-width: 4px 6px;
          border-style: solid;
          padding-right: 5px;
          content: '';
          display: inline-block; }
      .fl-footer-sidebar .widget_nav_menu ul li ul {
        padding: 0;
        background: transparent; }
      .fl-footer-sidebar .widget_nav_menu ul li:last-child {
        padding-bottom: 0; }
      .fl-footer-sidebar .widget_nav_menu ul li.menu-item-has-children {
        padding-bottom: 0;
        margin-bottom: 13px; }
        .fl-footer-sidebar .widget_nav_menu ul li.menu-item-has-children > a {
          padding-bottom: 13px; }
        .fl-footer-sidebar .widget_nav_menu ul li.menu-item-has-children:before {
          background: rgba(238, 238, 238, 0.2) !important; }
        .fl-footer-sidebar .widget_nav_menu ul li.menu-item-has-children .children {
          padding-top: 13px; }
        .fl-footer-sidebar .widget_nav_menu ul li.menu-item-has-children > a {
          padding-top: 2px;
          color: #ccc;
          text-transform: uppercase;
          font-size: 11px;
          font-weight: 700 !important; }
        .fl-footer-sidebar .widget_nav_menu ul li.menu-item-has-children span {
          top: 2px; }
  .fl-footer-sidebar .widget_text {
    font-size: 12px; }
    .fl-footer-sidebar .widget_text .textwidget {
      padding: 0;
      background: transparent; }
  .fl-footer-sidebar select {
    color: #ccc !important;
    background-color: #272727 !important;
    border-bottom-color: #272727 !important;
    padding: 10px 10px !important;
    height: 40px !important; }
  .fl-footer-sidebar .wp-caption {
    background-color: #272727 !important;
    color: #ccc !important; }

/*-------------------------------------------------------------------

==  Footer

-------------------------------------------------------------------*/
.fl--footer {
  color: #ccc;
  background-color: #141714; }
  .fl--footer .fl-top-footer {
    position: relative;
    padding-top: 35px;
    padding-bottom: 90px;
    color: #ccc; }
    .fl--footer .fl-top-footer .fl-footer-decor {
      position: absolute;
      top: -10px;
      left: 0;
      height: 40px;
      display: inline-block;
      width: 4px;
      background-color: #ddd; }
    .fl--footer .fl-top-footer .fl-footer-column {
      margin-top: 65px; }
      .fl--footer .fl-top-footer .fl-footer-column:last-child .fl-footer-sidebar {
        padding-left: 30px; }
    .fl--footer .fl-top-footer .fl-footer__info {
      margin-top: 34px;
      margin-right: 20px; }
  .fl--footer .fl-footer-copyright {
    padding: 22px 0 26px;
    font-size: 11px;
    text-align: center;
    color: #666;
    background-color: #000000; }
    .fl--footer .fl-footer-copyright .fl-footer-social {
      margin-bottom: 24px;
      padding-bottom: 25px;
      text-align: center;
      border-bottom: 1px solid #1e231e; }
      .fl--footer .fl-footer-copyright .fl-footer-social a {
        font-size: 12px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        opacity: .4;
        color: white;
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
        margin-right: 31px;
        margin-left: 31px; }
        .fl--footer .fl-footer-copyright .fl-footer-social a:hover {
          opacity: 1; }
    .fl--footer .fl-footer-copyright .fl-copyright--inner {
      letter-spacing: .05em;
      font-size: 11px;
      text-align: center;
      color: #666; }
      .fl--footer .fl-footer-copyright .fl-copyright--inner a {
        font-weight: 700 !important;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        color: inherit; }
        .fl--footer .fl-footer-copyright .fl-copyright--inner a:hover {
          color: #fff;
          -webkit-transition: all .3s;
          -o-transition: all .3s;
          transition: all .3s; }

/*-------------------------------------------------------------------

==  Search form Full Width

-------------------------------------------------------------------*/
.fl-full-width-search-form {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(34, 34, 34, 0.95);
  z-index: 9999;
  display: none; }
  .fl-full-width-search-form .fl--search-icon-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .6s ease-in;
    -o-transition: opacity .6s ease-in;
    transition: opacity .6s ease-in;
    border: 0;
    -webkit-border-radius: 0;
            border-radius: 0;
    position: fixed;
    height: 50px;
    margin: 0;
    outline: 0;
    padding: 10px;
    vertical-align: top;
    width: 50px;
    top: 50px;
    right: 20px;
    z-index: 99999;
    cursor: pointer; }
    .fl-full-width-search-form .fl--search-icon-menu:before {
      font-family: fl-custom-icon-font;
      content: '\e81b';
      color: #fff !important;
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      font-size: 15px;
      left: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
  .fl-full-width-search-form .fl-full-width-search-wrapper {
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    max-width: 1140px;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .fl-full-width-search-form .fl-full-width-search-wrapper form.search_global {
      width: 100%; }
      .fl-full-width-search-form .fl-full-width-search-wrapper form.search_global fieldset {
        position: relative; }
        .fl-full-width-search-form .fl-full-width-search-wrapper form.search_global fieldset .fl--input-wrapper input[type="text"] {
          color: #fff !important;
          width: 100%;
          margin-bottom: 0;
          padding-top: 6px;
          padding-left: 0;
          padding-right: 90px;
          border: none;
          border-bottom: 3px solid #fff !important;
          line-height: 1;
          display: block;
          background-color: transparent;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
          font-size: 40px;
          min-height: 75px;
          letter-spacing: .02em; }
          .fl-full-width-search-form .fl-full-width-search-wrapper form.search_global fieldset .fl--input-wrapper input[type="text"]::-webkit-input-placeholder {
            color: #fff; }
          .fl-full-width-search-form .fl-full-width-search-wrapper form.search_global fieldset .fl--input-wrapper input[type="text"]::-moz-placeholder {
            color: #fff; }
          .fl-full-width-search-form .fl-full-width-search-wrapper form.search_global fieldset .fl--input-wrapper input[type="text"]::-ms-input-placeholder {
            color: #fff; }
          .fl-full-width-search-form .fl-full-width-search-wrapper form.search_global fieldset .fl--input-wrapper input[type="text"]::placeholder {
            color: #fff; }
        .fl-full-width-search-form .fl-full-width-search-wrapper form.search_global fieldset .fl--input-wrapper:after {
          letter-spacing: .02em;
          content: attr(data-text);
          line-height: 0;
          max-width: 100%;
          border-bottom: 3px solid;
          position: absolute;
          left: 0;
          bottom: 0;
          height: 3px;
          font-size: 40px;
          overflow: hidden;
          -webkit-user-select: none;
             -moz-user-select: none;
              -ms-user-select: none;
                  user-select: none;
          color: transparent; }
        .fl-full-width-search-form .fl-full-width-search-wrapper form.search_global fieldset .searchsubmit .submit-btn {
          z-index: 3;
          position: absolute;
          top: 0;
          right: 5px;
          width: 70px;
          height: 100%;
          padding-right: 20px;
          line-height: 1;
          text-align: center;
          border: none;
          background-color: transparent; }
        .fl-full-width-search-form .fl-full-width-search-wrapper form.search_global fieldset .searchsubmit i {
          -webkit-transition: .4s ease-in;
          -o-transition: .4s ease-in;
          transition: .4s ease-in;
          z-index: 1;
          color: #fff;
          position: absolute;
          right: 0;
          top: 0;
          width: 75px;
          height: 75px;
          line-height: 75px;
          text-align: center;
          padding-left: 20px;
          font-size: 38px; }
    .fl-full-width-search-form .fl-full-width-search-wrapper .fl-form-bottom-text {
      margin-top: 10px;
      width: 100%;
      text-align: left;
      color: #ffffff; }

/*-------------------------------------------------------------------

==  Style Selector

-------------------------------------------------------------------*/
.style-selector {
  display: inline-block;
  padding: 35px 25px;
  background: #fff;
  position: fixed;
  top: 150px;
  left: 0;
  max-width: 250px;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  z-index: 900;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 60px rgba(0, 0, 0, 0.15); }
  .style-selector.closed {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); }
  .style-selector.open {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
  .style-selector .icon-btn-selector {
    cursor: pointer;
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #fff;
    position: absolute;
    right: -35px;
    top: 0; }
    .style-selector .icon-btn-selector i {
      font-size: 17px; }
  .style-selector h5 {
    margin-bottom: 25px;
    text-align: center;
    font-size: 17px; }
  .style-selector p {
    margin-bottom: 0;
    font-size: 12px; }
  .style-selector ul {
    text-align: center;
    margin-bottom: 20px; }
    .style-selector ul li {
      margin-top: 15px; }
      .style-selector ul li:first-child {
        margin-top: 0; }
      .style-selector ul li div {
        padding: 10px 38px;
        -webkit-transition: background-color .3s,color .1s;
        -o-transition: background-color .3s,color .1s;
        transition: background-color .3s,color .1s;
        position: relative;
        text-transform: uppercase;
        margin-bottom: 0;
        font-size: 11px;
        letter-spacing: .02em;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        overflow: hidden;
        cursor: pointer;
        white-space: nowrap;
        font-family: Poppins, Helvetica, Arial, sans-serif;
        font-weight: 500;
        color: #fff !important; }
        .style-selector ul li div.default_style {
          background-image: -webkit-gradient(linear, left top, right top, from(#368527), to(#d2b829));
          background-image: -webkit-linear-gradient(left, #368527 0%, #d2b829 100%);
          background-image: -o-linear-gradient(left, #368527 0%, #d2b829 100%);
          background-image: linear-gradient(to right, #368527 0%, #d2b829 100%); }
        .style-selector ul li div.style_color_two {
          background-image: -webkit-gradient(linear, left top, right top, from(#1a59a7), to(#29d2a0));
          background-image: -webkit-linear-gradient(left, #1a59a7 0%, #29d2a0 100%);
          background-image: -o-linear-gradient(left, #1a59a7 0%, #29d2a0 100%);
          background-image: linear-gradient(to right, #1a59a7 0%, #29d2a0 100%); }
        .style-selector ul li div.style_color_three {
          background-image: -webkit-gradient(linear, left top, right top, from(#1a59a7), to(#d2a029));
          background-image: -webkit-linear-gradient(left, #1a59a7 0%, #d2a029 100%);
          background-image: -o-linear-gradient(left, #1a59a7 0%, #d2a029 100%);
          background-image: linear-gradient(to right, #1a59a7 0%, #d2a029 100%); }
        .style-selector ul li div i.fl-icon-btn {
          -webkit-transition: all .3s;
          -o-transition: all .3s;
          transition: all .3s;
          display: inline-block;
          border-width: 4px 6px;
          border-style: solid;
          border-color: transparent;
          border-left-color: #fff !important; }
        .style-selector ul li div:after {
          position: absolute;
          top: 0;
          left: 0;
          width: 110%;
          height: 100%;
          content: '';
          -webkit-transform: skewX(-50deg);
              -ms-transform: skewX(-50deg);
                  transform: skewX(-50deg);
          background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0))) -2em 0 no-repeat;
          background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) -2em 0 no-repeat;
          background: -o-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) -2em 0 no-repeat;
          background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)) -2em 0 no-repeat;
          -webkit-background-size: 2em 100%;
                  background-size: 2em 100%; }
        .style-selector ul li div:hover:after {
          -webkit-transition: .7s linear;
          -o-transition: .7s linear;
          transition: .7s linear;
          background-position: 150% 0; }

/*-------------------------------------------------------------------

==  Responsive

-------------------------------------------------------------------*/
/*-------------------------------------------------------------------

==  max-width 1170px

-------------------------------------------------------------------*/
@media screen and (max-width: 1170px) {
  .fl-padding {
    height: 90px !important; } }
/*-------------------------------------------------------------------

==  max-width 1024px

-------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  .fl-header-style-one .navigation_container nav.fl-header_nav {
    display: none; }

  .fl-header-menu-container .fl--mobile-menu-icon {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .fl-header-menu-container .fl--sidebar-header-button {
    display: none !important; }

  .fl--grid-system.fl-grid--four-column .grid-sizer, .fl--grid-system.fl-grid--four-column .fl-grid-item {
    width: 33.33333%; }
  .fl--grid-system.fl-grid--four-column .gutter-sizer {
    width: 0; }
  .fl--grid-system.fl-gutter--style--10.fl-grid--four-column .grid-sizer, .fl--grid-system.fl-gutter--style--10.fl-grid--four-column .fl-grid-item {
    width: -webkit-calc(33.33333% - 7.5px);
    width: calc(33.33333% - 7.5px); }
  .fl--grid-system.fl-gutter--style--20.fl-grid--four-column .grid-sizer, .fl--grid-system.fl-gutter--style--20.fl-grid--four-column .fl-grid-item {
    width: -webkit-calc(33.33333% - 15px);
    width: calc(33.33333% - 15px); }
  .fl--grid-system.fl-gutter--style--30.fl-grid--four-column .grid-sizer, .fl--grid-system.fl-gutter--style--30.fl-grid--four-column .fl-grid-item {
    width: -webkit-calc(33.33333% - 22.5px);
    width: calc(33.33333% - 22.5px); }
  .fl--grid-system.fl-gutter--style--40.fl-grid--four-column .grid-sizer, .fl--grid-system.fl-gutter--style--40.fl-grid--four-column .fl-grid-item {
    width: -webkit-calc(33.33333% - 30px);
    width: calc(33.33333% - 30px); }
  .fl--grid-system.fl-gutter--style--50.fl-grid--four-column .grid-sizer, .fl--grid-system.fl-gutter--style--50.fl-grid--four-column .fl-grid-item {
    width: -webkit-calc(33.33333% - 37.5px);
    width: calc(33.33333% - 37.5px); }

  .fl-section-tabs__inner-max-wh-550 {
    float: none;
    max-width: 100%; } }
/*-------------------------------------------------------------------

==  max-width 992px

-------------------------------------------------------------------*/
@media screen and (max-width: 992px) {
  .fl-mega-menu {
    display: none !important; }

  .fl--blog-style-standard .fl-post--item .fl-post-left-content, .fl--blog-style-full-width .fl-post--item .fl-post-left-content, .fl--blog-style-three .fl-post--item .fl-post-left-content {
    width: 100%;
    float: none; }
  .fl--blog-style-standard .fl-post--item .fl-post-right-content, .fl--blog-style-full-width .fl-post--item .fl-post-right-content, .fl--blog-style-three .fl-post--item .fl-post-right-content {
    width: 100%;
    float: none;
    padding: 30px 30px 20px; }

  .fl--blog-style-three .fl-post--item .fl-post-left-content .fl-post--holder .fl-post-date-wrapper {
    left: 55px; }

  .fl--footer .fl-top-footer .fl-footer-column:last-child .fl-footer-sidebar {
    padding-left: 0; }

  .fl--header.fl-navigation-full-width .fl-header-menu-container {
    padding: 40px 15px 0; }

  .commentlist {
    width: 100% !important;
    float: none !important;
    padding-right: 0 !important; }

  #review_form_wrapper {
    width: 100% !important;
    float: none !important;
    padding-left: 0 !important; }

  .page_heading .fl-gap-4 {
    height: 10px; }

  .fl-footer-style--widget .fl--top-footer .fl-footer-sidebar {
    max-width: 50%;
    float: left;
    margin-bottom: 25px; }

  .fl-padding {
    height: 70px !important; }

  .fl-padding-20px {
    padding-left: 20px !important;
    padding-right: 20px !important; }

  .sidebar_left .sidebar {
    padding-right: 0 !important; }

  .sidebar_right .sidebar {
    padding-left: 0 !important; }

  .fl-padding-standard-lg.vc_col-has-fill .vc_column-inner {
    border-color: transparent !important; }
  .fl-padding-standard-lg .vc_column-inner {
    padding-right: 20px !important;
    padding-left: 20px !important; } }
/*-------------------------------------------------------------------

==  max-width 870px

-------------------------------------------------------------------*/
@media (max-width: 870px) {
  .sidebar_right .sidebar {
    margin-left: 0; }

  .sidebar_left .sidebar {
    margin-right: 0; } }
/*-------------------------------------------------------------------

max-width 782px

-------------------------------------------------------------------*/
@media screen and (max-width: 782px) {
  .fl-footer-style--widget .fl--top-footer .fl-footer-sidebar {
    max-width: 100%; }

  body.admin-bar .fl-nav-fixed-light {
    position: absolute !important; }
  body.admin-bar .fl-nav-fixed-dark {
    position: absolute !important; }

  .fl-nav-fixed-light {
    position: absolute !important; }

  .fl-nav-fixed-dark {
    position: absolute !important; }

  .fl_button_scroll_up {
    display: none; }

  body.admin-bar .mfp-close {
    top: 45px !important; }
  body.admin-bar .mfp-iframe-holder {
    padding-top: 97px;
    padding-bottom: 97px; }
  body.admin-bar img.mfp-img {
    padding: 97px 0 97px; }
  body.admin-bar .mfp-figure:after {
    top: 97px;
    bottom: 97px; } }
/*-------------------------------------------------------------------

min-width 768px

-------------------------------------------------------------------*/
@media (max-width: 768px) {
  .fl-padding {
    height: 50px !important; }

  .fl--grid-system.fl-grid--three-column .grid-sizer, .fl--grid-system.fl-grid--three-column .fl-grid-item {
    width: 50%; }
  .fl--grid-system.fl-grid--four-column .grid-sizer, .fl--grid-system.fl-grid--four-column .fl-grid-item {
    width: 50%; }
  .fl--grid-system.fl-gutter--style--10.fl-grid--three-column .grid-sizer, .fl--grid-system.fl-gutter--style--10.fl-grid--three-column .fl-grid-item {
    width: -webkit-calc(50% - 6.6px);
    width: calc(50% - 6.6px); }
  .fl--grid-system.fl-gutter--style--10.fl-grid--four-column .grid-sizer, .fl--grid-system.fl-gutter--style--10.fl-grid--four-column .fl-grid-item {
    width: -webkit-calc(50% - 7.5px);
    width: calc(50% - 7.5px); }
  .fl--grid-system.fl-gutter--style--20.fl-grid--three-column .grid-sizer, .fl--grid-system.fl-gutter--style--20.fl-grid--three-column .fl-grid-item {
    width: -webkit-calc(50% - 13.2px);
    width: calc(50% - 13.2px); }
  .fl--grid-system.fl-gutter--style--20.fl-grid--four-column .grid-sizer, .fl--grid-system.fl-gutter--style--20.fl-grid--four-column .fl-grid-item {
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px); }
  .fl--grid-system.fl-gutter--style--30.fl-grid--three-column .grid-sizer, .fl--grid-system.fl-gutter--style--30.fl-grid--three-column .fl-grid-item {
    width: -webkit-calc(50% - 19.8px);
    width: calc(50% - 19.8px); }
  .fl--grid-system.fl-gutter--style--30.fl-grid--four-column .grid-sizer, .fl--grid-system.fl-gutter--style--30.fl-grid--four-column .fl-grid-item {
    width: -webkit-calc(50% - 22.5px);
    width: calc(50% - 22.5px); }
  .fl--grid-system.fl-gutter--style--40.fl-grid--three-column .grid-sizer, .fl--grid-system.fl-gutter--style--40.fl-grid--three-column .fl-grid-item {
    width: -webkit-calc(50% - 26.4px);
    width: calc(50% - 26.4px); }
  .fl--grid-system.fl-gutter--style--40.fl-grid--four-column .grid-sizer, .fl--grid-system.fl-gutter--style--40.fl-grid--four-column .fl-grid-item {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px); }
  .fl--grid-system.fl-gutter--style--50.fl-grid--three-column .grid-sizer, .fl--grid-system.fl-gutter--style--50.fl-grid--three-column .fl-grid-item {
    width: -webkit-calc(50% - 33px);
    width: calc(50% - 33px); }
  .fl--grid-system.fl-gutter--style--50.fl-grid--four-column .grid-sizer, .fl--grid-system.fl-gutter--style--50.fl-grid--four-column .fl-grid-item {
    width: -webkit-calc(50% - 37.5px);
    width: calc(50% - 37.5px); }

  .fl-content-wrapper {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .fl_content_story {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }

  .sidebar_left {
    margin-top: 30px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    float: none; }

  .sidebar_right {
    margin-top: 30px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    float: none; }

  .position_sidebar_left {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    float: none; }

  .position_sidebar_right {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    float: none; }

  .fl-reflect {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }

  .navigation_container_right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

  .navigation_container_left {
    display: none; }

  .fl-menu-style-two .logo_container {
    margin-left: 0; }

  .fl-hamburger-full-width .fl-nav-container-sidebar .fl-close-btn-menu {
    right: 5px; }

  .fl-comments-container .fl-comments-list .comment {
    margin-bottom: 20px;
    padding: 25px; }
    .fl-comments-container .fl-comments-list .comment .fl-comment-avatar {
      width: 50px !important;
      margin-right: 15px !important; }
      .fl-comments-container .fl-comments-list .comment .fl-comment-avatar img {
        max-width: 50px !important; }
    .fl-comments-container .fl-comments-list .comment .fl-comment-meta {
      padding-left: 55px !important; }

  #commentform {
    margin-top: 35px !important;
    padding: 25px !important; }

  .fl-content-wrapper .fl-post-content-top {
    padding-bottom: 25px !important;
    margin-bottom: 15px !important; }
    .fl-content-wrapper .fl-post-content-top .fl_content_story {
      margin-top: 30px !important;
      padding-right: 25px !important;
      padding-left: 25px !important; }

  .fl-tags-share-post {
    padding: 25px !important; }

  .widget_archive > ul, .widget_pages > ul, .widget_categories > ul, .widget_meta > ul, .sidebar .widget > ul, .widget_text .textwidget, .widget_nav_menu > ul {
    padding: 25px; }

  .widget_calendar .calendar_wrap {
    padding: 25px; } }
/*-------------------------------------------------------------------

==  max-width 680px

-------------------------------------------------------------------*/
@media (max-width: 680px) {
  .fl--footer .fl-top-footer .fl-footer-column {
    margin-left: 0; }

  .fl--grid-system.fl-grid--two-column .grid-sizer, .fl--grid-system.fl-grid--two-column .fl-grid-item {
    width: 100%; }
  .fl--grid-system.fl-grid--three-column .grid-sizer, .fl--grid-system.fl-grid--three-column .fl-grid-item {
    width: 100%; }
  .fl--grid-system.fl-grid--three-column .gutter-sizer {
    width: 0; }
  .fl--grid-system.fl-grid--four-column .grid-sizer, .fl--grid-system.fl-grid--four-column .fl-grid-item {
    width: 100%; }
  .fl--grid-system.fl-gutter--style--10.fl-grid--two-column .grid-sizer, .fl--grid-system.fl-gutter--style--10.fl-grid--two-column .fl-grid-item {
    width: -webkit-calc(100% - 5px);
    width: calc(100% - 5px); }
  .fl--grid-system.fl-gutter--style--10.fl-grid--three-column .grid-sizer, .fl--grid-system.fl-gutter--style--10.fl-grid--three-column .fl-grid-item {
    width: -webkit-calc(100% - 6.6px);
    width: calc(100% - 6.6px); }
  .fl--grid-system.fl-gutter--style--10.fl-grid--four-column .grid-sizer, .fl--grid-system.fl-gutter--style--10.fl-grid--four-column .fl-grid-item {
    width: -webkit-calc(100% - 7.5px);
    width: calc(100% - 7.5px); }
  .fl--grid-system.fl-gutter--style--20.fl-grid--two-column .grid-sizer, .fl--grid-system.fl-gutter--style--20.fl-grid--two-column .fl-grid-item {
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px); }
  .fl--grid-system.fl-gutter--style--20.fl-grid--three-column .grid-sizer, .fl--grid-system.fl-gutter--style--20.fl-grid--three-column .fl-grid-item {
    width: -webkit-calc(100% - 13.2px);
    width: calc(100% - 13.2px); }
  .fl--grid-system.fl-gutter--style--20.fl-grid--four-column .grid-sizer, .fl--grid-system.fl-gutter--style--20.fl-grid--four-column .fl-grid-item {
    width: -webkit-calc(100% - 15px);
    width: calc(100% - 15px); }
  .fl--grid-system.fl-gutter--style--30.fl-grid--two-column .grid-sizer, .fl--grid-system.fl-gutter--style--30.fl-grid--two-column .fl-grid-item {
    width: -webkit-calc(100% - 15px);
    width: calc(100% - 15px); }
  .fl--grid-system.fl-gutter--style--30.fl-grid--three-column .grid-sizer, .fl--grid-system.fl-gutter--style--30.fl-grid--three-column .fl-grid-item {
    width: -webkit-calc(100% - 19.8px);
    width: calc(100% - 19.8px); }
  .fl--grid-system.fl-gutter--style--30.fl-grid--four-column .grid-sizer, .fl--grid-system.fl-gutter--style--30.fl-grid--four-column .fl-grid-item {
    width: -webkit-calc(100% - 22.5px);
    width: calc(100% - 22.5px); }
  .fl--grid-system.fl-gutter--style--40.fl-grid--two-column .grid-sizer, .fl--grid-system.fl-gutter--style--40.fl-grid--two-column .fl-grid-item {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px); }
  .fl--grid-system.fl-gutter--style--40.fl-grid--three-column .grid-sizer, .fl--grid-system.fl-gutter--style--40.fl-grid--three-column .fl-grid-item {
    width: -webkit-calc(100% - 26.4px);
    width: calc(100% - 26.4px); }
  .fl--grid-system.fl-gutter--style--40.fl-grid--four-column .grid-sizer, .fl--grid-system.fl-gutter--style--40.fl-grid--four-column .fl-grid-item {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px); }
  .fl--grid-system.fl-gutter--style--50.fl-grid--two-column .grid-sizer, .fl--grid-system.fl-gutter--style--50.fl-grid--two-column .fl-grid-item {
    width: -webkit-calc(100% - 25px);
    width: calc(100% - 25px); }
  .fl--grid-system.fl-gutter--style--50.fl-grid--three-column .grid-sizer, .fl--grid-system.fl-gutter--style--50.fl-grid--three-column .fl-grid-item {
    width: -webkit-calc(100% - 33px);
    width: calc(100% - 33px); }
  .fl--grid-system.fl-gutter--style--50.fl-grid--four-column .grid-sizer, .fl--grid-system.fl-gutter--style--50.fl-grid--four-column .fl-grid-item {
    width: -webkit-calc(100% - 37.5px);
    width: calc(100% - 37.5px); }

  .fl-time-line-slider-box .fl-dots-time-line.style_two ul.fl-slider-dots li button, .fl-time-line-slider-box .fl-dots-time-line.style_one ul.fl-slider-dots li button, .fl-time-line-slider-box .fl-dots-time-line.style_three ul.fl-slider-dots li button {
    width: 15px !important;
    height: 15px !important;
    min-height: 15px !important; } }
/*-------------------------------------------------------------------

==  max-width 630px

-------------------------------------------------------------------*/
@media (max-width: 630px) {
  .fl-home-page-blog-post.fl-column-three .fl-blog-post-home {
    width: 100% !important;
    margin: 0 0 20px !important; }
  .fl-home-page-blog-post.fl-column-two .fl-blog-post-home {
    width: 100% !important;
    margin: 0 0 20px !important; } }
/*-------------------------------------------------------------------

==  max-width 570px

-------------------------------------------------------------------*/
/*-------------------------------------------------------------------

==  max-width 500px

-------------------------------------------------------------------*/
/*-------------------------------------------------------------------

==  max-width 400px

-------------------------------------------------------------------*/
@media (max-width: 400px) {
  .coupon input.input-text {
    width: 100% !important;
    max-width: none !important;
    text-align: center !important; }
  .coupon .button {
    width: 100% !important;
    margin-top: 10px !important; } }
/*-------------------------------------------------------------------

==  max-width 360

-------------------------------------------------------------------*/
