/* I. FRAMEWORK
***********************/

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@font-face {
  font-family: lato-regular;
  src: url(../fonts/Lato-Regular.ttf);
}
/*@font-face {
    font-family: lato-regular;
    src: url(../fonts/Lato-Regular.ttf);
}*/
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #9a9a9a;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #9a9a9a;
  background-color: #fff;
  background-image: none;
  border: 1px solid #aaa;
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s 0.3s ease-out;
  -moz-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s 0.3s ease-out;
  -o-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s 0.3s ease-out;
  transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s 0.3s ease-out;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
}

select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: #999;
}

select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #999;
}

select:-moz-placeholder,
textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="color"]:-moz-placeholder,
.form-control:-moz-placeholder {
  color: #999;
}

select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.form-control::-moz-placeholder {
  color: #999;
}

select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: #999;
}

select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #999;
}

select[disabled],
textarea[disabled],
input[type="text"][disabled],
input[type="password"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="date"][disabled],
input[type="month"][disabled],
input[type="time"][disabled],
input[type="week"][disabled],
input[type="number"][disabled],
input[type="email"][disabled],
input[type="url"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="color"][disabled],
.form-control[disabled],
select[readonly],
textarea[readonly],
input[type="text"][readonly],
input[type="password"][readonly],
input[type="datetime"][readonly],
input[type="datetime-local"][readonly],
input[type="date"][readonly],
input[type="month"][readonly],
input[type="time"][readonly],
input[type="week"][readonly],
input[type="number"][readonly],
input[type="email"][readonly],
input[type="url"][readonly],
input[type="search"][readonly],
input[type="tel"][readonly],
input[type="color"][readonly],
.form-control[readonly],
fieldset[disabled] select,
fieldset[disabled] textarea,
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="password"],
fieldset[disabled] input[type="datetime"],
fieldset[disabled] input[type="datetime-local"],
fieldset[disabled] input[type="date"],
fieldset[disabled] input[type="month"],
fieldset[disabled] input[type="time"],
fieldset[disabled] input[type="week"],
fieldset[disabled] input[type="number"],
fieldset[disabled] input[type="email"],
fieldset[disabled] input[type="url"],
fieldset[disabled] input[type="search"],
fieldset[disabled] input[type="tel"],
fieldset[disabled] input[type="color"],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

select[disabled],
textarea[disabled],
input[type="text"][disabled],
input[type="password"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="date"][disabled],
input[type="month"][disabled],
input[type="time"][disabled],
input[type="week"][disabled],
input[type="number"][disabled],
input[type="email"][disabled],
input[type="url"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="color"][disabled],
.form-control[disabled],
fieldset[disabled] select,
fieldset[disabled] textarea,
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="password"],
fieldset[disabled] input[type="datetime"],
fieldset[disabled] input[type="datetime-local"],
fieldset[disabled] input[type="date"],
fieldset[disabled] input[type="month"],
fieldset[disabled] input[type="time"],
fieldset[disabled] input[type="week"],
fieldset[disabled] input[type="number"],
fieldset[disabled] input[type="email"],
fieldset[disabled] input[type="url"],
fieldset[disabled] input[type="search"],
fieldset[disabled] input[type="tel"],
fieldset[disabled] input[type="color"],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear 0.3s ease-out;
  -moz-transition: opacity 0.15s linear 0.3s ease-out;
  -o-transition: opacity 0.15s linear 0.3s ease-out;
  transition: opacity 0.15s linear 0.3s ease-out;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -moz-transition-duration: 0.35s;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #9a9a9a;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 0;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.close {
  float: right;
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  opacity: 0.2;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=20);
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  -webkit-transform: translate(0, -25%);
  -moz-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 1100px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}

.tooltip.in {
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0;
  background: #000;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1 -1 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.clearfix,
.container,
.container-fluid,
.row,
.form-horizontal .form-group,
.nav,
.navbar,
.navbar-header,
.navbar-collapse,
.modal-footer {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.modal-footer:after {
  clear: both;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.modal-footer:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/* I. REFERENCES */

/* II. GENERAL
***********************/

/*--------------------------------------------------------------
Reset
--------------------------------------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box;
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  -moz-box-sizing: border-box;
  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

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

ol,
ul {
  list-style: none;
}

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

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

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

blockquote,
q {
  quotes: "" "";
}

a:focus {
  outline: none;
}

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

a img {
  border: 0;
}

/*--------------------------------------------
Initial Setup
----------------------------------------------*/

a {
  text-decoration: none;
}

input:focus,
textarea:focus {
  outline: none;
}

img,
video {
  max-width: 100%;
  vertical-align: top;
}

audio,
canvas,
video {
  display: inline;
  zoom: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

@font-face {
  font-family: "Organie";
  src: url(../fonts/organie.ttf) format("truetype");
}

@font-face {
  font-family: "Ionicon";
  src: url(../fonts/ionicons.ttf) format("truetype");
}

html {
  font-size: 10px;
}

body {
  font-size: 150px;
  font-size: 15rem;
  font-size: 15px;
  font-size: 1.5rem;
  color: #333;
}

body,
button,
input,
select,
textarea {
  font-family: "OpenSans", sans-serif;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "OpenSans", sans-serif;
  font-weight: 700;
  clear: both;
  line-height: 1;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

a {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #666;
  border-bottom: 1px solid dotted;
}

a:hover {
  color: #0287c0;
}

p {
  margin-bottom: 10px;
}

b,
strong {
  font-weight: 700;
}

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

blockquote {
  border-left: 4px solid #707070;
  border-left: 4px solid rgba(51, 51, 51, 0.7);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 18px;
  font-size: 1.8rem;
  font-style: italic;
  line-height: 1.6667;
  margin-bottom: 1.6667em;
  padding-left: 0.7778em;
}

blockquote p {
  margin-bottom: 1.6667em;
}

blockquote > p:last-child {
  margin-bottom: 0;
}

blockquote cite,
blockquote small {
  color: #333;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "Noto Sans", sans-serif;
  line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}

blockquote strong,
blockquote b {
  font-weight: 400;
}

address {
  font-style: italic;
  margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
  font-family: Inconsolata, monospace;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

pre {
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.01);
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  line-height: 1.2;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 0.8em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

abbr[title] {
  border-bottom: 1px dotted #eaeaea;
  border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
  cursor: help;
}

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

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

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

hr {
  background-color: #eaeaea;
  background-color: rgba(51, 51, 51, 0.1);
  border: 0;
  height: 1px;
  margin: 15px 0;
}

ul,
ol {
  margin: 0 0 1.6em 1.3333em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dl {
  margin-bottom: 1.6em;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 1.6em;
}

table,
th,
td {
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.6em;
  table-layout: fixed;
  /* Prevents HTML tables from becoming too wide */
  width: 100%;
}

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

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

td {
  color: #8e8e8e;
  border-width: 0 1px 1px 0;
}

th,
td {
  padding: 0.4em;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

figure {
  margin: 0;
  max-width: 100%;
}

del {
  opacity: 0.8;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
}

:-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
}

::-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
}

textarea {
  max-width: 100%;
}

/* III. COMPONENT
***********************/

.row {
  *zoom: 1;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

/* Text align
--------------------------*/

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

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

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

.text-justif {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  .text-right-sm {
    text-align: right;
  }
}

@media only screen and (min-width: 992px) {
  .text-right-md {
    text-align: right;
  }
}

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

select {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}

a.readmore3 {
  font-family: "Playfair Display", serif;
  font-size: 14px;
  font-weight: 900;
  color: #696969;
  font-style: Italic;
}

a.readmore3:hover {
  color: #8eb35a;
}

a.readmore3.pink:hover {
  color: #f49ac1;
}

.date {
  margin-bottom: 25px;
}

.date span {
  font-family: "Playfair Display", serif;
  font-size: 14px;
  color: #ababab;
  font-style: Italic;
}

.date span a {
  color: #8eb35a;
  text-decoration: underline;
}

.date span a.admin {
  color: #696969;
}

h2 {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  color: #333333;
  font-weight: 700;
  font-style: Bold;
}

p {
  font-family: "Lato", serif;
  font-size: 15px;
  color: #8e8e8e;
  font-weight: "";
  font-style: Regular;
  line-height: 1.8;
}

span.share {
  text-decoration: underline;
  font-family: "Playfair Display", serif;
  font-size: 14px;
  color: #ababab;
  font-weight: 700;
  font-style: Italic;
  float: right;
  margin-right: 45px;
}

span.share i {
  padding: 10px 11px 10px 11px;
  border: 1px solid grey;
  border-radius: 50%;
  margin-right: 15px;
}

span.share:hover a {
  color: #8eb35a;
}

span.sub {
  font-family: "Playfair Display", serif;
  font-size: 14px;
  font-weight: 700;
  color: #696969;
  font-style: Italic;
}

.star-rate {
  margin-bottom: 55px;
}

.star-rate i {
  font-size: 18px;
}

.star-rate i.fa-star {
  color: #f4cb3d;
}

.star-rate i.fa-star-o {
  color: #696969;
}

span.hot,
span.sale-pr,
span.new {
  font-family: "Lato", serif;
  font-size: 12px;
  color: #ffffff;
  font-weight: 700;
  font-style: Bold;
  text-transform: uppercase;
  padding: 0px 10px 0px 10px;
  border-radius: 25px;
}

span.hot {
  background-color: #f9734d;
}

span.new {
  background-color: #b4e1f7;
}

span.sale-pr {
  background-color: #f4cb75;
}

.tooltip-inner {
  background: #8eb35a;
  padding: 5px 10px;
  border-radius: 5px;
}

.tooltip.top > .tooltip-arrow {
  border-top: 5px solid #8eb35a;
}

.tooltip.right > .tooltip-arrow {
  border-right: 5px solid #8eb35a;
}

.tooltip.left > .tooltip-arrow {
  border-left: 5px solid #8eb35a;
}

.iconhover + .tooltip {
  top: 0 !important;
}

.search + .tooltip {
  top: -35px !important;
  left: 29% !important;
}

.cart + .tooltip {
  top: -40px !important;
  left: 42px !important;
}

.wishlist + .tooltip {
  top: -35px !important;
  left: 44% !important;
}

.pink {
  color: #f49ac1;
}

.ct-icon.pink-ico a i + .tooltip .tooltip-inner,
.right-menu button.white i + .tooltip .tooltip-inner {
  background: #f49ac1;
}

.ct-icon.pink-ico a i + .tooltip.top > .tooltip-arrow,
.right-menu button.white i + .tooltip.top > .tooltip-arrow {
  border-top: 5px solid #f49ac1;
}

.flower-hd2 .right-menu button i + .tooltip .tooltip-inner,
.flower-hd3 .right-menu button i + .tooltip .tooltip-inner,
.flowerab-hd .right-menu button i + .tooltip .tooltip-inner,
.flower-hd2 .right-menu.gray button i + .tooltip .tooltip-inner,
.flower-hd3 .right-menu.gray button i + .tooltip .tooltip-inner,
.flowerab-hd .right-menu.gray button i + .tooltip .tooltip-inner {
  background: #f49ac1;
}

.flower-hd2 .right-menu button i + .tooltip.top > .tooltip-arrow,
.flower-hd3 .right-menu button i + .tooltip.top > .tooltip-arrow,
.flowerab-hd .right-menu button i + .tooltip.top > .tooltip-arrow,
.flower-hd2 .right-menu.gray button i + .tooltip.top > .tooltip-arrow,
.flower-hd3 .right-menu.gray button i + .tooltip.top > .tooltip-arrow,
.flowerab-hd .right-menu.gray button i + .tooltip.top > .tooltip-arrow {
  border-top: 5px solid #f49ac1;
}

.flower-hd2 .right-menu button i:hover,
.flower-hd3 .right-menu button i:hover,
.flowerab-hd .right-menu button i:hover,
.flower-hd2 .right-menu.gray button i:hover,
.flower-hd3 .right-menu.gray button i:hover,
.flowerab-hd .right-menu.gray button i:hover {
  color: #f49ac1;
}

/* IV. SKELETON
***********************/

#rev_slider_1_1_wrapper,
#rev_slider_2_1_wrapper {
  left: 15px !important;
}

#rev_slider_11_1_wrapper,
#rev_slider_8_1_wrapper,
#rev_slider_7_1_wrapper {
  left: 0 !important;
}

section {
  padding: 0px 0 0px 0;
}

#rev_slider_3_1_wrapper {
  margin-left: 10% !important;
}

#rev_slider_10_1_wrapper .tp-loader.spinner3 {
  background-color: #ffffff !important;
}

.tp-caption.lato-24-700,
.lato-24-700 {
  color: #ffffff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  font-style: normal;
  font-family: Lato;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
}

.tp-caption.play-120-700,
.play-120-700 {
  color: #333333;
  font-size: 120px;
  line-height: 120px;
  font-weight: 700;
  font-style: normal;
  font-family: Playfair Display;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
}

.tp-caption.play-18-400,
.play-18-400 {
  color: #333333;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  font-style: normal;
  font-family: Playfair Display;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
}

#rev_slider_9_1_wrapper .tp-loader.spinner3 {
  background-color: #ffffff !important;
}

.erinyen.tparrows {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  min-width: 70px;
  min-height: 70px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 50%;
}

.erinyen.tparrows:before {
  font-family: "revicons";
  font-size: 20px;
  color: #ffffff;
  display: block;
  line-height: 70px;
  text-align: center;
  z-index: 2;
  position: relative;
}

.erinyen.tparrows.tp-leftarrow:before {
  content: "\e824";
}

.erinyen.tparrows.tp-rightarrow:before {
  content: "\e825";
}

.erinyen .tp-title-wrap {
  position: absolute;
  z-index: 1;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  min-height: 70px;
  line-height: 70px;
  top: 0px;
  margin-left: 0px;
  border-radius: 35px;
  overflow: hidden;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  visibility: hidden;
  opacity: 0;
}

.erinyen.tparrows:hover .tp-title-wrap {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.erinyen.tp-rightarrow .tp-title-wrap {
  right: 0px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-transform-origin: 100% 50%;
  border-radius: 35px;
  padding-right: 20px;
  padding-left: 10px;
}

.erinyen.tp-leftarrow .tp-title-wrap {
  padding-left: 20px;
  padding-right: 10px;
}

.erinyen .tp-arr-titleholder {
  letter-spacing: 3px;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform: translatex(200px);
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  font-size: 13px;
  line-height: 70px;
  white-space: nowrap;
  padding: 0px 20px;
  margin-left: 11px;
  opacity: 0;
}

.erinyen .tp-arr-imgholder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-position: center center;
  background-size: cover;
}

.erinyen .tp-arr-img-over {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.51);
}

.erinyen.tp-rightarrow .tp-arr-titleholder {
  transform: translatex(-200px);
  margin-left: 0px;
  margin-right: 11px;
}

.erinyen.tparrows:hover .tp-arr-titleholder {
  transform: translatex(0px);
  -webkit-transform: translatex(0px);
  transition-delay: 0.1s;
  opacity: 1;
}

.tp-caption.play-14-400,
.play-14-400 {
  color: #696969;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  font-style: normal;
  font-family: Playfair Display;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
}

.tp-caption.play-48-700,
.play-48-700 {
  color: #333333;
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  font-style: normal;
  font-family: Playfair Display;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
}

.tp-caption.play-24-400,
.play-24-400 {
  color: #333333;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  font-style: normal;
  font-family: Playfair Display;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
}

.tp-caption.lato-14-400,
.lato-14-400 {
  color: #333333;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  font-style: normal;
  font-family: Lato;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
}

.tp-caption.lato-24-900,
.lato-24-900 {
  color: #333333;
  font-size: 24px;
  line-height: 24px;
  font-weight: 900;
  font-style: normal;
  font-family: Playfair Display;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
}

.tp-caption.play-100-700,
.play-100-700 {
  color: #696969;
  font-size: 100px;
  line-height: 100px;
  font-weight: 700;
  font-style: normal;
  font-family: Playfair Display;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
}

.tp-caption.play-16-400,
.play-16-400 {
  color: #f49ac1;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  font-style: italic;
  font-family: Playfair Display;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
}

.tp-caption.play-18-700,
.play-18-700 {
  color: #333333;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  font-style: italic;
  font-family: Playfair Display;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
}

#rev_slider_11_1_wrapper .tp-loader.spinner3 {
  background-color: #ffffff !important;
}

#rev_slider_11_1 .metis.tparrows {
  background: #ffffff;
  padding: 10px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
}

#rev_slider_11_1 .metis.tparrows:hover {
  background: rgba(255, 255, 255, 0.75);
}

#rev_slider_11_1 .metis.tparrows:before {
  color: #000000;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

#rev_slider_11_1 .metis.tparrows:hover:before {
  transform: scale(1.5);
}

.tp-caption.lato-24-700,
.lato-24-700 {
  color: #ffffff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  font-style: normal;
  font-family: Lato;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
}

.tp-caption.btn-lato-16,
.btn-lato-16 {
  color: #f49ac1;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  font-style: normal;
  font-family: Lato;
  text-decoration: none;
  background-color: #ffffff;
  border-color: #000000;
  border-style: solid;
  border-width: 0px;
  border-radius: 30px 30px 30px 30px;
}

.tp-caption.btn-lato-16:hover,
.btn-lato-16:hover {
  color: #000000;
  text-decoration: none;
  background-color: #ffffff;
  border-color: #000000;
  border-style: solid;
  border-width: 0px;
  border-radius: 30px 30px 30px 30px;
  cursor: pointer;
}

.tp-caption.play-180-400,
.play-180-400 {
  color: #ffffff;
  font-size: 180px;
  line-height: 180px;
  font-weight: 400;
  font-style: normal;
  font-family: Playfair Display;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
}

.tp-caption.play-34-400,
.play-34-400 {
  color: #ffffff;
  font-size: 34px;
  line-height: 34px;
  font-weight: 400;
  font-style: normal;
  font-family: Playfair Display;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
}

.tp-caption.play-180-700,
.play-180-700 {
  color: #ffffff;
  font-size: 180px;
  line-height: 180px;
  font-weight: 700;
  font-style: normal;
  font-family: Playfair Display;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
}

.tp-caption.insight-dots-style-2,
.insight-dots-style-2 {
  color: #333333;
  font-size: 80px;
  line-height: 80px;
  font-weight: 700;
  font-style: normal;
  font-family: Playfair Display;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
}

#rev_slider_1_1_wrapper .tp-loader.spinner3 {
  background-color: #ffffff !important;
}

#rev_slider_3_1_wrapper .tp-loader.spinner3 {
  background-color: #ffffff !important;
}

.erinyen.tparrows {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  min-width: 70px;
  min-height: 70px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 50%;
}

.erinyen.tparrows:before {
  font-family: "revicons";
  font-size: 20px;
  color: #ffffff;
  display: block;
  line-height: 70px;
  text-align: center;
  z-index: 2;
  position: relative;
}

.erinyen.tparrows.tp-leftarrow:before {
  content: "\e824";
}

.erinyen.tparrows.tp-rightarrow:before {
  content: "\e825";
}

.erinyen .tp-title-wrap {
  position: absolute;
  z-index: 1;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  min-height: 70px;
  line-height: 70px;
  top: 0px;
  margin-left: 0px;
  border-radius: 35px;
  overflow: hidden;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  visibility: hidden;
  opacity: 0;
}

.erinyen.tparrows:hover .tp-title-wrap {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.erinyen.tp-rightarrow .tp-title-wrap {
  right: 0px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-transform-origin: 100% 50%;
  border-radius: 35px;
  padding-right: 20px;
  padding-left: 10px;
}

.erinyen.tp-leftarrow .tp-title-wrap {
  padding-left: 20px;
  padding-right: 10px;
}

.erinyen .tp-arr-titleholder {
  letter-spacing: 3px;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform: translatex(200px);
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  font-size: 13px;
  line-height: 70px;
  white-space: nowrap;
  padding: 0px 20px;
  margin-left: 11px;
  opacity: 0;
}

.erinyen .tp-arr-imgholder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-position: center center;
  background-size: cover;
}

.erinyen .tp-arr-img-over {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.51);
}

.erinyen.tp-rightarrow .tp-arr-titleholder {
  transform: translatex(-200px);
  margin-left: 0px;
  margin-right: 11px;
}

.erinyen.tparrows:hover .tp-arr-titleholder {
  transform: translatex(0px);
  -webkit-transform: translatex(0px);
  transition-delay: 0.1s;
  opacity: 1;
}

#rev_slider_4_1_wrapper .tp-loader.spinner3 {
  background-color: #ffffff !important;
}

#rev_slider_4_1 .metis.tparrows {
  background: #ffffff;
  padding: 10px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
}

#rev_slider_4_1 .metis.tparrows:hover {
  background: rgba(255, 255, 255, 0.75);
}

#rev_slider_4_1 .metis.tparrows:before {
  color: #000000;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

#rev_slider_4_1 .metis.tparrows:hover:before {
  transform: scale(1.5);
}

.hero {
  /* padding: 200px 0 200px 0;
    background: url('../images/uploads/blog-bg.png') no-repeat;
    background-position: center;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat; */
}

.hero h1 {
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: "Lato", serif;
  font-size: 40px;
  color: #333333;
  font-weight: 900;
  font-style: Bold;
}

.hero ul.breadcumb {
  list-style-type: none;
}

.hero ul.breadcumb li {
  display: inline-block;
  font-family: "Playfair Display", serif;
  font-size: 16px;
  font-weight: 600;
  color: #8eb35a;
  font-style: Italic;
}

.hero ul.breadcumb li a {
  color: #333333;
}

.hero ul.breadcumb li.pink {
  color: #f49ac1;
}

.hero ul.breadcumb li span {
  margin: 0 15px 0 15px;
}

.flowerhero {
  background: url("../../../404.html") no-repeat;
}

.bloglistpost-v1 .blogpost-v1 .blog-it img.post-img,
.bloglistpost-v2 .blogpost-v1 .blog-it img.post-img {
  width: 100%;
  height: auto;
  margin-bottom: 35px;
}

.bloglistpost-v1 .blogpost-v1 .blog-it .blog-it-content,
.bloglistpost-v2 .blogpost-v1 .blog-it .blog-it-content {
  padding-bottom: 45px;
}

.bloglistpost-v1 .blogpost-v1 .blog-it .blog-it-content h2 a,
.bloglistpost-v2 .blogpost-v1 .blog-it .blog-it-content h2 a {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  color: #333333;
  font-weight: 700;
  font-style: Bold;
  margin-bottom: 40px;
}

.bloglistpost-v1 .blogpost-v1 .blog-it .blog-it-content h2 a:hover,
.bloglistpost-v2 .blogpost-v1 .blog-it .blog-it-content h2 a:hover {
  color: #8eb35a;
  text-decoration: none;
}

.bloglistpost-v1 .blogpost-v1 .blog-it .blog-it-content p,
.bloglistpost-v2 .blogpost-v1 .blog-it .blog-it-content p {
  font-family: "Lato", serif;
  font-size: 15px;
  color: #8e8e8e;
  font-weight: 400;
  font-style: Regular;
  margin-bottom: 35px;
  margin-top: 50px;
  padding-right: 45px;
}

.bloglistpost-v1 .blogpost-v1 .blog-it .blog-it-content a.readmore,
.bloglistpost-v2 .blogpost-v1 .blog-it .blog-it-content a.readmore {
  padding: 12px 20px 12px 20px;
  text-transform: uppercase;
  background-color: #8eb35a;
  border: 1px solid #8eb35a;
  border-radius: 25px;
  font-family: "Lato", serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  font-style: Bold;
}

.bloglistpost-v1 .blogpost-v1 .blog-it .blog-it-content a.readmore:hover,
.bloglistpost-v2 .blogpost-v1 .blog-it .blog-it-content a.readmore:hover {
  padding: 12px 20px 12px 20px;
  text-transform: uppercase;
  border: 1px solid #8eb35a;
  border-radius: 25px;
  background-color: #ffffff;
  font-family: "Lato", serif;
  font-size: 14px;
  color: #8eb35a;
  font-weight: 700;
  font-style: Bold;
  text-decoration: none;
}

.bloglistpost-v1 .blogpost-v1 .blog-it .blog-it-content span.share:hover a i,
.bloglistpost-v2 .blogpost-v1 .blog-it .blog-it-content span.share:hover a i {
  border: 1px solid #8eb35a;
}

.bloglistpost-v1 .blogpost-v1 .blog-it .video,
.bloglistpost-v2 .blogpost-v1 .blog-it .video {
  position: relative;
  margin-bottom: 35px;
}

.bloglistpost-v1 .blogpost-v1 .blog-it .video a.video-play img,
.bloglistpost-v2 .blogpost-v1 .blog-it .video a.video-play img {
  position: absolute;
  top: 40%;
  left: 45%;
}

.bloglistpost-v1 .blogpost-v1 img.div-line,
.bloglistpost-v2 .blogpost-v1 img.div-line {
  width: 95%;
  margin-bottom: 50px;
}

.bloglistpost-v1 .blogpost-v1 .blog-it.quote,
.bloglistpost-v2 .blogpost-v1 .blog-it.quote {
  margin-bottom: 50px;
  background: url("../images/uploads/quote-bg.png") no-repeat;
  padding: 65px 0 40px 0;
}

.bloglistpost-v1 .blogpost-v1 .blog-it.quote p,
.bloglistpost-v2 .blogpost-v1 .blog-it.quote p {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  color: #8c8c8c;
  font-weight: 500;
  font-style: Italic;
  letter-spacing: 1.5px;
  margin-left: 45px;
  margin-right: 45px;
}

.bloglistpost-v1 .blogpost-v1 .blog-it.quote h4,
.bloglistpost-v2 .blogpost-v1 .blog-it.quote h4 {
  margin-left: 45px;
  font-family: "Lato", serif;
  font-size: 14px;
  color: #333333;
  font-weight: 700;
  font-style: Bold;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
}

.bloglistpost-v1 .blogpost-v1 .blog-it.quote p.author,
.bloglistpost-v2 .blogpost-v1 .blog-it.quote p.author {
  font-family: "Playfair Display", serif;
  font-size: 14px;
  color: #696969;
  font-weight: 700;
  font-style: Italic;
}

.bloglistpost-v1 .bg-sidebar h1,
.bloglistpost-v2 .bg-sidebar h1 {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  color: #333333;
  font-weight: 700;
  font-style: Bold;
  margin-bottom: 30px;
}

.bloglistpost-v1 .bg-sidebar .search,
.bloglistpost-v2 .bg-sidebar .search {
  margin-top: 20px;
  margin-bottom: 50px;
}

.bloglistpost-v1 .bg-sidebar .search input.search-input,
.bloglistpost-v2 .bg-sidebar .search input.search-input {
  position: relative;
  width: 100%;
  border: 1px solid #f4f1e3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
  font-family: "Lato", serif;
  font-size: 15px;
  color: #c2c2c2;
  font-weight: "";
  font-style: Regular;
}

.bloglistpost-v1 .bg-sidebar .search i,
.bloglistpost-v2 .bg-sidebar .search i {
  float: right;
  right: 0;
  margin-right: 30px;
  position: absolute;
  top: 35px;
  color: #8eb35a;
}

.bloglistpost-v1 .bg-sidebar .categories,
.bloglistpost-v2 .bg-sidebar .categories {
  margin-bottom: 50px;
}

.bloglistpost-v1 .bg-sidebar .categories ul,
.bloglistpost-v2 .bg-sidebar .categories ul {
  list-style-type: none;
  margin-left: 0;
}

.bloglistpost-v1 .bg-sidebar .categories ul li,
.bloglistpost-v2 .bg-sidebar .categories ul li {
  font-family: "Lato", serif;
  font-size: 15px;
  color: #8e8e8e;
  font-weight: "";
  font-style: Regular;
  margin-bottom: 30px;
}

.bloglistpost-v1 .bg-sidebar .categories ul li img,
.bloglistpost-v2 .bg-sidebar .categories ul li img {
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
}

.bloglistpost-v1 .bg-sidebar .categories ul li:hover,
.bloglistpost-v2 .bg-sidebar .categories ul li:hover {
  color: #8eb35a;
}

.bloglistpost-v1 .bg-sidebar .pp-posts .pp-post-it,
.bloglistpost-v2 .bg-sidebar .pp-posts .pp-post-it {
  display: flex;
  margin-bottom: 20px;
}

.bloglistpost-v1 .bg-sidebar .pp-posts .pp-post-it .pp-infor,
.bloglistpost-v2 .bg-sidebar .pp-posts .pp-post-it .pp-infor {
  margin-left: 25px;
}

.bloglistpost-v1 .bg-sidebar .pp-posts .pp-post-it .pp-infor .date,
.bloglistpost-v2 .bg-sidebar .pp-posts .pp-post-it .pp-infor .date {
  margin-bottom: 10px;
}

.bloglistpost-v1 .bg-sidebar .pp-posts .pp-post-it .pp-infor h5 a,
.bloglistpost-v2 .bg-sidebar .pp-posts .pp-post-it .pp-infor h5 a,
.bloglistpost-v1 .bg-sidebar .pp-posts .pp-post-it .pp-infor h4 a,
.bloglistpost-v2 .bg-sidebar .pp-posts .pp-post-it .pp-infor h4 a {
  font-family: "Playfair Display", serif;
  font-size: 16px;
  color: #333333;
  font-weight: 700;
  font-style: Bold;
}

.bloglistpost-v1 .bg-sidebar .pp-posts .pp-post-it .pp-infor h5 a:hover,
.bloglistpost-v2 .bg-sidebar .pp-posts .pp-post-it .pp-infor h5 a:hover,
.bloglistpost-v1 .bg-sidebar .pp-posts .pp-post-it .pp-infor h4 a:hover,
.bloglistpost-v2 .bg-sidebar .pp-posts .pp-post-it .pp-infor h4 a:hover {
  color: #8eb35a;
  text-decoration: none;
}

.bloglistpost-v1 .bg-sidebar .sale,
.bloglistpost-v2 .bg-sidebar .sale {
  margin-top: 45px;
  margin-bottom: 60px;
}

.bloglistpost-v1 .bg-sidebar .sale img,
.bloglistpost-v2 .bg-sidebar .sale img {
  width: 100%;
}

.bloglistpost-v1 .bg-sidebar .searchbytag ul.tags,
.bloglistpost-v2 .bg-sidebar .searchbytag ul.tags {
  list-style: none;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
}

.bloglistpost-v1 .bg-sidebar .searchbytag ul.tags li,
.bloglistpost-v2 .bg-sidebar .searchbytag ul.tags li {
  margin-right: 5px;
  margin-bottom: 30px;
}

.bloglistpost-v1 .bg-sidebar .searchbytag ul.tags li a,
.bloglistpost-v2 .bg-sidebar .searchbytag ul.tags li a {
  padding: 10px 15px 10px 15px;
  font-family: "Lato", serif;
  font-size: 15px;
  color: #ababab;
  font-weight: "";
  font-style: Regular;
  background-color: #fbfaf9;
  border: 1px solid #efefef;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
}

.bloglistpost-v1 .bg-sidebar .searchbytag ul.tags li:hover a,
.bloglistpost-v2 .bg-sidebar .searchbytag ul.tags li:hover a {
  color: #ffffff;
  background-color: #8eb35a;
}

.bloglistpost-v2 .blogpost-v2 .video2,
.blog .blogpost-v2 .video2 {
  position: relative;
}

.bloglistpost-v2 .blogpost-v2 .video2 a.video-play2 img,
.blog .blogpost-v2 .video2 a.video-play2 img {
  position: absolute;
  top: 37%;
  left: 40%;
}

.bloglistpost-v2 .blogpost-v2 .blog-it-content2 .date,
.blog .blogpost-v2 .blog-it-content2 .date {
  margin-bottom: 10px !important;
}

.bloglistpost-v2 .blogpost-v2 .blog-it-content2 h2 a,
.blog .blogpost-v2 .blog-it-content2 h2 a {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  color: #333333;
  font-weight: 700;
  font-style: Bold;
  margin-right: 40px;
}

.bloglistpost-v2 .blogpost-v2 .blog-it-content2 h2 a:hover,
.blog .blogpost-v2 .blog-it-content2 h2 a:hover {
  color: #8eb35a;
  text-decoration: none;
}

.bloglistpost-v2 .blogpost-v2 .blog-it-content2 p,
.blog .blogpost-v2 .blog-it-content2 p {
  font-family: "Lato", serif;
  font-size: 15px;
  color: #8e8e8e;
  font-weight: 400;
  font-style: Regular;
  padding-right: 40px;
  margin-top: 20px;
}

.bloglistpost-v2 .blogpost-v2 .blog-it-content2 a.readmore2,
.blog .blogpost-v2 .blog-it-content2 a.readmore2 {
  font-family: "Lato", serif;
  font-size: 14px;
  color: #696969;
  font-weight: 700;
  font-style: Bold;
  text-transform: uppercase;
}

.bloglistpost-v2 .blogpost-v2 .blog-it-content2 a.readmore2:hover,
.blog .blogpost-v2 .blog-it-content2 a.readmore2:hover {
  color: #8eb35a;
  text-decoration: none;
}

.bloglistpost-v2 img.div-line2,
.blog img.div-line2 {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.bloglistpost-v2 img.div-line3,
.blog img.div-line3 {
  margin-top: 40px;
  margin-bottom: 120px;
}

.bloglistpost-v2 .blogpost-v2-quote,
.blog .blogpost-v2-quote {
  margin-bottom: 50px;
  margin-top: 50px;
  background: url("../images/uploads/quote-bg2.png") no-repeat;
  padding: 85px 0 40px 0;
}

.bloglistpost-v2 .blogpost-v2-quote p,
.blog .blogpost-v2-quote p {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  color: #8c8c8c;
  font-weight: 500;
  font-style: Italic;
  letter-spacing: 1.5px;
  margin-left: 45px;
  margin-right: 45px;
}

.bloglistpost-v2 .blogpost-v2-quote h4,
.blog .blogpost-v2-quote h4 {
  margin-left: 45px;
  font-family: "Lato", serif;
  font-size: 14px;
  color: #333333;
  font-weight: 700;
  font-style: Bold;
  text-transform: uppercase;
  margin-top: 50px;
  margin-bottom: 15px;
}

.bloglistpost-v2 .blogpost-v2-quote p.author,
.blog .blogpost-v2-quote p.author {
  font-family: "Playfair Display", serif;
  font-size: 14px;
  color: #696969;
  font-weight: 700;
  font-style: Italic;
}

.blogpanigation {
  margin-left: 20%;
  margin-bottom: 125px;
}

.blogpanigation ul {
  list-style: none;
  display: flex;
}

.blogpanigation ul li {
  margin-right: 20px;
}

.blogpanigation ul li a {
  text-transform: uppercase;
  font-family: "Playfair Display", serif;
  font-size: 14px;
  font-weight: 700;
  color: #696969;
}

.blogpanigation ul li.num a {
  padding: 10px 16px;
  border-radius: 50%;
}

.blogpanigation ul li.num2 a {
  padding: 10px 14px;
  border-radius: 50%;
}

.blogpanigation ul li.num:hover a,
.blogpanigation ul li.num2:hover a,
.blogpanigation ul li.active a {
  color: #ffffff;
  background-color: #8eb35a;
  text-decoration: none;
}

.blogpanigation ul li.prev:hover a,
.blogpanigation ul li.next:hover a {
  color: #8eb35a;
}

.subscribe,
.subscribev3 {
  padding: 30px 0;
  background-color: #ccc;
  /*background: url('../images/uploads/sub-bg.png') no-repeat;*/
  background-position: center;
  background-size: cover;
}

.subscribe .sub-heading h1,
.subscribev3 .sub-heading h1 {
  font-family: "Playfair Display", serif;
  font-size: 34px;
  color: #333333;
  font-weight: 700;
  font-style: Bold;
  margin-bottom: 20px;
  line-height: 170%;
}

.subscribe .form,
.subscribev3 .form {
  margin-bottom: 20px;
  margin-top: 40px;
}

.subscribe .form input.email,
.subscribev3 .form input.email {
  width: 100%;
  font-family: "Lato", serif;
  font-size: 14px;
  color: #ababab;
  font-weight: "";
  font-style: Regular;
  padding: 23px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 15px;
}

.subscribe .sub-button,
.subscribev3 .sub-button {
  margin-top: 53px;
}

.subscribe .sub-button a,
.subscribev3 .sub-button a {
  padding: 12px 20px 12px 20px;
  text-transform: uppercase;
  background-color: #8eb35a;
  border: 1px solid #8eb35a;
  border-radius: 25px;
  font-family: "Lato", serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  font-style: Bold;
  padding-left: 40px;
  padding-right: 40px;
}

.subscribe .sub-button a:hover,
.subscribev3 .sub-button a:hover {
  color: #8eb35a;
  background-color: #ffffff;
  border: 1px solid #8eb35a;
  text-decoration: none;
}

.subscribe .sub-button a.pink,
.subscribev3 .sub-button a.pink {
  background: #f49ac1;
  color: #ffffff;
  border: 1px solid transparent;
}

.subscribe .sub-button a.pink:hover,
.subscribev3 .sub-button a.pink:hover {
  background: #ffffff;
  color: #f49ac1;
  border: 1px solid #f49ac1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.subscribev3 {
  padding: 0;
  text-align: center;
  background: none;
}

.subscribev3 .sub-content {
  background: url("../images/uploads/sub-bg3.png") no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding: 80px 270px 80px 270px;
}

.blogsingle {
  margin-top: 100px;
  /* margin-bottom: 100px; */
}

.blogsingle img.blog-img {
  width: 100%;
  height: auto;
}

.blogsingle .blogsingle-content {
  width: 100%;
  /* padding: 50px 115px 20px 115px; */
  /* margin-left: 100px; */
  /* margin-right: 100px; */
  background-color: #ffffff;
}

.blogsingle .blogsingle-content span.share:hover a i {
  border: 1px solid #8eb35a;
}

.blogsingle .blogsingle-content h1 {
  font-family: "Playfair Display", serif;
  font-size: 34px;
  color: #333333;
  font-weight: 700;
  font-style: Bold;
  margin-bottom: 60px;
}

.blogsingle .blogsingle-content p.quote {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  color: #8c8c8c;
  font-weight: 500;
  font-style: Italic;
  letter-spacing: 1.5px;
  border-left: 2px solid #8eb35a;
  margin-left: 70px;
  padding: 10px 0px 10px 30px;
}

.blogsingle .blogsingle-content p {
  margin-bottom: 25px;
}

.blogsingle .blogsingle-content h2 {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  color: #333333;
  font-weight: 700;
  font-style: Bold;
  margin-bottom: 30px;
}

.blogsingle .blogsingle-content .blog-post {
  margin-bottom: 50px;
}

.blogsingle .blogsingle-content .tags {
  margin-bottom: 30px;
  font-family: "Playfair Display", serif;
  font-size: 14px;
  color: #ababab;
  font-weight: "";
  font-style: Italic;
}

.blogsingle .blogsingle-content .tags a:hover {
  color: #8eb35a;
  text-decoration: none;
}

.blogsingle .blogsingle-content .tags i {
  font-size: 16px;
  margin-right: 20px;
}

.blogsingle .blogsingle-content .author-post {
  margin-top: 25px;
}

.blogsingle .blogsingle-content .author-post .author-infor h3 a {
  font-family: "Lato", serif;
  font-size: 14px;
  color: #333333;
  font-weight: 700;
  font-style: Bold;
  text-transform: uppercase;
}

.blogsingle .blogsingle-content .author-post .author-infor p {
  margin-top: 10px;
  margin-bottom: 20px;
}

.blogsingle .blogsingle-content .author-post .author-infor a:hover {
  color: #8eb35a;
  text-decoration: none;
}

.blogsingle .blogsingle-content .author-post .author-infor .social a i {
  font-size: 14px;
  color: #ababab;
  margin-right: 20px;
}

.blogsingle .blogsingle-content .author-post .author-infor .social a:hover i {
  color: #8eb35a;
}

.blogsingle .blogsingle-content .panigation2 {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  background-color: #f8f7f7;
  padding: 35px 30px 35px 30px;
  margin-bottom: 90px;
}

.blogsingle .blogsingle-content .panigation2 .prev a {
  font-family: "Amaranth", sans-serif;
  font-size: 18px;
  color: #ababab;
  font-weight: 700;
  font-style: Bold;
}

.blogsingle .blogsingle-content .panigation2 .prev a i {
  margin-right: 10px;
}

.blogsingle .blogsingle-content .panigation2 .grid {
  margin-top: 5px;
}

.blogsingle .blogsingle-content .panigation2 .grid a i {
  color: #696969;
}

.blogsingle .blogsingle-content .panigation2 .next a {
  font-family: "Amaranth", sans-serif;
  font-size: 18px;
  color: #333333;
  font-weight: 700;
  font-style: Bold;
}

.blogsingle .blogsingle-content .panigation2 .next a i {
  margin-left: 10px;
  color: #8eb35a;
}

.blogsingle .blogsingle-content .comment h2.cmt-heading {
  font-family: "Amaranth", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #333333;
}

.blogsingle .blogsingle-content .comment h2.cmt-heading span {
  color: #8eb35a;
  margin-left: 0px;
}

.blogsingle .blogsingle-content .comment .cmt-it {
  margin-bottom: 30px;
}

.blogsingle .blogsingle-content .comment .cmt-it .cmt-content h4 {
  display: flex;
  font-family: "Lato", serif;
  font-size: 14px;
  color: #333333;
  font-weight: 700;
  font-style: Bold;
  margin-bottom: -10px;
}

.blogsingle .blogsingle-content .comment .cmt-it .cmt-content h4 a {
  margin-right: 20px;
  text-transform: uppercase;
}

.blogsingle .blogsingle-content .comment .cmt-it .cmt-content h4 a:hover {
  color: #8eb35a;
  text-decoration: none;
}

.blogsingle .blogsingle-content .comment .cmt-it .cmt-content h4 span {
  font-family: "Amaranth", sans-serif;
  font-size: 14px;
  color: #ababab;
  font-weight: 500;
  font-style: Italic;
  text-transform: capitalize;
}

.blogsingle .blogsingle-content .comment .cmt-it .cmt-content p {
  margin-bottom: 20px;
}

.blogsingle .blogsingle-content .comment .cmt-it .cmt-content a.reply {
  font-family: "Amaranth", sans-serif;
  font-size: 14px;
  color: #ababab;
  font-weight: 700;
  font-style: Italic;
}

.blogsingle .blogsingle-content .comment .cmt-it .cmt-content a.reply i {
  margin-right: 10px;
}

.blogsingle .blogsingle-content .comment .cmt-it .cmt-content a.reply:hover {
  color: #8eb35a;
  text-decoration: none;
}

.blogsingle .blogsingle-content .comment .cmt2 {
  margin-left: 90px;
  margin-top: 40px;
  border-left: 1px solid #cccccc;
  padding-left: 20px;
}

.blogsingle .blogsingle-content .comment .cmt2 .cmt2-it {
  margin-bottom: 30px;
}

.blogsingle .blogsingle-content .comment a.loadmore {
  text-transform: uppercase;
  text-align: center;
  font-family: "Lato", serif;
  font-size: 12px;
  color: #696969;
  font-weight: "";
  font-style: Regular;
  margin-left: 40%;
}

.blogsingle .blogsingle-content .comment a.loadmore:hover {
  color: #8eb35a;
  text-decoration: none;
}

.blogsingle .blogsingle-content form.post-cmt {
  /* margin-top: 85px; */
}

.blogsingle .blogsingle-content form.post-cmt label {
  font-family: "Amaranth", sans-serif;
  font-size: 18px;
  color: #333333;
  font-weight: 700;
  font-style: Bold;
  margin-bottom: 35px;
}

.get-in-touch {
  font-family: "Amaranth", sans-serif;
  font-size: 22px;
  color: #333333;
  font-weight: 700;
  margin-bottom: 35px;
}

form.post-cmt input.name:hover,
form.post-cmt input.email:hover,
form.post-cmt input.website:hover,
form.post-cmt textarea.comt:hover {
  border: 1px solid #8eb35a;
}

form.post-cmt input.name.pink:hover,
form.post-cmt input.email.pink:hover,
form.post-cmt input.website.pink:hover,
form.post-cmt textarea.comt.pink:hover {
  border: 1px solid #f49ac1;
}

form.post-cmt input.name,
form.post-cmt input.email,
form.post-cmt input.website,
form.post-cmt textarea.comt {
  width: 100%;
  padding: 19px 20px 20px 15px;
  border: 1px solid #f4f4f4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: "Lato", serif;
  font-size: 15px;
  color: #8e8e8e;
  font-weight: 400;
  margin-bottom: 10px;
}

form.post-cmt textarea.comt {
  height: 180px;
}

form.post-cmt button.submit {
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 12px 20px 12px 20px;
  text-transform: uppercase;
  background-color: #8eb35a;
  border: 1px solid #8eb35a;
  font-family: "Lato", serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  font-style: Bold;
  border: none;
  padding-left: 25px;
  padding-right: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  border: 1px solid transparent;
}

form.post-cmt button.submit:hover {
  border: 1px solid #8eb35a;
  background: none !important;
  color: #8eb35a;
}

form.post-cmt button.submit.pink {
  background-color: #f49ac1;
  color: #ffffff;
}

form.post-cmt button.submit.pink:hover {
  background-color: #ffffff;
  color: #f49ac1;
  border: 1px solid #f49ac1;
}

#decorate {
  background-color: #fafafa;
  text-align: center;
  padding: 0;
  padding-top: 120px;
  overflow: hidden;
}

#decorate img {
  max-width: 90%;
}

.about,
.aboutv2 {
  padding-top: 70px;
  padding-bottom: 90px;
  background-color: #fafafa;
}

.about .ab-intro,
.aboutv2 .ab-intro {
  text-align: center;
}

.about .ab-intro p,
.aboutv2 .ab-intro p {
  font-family: "Amaranth", sans-serif;
  font-size: 24px;
  color: #333333;
  font-weight: "";
  font-style: Italic;
  margin-left: 25%;
  margin-right: 25%;
}

.about .ab-intro p span,
.aboutv2 .ab-intro p span {
  font-weight: 700;
}

.about .ab-item,
.aboutv2 .ab-item {
  margin-top: 90px;
  margin-bottom: 50px;
  text-align: center;
  justify-content: center;
}

.about .ab-item img,
.aboutv2 .ab-item img {
  margin-bottom: 45px;
  text-align: center;
}

.about .ab-item h2,
.aboutv2 .ab-item h2 {
  font-family: "Amaranth", sans-serif;
  font-size: 24px;
  color: #333333;
  font-weight: 700;
  font-style: Bold;
  margin-bottom: 40px;
}

.about .ab-item p,
.aboutv2 .ab-item p {
  padding: 0 20px 0 20px;
  margin-bottom: 30px;
}

.about .ab-item a.learnmore,
.aboutv2 .ab-item a.learnmore {
  padding: 12px 20px 12px 20px;
  text-transform: uppercase;
  border: 1px solid #8eb35a;
  border-radius: 25px;
  background-color: #ffffff;
  font-family: "Lato", serif;
  font-size: 14px;
  color: #8eb35a;
  font-weight: 700;
  font-style: Bold;
  padding: 12px 30px 12px 30px;
}

.about .ab-item a.learnmore:hover,
.aboutv2 .ab-item a.learnmore:hover {
  padding: 12px 20px 12px 20px;
  text-transform: uppercase;
  background-color: #8eb35a;
  border: 1px solid #8eb35a;
  border-radius: 25px;
  font-family: "Lato", serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  font-style: Bold;
  text-decoration: none;
  padding: 12px 30px 12px 30px;
}

.aboutv2 {
  background-color: #ffffff;
}

.aboutv2 .ab-item2 {
  width: 15%;
  padding-top: 35px;
  padding-bottom: 35px;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.aboutv2 .ab-item2:hover {
  border: 1px solid #8eb35a;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.aboutv2 .ab-item2:hover h1:after {
  width: 60px;
  background-color: #8eb35a;
}

.aboutv2 .ab-item2:hover a {
  color: #8eb35a;
  text-decoration: none;
}

.aboutv2 .ab-item2_active {
  border: 1px solid #8eb35a;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.aboutv2 .ab-item2_active h1:after {
  width: 60px;
  background-color: #8eb35a;
}

.aboutv2 .ab-item2_active a {
  color: #8eb35a;
  text-decoration: none;
}

.aboutv2 .color1 {
  background: url("../images/uploads/ab-bg1.png") no-repeat;
}

.aboutv2 .color2 {
  background: url("../images/uploads/ab-bg2.png") no-repeat;
}

.aboutv2 .color3 {
  background: url("../images/uploads/ab-bg3-new.png") no-repeat;
}

.aboutv2 .color4 {
  background: url("../images/uploads/ab-bg4.png") no-repeat;
}

.aboutv2 .color5 {
  background: url("../images/uploads/ab-bg5.png") no-repeat;
}

.aboutv2 .ab-icon {
  text-align: center;
  background-position: center;
  background-size: 70%;
  width: 100%;
  min-height: 130px;
  margin-bottom: 20px;
  padding-top: 40px;
}

.aboutv2 .ab-icon i {
  color: #ffffff;
  font-size: 50px;
}

.aboutv2 .ab-items {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 90px;
  text-align: center;
}

.aboutv2 .ab-content h1 {
  font-family: "Amaranth", sans-serif;
  font-size: 18px;
  color: #333333;
  font-weight: 700;
  font-style: Bold;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 20px;
}

.aboutv2 .ab-content h1:after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #e7e5e4;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.aboutv2 .ab-content span {
  font-family: "Amaranth", sans-serif;
  font-size: 14px;
  font-weight: 900;
  color: #696969;
  font-style: Italic;
}

#aboutv4 {
  padding-bottom: 0;
}

#deal {
  padding-bottom: 130px;
  background: url("../images/uploads/deal-bg.png") no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #fafafa;
}

#deal .heading-sec h4 {
  margin-bottom: 20px;
}

#deal .deal-label {
  padding: 40px 0 40px 0;
  background-color: #8eb35a;
  width: 30%;
  text-align: center;
  border-radius: 50%;
  margin-top: 160px;
  margin-left: -60px;
}

#deal .deal-label h4 {
  font-family: "Amaranth", sans-serif;
  font-size: 18px;
  color: #ffffff;
  font-weight: "";
  font-style: Italic;
}

#deal .deal-label span.lb-left {
  font-family: "Amaranth", sans-serif;
  font-style: Italic;
  font-size: 40px;
  color: #ffffff;
  font-weight: 900;
}

#deal .deal-right .deal-heading p {
  padding-right: 20px;
}

#deal .deal-right .deal-heading .time {
  display: flex;
  margin-bottom: 20px;
}

#deal .deal-right .deal-heading .time span {
  font-family: "Amaranth", sans-serif;
  font-size: 48px;
  color: #8eb35a;
  padding: 0 15px 0 15px;
  font-weight: 900;
}

#deal .deal-right .deal-heading .time span.space {
  font-size: 14px;
  margin-top: 30px;
}

#deal .deal-right .deal-heading .time p {
  font-family: "Amaranth", sans-serif;
  font-size: 16px;
  color: #696969;
  font-weight: "";
  font-style: Italic;
  padding: 0 15px 0 15px;
}

#deal .deal-right .deal-heading a {
  margin-right: 15px;
}

#deal .deal-right .deal-heading a.readmore {
  padding: 12px 20px 12px 20px;
  text-transform: uppercase;
  background-color: #8eb35a;
  border: 1px solid #8eb35a;
  border-radius: 25px;
  font-family: "Lato", serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  font-style: Bold;
  text-decoration: none;
}

#deal .deal-right .deal-heading a.wishlist i {
  padding: 15px;
  font-size: 14px;
  border-radius: 50%;
  margin-right: 10px;
  color: #8eb35a;
  border: 1px solid #8eb35a;
  background-color: #ffffff;
}

.heading-sec h1 {
  font-family: "Lato", serif;
  font-size: 40px;
  color: #333333;
  font-weight: 900;
  font-style: Bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 40px;
}

.heading-sec h4 {
  font-family: "Amaranth", sans-serif;
  font-size: 18px;
  color: #8eb35a;
  font-weight: 400;
  font-style: Italic;
  margin-bottom: 35px;
  letter-spacing: 0.2em;
  line-height: 1.2;
}

.heading-sec h4.grey {
  color: #9a9a9a;
}

.heading-sec h4.pink {
  color: #f49ac1;
}

.products .heading-sec,
.blog .heading-sec,
#process .heading-sec,
.aboutv2 .heading-sec,
#farm .heading-sec,
.farmers .heading-sec,
.contact .heading-sec,
.productsv4 .heading-sec,
.arrivals .heading-sec,
.flower-services .heading-sec {
  text-align: center;
  margin-bottom: 15px;
  /*background: url('../images/uploads/heading-bg.png') no-repeat;*/
  background-position: center;
  background-size: 15%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.products ul.menu-filter {
  text-align: center;
  list-style: none;
  display: flex;
  justify-content: center;
  margin-bottom: 55px;
}

.products ul.menu-filter li a {
  padding: 12px 20px 12px 20px;
  text-transform: uppercase;
  border: 1px solid #8eb35a;
  border-radius: 25px;
  background-color: #ffffff;
  font-family: "Lato", serif;
  font-size: 14px;
  color: #8eb35a;
  font-weight: 700;
  font-style: Bold;
  margin-right: 10px;
  color: #696969;
  border: 1px solid #f4f1e3;
  padding: 10px 25px 10px 25px;
}

.products ul.menu-filter li:hover a,
.products ul.menu-filter li.active a {
  padding: 12px 20px 12px 20px;
  text-transform: uppercase;
  background-color: #8eb35a;
  border: 1px solid #8eb35a;
  border-radius: 25px;
  font-family: "Lato", serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  font-style: Bold;
  text-decoration: none;
  padding: 10px 25px 10px 25px;
}

.products .products-it .pro-it {
  /*width: 40%;*/
  padding-left: 0;
  padding-right: 0;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  height: auto;
  position: relative;
  text-align: center;
  border: 1px solid #f4f1e3;
  overflow: hidden;
}

.products .products-it .pro-it i.fa-heart-o {
  color: #8eb35a;
  float: right;
  margin-top: 20px;
  margin-right: 20px;
}

.products .products-it .pro-it img.pro-img {
  height: 200px;
  text-align: center;
  max-width: 90%;
  overflow: hidden;
  padding-top: 40px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-bottom: 40px;
}

.products .products-it .pro-it .hover-inner {
  position: absolute;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  top: 35%;
  left: 17%;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}

.products .products-it .pro-it .hover-inner i {
  padding: 15px;
  font-size: 14px;
  border-radius: 50%;
  margin-right: 10px;
  color: #ffffff;
}

.products .products-it .pro-it .hover-inner a.search i,
.products .products-it .pro-it .hover-inner a.wishlist i {
  background-color: #696969;
  border: 1px solid #696969;
}

.products .products-it .pro-it .hover-inner a.cart i {
  background-color: #8eb35a;
  border: 1px solid #8eb35a;
}

.products .products-it .pro-it.v2 {
  padding-bottom: 0 !important;
}

.products .products-it .pro-it.v2 img.pro-imgv2 {
  text-align: center;
  max-width: 90%;
  overflow: hidden;
  padding-top: 10px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.products .products-it .pro-it.v2 .hover-inner {
  top: 40% !important;
}

.products .products-it .pro-it.v2 p {
  text-align: center;
  margin-top: -36px;
}

/********************/

.products .products-it .pro-it_b {
  /*width: 40%;*/
  padding-left: 0;
  padding-right: 0;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  height: auto;
  position: relative;
  text-align: center;
  border: 1px solid #f4f1e3;
  overflow: hidden;
}

.products .products-it .pro-it_b i.fa-heart-o {
  color: #8eb35a;
  float: right;
  margin-top: 20px;
  margin-right: 20px;
}

.products .products-it .pro-it_b img.pro-img {
  text-align: center;
  max-width: 90%;
  overflow: hidden;
  padding-top: 40px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-bottom: 40px;
}

.products .products-it .pro-it_b .hover-inner {
  position: absolute;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  top: 35%;
  left: 17%;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}

.products .products-it .pro-it_b .hover-inner i {
  padding: 15px;
  font-size: 14px;
  border-radius: 50%;
  margin-right: 10px;
  color: #ffffff;
}

.products .products-it .pro-it_b .hover-inner a.search i,
.products .products-it .pro-it_b .hover-inner a.wishlist i {
  background-color: #696969;
  border: 1px solid #696969;
}

.products .products-it .pro-it_b .hover-inner a.cart i {
  background-color: #8eb35a;
  border: 1px solid #8eb35a;
}

.products .products-it .pro-it_b.v2 {
  padding-bottom: 0 !important;
}

.products .products-it .pro-it_b.v2 img.pro-imgv2 {
  text-align: center;
  max-width: 90%;
  overflow: hidden;
  padding-top: 10px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.products .products-it .pro-it_b.v2 .hover-inner {
  top: 40% !important;
}

.products .products-it .pro-it_b.v2 p {
  text-align: center;
  margin-top: -36px;
}

.products .products-it .pro-infor {
  text-align: center;
}

.products .products-it .pro-infor p {
  text-align: center;
  margin-top: -32px;
}

.products .products-it .pro-infor img {
  margin-bottom: 20px;
}

.products .products-it .pro-infor h2 {
  font-family: "Amaranth", sans-serif;
  font-size: 18px;
  color: #333333;
  font-weight: 700;
  font-style: Bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.products .products-it .pro-infor h2:after {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #e7e5e4;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.products .products-it .pro-infor span.pro-cost {
  font-family: "Amaranth", sans-serif;
  font-size: 14px;
  font-weight: 900;
  color: #696969;
}

.products .products-it .pro-it:hover {
  border: 1px solid #8eb35a;
}

.products .products-it .pro-it:hover img.pro-img,
.products .products-it .pro-it:hover img.pro-imgv2 {
  /* -moz-opacity: 0.3; */
  /* -khtml-opacity: 0.3; */
  /* -webkit-opacity: 0.3; */
  /* opacity: 0.3; */
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  overflow: hidden;
}

.products .products-it .pro-it:hover .hover-inner {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

/**************************/

.products .products-it .pro-it_b:hover {
  border: 1px solid #8eb35a;
}

.products .products-it .pro-it_b:hover img.pro-img,
.products .products-it .pro-it_b:hover img.pro-imgv2 {
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  overflow: hidden;
}

.products .products-it .pro-it_b:hover .hover-inner {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.products .products-it .pro-it:hover .pro-infor a {
  color: #8eb35a;
  text-decoration: none;
}

.products .products-it .pro-it:hover .pro-infor h2,
.products .products-it .pro-it:hover .pro-infor span.pro-cost {
  color: #8eb35a;
}

.products .products-it .pro-it:hover .pro-infor h2:after {
  width: 60px;
  background-color: #8eb35a;
}

.products .products-it .pro-it.arrival-it {
  border: none;
}

.products .products-it .pro-it.arrival-it img.arrival {
  max-width: 100%;
}

.products .products-it .pro-it.arrival-it .hover-inner {
  left: 25%;
}

.products .products-it .pro-it.arrival-it:hover .hover-inner a.cart.pink i {
  background: #f49ac1;
  border: none;
}

/***************************************/

.products .products-it .pro-it_b:hover .pro-infor h2,
.products .products-it .pro-it_b:hover .pro-infor span.pro-cost {
  color: #8eb35a;
}

.products .products-it .pro-it_b:hover .pro-infor h2:after {
  width: 60px;
  background-color: #8eb35a;
}

.products .products-it .pro-it_b.arrival-it {
  border: none;
}

.products .products-it .pro-it_b.arrival-it img.arrival {
  max-width: 100%;
}

.products .products-it .pro-it_b.arrival-it .hover-inner {
  left: 25%;
}

.products .products-it .pro-it_b.arrival-it:hover .hover-inner a.cart.pink i {
  background: #f49ac1;
  border: none;
}

.productsv4 .products-it {
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between !important;
  margin-left: 50px;
  margin-right: 50px;
}

.productsv4 .products-it .pro-it {
  margin-bottom: 30px;
  padding-bottom: 20px;
  width: 70%;
  height: auto;
  position: relative;
  text-align: center;
  border: 1px solid #f4f1e3;
  overflow: hidden;
}

.productsv4 .products-it .pro-it i.fa-heart-o {
  color: #8eb35a;
  float: right;
  margin-top: 20px;
  margin-right: 20px;
}

.productsv4 .products-it .pro-it img.pro-img {
  text-align: center;
  max-width: 90%;
  overflow: hidden;
  padding-top: 40px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-bottom: 40px;
}

.productsv4 .products-it .pro-it .hover-inner {
  position: absolute;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  top: 35%;
  left: 17%;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}

.productsv4 .products-it .pro-it .hover-inner i {
  padding: 15px;
  font-size: 14px;
  border-radius: 50%;
  margin-right: 10px;
  color: #ffffff;
}

.productsv4 .products-it .pro-it .hover-inner a.search i,
.productsv4 .products-it .pro-it .hover-inner a.wishlist i {
  background-color: #696969;
  border: 1px solid #696969;
}

.productsv4 .products-it .pro-it .hover-inner a.cart i {
  background-color: #8eb35a;
  border: 1px solid #8eb35a;
}

/*****************************/

.productsv4 .products-it .pro-it_b {
  margin-bottom: 30px;
  padding-bottom: 20px;
  width: 70%;
  height: auto;
  position: relative;
  text-align: center;
  border: 1px solid #f4f1e3;
  overflow: hidden;
}

.productsv4 .products-it .pro-it_b i.fa-heart-o {
  color: #8eb35a;
  float: right;
  margin-top: 20px;
  margin-right: 20px;
}

.productsv4 .products-it .pro-it_b img.pro-img {
  text-align: center;
  max-width: 90%;
  overflow: hidden;
  padding-top: 40px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-bottom: 40px;
}

.productsv4 .products-it .pro-it_b .hover-inner {
  position: absolute;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  top: 35%;
  left: 17%;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}

.productsv4 .products-it .pro-it_b .hover-inner i {
  padding: 15px;
  font-size: 14px;
  border-radius: 50%;
  margin-right: 10px;
  color: #ffffff;
}

.productsv4 .products-it .pro-it_b .hover-inner a.search i,
.productsv4 .products-it .pro-it_b .hover-inner a.wishlist i {
  background-color: #696969;
  border: 1px solid #696969;
}

.productsv4 .products-it .pro-it_b .hover-inner a.cart i {
  background-color: #8eb35a;
  border: 1px solid #8eb35a;
}

.productsv4 .products-it .pro-infor {
  text-align: center;
}

.productsv4 .products-it .pro-infor p {
  text-align: center;
  margin-top: -32px;
}

.productsv4 .products-it .pro-infor img {
  margin-bottom: 20px;
}

.productsv4 .products-it .pro-infor h2 {
  font-family: "Amaranth", sans-serif;
  font-size: 18px;
  color: #333333;
  font-weight: 700;
  font-style: Bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.productsv4 .products-it .pro-infor h2:after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #e7e5e4;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.productsv4 .products-it .pro-infor span.pro-cost {
  font-family: "Amaranth", sans-serif;
  font-size: 14px;
  font-weight: 900;
  color: #696969;
}

.productsv4 .products-it .pro-it:hover {
  border: 1px solid #8eb35a;
}

.productsv4 .products-it .pro-it:hover img.pro-img,
.productsv4 .products-it .pro-it:hover img.pro-imgv2 {
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  overflow: hidden;
}

.productsv4 .products-it .pro-it:hover .hover-inner {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.productsv4 .products-it .pro-it:hover .pro-infor h2,
.productsv4 .products-it .pro-it:hover .pro-infor span.pro-cost {
  color: #8eb35a;
}

.productsv4 .products-it .pro-it:hover .pro-infor h2:after {
  width: 60px;
  background-color: #8eb35a;
}

.productsv4 .products-it .pro-it:hover .pro-infor a {
  color: #8eb35a;
  text-decoration: none;
}

/*******************************/

.productsv4 .products-it .pro-it_b:hover {
  border: 1px solid #8eb35a;
}

.productsv4 .products-it .pro-it_b:hover img.pro-img,
.productsv4 .products-it .pro-it_b:hover img.pro-imgv2 {
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  overflow: hidden;
}

.productsv4 .products-it .pro-it_b:hover .hover-inner {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.productsv4 .products-it .pro-it_b:hover .pro-infor h2,
.productsv4 .products-it .pro-it_b:hover .pro-infor span.pro-cost {
  color: #8eb35a;
}

.productsv4 .products-it .pro-it_b:hover .pro-infor h2:after {
  width: 60px;
  background-color: #8eb35a;
}

.productsv4 .products-it .pro-it_b:hover .pro-infor a {
  color: #8eb35a;
  text-decoration: none;
}

.productsv4 .owl-buttons div {
  display: none !important;
}

.productsv4 .owl-theme .owl-controls .owl-page span {
  width: 8px;
  height: 8px;
  background: #696969 !important;
}

.productsv4 .owl-theme .owl-controls .owl-page.active span {
  background: none !important;
  border: 1px solid #8eb35a !important;
  width: 10px;
  height: 10px;
}

.ads {
  padding: 0;
}

.ads .ads-item {
  margin-bottom: 30px;
}

.ads .ads-item img,
.ads .ads-item img.ads-img {
  position: relative;
  width: 100%;
}

.ads .ads-item .ads-text {
  position: absolute;
  float: right;
  right: 45px;
  top: 30%;
}

.ads .ads-item .ads-text h1 {
  font-family: "Amaranth", sans-serif;
  font-size: 40px;
  color: #333333;
  font-weight: 900;
}

.ads .ads-item .ads-text span {
  font-family: "Lato", serif;
  font-size: 14px;
  color: #696969;
  font-weight: 700;
  font-style: Bold;
  text-transform: uppercase;
  float: right;
  margin-right: 30px;
}

.ads .ads-item .ads-text.right h1 {
  font-family: "Amaranth", sans-serif;
  text-transform: uppercase;
  font-size: 40px;
  color: #ffffff;
  font-weight: 900;
}

.ads .ads-item .ads-text.right span {
  font-family: "Amaranth", sans-serif;
  font-style: Italic;
  font-size: 16px;
  color: #ffffff;
  font-weight: 900;
  text-transform: none;
  background-color: #696969;
  padding: 0px 5px 0px 5px;
  float: right;
  right: 0;
}

#process {
  background: url("../images/uploads/process-bg.png") no-repeat;
  background-color: #ffffff;
  background-position: center;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 200px;
}

#process .process-step {
  margin-top: 100px;
  display: flex;
  flex-direction: colunm;
}

#process .process-step .step-ct {
  margin-top: 30px;
  text-align: center;
}

#process .process-step .step-ct span {
  font-family: "Amaranth", sans-serif;
  font-size: 18px;
  color: #333333;
  font-weight: 700;
}

#process .process-step .step-ct p {
  font-size: 15px;
}

#process .process-step .st1 {
  margin-left: -30px;
}

#process .process-step .st3 {
  margin-left: 60px;
}

#process .process-step .st-icon i {
  color: #8eb35a;
  font-size: 50px;
  float: left;
  padding: 25px;
  border-radius: 50%;
  position: relative;
}

#process .st-icon i:hover {
  background-color: #8eb35a;
  color: #ffffff;
}

#process .st-icon:before {
  position: absolute;
  content: "\e922";
  font-size: 50px;
  color: transparent;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  padding: 24px 46px 24px 46px;
  background-position: center;
  background-size: 100%;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#process .st-icon:hover:before {
  -webkit-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}

#process .step1-icon:before {
  margin-left: 45px;
  margin-top: 120px;
  background: url("../images/uploads/pc-bg1.png") no-repeat;
}

#process .step1-icon i {
  margin-left: 60px;
  margin-top: 130px;
}

#process .step2-icon:before {
  margin-left: 60px;
  margin-top: -80px;
  background: url("../images/uploads/pc-bg2.png") no-repeat;
}

#process .step2-icon i {
  margin-left: 75px;
  margin-top: -70px;
}

#process .step3-icon:before {
  margin-left: 95px;
  margin-top: -80px;
  background: url("../images/uploads/pc-bg3.png") no-repeat;
}

#process .step3-icon i {
  margin-left: 110px;
  margin-top: -70px;
}

#process .step4-icon:before {
  margin-left: 65px;
  margin-top: 155px;
  background: url("../images/uploads/pc-bg4.png") no-repeat;
}

#process .step4-icon i {
  margin-left: 80px;
  margin-top: 165px;
}

#testimonial {
  background-color: white;
  text-align: center;
}

#testimonial img.ava {
  margin-bottom: 45px;
}

#testimonial h1.line {
  font-family: "Lato", serif;
  font-size: 24px;
  color: #333333;
  font-weight: 900;
  font-style: "";
  text-transform: uppercase;
  margin-bottom: 55px;
}

#testimonial p.quote {
  font-family: "Amaranth", sans-serif;
  font-size: 18px;
  color: #8c8c8c;
  font-weight: 500;
  font-style: Italic;
  margin-bottom: 55px;
  padding-left: 250px;
  padding-right: 250px;
}

#testimonial p.name {
  font-family: "Lato", serif;
  font-size: 14px;
  color: #333333;
  font-weight: 700;
  font-style: Bold;
  text-transform: uppercase;
}

#testimonial p.name span {
  font-family: "Amaranth", sans-serif;
  font-size: 14px;
  color: #696969;
  font-weight: 700;
  font-style: Italic;
  text-transform: capitalize;
  margin-left: 10px;
}

#testimonial #owl-testimonial.owl-theme .owl-controls .owl-page span {
  display: none;
}

#testimonial #owl-testimonial.owl-theme .owl-controls .owl-buttons div {
  background: none !important;
}

#testimonial #owl-testimonial.owl-theme .owl-controls .owl-buttons div i {
  font-size: 50px;
  color: #8eb35a;
}

#testimonial
  #owl-testimonial.owl-theme
  .owl-controls
  .owl-buttons
  div.owl-prev {
  float: left;
  left: 0;
  margin-top: -230px;
}

#testimonial
  #owl-testimonial.owl-theme
  .owl-controls
  .owl-buttons
  div.owl-next {
  float: right;
  right: 0;
  margin-top: -230px;
}

.blog {
  padding-top: 50px;
}

.blog .blog-it-left {
  margin-bottom: 30px;
}

.blog .blog-it-left .post-thumbnail {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.blog .blog-it-left .post-thumbnail img {
  width: 100%;
  height: auto;
}

.blog .blog-it-left .post-thumbnail:before {
  left: -100%;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  z-index: 97;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.blog .blog-it-left .post-thumbnail:after {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  right: -100%;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  z-index: 97;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.blog .blog-it-left .post-thumbnail a:before {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  margin-top: -20px;
  z-index: 98;
  content: "\f489";
  font-family: Ionicons;
  font-size: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #ffffff;
  position: absolute;
  top: 40%;
  left: 50%;
  margin-top: 20px;
  margin-left: -20px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.blog .blog-it-left .blog-ct-left {
  margin-top: 20px;
}

.blog .blog-it-left .blog-ct-left h2 a {
  font-family: "Amaranth", sans-serif;
  font-size: 24px;
  color: #333333;
  font-weight: 700;
  font-style: Bold;
}

.blog .blog-it-left .blog-ct-left p {
  font-family: "Lato", serif;
  font-size: 15px;
  color: #8e8e8e;
  font-weight: 400;
  font-style: Regular;
  margin-bottom: 20px;
  margin-top: 30px;
  padding-right: 30px;
}

.blog .blog-it-left .blog-ct-left a.readmore2 {
  font-family: "Lato", serif;
  font-size: 14px;
  color: #696969;
  font-weight: 700;
  font-style: Bold;
  text-transform: uppercase;
}

.blog .blog-it-left .blog-ct-left a.readmore2:hover {
  color: #8eb35a;
  text-decoration: none;
}

.blog .blog-it-left .blog-ct-left a.readmore2.pink:hover {
  color: #f49ac1;
  text-decoration: none;
}

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

.blog .blog-it-left:hover .post-thumbnail:before {
  left: 0;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.blog .blog-it-left:hover .post-thumbnail:after {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  right: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.blog .blog-it-left:hover .post-thumbnail a:before {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 0px;
}

.blog .blog-it-left:hover h2 a {
  color: #8eb35a;
  text-decoration: none;
}

.blog .blog-it-left:hover h2 a.pink {
  color: #f49ac1;
}

.blog .blogpost-v2 {
  margin-bottom: 55px;
}

.blog .blogpost-v2 .blog-it-content2 h2 a {
  margin-right: 0 !important;
}

.blog .blogpost-v2 .blog-it-content2 h2 a:hover {
  color: #8eb35a;
  text-decoration: none;
}

.blog .blogpost-v2 .blog-it-content2 p {
  padding-right: 25px;
}

.blog .blog-it.quote {
  padding: 40px;
  width: 100%;
  background-color: #f8f7f7;
  margin-bottom: 30px;
}

.blog .blog-it.quote i {
  font-size: 18px;
  color: #8eb35a;
}

.blog .blog-it.quote p {
  /*font-family: "Playfair Display", serif;*/
  font-family: "Amaranth", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #737373;
  font-style: Italic;
  padding: 20px 20px 0 20px;
  letter-spacing: 0.1em;
}

.blog .blog-it.quote h4 {
  margin-left: 30px;
  font-family: "Lato", serif;
  font-size: 14px;
  color: #8eb35a;
  font-weight: 700;
  font-style: Bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 30px;
}

.blog .blog-it.quote p.author {
  font-family: "Amaranth", sans-serif;
  font-size: 14px;
  color: #696969;
  font-weight: 700;
  font-style: Italic;
  padding-top: 0;
}

#chooseus {
  padding-top: 0;
  background-color: #f7f5eb;
  padding-bottom: -250px;
}

#chooseus .middle-img {
  margin-top: 120px;
  margin-left: 30px;
}

#chooseus .middle-img img {
  max-width: 100%;
}

#chooseus .outer-it {
  margin-top: 0px;
}

#chooseus .choose-it.it1 {
  content: "";
  position: relative;
  top: -10px;
  left: -24px;
  bottom: -20px;
  right: -20px;
  padding: 20px 20px;
  background-color: #fff;
  transform: perspective(1000px) rotateY(-20deg);
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}

#chooseus .choose-it.it2 {
  content: "";
  position: relative;
  top: -10px;
  left: -10px;
  bottom: -20px;
  right: -35px;
  padding: 20px 20px;
  background-color: #fff;
  transform: perspective(1000px) rotateY(20deg);
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}

#chooseus .middle-img {
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

#chooseus .outer-it {
  margin-top: 0px;
  padding-top: 120px;
  padding-bottom: 120px;
}

/*#chooseus .choose-it.it1:before {
  content: '';
  position: absolute;
  top: -10px;
  left: -24px;
  bottom: -20px;
  right: -20px;
  padding: 10px 20px;
  background-color: #fff;
  transform: perspective(1000px) rotateY(-20deg);
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
#chooseus .choose-it.it2:before {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  bottom: -20px;
  right: -35px;
  padding: 10px 20px;
  background-color: #fff;
  transform: perspective(1000px) rotateY(20deg);
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}*/

#chooseus .choose-it {
  position: relative;
  padding: 10px 20px;
  margin-bottom: 60px;
}

#chooseus .choose-it .inner-it {
  position: relative;
  z-index: 2;
}

#chooseus .choose-it .inner-it h2 {
  margin-bottom: 20px;
}

#chooseus .choose-it .inner-it h2 a:hover {
  color: #8eb35a;
  text-decoration: none;
}

#adsv2 {
  padding: 0;
}

#adsv2 .ads-left {
  background: url("../images/uploads/ads-bg1.jpg") no-repeat;
  background-size: contain;
  background-position: left center;
  height: 400px;
  max-width: 960px;
  margin-right: -15px;
}

#adsv2 .ads-text {
  padding-top: 180px;
  margin-left: 10%;
}

#adsv2 .ads-text h2 {
  letter-spacing: 0.3em;
  font-family: "Amaranth", sans-serif;
  font-size: 34px;
  color: #333333;
  font-weight: 400;
  font-style: Italic;
}

#adsv2 .ads-text h2.ad-r {
  text-transform: uppercase;
  font-size: 24px;
}

#adsv2 .ads-text h1 {
  text-transform: uppercase;
  letter-spacing: 0.4em;
  color: #ffffff;
  line-height: 1;
  font-size: 100px;
  font-family: "Amaranth", sans-serif;
  font-weight: 900;
}

#adsv2 .ads-text h1.ad-r {
  text-transform: capitalize;
}

#adsv2 .ads-text p {
  letter-spacing: 0.23em;
  text-transform: uppercase;
  margin-right: 8px;
  font-family: "Lato", serif;
  font-size: 14px;
  color: #696969;
  font-weight: 700;
  font-style: Bold;
}

#adsv2 .ads-text p span {
  padding: 0px 8px;
  background-color: #ffffff;
}

#adsv2 .ads-text p.ad-r {
  float: right;
  margin-right: 15%;
}

#adsv2 .ads-text p.ad-r span {
  background-color: transparent;
}

#adsv2 .ads-text.ad-r {
  padding-top: 90px;
  margin-left: 20%;
}

#adsv2 .ads-right {
  margin-left: -15px;
  background: url("../images/uploads/ads-bg2.jpg") no-repeat;
  background-size: contain;
  background-position: left center;
  height: 400px;
  max-width: 960px;
}

#offerv3 {
  padding-top: 0;
}

#offerv3 .offer-it {
  width: 100%;
}

#offerv3 .it1 {
  background-color: #f9e5ba;
}

#offerv3 .it2 {
  background-color: #d9f0fb;
}

#offerv3 .it3 {
  background-color: #f4c2b4;
}

#offerv3 .off-inner {
  padding: 60px 30px;
  text-align: center;
  overflow: hidden;
  position: relative;
}

#offerv3 .off-inner .offer-title {
  margin-bottom: 42px;
}

#offerv3 .off-inner .offer-title:after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #333333;
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translateX(-50%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#offerv3 .off-inner .offer-icon {
  position: absolute;
  font-size: 140px;
  width: 140px;
  height: 140px;
  line-height: 140px;
  text-align: center;
  bottom: 0;
  right: 0;
  color: #ffffff;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  transform: translate(20%, 10%);
  z-index: 97;
}

#offerv3 .offer-it:hover .offer-title h2 {
  color: #8eb35a;
}

#offerv3 .offer-it:hover .offer-title:after {
  width: 60px;
  background: #8eb35a;
}

#offerv3 .offer-it:hover span.sub {
  color: #8eb35a;
}

.processv3 {
  padding-top: 0;
  padding-bottom: 90px;
}

.processv3 .process-it {
  display: flex;
  margin-top: 80px;
}

.processv3 .process-it .step-icon {
  margin-right: 30px;
  margin-top: 20px;
  margin-left: 30px;
}

.processv3 .process-it .step-icon i {
  font-size: 40px;
  color: #8eb35a;
  padding: 13px;
  border-radius: 50%;
  background-color: #f8f7f7;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.processv3 .process-it .step-icon:hover i {
  background-color: #8eb35a;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.processv3 .process-it .step-content h2 {
  margin-bottom: 20px;
}

.processv3 .middle-it {
  position: relative;
}

.processv3 .middle-it .heading-sec {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 98;
  width: 310px;
  height: 310px;
  text-align: center;
  background-image: url("../images/uploads/heading-bg3.png");
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0;
  padding-top: 80px;
}

.processv3 .middle-it .process-img img {
  width: 100%;
}

img.div-line2 {
  width: 100%;
  margin-bottom: 115px;
}

#productratev3 {
  padding-top: 0;
}

#productratev3 .rate-it .rate-heading {
  position: relative;
}

#productratev3 .rate-it .rate-heading h1 {
  font-family: "Lato", serif;
  font-size: 24px;
  color: #333333;
  font-weight: 900;
  font-style: "";
  text-transform: uppercase;
  margin-bottom: 42px;
}

#productratev3 .rate-it #owl-rate {
  display: flex;
  flex-direction: colunm !important;
}

#productratev3 .rate-it .rate-product {
  display: flex;
  margin-bottom: 25px;
}

#productratev3 .rate-it .rate-product .product-infor h2 {
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 20px;
}

#productratev3 .rate-it .rate-product .product-infor h2:after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #e7e5e4;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#productratev3 .rate-it .rate-product .product-infor h2 a {
  color: #333333;
}

#productratev3 .rate-it .rate-product .product-infor .star-rate {
  margin-bottom: 0;
}

#productratev3 .rate-it .rate-product .product-infor .pro-label a {
  font-size: 12px;
  color: #696969;
  text-transform: uppercase;
  padding: 5px 12px 5px 12px;
  background-color: #eeeeee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#productratev3 .rate-it .rate-product .product-infor .pro-label:hover a {
  color: #ffffff;
  background-color: #8eb35a;
  text-decoration: none;
}

#productratev3 .rate-it .rate-product .rate-it-img {
  width: 120px;
  height: auto;
  border: 1px solid #f4f1e3;
  margin-right: 30px;
  padding: 20px 10px;
  position: relative;
}

#productratev3 .rate-it .rate-product .rate-it-img img {
  width: 100%;
  height: auto;
}

#productratev3 .rate-it .rate-product .rate-it-img a.addtocart {
  background-color: #8eb359;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 35%;
  left: 30%;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#productratev3 .rate-it .rate-product .rate-it-img a.addtocart i {
  font-size: 20px;
  color: #ffffff;
}

#productratev3 .rate-it .rate-product .date span {
  color: #696969;
}

#productratev3 .rate-it .rate-product .date span.price2 {
  color: #cbcac8 !important;
  margin-right: 10px;
  text-decoration: line-through;
}

#productratev3 .rate-it .rate-product .star-rate i {
  font-size: 14px;
}

#productratev3 .rate-it .rate-product:hover .product-infor h2 a {
  color: #8eb35a;
  text-decoration: none;
}

#productratev3 .rate-it .rate-product:hover .product-infor h2:after {
  width: 60px;
  background-color: #8eb35a;
}

#productratev3 .rate-it .rate-product:hover .rate-it-img {
  border: 1px solid #8eb35a;
}

#productratev3 .rate-it .rate-product:hover .rate-it-img img {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#productratev3 .rate-it .rate-product:hover .rate-it-img a.addtocart {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}

#productratev3 .owl-pagination {
  display: none;
}

#productratev3 .owl-buttons {
  position: absolute;
  top: -83px;
  padding: 0;
  right: 0;
}

#productratev3 .owl-buttons .owl-prev,
#productratev3 .owl-buttons .owl-next {
  background: none !important;
  color: #696969;
  font-size: 28px;
  padding-right: 0;
  padding-left: 0;
}

#productratev3 .owl-buttons .owl-prev i {
  padding-right: 10px;
  border-right: 1px solid #f4f4f4;
  padding-top: 0;
  padding-bottom: 0;
}

.history {
  padding-top: 55px;
  padding-bottom: 150px;
  background: url("../images/uploads/ab-bgv4.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
}

.history-content .name {
  display: flex;
  margin-top: 60px;
}

.history-content .name .author {
  margin-left: 30px;
  margin-top: 20px;
}

.history-content .name .author h4 {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
}

.history-content .heading-sec {
  background: url("../images/uploads/heading-bg.png") no-repeat;
  text-align: center;
  background-position: center;
  /*background-size: 40%;*/
  padding-top: 30px;
  padding-bottom: 30px;
}

.history-content p {
  line-height: 1.8;
  margin-bottom: 20px;
}

.history-content p span {
  color: #8eb35a;
  font-style: Italic;
  font-weight: 500;
}

#farm {
  padding-top: 50px;
  background-color: #f8f7f7;
}

#farm .farm-it {
  text-align: center;
}

#farm .farm-it i {
  color: #8eb35a;
  font-size: 40px;
  padding: 15px;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#farm .farm-it .title {
  font-family: "Amaranth", sans-serif;
  font-size: 18px;
  color: #333333;
  font-style: Bold;
  margin-top: 20px;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}

#farm .farm-it .title:after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #e7e5e4;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#farm .farm-img img {
  width: 100%;
  margin-top: 70px;
}

#farm .farm-it:hover i {
  color: #ffffff;
  background-color: #8eb35a;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#farm .farm-it:hover .title:after {
  width: 60px;
  background-color: #8eb359;
}

.dealv4 {
  background-color: #ffffff;
  background: none !important;
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
}

.dealv4 .deal-ct {
  padding-top: 200px;
  background: url("../images/uploads/deal-bg4.png");
  background-position: center;
  background-size: cover;
  margin-top: -200px;
}

.dealv4 .deal-ct .deal-label {
  margin-left: 10px !important;
}

#aboutv1 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../images/uploads/aboutv1-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#aboutv1 .decorate {
  text-align: center;
  padding-bottom: 100px;
}

#aboutv1 .ab-intro {
  text-align: center;
  margin-bottom: 120px;
}

#aboutv1 .ab-intro p {
  font-family: "Amaranth", sans-serif;
  font-size: 24px;
  color: #333333;
  font-weight: "";
  font-style: Italic;
  margin-left: 25%;
  margin-right: 25%;
}

#aboutv1 .ab-intro p span {
  font-weight: 700;
}

#aboutv1 .ab-right .quote {
  margin-top: 30px;
  padding-top: 55px;
  padding-bottom: 30px;
  width: 100%;
  background: url("../images/uploads/quote-bgv1.png") no-repeat;
  background-position: center;
}

#aboutv1 .ab-right .quote p {
  font-family: "Amaranth", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #737373;
  font-style: Italic;
  padding: 30px 30px 0 30px;
}

#aboutv1 .ab-right .quote h4 {
  margin-left: 30px;
  font-family: "Lato", serif;
  font-size: 14px;
  color: #333333;
  font-weight: 700;
  font-style: Bold;
  text-transform: uppercase;
  margin-bottom: 15px;
}

#aboutv1 .ab-right .quote p.author {
  font-family: "Amaranth", sans-serif;
  font-size: 14px;
  color: #696969;
  font-weight: 700;
  font-style: Italic;
  padding-top: 0;
}

.aboutlogo {
  background: #e8f0de;
  padding: 45px 0;
  margin-top: -90px;
  text-align: center;
}

.aboutlogo img {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
  margin-right: 40px;
  margin-left: 40px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.aboutlogo img:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.aboutlogo.pink {
  background: #f9cce0;
  margin-top: -220px;
}

.farmers {
  padding-top: 60px;
  padding-bottom: 130px;
}

.farmers .farm-it {
  text-align: center;
  overflow: hidden;
}

.farmers .farm-it img {
  width: 100%;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.farmers .farm-it h2 {
  font-family: "Lato", serif;
  font-size: 18px;
  color: #333333;
  font-weight: 700;
  font-style: Bold;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.farmers .farm-it h2:after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #e7e5e4;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.farmers .farm-it:hover h2,
.farmers .farm-it:hover span {
  color: #8eb35a;
}

.farmers .farm-it:hover h2:after {
  width: 60px;
  background-color: #8eb35a;
}

.farmers .farm-it:hover img {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  overflow: hidden;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.farmers .farm-it.pink:hover h2,
.farmers .farm-it.pink:hover span {
  color: #f49ac1;
}

.farmers .farm-it.pink:hover h2:after {
  width: 60px;
  background-color: #f49ac1;
}

#aboutpagev2 {
  padding: 120px 0;
  margin-bottom: 90px;
  background: #f8f7f7;
}

#aboutpagev2 .heading-it {
  text-align: center;
  font-family: "Amaranth", sans-serif;
  font-size: 34px;
  color: #333333;
  font-weight: 700;
  font-style: Bold;
  margin-bottom: 100px;
}

#aboutpagev2 .ab-right .quote {
  padding: 60px 30px;
  background: url("../images/uploads/quoteit-bg.png") no-repeat;
  background-position: center;
  background-size: cover;
}

#aboutpagev2 .ab-right .quote p {
  margin-top: 0;
  font-family: "Amaranth", sans-serif;
  font-size: 18px;
  color: #737373;
  font-weight: 400;
  font-style: Italic;
}

#aboutpagev2 .ab-right .author {
  display: flex;
}

#aboutpagev2 .ab-right .author img {
  border-radius: 50%;
}

#aboutpagev2 .ab-right .author p {
  text-transform: uppercase;
  margin-left: 30px;
  color: #333333;
  font-weight: 700;
}

#aboutpagev2 .ab-right .author p span {
  text-transform: capitalize !important;
  font-weight: 500 !important;
}

#aboutpagev2 .owl-controls.clickable {
  display: none !important;
}

.shopgrid .left-it {
  margin-bottom: 40px;
}

.shopgrid .left-it h5 {
  font-family: "Amaranth", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #696969;
  font-style: Italic;
  margin-top: 35px;
}

.shopgrid .left-it h5 span.sub {
  color: #8eb35a;
}

.shopgrid .right-it {
  display: flex;
  float: right;
  right: 0;
  margin-top: 25px;
}

.shopgrid .right-it select {
  font-family: "Lato", serif;
  font-size: 13px;
  color: #b0b0b0;
  font-weight: "";
  font-style: Regular;
  text-transform: uppercase;
  background-color: #f8f7f7;
  border: none !important;
}

.shopgrid .right-it .drop {
  margin-right: 20px;
}

.shopgrid .right-it .icon-select a i {
  font-size: 14px;
  padding: 10px;
  border: 1px solid #f4f1e3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #b0b0b0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.shopgrid .right-it .icon-select a i:hover {
  color: #ffffff;
  border: 1px solid transparent;
  background-color: #8eb35a;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.shopgrid .products-it {
  margin-bottom: 0 !important;
}

.shopgrid .pro-it_b {
  width: 100% !important;
}

.shopgrid .blogpanigation {
  text-align: center !important;
  margin-top: 60px;
  margin-left: 30%;
}

.shopgrid.v2 .pro-infor {
  margin-bottom: 30px;
}

.shopgrid.v2 .arrival-box:hover .pro-infor h2 {
  color: #8eb35a;
}

.shopgrid.v2 .arrival-box:hover .pro-infor h2:after {
  width: 60px;
  background-color: #8eb35a;
}

.shoplist .list-item.it {
  position: relative;
}

.shoplist .list-item.it img.div {
  margin-top: 20px;
}

.shoplist .list-item.it:after {
  content: "";
  width: 0px;
  height: 1px;
  background-color: #8eb359;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  transition: all 0.5s;
}

.shoplist .row-it:hover .list-item.it:after {
  width: 100%;
}

.shoplist h4.hd-after {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.shoplist h4.hd-after:after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #e7e5e4;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(0%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.shoplist .it:hover h4.hd-after:after {
  width: 50px;
  background-color: #8eb35a;
}

.shoplist .range-select {
  padding-bottom: 30px;
}

.shoplist .range-select p {
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 20px;
}

.shoplist .range-select a {
  padding: 8px 20px;
  color: #696969;
  background-color: #f4f1e3;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin-top: 20px;
}

.shoplist .range-select .ui-widget.ui-widget-content {
  border: none !important;
}

.shoplist .range-select div.ui-slider {
  height: 4px;
}

.shoplist .range-select .ui-widget-content {
  background: #f8f7f7 !important;
  margin-bottom: 30px;
}

.shoplist .range-select .ui-widget-header {
  background: #8eb35a !important;
}

.shoplist .range-select .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  height: 13px;
  width: 13px;
  cursor: default;
  border-radius: 50%;
  touch-action: none;
}

.shoplist .range-select .ui-state-default,
.shoplist .range-select .ui-widget-content .ui-state-default {
  border: none !important;
  background: #8eb35a !important;
}

.shoplist .range-select input[type="text"] {
  font-family: "Amaranth", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #696969;
  font-style: Italic;
}

.shoplist .range-select input {
  width: 45%;
  float: right;
  margin-right: 0px;
  margin-top: 30px;
  text-align: right;
  background: none !important;
  border: none;
}

.shoplist .bg-sidebar .pp-posts .pp-post-it.it {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.shoplist .bg-sidebar .pp-posts .pp-post-it.it img.seller-img {
  width: 80px;
  height: 80px;
  border: 1px solid #f4f4f4;
  float: left;
  margin: 0 20px 0 0;
  padding: 5px;
}

.shoplist .bg-sidebar .pp-posts .pp-post-it.it span.sub {
  margin-right: 10px;
}

.shoplist .bg-sidebar .pp-posts .pp-post-it.it:hover {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.shoplist .bg-sidebar .pp-posts .pp-post-it.it:hover img.seller-img {
  border: 1px solid #8eb35a;
}

.shoplist .bg-sidebar .pp-posts .pp-post-it.it:hover h4 a {
  color: #8eb35a;
}

.shoplist span.price2 {
  color: #cbcac8 !important;
  margin-right: 10px;
  text-decoration: line-through;
  font-family: "Amaranth", sans-serif;
  font-size: 14px;
  font-weight: 700;
  font-style: Italic;
}

.shoplist .list-item {
  margin-bottom: 30px;
}

.shoplist .pro-list-img img {
  width: 100%;
  padding: 15px 30px;
}

.shoplist .pro-list-it h4.hd-after {
  font-family: "Amaranth", sans-serif;
  font-size: 24px;
  color: #333333;
  font-weight: 700;
  font-style: Bold;
  margin-bottom: 30px;
}
.shoplist .pro-list-it h3.hd-after {
  font-family: "Amaranth", sans-serif;
  font-size: 34px;
  color: #333333;
  font-weight: 700;
  font-style: Bold;
  margin-bottom: 30px;
}
.shoplist .pro-list-it h4.hd-after:hover a {
  color: #8eb35a;
  text-decoration: none;
}
.shoplist .pro-list-it h3.hd-after:hover a {
  color: #8eb35a;
  text-decoration: none;
}

.shoplist .pro-list-it span.sub {
  font-size: 24px !important;
}

.shoplist .pro-list-it p.para {
  padding-right: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.shoplist .pro-list-it span.right {
  float: right;
  right: 0;
  text-align: right;
  margin-top: -75px;
}

.shoplist .pro-list-it span.right .star-rate.small i {
  font-size: 12px !important;
}

.shoplist .pro-list-it span.right span.rv {
  font-family: "Lato", serif;
  font-size: 14px;
  color: #696969;
  font-weight: "";
  font-style: Italic;
}

.shoplist .pro-list-it a.readmore {
  padding: 12px 20px 12px 20px;
  text-transform: uppercase;
  background-color: #8eb35a;
  border: 1px solid #8eb35a;
  border-radius: 25px;
  font-family: "Lato", serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  font-style: Bold;
  margin-right: 10px;
}

.shoplist .pro-list-it a.readmore:hover {
  padding: 12px 20px 12px 20px;
  text-transform: uppercase;
  border: 1px solid #8eb35a;
  border-radius: 25px;
  background-color: #ffffff;
  font-family: "Lato", serif;
  font-size: 14px;
  color: #8eb35a;
  font-weight: 700;
  font-style: Bold;
  text-decoration: none;
}

.shoplist .pro-list-it a i {
  padding: 15px;
  font-size: 14px;
  border-radius: 50%;
  margin-right: 10px;
  color: #8eb35a;
  border: 1px solid #8eb35a;
}

.productdetail .pro-detail-infor .pro-img img {
  object-fit: contain;
  /*max-height: 350px;*/
  width: 100%;
  padding: 20px 0px;
}

.productdetail .pro-detail-infor .more-img {
  display: flex;
}

.productdetail .pro-detail-infor .more-img a.prev,
.productdetail .pro-detail-infor .more-img a.next {
  margin-top: 30px;
}

.productdetail .pro-detail-infor .more-img a.prev i,
.productdetail .pro-detail-infor .more-img a.next i {
  font-size: 34px;
}

.productdetail .pro-detail-infor .more-img a:hover i {
  color: #8eb35a;
}

.productdetail .pro-detail-infor .more-img a.prev {
  margin-right: 10px;
}

.productdetail .pro-detail-infor .more-img a.next {
  margin-left: 10px;
}

.productdetail .pro-detail-infor .more-img img.sub-img {
  height: 115px;
  width: 100px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border: 1px solid transparent;
}

.productdetail .pro-detail-infor .more-img img.sub-img.img1 {
  padding: 15px;
}

.productdetail .pro-detail-infor .more-img img:hover {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border: 1px solid #8eb35a;
}

.productdetail .pro-list-it {
  /* margin-bottom: 150px; */
}

.productdetail img.div-line-3 {
  margin-bottom: 30px;
}

.productdetail img.div-line4,
.productdetail form {
  margin-bottom: 50px;
  width: 100%;
  margin-left: 100px;
  margin-right: 100px;
}

.productdetail .right-it {
  display: flex;
  margin: 15px 0;
}

.productdetail .right-it form.quantity {
  margin-right: 20px;
  max-width: 150px;
  margin-bottom: 0;
  margin-left: 0;
}

.productdetail .right-it form.quantity .numbers-row {
  display: flex;
  position: relative;
}

.productdetail .right-it form.quantity .numbers-row .inc.button {
  background: url("../images/uploads/plus.png") no-repeat;
  width: 29px;
  height: 29px;
  text-indent: -9999px;
  margin-top: 10px;
  position: absolute;
  float: right;
  right: 5px;
}

.productdetail .right-it form.quantity .numbers-row .dec.button {
  background: url("../images/uploads/minus.png") no-repeat;
  width: 29px;
  height: 29px;
  text-indent: -9999px;
  float: left;
  left: 20px;
  position: absolute;
  margin-top: 10px;
}

.productdetail .right-it form.quantity input {
  text-align: center;
  font-family: "Lato", serif;
  font-size: 13px;
  color: #b0b0b0;
  font-weight: "";
  font-style: Regular;
  background-color: #f8f7f7;
  border: none !important;
}

.productdetail span.check {
  font-family: "Lato", serif;
  font-size: 15px;
  color: #b0b0b0;
  font-weight: "";
  font-style: Italic;
  margin-top: 5px;
}

.productdetail span.check i {
  color: #8eb35a;
}

.productdetail select {
  font-family: "Lato", serif;
  font-size: 13px;
  color: #b0b0b0;
  font-weight: "";
  font-style: Regular;
  text-transform: uppercase;
  background-color: #f8f7f7;
  border: none !important;
}

.productdetail .drop {
  margin-right: 20px;
}

.productdetail .pro-description {
  margin-top: 20px;
  margin-bottom: 20px;
}

.productdetail .pro-description p {
  font-family: "Lato", serif;
  font-size: 15px;
  color: #696969;
  font-weight: 700;
  font-style: Bold;
  text-transform: uppercase;
}

.productdetail .pro-description span {
  font-family: "Lato", serif;
  font-size: 15px;
  color: #696969;
  font-weight: "";
  font-style: Regular;
  font-weight: 500 !important;
  text-transform: none !important;
  margin-left: 50px;
  float: right;
  margin-right: 60%;
  text-align: left;
}

.productdetail .tab {
  display: none;
}

.productdetail .tab.active {
  display: block;
}

.productdetail .blogsingle-content {
  margin-top: 0 !important;
}

.productdetail span.right {
  margin-top: -35px !important;
}

.productdetail a.reply {
  color: #8eb35a !important;
}

.productdetail a.reply i {
  border: none !important;
}

.productdetail h2.cmt-heading {
  font-size: 18px !important;
  margin-bottom: 15px;
  margin-left: 0px;
}

.productdetail .blogsingle-content {
  width: 100% !important;
  margin-left: 0 !important;
  padding: 0 !important;
}

.productdetail .tabs .tab-links {
  display: flex;
  list-style: none;
  justify-content: center;
}

.productdetail .tabs .tab-links li {
  margin-right: 30px;
  padding: 0;
}

.productdetail .tabs .tab-links li {
  font-family: "Amaranth", sans-serif;
  font-size: 24px;
}

.productdetail .tabs .tab-links li.active a,
.productdetail .tabs .tab-links li:hover a {
  color: #333333;
  border-bottom: 1px solid #8eb35a;
  text-decoration: none;
}

.productdetail .tabs .cmt-it {
  margin-left: 0px;
  /* margin-right: 100px; */
}

.productsidebar h2.cmt-heading {
  margin-left: 0;
}

.productsidebar .right-it form.quantity .numbers-row {
  margin-right: 20px;
}

.productsidebar .more-img {
  overflow: hidden;
  margin-top: 20px;
}

.productsidebar .more-img img.sub-img {
  width: 70px !important;
  height: 70px !important;
}

.productsidebar .more-img a {
  margin-top: 20px !important;
}

.productsidebar .more-img a i {
  font-size: 24px !important;
}

.productsidebar .more-img a.prev {
  margin-right: 0 !important;
}

.productsidebar .more-img a.next {
  margin-left: 0 !important;
}

.productsidebar .pro-list-it .right-it form {
  margin-bottom: 0 !important;
}

.productsidebar .pro-list-it .pro-description span {
  margin-right: 40% !important;
}

.productsidebar .tabs .tab-links {
  float: left;
  left: 0;
  background: none !important;
}

.productsidebar .tabs .cmt-it {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.productsidebar .blogsingle-content {
  background: #fbfbfb;
  padding-top: 50px !important;
  padding-bottom: 50px !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  border-top: 1px solid #f4f4f4;
}

.productsidebar img.div-line4 {
  margin-left: 0px !important;
  margin-right: 0px !important;
  width: 90% !important;
}

.productsidebar form {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.checkout .links {
  margin-bottom: 75px;
}

.checkout .links p a {
  color: #8eb35a;
}

.checkout .bill {
  margin-bottom: 90px;
}

.checkout .bill h1.bill-heading {
  font-family: "Amaranth", sans-serif;
  font-size: 24px;
  color: #333333;
  font-weight: 700;
  font-style: Bold;
  margin-bottom: 50px;
}

.checkout .bill form.form-detail p.title {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.checkout .bill form.form-detail input:hover,
.checkout .bill form.form-detail select:hover {
  border: 1px solid #8eb35a;
}

.checkout .bill form.form-detail input {
  width: 100%;
  padding: 15px 20px 20px 15px;
  border: 1px solid #f4f4f4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: "Lato", serif;
  font-size: 15px;
  color: #8e8e8e;
  font-weight: 400;
  font-style: Regular;
  margin-bottom: 30px;
}

.checkout .bill form.form-detail textarea.comt {
  height: 180px;
  padding-bottom: 150px;
}

.checkout .bill form.form-detail select {
  width: 100%;
  border: 1px solid #f4f4f4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 30px;
  font-family: "Lato", serif;
  font-size: 15px;
  color: #8e8e8e;
  font-weight: 400;
  font-style: Regular;
}

.checkout .blogsingle-content {
  width: 100% !important;
  padding: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
}

.checkout .order {
  background: #f8f7f7;
  padding: 55px 40px;
  width: 90%;
  float: right;
  right: 0;
}

.checkout .order img.order-line {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
}

.checkout .order h1 {
  font-family: "Lato", serif;
  font-size: 24px;
  color: #333333;
  font-weight: 900;
  font-style: "";
  text-transform: uppercase;
  text-align: center;
}

.checkout .order .products h2.pro {
  margin-bottom: 30px;
}

.checkout .order .products p {
  color: #696969;
}

.checkout .order .products b {
  color: #333333;
}

.checkout .order .products span.sub {
  float: right;
  margin-right: 0;
  color: #ababab;
}

.checkout .order .products span.subtotal {
  color: #333333;
}

.checkout .order .products span.total {
  font-size: 24px;
  color: #8eb35a;
}

.checkout .order label.circle {
  text-transform: capitalize;
  font-family: "Amaranth", sans-serif;
  font-size: 14px;
  font-style: Italic;
  color: #696969;
}

.checkout .order label.circle img {
  margin-left: 30px;
}

.checkout .order a.readmore {
  padding: 12px 20px 12px 20px;
  text-transform: uppercase;
  background-color: #8eb35a;
  border: 1px solid #8eb35a;
  border-radius: 25px;
  font-family: "Lato", serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  font-style: Bold;
  padding: 10px 22px 10px 22px;
  margin-left: 30%;
}

.checkout .order a.readmore:hover {
  padding: 12px 20px 12px 20px;
  text-transform: uppercase;
  border: 1px solid #8eb35a;
  border-radius: 25px;
  background-color: #ffffff;
  font-family: "Lato", serif;
  font-size: 14px;
  color: #8eb35a;
  font-weight: 700;
  font-style: Bold;
  text-decoration: none;
  padding: 10px 22px 10px 22px;
}

.checkbox {
  margin-bottom: 30px;
  margin-left: -30px;
}

.checkbox-custom {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  position: absolute;
}

.checkbox-custom,
.checkbox-custom-label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
}

.checkbox-custom-label {
  position: relative;
  font-family: "Lato", serif;
  font-size: 15px;
  color: #8e8e8e;
  font-weight: 400;
  font-style: Regular;
}

.checkbox-custom + .checkbox-custom-label:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  padding: 2px;
  background-color: #f8f7f7;
  margin-right: 10px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
  content: "\f00c";
  font-family: "FontAwesome";
  background: #8eb35a;
  color: #fff;
}

.checkbox-custom.circle + .checkbox-custom-label:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  padding: 2px;
  background-color: #f8f7f7;
  margin-right: 10px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #696969;
}

.checkbox-custom.circle:checked + .checkbox-custom-label:before {
  content: "";
  background: none;
  color: #fff;
  border: 3px solid #8eb35a;
}

.gallery .gallery-items {
  margin-bottom: 70px;
}

.gallery .gallery-it {
  width: 30%;
  border: 1px solid transparent;
  position: relative;
  margin-right: 30px;
  margin-bottom: 30px;
}

.gallery .gallery-it img.pro-img {
  max-width: 100%;
  width: 100%;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.gallery .gallery-it .hover-inner {
  position: absolute;
  top: 30%;
  left: 30%;
  text-align: center;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}

.gallery .gallery-it .hover-inner h1 {
  font-family: "Amaranth", sans-serif;
  font-size: 18px;
  color: #333333;
  font-weight: 700;
  font-style: Bold;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 20px;
}

.gallery .gallery-it .hover-inner h1:after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #e7e5e4;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.gallery .gallery-it:hover {
  border: 1px solid #8eb35a;
  padding-bottom: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.gallery .gallery-it:hover img.pro-img {
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  -webkit-opacity: 0.1;
  opacity: 0.1;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=10);
  filter: alpha(opacity=10);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.gallery .gallery-it:hover .hover-inner {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}

.gallery .gallery-it:hover .hover-inner h1:after {
  background-color: #8eb35a;
  width: 60px;
}

#lightbox.lightbox {
  top: 650px !important;
}

.contact .blogsingle-content {
  width: 100% !important;
  margin-left: 0 !important;
  padding: 0 !important;
}

.contact .contact-left {
  margin-bottom: 15px;
  padding: 15px 15px;
  padding-right: 50px;
  background-color: #9cc719;
}

.contact .contact-left h4 {
  font-family: "Amaranth", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 30px;
}

.contact .contact-left img.order-line {
  margin-bottom: 30px;
  margin-top: 20px;
}

.contact .contact-left a:hover {
  color: #8eb35a;
  text-decoration: none;
}

.contact .contact-left .ct-icon {
  display: flex;
}

.contact .contact-left .ct-icon h4 {
  margin-right: 30px;
}

.contact .contact-left .ct-icon a {
  margin-right: 10px;
  margin-top: -10px;
}

/* .contact .contact-left .ct-icon a i.fa-facebook {
  padding: 10px 13px 10px 13px;
} */

.contact .contact-left .ct-icon a i {
  font-size: 16px;
  color: #696969;
  padding: 10px;
  border: 1px solid #f4f4f4;
  border-radius: 50%;
}

.contact .contact-left .ct-icon a:hover i {
  color: #ffffff;
  background-color: #8eb35a;
  transition-webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.contact #map_canvas {
  margin-top: 100px;
  margin-bottom: 100px;
}

.contactv2 img.order-line {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  margin-bottom: 0 !important;
}

.contactv2 .contact-form {
  width: 70% !important;
  margin-left: 200px !important;
  margin-right: 200px !important;
}

.contactv2 .contact-form button.submit {
  margin-left: 40%;
}

.contactv2 #map_canvas {
  margin-top: 0 !important;
}

.contactv2 .left-ct {
  padding-left: 70px;
}

.contactv2 .ct-v2-hd {
  background: url("../images/uploads/heading-bg.png") no-repeat;
  background-position: left;
  background-size: 25%;
  padding-top: 50px;
  padding-bottom: 30px;
}

.contactv2 .ct-v2-hd h1 {
  font-family: "Lato", serif;
  font-size: 40px;
  color: #333333;
  font-weight: 900;
  font-style: Bold;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 30px;
}

.contactv2 h4 {
  font-family: "Amaranth", sans-serif;
  font-size: 18px;
  color: #8eb35a;
  font-weight: 600;
  font-style: Italic;
  margin-bottom: 40px;
  padding-right: 100px;
}

.contact-top {
  background: url("../images/uploads/ct-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 100px;
}

.error {
  background-color: #ffffff;
  /* background: url('../images/uploads/error-bg.jpg'); */
  background-position: center;
  background-size: cover;
  text-align: center;
}

.error h1 {
  margin-top: 150px;
  font-family: "Amaranth", sans-serif;
  font-size: 56px;
  color: #333333;
  font-weight: 700;
  font-style: Bold;
  margin-bottom: 50px;
}

.error p {
  float: left;
  color: #f24141;
  font-weight: 700;
}

.error p a {
  color: #333333;
  margin-left: 10px;
}

.error p a:hover {
  color: #8eb35a;
}

.comingsoon {
  background-color: #ffffff;
  background: url("../images/uploads/error-bg.jpg");
  background-position: center;
  background-size: cover;
  text-align: center;
}

.comingsoon h1 {
  background: url("../images/uploads/heading-bg.png") no-repeat;
  background-position: center;
  background-size: 15%;
  padding-top: 50px;
  padding-bottom: 30px;
  margin-top: 150px;
  font-family: "Amaranth", sans-serif;
  font-size: 56px;
  color: #333333;
  font-weight: 700;
  font-style: Bold;
  margin-bottom: 50px;
}

.comingsoon .time {
  display: flex;
  margin-bottom: 50px;
  justify-content: center;
}

.comingsoon .time span {
  font-family: "Amaranth", sans-serif;
  font-size: 100px;
  color: #8eb35a;
  font-weight: 900;
  padding: 0 15px;
}

.comingsoon .time span.space {
  font-size: 18px;
  margin-top: 75px;
}

.comingsoon .time p {
  font-family: "Amaranth", sans-serif;
  font-size: 18px;
  color: #696969;
  font-weight: "";
  font-style: Italic;
  padding: 0 15px 0 15px;
}

.comingsoon input.email {
  padding: 20px 20px;
  color: #ababab;
  font-size: 14px;
  background-color: #f8f7f7;
  border: none;
  width: 50%;
  margin-left: 25%;
  margin-right: 25%;
  text-align: center;
  margin-bottom: 50px;
}

.comingsoon a.subcribe {
  padding: 12px 20px 12px 20px;
  text-transform: uppercase;
  border: 1px solid #8eb35a;
  border-radius: 25px;
  background-color: #ffffff;
  font-family: "Lato", serif;
  font-size: 14px;
  color: #8eb35a;
  font-weight: 700;
  font-style: Bold;
  padding: 10px 35px;
  color: #333333;
}

.comingsoon a.subcribe:hover {
  color: #8eb35a;
  text-decoration: none;
}

.comingsoon img.div-line {
  margin-top: 100px;
}

.comingsoon .ct-icon {
  margin-top: 40px;
  float: right;
  right: 0;
  display: flex;
}

.comingsoon .ct-icon h4 {
  margin-right: 30px;
}

.comingsoon .ct-icon a {
  margin-right: 10px;
  margin-top: -10px;
}

/* .comingsoon .ct-icon a i.fa-facebook {
  padding: 10px 13px 10px 13px;
} */

.comingsoon .ct-icon a i {
  font-size: 16px;
  color: #696969;
  padding: 10px;
  border: 1px solid #f4f4f4;
  border-radius: 50%;
}

.comingsoon .ct-icon a:hover i {
  color: #ffffff;
  background-color: #8eb35a;
  transition-webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.comingsoon .infor-ct span.left {
  font-family: "Amaranth", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #696969;
  font-style: Italic;
  float: left;
  left: 0;
  text-align: left;
  margin-top: 40px;
}

.comingsoon .infor-ct span.left a {
  color: #8eb35a;
  text-decoration: underline;
}

.service {
  background: #f8f7f7;
  padding: 70px 0;
}

.service .sv-item {
  margin-bottom: 30px;
}

.service .sv-item img {
  width: 100%;
}

.floweraboutv1 {
  background: #ffffff;
}

.floweraboutv1 .ab-decorate {
  text-align: center;
  margin-bottom: 30px;
  margin-top: -40px;
}

.flowerads {
  padding: 200px 0 200px 0;
  background: url("../../../404.html") no-repeat;
  background-position: center;
  text-align: center;
}

.flowerads .fl-ads3-ct p {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.flowerads .fl-ads3-ct h2 {
  font-family: "Amaranth", sans-serif;
  font-style: Italic;
  font-size: 40px;
  color: #333333;
  font-weight: 400;
  margin-bottom: 30px;
}

.flowerads a.pink {
  padding: 12px 20px 12px 20px;
  text-transform: uppercase;
  border: 1px solid #8eb35a;
  border-radius: 25px;
  background-color: #ffffff;
  font-family: "Lato", serif;
  font-size: 14px;
  color: #8eb35a;
  font-weight: 700;
  font-style: Bold;
  color: #ffffff;
  background: #f49ac1;
  border: 1px solid transparent;
}

.flowerads a.pink:hover {
  padding: 12px 20px 12px 20px;
  text-transform: uppercase;
  background-color: #8eb35a;
  border: 1px solid #8eb35a;
  border-radius: 25px;
  font-family: "Lato", serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  font-style: Bold;
  color: #f49ac1;
  background: #ffffff;
  border: 1px solid #f49ac1;
  text-decoration: none;
}

.arrivals {
  padding-bottom: 100px;
}

.arrivals .arrival-box {
  margin-bottom: 30px;
}

.arrivals .arrival-box:hover .pro-infor h2,
.arrivals .arrival-box:hover .pro-infor a {
  color: #f49ac1;
  text-decoration: none;
}

.arrivals .arrival-box:hover .pro-infor h2:after {
  width: 60px;
  background-color: #f49ac1;
}

.arrivals .pro-it_b.v2.arrival-it .hover-inner {
  left: 27%;
}

.arrivals .pro-it_b.v2.arrival-it .hover-inner a.cart i {
  background-color: #f49ac1;
  border: 1px solid transparent;
}

.arrivals .pro-it_b.v2.arrival-it .hover-inner a + .tooltip .tooltip-inner {
  background: #f49ac1;
}

.arrivals
  .pro-it_b.v2.arrival-it
  .hover-inner
  a
  + .tooltip.top
  > .tooltip-arrow {
  border-top: 5px solid #f49ac1;
}

.flowerblog {
  padding-bottom: 100px;
}

.flowerblog .blog-fl-title {
  margin-top: 100px;
  margin-bottom: 70px;
}

.flowerblog .blog-fl-title h1 {
  font-family: "Amaranth", sans-serif;
  font-style: Italic;
  font-size: 40px;
  color: #333333;
  font-weight: 700;
  margin-bottom: 30px;
  display: inline-block;
  margin-left: 55px;
  margin-right: 55px;
}

.flowersub .sub-content {
  background: none;
  padding-top: 0;
  padding-bottom: 0;
}

.flowersub .sub-content .form input.email {
  text-align: center;
  background-color: #f8f7f7;
}

.flowersub .sub-content .sub-button a:hover {
  color: #f49ac1;
  background: #ffffff;
  border: 1px solid #f49ac1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.flowerinstagram {
  overflow: hidden;
}

.flowerinstagram .insta-img {
  margin-left: 15px;
}

.flowerinstagram img {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
  width: 318px;
  height: 320px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-right: -2px;
  margin-left: -2px;
}

.flowerinstagram img:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}

.flowerinstagram .insta-content {
  background: #333333;
  text-align: center;
  padding: 40px 0;
}

.flowerinstagram .insta-content h1 {
  font-family: "Lato", serif;
  font-size: 18px;
  color: #9a9a9a;
  font-weight: "";
  font-style: "";
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 15px;
}

.flowerinstagram .insta-content a {
  font-family: "Amaranth", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  font-style: Italic;
}

.floweraboutv2 {
  background: url("../../../404.html") no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 200px;
}

.floweraboutv2 .heading-sec h1 {
  font-size: 72px;
}

.floweraboutv2 .heading-sec h1 span {
  font-size: 40px;
}

.floweraboutv2 img.ab-img,
.floweraboutv2 img.ab-img-r {
  margin-bottom: 190px;
}

.floweraboutv2 img.ab-img-r {
  width: 80%;
  float: right;
  right: 0;
}

.floweraboutv2 .fl-ads3-ct {
  text-align: center;
  margin-bottom: 100px;
}

.floweraboutv2 .fl-ads3-ct p {
  padding: 0 20px;
  margin-bottom: 30px;
}

.floweraboutv2 .fl-ads3-ct p.title {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.floweraboutv2 .fl-ads3-ct h2 {
  font-family: "Amaranth", sans-serif;
  font-style: Italic;
  font-size: 40px;
  color: #333333;
  font-weight: 400;
  margin-bottom: 30px;
}

.floweraboutv2 a.pink {
  padding: 12px 20px 12px 20px;
  text-transform: uppercase;
  border: 1px solid #8eb35a;
  border-radius: 25px;
  background-color: #ffffff;
  font-family: "Lato", serif;
  font-size: 14px;
  color: #8eb35a;
  font-weight: 700;
  font-style: Bold;
  color: #ffffff;
  background: #f49ac1;
  border: none;
  text-decoration: none;
}

.floweraboutv2 a.pink:hover {
  color: #f49ac1;
  background: #ffffff;
  border: 1px solid #f49ac1;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.flowerarrival {
  margin-left: 100px;
}

.flowerarrival .arr-left {
  padding: 130px 0;
  background: url("../../../404.html") no-repeat;
  text-align: center;
  margin-bottom: 50px;
}

.flowerarrival .arr-left h2 {
  font-family: "Lato", serif;
  font-size: 24px;
  color: #333333;
  font-weight: 900;
  font-style: "";
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 60px;
}

.flowerarrival .arr-left h1 {
  margin-bottom: 30px;
  font-family: "Amaranth", sans-serif;
  font-size: 72px;
  color: #333333;
  font-weight: 700;
  font-style: Bold;
}

.flowerarrival .arr-left p {
  font-family: "Amaranth", sans-serif;
  font-size: 14px;
  color: #696969;
  font-weight: 700;
  font-style: Regular;
  text-transform: uppercase;
  margin-bottom: 150px;
}

.flowerarrival .arr-left a.shopbt {
  font-family: "Amaranth", sans-serif;
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  font-style: Italic;
  background-color: #333333;
  padding: 5px 25px;
}

.flowerarrival .time {
  display: flex;
  margin-bottom: 50px;
  justify-content: center;
}

.flowerarrival .time span {
  font-family: "Amaranth", sans-serif;
  font-size: 48px;
  color: #333333;
  font-weight: 900;
  padding: 0 15px;
}

.flowerarrival .time span.space {
  font-size: 18px;
  margin-top: 25px;
}

.flowerarrival .time p {
  font-family: "Amaranth", sans-serif;
  font-size: 18px;
  color: #f49ac1;
  font-weight: "";
  font-style: Italic;
  padding: 0 15px 0 15px;
}

.flowerarrival .arr-right {
  margin-top: 100px;
}

.flowerarrival .arr-right .arr-hd h1 {
  font-family: "Amaranth", sans-serif;
  font-style: Italic;
  font-size: 40px;
  color: #333333;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-left: 100px;
}

.flowerarrival .arr-right .arr-slider {
  padding: 100px 0;
  background: #f8f7f7;
  text-align: center;
  margin-top: -15px;
}

.flowerarrival .arr-right .arr-slider .arr-it img {
  width: 70%;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #ffffff;
}

.flowerarrival .arr-right .arr-slider .arr-it .arr-text {
  margin-top: 0px;
}

.flowerarrival .arr-right .arr-slider .arr-it .arr-text h1 {
  font-family: "Amaranth", sans-serif;
  font-size: 24px;
  color: #333333;
  font-weight: 700;
  font-style: Bold;
  margin-bottom: 30px;
  padding-bottom: 20px;
  margin-top: -15px;
  position: relative;
}

.flowerarrival .arr-right .arr-slider .arr-it .arr-text h1:after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #696969;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.flowerarrival .arr-right .arr-slider .arr-it .arr-text span {
  font-family: "Amaranth", sans-serif;
  font-size: 18px;
  color: #696969;
  font-weight: 700;
  font-style: Italic;
}

.flowerarrival .arr-right .arr-slider .arr-it:hover h1,
.flowerarrival .arr-right .arr-slider .arr-it:hover a {
  color: #f49ac1;
  text-decoration: none;
}

.flowerarrival .arr-right .arr-slider .arr-it:hover h1:after {
  width: 60px;
  background-color: #f49ac1;
}

.flowerarrival .arr-right .owl-pagination {
  display: none;
}

.flowerarrival .arr-right .owl-buttons div {
  background: none;
  position: absolute;
}

.flowerarrival .arr-right .owl-buttons div i {
  font-size: 40px;
  color: #f49ac1;
}

.flowerarrival .arr-right .owl-wrapper-outer {
  position: relative;
}

.flowerarrival .arr-right .owl-prev {
  float: left;
  left: 0;
  top: 150px;
}

.flowerarrival .arr-right .owl-next {
  float: right;
  right: 0;
  top: 150px;
}

.slogan {
  background: url("../../../404.html") no-repeat;
  text-align: center;
  background-size: 55%;
  background-position: center;
  text-transform: uppercase;
  padding: 150px 0;
}

.slogan h2 {
  font-family: "Lato", serif;
  font-size: 24px;
  color: #333333;
  font-weight: 900;
  font-style: Bold;
  letter-spacing: 0.3em;
  margin-bottom: 60px;
}

.slogan h1 {
  font-family: "Amaranth", sans-serif;
  font-size: 80px;
  color: #333333;
  font-weight: 700;
  font-style: Bold;
  letter-spacing: 0.5em;
  margin-bottom: 60px;
}

.slogan p {
  font-family: "Lato", serif;
  font-size: 18px;
  color: #696969;
  font-weight: 700;
  font-style: Bold;
  letter-spacing: 0.3em;
  margin-bottom: 60px;
}

.flowerarrival.trending {
  margin-left: 0;
  margin-right: 100px;
}

.flowercategories .cate-it {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.flowercategories .fl-cate-ct {
  position: relative;
  overflow: hidden;
}

.flowercategories .fl-cate-ct img {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  overflow: hidden;
}

.flowercategories .fl-cate-ct h2.cate-title {
  font-family: "Lato", serif;
  font-size: 14px;
  color: #696969;
  font-weight: 700;
  font-style: Bold;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 30px 40px;
  background-color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  display: block;
  transform: translate(-50%, -50%);
}

.flowercategories .fl-cate-ct h2.cate-title a {
  text-decoration: none;
}

.flowercategories .fl-cate-ct h2.cate-title a:hover {
  color: #f49ac1;
}

.flowercategories .fl-cate-ct h2.cate-title.it3 {
  top: 25%;
}

.flowercategories .fl-cate-ct:hover img {
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.flowercategories .fl-cate-ct.it4 {
  margin-left: 24.8%;
  margin-top: -483px;
}

.flowercategories .fl-cate-ct.it5 {
  margin-top: -483px;
}

.floweradsv3 .ads-item-left {
  background: url("../../../404.html") no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 50px;
  text-align: right;
}

.floweradsv3 .ads-item-left .ads-text {
  margin-right: 70px;
}

.floweradsv3 .ads-item-left .ads-text h1 {
  font-family: "Amaranth", sans-serif;
  font-size: 40px;
  color: #333333;
  font-weight: 900;
  font-style: Bold;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.floweradsv3 .ads-item-left .ads-text span {
  font-family: "Lato", serif;
  font-size: 14px;
  color: #696969;
  font-weight: 900;
  font-style: Bold;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.floweradsv3 .ads-item-right {
  background: url("../../../404.html") no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 80px;
  text-align: right;
}

.floweradsv3 .ads-item-right .ads-text {
  margin-right: 70px;
}

.floweradsv3 .ads-item-right .ads-text h1 {
  font-family: "Amaranth", sans-serif;
  font-size: 40px;
  color: #333333;
  font-weight: 900;
  font-style: Bold;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.floweradsv3 .ads-item-right .ads-text span {
  font-family: "Amaranth", sans-serif;
  font-size: 14px;
  color: #696969;
  font-weight: 900;
  font-style: Italic;
  letter-spacing: 0.3em;
  padding: 5px;
  background-color: #ffffff;
}

.flower-services {
  background: #f5f7fa;
  padding-top: 30px;
}

.flower-services .process-it .step-content.right {
  text-align: right;
}

.flower-services .process-it .step-icon i {
  color: #f49ac1;
  background-color: #ffffff;
}

.flower-services .process-it .step-icon i:hover {
  color: #ffffff;
  background-color: #f49ac1;
}

.flowersubscribev3 {
  background: url("../../../404.html") no-repeat;
  background-position: center;
  background-size: cover;
}

.floweraboutv4 {
  background: #ffffff;
}

.floweraboutv4 .flowerintro {
  margin-bottom: 80px;
}

.floweraboutv4 .flowerintro p {
  font-size: 18px;
  margin: 0;
  padding-right: 120px;
  text-align: left;
  background: url("../../../404.html") no-repeat;
  padding-top: 60px;
}

.floweraboutv4 .ab-flow-r {
  border-left: 1px solid #f4f4f4;
  padding-left: 50px;
  padding-bottom: 30px;
}

.floweraboutv4 .ab-flower-it {
  margin-bottom: 40px;
  padding-right: 100px;
}

.floweraboutv4 .ab-flower-it h1 {
  font-family: "Lato", serif;
  font-size: 14px;
  color: #696969;
  font-weight: 900;
  font-style: Bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
}

.trendingv4 {
  background-color: #f8f7f7;
  text-align: center;
  margin-right: 0 !important;
  padding-bottom: 90px;
}

.trendingv4 .arr-hd h1 {
  margin-top: -15px;
  margin-bottom: 100px;
}

.trendingv4 .arr-right .arr-slider .arr-it.v4 img {
  width: 100%;
  height: 365px;
}

.trendingv4 .arr-right {
  margin-top: 0;
}

.trendingv4 .arr-right .arr-slider {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 30px;
}

.trendingv4 .right-it-3 {
  position: relative;
}

.trendingv4 .right-it-3 span {
  position: absolute;
  color: #ffffff;
  padding: 0 5px;
  background-color: #333333;
  letter-spacing: 0.3em;
  left: 40%;
  top: 35%;
}

.flowerdealv4 {
  padding-top: 120px;
}

.flowerdealv4 .arr-right {
  margin-top: 80px;
}

.flowerdealv4 .deal-left {
  position: relative;
  text-align: center;
}

.flowerdealv4 .deal-left .flow-deal-ct {
  position: absolute;
  top: -25px;
}

.flowerdealv4 .deal-left .flow-deal-ct h1 {
  font-family: "Amaranth", sans-serif;
  font-size: 48px;
  color: #333333;
  letter-spacing: 0.2em;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 60px;
  margin-left: 30px;
}

.flowerdealv4 .deal-left .flow-deal-ct p {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.flowerdealv4 .arr-right .arr-hd h1 {
  margin-left: 130px;
}

.flowerdealv4 .dealv4-right {
  margin-top: -15px;
  text-align: center;
  background-color: #f8f7f7;
  padding: 50px 0;
  margin-left: 60px;
  margin-bottom: 20px;
}

.flowerdealv4 .dealv4-right .first-it {
  display: flex;
  margin-bottom: 35px;
}

.flowerdealv4 .dealv4-right .first-it .left {
  text-align: right;
  text-transform: uppercase;
  color: #696969;
  font-weight: 700;
  margin-right: 30px;
  margin-left: 150px;
}

.flowerdealv4 .dealv4-right .first-it .right {
  text-align: left;
}

.flowerdealv4 .dealv4-right p.para {
  padding: 0 50px;
  margin-bottom: 30px;
}

.flowerdealv4 .dealv4-right a.pink {
  padding: 12px 20px 12px 20px;
  text-transform: uppercase;
  border-radius: 25px;
  background-color: #f49ac1;
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.flowerdealv4 .dealv4-right a.pink:hover {
  background-color: #ffffff;
  color: #f49ac1;
  border: 1px solid #f49ac1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-decoration: none;
}

.flowerdealv4 .time {
  margin-left: 50px;
}

.floweradsv4 {
  background: url("../../../404.html") no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 120px;
}

.floweradsv4 .fl-ads3-ct h2 {
  margin-bottom: 60px;
}

.floweradsv4 a.pink {
  background-color: #ffffff;
  color: #f49ac1;
  padding: 12px 30px;
}

.floweradsv4 a.pink:hover {
  background-color: #f49ac1;
  color: #ffffff;
}

.flowersliderv3 {
  position: relative;
}

.flowersliderv3 .slider-right {
  padding-top: 185px;
  text-align: center;
}

.flowersliderv3 .slider-right img {
  margin-bottom: 35px;
}

.flowersliderv3 .slider-right h1 {
  margin-bottom: 35px;
  letter-spacing: 0.3em;
  color: #696969;
  font-size: 24px;
  font-weight: 600;
}

.flowersliderv3 .slider-right p {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #333333;
  font-size: 18px;
  font-weight: 600;
}

.aboutflowerab {
  background: url("../../../404.html") no-repeat;
  background-position: center;
  background-size: 100%;
  padding-bottom: 130px;
  padding-top: 120px;
  background-color: #ffffff;
}

.flowerab-intro {
  padding-bottom: 0;
}

.flowerab-ads {
  background: #ffffff;
}

.flowerab-ads .fl-ads3-ct a.pink {
  background: #f49ac1;
  color: #ffffff;
}

.flowerab-ads .fl-ads3-ct a.pink:hover {
  background: #ffffff;
  color: #f49ac1;
  border: 1px solid #f49ac1;
}

.aboutflowerabv2 {
  background: url("../../../404.html") no-repeat;
  padding-bottom: 60px;
}

.aboutflowerabv2 .ab-flow-r {
  padding-right: 70px;
  border-left: 1px solid transparent;
}

.aboutflowerabv2 .ab-flow-r .ab-introv2 {
  margin-bottom: 70px;
}

.aboutflowerabv2 .ab-flow-r .ab-introv2 h1 {
  text-align: left;
  font-family: "Amaranth", sans-serif;
  font-size: 120px;
  color: #333333;
  font-weight: 700;
  font-style: Bold;
  text-transform: capitalize;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}

.aboutflowerabv2 .ab-flow-r .ab-introv2 h2.pink {
  text-align: right;
  font-size: 48px;
  font-style: Italic;
  font-weight: 400;
}

.cakeabout {
  padding-bottom: 100px;
  padding-top: 140px;
  background: url("../../../404.html") no-repeat;
  background-position: top 270px left 660px;
}

.cakeabout img.img-r {
  margin-top: -220px;
  margin-bottom: 120px;
}

.cakeabout p {
  font-family: "Amaranth", sans-serif;
  font-size: 24px;
  color: #333333;
  font-weight: 400;
  font-style: Italic;
  padding-right: 50px;
  letter-spacing: 0.1em;
}

.cakeabout p span {
  font-weight: 700;
}

.flower-bg {
  text-align: right;
}

.cakecategories {
  background-color: #f8f7f7;
  padding-bottom: 120px;
  margin-top: -200px;
}

.cakecategories .cake-heading h1 {
  margin-top: -40px;
  font-family: "Amaranth", sans-serif;
  font-size: 48px;
  color: #333333;
  font-weight: 400;
  font-style: Italic;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  line-height: 150%;
  margin-bottom: 100px;
}

.cakecategories .cate-it .fl-cate-ct {
  margin-bottom: 30px;
}

.cakecategories .cate-it .fl-cate-ct h2.cate-title {
  padding: 12px 30px;
}

.cakecategories .cate-it .fl-cate-ct:hover img {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
}

.cakearrival {
  padding-top: 50px;
  padding-bottom: 90px;
}

.cakearrival .heading-sec h1 {
  font-family: "Amaranth", sans-serif;
  font-size: 48px;
  color: #333333;
  font-weight: 400;
  font-style: Italic;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  line-height: 150%;
}

.cakearrival .products-it .pro-infor {
  margin-top: -40px;
}

.cakearrival .arrival-box:hover .pro-infor h2 {
  color: #f49ac1;
}

.cakearrival .arrival-box:hover .pro-infor h2:after {
  width: 60px;
  background-color: #f49ac1;
}

.cakeads {
  background: url("../../../404.html") no-repeat;
}

.cakearrival .blog-it-left .cakeblog-ct .arr-date {
  text-align: center;
  border: 2px solid #f4f4f4;
  border-radius: 50%;
  padding: 0;
  margin-right: -10px;
  margin-left: -10px;
}

.cakearrival .blog-it-left .cakeblog-ct .arr-date h1 {
  font-family: "Amaranth", sans-serif;
  font-size: 34px;
  color: #f49ac1;
  font-weight: 700;
  font-style: Bold;
  position: relative;
  padding-bottom: 10px;
}

.cakearrival .blog-it-left .cakeblog-ct .arr-date h1:after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #e7e5e4;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.cakearrival .blog-it-left .cakeblog-ct .arr-date p {
  font-family: "Amaranth", sans-serif;
  font-size: 16px;
  color: #333333;
  font-weight: 400;
  font-style: Italic;
}

.cakearrival .blog-it-left .cakeblog-ct:hover .arr-date h1:after {
  background-color: #f49ac1;
  width: 60px;
}

.cakearrival .blog-it-left .cakeblog-ct:hover .blog-ct-left h2 a {
  color: #f49ac1;
}

.cakeabouthero {
  background: url("../../../404.html") no-repeat;
}

.cakeaboutab {
  background: url("../../../404.html") no-repeat;
  background-position: top 300px center;
}

.cakeaboutab .item1 {
  margin-bottom: 50px;
}

.cakeaboutab .item1 .heading-sec {
  padding-left: 60px;
  padding-right: 60px;
}

.cakeaboutab .item1 .heading-sec p {
  padding-right: 200px;
  margin-bottom: 80px;
}

.cakeaboutab .item1 .ab-right {
  padding-right: 60px;
  margin-top: 100px;
}

.cakeaboutab .item1 .ab-right img {
  margin-bottom: 95px;
}

.cakeaboutab .item1 .ab-right p.quote {
  font-family: "Amaranth", sans-serif;
  font-size: 18px;
  color: #696969;
  font-weight: 400;
  font-style: Italic;
  padding-right: 120px;
  margin-bottom: 40px;
}

.cakeaboutab .item1 .ab-right h4 {
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.cakeaboutab .item2 {
  background-color: #ffffff;
  padding: 90px;
}

.cakeaboutab .item2 .heading-sec {
  text-align: center;
}

.cakeaboutab .item2 .heading-sec p {
  padding: 0 45px;
  margin-bottom: 80px;
}

.cakeaboutab .item2 .ct-icon {
  text-align: center;
}

.cakeaboutab .item2 .ct-icon a {
  margin-right: 10px;
}

/* .cakeaboutab .item2 .ct-icon a i.fa-facebook {
  padding: 10px 13px 10px 13px;
} */

.cakeaboutab .item2 .ct-icon a i {
  font-size: 16px;
  color: #696969;
  padding: 10px;
  border: 1px solid #f4f4f4;
  border-radius: 50%;
}

.cakeaboutab .item2 .ct-icon a:hover i {
  color: #ffffff;
  background-color: #f49ac1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.cakeaboutab .milestone {
  text-align: center;
  margin-top: 70px;
}

.cakeaboutab .milestone h1 {
  font-family: "Amaranth", sans-serif;
  font-size: 40px;
  color: #f49ac1;
  font-weight: 700;
  font-style: Bold;
  margin-bottom: 25px;
}

.cakeaboutab .milestone span {
  font-family: "Lato", serif;
  font-size: 14px;
  color: #696969;
  font-weight: 600;
  font-style: Bold;
  text-transform: uppercase;
}

.cakeinstagram {
  padding: 115px 0;
  text-align: center;
}

.cakeinstagram .insta-content {
  background: url("../../../404.html") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 165px 0;
  text-align: center;
}

.cakeinstagram .insta-content .border {
  width: 25%;
  background-color: #ffffff;
  margin-left: 40%;
  padding: 15px;
  border-radius: 50%;
}

.cakeinstagram .insta-content .border .insta-text {
  padding: 75px 0;
  background-color: #ffffff;
  border: 1px solid #f4f4f4;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.cakeinstagram .insta-content .border:hover .insta-text {
  border: 1px solid #333333;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.cakeinstagram p {
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.cakeinstagram p.title {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.3em;
  color: #333333;
}

.cakeinstagram a {
  font-family: "Amaranth", sans-serif;
  font-size: 18px;
  color: #f49ac1;
  font-weight: 400;
  font-style: Italic;
}

.cakecontact .ct-icon.pink-ico a:hover i {
  color: #ffffff;
  background-color: #f49ac1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.plantsubscribe {
  background: url("../../../404.html") no-repeat;
  background-position: center;
  background-size: cover;
}

.planttestimonial {
  background: url("../../../404.html") no-repeat;
  background-size: cover;
  padding: 50px;
}

.planttestimonial .heading-sec {
  text-align: center;
  margin-bottom: 45px;
}

.planttestimonial .plant-it {
  background-color: #ffffff;
  padding: 50px 30px;
  margin-right: 30px;
}

.planttestimonial .plant-it img.ava {
  margin-bottom: 30px;
}

.planttestimonial .plant-it p.name {
  text-transform: uppercase;
  color: #333333;
  font-weight: 700;
}

.planttestimonial .plant-it span {
  text-transform: none;
  font-family: "Amaranth", sans-serif;
  font-size: 14px;
  color: #696969;
  font-weight: 400;
  font-style: Italic;
}

.planttestimonial .plant-it p.quote {
  font-style: Italic;
  letter-spacing: 0.1em;
}

.planttestimonial .owl-pagination {
  display: none;
}

.planttestimonial .owl-buttons div {
  background: none !important;
  position: absolute;
}

.planttestimonial .owl-buttons div i {
  font-size: 48px;
  color: #696969;
}

.planttestimonial .owl-prev {
  float: left;
  left: -60px;
  top: 180px;
}

.planttestimonial .owl-next {
  float: right;
  right: -30px;
  top: 180px;
}

.plantblog {
  padding-bottom: 90px;
}

.plantproduct {
  padding: 100px 0;
}

.plantproduct .heading-sec {
  background: none;
}

.plantproduct .heading-sec img.icon {
  margin-bottom: 30px;
}

.plantproduct .heading-sec .title h1 {
  margin-top: -30px;
}

.plantproduct .arrival-box {
  margin-bottom: 30px;
}

.plantproduct .arrival-box:hover .pro-infor h2,
.plantproduct .arrival-box:hover .pro-infor a {
  color: #8eb35a;
  text-decoration: none;
}

.plantproduct .arrival-box:hover .pro-infor h2:after {
  width: 60px;
  background-color: #8eb35a;
}

.plantservice {
  padding-bottom: 90px;
  background: url("../../../404.html") no-repeat;
  background-position: center;
  margin-top: -300px;
}

.plantservice .blog-it-left {
  padding-top: 320px;
}

.plantservice img.icon {
  padding: 25px 35px;
  border-radius: 50%;
  background-color: #ffffff;
  margin-bottom: 40px;
}

.plantheading {
  text-align: center;
  padding: 100px 0;
}

.plantheading h1 {
  font-family: "Amaranth", sans-serif;
  font-size: 120px;
  color: #8eb35a;
  font-weight: 600;
  font-style: Bold;
}

.plantheading span {
  font-family: "Amaranth", sans-serif;
  font-size: 72px;
  color: #333333;
  font-weight: 400;
  font-style: Italic;
  margin-left: 130px;
}

.plantheading p {
  padding: 0 280px;
  margin-bottom: 30px;
  margin-top: 35px;
}

.plantheading h2 {
  font-family: "Lato", serif;
  font-size: 14px;
  color: #333333;
  font-weight: 600;
  font-style: Bold;
  text-transform: uppercase;
}

.aboutplanthero {
  background: url("../../../404.html") no-repeat;
}

.aboutplantintro {
  padding-top: 120px;
}

.aboutplantintro .ab-plant-left .team-it {
  margin-top: 30px;
}

.aboutplantintro .ab-plant-left .team-it img {
  width: 100%;
  position: relative;
}

.aboutplantintro .ab-plant-left .team-it .hover-inner {
  text-align: center;
  position: absolute;
  top: 100px;
  left: 50px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.aboutplantintro .ab-plant-left .team-it .hover-inner h2 {
  font-family: "Lato", serif;
  font-size: 18px;
  color: #696969;
  font-weight: 600;
  font-style: Bold;
  text-transform: uppercase;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 15px;
}

.aboutplantintro .ab-plant-left .team-it .hover-inner h2:after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #e7e5e4;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.aboutplantintro .ab-plant-left .team-it .hover-inner span {
  font-family: "Amaranth", sans-serif;
  font-size: 14px;
  color: #696969;
  font-weight: 700;
  font-style: Italic;
  text-transform: capitalize;
}

.aboutplantintro .ab-plant-left .team-it:hover img {
  opacity: 0.5;
}

.aboutplantintro .ab-plant-left .team-it:hover .hover-inner {
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.aboutplantintro .ab-plant-left .team-it:hover h2 {
  color: #8eb35a;
}

.aboutplantintro .ab-plant-left .team-it:hover h2:after {
  width: 60px;
  background-color: #8eb35a;
}

.aboutplantintro .ab-plant-r h1 {
  font-family: "Amaranth", sans-serif;
  font-size: 56px;
  color: #333333;
  font-weight: 700;
  font-style: Bold;
  margin-left: -100px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.aboutplantintro .ab-plant-r .it {
  margin-bottom: 35px;
}

.aboutplantintro .ab-plant-r .it img {
  margin-left: 30px;
}

.aboutplantintro .ab-plant-r .it h2 {
  font-family: "Lato", serif;
  font-size: 14px;
  color: #696969;
  font-weight: 900;
  font-style: Bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.aboutplantintro .ab-plant-r .it h2:before {
  height: 1px;
  width: 0px;
  display: inline-block;
  background-color: #8eb35a;
  content: "";
  position: absolute;
  top: 49%;
  left: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.aboutplantintro .ab-plant-r .it:hover h2:before {
  width: 30px;
}

.aboutplantintro .ab-plant-r .it:hover h2 {
  color: #8eb35a;
  padding-left: 40px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.aboutplantmilestone {
  padding-bottom: 100px;
}

.aboutplantmilestone .milestone h1 {
  color: #8eb35a;
}

.aboutplantads {
  padding: 100px 0;
}

.aboutplantads .plantads-left img.app {
  float: right;
  right: 0;
  margin-top: -100px;
}

.aboutplantads .plantads-left img.gg {
  float: left;
  left: 0;
  margin-top: -100px;
}

.aboutplantads .plantads-r .heading-sec {
  margin-bottom: 45px;
}

.aboutplantads .plantads-r h4.panel-title:hover a {
  background-color: #8eb35a !important;
  color: #ffffff !important;
}

.aboutplantads .plantads-r h4.panel-title:hover a.collapsed:after {
  color: #8eb35a !important;
  background-color: #ffffff !important;
}

.aboutplantads .plantads-r .panel {
  margin-bottom: 20px;
}

.aboutplantads .plantads-r .panel-group,
.aboutplantads .plantads-r .panel-group .panel,
.aboutplantads .plantads-r .panel-group .panel-heading,
.aboutplantads .plantads-r .panel-group .panel-heading a,
.aboutplantads .plantads-r .panel-group .panel-title,
.aboutplantads .plantads-r .panel-group .panel-title a,
.aboutplantads .plantads-r .panel-group .panel-body,
.aboutplantads
  .plantads-r
  .panel-group
  .panel-group
  .panel-heading
  + .panel-collapse
  > .panel-body {
  border-radius: 2px;
  border: 0;
}

.aboutplantads .plantads-r .panel-group .panel-heading {
  padding: 0;
}

.aboutplantads .plantads-r .panel-group .panel-heading a {
  display: block;
  background: #8eb35a;
  padding: 20px 30px;
  text-decoration: none;
  position: relative;
  font-family: "Amaranth", sans-serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: 800;
  font-style: Bold;
  letter-spacing: 0.1em;
}

.aboutplantads .plantads-r .panel-group .panel-heading a.collapsed {
  background: #f8f7f7;
  color: #333333;
}

.aboutplantads .plantads-r .panel-group .panel-heading a:after {
  content: "-";
  position: absolute;
  right: 20px;
  top: 18px;
  font-size: 16px;
  font-weight: 400;
  color: #8eb35a;
  padding: 0 3px;
  background-color: #ffffff;
  border-radius: 50%;
}

.aboutplantads .plantads-r .panel-group .panel-heading a.collapsed:after {
  content: "+";
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  padding: 1px 3px;
  background-color: #8eb35a;
  border-radius: 50%;
}

.aboutplantads .plantads-r .panel-group .panel-body {
  background: #f8f7f7;
  padding: 30px;
}

.aboutplantads .plantads-r .panel-group .panel {
  background-color: transparent;
}

.aboutplantads .plantads-r .panel-group .panel-body p:last-child,
.aboutplantads .plantads-r .panel-group .panel-body ul:last-child,
.aboutplantads .plantads-r .panel-group .panel-body ol:last-child {
  margin-bottom: 0;
}

.aboutplantlogo {
  margin-top: 0;
}

@media screen and (min-width: 1200px) and (max-width: 1670px) {
  #deal .deal-label {
    margin-left: 60px;
  }
  .productsv4 .products-it .pro-it_b {
    width: 90%;
  }
  .productsv4 .products-it .pro-it_b .hover-inner {
    left: 13%;
  }
  .flowerinstagram .insta-img {
    margin-left: 125px;
  }
  .flowerarrival .arr-left {
    background-position: center;
  }
  .flowerarrival {
    margin-left: 0;
  }
  .flowerdealv4 .dealv4-right {
    margin-left: 0;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .flowerarrival {
    margin-left: 0;
  }
  .flowerdealv4 .dealv4-right {
    margin-left: 0;
  }
  #deal .deal-label {
    margin-left: 0px;
    padding: 25px 0px;
  }
  .products .products-it {
    margin-left: 200px;
  }
  .products .products-it .pro-it_b {
    width: 30%;
  }
  .products .products-it .pro-it_b .hover-inner {
    left: 15%;
  }
  #adsv2 .ads-left .ads-text {
    padding-top: 130px;
  }
  #adsv2 .ads-right .ads-text.ad-r {
    padding-top: 115px;
    margin-left: 20px;
  }
  #adsv2 .ads-right .ads-text.ad-r h1.ad-r {
    letter-spacing: 0.1em;
  }
  .productsv4 .products-it {
    margin-left: 20px;
  }
  .productsv4 .products-it .pro-it_b {
    width: 85%;
  }
  .productsv4 .products-it .pro-it_b .hover-inner {
    left: 10%;
  }
  #aboutv1 .ab-right .quote {
    overflow: hidden;
    background-size: contain;
    padding-bottom: 60px;
  }
  .aboutlogo img {
    margin-left: 15px;
    margin-right: 15px;
  }
  .gallery .gallery-it .hover-inner {
    left: 25%;
  }
  .shopgrid .products-it {
    margin-left: 0;
  }
  .productdetail .pro-detail-infor .more-img {
    display: flex;
    flex-wrap: wrap;
  }
  .productdetail form {
    margin-left: 0;
  }
  .arrivals .pro-it_b.v2.arrival-it .hover-inner {
    left: 22%;
  }
  .flowerinstagram .insta-img {
    margin-left: 30px;
  }
  .flowerarrival .arr-left {
    background-position: center;
  }
  .flowerarrival .time span {
    padding: 0;
  }
  .flowerarrival .time p {
    padding: 3px;
  }
  .flowerblog .blog-fl-title {
    text-align: center;
    display: flex;
    flex-direction: column;
  }
  .flowerblog .blog-fl-title h1 {
    margin-top: 20px;
  }
}
.contact-left p {
  color: #ffffff;
}
.contact-left a.clickOnPhone {
  color: #ffffff !important;
}
.contact-left a {
  color: #ffffff !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  #rev_slider_3_1_wrapper {
    margin-left: 0 !important;
  }
  .flowerarrival .arr-left {
    background-position: center;
  }
  .flowerarrival .time span {
    padding: 0;
  }
  .flowerarrival .time p {
    padding: 0px;
  }
  .flowerblog .blog-fl-title {
    text-align: center;
    display: flex;
    flex-direction: column;
  }
  .flowerblog .blog-fl-title h1 {
    margin-top: 20px;
  }
  .blog .blog-it-left .blog-ct-left p {
    padding-right: 0;
  }
  .floweradsv3 .ads-item-left {
    margin-bottom: 30px;
  }
  .processv3 .process-it .step-icon {
    margin: 10px;
  }
  .flowerdealv4 .dealv4-right .first-it .left {
    margin-left: 50px;
  }
  .flowerarrival {
    margin-left: 0;
  }
  .flowerdealv4 .dealv4-right {
    margin-left: 0;
  }
  .flowerdealv4 .arr-right .arr-hd h1 {
    margin-left: 50px;
  }
  .flowerdealv4 .time {
    margin-left: 0;
  }
  .trendingv4 .right-it-3 span {
    left: 33%;
  }
  .plantheading p {
    padding: 0 100px;
  }
  .plantproduct .products-it .pro-it_b.arrival-it .hover-inner {
    left: 13%;
  }
  .planttestimonial .plant-it {
    margin-right: 100px;
  }
  #deal .deal-label {
    margin-left: 0px;
    padding: 25px 0px;
    width: 60%;
  }
  .products .products-it {
    margin-left: 200px;
  }
  .products .products-it .pro-it_b {
    width: 50%;
  }
  .products .products-it .pro-it_b .hover-inner {
    left: 20%;
  }
  #process {
    background: none;
  }
  #process .step1-icon i {
    margin-left: 20px;
  }
  #process .step1-icon:before {
    margin-left: 5px;
  }
  #process .step2-icon i {
    margin-left: 35px;
  }
  #process .step2-icon:before {
    margin-left: 20px;
  }
  #process .step3-icon i {
    margin-left: 80px;
  }
  #process .step3-icon:before {
    margin-left: 65px;
  }
  #process .step4-icon i {
    margin-left: 25px;
    margin-top: 135px;
  }
  #process .step4-icon:before {
    margin-left: 10px;
    margin-top: 125px;
  }
  #testimonial p.quote {
    padding-left: 150px;
    padding-right: 150px;
  }
  .blog-it-content2 {
    margin-top: 20px;
  }
  #chooseus .outer-it {
    margin-top: 0;
  }
  #adsv2 .ads-left {
    margin-right: 0;
    margin-bottom: 30px;
  }
  #adsv2 .ads-left .ads-text {
    padding-top: 130px;
  }
  #adsv2 .ads-right .ads-text.ad-r {
    padding-top: 115px;
    margin-left: 20px;
  }
  #adsv2 .ads-right .ads-text.ad-r h1.ad-r {
    letter-spacing: 0.1em;
  }
  .subscribev3 .sub-content {
    padding: 80px 80px;
  }
  .productsv4 .products-it {
    margin-left: 20px;
  }
  .productsv4 .products-it .pro-it_b {
    width: 85%;
  }
  .productsv4 .products-it .pro-it_b .hover-inner {
    left: 12%;
  }
  #farm .farm-it p {
    padding: 0 100px;
  }
  #aboutv1 .ab-right .quote {
    overflow: hidden;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .aboutlogo img {
    margin-bottom: 30px;
  }
  .gallery .gallery-items {
    margin-left: 50px;
  }
  .gallery .gallery-it {
    width: 45%;
  }
  .gallery .gallery-it .hover-inner {
    left: 25%;
  }
  .bloglistpost-v1 .bg-sidebar .search i {
    top: 15px;
  }
  .shopgrid .right-it {
    float: left;
    margin-left: 0;
  }
  .shopgrid .blogpanigation {
    margin-left: 15%;
  }
  .shopgrid .right-it {
    display: flex;
    flex-wrap: wrap;
  }
  .shopgrid .right-it .drop,
  .shopgrid .right-it .icon-select {
    margin-bottom: 30px;
  }
  .shopgrid .products-it {
    margin-left: 0;
  }
  .shopgrid .products-it .pro-it_b .hover-inner {
    left: 25%;
  }
  .productdetail .pro-detail-infor .more-img {
    display: flex;
    flex-wrap: wrap;
  }
  .productdetail form {
    margin-left: 0;
  }
  .productdetail .pro-description span {
    margin-right: 20%;
  }
  .blogsingle .blogsingle-content {
    width: 100%;
    margin-left: 0;
  }
  .contact .contact-left {
    padding-right: 30px;
  }

  .contactv2 .contact-top .ct-img img {
    width: 100%;
  }
  .contactv2 .contact-top .left-ct {
    padding-left: 0;
  }
  .contactv2 .contact-top .left-ct .ct-v2-hd {
    padding-top: 20px;
    padding-bottom: 20px;
    background-size: 35%;
  }
  .contactv2 .contact-form {
    width: 100% !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .arrivals .pro-it_b.v2.arrival-it .hover-inner {
    left: 12%;
  }
  .flowerinstagram .insta-img {
    margin-left: 80px;
  }
}

@media (max-width: 767px) {
  #rev_slider_3_1_wrapper {
    margin-left: 0 !important;
  }
  .heading-sec {
    background-size: 50% !important;
  }
  .products ul.menu-filter {
    display: flex;
    flex-direction: column;
  }
  .products ul.menu-filter li {
    margin-bottom: 30px;
  }
  .products .products-it {
    margin-left: 30px;
  }
  .products .products-it .pro-it_b {
    width: 80%;
    padding-bottom: 10px;
  }
  .products .products-it .pro-it_b .hover-inner {
    left: 15%;
  }
  .about .ab-item,
  .aboutv2 .ab-item {
    margin-bottom: 0;
  }
  .about .ab-intro p,
  .aboutv2 .ab-intro p {
    margin-left: 10%;
    margin-right: 10%;
  }
  #deal .deal-label {
    margin-left: 60px;
    width: 53%;
  }
  #deal .deal-right .deal-heading .time span,
  #deal .deal-right .deal-heading .time p {
    padding: 3px;
  }
  #process {
    background: none;
  }
  #process .heading-sec {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #process .process-step {
    margin-top: 90px;
  }
  #process .process-step .step1-icon i {
    margin-left: 100px;
    margin-top: 0;
  }
  #process .process-step .step1-icon:before {
    margin-left: 85px;
    margin-top: -10px;
    z-index: 999;
  }
  #process .process-step .step2-icon i {
    margin-left: 100px;
  }
  #process .process-step .st2,
  #process .process-step .st4 {
    margin-left: -15px;
  }
  #process .process-step .step2-icon:before {
    margin-left: 85px;
  }
  #process .process-step .step3-icon i {
    margin-left: 100px;
  }
  #process .process-step .st3 {
    margin-left: -10px;
  }
  #process .process-step .step3-icon:before {
    margin-left: 85px;
  }
  #process .process-step .step4-icon i {
    margin-left: 100px;
    margin-top: -25px;
  }
  #process .process-step .step4-icon:before {
    margin-left: 85px;
    margin-top: -35px;
  }
  #testimonial p.quote {
    padding-left: 30px;
    padding-right: 30px;
  }
  .blog-it-content2 {
    margin-top: 20px;
  }
  #chooseus .outer-it {
    margin-top: 0;
  }
  #chooseus .choose-it.it1:before {
    right: -5px;
  }
  #chooseus .choose-it.it2:before {
    right: -15px;
  }
  #chooseus .choose-it {
    overflow: hidden;
  }
  .aboutv2 .ab-items {
    display: flex;
    flex-direction: column;
  }
  .aboutv2 .ab-items .ab-item2 {
    margin-left: 80px;
    width: 50%;
  }
  #adsv2 {
    margin-top: 0;
    overflow: hidden;
  }
  #adsv2 .ads-left {
    margin-right: 0;
  }
  #adsv2 .ads-left .ads-text {
    padding-top: 130px;
  }
  #adsv2 .ads-left .ads-text h1 {
    font-size: 70px;
  }
  #adsv2 .ads-left .ads-text p {
    font-size: 10px;
  }
  #adsv2 .ads-right .ads-text.ad-r {
    padding-top: 140px;
    margin-left: 20px;
  }
  #adsv2 .ads-right .ads-text.ad-r h1.ad-r {
    font-size: 70px;
    letter-spacing: 0.1em;
  }
  #adsv2 .ads-right .ads-text.ad-r p.ad-r {
    font-size: 10px;
  }
  #offerv3 .offer-it {
    margin-bottom: 30px;
  }
  .subscribev3 .sub-content {
    padding: 80px 50px;
  }
  #aboutv4 .history-content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .dealv4 .deal-ct {
    background: none;
  }
  .productsv4 {
    overflow: hidden;
  }
  .productsv4 #owl-products .owl-controls {
    float: left;
    margin-left: 30px;
  }
  #topbar {
    overflow: hidden;
  }
  #farm .farm-it {
    margin-bottom: 30px;
  }
  #aboutv1 .ab-left {
    margin-bottom: 30px;
  }
  #aboutv1 .ab-left img {
    width: 100%;
  }
  #aboutv1 .ab-right img {
    width: 100%;
  }
  #aboutv1 .ab-right .quote {
    padding-top: 20px;
    background-size: contain;
  }
  .aboutlogo img {
    margin-bottom: 30px;
  }
  .farmers .farm-it {
    margin-bottom: 30px;
  }
  #aboutpagev2 .ab-right {
    margin-bottom: 30px;
  }
  #aboutpagev2 .ab-right .quote {
    background-size: contain;
  }
  .gallery .gallery-items {
    overflow: hidden;
  }
  .gallery .gallery-it {
    width: 100%;
  }
  .gallery .gallery-it .hover-inner {
    left: 25%;
  }
  .shopgrid .blogpanigation,
  .blogpanigation {
    margin-left: 0;
  }
  .shopgrid .blogpanigation ul,
  .blogpanigation ul {
    display: flex;
    flex-wrap: wrap;
  }
  .shopgrid .blogpanigation ul li,
  .blogpanigation ul li {
    margin-bottom: 30px;
  }
  .comingsoon {
    padding: 0px;
  }
  .comingsoon h1 {
    background-size: 50%;
  }
  .comingsoon .time {
    display: flex;
    flex-direction: column;
  }
  .comingsoon .time span.space {
    margin-top: 0;
  }
  .comingsoon .ct-icon {
    float: left;
    margin-left: 0;
  }
  .bloglistpost-v1 .bg-sidebar .search i {
    top: 15px;
  }
  .shopgrid .right-it {
    float: left;
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .shopgrid .right-it .drop {
    margin-bottom: 30px;
  }
  .shopgrid .right-it .icon-select a i {
    margin-right: 20px;
  }
  .shoplist .pro-list-it {
    overflow: hidden;
  }
  .shoplist .pro-list-it span.right {
    margin-top: 10px;
  }
  .shopgrid .products-it .pro-it_b {
    margin-top: 30px;
    margin-left: -15px;
    padding-bottom: 20px;
  }
  .shopgrid .products-it .pro-it_b .hover-inner {
    left: 17%;
  }
  .shopgrid.v2 .pro-infor {
    margin-left: -30px;
  }
  .productdetail {
    overflow: hidden;
  }
  .productdetail .pro-detail-infor .more-img {
    display: flex;
    flex-wrap: wrap;
  }
  .productdetail form {
    margin-left: 0;
  }
  .productdetail .pro-description span {
    margin-right: 20%;
  }
  .productdetail span.right {
    margin-top: -13px !important;
  }
  .productdetail .right-it {
    display: flex;
    flex-wrap: wrap;
  }
  .productdetail .right-it form.quantity {
    margin-bottom: 30px;
  }
  .productdetail .right-it .drop {
    margin-bottom: 30px;
  }
  .productdetail .tabs .tab-links {
    display: flex;
    flex-wrap: wrap;
  }
  .productdetail .tabs .tab-content .tab h2.cmt-heading {
    margin-left: 0;
  }
  .productdetail .tabs .tab-content .tab .cmt-it {
    margin-left: 0;
    margin-right: 0;
  }
  .productdetail .tabs .tab-content .tab .cmt-it .cmt-content span.right {
    float: left;
    left: 0;
  }
  .productdetail .tabs .tab-content .tab .cmt-it .cmt-content p {
    margin-top: 30px;
  }
  .productsidebar .pro-detail-infor .pro-list-it .right-it {
    display: flex;
    flex-wrap: wrap;
  }
  .productsidebar .pro-detail-infor .pro-list-it .right-it form {
    margin-bottom: 30px !important;
  }
  .productsidebar .pro-detail-infor .pro-list-it .pro-description span {
    margin-right: 5% !important;
  }
  #hero {
    overflow: hidden;
  }
  .bloglistpost-v1 .bg-sidebar .search i {
    top: 35px;
  }
  span.share {
    margin-right: 0;
  }
  .bloglistpost-v1 .blogpost-v1 .blog-it .video a.video-play img,
  .bloglistpost-v2 .blogpost-v1 .blog-it .video a.video-play img {
    left: 35%;
    top: 25%;
  }
  .blogsingle {
    margin-top: 0;
    padding-top: 0;
  }
  .blogsingle .blogsingle-content {
    margin-top: -30px;
    width: 100%;
    margin-left: 0;
    padding: 30px 30px;
  }
  .blogsingle .blogsingle-content p.quote {
    margin-left: 0;
  }
  .blogsingle .blogsingle-content span.share {
    float: left;
    left: 0;
    margin-top: 20px;
  }
  .blogsingle .blogsingle-content .panigation2 {
    padding: 20px 15px;
  }
  .blogsingle .blogsingle-content .comment .cmt2 {
    margin-left: 20px;
  }
  .blogsingle .blogsingle-content .comment .cmt-content {
    margin-top: 20px;
  }
  .blogsingle .blogsingle-content .comment a.loadmore {
    margin-left: 15%;
  }
  .contact .contact-left {
    padding-right: 30px;
    margin-top: 30px;
  }
  .contactv2 {
    overflow: hidden;
  }
  .contactv2 .heading-sec h4 {
    padding-right: 0;
  }
  .contactv2 h4 {
    padding-right: 30px;
  }
  .contactv2 .contact-top {
    margin-top: 30px;
    margin-left: 15px;
  }
  .contactv2 .contact-top .ct-img img {
    width: 100%;
  }
  .contactv2 .contact-top .left-ct {
    padding-left: 0;
  }
  .contactv2 .contact-top .left-ct .ct-v2-hd {
    padding-top: 20px;
    padding-bottom: 20px;
    background-size: 35%;
  }
  .contactv2 .contact-form {
    width: 100% !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .arrivals .products-it .pro-infor {
    margin-left: -30px;
  }
  .arrivals .pro-it_b.v2.arrival-it .hover-inner {
    left: 18%;
  }
  .floweraboutv2 {
    padding-top: 50px;
  }
  .floweraboutv2 img.ab-img {
    margin-bottom: 50px;
  }
  .floweraboutv2 img.ab-img-r {
    width: 100%;
    margin-bottom: 50px;
  }
  .floweraboutv2 .heading-sec h1 {
    font-size: 48px;
  }
  .flowerarrival {
    overflow: hidden;
    margin-left: 0;
  }
  .flowerarrival .arr-left {
    background-size: 100%;
    padding: 90px 0;
  }
  .flowerarrival .arr-left h2,
  .flowerarrival .arr-left h1,
  .flowerarrival .arr-left p {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .flowerarrival .time span,
  .flowerarrival .time p {
    padding: 3px;
  }
  .flowerarrival.trending {
    margin-right: 0;
    overflow: hidden;
  }
  .flowerarrival .arr-right .arr-hd h1 {
    margin-left: 30px;
  }
  .slogan h2 {
    font-size: 18px;
  }
  .slogan h1 {
    font-size: 40px;
    letter-spacing: 0.1em;
  }
  .slogan p {
    letter-spacing: 0.1em;
  }
  .flowerblog .blog-fl-title h1 {
    margin-left: 80px;
    margin-top: 25px;
  }
  .flowersliderv3 {
    overflow: hidden;
  }
  .flowersliderv3 .slider-right {
    padding-top: 60px;
  }
  .floweradsv3 .ads-item-left {
    margin-bottom: 30px;
  }
  .flowercategories {
    overflow: hidden;
  }
  .flowercategories .fl-cate-ct h2.item1 {
    left: 20%;
  }
  .floweraboutv4 .flowerintro p {
    padding-right: 20px;
    margin-left: 0;
    margin-right: 0;
  }
  .floweraboutv4 .ab-flower-it {
    padding-right: 30px;
  }
  .trendingv4 .arr-hd h1 {
    margin-top: 0;
    padding-top: 30px;
  }
  .trendingv4 .right-it-3 span {
    display: none;
  }
  .flowerdealv4 .dealv4-right {
    margin-left: 0;
  }
  .flowerdealv4 .time {
    margin-left: 0;
  }
  .flowerdealv4 .time span,
  .flowerdealv4 .time p {
    padding: 0px;
  }
  .flowerdealv4 .dealv4-right .first-it .left {
    margin-left: 30px;
  }
  .plantheading {
    padding-bottom: 0;
  }
  .plantheading h1 {
    font-size: 78px;
  }
  .plantheading span {
    margin-left: 0;
    font-size: 52px;
  }
  .plantheading p {
    padding: 15px 0;
  }
  .plantservice .blog-it-left {
    padding-top: 30px;
  }
  .plantservice .blog-it-left .blog-ct-left p {
    padding-right: 0;
  }
  .plantservice {
    background: none;
    margin-top: 50px;
  }
  .plantservice img.icon {
    margin-bottom: 20px;
  }
  .plantproduct .products-it .pro-infor {
    margin-left: -30px;
  }
  .plantproduct .products-it .pro-it_b.arrival-it .hover-inner {
    left: 18%;
  }
  .planttestimonial {
    padding-top: 20px;
  }
  .planttestimonial .plant-it {
    padding: 20px 10px;
  }
  .planttestimonial .plant-it .star-rate {
    margin-bottom: 10px;
  }
  .flower-bg {
    display: none;
  }
  .cakecategories {
    margin-top: 0px;
  }
  .cakecategories .cake-heading h1 {
    margin-top: 30px;
    font-size: 24px;
  }
  .cakearrival .heading-sec h1 {
    font-size: 24px;
  }
  .cakearrival .blog-it-left .cakeblog-ct .arr-date {
    margin-right: 0;
    margin-left: 0;
    width: 30%;
  }
  .aboutflowerab {
    padding-top: 30px;
  }
  .aboutflowerab .process-it .step-icon {
    margin-left: 5px;
    margin-right: 5px;
  }
  .flowerab-ads,
  .aboutlogo {
    overflow: hidden;
  }
  .aboutflowerabv2 .ab-flow-r {
    padding-right: 30px;
    padding-left: 30px;
  }
  .aboutflowerabv2 .ab-flow-r .ab-introv2 {
    margin-bottom: 30px;
  }
  .aboutflowerabv2 .ab-flow-r .ab-introv2 h1 {
    font-size: 48px;
  }
  .aboutflowerabv2 .ab-flow-r .ab-introv2 h2.pink {
    font-size: 24px;
  }
  .aboutflowerabv2 .ab-flower-it {
    margin-bottom: 30px;
  }
  .aboutplantintro .ab-plant-left .team-it .hover-inner {
    left: 90px;
  }
  .aboutplantintro .ab-plant-r h1 {
    margin-left: 0;
  }
  .aboutplantintro .ab-plant-r .it img {
    margin-bottom: 30px;
  }
  .aboutplantads .plantads-r .panel-group .panel-heading a {
    padding: 16px 25px;
  }
  .cakeaboutab .item1 .heading-sec {
    padding: 15px;
  }
  .cakeaboutab .item1 .heading-sec p {
    padding-right: 30px;
  }
  .cakeaboutab .item1 .ab-right p.quote {
    padding-right: 30px;
  }
  .cakeaboutab .item1 .ab-right {
    padding-right: 30px;
    padding-left: 30px;
  }
  .cakeaboutab .item2 {
    padding: 0;
  }
  .cakeinstagram .insta-content .border {
    margin-left: 20px;
    width: 90%;
  }
}

section#topbar {
  padding: 0;
  background-color: #444444;
}

section#topbar .top-left {
  padding-top: 15px;
}

section#topbar .top-left p {
  color: #828282;
  margin-left: 40px;
}

section#topbar .top-left p span {
  color: #ffffff;
}

section#topbar ul.topbar-right {
  float: right;
  margin-right: 100px;
}

section#topbar ul.topbar-right li a {
  color: #828282;
}

section#topbar ul.topbar-right li a.login {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 15px;
  border-left: 1px solid #828282;
  border-right: 1px solid #828282;
}

section#topbar ul.topbar-right li a:hover {
  color: #8eb35a;
  background: none !important;
}

section#topbar ul.topbar-right li.dropdown button {
  background: none !important;
  border: none;
  color: #828282;
  margin-top: 10px;
}

section#topbar ul.topbar-right li.dropdown button ul.dropdown-menu.level1 li a {
  color: #828282 !important;
}

.fixed-nav1,
.fixed-nav3,
.fixed-nav4 {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
}

.fixed-nav3 .main-logo {
  display: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.fixed-nav4 {
  margin-top: -15px;
}

.fixed-nav4 .topsearch.show {
  margin-top: 15px;
  height: 39px;
}

.fixed-nav4 .main-logo4 {
  display: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.fixed-nav4 nav#mainNav3 {
  border-top: none !important;
}

header {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  z-index: 999;
  width: 100%;
  display: block;
}

header .navbar-default {
  border: none;
  /*margin-bottom: 0;*/
  margin-bottom: 20px;
}

header nav ul.hd-menu {
  margin-top: 10px;
}

header nav {
  border-bottom: none !important;
  background-color: #ffffff !important;
}

header nav ul.hd-menu {
  margin-left: 15%;
}

header nav ul.hd-menu li.dropdown a {
  color: #696969;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Lato", serif;
  font-weight: 700;
  margin-right: 25px;
  padding: 40px 0 40px 0;
  border: none;
  background: none;
}

header nav ul.hd-menu li.dropdown a i {
  margin-left: 5px;
}

header nav ul.hd-menu li.dropdown a.white {
  color: #ffffff;
}

header nav ul.hd-menu li.dropdown a.lv1:hover,
header nav ul.hd-menu li.dropdown.open a.lv1 {
  color: #8eb35a !important;
  background: none !important;
}

header nav ul.hd-menu li.dropdown a.lv1.white:hover,
header nav ul.hd-menu li.dropdown.open a.lv1.white {
  color: #f49ac1 !important;
  background: none !important;
}

header nav ul.hd-menu li.dropdown a.lv1.grey:hover,
header nav ul.hd-menu li.dropdown.open a.lv1.grey {
  color: #f49ac1 !important;
  background: none !important;
}

header nav ul.hd-menu ul.dropdown-menu.level1.pink {
  border-top: 2px solid #f49ac1 !important;
}

header
  nav
  ul.hd-menu
  ul.dropdown-menu.level1.pink
  li.dropdown
  ul.dropdown-menu.level2 {
  border-top: 2px solid #f49ac1 !important;
}

header nav ul.hd-menu ul.dropdown-menu.level1.pink li a:hover {
  background: none !important;
  color: #f49ac1 !important;
  border-bottom: 1px solid #f49ac1 !important;
}

header nav ul.hd-menu ul.dropdown-menu.level1 {
  border-top: 2px solid #8eb35a !important;
  border: none;
  margin-left: -30px;
  min-width: 220px;
}

header nav ul.hd-menu ul.dropdown-menu.level1 li a {
  font-family: "Lato", serif;
  font-size: 14px;
  color: #696969;
  font-weight: 500;
  font-style: Regular;
  text-transform: capitalize;
  margin: 10px 20px 10px 20px;
  padding-left: 0;
  padding-top: 8px !important;
  padding-bottom: 20px;
  border-bottom: 1px solid #f4f4f4 !important;
}

header nav ul.hd-menu ul.dropdown-menu.level1 li a i {
  font-size: 12px !important;
  margin-right: 10px;
  margin-left: -10px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

header nav ul.hd-menu ul.dropdown-menu.level1 li.it-last a {
  border-bottom: 1px solid transparent !important;
}

header nav ul.hd-menu ul.dropdown-menu.level1 li a:hover {
  background: none !important;
  color: #8eb35a !important;
  border-bottom: 1px solid #8eb35a !important;
}

header nav ul.hd-menu ul.dropdown-menu.level1 li a:hover i {
  margin-left: 10px;
  margin-right: 10px;
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

header nav ul.hd-menu ul.dropdown-menu.level1 li.dropdown i.fa-caret-right {
  float: right;
  right: 0;
  margin-top: 5px;
}

header
  nav
  ul.hd-menu
  ul.dropdown-menu.level1
  li.dropdown
  ul.dropdown-menu.level2 {
  border-top: 2px solid #8eb35a !important;
  top: -17px;
  border: none;
  min-width: 220px !important;
}

header .right-menu {
  float: left;
  left: 0;
  margin-top: 45px;
}

header .right-menu i {
  margin-left: 25px;
  font-size: 24px;
  color: #333333;
  font-weight: 500;
}

header .right-menu i:hover {
  color: #8eb35a;
}

header .right-menu button {
  background: none;
  border: none;
}

header .right-menu button i {
  margin-left: 0;
}

header .right-menu button.white i {
  color: #ffffff;
}

header .right-menu button.white i:hover {
  color: #f49ac1;
}

.flower-hd3 .right-menu.gray button i {
  color: #696969;
}

.flower-hd3 .hd-logo img.logo-1 {
  padding-top: 22px;
  display: block;
}

.flower-hd3 .hd-logo img.logo-2 {
  display: none;
}

.fixed-nav1 .hd-logo img.logo-1 {
  display: none;
}

.fixed-nav1 .hd-logo img.logo-2 {
  padding-top: 22px;
  display: block;
}

.flower-hd .topsearch input,
.flower-hd2 .topsearch input {
  background: #f49ac1;
}

.flower-hd2 {
  box-shadow: none !important;
  position: absolute;
}

.flower-hd2 ul.nav {
  opacity: 0;
}

.flower-hd2 .navbar-default {
  background-color: transparent !important;
}

.flower-hd4 .right-menu button i {
  color: #ffffff;
}

.flower-hd.fixed-nav4 .nav4 {
  background-color: #333333 !important;
}

.flower-hd2.fixed-nav1,
.flower-hd4.fixed-nav1 {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05) !important;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05) !important;
  position: fixed;
}

.flower-hd2.fixed-nav1 ul.nav,
.flower-hd4.fixed-nav1 ul.nav {
  opacity: 1;
}

.flower-hd2.fixed-nav1 .navbar-default,
.flower-hd4.fixed-nav1 .navbar-default {
  background-color: #ffffff !important;
}

.flower-hd4.fixed-nav1 button i {
  color: #696969;
}

.ht-header .hd-logo img.logo {
  margin-top: 15px;
  height: 120px;
  z-index: ;
}

.ht-headerv3 .header-logov3 {
  padding-top: 50px;
  padding-bottom: 35px;
  z-index: 1;
}

.ht-headerv3 nav#mainNav3 {
  border-top: 1px solid #f4f4f4;
}

.ht-headerv3 nav#mainNav3 ul.hd-menu3 {
  float: none !important;
  margin-left: 20%;
  margin-right: 0%;
}

.ht-headerv3 nav#mainNav3 ul.hd-menu3 .right-menu {
  float: none !important;
  margin-right: 0;
}

.ht-headerv3 .right-menu {
  float: right;
  margin-right: 100px;
  margin-top: -65px;
}

.ht-headerv3 .right-menu button {
  margin-right: 30px;
}

.ht-headerv4 button.open5 {
  display: none;
}

.ht-headerv4 .hd-if {
  display: flex;
  margin-top: 50px;
}

.ht-headerv4 .hd-if i {
  font-size: 40px;
  color: #696969;
  margin-left: 20px;
  margin-right: 20px;
}

.ht-headerv4 .hd-if button.open4 {
  border: none;
  background: none;
}

.ht-headerv4 .hd-if .hd-infor {
  margin-top: 10px;
}

.ht-headerv4 .hd-if .hd-infor p {
  text-transform: uppercase;
  font-size: 12px;
  color: #696969;
  margin-bottom: 0;
  margin-left: 0;
}

.ht-headerv4 .hd-if .hd-infor span {
  font-family: "Amaranth", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #696969;
  font-style: Italic;
}

.ht-headerv4 .hd-if .hd-infor span.phone {
  color: #8eb35a;
}

.ht-headerv4 .hd-if .hd-infor span.pink {
  color: #f49ac1;
}

.ht-headerv4 .hd-if.right {
  float: left;
  left: 0;
}

.ht-headerv4 nav#mainNav3 {
  margin-left: 15%;
  margin-right: 15%;
}

.ht-headerv4 nav#mainNav3 ul.hd-menu3 {
  margin-left: 25%;
}

.ht-headerv4 nav#mainNav3 .right-menu {
  margin-right: 230px;
}

.ht-headerv4 img.logo {
  margin-left: 60px;
}

.ht-headerv4 .nav4 {
  background: #ffffff;
}

.ht-headerv4 nav.flower-nav {
  background: #333333 !important;
}

#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: #000;
  display: none;
}

#boxes .window {
  position: fixed;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 470px;
  height: 575px;
  display: none;
  z-index: 9999;
  text-align: center;
}

#boxes #dialog img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  #boxes .window {
    position: fixed;
    overflow: hidden;
    left: 0;
    top: 0;
    width: 270px;
    height: 375px;
    display: none;
    z-index: 9999;
    text-align: center;
  }
}

.topsearch {
  height: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  transition: height 0.5s;
}

.topsearch input {
  background: #8eb35a;
  border: none;
  text-align: center;
  height: 0;
  transition: height 0.5s;
  color: #ffffff;
}

.topsearch input[type="text"]::-webkit-input-placeholder {
  line-height: 40px;
  font-family: "Lato", serif;
  font-size: 16px;
  color: #ffffff;
  font-weight: "";
  font-style: Bold;
}

.show {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  transition: height 0.5s;
  visibility: visible;
  height: 50px;
}

.show input {
  height: 50px;
  transition: height 0.5s;
}

#page {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.main {
  position: relative;
  overflow: hidden;
  display: block;
}

.main:before {
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  position: absolute;
  left: 0;
  background: #000;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  z-index: 9999999;
}

.sidenav {
  display: none;
  position: fixed;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  width: 400px;
  height: 100%;
  background: #ffffff;
  overflow-y: auto;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 150px;
}

.sidenav .closebtn,
.sidenav .closebtn2,
.sidenav .closebtn3,
.sidenav .closebtn4,
.sidenav .closebtn5 {
  text-align: center;
}

.sidenav .closebtn i,
.sidenav .closebtn2 i,
.sidenav .closebtn3 i,
.sidenav .closebtn4 i,
.sidenav .closebtn5 i {
  font-size: 24px;
  color: #696969;
}

.sidenav .closebtn i:hover,
.sidenav .closebtn2 i:hover,
.sidenav .closebtn3 i:hover,
.sidenav .closebtn4 i:hover,
.sidenav .closebtn5 i:hover {
  color: #8eb35a;
}

.sidenav .closebtn {
  margin-top: -700px;
}

.sidenav .closebtn2,
.sidenav .closebtn3,
.sidenav .closebtn4,
.sidenav .closebtn5 {
  margin-top: -225px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover,
.sidenav .offcanvas a:focus {
  color: #f1f1f1;
}

.sidenav p {
  font-family: "Amaranth", sans-serif;
  color: #696969;
  font-style: Italic;
  text-align: center;
  background: url("../images/uploads/sidebar-bg.png") no-repeat;
  background-position: center;
  background-size: 40%;
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 80px;
}

.sidenav p span {
  font-weight: 700;
}

.sidenav p.cart-product {
  padding-bottom: 10px;
  border-bottom: 1px solid #f4f4f4;
}

.sidenav h2 {
  padding-left: 30px;
  border-left: 3px solid #8eb35a;
  margin-top: 30px;
  margin-bottom: 30px;
}

.sidenav .menu {
  display: flex;
  margin-left: 40px;
  margin-right: 40px;
}

.sidenav .menu .menu-right a,
.sidenav .menu .menu-left a {
  font-family: "Lato", serif;
  font-size: 14px;
  color: #ababab;
  font-weight: 600;
  font-style: Bold;
  text-transform: uppercase;
}

.sidenav .menu .menu-right a:hover,
.sidenav .menu .menu-left a:hover {
  color: #8eb35a;
}

.sidenav .menu .menu-left {
  margin-right: 50px;
}

.sidenav .ct-icon {
  display: flex;
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 30px;
}

/* .sidenav .ct-icon a i.fa-facebook {
  padding: 10px 13px 10px 13px;
} */

.sidenav .ct-icon a i {
  font-size: 16px;
  color: #696969;
  padding: 10px;
  border: 1px solid #f4f4f4;
  border-radius: 50%;
}

.sidenav .ct-icon a:hover i {
  color: #ffffff;
  background-color: #8eb35a;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.sidenav .fb + .tooltip {
  left: 50px !important;
}

.sidenav .fb + .tooltip.top > .tooltip-arrow {
  left: 40px !important;
}

.sidenav .tw + .tooltip {
  left: 135px !important;
}

.sidenav .tw + .tooltip.top > .tooltip-arrow {
  left: 30px !important;
}

.sidenav .yt + .tooltip {
  left: 210px !important;
}

.sidenav .yt + .tooltip.top > .tooltip-arrow {
  left: 35px !important;
}

.sidenav .vm + .tooltip {
  left: 295px !important;
}

.sidenav .vm + .tooltip.top > .tooltip-arrow {
  left: 29px !important;
}

.sidenav .btn-sidebar-r {
  margin-left: 50px;
  margin-right: 40px;
  display: flex;
}

.sidenav .btn-sidebar-r a.login {
  padding: 12px 20px 12px 20px;
  text-transform: uppercase;
  border: 1px solid #8eb35a;
  border-radius: 25px;
  background-color: #ffffff;
  font-family: "Lato", serif;
  font-size: 14px;
  color: #8eb35a;
  font-weight: 700;
  font-style: Bold;
  margin-right: 10px;
  margin-left: 30px;
  padding: 5px 30px;
}

.sidenav .btn-sidebar-r a.login:hover {
  padding: 12px 20px 12px 20px;
  text-transform: uppercase;
  background-color: #8eb35a;
  border: 1px solid #8eb35a;
  border-radius: 25px;
  font-family: "Lato", serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  font-style: Bold;
  padding: 5px 30px;
}

.sidenav .search {
  margin-left: 40px;
  margin-right: 40px;
  position: relative;
}

.sidenav .search ::-webkit-input-placeholder {
  font-family: "Amaranth", sans-serif;
  color: #e4e4e4;
  font-weight: 700;
  font-size: 24px;
  padding: 10px 10px;
}

.sidenav .search input {
  border-bottom: 1px solid #e4e4e4 !important;
  border: none;
}

.sidenav .search i {
  font-size: 25px;
  position: absolute;
  float: right;
  right: 20px;
  top: 0px;
}

nav#menu {
  width: 250px;
  height: 100%;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 999;
}

.mobile-btn {
  opacity: 0;
  margin-top: 35px;
  margin-left: 30px;
}

.mobile-btn button {
  border: none;
  background: none;
  font-size: 24px;
  color: #333333;
}

.mobile-btn button:hover {
  color: #8eb35a;
}

button#btn {
  display: block;
}

button#close-btn {
  display: none;
}

.mobile-menu #menu {
  background-color: #ffffff;
}

.mobile-menu #menu ul {
  margin: 0;
  padding: 0;
}

.mobile-menu #menu li,
.mobile-menu #menu .sub-menu {
  border: 1px solid #f4f4f4;
}

.mobile-menu #menu .sub-menu {
  background: #f4f4f4;
  width: 100%;
  display: none;
}

.mobile-menu #menu .sub-menu li {
  margin-right: -3px;
}

.mobile-menu #menu li,
.mobile-menu #menu a {
  position: relative;
  display: block;
  text-decoration: none;
  outline: 0;
  color: #696969;
  font-size: 15px;
  font-family: "Lato";
  text-transform: capitalize;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0em;
}

.mobile-menu #menu a {
  padding: 0.5em 1.5em;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.mobile-menu #menu a:hover {
  background: #f4f4f4;
  color: #8eb35a;
}

.mobile-menu #menu .sub-menu li:last-child {
  border-width: 0;
}

.mobile-menu #menu a i.fa.fa-caret-right {
  display: none;
}

.mobile-menu #menu li i.ion-ios-arrow-down {
  top: 0;
  float: right;
  right: 0;
  padding: 0.5em 1.2em;
  position: absolute;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-color: #f4f4f4;
  display: inline-block;
  border: none;
}

.mobile-menu #menu li i.ion-ios-arrow-down:hover {
  background-color: #8eb35a;
  color: #ffffff;
}

@media screen and (min-width: 1200px) and (max-width: 1670px) {
  header nav ul.hd-menu {
    margin-left: 0;
    float: right;
    right: 0;
  }
  header nav ul.hd-menu li.dropdown a {
    margin-right: 40px;
  }
  .ht-headerv4 nav#mainNav3 .right-menu {
    margin-right: 50px;
  }
  .ht-headerv4 nav#mainNav3 ul.hd-menu3 {
    margin-left: 10%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  header {
    padding-bottom: 30px;
    background: #ffffff;
  }
  .ht-header .mobile-btn {
    opacity: 1;
  }
  .ht-header nav ul.hd-menu {
    display: none;
  }
  .ht-header .hd-logo img.logo {
    margin-left: 300px;
    width: 100%;
  }
  .ht-header .right-menu button.menu-btn {
    opacity: 0;
  }
  .ht-headerv3 nav#mainNav3 ul.hd-menu3 {
    margin-left: 10%;
  }
  .ht-headerv3 .right-menu {
    float: right;
    margin-right: 50px;
  }
  .ht-headerv4 nav#mainNav3 {
    margin-left: 10%;
    margin-right: 10%;
  }
  .ht-headerv4 nav#mainNav3 ul.hd-menu3 {
    margin-left: 5%;
  }
  .ht-headerv4 .right-menu {
    margin-right: 0px !important;
  }
  .ht-headerv4 img.logo {
    margin-left: 50px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-logo {
    display: flex;
  }
  .mobile-btn {
    opacity: 1;
  }
  .ht-header {
    padding-bottom: 35px;
    background: #ffffff;
  }
  .ht-header nav ul.hd-menu {
    display: none;
  }
  .ht-header .hd-logo img.logo {
    margin-left: 200px;
  }
  .ht-header .right-menu button.menu-btn {
    opacity: 0;
  }
  .ht-headerv3 ul.hd-menu3 {
    display: none;
  }
  .ht-headerv3 .right-menu {
    margin-top: -90px;
    margin-right: 0;
  }
  .ht-headerv3 img.logo {
    margin-left: 200px;
    margin-top: -20px;
  }
  .ht-headerv4 .mobile-btn {
    margin-left: 100px;
  }
  .ht-headerv4 nav#mainNav3 .right-menu {
    margin-right: 0;
  }
  .ht-headerv4 .hd-if {
    display: none;
  }
  .ht-headerv4 button.search-top-bt {
    display: none;
  }
  .ht-headerv4 button.open5 {
    display: block;
    margin-top: -20px;
  }
  .ht-headerv4 img.logo {
    margin-top: -80px;
    margin-left: 300px;
  }
  .flower-hd img.logo {
    margin-top: -140px;
  }
  .flower-hd button.open5 {
    margin-top: -20px;
  }
  .flower-hd .header-logov3 {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  header {
    overflow: hidden;
  }
  #decorate {
    margin-top: 0;
  }
  .ht-header {
    padding-bottom: 30px;
    background: #ffffff;
  }
  .ht-header .mobile-btn {
    opacity: 1;
    margin-top: 25px;
    margin-left: 10px;
  }
  .ht-header .right-menu button.menu-btn {
    opacity: 0;
  }
  .main-logo {
    display: flex;
  }
  .main-logo img.logo {
    width: 60%;
    margin-left: 10px;
  }
  header .right-menu {
    margin-top: -40px;
    float: right;
    margin-right: 0;
  }
  header .right-menu button {
    margin-left: 0;
    margin-right: 10px;
  }
  header .right-menu button.search-top-bt,
  header .right-menu button.menu-btn {
    display: none;
  }
  .ht-headerv3 {
    overflow: hidden;
  }
  .ht-headerv3 .mobile-btn {
    opacity: 1;
    margin-left: 0px;
  }
  .ht-headerv3 ul.hd-menu3 {
    display: none;
  }
  .ht-headerv3 .right-menu {
    margin-top: -73px;
    margin-right: 0;
  }
  .ht-headerv3 img.logo {
    margin-top: -15px;
    margin-left: 0px;
  }
  .ht-headerv4 nav#mainNav3 .right-menu {
    margin-right: 0;
  }
  .ht-headerv4 .hd-if {
    display: none;
  }
  .ht-headerv4 button.search-top-bt {
    display: none;
  }
  .ht-headerv4 img.logo {
    margin-top: -150px;
    margin-left: 85px;
    width: 45%;
  }
  .ht-headerv4 button.open5 {
    display: block;
    margin-top: -37px;
    margin-right: -30px;
  }
  .ht-headerv4 .header-logov3 {
    padding-bottom: 0;
  }
  section#topbar .top-left p {
    margin-left: 0;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }
  section#topbar ul.topbar-right {
    float: none;
    margin-right: 0;
  }
  section#topbar ul.topbar-right li {
    text-align: center;
  }
  .flower-hd img.logo {
    width: 50%;
    margin-top: -150px;
    margin-left: 75px;
  }
  .flower-hd button.open5 {
    margin-top: -35px;
  }
  .flower-hd2 {
    position: inherit;
  }
}

footer.ht-footer {
  padding-top: 115px;
}
.ht-footer {
  background-image: url(../images/footer-pattern.png);
  background-size: cover;
}
footer.ht-footer .ft-heading h6 {
  font-family: "Amaranth", sans-serif;
  font-size: 18px;
  color: #333333;
  font-weight: 700;
  font-style: Bold;
  margin-bottom: 40px;
}

footer.ht-footer ul {
  list-style: none;
  margin-left: 0;
}

footer.ht-footer ul li {
  margin-bottom: 15px;
}

footer.ht-footer ul li a {
  font-family: "Lato", serif;
  font-size: 15px;
  color: #696969;
  font-weight: "";
  font-style: Regular;
}

footer.ht-footer ul li:hover a {
  color: #ffffff;
  text-decoration: none;
}

footer.ht-footer .ft-contact ul.ct-it li i {
  font-size: 18px;
  color: #ababab;
  margin-right: 25px;
}

footer.ht-footer .ft-contact .ct-icon {
  margin-bottom: 30px;
}

footer.ht-footer .ft-contact .ct-icon a {
  margin-right: 10px;
}

/* footer.ht-footer .ft-contact .ct-icon a i.fa-facebook {
  padding: 10px 13px 10px 13px;
} */

footer.ht-footer .ft-contact .ct-icon a i {
  font-size: 16px;
  color: #114e15;
  padding: 10px;
  border: 1px solid #f4f4f4;
  border-radius: 50%;
}

footer.ht-footer .ft-contact .ct-icon a:hover i {
  color: #ffffff;
  background-color: #8eb35a;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

footer.ht-footer .ft-contact .ct-icon.pink-ico a:hover i {
  background-color: #f49ac1;
}

footer.ht-footer img.ft-line {
  width: 100%;
  margin-top: 85px;
  margin-bottom: 30px;
}

footer.ht-footer .photo-it {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

footer.ht-footer .photo-it .img-ft {
  position: relative;
}

footer.ht-footer .photo-it .img-ft img {
  margin-bottom: 12px;
  margin-right: 12px;
  width: 73px;
  height: 73px;
  position: relative;
}

footer.ht-footer .photo-it .hover-inner-ft {
  position: absolute;
  width: 87%;
  height: 87%;
  top: 0;
  left: 0;
  content: "";
  background-color: #696969;
  opacity: 0;
  text-align: center;
  transition: all 0.5s;
}

footer.ht-footer .photo-it .hover-inner-ft .icon {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}

footer.ht-footer .photo-it .hover-inner-ft a,
footer.ht-footer .photo-it .hover-inner-ft i {
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
}

footer.ht-footer .photo-it .img-ft:hover .hover-inner-ft {
  opacity: 0.9;
  transition: all 0.5s;
}

footer.ht-footer .ft-below-left p {
  font-family: "Amaranth", sans-serif;
  font-size: 14px;
  color: #ababab;
  font-weight: "";
  font-style: Italic;
}

footer.ht-footer .ft-below-left p a {
  color: #8eb35a;
}

footer.ht-footer .ft-below-left p a.pink {
  color: #f49ac1;
}

footer.ht-footer .ft-below-right {
  float: right;
  right: 0;
  margin-top: -25px;
}

footer.ht-footer .ft-below-right p a {
  text-transform: uppercase;
  font-family: "Lato", serif;
  font-size: 12px;
  color: #696969;
  font-weight: 700;
  font-style: Bold;
}

footer.ht-footer .ft-below-right p a:hover {
  text-decoration: none;
  color: #8eb35a;
}

footer.ht-footer .ft-below-right p a.pink:hover {
  color: #f49ac1;
}

.ht-footer4 {
  background-color: #454545;
}

.ht-footer4 .ft-heading h6 {
  color: #ffffff !important;
}

.ht-footer4 ul li:hover a {
  color: #8eb35a !important;
}

.ht-footer4 ul li a,
.ht-footer4 .ft-below-left p {
  color: #ababab !important;
}

.ht-footer4 .ct-icon a i {
  border: 1px solid #ababab !important;
}

.ft-flowerv3 ul.pink li:hover a {
  color: #f49ac1;
  text-decoration: none;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (max-width: 767px) {
  footer.ht-footer .ft-below-right {
    float: left;
    left: 0;
    margin-top: 0;
  }
  .flowerft .ft-contact {
    margin-top: 30px !important;
    float: left !important;
    left: 0;
  }
}

footer.ht-footer.flowerft {
  padding-top: 0;
  padding-bottom: 0;
}

footer.ht-footer.flowerft .ft-below-left p {
  color: #696969;
}

footer.ht-footer.flowerft .ft-below-left p a {
  color: #f49ac1;
}

footer.ht-footer.flowerft .ft-contact {
  float: right;
  right: 0;
  margin-top: -60px;
}

footer.ht-footer.flowerft .ft-contact .ct-icon a:hover i {
  background-color: #f49ac1;
}

.quick-links {
}

.quick-links ul {
  padding: 0;
  list-style: none;
}

.quick-links ul li {
  margin-bottom: 10px !important;
}

.quick-links ul li a {
  text-decoration: none;
  font-family: "Lato", serif;
  font-size: 14px;
  color: #696969;
}

.quick-links ul li a:hover {
  color: #3a5e01;
  text-decoration: none;
}

.history-content {
  width: 90%;
  /*max-width: 570px;*/
  margin: 0 auto;
  background-color: #ffffff;
  /*padding-bottom: 70px;*/
  /*padding-top: 30px;*/
  /*padding-right: 60px;*/
  /*padding-left: 60px;*/
  position: relative;
}

.modal {
  display: block;
  position: fixed;
  z-index: 9999;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 40%;
}

.footer-bottom {
  background-color: whitesmoke;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.philosophy-content {
  width: 90%;
  /*max-width: 570px;*/
  margin: 0 auto;
  background-color: #ffffff;
  padding-bottom: 70px;
  padding-top: 30px;
  padding-right: 60px;
  padding-left: 60px;
  position: relative;
}

.philosophy-content .heading-sec {
  background: url("../images/uploads/heading-bg.png") no-repeat;
  text-align: center;
  background-position: center;
  /*background-size: 40%;*/
  padding-top: 30px;
  padding-bottom: 30px;
}

.philosophy-content p {
  line-height: 1.8;
  margin-bottom: 20px;
}

.philosophy-content p span {
  color: #8eb35a;
  font-style: Italic;
  font-weight: 500;
}

.philosophy {
  margin-top: 30px;
  padding-top: 55px;
  padding-bottom: 150px;
  background: url("../images/uploads/ab-bgv4.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
}

.overlay {
  background-color: black;
  z-index: 2;
}

.hero-h1-div {
  bottom: 0;
  position: absolute;
  width: 100%;
  text-align: center;
  /* margin-top: -100px; */
  bottom: 10%;
}

.hero-h1-div h1 {
  color: aliceblue;
}

.hero img {
  opacity: 0.8;
  object-fit: cover;
  max-height: 400px;
  width: 100%;
}

.cultivation-bg {
  background-image: url("../images/uploads/ab-bgv4.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: 70%;
  background-size: 70%;
}

::placeholder {
  color: red;
  opacity: 1;
}

@media (min-device-width: 1025px) {
  a.clickOnPhone {
    text-decoration: none;
    cursor: pointer;
    color: #696969 !important;
  }

  a.clickOnPhone:hover {
    color: #ffffff !important;
  }
}
.footer-bottom a {
  font-family: "Lato", serif;
  text-decoration: none;
  color: #ffffff;
}
.footer-bottom a:hover {
  color: #b4d677 !important;
  text-decoration: none;
}

.footer-link {
  font-family: "Lato", serif;
  text-decoration: none;
  color: #ffffff;
}

.footer-link:hover {
  color: #b4d677 !important;
  text-decoration: none;
}

.footer-active {
  color: #3a5e01 !important;
  font-weight: 900;
}

.navbar-active {
  color: #8eb35a !important;
  font-weight: 900;
}

#mod-search-searchword::-webkit-input-placeholder {
  color: white !important;
}