@charset "UTF-8";
/* THEME COLORS */
/*--------------------------------------------------------------
## Header Variables
--------------------------------------------------------------*/
.header-primary-color {
  background: #ffffff;
}

.header-link-color {
  color: #5c3d2d;
}

/*--------------------------------------------------------------
## Footer Variables
--------------------------------------------------------------*/
.footer-primary-color {
  background: #fff;
}

.footer-link-color {
  color: #5c3d2d;
}

footer {
  background: #fff;
}

#footer {
  float: left;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 4;
  height: 6rem;
}

/*--------------------------------------------------------------
## Announcement Variables
--------------------------------------------------------------*/
.top-announcement {
  color: #fff;
  background: #00cccc;
  height: 20px;
  line-height: 20px;
}

.bottom-announcement {
  color: #fff;
  background: #00cccc;
  text-align: center;
  padding: 0px 15px;
}

.action-button {
  color: #291b14;
  border-color: #291b14;
  background-color: #bf937c;
  transition: 0.5s all ease;
}

.action-button:hover {
  transition: 0.5s all ease;
  opacity: 0.9;
}

.action-button-secondary {
  color: #00b3b3;
  border-color: #00b3b3;
  background-color: #b3ffff;
  transition: 0.5s all ease;
}

.action-button-secondary:hover {
  transition: 0.5s all ease;
  opacity: 0.9;
}

/*--------------------------------------------------------------
## Utility Classes
--------------------------------------------------------------*/
.primary-color {
  color: #00ffff;
}

.primary-color:hover {
  color: #00ffff;
}

.action-fill {
  fill: #00ffff;
}

.slick-slide {
  outline: none;
}

.newsletter10 button.animate {
  border-color: #00cccc;
  background: #00f5f5;
  color: #5c3d2d;
}

.cat-place-holder-img {
  background-color: #fff;
}

.black-white-logo-category {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  background-color: #fff;
  opacity: 0.1;
}

#loading-bar .bar, .ball-scale-multiple > div {
  background: #5c3d2d;
}

#loading-bar-spinner {
  display: none;
}

.accent-before:before {
  background-color: #00ffff;
}

.accent-before-hover:hover .accent-before:before {
  background-color: #00ffff;
  color: #5c3d2d;
}

.accent-before-hover[aria-expanded=true] .accent-before:before {
  background-color: #00ffff;
  color: #5c3d2d;
}

.highlighter {
  color: #5c3d2d;
}

.primary-bg {
  background-color: #00ffff;
}

.min-height {
  height: 40vw;
}

.empty-message {
  text-align: center;
  color: #c2c2c5;
  min-height: 15vw;
  padding: 50px 0;
}

.nav-pills > li.active > a {
  color: #00ffff;
  border-bottom: 3px solid;
}
.nav-pills > li.active > a:hover {
  color: #00ffff;
}
.nav-pills > li.active > a:focus {
  color: #00ffff;
}

.accent-color {
  color: #5c3d2d !important;
}

.accent-background {
  background: #5c3d2d !important;
}

.accent-hover-color:hover {
  color: #5c3d2d !important;
}

.accent-border, .accent-border-hover:active {
  border-color: #5c3d2d !important;
}

.before-after-accent-background:after, .before-after-accent-background:before {
  background-color: #291b14 !important;
}

.accent-border-hover:hover {
  border-color: #5c3d2d !important;
}
.accent-opacity-3 {
  background: rgba(92, 61, 45, 0.3);
}

.accent-opacity-5 {
  background: rgba(92, 61, 45, 0.5);
}

.accent-opacity-7 {
  background: rgba(92, 61, 45, 0.7);
}

.accent:hover {
  background: #5c3d2d !important;
  border-color: #5c3d2d !important;
  color: #fff !important;
  transition: all 0.5s ease;
}
.accent:hover > * {
  color: #fff;
}

.font-accent:hover {
  color: #5c3d2d !important;
}

/* Error related classes */
.text-error {
  color: #f44336;
}

.text-success {
  color: #4CAF50;
}

.text-warning {
  color: #FF9800;
}

.symbol.required:before {
  content: "*";
  display: inline;
  color: #f44336;
}

.has-error p {
  color: #f44336 !important;
}
.has-error label {
  color: #f44336 !important;
}
.has-error input[type=text], .has-error input[type=password], .has-error input[type=email], .has-error input[type=mobile], .has-error input textarea {
  border-color: #f44336 !important;
}

.has-success p {
  color: #4CAF50 !important;
}
.has-success label {
  color: #4CAF50 !important;
}
.has-success input[type=text], .has-success input[type=password], .has-success input[type=email], .has-success input[type=mobile], .has-success input textarea {
  border-color: #4CAF50 !important;
}

/*notifcation class*/
.angular-notifications-icon {
  padding-top: 3px;
  font-weight: bold;
  background-color: #5c3d2d;
}

/* facet rounded styles */
.md-primary {
  color: rgba(255, 255, 255, 0.87);
  background-color: #5c3d2d;
}

.rzslider .rz-bar.rz-selection {
  background-color: #5c3d2d !important;
}

.rzslider .rz-pointer {
  background-color: #5c3d2d !important;
}

/* for placeholder image */
.custom-thumbnail_cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  width: 100%;
  font-weight: bold;
}

.custom_thumbnail {
  display: table;
  width: 100%;
  float: left;
  text-align: center;
}

.black-white-logo {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}

/*for wizards color*/
.bs-wizard-dot-color {
  background: #33ffff;
}
.bs-wizard-dot-color:after {
  background: #3a261c;
}

/* for ratings */
.rating {
  border: none;
  float: left;
}

.rating > input {
  display: none;
}

.rating > label:before {
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "";
}

.rating > .half:before {
  content: "";
  position: absolute;
}

.rating > label {
  color: #ddd;
  float: right;
}

.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: #FFD700;
}

/* hover previous stars in list */
.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
  color: #FFED85;
}

/***** Static ratings  *****/
.static-rating {
  border: none;
  float: left;
}

.static-rating > input {
  display: none;
}

.static-rating > label:before {
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "";
}

.static-rating > .half:before {
  content: "";
  position: absolute;
}

.static-rating > label {
  color: #ddd;
  float: right;
}

.static-rating > input:checked ~ label {
  color: #FFD700;
}

/* Pagination related styles */
/* styles for paging buttons */
.flex-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

sa-paging {
  padding: 25px 0;
}

.md-button {
  font-size: 14px;
  text-decoration: none;
  letter-spacing: 0.01em;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  border: 0;
  display: inline-block;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 6px;
  margin: 6px 8px;
  line-height: 36px;
  min-height: 36px;
  white-space: nowrap;
  min-width: 88px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-style: inherit;
  font-variant: inherit;
  font-family: inherit;
  cursor: pointer;
  outline: 0 !important;
  overflow: hidden;
  transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.md-button.md-warn.md-raised {
  color: white;
  background-color: #ff5722;
}

.md-button.md-icon-button {
  margin: 0 6px;
  height: 40px;
  min-width: 0;
  line-height: 24px;
  padding: 8px;
  width: 40px;
  border-radius: 50%;
}

.md-button.md-raised:not([disabled]) {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

html {
  overflow-x: hidden;
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  overflow-y: scroll;
  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  box-sizing: border-box;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  /* Keeps page centered in all browsers regardless of content height */
  -moz-osx-font-smoothing: grayscale;
}

blockquote, q {
  quotes: "" "";
  margin: 0 0 1.5rem;
}

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

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

blockquote p, q p {
  margin-left: 50px;
  padding: 0 15px;
  text-align: left;
  border-left: 2px solid #222;
  font-style: italic;
}

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

img {
  max-width: 100%;
  /* Make sure images are scaled correctly. */
  height: auto;
  /* Adhere to container width. */
}

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

a {
  text-decoration: none;
}

/*--------------------------------------------------------------
## Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  min-height: 100%;
  position: relative;
  padding-bottom: 60px;
}

body {
  margin: 0;
}

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

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

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

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
  color: #676767;
  border: 0;
  transition: all 0.5s ease;
}
a:active, a:hover {
  outline: 0;
  color: #00cccc;
  transition: all 0.5s ease;
  text-decoration: none;
}

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

b, strong {
  font-weight: bold !important;
}

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 0;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
  text-transform: none;
}

select {
  text-transform: none;
}

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

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

button[disabled], html input[disabled] {
  cursor: default;
  background-color: #5c3d2d;
  border: 2px solid #5c3d2d;
  opacity: 0.5;
}

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

input {
  line-height: normal;
}
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  margin: 0.5rem 0;
  padding: 1rem;
  border: 2px dashed #5c3d2d;
}

legend {
  text-align: left;
  width: auto;
  padding: 0.2em 0.6em 0.3em;
  border: 0;
  font-size: inherit;
  color: #fff;
  margin-left: 1rem;
  background-color: #5c3d2d;
  font-weight: 700;
  border-radius: 0.25em;
  margin-bottom: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td, th {
  padding: 0;
}

/*--------------------------------------------------------------
## Typography
--------------------------------------------------------------*/
body {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  color: #131219;
  background: #fff;
  min-height: 100%;
  height: auto;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: -0.04em;
}

h1 {
  font-size: 42px;
  line-height: 1.1;
  font-weight: 700;
}

h2 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
}

h3 {
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
}

h4 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}

h5 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

h6 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}

p {
  font-style: normal;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.45em;
  color: #79787f;
}

body p {
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45em;
}

.h1 {
  font-size: 42px;
}

.h2 {
  font-size: 36px;
}

.h3 {
  font-size: 28px;
}

.h4 {
  font-size: 24px;
}

.h5 {
  font-size: 18px;
}

.h6 {
  font-size: 14px;
}

/*--------------------------------------------------------------
## Lists
--------------------------------------------------------------*/
ul, ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
## Page Sections
--------------------------------------------------------------*/
/*
# Header ------------------------------------------------------
*/
.main-content {
  margin-top: 80px;
  width: 100%;
  float: left;
}

.main-content.margin-top-112 {
  margin-top: 112px;
}

.site-header {
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
  margin: 0 auto;
  z-index: 1000;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: white;
}

.header-margin {
  margin-top: 97px;
}

.menu_button {
  position: relative !important;
  width: 30px;
  height: 14px;
  cursor: pointer;
}
.menu_button:before, .menu_button:after, .menu_button span {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #222;
}
.menu_button:before {
  top: 0;
}
.menu_button:after {
  bottom: 0;
}
.menu_button span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
}

.homepage-business .site-header {
  position: absolute;
  width: 100%;
  z-index: 9;
}

/*
# Announcement ------------------------------------------------------
*/
.top-announcement {
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 501;
  padding: 3px 0px;
}

.top-announcement p {
  margin-bottom: 0;
  color: #fff !important;
  font-size: 14px;
  line-height: 23px;
}

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

.bottom-announcement p {
  margin-bottom: 0;
  color: #fff !important;
}

/*--------------------------------------------------------------
## Form-Controls
--------------------------------------------------------------*/
label {
  display: inline-block;
  font-size: 1.25rem;
  color: #141414;
  margin: 0 0 10px;
  line-height: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

button {
  letter-spacing: normal;
  font-size: 13px;
  line-height: 12px;
  font-weight: 700;
  padding: 18px 15px 17px;
  border: 2px solid;
  margin: 0;
  display: inline-block;
  cursor: pointer;
  outline: 0;
  text-transform: uppercase;
  text-shadow: none !important;
  text-align: center;
  vertical-align: middle;
  border-radius: 0 !important;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

input[type=button], input[type=reset], input[type=submit] {
  letter-spacing: normal;
  font-size: 13px;
  line-height: 12px;
  font-weight: 700;
  padding: 18px 50px 17px;
  border: 2px solid #131219;
  margin: 0;
  display: inline-block;
  cursor: pointer;
  outline: 0;
  color: #f9f9f9;
  background: #000000;
  text-transform: uppercase;
  text-shadow: none !important;
  text-align: center;
  vertical-align: middle;
  border-radius: 0 !important;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.button {
  letter-spacing: normal;
  font-size: 13px;
  line-height: 12px;
  font-weight: 700;
  padding: 18px 50px 17px;
  border: 2px solid #131219;
  margin: 0;
  display: inline-block;
  cursor: pointer;
  outline: 0;
  color: #f9f9f9;
  background: #000000;
  text-transform: uppercase;
  text-shadow: none !important;
  text-align: center;
  vertical-align: middle;
  border-radius: 0 !important;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
  background: #59c379;
  border-color: #59c379;
  color: #fff;
}

.button:hover {
  background: #59c379;
  border-color: #59c379;
  color: #fff;
}

/*--------------------------------------------------------------
## Inputs
--------------------------------------------------------------*/
textarea {
  border: 1px solid #eee;
  border-radius: 5px;
  width: 100%;
}

input {
  padding: 11px 20px;
  border: 2px solid #eee;
}
input[type=text], input[type=password], input[type=email], input[type=mobile] {
  border: 2px solid #eee;
  padding: 15px;
  color: #131219;
  font-size: 1.1em;
  font-weight: 400;
  background: #fff;
  width: 100%;
  outline: 0;
  font-family: inherit;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=mobile]:focus, input[type=text]:hover, input[type=password]:hover, input[type=email]:hover, input[type=mobile]:hover {
  border: 2px solid #5c3d2d;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
input:focus {
  outline: none;
}

/*-------------------------------------------------------------
## Radio, Checkboxes and Select
--------------------------------------------------------------*/
.clip-radio {
  padding-left: 0;
}
.clip-radio label {
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  margin-right: 15px;
  padding-left: 25px !important;
  position: relative;
  margin-bottom: 6px;
  line-height: 23px;
}
.clip-radio label:before {
  background-color: #ffffff;
  border: 1px solid #d0d0d0;
  content: "";
  display: inline-block;
  height: 20px;
  left: 0;
  margin-right: 10px;
  position: absolute;
  width: 20px;
  border-radius: 99px;
  bottom: 2px;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.215, 1.33) 0s;
}
.clip-radio label:after {
  border: 1px solid #c8c7cc;
  content: "";
  display: inline-block;
  height: 20px;
  left: 0;
  margin-right: 10px;
  position: absolute;
  width: 20px;
  border-radius: 99px;
  bottom: 2px;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.215, 1.33) 0s;
}
.clip-radio input[type=radio] {
  display: none;
}
.clip-radio input[type=radio]:checked + label:before {
  border-width: 6px;
  background: #F8F8F8;
  border-color: #ffffff;
}
.clip-radio input[type=radio][disabled] + label {
  opacity: 0.65;
}
.clip-radio.radio-primary input[type=radio]:checked + label:before {
  background: #5c3d2d;
}

[type=checkbox]:checked, [type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type=checkbox]:checked + label, [type=checkbox]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
[type=checkbox]:checked + label:before, [type=checkbox]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  background: #fff;
}
[type=checkbox]:checked + label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #5c3d2d;
  position: absolute;
  top: 6px;
  left: 6px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type=checkbox]:not(:checked) + label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #5c3d2d;
  position: absolute;
  top: 6px;
  left: 6px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
[type=checkbox]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
[type=checkbox]:disabled:checked + label:before, [type=checkbox]:disabled:not(:checked) + label:before {
  border-color: #ccc;
  background-color: #eee;
}
[type=checkbox]:disabled:checked + label:after {
  background: #aaa;
}

/*--------------------------------------------------------------
## Breadcrumb
--------------------------------------------------------------*/
.breadcrumb {
  padding: 2rem;
  font-size: 12px;
  list-style: none;
  background-color: #fff;
  border-radius: 0.25rem;
  margin-bottom: 0rem;
}
.breadcrumb::after {
  content: "";
  display: table;
  clear: both;
}
.breadcrumb > li {
  float: left;
  margin-left: 0 !important;
}
.breadcrumb > li + li::before {
  padding-right: 0.7rem;
  padding-left: 0.7rem;
  color: #818a91;
  content: "/";
}
.breadcrumb > .active {
  color: #131219 !important;
  font-weight: 700 !important;
  background: transparent !important;
}

/*--------------------------------------------------------------
## Brands Carousel
--------------------------------------------------------------*/
.brands-carousel {
  padding: 25px 0;
}
.brands-carousel .slick-slider {
  margin-bottom: 0;
}
.brands-carousel .slick-slider img {
  margin: 0 auto;
}

/*--------------------------------------------------------------
## Testimonial
--------------------------------------------------------------*/
.testimonial-container .row {
  height: 500px;
}

.testimonials {
  margin-bottom: 0;
  max-width: 300px;
}
.testimonials .slick-dots {
  bottom: auto;
  text-align: right;
}

.testimonial-item p {
  padding: 25px 35px;
  background: #222;
  color: #fff;
  font-size: 20px;
}

.testimonial-author {
  overflow: hidden;
}
.testimonial-author img {
  float: left;
  margin-right: 12px;
}
.testimonial-author .author-name {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  margin-top: 5px;
  line-height: 1.4;
}

.homepage-studio .testimonial-container, .homepage-company .testimonial-container {
  background: #F7F7F7;
}

.testimonial-landing-page .heading, .testimonial-landing-page .skillbar-title, .testimonial-landing-page .tabs-product .nav-tabs li {
  color: #fff;
}

.tabs-product .nav-tabs .testimonial-landing-page li {
  color: #fff;
}

.testimonial-landing-page .testimonial-item p {
  background: #fff;
  color: #444;
}
.testimonial-landing-page .slick-dots li button:before {
  background: #CCC;
}

@media (min-width: 992px) {
  .testimonials {
    max-width: 570px;
  }
}
/*radio*/
input[type=radio], input[type=checkbox] {
  box-sizing: border-box;
  cursor: pointer;
  line-height: normal;
}

button.button-border {
  border-color: #888;
  color: #222;
}

input[type=button].button-border, input[type=reset].button-border, input[type=submit].button-border {
  border-color: #888;
  color: #222;
}

.button.button-border {
  border-color: #888;
  color: #222;
}

button.button-border:hover {
  background: #222;
  color: #FFF;
  border-color: #222;
}

input[type=button].button-border:hover, input[type=reset].button-border:hover, input[type=submit].button-border:hover {
  background: #222;
  color: #FFF;
  border-color: #222;
}

.button.button-border:hover {
  background: #222;
  color: #FFF;
  border-color: #222;
}

button.button-border.transparent {
  color: #FFF;
}

input[type=button].button-border.transparent, input[type=reset].button-border.transparent, input[type=submit].button-border.transparent {
  color: #FFF;
}

.button.button-border.transparent {
  color: #FFF;
}

button.button-border.transparent:hover {
  background: #FFF;
  color: #222;
  border: #FFF;
}

input[type=button].button-border.transparent:hover, input[type=reset].button-border.transparent:hover, input[type=submit].button-border.transparent:hover {
  background: #FFF;
  color: #222;
  border: #FFF;
}

.button.button-border.transparent:hover {
  background: #FFF;
  color: #222;
  border: #FFF;
}

button.reverse {
  letter-spacing: normal;
  font-size: 13px;
  line-height: 12px;
  font-weight: 700;
  padding: 18px 50px 17px;
  margin: 0;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
  transition: 0.5s all ease;
  border-radius: 0 !important;
}

input[type=button].reverse, input[type=reset].reverse, input[type=submit].reverse {
  letter-spacing: normal;
  font-size: 13px;
  line-height: 12px;
  font-weight: 700;
  padding: 18px 50px 17px;
  border: 2px solid #131219;
  margin: 0;
  display: inline-block;
  cursor: pointer;
  background: #f9f9f9;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  transition: 0.5s all ease;
  border-radius: 0 !important;
}

.button.reverse {
  letter-spacing: normal;
  font-size: 13px;
  line-height: 12px;
  font-weight: 700;
  padding: 18px 50px 17px;
  border: 2px solid #131219;
  margin: 0;
  display: inline-block;
  cursor: pointer;
  background: #f9f9f9;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  transition: 0.5s all ease;
  border-radius: 0 !important;
}

input[type=button].reverse:hover, input[type=reset].reverse:hover, input[type=submit].reverse:hover {
  color: #f9f9f9;
  background: #000000;
  transition: 0.5s all ease;
}

.button.reverse:hover {
  color: #f9f9f9;
  background: #000000;
  transition: 0.5s all ease;
}

button.white {
  background: #fff;
  color: #222;
}

input[type=button].white, input[type=reset].white, input[type=submit].white {
  background: #fff;
  color: #222;
}

.button.white {
  background: #fff;
  color: #222;
}

button.white:hover {
  background: none;
  color: #fff;
  border-color: #fff;
}

input[type=button].white:hover, input[type=reset].white:hover, input[type=submit].white:hover {
  background: none;
  color: #fff;
  border-color: #fff;
}

.button.white:hover {
  background: none;
  color: #fff;
  border-color: #fff;
}

button:focus {
  outline: none;
}

input[type=button]:focus, input[type=reset]:focus, input[type=submit]:focus {
  outline: none;
}

.button:focus {
  outline: none;
}

.button-block {
  margin-bottom: 20px;
}

.button-more-portfolio {
  display: block;
  padding: 30px 0;
  text-align: center;
  font-size: 12px;
  background: #222;
  color: #fff;
}
.button-more-portfolio span {
  border-bottom: 1px solid;
  padding: 2px 0;
}

/*sidebar cart*/
.has-cart-open .sidebar-cart {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.has-cart-open .header-btn--cart span {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.has-cart-open .header-btn--cart span:first-child {
  opacity: 0;
}

.has-cart-open .sidebar-cart {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.has-cart-open .sidebar-cart .cart__item {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.has-cart-open .sidebar-cart .button {
  opacity: 1;
}

.has-cart-open .sidebar-cart .cart__summary .line {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.has-cart-open header:before, .has-menu-open header:before {
  opacity: 0;
}

.has-cart-open .page-view:after, .has-menu-open .page-view:after {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.6s steps(1, start);
}

.column {
  display: block;
  float: left;
}

.relative {
  position: relative;
}

.sidebar-cart {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  min-width: 425px;
  width: 30%;
  height: 100%;
  background: #fefefe;
  z-index: 501;
  box-shadow: -1px 0px 1px 0px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  transition: -webkit-transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}

.sidebar-cart .cart-main-heading {
  padding: 15px 30px;
  border-bottom: 1px solid #eee;
  text-align: center;
}

.sidebar-cart .shopping-cart-item-name {
  padding-top: 17px;
  cursor: pointer;
  width: 80%;
  text-transform: uppercase;
}

.sidebar-cart .cross {
  display: inline-block;
  vertical-align: middle;
  padding: 0 3px;
}

.sidebar-cart .cart__item {
  padding: 10px 30px;
  opacity: 0;
  margin: 0;
  display: block;
  position: relative;
}

.cart__item p {
  font-size: 0.875rem;
  line-height: 1.188rem;
}

.sidebar-cart .cart__item .column {
  position: relative;
  min-height: 100px;
}

.cart__item__col--left {
  width: 80px;
}

.cart__item .link {
  line-height: 0.9rem;
  text-transform: lowercase;
  vertical-align: top;
}

.cart__item .price {
  position: absolute;
  top: 0;
  right: 0;
}

.cart__item img {
  max-width: 80%;
}

.sidebar-cart .cart__item .vertical-centr {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.sidebar-cart .cart__item:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}

.sidebar-cart .cart__summary {
  position: absolute;
  right: 0;
  width: 100%;
  bottom: 0;
  padding: 0 2.5rem 2.5rem;
}

.sidebar-cart .cart__empty {
  margin-top: 50%;
  padding: 1.5rem;
}

.sidebar-cart .cart__summary .line {
  position: relative;
  padding: 0.9rem 0;
  border-top: 1px solid #e5e5e5;
  opacity: 0;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.sidebar-cart .button {
  opacity: 0;
  transition: opacity 1.1s cubic-bezier(0.19, 1, 0.22, 1) 0.15s;
}

.sidebar-cart .shopping-button {
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 0px;
  display: block;
  position: relative;
  border: 2px solid;
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
}

.sidebar-cart .shopping-button:hover {
  color: #fff !important;
  background-color: transparent;
}

.sidebar-cart .shopping-button:hover:before {
  left: 0;
  right: auto;
  width: 100%;
}

.sidebar-cart .shopping-button:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: -1;
  transition: all 0.5s ease 0s;
}

.sidebar-cart .shopping-button:before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  z-index: -1;
  content: "";
  color: #000 !important;
  background: #131219;
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
}

/*general css */
@media screen and (min-width: 545px) and (max-width: 767px) {
  .margin-top-40 {
    margin-top: 20px !important;
  }

  .margin-top-80 {
    margin-top: 10px !important;
  }

  .margin-top-60 {
    margin-top: 10px !important;
  }

  .margin-top-70 {
    margin-top: 10px !important;
  }

  .margin-top-50 {
    margin-top: 10px !important;
  }

  .margin-top-30 {
    margin-top: 15px !important;
  }

  .margin-bottom-40 {
    margin-bottom: 20px !important;
  }

  .margin-bottom-80 {
    margin-bottom: 10px !important;
  }

  .margin-bottom-60 {
    margin-bottom: 10px !important;
  }

  .margin-bottom-70 {
    margin-bottom: 10px !important;
  }

  .margin-bottom-50 {
    margin-bottom: 10px !important;
  }

  .margin-bottom-30 {
    margin-bottom: 15px !important;
  }
}
@media screen and (max-width: 544px) {
  .margin-top-40 {
    margin-top: 20px !important;
  }

  .margin-top-80 {
    margin-top: 10px !important;
  }

  .margin-top-60 {
    margin-top: 10px !important;
  }

  .margin-top-70 {
    margin-top: 10px !important;
  }

  .margin-top-50 {
    margin-top: 10px !important;
  }

  .margin-top-30 {
    margin-top: 15px !important;
  }

  .margin-bottom-40 {
    margin-bottom: 20px !important;
  }

  .margin-bottom-80 {
    margin-bottom: 10px !important;
  }

  .margin-bottom-60 {
    margin-bottom: 10px !important;
  }

  .margin-bottom-70 {
    margin-bottom: 10px !important;
  }

  .margin-bottom-50 {
    margin-bottom: 10px !important;
  }

  .margin-bottom-30 {
    margin-bottom: 15px !important;
  }
}