@import url("navigation.css");

@import url(//fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);

/*
* BASIC STYLE
  - General Style
  - Headings Style
  - Button Style
  - Form Style
  - Spacer Style

* HEADER
  - Header Style
  - Navigation Menu
  - Right Side Menu Button (Search, Cart, Bar, etc)

* FOOTER

* ELEMENTS
  - Team Box
  - Skills Bar
  - Accordion Tab
  - Counter
  - Service Box
  - Pricing
  - Testimonials
  - Client Logo
  - Icon
  - Table

* GLOBAL STYLES
  - Push Menu Style (Top, Bottom, Left, right)
  - Contents (Body, Container, Section, etc)
  - Contants (Portfolio, Blog, Shop etc)
  - Parallax
  - Slider
  - Preloader
  - Additional
*/

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

/* BASIC STYLE    ||---------------------------- */

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

.brambl-theme ::-moz-selection {
  background-color: #e6ae49;
  color: #FFF;
}

.brambl-theme ::selection {
  background-color: #e6ae49;
  color: #FFF;
}

/*  General Style   ||-----------*/

.brambl-theme
body,
.brambl-theme  html {
  height: 100%;
  margin: 0;
  padding: 0;
}

.brambl-theme {
  line-height: 24px;
  color: #323232;
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}

.brambl-theme

img {
  height: auto;
  max-width: 100%;
  border: none;
  outline: none;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}

.brambl-theme

a,
.brambl-theme  a:focus,
.brambl-theme  a:active,
.brambl-theme  a:link,
.brambl-theme  img {
  outline: none;
}

.brambl-theme

a {
  cursor: pointer;
  text-decoration: none;
  color: #323232;
  transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
}

.brambl-theme

a:hover {
  color: #e6ae49;
  text-decoration: none;
  transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
}

.brambl-theme

.video {
  display: block;
}

.brambl-theme

.audio {
  width: 100%;
}

.brambl-theme

br {
  font-size: 0;
  line-height: 0;
}

.brambl-theme

hr {
  margin-bottom: 0px;
  margin-top: 0px;
  border-top: 1px solid #f1f1f1;
  border-bottom: none;
  border-left: none;
  border-right: none;
}

.brambl-theme
hr.dark {
  border-top: 1px solid #3e3e3e;
}

.brambl-theme
b,
.brambl-theme  strong {
  font-weight: 600;
}

.brambl-theme

small,
.brambl-theme  small a {
  font-size: 11px;
  color: #888;
}

.brambl-theme

ul.list-inside {
  list-style: inside;
}

.brambl-theme

ul.list-none {
  list-style: none;
  padding-left: 0px;
  margin-left: 0;
}

.brambl-theme

ul.list-none-ib {
  list-style: none;
  padding-left: 0px;
  margin-left: 0;
}

.brambl-theme

ul.list-none-ib li,
.brambl-theme  .list-none-ib {
  list-style: none;
  display: inline-block;
}

.brambl-theme

ul.text-cap li,
.brambl-theme  .text-cap {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
}

.brambl-theme

p {
  margin: 0px 0 10px 0;
}

.brambl-theme

p.lead,
.brambl-theme  .lead {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.brambl-theme

p.dark,
.brambl-theme  .dark,
.brambl-theme  a.dark,
.brambl-theme  h1.dark,
.brambl-theme  h2.dark,
.brambl-theme  h3.dark,
.brambl-theme  h4.dark,
.brambl-theme  h5.dark,
.brambl-theme  h6.dark {
  color: #323232 !important;
}

.brambl-theme

p.white,
.brambl-theme  .white,
.brambl-theme  a.white,
.brambl-theme  h1.white,
.brambl-theme  h2.white,
.brambl-theme  h3.white,
.brambl-theme  h4.white,
.brambl-theme  h5.white,
.brambl-theme  h6.white {
  color: #fff !important;
}

.brambl-theme

p.color,
.brambl-theme  .color,
.brambl-theme  a.color,
.brambl-theme  h1.color,
.brambl-theme  h2.color,
.brambl-theme  h3.color,
.brambl-theme  h4.color,
.brambl-theme  h5.color,
.brambl-theme  h6.color,
.brambl-theme  li.link:hover,
.brambl-theme  li.link a:hover,
.brambl-theme  .color {
  color: #e6ae49 !important;
}

.brambl-theme

.gray {
  color: #888;
}

.brambl-theme

.light-color h1,
.brambl-theme  .light-color h2,
.brambl-theme  .light-color h3,
.brambl-theme  .light-color h4,
.brambl-theme  .light-color h5,
.brambl-theme  .light-color h6,
.brambl-theme  .light-color p,
.brambl-theme  .light-color,
.brambl-theme  .light-color .container-icon {
  color: #fff;
}

.brambl-theme

.dark-color h1,
.brambl-theme  .dark-color h2,
.brambl-theme  .dark-color h3,
.brambl-theme  .dark-color h4,
.brambl-theme  .dark-color h5,
.brambl-theme  .dark-color h6,
.brambl-theme  .dark-color p,
.brambl-theme  .dark-color,
.brambl-theme  .dark-color .container-icon {
  color: #323232;
}

.brambl-theme

.dark-bg {
  background: #323232;
  color: #fff;
}

.brambl-theme

.dark-bg h1,
.brambl-theme  .dark-bg h2,
.brambl-theme  .dark-bg h3,
.brambl-theme  .dark-bg h4,
.brambl-theme  .dark-bg h5,
.brambl-theme  .dark-bg h6,
.brambl-theme  .dark-bg p,
.brambl-theme  .dark-bg .link,
.brambl-theme  .dark-bg .container-icon,
.brambl-theme  .dark-bg .page-icon-top {
  color: #fff;
}

.brambl-theme
.dark-bg .link:hover,
.brambl-theme  .link:hover {
  color: #e6ae49;
}

.brambl-theme

.gray-bg {
  background: #f7f7f7;
  color: #323232;
}

.brambl-theme

.gray-bg h1,
.brambl-theme  .gray-bg h2,
.brambl-theme  .gray-bg h3,
.brambl-theme  .gray-bg h4,
.brambl-theme  .gray-bg h5,
.brambl-theme  .gray-bg h6,
.brambl-theme  .gray-bg .container-icon {
  color: #323232;
}

/*Headings Style   ||-----------*/

.brambl-theme .separator {
  height: 1px;
  width: 32px;
  background: #888;
  margin-top: 5px;
  margin-bottom: 3px;
  border: 0 none;
}

.brambl-theme .separator.right {
  float: right;
}

.brambl-theme .separator.center {
  margin-left: auto;
  margin-right: auto;
}

.brambl-theme .separator.color {
  background: #e6ae49;
}

.brambl-theme .separator.white {
  background: #fff;
}

.brambl-theme h1,
.brambl-theme h2,
.brambl-theme h3,
.brambl-theme h4,
.brambl-theme h5,
.brambl-theme h6 {
  color: #323232;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 10px;
}

.brambl-theme h1 {
  font-size: 43px;
  letter-spacing: 2px;
  line-height: 40px;
}

.brambl-theme h1.h1,
.brambl-theme h2.h2 {
  letter-spacing: 15px;
}

@media (max-width: 767px) {
  .brambl-theme h1.h1,
  .brambl-theme h2.h2 {
    letter-spacing: 0px;
  }
}

.brambl-theme h2 {
  font-size: 27px;
  letter-spacing: 2px;
  line-height: 37px;
  margin-bottom: 20px;
  padding-top: 10px;
}

.brambl-theme h3 {
  font-size: 21px;
  letter-spacing: 4px;
  line-height: 32px;
}

.brambl-theme h4 {
  font-size: 17px;
  letter-spacing: 2px;
  line-height: 28px;
}

.brambl-theme h4.h4 {
  letter-spacing: 4px;
}

.brambl-theme h5 {
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 23px;
  font-weight: 600;
}

.brambl-theme h6 {
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 17px;
  font-weight: 600;
}

.brambl-theme h1.large {
  font-size: 50px;
}

/*Button Style   ||-----------*/

.brambl-theme .btn:focus {
  outline: none;
}

.brambl-theme .btn,
.brambl-theme button {
  font-size: 12px;
  line-height: normal;
  font-weight: 700;
  letter-spacing: 2px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
}

.brambl-theme .btn i,
.brambl-theme button i,
.brambl-theme i.left {
  margin-right: 6px;
}

.brambl-theme i.right {
  margin-left: 6px;
  margin-right: 0px !important;
}

.brambl-theme button {
  vertical-align: top;
}

.brambl-theme .btn-full {
  width: 100% !important;
  display: inline-block;
  text-align: center;
}

.brambl-theme .btn-lg {
  padding: 15px 25px;
  display: inline-block;
}

.brambl-theme .btn-md {
  padding: 11px 20px;
  display: inline-block;
}

.brambl-theme .btn-xs {
  padding: 11px 15px 10px;
  display: inline-block;
}

.brambl-theme .btn-line-xs {
  padding: 7px 15px 7px;
  display: inline-block;
}

.brambl-theme .btn-icon {
  padding: 0px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  display: inline-table !important;
}

.brambl-theme .btn-black {
  color: #fff;
  background: #323232;
  border: none;
}

.brambl-theme .btn-black:hover {
  color: #fff;
  /*background: #e6ae49;*/
  background: rgba(50,50,50,0.85);
}

.brambl-theme .btn-color-a,
.brambl-theme .btn-color-b {
  color: #fff;
  background: #e6ae49;
  border: none;
}

.brambl-theme .btn-color-a:hover {
  color: #fff;
  background: rgba(230,174,73,0.85);
}

.brambl-theme .btn-color-b:hover {
  color: #fff;
  /*color: #e6ae49;
        background: #fff;*/
  background: rgba(230,174,73,0.85);
}

.brambl-theme .btn-white {
  color: #323232;
  background: rgba(255,255,255,1);
  border-color: transparent;
}

.brambl-theme .btn-white:hover {
  /*color: #fff;
        background: #e6ae49;*/
  background: rgba(255,255,255,0.85);
  color: #323232;
}

.brambl-theme .btn-black-line,
.brambl-theme .btn-white-line,
.brambl-theme .btn-color-line {
  border: 2px solid;
  background: none;
}

.brambl-theme .btn-black-line {
  color: #323232;
  border-color: #323232;
  padding: 9px 20px;
}

.brambl-theme .btn-black-line:hover {
  color: #fff;
  background: #323232;
}

.brambl-theme .btn-color-line {
  color: #e6ae49;
  border-color: #e6ae49;
  padding: 9px 20px;
}

.brambl-theme .btn-color-line:hover {
  color: #fff;
  background: #e6ae49;
}

.brambl-theme .btn-white-line {
  color: #fff;
  border-color: #fff;
  padding: 9px 20px;
}

.brambl-theme .btn-white-line:hover {
  color: #323232;
  background: #fff;
}

.brambl-theme .btn-link-a,
.brambl-theme .btn-link-b {
  color: #323232;
  background: none;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 3px;
  border-bottom: 1px dotted transparent;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 2px;
}

.brambl-theme .btn-link-a:hover {
  color: #e6ae49;
  border-bottom: 1px solid #e6ae49;
}

.brambl-theme .btn-link-b:hover {
  color: #fff;
  border-bottom: 2px solid #fff;
}

.brambl-theme .btn-space-5 {
  width: 5px;
  min-height: 1px;
  display: inline-block;
}

.brambl-theme .btn-space-10 {
  width: 10px;
  min-height: 1px;
  display: inline-block;
}

/*Form Style   ||-----------*/

.brambl-theme button {
  outline: none;
  border: none;
}

.brambl-theme button,
.brambl-theme html input[type="button"],
.brambl-theme input[type="reset"],
.brambl-theme input[type="submit"] {
  cursor: pointer;
  display: inline-block;
}

.brambl-theme button,
.brambl-theme input,
.brambl-theme textarea,
.brambl-theme select {
  font-size: 12px;
}

.brambl-theme input[type="text"],
.brambl-theme input[type="email"],
.brambl-theme input[type="tel"],
.brambl-theme input[type="number"],
.brambl-theme input[type="password"],
.brambl-theme input[type="radio"],
.brambl-theme input[type="checkbox"],
.brambl-theme textarea,
.brambl-theme select {
  border: 1px solid #ddd;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  color: #888;
  outline: none;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 13px;
  padding: 10px 15px;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  display: inline-block;
}

.brambl-theme input[type="text"]:focus,
.brambl-theme input[type="email"]:focus,
.brambl-theme input[type="tel"]:focus,
.brambl-theme input[type="number"]:focus,
.brambl-theme input[type="radio"]:focus,
.brambl-theme input[type="checkbox"]:focus,
.brambl-theme input[type="password"]:focus,
.brambl-theme textarea:focus {
  border-color: #e6ae49;
  color: #323232;
}

.brambl-theme input,
.brambl-theme textarea,
.brambl-theme select {
  margin-bottom: 20px;
  font-size: 12px;
}

.brambl-theme input.input-sm,
.brambl-theme .input-sm {
  padding: 8px 15px;
}

.brambl-theme textarea {
  height: 120px;
}

.brambl-theme label {
  color: #323232;
  font-size: 13px;
  margin-bottom: 10px;
  padding-right: 3px;
  margin-top: 6px;
  font-weight: 600;
}

.brambl-theme .form-full {
  width: 100%;
}

.brambl-theme .form-field-wrapper {
  margin-bottom: 20px;
}

.brambl-theme .form-field-wrapper input,
.brambl-theme .form-field-wrapper textarea,
.brambl-theme .form-field-wrapper select {
  margin-bottom: 0px;
}

.brambl-theme form .error {
  border-color: #e1534f;
}

.brambl-theme form label.error {
  margin-bottom: 0px;
  margin-top: 3px;
  color: #e1534f;
  font-size: 12px;
  font-weight: 400;
}

.brambl-theme .successContent,
.brambl-theme .errorContent {
  margin-bottom: 20px;
  display: none;
  text-transform: none;
  letter-spacing: 1px;
}

/* Spacer Style   ||-----------*/

.brambl-theme .spacer-15 {
  width: 100%;
  height: 15px;
}

.brambl-theme .spacer-30 {
  width: 100%;
  height: 30px;
}

.brambl-theme .spacer-45 {
  width: 100%;
  height: 45px;
}

.brambl-theme .spacer-60 {
  width: 100%;
  height: 60px;
}

.brambl-theme .spacer-75 {
  width: 100%;
  height: 75px;
}

.brambl-theme .spacer-90 {
  width: 100%;
  height: 90px;
}

.brambl-theme .no-padding {
  padding: 0 !important;
}

.brambl-theme .padding-30 {
  padding: 30px !important;
}

.brambl-theme .padding-40 {
  padding: 40px !important;
}

.brambl-theme .plr-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.brambl-theme .pl-0 {
  padding-left: 0;
}

.brambl-theme .pr-0 {
  padding-right: 0;
}

.brambl-theme .ptb-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.brambl-theme .pt-0 {
  padding-top: 0px !important;
}

.brambl-theme .pb-0 {
  padding-bottom: 0px !important;
}

.brambl-theme .ptb {
  padding-top: 110px;
  padding-bottom: 110px;
}

.brambl-theme .pt {
  padding-top: 110px;
}

.brambl-theme .pb {
  padding-bottom: 110px;
}

.brambl-theme .ptb-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.brambl-theme .pt-15 {
  padding-top: 15px;
}

.brambl-theme .pb-15 {
  padding-bottom: 15px;
}

.brambl-theme .ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.brambl-theme .pt-60 {
  padding-top: 60px;
}

.brambl-theme .pb-60 {
  padding-bottom: 60px;
}

.brambl-theme .ptb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.brambl-theme .pt-80 {
  padding-top: 80px;
}

.brambl-theme .pb-80 {
  padding-bottom: 80px;
}

.brambl-theme .mtb-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.brambl-theme .mlr-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.brambl-theme .mt-0 {
  margin-top: 0px !important;
}

.brambl-theme .mb-0 {
  margin-bottom: 0px !important;
}

.brambl-theme .ml-0 {
  margin-left: 0px !important;
}

.brambl-theme .mr-0 {
  margin-right: 0px !important;
}

.brambl-theme .mtb-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.brambl-theme .mt-80 {
  margin-top: 80px;
}

.brambl-theme .mb-80 {
  margin-bottom: 80px;
}

.brambl-theme .mtb-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.brambl-theme .mt-60 {
  margin-top: 60px;
}

.brambl-theme .mb-60 {
  margin-bottom: 60px;
}

.brambl-theme .mtb-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.brambl-theme .mt-45 {
  margin-top: 45px;
}

.brambl-theme .mb-45 {
  margin-bottom: 45px;
}

.brambl-theme .mtb-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.brambl-theme .mt-30 {
  margin-top: 30px;
}

.brambl-theme .mb-30 {
  margin-bottom: 30px;
}

.brambl-theme .ml-30 {
  margin-left: 30px;
}

.brambl-theme .mr-30 {
  margin-right: 30px;
}

.brambl-theme .mtb-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.brambl-theme .mt-25 {
  margin-top: 25px;
}

.brambl-theme .mb-25 {
  margin-bottom: 25px;
}

.brambl-theme .mtb-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.brambl-theme .mt-15 {
  margin-top: 15px;
}

.brambl-theme .mb-15 {
  margin-bottom: 15px;
}

.brambl-theme .float-left {
  float: left;
}

.brambl-theme .float-right {
  float: right;
}

@media (max-width: 991px) {
  .brambl-theme .mtb-sm-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .brambl-theme .mt-sm-60 {
    margin-top: 60px;
  }

  .brambl-theme .mb-sm-60 {
    margin-bottom: 60px;
  }

  .brambl-theme .mtb-sm-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .brambl-theme .mt-sm-45 {
    margin-top: 45px;
  }

  .brambl-theme .mb-sm-45 {
    margin-bottom: 45px;
  }

  .brambl-theme .mtb-sm-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .brambl-theme .mt-sm-30 {
    margin-top: 30px;
  }

  .brambl-theme .mb-sm-30 {
    margin-bottom: 30px;
  }

  .brambl-theme .mtb-sm-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .brambl-theme .mt-sm-15 {
    margin-top: 15px;
  }

  .brambl-theme .mb-sm-15 {
    margin-bottom: 15px;
  }

  .brambl-theme .ptb-sm-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .brambl-theme .pt-sm-0 {
    padding-top: 0px;
  }

  .brambl-theme .pb-sm-0 {
    padding-bottom: 0px;
  }

  .brambl-theme .ptb-sm-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .brambl-theme .pt-sm-30 {
    padding-top: 30px;
  }

  .brambl-theme .pb-sm-30 {
    padding-bottom: 30px;
  }

  .brambl-theme .ptb-sm-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .brambl-theme .pb-sm-60 {
    padding-bottom: 60px;
  }

  .brambl-theme .pt-sm-60 {
    padding-top: 60px;
  }

  .brambl-theme .ptb-sm-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brambl-theme .pb-sm-80 {
    padding-bottom: 80px;
  }

  .brambl-theme .pt-sm-80 {
    padding-top: 80px;
  }

  .brambl-theme .float-none-sm {
    float: none !important;
  }

  .brambl-theme .float-left-sm {
    float: left !important;
  }

  .brambl-theme .float-right-sm {
    float: right !important;
  }
}

@media (max-width: 767px) {
  .brambl-theme .mtb-xs-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .brambl-theme .mt-xs-0 {
    margin-top: 0px;
  }

  .brambl-theme .mb-xs-0 {
    margin-bottom: 0px;
  }

  .brambl-theme .mtb-xs-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .brambl-theme .mt-xs-15 {
    margin-top: 15px;
  }

  .brambl-theme .mb-xs-15 {
    margin-bottom: 15px;
  }

  .brambl-theme .mtb-xs-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .brambl-theme .mt-xs-30 {
    margin-top: 30px;
  }

  .brambl-theme .mb-xs-30 {
    margin-bottom: 30px;
  }

  .brambl-theme .mtb-xs-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .brambl-theme .mt-xs-60 {
    margin-top: 60px;
  }

  .brambl-theme .mb-xs-60 {
    margin-bottom: 60px;
  }

  .brambl-theme .ptb-xs-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .brambl-theme .pt-xs-30 {
    padding-top: 30px;
  }

  .brambl-theme .pb-xs-30 {
    padding-bottom: 30px;
  }

  .brambl-theme .ptb-xs-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .brambl-theme .pb-xs-60 {
    padding-bottom: 60px;
  }

  .brambl-theme .pt-xs-60 {
    padding-top: 60px;
  }

  .brambl-theme .float-none-xs {
    float: none !important;
  }

  .brambl-theme .float-left-xs {
    float: left !important;
  }

  .brambl-theme .float-right-xs {
    float: right !important;
  }
}

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

/* HEADER         ||---------------------------- */

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

/* Header Style */

.brambl-theme .wrapper {
  position: relative;
  width: 100%;
}

.brambl-theme .push-body-totop .header.sticky {
  position: fixed;
  top: 64px;
}

.brambl-theme .header .container {
  position: relative;
}

.brambl-theme .header {
  background-color: #fff;
  /*border-bottom: 1px solid #eee;*/
  color: #323232;
  /*padding:25px 0px;*/
  padding: 0px;
  position: relative;
  /*top: 0;*/
  transition: all 0.25s ease 0s;
  -webkit-transition-: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  width: 100%;
  z-index: 1030;
}

.brambl-theme .header.sticky {
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  color: #323232;
  position: fixed;
  z-index: 2030;
  transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
}

.brambl-theme .full-intro .header {
  background-color: rgba(255,255,255,0);
  border-bottom: none;
  position: absolute;
}

.brambl-theme .full-intro .header.sticky {
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  color: #323232;
  position: fixed;
  /*border-bottom: 1px solid #eee;*/
}

.brambl-theme .background--dark .header,
.brambl-theme .background--dark .header a,
.brambl-theme .background--dark .header .side-menu-btn ul li a.right-icon,
.brambl-theme .background--dark .header .mobile-menu-icon {
  color: #fff;
}

.brambl-theme .background--light .header,
.brambl-theme .background--light .header a,
.brambl-theme .full-intro .header.sticky a,
.brambl-theme .header a,
.brambl-theme .header.sticky a,
.brambl-theme .mobile-menu-icon,
.brambl-theme .header.sticky .mobile-menu-icon,
.brambl-theme .header .side-menu-btn ul li a.right-icon,
.brambl-theme .header.sticky .side-menu-btn ul li a.right-icon,
.brambl-theme .header .mobile-menu-icon,
.brambl-theme .header.sticky .mobile-menu-icon {
  color: #323232;
}

/*#menu-button.menu-opened .bar-icon,*/

.brambl-theme .header .side-menu-btn ul li a.right-icon:hover,
.brambl-theme .header.sticky .side-menu-btn ul li a.right-icon:hover,
.brambl-theme .header .mobile-menu-icon:hover,
.brambl-theme .background--dark .header .navigation a:hover {
  color: #e6ae49;
}

.brambl-theme .header li {
  list-style: outside none none;
}

.brambl-theme .header ul,
.brambl-theme .header li {
  margin: 0;
  padding: 0;
}

/* logo Style */

.brambl-theme .header .logo a img.l-white,
.brambl-theme .header .logo a img.l-color,
.brambl-theme .header.sticky .logo a img.l-white,
.brambl-theme .header.sticky .logo a img.l-black,
.brambl-theme .full-intro .header.sticky .logo a img.l-white,
.brambl-theme .background--dark .header .logo a img.l-color,
.brambl-theme .background--dark .header .logo a img.l-black,
.brambl-theme .background--light .header .logo a img.l-light,
.brambl-theme .background--light .header .logo a img.l-color {
  opacity: 0;
}

.brambl-theme .header .logo a img.l-black,
.brambl-theme .header.sticky .logo a img.l-black,
.brambl-theme .background--light .header .logo a img.l-black,
.brambl-theme .background--dark .header .logo a img.l-white {
  opacity: 1;
}

.brambl-theme .header .logo {
  float: left;
  display: inline-block;
}

.brambl-theme .header .logo a {
  position: relative;
  display: block;
  width: 132px;
  margin-top: 34px;
}

.brambl-theme .header.sticky .logo a {
  width: 115px;
  margin-top: 23px;
}

.brambl-theme .logo a img {
  position: absolute;
  width: 100%;
  opacity: 0;
  display: block;
}

/* Navigation Menu Style*/

.brambl-theme .mobile-menu-icon-wraper {
  display: none;
  position: relative;
  float: left;
  margin-left: 20px;
}

.brambl-theme .mobile-menu-icon,
.brambl-theme .header.sticky .mobile-menu-icon {
  height: 25px;
  display: block;
  font-size: 17px;
  line-height: 24px;
}

.brambl-theme .side-menu-btn-fix {
  position: fixed;
  top: 25px;
  right: 25px;
  z-index: 2001;
  font-size: 17px;
}

.brambl-theme .side-menu-btn-fix a {
  width: 35px;
  height: 35px;
  text-align: center;
  background: rgba(0,0,0,0.8);
  display: block;
  border-radius: 3px;
  color: #fff;
  line-height: 34px;
}

.brambl-theme .side-menu-btn-fix a:hover {
  background: #e6ae49;
}

.brambl-theme header.sticky .navigation a.current-ele {
  color: #e6ae49 !important;
}

/* Right Side Menu Button Style*/

.brambl-theme .header .side-menu-btn {
  float: right;
  position: relative;
}

.brambl-theme .header .side-menu-btn > ul > li,
.brambl-theme .header .mobile-menu-icon-wraper {
  float: left;
  padding: 35px 0 34px;
  margin-left: 20px;
  transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
}

.brambl-theme .header.sticky .side-menu-btn > ul > li,
.brambl-theme .header.sticky .mobile-menu-icon-wraper {
  padding: 19px 0 20px;
}

.brambl-theme .header .side-menu-btn ul li a.right-icon {
  display: block;
  position: relative;
}

.brambl-theme .header .side-menu-btn ul li a.right-icon {
  height: 25px;
  background-repeat: no-repeat;
  font-size: 17px;
}

.brambl-theme .cart .cart-notification {
  position: absolute;
  width: 16px;
  height: 16px;
  font-size: 11px;
  color: #fff;
  right: -5px;
  bottom: -3px;
  display: block;
  background: #e6ae49;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-weight: 700;
  text-align: center;
  line-height: 14px;
}

.brambl-theme .cart-dropdown {
  background: rgba(32, 32, 32, 0.95);
  color: #fff;
  position: absolute;
  top: 130%;
  right: 0;
  width: 250px;
  padding: 15px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.brambl-theme .cart-dropdown .cart-list {
  margin: 0px;
  padding: 0px;
  display: table;
}

.brambl-theme .cart-dropdown .cart-list li {
  list-style: none;
  padding: 15px 0px 15px 0px;
  display: block;
  margin: 0px;
  border-bottom: 1px solid #3e3e3e;
  position: relative;
  display: block;
  float: left;
  width: 100%;
}

.brambl-theme .cart-dropdown .cart-list li > .close-cart-list {
  position: absolute;
  right: 0px;
  top: 15px;
  width: 15px;
  height: 15px;
  display: block;
  background-image: none !important;
  color: #fff;
}

.brambl-theme .cart-dropdown .cart-list li > .close-cart-list:hover {
  color: #e6ae49;
  background-image: none !important;
}

.brambl-theme .cart-dropdown .cart-list .media {
  margin-top: 0px;
}

.brambl-theme .cart-dropdown .cart-list .media .pull-left {
  width: 70px;
}

.brambl-theme .cart-dropdown .cart-list .media .pull-left img {
  width: 100%;
}

.brambl-theme .cart-dropdown .cart-list .media .media-body {
  width: 125px;
}

.brambl-theme .cart-dropdown .cart-list .media h6,
.brambl-theme .cart-dropdown .cart-list .media h5,
.brambl-theme .cart-dropdown .cart-list .media p {
  margin-top: 0px;
  margin-bottom: 5px;
}

.brambl-theme .cart-dropdown,
.brambl-theme .cart-dropdown .cart-list .media a {
  color: #fff;
}

.brambl-theme .cart-dropdown .cart-list .media a:hover {
  color: #e6ae49;
}

.brambl-theme .cart-dropdown {
  color: #fff;
  padding-top: 10px;
}

.brambl-theme .cart-dropdown .cart-sub-totle {
  color: #fff;
  padding-top: 15px;
}

.brambl-theme .cart-dropdown .cart-checkout-btn a {
  margin-top: 15px;
}

.brambl-theme .cart-dropdown .cart-checkout-btn a.checkout {
  color: #fff;
}

.brambl-theme .cart-dropdown .cart-checkout-btn a.checkout:hover {
  /*color: #e6ae49;*/
  color: #fff;
}

.brambl-theme .header .side-menu-btn ul li:hover .cart-dropdown {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

@media (max-width: 767px) {
  .brambl-theme .header .side-menu-btn > ul > li,
  .brambl-theme .header .mobile-menu-icon-wraper {
    margin-left: 16px;
  }

  .brambl-theme .background--dark .header .side-menu-btn ul li a.right-icon,
  .brambl-theme .background--dark .header .mobile-menu-icon {
    color: #323232;
  }

  .brambl-theme .header .logo a img.l-black,
  .brambl-theme .background--dark .header .logo a img.l-black {
    opacity: 1;
  }

  .brambl-theme .header .logo a img.l-white {
    display: none;
    opacity: 0;
  }

  .brambl-theme .header {
    background: #fff;
    color: #323232;
  }

  .brambl-theme .full-intro .header {
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 991px) {
  /* HEADER STYLE ------------ */

  .brambl-theme .header .side-menu-btn ul li,
  .brambl-theme .header .mobile-menu-icon-wraper {
    padding: 19px 0 20px;
  }

  .brambl-theme .header .logo a,
  .brambl-theme .header.sticky .logo a {
    margin-top: 25px;
    width: 95px;
  }

  /* END HEADER STYLE ------------------ */
}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}

/*==============================================================================================*/

/* FOOTER         ||---------------------------- */

/*==============================================================================================*/

.brambl-theme .footer {
  background-color: #f7f7f7;
  color: #323232;
  position: relative;
  width: 100%;
  display: block;
}

.brambl-theme .footer hr {
  border-color: #eee;
}

.brambl-theme .footer .footer-info p {
  color: #323232;
}

.brambl-theme .footer-logo {
  max-width: 125px;
  display: inline-block;
  width: 100%;
}

.brambl-theme .footer .social,
.brambl-theme .contact .social {
  font-size: 20px;
}

.brambl-theme .footer ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.brambl-theme .footer ul.social li,
.brambl-theme .contact ul.social li {
  display: inline-block;
  margin: 0 10px 0 0;
}

.brambl-theme .footer .link a {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
}

.brambl-theme .footer .link-small a {
  font-weight: 600;
  text-transform: none;
}

.brambl-theme .footer .copyright {
  text-align: center;
}

.brambl-theme .newsletter {
  position: relative;
}

.brambl-theme .newsletter .newsletter-input,
.brambl-theme .newsletter .newsletter-input:focus {
  width: 100%;
  border-top: 0px none;
  border-left: 0px none;
  border-right: 0px none;
  padding-right: 40px !important;
  background: rgba(255,255,255,0);
}

.brambl-theme .newsletter .newsletter-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 18px;
  background: rgba(255,255,255,0);
}

@media (max-width: 767px) {
  .brambl-theme .footer {
    text-align: center;
  }
}

/*================================================================================================*/

/* ELEMENTS          ||---------------------------- */

/*================================================================================================*/

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

/*  Team Box         ||---------------------------- */

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



.brambl-theme .team-item-img {
  position: relative;
}

.brambl-theme .team-item-img .team-item-detail {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.80);
  text-align: center;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  height: 40%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}

.brambl-theme .team-item:hover .team-item-detail {
  opacity: 1;
  visibility: visible;
}

.brambl-theme .team-item-img .team-item-detail .team-item-detail-inner,
.brambl-theme .cent-mid-content {
  margin: auto;
  padding: 25px;
}

.brambl-theme .team-item-img .team-item-detail .team-item-detail-inner .social {
  margin: 5px 0px 0px 0px;
  padding: 0px;
}

.brambl-theme .team-item-img .team-item-detail .team-item-detail-inner .social li {
  list-style: none;
  display: inline-block;
  margin: 0px 5px;
}

.brambl-theme .team-item-img .team-item-detail .team-item-detail-inner .social li a {
  color: #fff;
}

.brambl-theme .team-item-img .team-item-detail .team-item-detail-inner .social li a:hover {
  color: #e6ae49;
}

.brambl-theme .team-item-info {
  padding-top: 15px;
  text-align: center;
}

.brambl-theme .team-item-info h5 {
  margin-bottom: 0px;
}

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

/*  Skills Bar      ||---------------------------- */

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

.brambl-theme .skillbar {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

.brambl-theme .skillbar-bar:before {
  background: #eee;
  content: "";
  height: 3px;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.brambl-theme .skillbar-bar {
  height: 3px;
  width: 0px;
  background: #323232;
  -webkit-transition-property: width, background-color;
  -moz-transition-property: width, background-color;
  -ms-transition-property: width, background-color;
  -o-transition-property: width, background-color;
  transition-property: width, background-color;
}

.brambl-theme .skillbar-title {
  display: inline-block;
	margin-bottom: 0;
}

.brambl-theme .skillbar-title,
.brambl-theme .skill-bar-percent {
  color: #323232;
  font-size: 11px;
  font-weight: 600;
	margin-bottom: 0;
}

.brambl-theme .skill-bar-percent {
  float: right;
  display: inline-block;
}

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

/*  Accordion Tab    ||---------------------------- */

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

.brambl-theme .accordion-section {
  border-top: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
}

.brambl-theme .accordion-section:last-child {
  border-bottom: 1px solid #f1f1f1;
}

.brambl-theme .accordion .panel-title:hover {
  cursor: pointer;
}

.brambl-theme .accordion .panel-title {
  display: block;
  position: relative;
  padding: 20px 20px;
  margin: 0px;
}

.brambl-theme .accordion .panel-body {
  padding-left: 35px;
}

.brambl-theme .accordion .panel-title {
  /*background: #fafafa;*/
  color: #e6ae49;
}

.brambl-theme .accordion .panel-title:before {
  content: "\f107";
  display: block;
  font-family: "FontAwesome",sans-serif;
  position: absolute;
  right: 18px;
  font-weight: 400;
}

.brambl-theme .accordion .panel-title.collapsed:before {
  content: "\f105";
}

.brambl-theme .accordion-content.defualt-hidden {
  display: none;
  margin: 0;
}

.brambl-theme .accordion-content {
  padding: 0 20px 10px;
}

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

/*  Counter          ||---------------------------- */

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

.brambl-theme .counter {
  font-size: 50px;
  margin-bottom: 20px;
  display: inline-table;
}

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

/*  Service Box      ||---------------------------- */

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

.brambl-theme .features-box-left,
.brambl-theme .features-box-right {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 5px;
}

.brambl-theme .features-box-left {
  padding-left: 75px;
  text-align: left;
}

.brambl-theme .features-box-right {
  padding-right: 75px;
  text-align: right;
}

.brambl-theme .features-icon-left,
.brambl-theme .features-icon-right {
  font-size: 50px;
  line-height: 50px;
  display: inline-block;
  position: absolute;
}

.brambl-theme .features-icon-left {
  padding-right: 20px;
  left: 0;
}

.brambl-theme .features-icon-right {
  padding-left: 20px;
  right: 0;
}

.brambl-theme .contact-box-left,
.brambl-theme .contact-box-top {
  display: block;
  position: relative;
}

.brambl-theme .contact-box-left {
  padding-left: 45px;
  text-align: left;
}

.brambl-theme .contact-icon-left,
.brambl-theme .contact-icon-top {
  font-size: 30px;
  position: absolute;
}

.brambl-theme .contact-icon-top {
  text-align: center;
}

.brambl-theme .contact-icon-left {
  left: 0;
}

@media (max-width: 991px) {
  .brambl-theme .features-box-left {
    display: block;
    padding-left: 0px;
    text-align: center;
  }

  .brambl-theme .features-box-right {
    display: block;
    padding-right: 0px;
    text-align: center;
  }

  .brambl-theme .features-icon-left,
  .brambl-theme .features-icon-right {
    position: relative;
  }

  .brambl-theme .features-icon-left {
    padding-right: 0px;
    left: auto;
  }

  .brambl-theme .features-icon-right {
    padding-left: 0px;
    right: auto;
  }
}

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

/*  Pricing       ||---------------------------- */

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

.brambl-theme .Pricing-box {
  border: 1px solid #f1f1f1;
  text-align: center;
}

.brambl-theme .Pricing-box.highlight {
  background: #f9f9f9;
  border: 1px solid #ddd;
}

.brambl-theme .Pricing-box.highlight hr {
  border-color: #ddd;
}

.brambl-theme .price-title h4,
.brambl-theme .price-title h5 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.brambl-theme .Pricing-box .price {
  font-size: 50px;
  font-weight: 700;
  position: relative;
}

.brambl-theme .Pricing-box .price .price-sm {
  font-size: 14px;
  position: absolute;
}

.brambl-theme .Pricing-box .price .price-lg {
  padding-left: 10px;
}

.brambl-theme .Pricing-box .price-tenure {
  font-size: 12px;
  color: #888;
  font-weight: 400;
  padding-top: 8px;
}

.brambl-theme .Pricing-box .pricing-features {
  font-size: 13px;
}

.brambl-theme .Pricing-box .pricing-features ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.brambl-theme .Pricing-box .pricing-features ul li {
  padding: 6px;
}

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

/*  Testimonials     ||---------------------------- */

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

.brambl-theme .container-icon {
  font-size: 25px;
  margin-bottom: 15px;
  color: inherit;
}

.brambl-theme .testimonial {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.brambl-theme .quote-author {
  margin-top: 15px;
}

.brambl-theme .quote-author span {
  font-weight: 400;
}

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

/* Client Logo       ||---------------------------- */

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

.brambl-theme .client-logo {
  height: 80px;
  text-align: center;
}

.brambl-theme .client-logo img {
  height: 100%;
  width: auto;
}

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

/* Icon          ||---------------------------- */

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

.brambl-theme .page-icon-top {
  font-size: 50px;
  line-height: 50px;
  padding-bottom: 20px;
  width: 100%;
  color: #323232;
}

.brambl-theme .white .page-icon-top,
.brambl-theme .white .page-icon-left,
.brambl-theme .white .features-icon-left,
.brambl-theme .white .features-icon-right {
  color: #fff;
}

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

/* Table          ||---------------------------- */

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

.brambl-theme .table.table-border {
  border: 1px solid #eee;
}

.brambl-theme .table tr td,
.brambl-theme .table tr th {
  padding: 10px 15px;
  vertical-align: middle !important;
}

.brambl-theme .table.table-fit tr td,
.brambl-theme .table.table-fit tr th {
  padding: 10px 0px;
}

.brambl-theme .table.table-border tr td,
.brambl-theme .table.table-border tr th {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}

.brambl-theme .table.checkout tr td {
  vertical-align: top !important;
  padding: 15px;
}

.brambl-theme .table.checkout tr td:first-child,
.brambl-theme .table.checkout tr th:first-child {
  max-width: 60px;
}

.brambl-theme .table.checkout tr td:last-child,
.brambl-theme .table.checkout tr th:last-child {
  text-align: center;
}

.brambl-theme .table.checkout small {
  display: block;
}

/*================================================================================================*/

/* GLOBAL STYLES       ||---------------------------- */

/*================================================================================================*/

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

/* Push Menu Style (Top Seachbar Menu, Right Sidebar Menu) --------------- */

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

/* Sidebar Menu */

.brambl-theme .side-menu {
  background: #323232;
  z-index: 2005;
  color: #fff;
  padding: 30px;
  color: #fff;
  overflow-y: auto;
  position: relative;
}

.brambl-theme .side-menu .menu-close {
  left: auto;
  position: absolute;
  right: 30px;
  top: 30px;
  display: inline-block;
  /*background: url("../img/close-white.png") no-repeat center center;*/
  color: #fff;
  font-size: 18px;
  line-height: 0;
}

.brambl-theme .side-menu .menu-close:hover {
  /*background: url("../img/close-color.png");*/
  color: #e6ae49;
}

.brambl-theme .side-menu a {
  color: #fff;
  font-weight: 500;
  font-size: 12px;
}

.brambl-theme .side-menu a:hover {
  color: #e6ae49;
}

.brambl-theme .side-menu ul {
  padding: 0;
}

.brambl-theme .side-menu ul li {
  list-style: none;
  margin-bottom: 5px;
}

.brambl-theme .side-menu > ul > li > a {
  letter-spacing: 1px;
  display: block;
}

.brambl-theme .side-menu input[type="text"],
.brambl-theme .side-menu input[type="email"],
.brambl-theme .side-menu input[type="tel"],
.brambl-theme .side-menu input[type="number"],
.brambl-theme .side-menu input[type="password"],
.brambl-theme .side-menu input[type="radio"],
.brambl-theme .side-menu input[type="checkbox"],
.brambl-theme .side-menu textarea,
.brambl-theme .side-menu select {
  /*border: 1px solid #1d1d1d;
        background: #1d1d1d;
        color: #fff;*/
  border: none;
}

.brambl-theme .side-menu input[type="text"]:focus,
.brambl-theme .side-menu input[type="email"]:focus,
.brambl-theme .side-menu input[type="tel"]:focus,
.brambl-theme .side-menu input[type="number"]:focus,
.brambl-theme .side-menu input[type="radio"]:focus,
.brambl-theme .side-menu input[type="checkbox"]:focus,
.brambl-theme .side-menu input[type="password"]:focus,
.brambl-theme .side-menu textarea:focus,
.brambl-theme .side-menu select:focus {
  /*border-color: #e6ae49;
            color: #fff;*/
}

.brambl-theme .side-menu .sign-in {
  padding-bottom: 30px;
  border-bottom: 1px solid #3e3e3e;
  margin-bottom: 30px;
}

.brambl-theme .side-menu .sign-in a {
  color: #fff;
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  display: inline-block;
  margin-top: 10px;
}

.brambl-theme .side-menu .sign-in a:hover {
  color: #e6ae49;
  text-decoration: underline;
}

.brambl-theme .side-menu .logo {
  max-width: 120px;
  width: 100%;
}

.brambl-theme .side-menu .social {
  list-style: none;
}

.brambl-theme .side-menu .social li {
  display: inline-block;
  margin: 0 10px 0 0;
}

.brambl-theme .side-menu .social li a {
  font-size: 16px;
}

/* Top Searchbar Menu */

.brambl-theme .top-search-bar {
  background: #444444;
  z-index: 2002;
  color: #fff;
  padding-top: 10px;
}

.brambl-theme .top-search-bar .search-wraper {
  position: relative;
}

.brambl-theme .top-search-bar input {
  background-color: rgba(255,255,255,0);
  border: none;
  font-size: 16px;
  color: #fff;
  padding: 10px 40px;
  margin: 0;
  letter-spacing: 1px;
}

.brambl-theme .top-search-bar input:focus {
  color: #fff;
}

.brambl-theme .top-search-bar .bar-close,
.brambl-theme .top-search-bar .search-bar-icon {
  position: absolute;
  top: 10px;
  color: #fff;
  /*background-image: url("../img/sidemenu-icon-light.png");*/
  background-repeat: no-repeat;
  display: block;
  font-size: 20px;
}

.brambl-theme .top-search-bar .bar-close {
  right: 0px;
  left: auto;
  background-position: right center;
}

.brambl-theme .top-search-bar .search-bar-icon {
  left: 0px;
  background-position: left center;
}

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

/* Contents (Body, Container, Section, etc) -------------- */

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

.brambl-theme .wrapper {
  position: relative;
  width: 100%;
}

.brambl-theme .inner-intro {
  background-color: #f7f7f7;
  height: 530px;
  display: block;
  position: relative;
}

.brambl-theme .inner-intro.inner-intro-small {
  height: 380px;
}

.brambl-theme .inner-intro .container {
  position: relative;
  height: 100%;
  display: table;
}

.brambl-theme .inner-intro .container .title {
  padding-bottom: 65px;
  padding-top: 65px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.brambl-theme .full-intro .inner-intro .container .title h2 {
  margin-top: 65px;
}

.brambl-theme .inner-intro .container .title .separator {
  margin-right: auto;
  margin-left: auto;
}

.brambl-theme .page-breadcrumb {
  background: rgba(255,255,255,0.9);
  padding: 4px 8px;
  display: inline-block;
  color: #323232;
  font-size: 12px;
  letter-spacing: 3px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
}

.brambl-theme .page-breadcrumb a,
.brambl-theme .page-breadcrumb span {
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
}

.brambl-theme .page-breadcrumb span {
  color: #999;
}

.brambl-theme .overlay-static-dark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  height: 100%;
  z-index: 2;
  background-color: rgba(32,32,32,0.4);
  display: -webkit-flex;
  display: flex;
}

.brambl-theme .overlay-dark,
.brambl-theme .overlay-dark80,
.brambl-theme .overlay-light,
.brambl-theme .overlay-light80 {
  position: relative;
  z-index: 1;
}

.brambl-theme .overlay-dark:before,
.brambl-theme .overlay-dark80:before,
.brambl-theme .overlay-light:before,
.brambl-theme .overlay-light80:before {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}

.brambl-theme .overlay-dark:before {
  background-color: rgba(32,32,32,0.4);
}

.brambl-theme .overlay-dark80:before {
  background-color: rgba(32,32,32,0.8);
}

.brambl-theme .overlay-light:before {
  background-color: rgba(255,255,255,0.4);
}

.brambl-theme .overlay-light80:before {
  background-color: rgba(255,255,255,0.8);
}

.brambl-theme .full-screen-intro {
  overflow: hidden;
  position: relative;
}

.brambl-theme .content-cap-wraper {
  display: table;
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}

.brambl-theme .full-cap-wraper {
  display: table;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}

.brambl-theme .content-caption {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.brambl-theme .content-wd650 {
  max-width: 650px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.brambl-theme .cont-h-100per {
  height: 100%;
}

/*backround images*/

.brambl-theme .bg-img {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover !important;
}

.brambl-theme .bg-img1,
.brambl-theme .bg-img2,
.brambl-theme .bg-img3,
.brambl-theme .bg-img4,
.brambl-theme .bg-img5,
.brambl-theme .bg-img6,
.brambl-theme .bg-img7,
.brambl-theme .bg-img8,
.brambl-theme .bg-img9,
.brambl-theme .bg-img10,
.brambl-theme .bg-img11,
.brambl-theme .bg-img12,
.brambl-theme .bg-img13,
.brambl-theme .bg-img14,
.brambl-theme .bg-img15,
.brambl-theme .bg-img16,
.brambl-theme .bg-img17,
.brambl-theme .bg-img18,
.brambl-theme .bg-img19,
.brambl-theme .bg-img20,
.brambl-theme .bg-img21,
.brambl-theme .bg-img22,
.brambl-theme .bg-img23,
.brambl-theme .bg-img24,
.brambl-theme .bg-img25,
.brambl-theme .bg-img26,
.brambl-theme .bg-img27,
.brambl-theme .bg-img28,
.brambl-theme .bg-img29,
.brambl-theme .bg-img30 {
  background-size: cover !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.brambl-theme .bg-img1 {
  background-image: url("../img/full/01.jpg");
}

.brambl-theme .bg-img2 {
  background-image: url("../img/full/02.jpg");
}

.brambl-theme .bg-img3 {
  background-image: url("../img/full/03.jpg");
}

.brambl-theme .bg-img4 {
  background-image: url("../img/full/04.jpg");
}

.brambl-theme .bg-img5 {
  background-image: url("../img/full/05.jpg");
}

.brambl-theme .bg-img6 {
  background-image: url("../img/full/06.jpg");
}

.brambl-theme .bg-img7 {
  background-image: url("../img/full/07.jpg");
}

.brambl-theme .bg-img8 {
  background-image: url("../img/full/08.jpg");
}

.brambl-theme .bg-img9 {
  background-image: url("../img/full/09.jpg");
}

.brambl-theme .bg-img10 {
  background-image: url("../img/full/10.jpg");
}

.brambl-theme .bg-img11 {
  background-image: url("../img/full/11.jpg");
}

.brambl-theme .bg-img12 {
  background-image: url("../img/full/12.jpg");
}

.brambl-theme .bg-img13 {
  background-image: url("../img/full/13.jpg");
}

.brambl-theme .bg-img14 {
  background-image: url("../img/full/14.jpg");
}

.brambl-theme .bg-img15 {
  background-image: url("../img/full/15.jpg");
}

.brambl-theme .bg-img16 {
  background-image: url("../img/full/16.jpg");
}

.brambl-theme .bg-img17 {
  background-image: url("../img/full/17.jpg");
}

.brambl-theme .bg-img18 {
  background-image: url("../img/full/18.jpg");
}

.brambl-theme .bg-img19 {
  background-image: url("../img/full/19.jpg");
}

.brambl-theme .bg-img20 {
  background-image: url("../img/full/20.jpg");
}

.brambl-theme .bg-img21 {
  background-image: url("../img/full/21.jpg");
}

.brambl-theme .bg-img22 {
  background-image: url("../img/full/22.jpg");
}

.brambl-theme .bg-img23 {
  background-image: url("../img/full/23.jpg");
}

.brambl-theme .bg-img24 {
  background-image: url("../img/full/24.jpg");
}

.brambl-theme .bg-img25 {
  background-image: url("../img/full/25.jpg");
}

.brambl-theme .bg-img26 {
  background-image: url("../img/full/26.jpg");
}

.brambl-theme .bg-img27 {
  background-image: url("../img/full/27.jpg");
}

.brambl-theme .bg-img28 {
  background-image: url("../img/full/28.jpg");
}

.brambl-theme .bg-img29 {
  background-image: url("../img/full/29.jpg");
}

.brambl-theme .bg-img30 {
  background-image: url("../img/full/30.jpg");
}

.brambl-theme .border-b-box {
  padding: 25px;
  border-bottom: 1px solid #f1f1f1;
  display: inline-block;
  width: 100%;
}

.brambl-theme .border-box {
  border: 1px solid #f1f1f1;
  padding: 25px;
}

.brambl-theme .b-lrb-none .ui-tab-content,
.brambl-theme .b-lrb-none {
  border-left: 0px none;
  border-right: 0px none;
  border-bottom: 0px none;
}

.brambl-theme .content-slider,
.brambl-theme .o-flow-hidden {
  overflow: hidden;
}

.brambl-theme .map {
  width: 100%;
  height: 450px;
}

.brambl-theme #map {
  height: 100%;
}

@media (max-width: 767px) {
  .brambl-theme .inner-intro .container {
    width: 100%;
    max-width: 720px;
    text-align: center;
  }

  /*.inner-intro .container .title h2 {
            float: none;
        }

        .inner-intro .container .title p {
            float: none;
            margin-top: 0px;
        }
        .inner-intro .container .title .separator {
            margin-left:auto;
            margin-right:auto;
        }*/
}

/* ===================================================================================================== */

/* Contants (Portfolio, Blog, Shop, etc) -------------------  */

/* ===================================================================================================== */

.brambl-theme .container.nf-container1 {
  padding-left: 15px;
  padding-right: 15px;
}

.brambl-theme .container.nf-container2 {
  /*padding-left: 25px;
    padding-right: 25px;*/
}

.brambl-theme .nf-row1 {
  margin-left: -15px;
  margin-right: -15px;
  /*overflow: hidden;*/
}

.brambl-theme .nf-col-padding {
  padding-left: 25px;
  padding-right: 25px;
}

.brambl-theme .nf-row2 {
  /*margin-left: -25px;
    margin-right: -25px;*/
}

.brambl-theme .nf-row1:before,
.brambl-theme .nf-row1:after,
.brambl-theme .nf-row2:before,
.brambl-theme .nf-row2:after {
  display: table;
  content: " ";
}

.brambl-theme .nf-row1:after,
.brambl-theme .nf-row2:after {
  clear: both;
}

.brambl-theme .nf-row1 .nf-item.spacing,
.brambl-theme .nf-row1 .grid-sizer.spacing {
  padding: 15px;
}

.brambl-theme .nf-row2 .nf-item.spacing,
.brambl-theme .nf-item.spacing,
.brambl-theme .nf-row2 .grid-sizer.spacing,
.brambl-theme .spacing-box {
  padding: 25px;
}

.brambl-theme .spacing-grid {
  padding-top: 25px;
  padding-bottom: 25px;
}

.brambl-theme .nf-col-1 .nf-item,
.brambl-theme .nf-col-1 .grid-sizer {
  width: 100%;
  min-height: 1px;
}

.brambl-theme .nf-col-2 .nf-item,
.brambl-theme .nf-col-2 .grid-sizer {
  width: 50%;
  min-height: 1px;
}

.brambl-theme .nf-col-3 .nf-item,
.brambl-theme .nf-col-3 .grid-sizer {
  width: 33.3333%;
  min-height: 1px;
}

.brambl-theme .nf-col-4 .nf-item,
.brambl-theme .nf-col-4 .grid-sizer {
  width: 25%;
  min-height: 1px;
}

.brambl-theme .nf-col-5 .nf-item,
.brambl-theme .nf-col-5 .grid-sizer {
  width: 20%;
  min-height: 1px;
}

.brambl-theme .nf-col-6 .nf-item,
.brambl-theme .nf-col-6 .grid-sizer {
  width: 16.6666%;
  min-height: 1px;
}

.brambl-theme .nf-col-1 .nf-item.w1,
.brambl-theme .nf-col-2 .nf-item.w1,
.brambl-theme .nf-col-3 .nf-item.w1,
.brambl-theme .nf-col-4 .nf-item.w1 {
  width: 100%;
}

.brambl-theme .nf-col-1 .nf-item.w2,
.brambl-theme .nf-col-2 .nf-item.w2,
.brambl-theme .nf-col-3 .nf-item.w2,
.brambl-theme .nf-col-4 .nf-item.w2 {
  width: 50%;
}

.brambl-theme .nf-col-1 .nf-item.w3,
.brambl-theme .nf-col-2 .nf-item.w3,
.brambl-theme .nf-col-3 .nf-item.w3,
.brambl-theme .nf-col-4 .nf-item.w3 {
  width: 33.3333%;
}

.brambl-theme .nf-col-1 .nf-item.w4,
.brambl-theme .nf-col-2 .nf-item.w4,
.brambl-theme .nf-col-3 .nf-item.w4,
.brambl-theme .nf-col-4 .nf-item.w4 {
  width: 25%;
}

.brambl-theme .nf-col-1 .nf-item.w4-2,
.brambl-theme .nf-col-2 .nf-item.w4-2,
.brambl-theme .nf-col-3 .nf-item.w4-2,
.brambl-theme .nf-col-4 .nf-item.w4-2,
.brambl-theme .nf-col-1 .nf-item.w3-2,
.brambl-theme .nf-col-2 .nf-item.w3-2,
.brambl-theme .nf-col-3 .nf-item.w3-2,
.brambl-theme .nf-col-4 .nf-item.w3-2 {
  width: 50%;
}

.brambl-theme .nf-col-1 .nf-item.w4-1,
.brambl-theme .nf-col-2 .nf-item.w4-1,
.brambl-theme .nf-col-3 .nf-item.w4-1,
.brambl-theme .nf-col-4 .nf-item.w4-1 {
  width: 75%;
}

.brambl-theme .nf-col-1 .nf-item.w3-1,
.brambl-theme .nf-col-2 .nf-item.w3-1,
.brambl-theme .nf-col-3 .nf-item.w3-1,
.brambl-theme .nf-col-4 .nf-item.w3-1 {
  width: 66.6666%;
}

@media (max-width: 991px) {
  .brambl-theme .nf-col-2 .nf-item,
  .brambl-theme .nf-col-3 .nf-item,
  .brambl-theme .nf-col-4 .nf-item,
  .brambl-theme .nf-col-1 .nf-item.w2,
  .brambl-theme .nf-col-2 .nf-item.w2,
  .brambl-theme .nf-col-3 .nf-item.w2,
  .brambl-theme .nf-col-4 .nf-item.w2,
  .brambl-theme .nf-col-1 .nf-item.w3,
  .brambl-theme .nf-col-2 .nf-item.w3,
  .brambl-theme .nf-col-3 .nf-item.w3,
  .brambl-theme .nf-col-4 .nf-item.w3,
  .brambl-theme .nf-col-1 .nf-item.w4,
  .brambl-theme .nf-col-2 .nf-item.w4,
  .brambl-theme .nf-col-3 .nf-item.w4,
  .brambl-theme .nf-col-4 .nf-item.w4,
  .brambl-theme .nf-col-1 .nf-item.w4-1,
  .brambl-theme .nf-col-2 .nf-item.w4-1,
  .brambl-theme .nf-col-3 .nf-item.w4-1,
  .brambl-theme .nf-col-4 .nf-item.w4-1,
  .brambl-theme .nf-col-1 .nf-item.w3-1,
  .brambl-theme .nf-col-2 .nf-item.w3-1,
  .brambl-theme .nf-col-3 .nf-item.w3-1,
  .brambl-theme .nf-col-4 .nf-item.w3-1 {
    width: 50%;
  }

  .brambl-theme .nf-col-5 .nf-item,
  .brambl-theme .nf-col-6 .nf-item {
    width: 33.3333%;
  }

  .brambl-theme .nf-row2 .nf-item.spacing,
  .brambl-theme .nf-row2 .grid-sizer.spacing {
    padding: 25px;
  }
}

@media (max-width: 767px) {
  .brambl-theme .container {
    margin: 0 auto;
    max-width: 480px;
    width: 100%;
  }

  .brambl-theme .nf-col-padding {
    padding-left: 15px;
    padding-right: 15px;
  }

  .brambl-theme .spacing-grid {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .brambl-theme .nf-col-2 .nf-item,
  .brambl-theme .nf-col-3 .nf-item,
  .brambl-theme .nf-col-4 .nf-item,
  .brambl-theme .nf-col-1 .nf-item.w2,
  .brambl-theme .nf-col-2 .nf-item.w2,
  .brambl-theme .nf-col-3 .nf-item.w2,
  .brambl-theme .nf-col-4 .nf-item.w2,
  .brambl-theme .nf-col-1 .nf-item.w3,
  .brambl-theme .nf-col-2 .nf-item.w3,
  .brambl-theme .nf-col-3 .nf-item.w3,
  .brambl-theme .nf-col-4 .nf-item.w3,
  .brambl-theme .nf-col-1 .nf-item.w4,
  .brambl-theme .nf-col-2 .nf-item.w4,
  .brambl-theme .nf-col-3 .nf-item.w4,
  .brambl-theme .nf-col-4 .nf-item.w4,
  .brambl-theme .nf-col-1 .nf-item.w4-1,
  .brambl-theme .nf-col-2 .nf-item.w4-1,
  .brambl-theme .nf-col-3 .nf-item.w4-1,
  .brambl-theme .nf-col-4 .nf-item.w4-1,
  .brambl-theme .nf-col-1 .nf-item.w3-1,
  .brambl-theme .nf-col-2 .nf-item.w3-1,
  .brambl-theme .nf-col-3 .nf-item.w3-1,
  .brambl-theme .nf-col-4 .nf-item.w3-1 {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }

  .brambl-theme .nf-col-3,
  .brambl-theme .nf-col-4 {
    margin: 0 auto;
    max-width: 480px;
  }

  .brambl-theme .nf-col-5 .nf-item,
  .brambl-theme .nf-col-6 .nf-item {
    width: 100%;
  }

  .brambl-theme .nf-row2 .nf-item.spacing,
  .brambl-theme .nf-row1 .nf-item.spacing,
  .brambl-theme .spacing-box {
    padding: 15px;
  }

  .brambl-theme .xs-hidden {
    visibility: hidden !important;
    display: none !important;
    opacity: 0;
  }
}

@media (max-width: 480px) {
  .brambl-theme .nf-col-5 .nf-item,
  .brambl-theme .nf-col-6 .nf-item {
    width: 100%;
  }
}

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

/* Sidebar Widget   ---------------------------------------------------- */

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

.brambl-theme .sidebar-widget {
  margin-bottom: 50px;
}

.brambl-theme .sidebar-widget h4 {
  margin: 0px;
  padding-top: 0;
  padding-bottom: 15px;
}

.brambl-theme .widget-search {
  position: relative;
}

.brambl-theme .widget-search input[type="text"] {
  padding-right: 30px;
}

.brambl-theme .widget-search input[type="submit"] {
  background-color: rgba(0,0,0,0);
  border: 0 none;
  color: #8d8d8d;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-family: "FontAwesome",sans-serif;
  margin: 0;
  outline: 0 none;
  white-space: nowrap;
  padding: 0 3px;
  text-decoration: none;
  transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  position: absolute;
  top: 10px;
  right: 10px;
}

.brambl-theme .widget-search input[type="submit"]:hover {
  color: #e6ae49;
}

.brambl-theme .sidebar-widget hr {
  margin-bottom: 15px;
}

.brambl-theme .sidebar-widget ul {
  margin: 0px;
  padding: 0px;
}

.brambl-theme .sidebar-widget ul li {
  list-style: none;
  font-weight: 400;
}

.brambl-theme .sidebar-widget ul li a {
  display: inline-block;
  padding: 4px 0px;
  font-size: 13px;
  color: #323232;
}

.brambl-theme .sidebar-widget ul li a:hover {
  color: #e6ae49;
}

.brambl-theme .widget-tag {
  display: inline-table;
  margin-top: 15px;
}

.brambl-theme .widget-tag li {
  float: left;
  margin-bottom: 5px;
  margin-right: 5px;
}

.brambl-theme .widget-tag li a {
  padding: 4px 10px !important;
  display: block;
  border: 1px solid #eee;
}

.brambl-theme .widget-tag li a:hover {
  background: #323232;
  color: #fff !important;
}

.brambl-theme .sidebar-widget .widget-post {
  position: relative;
}

.brambl-theme .sidebar-widget .widget-post .widget-post-media {
  width: 70px;
  display: table-cell;
  padding: 0px 15px 0px 0px;
}

.brambl-theme .sidebar-widget .widget-post li {
  margin-bottom: 20px;
}

.brambl-theme .sidebar-widget .widget-post a {
  padding: 0px;
}

.brambl-theme .sidebar-widget .widget-post .widget-post-media img,
.brambl-theme .sidebar-widget .widget-post .widget-post-media video {
  width: 100%;
  vertical-align: top;
}

.brambl-theme .sidebar-widget .widget-post .widget-post-info {
  display: table-cell;
  vertical-align: top;
}

.brambl-theme .sidebar-widget .widget-post .widget-post-info h5,
.brambl-theme .sidebar-widget .widget-post .widget-post-info h6 {
  margin-bottom: 5px;
}

.brambl-theme .sidebar-widget .widget-post .widget-post-info p {
  margin: 0px;
}

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

/* Pagination Navigation   --------------------------------------------- */

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

.brambl-theme .pagination-nav {
  width: 100%;
  display: block;
  position: relative;
  text-align: center;
}

.brambl-theme .pagination-nav ul {
  margin: 0px;
  padding: 0px;
}

.brambl-theme .pagination-nav ul li {
  display: inline-block;
  margin: 0px 2px;
}

.brambl-theme .pagination-nav ul li a {
  display: block;
  background-color: #f7f7f7;
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
}

.brambl-theme .pagination-nav ul li.active a {
  background: #323232;
  color: #fff;
}

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

/* Portfolio   --------------------------------------------------------- */

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

.brambl-theme .container-filter {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 30px;
  padding: 0;
  text-align: center;
}

.brambl-theme .container-filter li {
  list-style: none;
  display: inline-block;
}

.brambl-theme .container-filter li a {
  display: block;
  margin-left: 15px;
  margin-right: 15px;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 600;
}

.brambl-theme .container-filter li a.active {
  color: #e6ae49;
}

.brambl-theme .item-box {
  position: relative;
  overflow: hidden;
  display: block;
}

.brambl-theme .item-box a {
  display: inline-block;
}

.brambl-theme .item-box:hover .item-mask {
  opacity: 1;
  visibility: visible;
}

.brambl-theme .item-box:hover .item-mask .item-caption {
  bottom: 30px;
  opacity: 1;
}

.brambl-theme .item-box:hover .item-container {
  transform: scale(1.1);
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  width: 100%;
}

.brambl-theme .item-container {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  width: 100%;
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.brambl-theme .item-mask {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
  height: 35%;
  position: absolute;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  width: 100%;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.brambl-theme .item-mask h5,
.brambl-theme .item-mask h6,
.brambl-theme .item-mask p {
  margin-bottom: 0px;
}

.brambl-theme .item-mask p {
  font-size: 11px;
  letter-spacing: 1.5px;
  font-weight: 400;
  margin-top: 0;
  text-align: left;
}

.brambl-theme .item-mask .item-caption {
  position: absolute;
  bottom: -60px;
  left: 0px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: left;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  opacity: 0;
}

.brambl-theme .project-detail-block p {
  font-size: 12px;
  letter-spacing: 2px;
}

.brambl-theme ul.project-detail-block,
.brambl-theme .project-detail-block ul {
  padding-left: 0;
}

.brambl-theme .project-detail-block li {
  list-style: none;
}

.brambl-theme .project-detail-block p strong {
  display: inline-block;
  width: 110px;
}

.brambl-theme .item-nav {
  text-align: center;
  display: block;
  overflow: hidden;
}

.brambl-theme .item-nav .item-prev,
.brambl-theme .item-nav .item-next,
.brambl-theme .item-nav .item-all-view {
  position: relative;
  display: inline-block;
}

.brambl-theme .item-nav .item-all-view h5,
.brambl-theme .item-nav .item-all-view h6 {
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.brambl-theme .item-nav .item-all-view h5:hover,
.brambl-theme .item-nav .item-all-view h6:hover {
  color: #e6ae49;
}

.brambl-theme .item-nav .item-prev .prev-btn,
.brambl-theme .item-nav .item-next .next-btn,
.brambl-theme .item-all-view {
  display: inline-block;
  font-size: 25px;
  text-align: center;
  height: 51px;
  line-height: 51px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.brambl-theme .item-nav .item-prev .prev-btn,
.brambl-theme .item-nav .item-next .next-btn {
  color: #323232;
  background: #fff;
  width: 51px;
}

.brambl-theme .item-nav .item-prev:hover .prev-btn,
.brambl-theme .item-nav .item-next:hover .next-btn {
  background: #f7f7f7;
  /*color: #fff;*/
}

.brambl-theme .item-nav .item-prev {
  text-align: left;
  float: left;
}

.brambl-theme .item-nav .item-next {
  text-align: right;
  float: right;
}

.brambl-theme .item-nav .item-prev .item-prev-text,
.brambl-theme .item-nav .item-next .item-next-text {
  position: absolute;
  line-height: 51px;
  top: 10px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  width: 150px;
}

.brambl-theme .item-nav .item-prev:hover .item-prev-text,
.brambl-theme .item-nav .item-next:hover .item-next-text {
  margin-left: 0;
  margin-right: 0;
  visibility: visible;
  opacity: 1;
}

.brambl-theme .item-nav .item-prev .item-prev-text {
  left: 100%;
  margin-left: -110px;
  padding-left: 15px;
}

.brambl-theme .item-nav .item-next .item-next-text {
  right: 100%;
  margin-right: -110px;
  padding-right: 15px;
}

.brambl-theme .item-nav .item-prev .item-prev-text p,
.brambl-theme .item-nav .item-prev .item-prev-text h5,
.brambl-theme .item-nav .item-prev .item-prev-text h6,
.brambl-theme .item-nav .item-next .item-next-text p,
.brambl-theme .item-nav .item-next .item-next-text h5,
.brambl-theme .item-nav .item-next .item-next-text h6 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.brambl-theme .item-nav .item-prev .item-prev-text h5,
.brambl-theme .item-nav .item-prev .item-prev-text h6,
.brambl-theme .item-nav .item-next .item-next-text h5,
.brambl-theme .item-nav .item-next .item-next-text h6,
.brambl-theme .item-nav .item-all-view h5,
.brambl-theme .item-nav .item-all-view h6 {
  padding-top: 8px;
}

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

/* Blog   --------------------------------------------------------- */

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

/*.blog-post {
    position: relative;
}*/

.brambl-theme .blog-post {
  display: inline-block;
  width: 100%;
}

.brambl-theme .blog-post .post-media {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}

.brambl-theme .blog-post .post-media iframe {
  width: 100%;
}

.brambl-theme .blog-post .post-meta,
.brambl-theme .comment-list .post-meta,
.brambl-theme .sidebar-widget .post-meta {
  color: #999;
  font-size: 13px;
}

.brambl-theme .blog-post .post-meta span,
.brambl-theme .comment-list .post-meta span {
  margin-right: 3px;
}

.brambl-theme .blog-post .post-header h5,
.brambl-theme .blog-post .post-header h4,
.brambl-theme .blog-post .post-header h3 {
  margin-top: 5px;
  margin-bottom: 20px;
}

.brambl-theme .blog-post .post-header h2 {
  margin-bottom: 30px;
}

.brambl-theme .blog-post .post-entry {
  margin-bottom: 30px;
}

.brambl-theme .blog-post .post-entry p,
.brambl-theme .blog-post .post-entry blockquote,
.brambl-theme .post-entry ul {
  margin-bottom: 20px;
}

.brambl-theme .blog-post .post-entry ul {
  color: #888;
}

.brambl-theme .blog-post .post-tag {
  color: #999;
  
  font-size: 13px;
}

.brambl-theme .blog-post .post-tag span {
  margin-right: 10px;
}

.brambl-theme .blog-post .post-more-link {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
}

.brambl-theme .blog-post .post-more-link a i {
  margin-left: 5px;
  transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
}

.brambl-theme .blog-post .post-more-link a:hover i {
  margin-left: 10px;
}

.brambl-theme .blog-post blockquote {
  border-left: none;
  background: #f7f7f7;
  font-size: 17px;
  font-weight: 400;
  padding: 25px 25px;
  margin: 0px;
  color: #888;
  font-weight: 300;
}

.brambl-theme .blog-post blockquote:after {
  content: "";
  font-family: FontAwesome;
  padding-left: 7px;
  font-size: 12px;
}

.brambl-theme .blog-post blockquote:before {
  content: "";
  font-family: FontAwesome;
  padding-right: 7px;
  font-size: 12px;
}

.brambl-theme .blog-post-hr hr {
  margin-bottom: 45px;
}

.brambl-theme .post-author {
  display: inline-block;
  position: relative;
  margin-bottom: 40px;
}

.brambl-theme .post-author img {
  width: 80px;
}

.brambl-theme .post-author .post-author-details {
  margin-left: 20px;
}

.brambl-theme .post-author h6 {
  margin-top: 0px;
}

.brambl-theme .post-author ul.social {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
}

.brambl-theme .post-author ul.social li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
}



.brambl-theme .post-comment .comment-numb {
  font-weight: 300;
}

.brambl-theme .post-comment .comment-list {
  margin-left: 0px;
  padding-right: 0px;
  list-style: none;
  padding: 0px;
}

.brambl-theme .post-comment .comment-list h6 {
  margin-top: 0px;
  margin-bottom: 3px;
}

.brambl-theme .post-comment .comment-list li:first-child {
  padding-top: 0px;
}

.brambl-theme .post-comment .comment-list li {
  padding-top: 15px;
}

.brambl-theme .post-comment .comment-list li:last-child .comment-detail {
  border-bottom: 0px none;
}

.brambl-theme .post-comment .comment-list li,
.brambl-theme .post-comment .comment-list .comment-reply {
  position: relative;
  padding-left: 65px;
}

.brambl-theme .post-comment .comment-list .comment-detail {
  border-bottom: 1px dotted #eee;
  padding-bottom: 15px;
}

.brambl-theme .post-comment .comment-list .comment-reply {
  padding-top: 20px;
}

.brambl-theme .post-comment .comment-list .comment-reply-btn i {
  padding-right: 3px;
}

.brambl-theme .post-comment .comment-avatar {
  left: 0;
  margin-right: 15px;
  position: absolute;
  width: 50px;
}

.brambl-theme .post-comment .comment-avatar img {
  width: 100%;
}

.brambl-theme .post-comment-star .star-rat {
  display: inline-block;
}

.brambl-theme .post-comment-star label {
  margin-right: 6px;
}

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

/* Shop   --------------------------------------------------------- */

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

.brambl-theme .shop-item {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.brambl-theme .shop-item .item-mask .item-mask-detail {
  display: flex;
  display: -webkit-flex;
  height: 100%;
  width: 100%;
}

.brambl-theme .shop-item .item-mask .item-mask-detail .item-mask-detail-ele {
  margin: auto auto;
}

.brambl-theme .item-img {
  display: block;
  position: relative;
  overflow: hidden;
}

.brambl-theme .shop-item-info {
  margin-top: 20px;
  text-align: center;
}

.brambl-theme .shop-item-info a:hover,
.brambl-theme .shop-item-info a:hover h5,
.brambl-theme .shop-item-info a:hover h6,
.brambl-theme .shop-item-name:hover {
  color: #e6ae49;
  transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
}

.brambl-theme .shop-item-info .shop-item-name {
  margin-bottom: 5px;
}

.brambl-theme .shop-item-info .shop-item-price {
  font-size: 15px;
  color: #888;
}

.brambl-theme .shop-item-info .shop-item-price del,
.brambl-theme .shop-detail-info del,
.brambl-theme .sidebar-widget del {
  margin-right: 10px;
  color: #bbb;
  font-weight: 400;
}

.brambl-theme .shop-filter {
  display: inline-table;
  width: 100%;
}

/* Shop Detail*/

.brambl-theme .shop-detail-item {
  position: relative;
}

.brambl-theme .shop-detail-info h4 {
  line-height: 26px;
}

.brambl-theme .shop-detail-info .shop-item-price {
  font-size: 20px;
  color: #e6ae49;
  font-weight: 600;
}

.brambl-theme .shop-Cart-totalbox {
  max-width: 450px;
}

.brambl-theme .shop-Cart-totalprice {
  font-size: 18px;
}

/* =============================================================================================================================*/

/* Parallax ------------------- */

/* =============================================================================================================================*/

.brambl-theme .parallax {
  position: relative;
}

/* ============================================================================================================================*/

/* Slider ---------------------*/

/* ============================================================================================================================*/

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

/* Full Screen slider---------*/

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

.brambl-theme .hero {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.brambl-theme .fullscreen-carousel {
  overflow: hidden;
  position: relative;
}

.brambl-theme .fullscreen-carousel .slides li {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.brambl-theme .fullscreen-carousel .overlay-hero {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  text-align: center;
}

.brambl-theme .fullscreen-carousel .overlay-hero .caption-hero {
  display: inline-table;
  height: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0px;
  margin: 0px;
}

.brambl-theme .fullscreen-carousel .overlay-hero .caption-hero .inner-caption {
  display: table-cell;
  margin: auto;
  vertical-align: middle;
  padding-left: 25px;
  padding-right: 25px;
}

.brambl-theme .caption-hero h1 {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* Full Width Slider */

.brambl-theme .fullwidth-slider {
  position: relative;
  overflow: hidden;
}

.brambl-theme .fullwidth-slider .item {
  height: 650px;
  position: relative;
  width: 100%;
}

/* Fullscreen Slider Next Prev Arrow*/

.brambl-theme .fullscreen-carousel .flex-direction-nav a {
  position: absolute;
  top: 50%;
  display: inline-block;
  margin-top: -30px;
  background: #fff;
  color: #252525;
  width: 51px;
  height: 51px;
  text-align: center;
  font-family: 'FontAwesome';
  color: #323232;
  transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  font-size: 21px;
  line-height: 51px;
}

.brambl-theme .fullscreen-carousel .flex-direction-nav a:hover {
  color: #e6ae49;
}

.brambl-theme .flexslider.fullscreen-carousel:hover .flex-prev {
  left: 0px;
  opacity: 1;
}

.brambl-theme .fullscreen-carousel .flex-direction-nav .flex-prev {
  left: -51px;
  background-position: center left;
}

.brambl-theme .fullscreen-carousel .flex-direction-nav .flex-prev:before {
  content: "";
  display: inline-block;
}

.brambl-theme .flexslider.fullscreen-carousel:hover .flex-next {
  right: 0px;
  opacity: 1;
}

.brambl-theme .fullscreen-carousel .flex-direction-nav .flex-next {
  right: -51px;
  background-position: center right;
}

.brambl-theme .fullscreen-carousel .flex-direction-nav .flex-next:before {
  content: "";
  display: inline-block;
}

@media (max-width: 991px) {
  /* Fullscreen Slider */

  .brambl-theme .fullscreen-carousel .slides li img {
    width: 100%;
    height: 100%;
  }

  .brambl-theme .fullscreen-carousel .caption-hero h1 {
    font-size: 25px;
  }

  .brambl-theme .fullscreen-carousel .overlay-hero .caption-hero {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  /* Fullscreen Slider */

  .brambl-theme .fullscreen-carousel .caption-hero h1 {
    font-size: 20px;
    margin: 0;
  }

  .brambl-theme .fullscreen-carousel .caption-hero h5 {
    margin: 0;
    font-size: 12px;
  }

  .brambl-theme .fullscreen-carousel .caption-hero .separator {
    margin-left: auto;
    margin-right: auto;
  }

  .brambl-theme .fullscreen-carousel .text-left {
    text-align: center;
  }

  .brambl-theme .fullscreen-carousel.hero-slider-2 .slides li {
    height: 400px;
  }

  .brambl-theme .full-intro .hero {
    padding-top: 64px;
  }

  .brambl-theme .hero {
    padding: 0px;
  }
}

@media (max-width: 480px) {
  .brambl-theme .fullscreen-carousel .overlay-hero .caption-hero .inner-caption {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

/* Carousel-Theme (Slider Elements - Bullets, Pagination, etc..) ---------*/

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

.brambl-theme .owl-buttons {
  position: static;
}

.brambl-theme .owl-carousel.white .owl-controls .owl-page span {
  background: none repeat scroll 0 0 #fff;
}

.brambl-theme .owl-carousel.white .owl-controls .owl-page.active span {
  background: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
}



.brambl-theme .nf-carousel-theme .owl-controls .owl-pagination {
  position: absolute;
  z-index: 2;
  left: 0;
  text-align: center;
  width: 100%;
  margin-top: 15px;
}

.brambl-theme .nf-carousel-theme .owl-controls .owl-buttons .owl-prev,
.brambl-theme .nf-carousel-theme .owl-controls .owl-buttons .owl-next {
  width: 31px;
  height: 31px;
  line-height: 31px;
  font-size: 16px;
  margin-top: -15px;
}

.brambl-theme .content-carousel .owl-controls .owl-buttons .owl-prev,
.brambl-theme .content-carousel .owl-controls .owl-buttons .owl-next,
.brambl-theme .image-slider .owl-controls .owl-buttons .owl-prev,
.brambl-theme .image-slider .owl-controls .owl-buttons .owl-next,
.brambl-theme .fullwidth-slider .owl-controls .owl-buttons .owl-prev,
.brambl-theme .fullwidth-slider .owl-controls .owl-buttons .owl-next,
.brambl-theme .nf-carousel-theme .owl-controls .owl-buttons .owl-prev,
.brambl-theme .nf-carousel-theme .owl-controls .owl-buttons .owl-next {
  background: rgba(245,245,245,0.8);
  color: #252525;
  display: block;
  top: 50%;
  transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  z-index: 3;
  position: absolute;
  text-align: center;
}

.brambl-theme .content-carousel .owl-controls .owl-buttons .owl-prev:hover,
.brambl-theme .content-carousel .owl-controls .owl-buttons .owl-next:hover,
.brambl-theme .image-slider .owl-controls .owl-buttons .owl-prev:hover,
.brambl-theme .image-slider .owl-controls .owl-buttons .owl-next:hover,
.brambl-theme .fullwidth-slider .owl-controls .owl-buttons .owl-prev:hover,
.brambl-theme .fullwidth-slider .owl-controls .owl-buttons .owl-next:hover,
.brambl-theme .nf-carousel-theme .owl-controls .owl-buttons .owl-prev:hover,
.brambl-theme .nf-carousel-theme .owl-controls .owl-buttons .owl-next:hover {
  /*background: #fff;*/
  color: #e6ae49;
}

.brambl-theme .content-carousel .owl-controls .owl-buttons .owl-next,
.brambl-theme .image-slider .owl-controls .owl-buttons .owl-next,
.brambl-theme .fullwidth-slider .owl-controls .owl-buttons .owl-next,
.brambl-theme .nf-carousel-theme .owl-controls .owl-buttons .owl-next {
  right: 0;
}

.brambl-theme .nf-carousel-theme .owl-controls .owl-buttons .owl-prev {
  left: 0;
  margin-left: -51px;
  opacity: 0;
}

.brambl-theme .nf-carousel-theme .owl-controls .owl-buttons .owl-next {
  right: 0;
  margin-right: -51px;
  opacity: 0;
}

.brambl-theme .content-carousel:hover .owl-controls .owl-buttons .owl-prev,
.brambl-theme .content-carousel:hover .owl-controls .owl-buttons .owl-next,
.brambl-theme .image-slider:hover .owl-controls .owl-buttons .owl-prev,
.brambl-theme .image-slider:hover .owl-controls .owl-buttons .owl-next,
.brambl-theme .fullwidth-slider:hover .owl-controls .owl-buttons .owl-prev,
.brambl-theme .fullwidth-slider:hover .owl-controls .owl-buttons .owl-next,
.brambl-theme .nf-carousel-theme:hover .owl-controls .owl-buttons .owl-prev,
.brambl-theme .nf-carousel-theme:hover .owl-controls .owl-buttons .owl-next {
  margin-right: 0;
  margin-left: 0;
  opacity: 1;
}

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

/* Singel Item slider (Images & Contant Slider) ---------*/

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

.brambl-theme .content-carousel .owl-controls .owl-pagination,
.brambl-theme .image-slider .owl-controls .owl-pagination,
.brambl-theme .fullwidth-slider .owl-controls .owl-pagination,
.brambl-theme .item1-carousel .owl-controls .owl-pagination {
  position: absolute;
  bottom: 0;
  z-index: 2;
  bottom: 15px;
  left: 0;
  text-align: center;
  width: 100%;
}

.brambl-theme .content-carousel .owl-controls .owl-buttons .owl-prev,
.brambl-theme .content-carousel .owl-controls .owl-buttons .owl-next,
.brambl-theme .image-slider .owl-controls .owl-buttons .owl-prev,
.brambl-theme .image-slider .owl-controls .owl-buttons .owl-next,
.brambl-theme .fullwidth-slider .owl-controls .owl-buttons .owl-prev,
.brambl-theme .fullwidth-slider .owl-controls .owl-buttons .owl-next {
  width: 51px;
  height: 51px;
  line-height: 51px;
  font-size: 21px;
  margin-top: -25px;
}

.brambl-theme .content-carousel .owl-controls .owl-buttons .owl-prev,
.brambl-theme .image-slider .owl-controls .owl-buttons .owl-prev,
.brambl-theme .fullwidth-slider .owl-controls .owl-buttons .owl-prev {
  left: 0;
  margin-left: -51px;
  opacity: 0;
}

.brambl-theme .content-carousel .owl-controls .owl-buttons .owl-next,
.brambl-theme .image-slider .owl-controls .owl-buttons .owl-next,
.brambl-theme .fullwidth-slider .owl-controls .owl-buttons .owl-next {
  right: 0;
  margin-right: -51px;
  opacity: 0;
}

/*===========================================================================================*/

/* Preloader ------------------------- */

/*===========================================================================================*/

.brambl-theme #preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255,255,255,1);
  z-index: 9999;
  display: block;
}

.brambl-theme #preloader .loader {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -30px 0 0 -30px;
  text-align: center;
}

.brambl-theme #preloader .loader .loader-img {
  background: url("../img/loading.GIF");
  width: 60px;
  height: 60px;
  display: block;
}

/*===========================================================================================*/

/* Additional */

/*===========================================================================================*/

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

/* Scroll Down Animated Arrow */

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

.brambl-theme .intro-scroll-down {
  position: absolute;
  z-index: 1;
  bottom: 30px;
  left: 50%;
  margin-left: -15px;
}

.brambl-theme .intro-scroll-down .mouse {
  position: relative;
  display: block;
  width: 30px;
  height: 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #fff;
  border-radius: 23px;
  -moz-border-radius: 23px;
  -webkit-border-radius: 23px;
}

.brambl-theme .intro-scroll-down .mouse .mouse-dot {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 6px;
  height: 6px;
  margin: -3px 0 0 -3px;
  background: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-animation: ani-mouse 2.5s linear infinite;
  -moz-animation: ani-mouse 2.5s linear infinite;
  animation: ani-mouse 2.5s linear infinite;
}

.brambl-theme .background--light .intro-scroll-down .mouse {
  border: 2px solid #323232;
}

.brambl-theme .background--light .intro-scroll-down .mouse .mouse-dot {
  background: #323232;
}

@-webkit-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }

  15% {
    opacity: 1;
    top: 50%;
  }

  50% {
    opacity: 0;
    top: 50%;
  }

  100% {
    opacity: 0;
    top: 29%;
  }
}

@-moz-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }

  15% {
    opacity: 1;
    top: 50%;
  }

  50% {
    opacity: 0;
    top: 50%;
  }

  100% {
    opacity: 0;
    top: 29%;
  }
}

@keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }

  15% {
    opacity: 1;
    top: 50%;
  }

  50% {
    opacity: 0;
    top: 50%;
  }

  100% {
    opacity: 0;
    top: 29%;
  }
}

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

/* Scroll Top Arrow */

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

.brambl-theme .scroll-top {
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: center;
  font-size: 20px;
  background: #323232;
  background: #555;
  color: #fff;
  z-index: 99;
  display: none;
  transition: none;
  -o-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}

.brambl-theme .scroll-top:hover {
  background: #e6ae49;
  text-decoration: none;
  color: #fff;
}

@media (max-width: 768px) {
  .brambl-theme .scroll-top {
    opacity: 0;
    visibility: hidden;
  }
}