/*------------------------------------------------------------------
[Table of contents]
1. Body
2. Layout
3. Typography
4. Utilities
5. Components
6. Form
7. Header
8. Footer
9. Slick slider
10. Top block
11. Sidebar
12. Google Map
13. Breadcrumbs
14. Paginator
15. Entity
16. Countdown
17. Banner
18. Event
19. Testimonials
20. Contact
21. Comments
22. Cart

[Typography]
Font families: Muli, Philosopher
    Muli - for generic textes
    Philosopher - used for headings, main elements
Text default color: #747D88
Theme colors: #AD1F41
    #AD1F41 - main theme color, used for buttons and main elements

------------------------------------------------------------------*/
/*------------------------------------------------------------------
    [1. Body]
*/
body {
  font-family: 'Muli';
  color: #747d88;
  font-size: 1rem;
  line-height: 1.8;
}

.nobullets{
  list-style-type: none; /* Remove bullets */
}
ul.li3{width:100%}
    ul.li3 li{
        display: inline-block;
        width: 45%;
        float: left;
    }

@media (min-width: 768px) {
    ul.li3 li{
        display: inline-block;
        width: 33%;
        float: left;
    }

}

/*------------------------------------------------------------------
    [2. Layout]
*/
/* Container */
.container,
.container-fluid {
  padding-left: 1rem;
  padding-right: 1rem;
}
.container-full {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
/* Row */
.row {
  margin-left: -1rem;
  margin-right: -1rem;
}
.col,
.col-auto,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-sm,
.col-sm-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md,
.col-md-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg,
.col-lg-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-xl,
.col-xl-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.geoLogo{
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:45px;
}
.geoLogo span{
	font-weight:100;
}
.entity-icon span i{margin-top:18px;}
.no-gutters {
  margin-left: 0;
  margin-right: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.form-grid {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}
.form-grid > .col,
.form-grid > [class*="col-"] {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.grid {
  margin-top: -1rem;
  margin-bottom: -1rem;
}
.grid > .col,
.grid > [class*="col-"] {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.grid-md {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.grid-md > .col,
.grid-md > [class*="col-"] {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.rows-lg {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}
.rows-lg > .col,
.rows-lg > [class*="col-"] {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
/*------------------------------------------------------------------
    [3. Typography]
*/
/* Reset */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4,
p,
ul {
  margin-bottom: 0;
}
.display-1,
.display-2,
.display-3,
.display-4 {
  font-family: 'Philosopher';
}
b,
strong,
.strong {
  font-weight: 700;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  font-weight: 700;
  line-height: 1.375;
}
h1,
.h1 {
  font-size: 2.55rem;
}
h2,
.h2 {
  font-size: 2.25rem;
}
h3,
.h3 {
  font-size: 1.625rem;
}
h4,
.h4 {
  font-size: 1.375rem;
}
h5,
.h5 {
  font-size: 1.125rem;
}
h6,
.h6 {
  font-size: 0.9375rem;
}
/* Text */
.lead {
  font-size: 1rem;
}
.text-short-2 {
  display: block;
  max-height: 3.375rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.text-short {
  display: block;
  max-height: 5.0625rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.text-longer {
  display: block;
  max-height: 8.4375rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
/* Link styles */
a {
  color: #ff8c00;
  -webkit-transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
  -ms-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
  outline: 0 none;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  color: #ff8c00;
}
a.disabled {
  opacity: 0.5 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)" !important;
  filter: alpha(opacity=50) !important;
}
.content-link {
  color: inherit;
}
.content-link:hover {
  text-decoration: none;
  color: #ff8c00;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.content-link.disabled {
  color: inherit;
}
.content-link-default,
.content-link-default:hover {
  color: inherit;
}
.content-link-default.disabled {
  color: inherit;
}
.transparent-link {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  color: #ff8c00;
}
.transparent-link:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.underline-link {
  color: inherit;
  text-decoration: underline;
}
.underline-link:hover {
  text-decoration: none;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.grayscale-link {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.grayscale-link:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
/* Blockquote */
.blockquote-wide {
  display: block;
  width: 100%;
  background-color: #e5e5e5;
  padding: 4rem 3rem 3rem;
  font-family: 'Philosopher';
  font-size: 1.625rem;
  text-align: center;
  color: #3c444c;
  font-weight: 700;
  font-style: italic;
  margin: 1.5rem 0;
}
.blockquote-wide footer {
  font-size: 1.125rem;
  font-family: 'Muli';
}
.blockquote-wide cite {
  font-style: normal;
  color: #ff8c00;
}
/* List */
.list-wide li + li:not(.list-inline-item) {
  margin-top: 0.5rem;
}
.list-wide .list-inline-item:not(:last-child) {
  margin-right: 1rem;
}
.list-wider li + li:not(.list-inline-item) {
  margin-top: 1rem;
}
.list-wider .list-inline-item:not(:last-child) {
  margin-right: 2rem;
}
.list-categories {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 700;
  font-family: 'Philosopher';
  line-height: 1.375;
  font-size: 1rem;
}
.list-categories li {
  margin-top: 0.5rem;
}
.list-titled {
  padding: 0;
  margin: 0;
  list-style: none;
}
.list-titled li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.list-titled .list-item-title {
  color: #3c444c;
  margin-right: 0.5rem;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 12.5rem;
  font-weight: 700;
}
.list-titled .list-item-value {
  margin-top: 0.5rem;
  width: 100%;
}
@media (min-width: 768px) {
  .list-titled .list-item-value {
    margin-top: 0;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1;
  }
}
.list-striped li {
  padding: 0.75rem;
}
.list-striped li:nth-of-type(even) {
  background-color: rgba(0,0,0,0.05);
}
.list-hover li:hover {
  background-color: rgba(0,0,0,0.075);
}
/*------------------------------------------------------------------
    [4. Utilities]
*/
/* Fonts */
.font-main {
  font-family: 'Philosopher' !important;
}
.font-generic {
  font-family: 'Muli' !important;
}
/* Image */
.image-cover {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.image-horizontal {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: repeat-x;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  background-size: auto 100%;
}
.image-background-top {
  background-position: top center;
}
.image-background-bottom {
  background-position: bottom center;
}
.embed-responsive-poster:before {
  padding-top: 150%;
}
/* Background colors and gradients */
.bg-gradient-black-mid {
  background-image: -webkit-linear-gradient(right, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.7) 100%) !important;
  background-image: -moz-linear-gradient(right, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.7) 100%) !important;
  background-image: -o-linear-gradient(right, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.7) 100%) !important;
  background-image: -ms-linear-gradient(right, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.7) 100%) !important;
  background-image: linear-gradient(to left, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.7) 100%) !important;
}
.bg-highlight-bottom {
  background-image: -webkit-linear-gradient(top, transparent 0%, transparent 80%, rgba(0,0,0,0.9) 100%) !important;
  background-image: -moz-linear-gradient(top, transparent 0%, transparent 80%, rgba(0,0,0,0.9) 100%) !important;
  background-image: -o-linear-gradient(top, transparent 0%, transparent 80%, rgba(0,0,0,0.9) 100%) !important;
  background-image: -ms-linear-gradient(top, transparent 0%, transparent 80%, rgba(0,0,0,0.9) 100%) !important;
  background-image: linear-gradient(to bottom, transparent 0%, transparent 80%, rgba(0,0,0,0.9) 100%) !important;
}
.bg-black {
  background-color: #000;
}
.bg-black-50 {
  background-color: rgba(0,0,0,0.5) !important;
}
.bg-white-20 {
  background-color: rgba(255,255,255,0.2) !important;
}
.bg-theme-50 {
  background-color: rgba(173,31,65,0.5) !important;
}
.bg-lighten {
  background-color: #efefef !important;
}
.bg-theme {
  background: #ff8c00;
}
.bg-theme-light {
  background: #ba2222;
}
.bg-theme-dark {
  background: #800b27;
}
/* Text colors */
.text-theme {
  color: #ff8c00 !important;
}
.text-muted {
  color: #cbcfd4 !important;
}
.text-shadow {
  text-shadow: 0 0.25rem 0.25rem rgba(0,0,0,0.25);
}
.text-title {
  color: #3c444c !important;
}
/* Opacity */
.opacity-20 {
  opacity: 0.2 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)" !important;
  filter: alpha(opacity=20) !important;
}
.opacity-40 {
  opacity: 0.4 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)" !important;
  filter: alpha(opacity=40) !important;
}
.opacity-50 {
  opacity: 0.5 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)" !important;
  filter: alpha(opacity=50) !important;
}
.opacity-70 {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  filter: alpha(opacity=70) !important;
}
.opacity-80 {
  opacity: 0.8 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" !important;
  filter: alpha(opacity=80) !important;
}
.opacity-90 {
  opacity: 0.9 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)" !important;
  filter: alpha(opacity=90) !important;
}
/* Hover effects */
.hover-shadow {
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  -webkit-box-shadow: 0 0 0 rgba(0,0,0,0.2);
  box-shadow: 0 0 0 rgba(0,0,0,0.2);
}
.hover-shadow:hover {
  -webkit-box-shadow: 0 0.25rem 1.25rem rgba(0,0,0,0.2);
  box-shadow: 0 0.25rem 1.25rem rgba(0,0,0,0.2);
}
/* Corner effects */
.corner-top-right,
.corner-bottom-right,
.corner-top-left,
.corner-bottom-left {
  position: relative;
  z-index: 1;
}
.corner-top-right:after,
.corner-bottom-right:after,
.corner-top-left:after,
.corner-bottom-left:after {
  content: "";
  z-index: -1;
  width: 3rem;
  height: 3rem;
  position: absolute;
}
.corner-top-left:after,
.corner-bottom-left:after {
  left: -0.25rem;
  border-left: 0.25rem solid #ff8c00;
}
.corner-top-right:after,
.corner-bottom-right:after {
  right: -0.25rem;
  border-right: 0.25rem solid #ff8c00;
}
.corner-top-right:after,
.corner-top-left:after {
  top: -0.25rem;
  border-top: 0.25rem solid #ff8c00;
}
.corner-bottom-right:after,
.corner-bottom-left:after {
  bottom: -0.25rem;
  border-bottom: 0.25rem solid #ff8c00;
}
/*------------------------------------------------------------------
    [5. Components]
*/
/* Custom icons */
.custom-icon-round {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  line-height: 1;
  border-radius: 50%;
  border: 2px solid #ff8c00;
  position: relative;
}
.custom-icon-round .custom-icon-content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 0.25em;
  color: inherit;
}
.custom-icon-round .fa-play {
  margin-left: 0.125em;
}
/* Preloader */
.cube-loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: #fff;
}
.cube-loader .loader-wrap {
  width: 5rem;
  height: 5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(45deg);
  -o-transform: translate(-50%, -50%) rotateZ(45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(45deg);
  transform: translate(-50%, -50%) rotateZ(45deg);
}
.cube-loader .loader-element {
  position: relative;
  -webkit-transform: rotateZ(0deg) scale(1.1);
  -moz-transform: rotateZ(0deg) scale(1.1);
  -o-transform: rotateZ(0deg) scale(1.1);
  -ms-transform: rotateZ(0deg) scale(1.1);
  transform: rotateZ(0deg) scale(1.1);
  width: 50%;
  height: 50%;
  float: left;
}
.cube-loader .loader-element:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ff8c00;
  -webkit-animation: cube-loader 2.76s infinite linear both;
  -moz-animation: cube-loader 2.76s infinite linear both;
  -o-animation: cube-loader 2.76s infinite linear both;
  -ms-animation: cube-loader 2.76s infinite linear both;
  animation: cube-loader 2.76s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.cube-loader .loader-2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  -moz-transform: scale(1.1) rotateZ(90deg);
  -o-transform: scale(1.1) rotateZ(90deg);
  -ms-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}
.cube-loader .loader-3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  -moz-transform: scale(1.1) rotateZ(180deg);
  -o-transform: scale(1.1) rotateZ(180deg);
  -ms-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}
.cube-loader .loader-4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  -moz-transform: scale(1.1) rotateZ(270deg);
  -o-transform: scale(1.1) rotateZ(270deg);
  -ms-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}
.cube-loader .loader-2:before {
  -webkit-animation-delay: 0.35s;
  -moz-animation-delay: 0.35s;
  -o-animation-delay: 0.35s;
  -ms-animation-delay: 0.35s;
  animation-delay: 0.35s;
}
.cube-loader .loader-3:before {
  -webkit-animation-delay: 0.69s;
  -moz-animation-delay: 0.69s;
  -o-animation-delay: 0.69s;
  -ms-animation-delay: 0.69s;
  animation-delay: 0.69s;
}
.cube-loader .loader-4:before {
  -webkit-animation-delay: 1.04s;
  -moz-animation-delay: 1.04s;
  -o-animation-delay: 1.04s;
  -ms-animation-delay: 1.04s;
  animation-delay: 1.04s;
}
@-moz-keyframes cube-loader {
  0%, 10% {
    -webkit-transform: perspective(10rem) rotateX(-180deg);
    -moz-transform: perspective(10rem) rotateX(-180deg);
    -o-transform: perspective(10rem) rotateX(-180deg);
    -ms-transform: perspective(10rem) rotateX(-180deg);
    transform: perspective(10rem) rotateX(-180deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  25%, 75% {
    -webkit-transform: perspective(10rem) rotateX(0deg);
    -moz-transform: perspective(10rem) rotateX(0deg);
    -o-transform: perspective(10rem) rotateX(0deg);
    -ms-transform: perspective(10rem) rotateX(0deg);
    transform: perspective(10rem) rotateX(0deg);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  90%, 100% {
    -webkit-transform: perspective(10rem) rotateY(180deg);
    -moz-transform: perspective(10rem) rotateY(180deg);
    -o-transform: perspective(10rem) rotateY(180deg);
    -ms-transform: perspective(10rem) rotateY(180deg);
    transform: perspective(10rem) rotateY(180deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes cube-loader {
  0%, 10% {
    -webkit-transform: perspective(10rem) rotateX(-180deg);
    -moz-transform: perspective(10rem) rotateX(-180deg);
    -o-transform: perspective(10rem) rotateX(-180deg);
    -ms-transform: perspective(10rem) rotateX(-180deg);
    transform: perspective(10rem) rotateX(-180deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  25%, 75% {
    -webkit-transform: perspective(10rem) rotateX(0deg);
    -moz-transform: perspective(10rem) rotateX(0deg);
    -o-transform: perspective(10rem) rotateX(0deg);
    -ms-transform: perspective(10rem) rotateX(0deg);
    transform: perspective(10rem) rotateX(0deg);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  90%, 100% {
    -webkit-transform: perspective(10rem) rotateY(180deg);
    -moz-transform: perspective(10rem) rotateY(180deg);
    -o-transform: perspective(10rem) rotateY(180deg);
    -ms-transform: perspective(10rem) rotateY(180deg);
    transform: perspective(10rem) rotateY(180deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-o-keyframes cube-loader {
  0%, 10% {
    -webkit-transform: perspective(10rem) rotateX(-180deg);
    -moz-transform: perspective(10rem) rotateX(-180deg);
    -o-transform: perspective(10rem) rotateX(-180deg);
    -ms-transform: perspective(10rem) rotateX(-180deg);
    transform: perspective(10rem) rotateX(-180deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  25%, 75% {
    -webkit-transform: perspective(10rem) rotateX(0deg);
    -moz-transform: perspective(10rem) rotateX(0deg);
    -o-transform: perspective(10rem) rotateX(0deg);
    -ms-transform: perspective(10rem) rotateX(0deg);
    transform: perspective(10rem) rotateX(0deg);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  90%, 100% {
    -webkit-transform: perspective(10rem) rotateY(180deg);
    -moz-transform: perspective(10rem) rotateY(180deg);
    -o-transform: perspective(10rem) rotateY(180deg);
    -ms-transform: perspective(10rem) rotateY(180deg);
    transform: perspective(10rem) rotateY(180deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes cube-loader {
  0%, 10% {
    -webkit-transform: perspective(10rem) rotateX(-180deg);
    -moz-transform: perspective(10rem) rotateX(-180deg);
    -o-transform: perspective(10rem) rotateX(-180deg);
    -ms-transform: perspective(10rem) rotateX(-180deg);
    transform: perspective(10rem) rotateX(-180deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  25%, 75% {
    -webkit-transform: perspective(10rem) rotateX(0deg);
    -moz-transform: perspective(10rem) rotateX(0deg);
    -o-transform: perspective(10rem) rotateX(0deg);
    -ms-transform: perspective(10rem) rotateX(0deg);
    transform: perspective(10rem) rotateX(0deg);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  90%, 100% {
    -webkit-transform: perspective(10rem) rotateY(180deg);
    -moz-transform: perspective(10rem) rotateY(180deg);
    -o-transform: perspective(10rem) rotateY(180deg);
    -ms-transform: perspective(10rem) rotateY(180deg);
    transform: perspective(10rem) rotateY(180deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
/* Brand */
.navbar-brand {
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
  line-height: 1;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.navbar-brand img {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-height: 100%;
  display: inline-block;
  vertical-align: bottom;
}
/* Record */
.record-line {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
}
.record-line .record-title {
  margin-right: auto;
}
/* Logo */
.logo-element {
  position: relative;
  font-family: 'Philosopher';
  font-weight: 500;
  display: inline-block;
  line-height: 1;
  height: 60px;
  font-size: 1em;
  color: inherit;
  text-align: center;
  z-index: 1;
}
.logo-icon {
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: 1;
  z-index: 1;
}
.logo-text,
.logo-icon {
  margin: 0 auto;
}
.logo-text {
  display: inline-block;
  vertical-align: middle;
  padding-top:8px;
  position: relative;
  font-weight: 700;
  line-height: 0.75;
}
.logo-text i {
  font-style: normal;
  color: #ff8c00;
  z-index: -1;
}
.logo-text span {
  font-size: 0.625em;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.logo-text span:first-child {
  right: 100%;
}
.logo-text span:last-child {
  left: 100%;
}
/* Section */
.section,
.section-inner {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.section-solid,
.section-solid-top,
.section-parallax {
  position: relative;
  z-index: 1;
}
.section-solid {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.section-solid-top {
  padding-top: 8rem;
}
.section-head,
.section-footer {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.section-head {
  margin-bottom: 4rem;
}
.section-head .section-separator {
  margin-left: auto;
  margin-right: auto;
}
.section-head-form {
  zoom: 1;
  margin-bottom: 4rem;
}
.section-head-form:before,
.section-head-form:after {
  content: "";
  display: table;
  clear: both;
}
.section-footer {
  margin-top: 4rem;
}
.section-footer .btn {
  min-width: 9rem;
}
.section-title {
  font-family: 'Philosopher';
  line-height: 1.375;
  font-weight: 700;
  color: #3c444c;
}
.section-title + .section-text {
  margin-top: 1rem;
}
.section-separator {
  width: 2.75rem;
  height: 4px;
  background-color: #ff8c00;
  border-radius: 4px;
  margin-top: 0.25rem;
}
.section-separator + .section-text {
  margin-top: 1.5rem;
}
.section-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section-dark {
  background: #3c444c;
}
.section-darken {
  background: #363d45;
}
.section-icon {
  font-size: 3rem;
  line-height: 1;
}
.section-side-head {
  width: 100%;
  max-width: 350px;
  display: inline-block;
}
.section-side-head .section-head-content {
  position: relative;
  padding-bottom: 110%;
}
.section-side-head .section-head-position {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 0 1rem;
}
.section-side-head .section-icon {
  padding: 30% 0 15%;
}
.section-side-head .section-title {
  margin: auto 0;
  color: #fff;
}
.section-center-content {
  margin: auto 0;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.section-white-text,
.section-white-text .section-title {
  color: #fff;
}
.section-block .section-head,
.section-bordered .section-head,
.section-block .section-footer,
.section-bordered .section-footer {
  padding: 0;
  margin: 0;
  text-align: left;
}
.section-block .section-separator,
.section-bordered .section-separator {
  width: 2rem;
  margin-left: 0;
}
.section-block {
  margin-top: 6rem;
}
.section-block .section-head,
.section-inner .section-head {
  margin-bottom: 3rem;
}
.section-block .section-footer,
.section-inner .section-footer {
  margin-top: 3rem;
}
.section-bordered {
  position: relative;
  z-index: 1;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  padding: 2rem 1.5rem 1.5rem;
}
.section-bordered:after {
  content: "";
  z-index: -1;
  position: absolute;
  top: -0.25rem;
  right: -0.25rem;
  border-top: 0.25rem solid #ff8c00;
  border-right: 0.25rem solid #ff8c00;
  width: 3rem;
  height: 3rem;
}
.section-bordered .section-head {
  margin-bottom: 2rem;
}
.section-bordered .section-footer {
  margin-top: 2rem;
}
.section-solid-map {
  position: relative;
  z-index: 1;
}
.section-map {
  height: 25rem;
}
.section-map .gmap {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .section-solid-map .container,
  .section-on-top .container {
    padding: 0;
    max-width: none;
  }
  .section-solid-map .entity-background,
  .section-on-top .entity-background {
    opacity: 1 !important;
    -ms-filter: none !important;
    filter: none !important;
  }
}
@media (min-width: 992px) {
  .section-solid-map {
    padding-top: 25rem;
  }
  .section-map {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .section-on-top {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    width: 100%;
    height: 0;
    -webkit-box-align: end;
    -moz-box-align: end;
    -o-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
}
/* Scroll to top */
.scroll-top {
  position: fixed;
  display: block;
  right: 1rem;
  bottom: 1rem;
  background-color: #ff8c00;
  color: #fff;
  -webkit-transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
  -ms-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
  text-align: center;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.5rem;
  line-height: 2.5rem;
  z-index: 20;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0 0 rgba(173,31,65,0.5);
  box-shadow: 0 0 0 0 rgba(173,31,65,0.5);
}
.scroll-top:hover,
.scroll-top:focus,
.scroll-top:active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  color: #fff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(173,31,65,0.5);
  box-shadow: 0 0 0 0.2rem rgba(173,31,65,0.5);
}
.scroll-top.disabled {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.scroll-top.end {
  bottom: 0;
}
/* SVG */
.svg-container {
  line-height: 1;
}
.fill-path {
  fill: #747d88;
}
.svg-content {
  display: inline-block;
  line-height: 1;
  vertical-align: top;
}
.svg-content svg {
  vertical-align: top;
  max-width: 100%;
}
.svg-fill-theme .fill-path {
  fill: #ff8c00;
}
.svg-fill-white .fill-path {
  fill: #fff;
}
/* Progress bar */
.progress-textes {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  color: #3c444c;
  line-height: 1;
  font-weight: 700;
}
.progress-textes + .progress-line {
  margin-top: 0.75rem;
}
.progress-textes .progress-count {
  margin: auto 0;
}
.progress-textes .progress-now {
  margin-right: auto;
}
.progress-textes .progress-max {
  color: #ff8c00;
}
.progress-line {
  height: 4px;
  margin: 0.5rem 0;
  overflow: visible;
}
.progress-line .progress-bar:last-child {
  position: relative;
}
.progress-line .progress-bar:last-child:after {
  content: " ";
  position: absolute;
  left: 100%;
  top: 50%;
  width: 0.9375rem;
  height: 0.9375rem;
  background-color: inherit;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* Parallax */
.parallax-mirror {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
/* Nav */
.nav-links-underline {
  margin: -0.5rem -1rem;
}
.nav-links-underline .nav-item {
  padding: 0.5rem 1rem;
}
.nav-links-underline .nav-link {
  font-family: 'Philosopher';
  font-size: 1.125rem;
  line-height: 1.375;
  font-weight: 700;
  padding: 0 0 0.5rem;
  position: relative;
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
  color: #3c444c;
}
.nav-links-underline .nav-link:hover {
  color: #ff8c00;
}
.nav-links-underline .nav-link:before {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  height: 3px;
  background: #ff8c00;
  -webkit-transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
  -ms-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
}
.nav-links-underline .nav-link:hover:before,
.nav-links-underline .nav-link.active:before {
  right: 0;
}
.nav-links-underline .nav-link.disabled {
  color: #cbcfd4 !important;
}
.nav-links-underline .nav-link.disabled:before {
  display: none !important;
}
.tab-content-bordered {
  border: 1px solid #e5e5e5;
  padding: 2rem;
}
.tab-content-bordered .section-block:first-child {
  margin-top: 0;
}
/*------------------------------------------------------------------
    [6. Form]
*/
.form-title {
  font-family: 'Philosopher';
  font-weight: 700;
  color: #3c444c;
  line-height: 1.375;
  margin-bottom: 1rem;
}
/* Field */
.input-group {
  z-index: 1;
}
label {
  font-weight: 700;
  color: #3c444c;
  line-height: 1.375;
  margin-bottom: 1rem;
}
label.required:after {
  content: "*";
  margin-left: 0.25rem;
}
.form-check-label {
  font-weight: 400;
}
.form-background {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.form-control,
.input-group-text {
  font-size: 0.9375rem;
  padding: 0.5rem 0.75rem;
  line-height: 1.5rem;
  height: calc(2.5rem - 2px);
  color: #747d88;
}
.form-control {
  border-color: #e5e5e5;
  border-radius: 0;
}
.form-control::-webkit-input-placeholder {
  color: inherit;
  font-size: inherit;
}
.form-control::-moz-placeholder {
  color: inherit;
  font-size: inherit;
}
.form-control:-moz-placeholder {
  color: inherit;
  font-size: inherit;
}
.form-control:-ms-input-placeholder {
  color: inherit;
  font-size: inherit;
}
.form-control option {
  color: #747d88;
}
select.form-control {
  cursor: pointer;
}
textarea.form-control {
  height: calc(5.5rem - 2px);
  -webkit-transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
  -ms-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
}
.form-rating {
  zoom: 1;
  white-space: nowrap;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -o-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  color: #ff8c00;
  padding: 0.5rem 0;
  margin-left: -0.25rem;
}
.form-rating:before,
.form-rating:after {
  content: "";
  display: table;
  clear: both;
}
.form-rating label {
  cursor: pointer;
  margin: 0;
  padding-left: 0.25rem;
  text-align: center;
}
.form-rating .rating-cancel-icon {
  font-size: 0.6em;
  line-height: 1.375;
  color: #ff8a00;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.form-rating .rating-cancel-icon {
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.form-rating .rating-icon {
  color: #ff8a00;
}
.form-rating .rating-active-icon {
  display: none;
  color: #ff8a00;
}
.form-rating input[type="radio"] {
  display: none;
}
.form-rating input[type="radio"] ~ label:hover .rating-icon,
.form-rating input[type="radio"] ~ label:hover ~ label .rating-icon,
.form-rating [type="radio"]:checked ~ label .rating-icon {
  color: #ff8a00;
}
.form-rating input[type="radio"] ~ label:hover .rating-active-icon,
.form-rating input[type="radio"] ~ label:hover ~ label .rating-active-icon,
.form-rating [type="radio"]:checked ~ label .rating-active-icon {
  display: inline-block;
}
.form-rating input[type="radio"] ~ label:hover .rating-active-icon + .rating-icon,
.form-rating input[type="radio"] ~ label:hover ~ label .rating-active-icon + .rating-icon,
.form-rating [type="radio"]:checked ~ label .rating-active-icon + .rating-icon {
  display: none;
}
.form-rating input[type="radio"] ~ label.rating-cancel-icon:hover {
  color: #ff8a00;
}
.form-rating input[type="radio"] ~ label.rating-cancel-icon:hover ~ label .rating-icon,
.form-rating .rating-cancel:checked ~ label .rating-icon,
.form-rating:hover [type="radio"] ~ label .rating-icon {
  color: #ff8a00;
}
.form-rating input[type="radio"] ~ label.rating-cancel-icon:hover ~ label .rating-active-icon,
.form-rating .rating-cancel:checked ~ label .rating-active-icon,
.form-rating:hover [type="radio"] ~ label .rating-active-icon {
  display: none;
}
.form-rating input[type="radio"] ~ label.rating-cancel-icon:hover ~ label .rating-active-icon + .rating-icon,
.form-rating .rating-cancel:checked ~ label .rating-active-icon + .rating-icon,
.form-rating:hover [type="radio"] ~ label .rating-active-icon + .rating-icon {
  display: inline-block;
}
.form-rating:hover .rating-cancel-icon {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.rating-line {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.rating-line > label {
  margin-right: 1rem;
  margin-bottom: 0;
}
.rating-line .form-rating {
  padding: 0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0;
  -ms-flex: 0 0;
  flex: 0 0;
}
.form-group {
  margin: 0;
}
.input-view-flat .input-group-text,
.input-view-flat .form-control {
  border: 0 none;
  color: #fff;
}
.input-view-flat .form-control {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  background-color: #c4c4c4;
}
.input-view-flat .form-control:focus,
.input-view-flat .form-control:not([disabled]):not([readonly]):hover {
  background-color: #666;
}
.input-view-flat option {
  color: #fff;
}
.input-view-flat .input-group-append {
  margin-left: 0;
}
.input-view-flat .input-group-text {
  background-color: #aaa;
}
.input-view-flat.form-check,
.input-view-flat .form-check {
  padding-left: 2.25rem;
}
.input-view-flat .form-check-icon {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.25rem;
  background-color: #c4c4c4;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.input-view-flat .form-check-icon:after {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  top: 4px;
  bottom: 4px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  background-color: #ff8c00;
  border-radius: 0.125rem;
}
.input-view-flat .form-check-icon:hover {
  background-color: #666;
}
.input-view-flat .form-check-icon:hover:after {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.input-view-flat .form-check-input {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.input-view-flat .form-check-input:[type="radio"] ~ .form-check-icon,
.input-view-flat .form-check-input:[type="radio"] ~ .form-check-icon:after {
  border-radius: 50%;
}
.input-view-flat .form-check-input:not([disabled]):not([readonly]):hover ~ .form-check-icon,
.input-view-flat .form-check-input:not([disabled]):not([readonly]) ~ .form-check-icon:hover {
  background-color: #666;
}
.input-view-flat .form-check-input:not([disabled]):not([readonly]):hover ~ .form-check-icon:after,
.input-view-flat .form-check-input:not([disabled]):not([readonly]) ~ .form-check-icon:hover:after {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.input-view-flat .form-check-input:checked:not([disabled]):not([readonly]) ~ .form-check-icon:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
/* Spin */
.input-spin .form-control {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  text-align: center;
}
.input-spin .form-control:[disabled] ~ .input-actions .input-decrement,
.input-spin .form-control:[disabled] ~ .input-actions .input-increment {
  color: #cbcfd4 !important;
}
.input-decrement,
.input-increment {
  z-index: 3;
  position: absolute;
  width: 2rem;
  height: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.125rem;
  text-align: center;
  color: #3c444c;
  cursor: pointer;
}
.input-decrement.disabled,
.input-increment.disabled {
  color: #cbcfd4 !important;
}
.input-decrement:hover,
.input-increment:hover {
  color: #ff8c00;
}
.input-decrement {
  left: 0.25rem;
}
.input-increment {
  right: 0.25rem;
}
/* Button */
.btn {
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.5rem 1.5rem;
  font-family: 'Muli';
  font-weight: 700;
  border-radius: 0;
  text-shadow: none;
  -webkit-transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
  -ms-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
  -webkit-box-shadow: 0 0 0 0 rgba(173,31,65,0.5);
  box-shadow: 0 0 0 0 rgba(173,31,65,0.5);
}
.btn:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.btn-icon {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 2.4375rem;
}
.btn-theme {
  background-color: #ff8c00;
  border-color: rgba(255,255,255,0.1);
  color: #fff;
}
.btn-theme-gray {
  background-color: #e5e5e5;
  border-color: rgba(255,255,255,0.1);
  color: #3c444c;
}
.btn-theme:not(:disabled):not(.disabled):focus,
.btn-theme-gray:not(:disabled):not(.disabled):focus,
.btn-theme:not(:disabled):not(.disabled).focus,
.btn-theme-gray:not(:disabled):not(.disabled).focus,
.btn-theme:not(:disabled):not(.disabled):hover,
.btn-theme-gray:not(:disabled):not(.disabled):hover,
.btn-theme:not(:disabled):not(.disabled).active,
.btn-theme-gray:not(:disabled):not(.disabled).active {
  background-color: #ff8c00;
  color: #fff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(173,31,65,0.5);
  box-shadow: 0 0 0 0.2rem rgba(173,31,65,0.5);
}
.btn-theme:not(:disabled):not(.disabled):active,
.btn-theme-gray:not(:disabled):not(.disabled):active {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(173,31,65,0.25);
  box-shadow: 0 0 0 0.2rem rgba(173,31,65,0.25);
}
.btn-lg {
  padding: 0.625rem 3rem;
  min-width: 9rem;
}
.btn[type="submit"],
.btn-main {
  min-width: 9rem;
}
/*------------------------------------------------------------------
    [7. Header]
*/
header {
  z-index: 30;
  position: relative;
}
.after-head {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.navbar-toggler .nav-show {
  display: block;
}
.navbar-toggler .nav-hide {
  display: none;
}
.navbar-toggler.active .nav-show {
  display: none;
}
.navbar-toggler.active .nav-hide {
  display: block;
}
/* Horizontal header */
.header-horizontal {
  width: 100%;
  font-family: 'Muli';
  color: #3c444c;
  background: #fff;
}
.header-horizontal + .after-head .container {
  padding-top: 4rem;
}
.header-horizontal .navbar {
  height: 4rem;
  position: relative;
  padding: 0;
}
  margin-bottom: 0.1em;
}
.header-horizontal .navbar-brand {
  height: 1em;
  width:100%;
  font-size: 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin: 1rem 1.25rem 1rem 0;
  color: inherit;
}
.header-horizontal .navbar-toggler {
  margin-left: auto;
  color: inherit;
  font-size: 1.5rem;
  line-height: 2rem;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 1rem;
  right: 0;
  padding: 0;
}
.header-horizontal .navbar-toggler:hover {
  color: #ff8c00;
}
.header-horizontal .nav-link {
  line-height: 1;
  color: inherit;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.header-horizontal .nav-link:hover,
.header-horizontal .nav-link:active {
  color: #ff8c00;
}
.header-horizontal .nav-link.active ~ .nav {
  display: block;
}
.header-horizontal .navbar-nav,
.header-horizontal .nav {
  font-weight: 700;
}
.header-horizontal .nav-item {
  font-size: 0.875rem;
}
.header-horizontal .nav-arrow {
  width: 2rem;
  padding: 0.5rem;
  line-height: 1;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
  -ms-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
}
.header-horizontal .nav-item-arrow-down {
  position: relative;
}
.header-horizontal .nav-item-arrow-down .nav-arrow {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 991px) {
  .header-horizontal {
    -webkit-transition: all 0.1s linear 0s;
    -moz-transition: all 0.1s linear 0s;
    -o-transition: all 0.1s linear 0s;
    -ms-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s;
  }
  .header-horizontal .navbar {
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -o-box-lines: single;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .header-horizontal .navbar-brand {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -o-box-flex: 0;
    -ms-box-flex: 0;
    box-flex: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
  }
  .header-horizontal .navbar-collapse {
    padding-top: 1rem;
    border-top: 2px solid #eee;
    overflow-y: auto;
    width: 100%;
    display: none;
  }
  .header-horizontal .navbar-extra {
    padding-top: 1rem;
  }
  .header-horizontal .nav {
    padding-left: 1rem;
    padding-bottom: 0.25rem;
  }
  .header-horizontal .nav-link {
    padding-left: 0;
  }
  .header-horizontal .nav-arrow {
    color: inherit;
  }
  .header-horizontal .nav-item.active > .nav {
    display: block;
  }
  .header-horizontal .nav-item-arrow-down .nav-link {
    padding-right: 2.5rem;
  }
  .header-horizontal .nav-item-arrow-down.active > .nav-arrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #ff8c00;
  }
  .header-horizontal.active {
    position: fixed;
    left: 0;
    top: 0;
  }
  .header-horizontal.active .navbar {
    height: 100vh;
  }
  .header-horizontal.active .navbar-collapse {
    display: block;
  }
}
@media (min-width: 992px) {
  .header-horizontal .navbar {
    position: relative;
  }
  .header-horizontal .navbar-toggler,
  .header-horizontal .nav-item-arrow-down .nav-arrow {
    display: none;
  }
  .header-horizontal .navbar-collapse {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: box !important;
    display: flex !important;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .header-horizontal .navbar-nav {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    float:right;
  }
  .header-horizontal .navbar-nav > .nav-item {
    margin: 0 0.75rem;
  }
  .header-horizontal .navbar-nav + .navbar-extra {
    margin-left: 0.75rem;
  }
  .header-horizontal .nav {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 1rem 0;
    background-color: #fff;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    -ms-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0,0,0,0.4);
    box-shadow: 0 0.25rem 0.5rem rgba(0,0,0,0.4);
    min-width: 10rem;
  }
  .header-horizontal .nav:after {
    content: "";
    z-index: -1;
    position: absolute;
    right: -0.25rem;
    bottom: -0.25rem;
    border-bottom: 0.25rem solid #ff8c00;
    border-right: 0.25rem solid #ff8c00;
    width: 2.5rem;
    height: 2.5rem;
  }
  .header-horizontal .nav.right {
    left: auto;
    right: 0;
  }
  .header-horizontal .nav > .nav-item {
    padding: 0.5rem 0;
    color: #3c444c;
  }
  .header-horizontal .nav > .nav-item .nav-arrow {
    margin: 0.5rem;
  }
  .header-horizontal .nav > .nav-item > .nav {
    top: -0.75rem;
    left: 100%;
  }
  .header-horizontal .nav > .nav-item > .nav-link {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    color: #3c444c;
  }
  .header-horizontal .nav > .nav-item > .nav-link:hover {
    color: #ff8c00;
  }
  .header-horizontal .nav > .nav-item-arrow-down > .nav-link {
    padding-right: 3.5rem;
  }
  .header-horizontal .nav > .nav-item-arrow-down > .nav-arrow {
    display: block;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .header-horizontal .nav-item {
    position: relative;
  }
  .header-horizontal .nav-link {
    white-space: nowrap;
    position: relative;
    z-index: 1;
  }
  .header-horizontal .nav-link.active {
    color: #747d88;
    background-color: #fff;
    -webkit-box-shadow: 0 0.5rem 0 #fff, 0 0.125rem 0.25rem rgba(0,0,0,0.4);
    box-shadow: 0 0.5rem 0 #fff, 0 0.125rem 0.25rem rgba(0,0,0,0.4);
  }
  .header-horizontal .nav-link.active:hover {
    color: #ff8c00;
  }
  .header-horizontal .nav-hover-show-sub:hover > .nav-link,
  .header-horizontal .nav-hover-show-sub:hover > .nav-arrow {
    color: #ff8c00;
  }
  .header-horizontal .nav-hover-show-sub:hover > .nav {
    display: block;
    z-index: 2;
  }
  .header-horizontal .navbar-nav > .nav-item > .nav-link:before {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 0.25rem;
    height: 2px;
    background: #ff8c00;
    -webkit-transition: all 0.1s linear 0s;
    -moz-transition: all 0.1s linear 0s;
    -o-transition: all 0.1s linear 0s;
    -ms-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s;
  }
  .header-horizontal .navbar-nav > .nav-item:hover > .nav-link {
    color: inherit;
  }
  .header-horizontal .navbar-nav > .nav-item:hover > .nav-link:before {
    right: 0;
  }
  .header-horizontal .nav-hover-show-sub:hover > .nav,
  .header-horizontal .nav-link.active ~ .nav {
    -webkit-animation-duration: 0.2s;
    -moz-animation-duration: 0.2s;
    -o-animation-duration: 0.2s;
    -ms-animation-duration: 0.2s;
    animation-duration: 0.2s;
  }
}


  .header-view-pannel .navbar-brand {
    font-size: 1.5rem;
    min-width: 20%;
    margin: 0;
  }
@media (min-width: 900px) {
  .header-view-pannel .navbar-brand {
    font-size: 2rem;
    min-width: 20%;
    margin: 0;
  }
}

/* Pannel header */
@media (min-width: 1200px) {
  .header-view-pannel + .after-head .container {
    margin-top: -6rem;
    padding-top: 6rem;
  }
  .header-view-pannel .navbar {
    height: 6rem;
  }
  .header-view-pannel .navbar-brand {
    font-size: 3rem;
    min-width: 20%;
    margin: 0;
  }
  .header-view-pannel .navbar-nav {
    margin-left: 25px;
  }
  .header-view-pannel .navbar-nav > .nav-item {
    margin: 0 1.25rem;
  }
  .header-view-pannel .navbar-nav + .navbar-extra {
    margin-left: 0.75rem;
  }
  .navbar-nav{
  }
}
@media (min-width: 1400px) {
  .header-view-pannel .navbar-brand {
    margin-right: 2.75rem;
  }
}
/* Center header */
@media (min-width: 992px) {
  .header-view-center + .after-head .container {
    padding-top: 8rem;
  }
  .header-view-center .navbar {
    height: 10rem;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -o-box-lines: single;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 2rem 0;
  }
  .header-view-center .logo-element {
    margin-bottom: 0;
  }
  .header-view-center .navbar-brand {
    font-size: 3.25rem;
    min-width: 20%;
    margin: 0 0 1.5rem;
  }
  .header-view-center .navbar-nav {
    margin-left: auto;
  }
  .header-view-center .navbar-nav > .nav-item {
    margin: 0 1.25rem;
  }
  .header-view-center .navbar-nav + .navbar-extra {
    margin-left: 0.75rem;
  }
}
/* Sides header */
@media (min-width: 992px) {
  .header-view-sides + .after-head .container {
    margin-top: -6rem;
    padding-top: 6rem;
  }
  .header-view-sides .navbar {
    height: 6rem;
  }
  .header-view-sides .navbar-brand {
    font-size: 3rem;
    min-width: 20%;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .header-view-sides .logo-element {
    margin-left: auto;
    margin-right: auto;
  }
  .header-view-sides .navbar-collapse {
    margin: auto auto 1.5rem;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .header-view-sides .navbar-nav + .navbar-nav {
    margin-left: 20rem;
  }
  .header-view-sides .navbar-nav > .nav-item {
    margin: 0 1.25rem;
  }
  .header-view-sides .navbar-nav + .navbar-extra {
    margin-left: 0.75rem;
  }
}
/* Transparent header */
.header-transparent {
  background: transparent;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.header-transparent,
.header-transparent .logo-element {
  color: #fff;
}
@media (max-width: 991px) {
  .header-transparent.active {
    background-color: #3c444c;
  }
  .header-transparent .nav-item-arrow-down.active > .nav-arrow {
    color: #747d88;
  }
}
/*------------------------------------------------------------------
    [8. Footer]
*/
.footer-body {
  padding: 3rem 0 2.5rem;
}
.footer-copy {
  font-size: 1rem;
  padding: 1rem 0;
  text-align: center;
}
.footer-separator {
  position: relative;
  overflow: hidden;
  padding-top: 4px;
}
.footer-separator-dash {
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: 2.75rem;
  height: 4px;
  background-color: #ff8c00;
  border-radius: 3px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.footer-separator-dash:before,
.footer-separator-dash:after {
  content: "";
  position: absolute;
  top: 1px;
  background-color: #e5e5e5;
  height: 2px;
  width: 50vw;
}
.footer-separator-dash:before {
  right: 100%;
  margin-right: 2rem;
}
.footer-separator-dash:after {
  left: 100%;
  margin-left: 2rem;
}
/* Center footer */
.footer-view-center {
  text-align: center;
}
.footer-view-center .footer-navbar,
.footer-view-center .navbar-container,
.footer-view-center .navbar-line {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.375;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.footer-view-center .navbar-brand {
  padding: 0;
  margin: 0 auto 1.5rem;
  line-height: 1;
  font-size: 3.5rem;
  color: inherit;
}
.footer-view-center .logo-element {
  margin: auto;
  color: #3c444c;
}
.footer-view-center .navbar-line {
  width: 100%;
}
.footer-view-center .navbar-nav {
  width: 100%;
}
.footer-view-center .navbar-extra {
  font-size: 1.375rem;
  padding: 1.25rem 0 0.5rem;
  width: 100%;
}
.footer-view-center .navbar-extra a {
  margin-right: 1.5rem;
}
.footer-view-center .navbar-extra a:last-child {
  margin-right: 0 !important;
}
.footer-view-center .nav-link {
  line-height: 1;
  position: relative;
  color: #3c444c;
  display: inline-block;
  font-weight: 700;
}
.footer-view-center .nav-link:before {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0.25rem;
  height: 2px;
  background: #ff8c00;
  -webkit-transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
  -ms-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
}
.footer-view-center .nav-link:hover,
.footer-view-center .nav-link:active {
  color: #ff8c00;
}
.footer-view-center .nav-link:hover:before {
  right: 0;
}
@media (min-width: 768px) {
  .footer-view-center .navbar-brand {
    margin-bottom: 2.5rem;
  }
  .footer-view-center .navbar-nav {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    width: auto;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .footer-view-center .nav-item {
    margin: 0 1rem;
  }
  .footer-view-center .nav-item:first-child {
    margin-left: 0 !important;
  }
  .footer-view-center .nav-item:last-child {
    margin-right: 0 !important;
  }
  .footer-view-center .navbar-extra {
    width: auto;
    padding: 0 0 0 2rem;
  }
  .footer-view-center .navbar-extra a {
    margin-right: 2rem;
  }
}
@media (min-width: 992px) {
  .footer-view-center .nav-item {
    margin: 0 1.25rem;
  }
  .footer-view-center .navbar-extra {
    padding-left: 2.5rem;
  }
  .footer-view-center .navbar-extra a {
    margin-right: 2.5rem;
  }
}
.footer-view-center.section-dark .logo-element {
  color: #fff;
}
.footer-view-center.section-dark .nav-link {
  color: #cbcfd4;
}
.footer-view-center.section-dark .nav-link:hover,
.footer-view-center.section-dark .nav-link:active {
  color: #fff;
}
/* Links footer */
.footer-view-links {
  text-align: center;
}
.footer-view-links .navbar-brand,
.footer-view-links .navbar-title {
  color: #3c444c;
  margin-bottom: 1.5rem;
  -webkit-box-align: end;
  -moz-box-align: end;
  -o-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.footer-view-links .navbar-brand {
  font-size: 3.5rem;
}
.footer-view-links .navbar-title {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  line-height: 1.375;
  font-family: 'Philosopher';
}
.footer-view-links .navbar-text {
  padding: 0;
}
.footer-view-links .nav-link {
  line-height: 1;
  position: relative;
  color: inherit;
  display: inline-block;
}
.footer-view-links .nav-link:hover,
.footer-view-links .nav-link:active {
  color: #ff8c00;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
@media (min-width: 768px) {
  .footer-view-links {
    text-align: left;
  }
  .footer-view-links .navbar-brand,
  .footer-view-links .navbar-title {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .footer-view-links .navbar-brand {
    font-size: 2rem;
  }
  .footer-view-links .navbar-title {
    height: 2rem;
  }
}
@media (min-width: 992px) {
  .footer-view-links .navbar-brand {
    font-size: 2.5rem;
  }
  .footer-view-links .navbar-title {
    height: 2.5rem;
  }
}
.footer-view-links.section-dark .navbar-brand,
.footer-view-links.section-dark .navbar-title {
  color: #fff;
}
.footer-view-links.section-dark .nav-link,
.footer-view-links.section-dark .navbar-text {
  color: #cbcfd4;
}
.footer-view-links.section-dark .nav-link:hover,
.footer-view-links.section-dark .nav-link:active {
  color: #ff8c00;
}
/*------------------------------------------------------------------
    [9. Slick slider]
*/
/* Core styles */
.slick-carousel {
  z-index: 1;
  position: relative;
}
.slick-slides {
  z-index: 1;
}
.slick-vertical .slick-slide {
  border: 0 none;
}
.slick-arrows {
  position: relative;
  height: 2.75rem;
  width: 0;
  margin: 2rem auto 0;
}
.slick-arrow-prev,
.slick-arrow-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
  -ms-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
  cursor: pointer;
  text-align: center;
  z-index: 2;
  background-color: #ff8c00;
  color: #fff;
  width: 2.75rem;
  height: 2.75rem;
  line-height: 2.75rem;
  font-size: 1.25rem;
  font-weight: 400;
  -webkit-box-shadow: 0 0 0 0 rgba(173,31,65,0.5);
  box-shadow: 0 0 0 0 rgba(173,31,65,0.5);
}
.slick-arrow-prev:focus,
.slick-arrow-next:focus,
.slick-arrow-prev.focus,
.slick-arrow-next.focus,
.slick-arrow-prev:hover,
.slick-arrow-next:hover,
.slick-arrow-prev.active,
.slick-arrow-next.active {
  color: #fff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(173,31,65,0.5);
  box-shadow: 0 0 0 0.2rem rgba(173,31,65,0.5);
}
.slick-arrow-prev:active,
.slick-arrow-next:active {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(173,31,65,0.25);
  box-shadow: 0 0 0 0.2rem rgba(173,31,65,0.25);
}
.slick-arrow-prev {
  right: 100%;
  margin-right: 1rem;
}
.slick-arrow-next {
  left: 100%;
  margin-left: 1rem;
}
.slick-disabled {
  opacity: 0.5 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)" !important;
  filter: alpha(opacity=50) !important;
  pointer-events: none;
}
.slick-nav {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.slick-slide:focus {
  outline: 0 none;
}
.slick-dots {
  margin: 0 0 0 -0.75rem;
  padding: 0 0 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.slick-dots li {
  margin: 0.75rem 0 0 0.75rem;
  float: left;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  cursor: pointer;
  width: 0.625rem;
  height: 0.625rem;
  padding: 0;
  margin: 0.25rem;
  border: 0 none;
  outline: none;
  background: #fff;
  -webkit-transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
  -ms-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
  border-radius: 50%;
}
.slick-dots li button:hover {
  background: #ff8c00;
}
.slick-dots .slick-active button {
  width: 1rem;
  height: 1rem;
  margin: 0;
  background: #ff8c00;
}
@media (min-width: 768px) {
  .slick-arrows {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
/* Spaced slides */
.slick-spaced .slick-slides {
  margin: 0 -1rem;
}
.slick-spaced .slick-slide {
  padding: 0 1rem;
}
/* Stuck arrows at sides */
.slick-arrows-stuck .slick-arrow-prev,
.slick-arrows-stuck .slick-arrow-next {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.slick-arrows-stuck .slick-arrow-prev:focus,
.slick-arrows-stuck .slick-arrow-next:focus,
.slick-arrows-stuck .slick-arrow-prev.focus,
.slick-arrows-stuck .slick-arrow-next.focus,
.slick-arrows-stuck .slick-arrow-prev:hover,
.slick-arrows-stuck .slick-arrow-next:hover,
.slick-arrows-stuck .slick-arrow-prev.active,
.slick-arrows-stuck .slick-arrow-next.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.slick-arrows-stuck .slick-arrows {
  position: absolute;
  left: 0;
  bottom: 3rem;
  width: 100%;
}
.slick-arrows-stuck .slick-arrow-prev {
  right: auto;
  left: 0;
}
.slick-arrows-stuck .slick-arrow-next {
  left: auto;
  right: 0;
}
/* Stuck arrows at sides of screen */
@media (min-width: 768px) {
  .slick-arrows-sides {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
  .slick-arrows-sides .slick-arrows {
    position: absolute;
    left: 0;
    bottom: 3rem;
    width: 100%;
  }
  .slick-arrows-sides .slick-arrow-prev {
    right: auto;
    left: 0;
  }
  .slick-arrows-sides .slick-arrow-next {
    left: auto;
    right: 0;
  }
}
/* Full size slides */
.slick-view-full {
  width: 100%;
}
.slick-view-full,
.slick-view-full .slick-slides,
.slick-view-full .slick-list,
.slick-view-full .slick-track,
.slick-view-full .slick-slide {
  height: 100%;
  position: relative;
}
/* Slick with flexbox slides */
.slick-view-flex-slides .slick-track,
.slick-view-flex-triple .slick-track,
.slick-view-flex-slides .slick-slide,
.slick-view-flex-triple .slick-slide {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.slick-view-flex-slides .slick-slide,
.slick-view-flex-triple .slick-slide {
  height: auto;
}
/* Preview slides */
.slick-view-previews .slick-list {
  margin: 0 -0.5rem;
}
.slick-view-previews .slick-list .slick-slide {
  padding: 0 0.5rem;
}
/*------------------------------------------------------------------
    [10. Top block]
*/
.top-block,
.top-block-full,
.top-block-fixed,
.top-block-page {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.top-block-full {
  height: 100vh;
  min-height: 43.75rem;
}
.top-block,
.top-block-fixed {
  height: 43.75rem;
}
.top-block-page {
  padding: 9rem 0 6rem;
  color: #fff;
}
.top-block-page .section-title {
  color: #fff;
  font-size: 3.5rem;
}
.top-block-page .section-footer {
  position: absolute;
  left: 0;
  bottom: 2rem;
  max-width: none;
  margin-bottom: 0;
  text-align: left;
  width: 100%;
  color: #cbcfd4;
}
@media (min-width: 992px) {
  .top-block {
    height: 50rem;
  }
}
/*------------------------------------------------------------------
    [11. Sidebar]
*/
.sidebar-container {
  margin: 4rem 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.sidebar-container .content,
.sidebar-container .sidebar {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.sidebar-container .sidebar {
  font-size: 0.875rem;
}
.sidebar-container .sidebar section + section {
  margin-top: 2rem;
}
.sidebar-container .sidebar article + article {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .sidebar-container {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 4rem -1rem;
    margin: 4rem -1rem;
  }
  .sidebar-container .content,
  .sidebar-container .sidebar {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sidebar-container .content {
    min-width: 0;
    max-width: 100%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
  }
  .sidebar-container .sidebar {
    width: 33.3333%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -o-box-flex: 0;
    -ms-box-flex: 0;
    box-flex: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
  }
}
/*------------------------------------------------------------------
    [12. Google Map]
*/
.gmap {
  height: 20rem;
  width: 100%;
  display: block;
  border: 0 none;
  z-index: 1;
  position: relative !important;
}
/*------------------------------------------------------------------
    [13. Breadcrumbs]
*/
.page-breadcrumbs {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0.9375rem;
  line-height: 1.375;
  font-weight: 400;
}
/*------------------------------------------------------------------
    [14. Paginator]
*/
.paginator {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1.5rem;
  color: #747d88;
  font-size: 1.125rem;
  font-weight: 400;
  text-align: center;
}
.paginator-item {
  margin-left: 1.5rem;
  color: inherit;
}
.paginator-item.active {
  color: #ff8c00 !important;
  font-weight: 700;
}
.paginator-nav {
  margin: auto 0 auto 1.5rem;
  color: #3c444c;
  width: 1.75rem;
  background-color: #e5e5e5;
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
  font-size: 0.9375rem;
}
.paginator-nav:hover {
  background-color: #ff8c00;
  color: #fff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(173,31,65,0.5);
  box-shadow: 0 0 0 0.2rem rgba(173,31,65,0.5);
}
a.paginator-item:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
/*------------------------------------------------------------------
    [15. Entity]
*/
/* Elements */
.entity {
  width: 100%;
}
.entity-title,
.entity-subtitle,
.entity-value,
.entity-fast-actions,
.entity-action-btns,
.entity-date,
.entity-date-line,
.entity-date-day,
.entity-date-text {
  font-family: 'Philosopher';
  line-height: 1.375;
}
.entity-title {
  font-weight: 700;
  color: #3c444c;
}
h2.entity-title {
  line-height: 1.2;
}
.entity-subtitle {
  font-weight: 400;
  color: #ff8c00;
  margin-top: 1rem;
}
.entity-text {
  margin-top: 1rem;
}
.entity-main-text {
  color: #3c444c;
  margin-top: 25px;
}
.entity-subtext {
  margin-top: 0.5rem;
}
.entity-icon {
  line-height: 1;
}
.entity-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center 30% !important;
}
.entity-content {
  padding-top: 1.5rem;
}
.entity-single-icon {
  font-size: 7rem;
  line-height: 1;
}
.entity-actions-title {
  float: left;
  color: #3c444c;
  font-weight: 700;
  margin-right: 1rem;
}
.entity-actions,
.entity-value {
  font-weight: 700;
}
.entity-map {
  margin-top: 1.75rem;
}
.entity-footer {
  border-top: 1px solid #e5e5e5;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
}
.entity-footer .btn {
  min-width: 9rem;
}
.entity-footer .entity-action-icons {
  margin-top: 0;
}
.entity-separator {
  width: 2.5rem;
  height: 4px;
  margin-top: 0.25rem;
  border-radius: 4px;
  background-color: #ff8c00;
}
.entity-gallery {
  border: 1px solid #e5e5e5;
  padding: 2rem;
}
.entity-gallery .slick-view-previews {
  margin-top: 1rem;
}
.entity-date + .entity-title,
.entity-details-list + .entity-title {
  margin-top: 1rem;
}
/* Progress */
.entity-progress {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}
.entity-progress .progress-wrap {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
  margin: auto 0;
}
.entity-progress .progress-side {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  font-size: 1.375rem;
  margin-top: 1.5rem;
  line-height: 1.375;
}
@media (min-width: 576px) {
  .entity-progress .progress-side {
    margin: 0 0 0 2rem;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    text-align: center;
    padding: 1rem 1.5rem;
    border-left: 1px solid #e5e5e5;
  }
}
/* Quote */
.entity-quote {
  display: block;
  width: 100%;
  font-family: 'Philosopher';
  font-size: 1.125rem;
  color: #3c444c;
  font-weight: 400;
  font-style: italic;
  margin: 1rem 0 0;
}
.entity-quote footer {
  margin-top: 1rem;
  font-size: 0.75rem;
  font-family: 'Muli';
}
.entity-quote cite {
  color: #ff8c00;
}
/* Date text, line, block */
.entity-date-block,
.entity-date-line {
  display: inline-block;
  background: #ff8c00;
  color: #fff;
  line-height: 1;
}
.entity-date-block.inactive,
.entity-date-line.inactive {
  background: #e5e5e5;
  color: #ff8c00;
}
.entity-date-block.bordered,
.entity-date-line.bordered {
  background: #fff;
  border: 2px solid #e5e5e5;
  color: #ff8c00;
}
.entity-date-block {
  padding: 0.5rem 1rem;
  text-align: center;
  display: inline-block;
  width: 5.5rem;
  font-size: 0.75rem;
}
.entity-date-block .entity-date-day,
.entity-date-block .entity-date-text {
  display: block;
}
.entity-date-block .entity-date-day {
  text-shadow: 2px 0 2px rgba(0,0,0,0.25);
  font-weight: 700;
  font-size: 3rem;
}
.entity-date-block.inactive .entity-date-day {
  text-shadow: none;
}
@media (min-width: 992px) {
  .entity-date-block.big {
    width: 6.75rem;
    font-size: 1rem;
  }
  .entity-date-block.big .entity-date-day {
    font-size: 3.5rem;
  }
}
.entity-date-line {
  font-weight: 700;
  padding: 0.5rem 0.5rem 0.5rem 2rem;
}
.entity-date {
  color: #ff8c00;
  font-weight: 400;
}
/* Price */
.entity-price {
  font-weight: 700;
  color: #ff8c00;
  font-size: 1.125rem;
  margin-top: 1rem;
}
.entity-price-current {
  display: inline-block;
  font-size: 1.625rem;
  margin: -0.25rem 0;
}
.entity-price-old {
  color: #cbcfd4;
  text-decoration: line-through;
  margin-left: 1rem;
  display: inline-block;
  vertical-align: super;
}
/* Lists */
.entity-list,
.entity-details-list,
.entity-info-list {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}
.entity-list li,
.entity-details-list li,
.entity-info-list li {
  margin: 0;
  padding: 0;
  line-height: inherit;
}
.entity-list li + li,
.entity-details-list li + li,
.entity-info-list li + li {
  margin-top: 0.25rem;
}
.entity-list.line-list,
.entity-details-list.line-list,
.entity-info-list.line-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0.875rem -1rem -0.125rem;
  padding: 0;
  list-style: none;
}
.entity-list.line-list li,
.entity-details-list.line-list li,
.entity-info-list.line-list li {
  margin: 0.125rem 0;
  padding: 0 1rem;
}
.entity-list-title {
  font-weight: 500;
}
.entity-list-value {
  color: #3c444c;
  padding-left:25px;
}
.entity-details-list,
.entity-info-list {
  color: #3c444c;
}
.entity-details-list .entity-list-title,
.entity-info-list .entity-list-title {
  font-weight: inherit;
}
.entity-details-list .entity-list-value,
.entity-info-list .entity-list-value {
  color: #ff8c00;
}
.entity-details-list {
  font-weight: 700;
  font-size: 1rem;
}
.entity-details-list:first-child {
  margin-top: -0.25rem;
}
.entity-info-list {
  font-weight: 600;
  font-style: italic;
}
.entity-map + .line-list,
.entity-preview + .line-list {
  margin-top: 1.375rem;
}
/* Actions blocks */
.entity-actions a,
.entity-fast-actions a,
.entity-action-icons a,
.entity-action-btns a {
  display: inline-block;
  margin-right: 1rem;
}
.entity-actions a:last-child,
.entity-fast-actions a:last-child,
.entity-action-icons a:last-child,
.entity-action-btns a:last-child {
  margin-right: 0 !important;
}
.entity-actions,
.entity-fast-actions {
  line-height: 1.375;
  margin-top: 1rem;
}
.entity-action-icons {
  margin-top: 1rem;
  color: #747d88;
}
.entity-action-btns {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.entity-action-btns:last-child {
  margin-bottom: 0;
}
.entity-action-btns .btn:first-child:last-child {
  min-width: 9rem;
}
.entity-action-btns.line {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.entity-action-btns.line .btn {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.entity-action-btns.line .btn-icon {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
/* Rating */
.entity-rating {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 1rem;
}
.entity-rating-icon {
  margin-left: 0.25rem;
  color: #ff8a00;
}
.entity-rating-icon:first-child {
  margin-left: 0;
}
/* Preview image */
.entity-preview {
  display: block;
  width: 100%;
  position: relative;
}
.entity-preview,
.entity-preview:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.entity-preview .entity-title {
  color: inherit;
}
.entity-preview .entity-date-block {
  position: absolute;
  left: 2rem;
  top: 2rem;
}
.entity-preview .entity-date-block.displaced {
  top: -1rem;
  left: 1rem;
}
.entity-preview .entity-date-line {
  position: absolute;
  left: 0;
  top: 2rem;
}
.entity-preview .entity-text {
  color: #cbcfd4;
  margin-top: 0.75rem;
}
.entity-preview .entity-actions,
.entity-preview .entity-action-icons {
  color: #fff;
}
.entity-preview-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1rem;
}
/* Content/body typography */
.entity-body {
  margin-top: 1rem;
}
.entity-body p,
.entity-body ul {
  margin-bottom: 1rem;
}
.entity-body p:last-child,
.entity-body ul:last-child {
  margin-bottom: 0;
}
.entity-body h1,
.entity-body h2,
.entity-body h3,
.entity-body h4,
.entity-body h5,
.entity-body h6 {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  color: #3c444c;
  font-family: 'Philosopher';
}
.entity-body h1:first-child,
.entity-body h2:first-child,
.entity-body h3:first-child,
.entity-body h4:first-child,
.entity-body h5:first-child,
.entity-body h6:first-child {
  margin-top: 0 !important;
}
/* Animations */
.entity-preview-show-up .embed-responsive-item {
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  -ms-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.entity-preview-show-up .entity-preview-content {
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  -ms-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  -ms-animation-name: fadeOut;
  animation-name: fadeOut;
  color: #fff;
}
.entity-preview-show-up:hover .embed-responsive-item {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.entity-preview-show-up:hover .entity-preview-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-animation-name: zoomIn;
  -moz-animation-name: zoomIn;
  -o-animation-name: zoomIn;
  -ms-animation-name: zoomIn;
  animation-name: zoomIn;
}
.entity-preview-actions-up:hover .entity-action-icons a {
  font-size: 1.25rem;
  margin-right: 1.25rem;
}
/* Override colors for white text section */
.section-white-text .entity-title,
.section-white-text .entity-quote,
.section-white-text .entity-quote cite,
.section-white-text .entity-action-icons {
  color: #fff;
}
/* Overrides for sidebar */
.sidebar .entity-list,
.sidebar .entity-details-list + .entity-title {
  margin-top: 0.75rem;
}
/* Flex block */
.entity-flex,
.entity-flex .entity-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.entity-flex .entity-content {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
}
/* Bordered block */
.entity-bordered {
  border: 1px solid #e5e5e5;
  #background: #fff;
}
.entity-bordered,
.entity-bordered .entity-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.entity-bordered .entity-content {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
  padding: 1.5rem 2rem 2rem;
}
.entity-bordered .entity-content .entity-actions:last-child {
  margin-bottom: -0.25rem;
}
.entity-bordered .entity-content .entity-action-icons:last-child {
  margin-bottom: -0.5rem;
}
/* Colorful block */
.entity-colorful {
  position: relative;
  z-index: 1;
}
.entity-colorful,
.entity-colorful .entity-title {
  color: #fff;
}
.entity-colorful,
.entity-colorful .entity-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.entity-colorful .entity-content {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
  padding: 2rem;
}
.entity-colorful .entity-content .entity-actions:last-child {
  margin-bottom: -0.25rem;
}
.entity-colorful .entity-content .entity-action-icons:last-child {
  margin-bottom: -0.5rem;
}
/* Block */
.entity-block {
  padding: 2rem;
}
.entity-block + .entity-block {
  margin-top: 2rem;
}
/* Side mark block */
.side-mark-entity {
  position: relative;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 3rem;
  width: 100%;
}
.side-mark-entity .entity-icon {
  background: #ff8c00;
  color: #fff;
  width: 3rem;
  height: 4.25rem;
  line-height: 4.25rem;
  font-size: 1.75rem;
  text-align: center;
  position: absolute;
  left: 1rem;
  top: -1px;
}
.side-mark-entity .entity-icon .svg-content {
  vertical-align: baseline;
}
.side-mark-entity .entity-action-btns {
  max-width: 16rem;
}
@media (min-width: 1200px) {
  .mark-section-displaced {
    margin-top: -3.5rem;
    position: relative;
    z-index: 2;
  }
  .side-mark-entity .entity-icon {
    top: -1.75rem;
  }
}
/*------------------------------------------------------------------
    [16. Countdown]
*/
.countdown-view-simple {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  vertical-align: top;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-top: -1rem;
}
.countdown-view-simple .counter-container,
.countdown-view-simple .counter-separator {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-top: 1rem;
  text-align: center;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 1;
  -ms-flex: 0 0 1;
  flex: 0 0 1;
  min-width: 0;
}
.countdown-entity {
  text-align: center;
}
.countdown-entity .entity-title {
  font-style: italic;
}
.countdown-entity .entity-counter {
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}
.countdown-entity .counter,
.countdown-entity .counter-separator {
  font-size: 1.75rem;
  color: #3c444c;
  font-weight: 900;
  line-height: 1.375;
}
.countdown-entity .counter {
  min-width: 2ch;
}
.countdown-entity .counter-text {
  font-weight: 600;
  font-style: italic;
  line-height: 1.375;
}
@media (min-width: 576px) {
  .countdown-entity .counter,
  .countdown-entity .counter-separator {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .countdown-entity .counter,
  .countdown-entity .counter-separator {
    font-size: 4rem;
  }
  .countdown-entity .countdown-view-simple {
    margin-left: -1rem;
    margin-right: -1rem;
    margin-top: -2rem;
  }
  .countdown-entity .counter-container,
  .countdown-entity .counter-separator {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 2rem;
  }
}
/*------------------------------------------------------------------
    [17. Banner]
*/
/* Simple banner */
.banner-entity {
  position: relative;
  z-index: 1;
}
.banner-entity,
.banner-entity .entity-title,
.banner-entity .entity-subtitle {
  color: #fff;
}
.banner-entity .entity-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 2rem 1.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
/* Full size banner */
.banner-full-entity {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  color: #fff;
}
.banner-full-entity .container {
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}
.banner-full-entity .entity-title {
  color: inherit;
  font-size: 3.5rem;
}
.banner-full-entity .entity-title + .entity-subtitle,
.banner-full-entity .entity-title + .entity-actions {
  margin-top: 2rem;
}
.banner-full-entity .entity-subtitle {
  color: inherit;
  font-size: 1.375rem;
  margin-top: 0;
}
.banner-full-entity .entity-subtitle + .entity-actions {
  margin-top: 3.5rem;
}
.banner-full-entity .entity-subtitle + .entity-title {
  margin-top: 1.5rem;
}
.banner-full-entity .entity-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 3rem 0;
}
.banner-full-entity .entity-text {
  font-weight: 600;
  font-style: italic;
}
.banner-full-entity .entity-text:first-child {
  margin-top: 0;
}
.banner-full-entity .entity-counter {
  margin-top: 1.5rem;
}
.banner-full-entity .counter,
.banner-full-entity .counter-separator {
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.375;
}
.banner-full-entity .counter {
  min-width: 2ch;
}
.banner-full-entity .counter-text {
  font-weight: 600;
  font-style: italic;
  line-height: 1.375;
  color: #cbcfd4;
}
@media (min-width: 576px) {
  .banner-full-entity .counter,
  .banner-full-entity .counter-separator {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .banner-full-entity .counter,
  .banner-full-entity .counter-separator {
    font-size: 4rem;
  }
  .banner-full-entity .countdown-view-simple {
    margin-left: -1rem;
    margin-right: -1rem;
    margin-top: -2rem;
  }
  .banner-full-entity .counter-container,
  .banner-full-entity .counter-separator {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 2rem;
  }
}
/* Banner with quote */
.banner-quote-entity {
  text-align: center;
}
.banner-quote-entity .entity-icon {
  font-size: 3.25rem;
}
.banner-quote-entity .entity-quote {
  font-size: 1.625rem;
  margin-top: 3rem;
}
.banner-quote-entity .entity-quote footer {
  font-size: 0.9375rem;
  margin-top: 2.5rem;
}
/*------------------------------------------------------------------
    [18. Event]
*/
.event-side-date-entity {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.event-side-date-entity .entity-content {
  padding: 0;
}
.event-side-date-entity .entity-date-block {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 1.25rem;
}
.event-side-date-entity .entity-content {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0;
  -ms-flex: 1 0;
  flex: 1 0;
}
/*------------------------------------------------------------------
    [19. Testimonials]
*/
.testimonials-single-entity {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.testimonials-single-entity .entity-icon {
  font-size: 5rem;
  margin-bottom: 25px;
}
.testimonials-single-entity .entity-main-text {
  margin:  0;
  font-size: 1.75rem;
  font-family: 'Philosopher';
  line-height: 1.375;
  font-style: italic;
}
.testimonials-single-entity .entity-title {
  margin-top: 25px;
  font-size: 1.125rem;
}
/*------------------------------------------------------------------
    [20. Contact]
*/
.contact-info-entity {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 3rem 1rem;
}
.contact-info-entity .entity-icon {
  margin: 1rem 0 1.75rem;
  font-size: 2.25rem;
}
.contact-info-entity .entity-value {
  margin: auto 0;
  font-size: 1.375rem;
}
.contact-info-entity .entity-title {
  font-family: 'Muli';
  font-size: 1rem;
  color: inherit;
  font-weight: 400;
  margin-top: 1.5rem;
}
/*------------------------------------------------------------------
    [21. Comments]
*/
.comment-entity + .comment-entity {
  margin-top: 3rem;
}
.comment-entity,
.comment-entity .entity-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 0;
}
.comment-entity .entity-image {
  width: 3rem;
  margin-right: 1.5rem;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.comment-entity .entity-content,
.comment-entity .entity-title {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0;
  -ms-flex: 1 0;
  flex: 1 0;
}
.comment-entity .entity-title {
  margin-right: auto;
}
.comment-entity .entity-date {
  margin-top: 1rem;
}
.comment-entity .entity-text,
.comment-entity .entity-actions,
.comment-entity .entity-date,
.comment-entity .entity-rating {
  width: 100%;
}
.comment-entity .entity-rating {
  margin-top: 1rem;
}
.comment-entity .entity-items {
  width: 100%;
  margin-left: 1.5rem;
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .comment-entity .entity-image {
    width: 4rem;
    margin-right: 2rem;
  }
  .comment-entity .entity-items {
    margin-left: 4rem;
  }
}
@media (min-width: 768px) {
  .comment-entity .entity-image {
    width: 8.5rem;
  }
  .comment-entity .entity-date {
    margin-top: 0;
    line-height: 1.575;
    width: auto;
  }
}
/*------------------------------------------------------------------
    [22. Cart]
*/
.cart-header,
.cart-item-entity {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  text-align: center;
  padding-left: 2rem;
  padding-right: 2rem;
}
.cart-header,
.cart-item-title {
  font-family: 'Philosopher';
  font-weight: 700;
  color: #3c444c;
  line-height: 1.375;
}
.cart-header {
  font-size: 1rem;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 1rem;
}
.cart-header .cart-title {
  margin-bottom: 0.5rem;
}
.cart-item-entity {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.cart-item-entity + .cart-item-entity {
  border-top: 1px dotted #e5e5e5;
}
.cart-item-image {
  width: 12.5rem;
  margin: 0 auto 1.5rem;
}
.cart-item-entity .cart-item-title {
  font-size: 1.375rem;
  margin-bottom: 1rem;
}
.cart-item-entity .cart-item-price,
.cart-item-entity .cart-item-total {
  color: #3c444c;
  font-weight: 700;
  font-size: 1.125rem;
}
.cart-item-entity .cart-item-quantity {
  margin: 1.5rem 0;
}
.cart-item-entity .cart-item-remove {
  font-size: 1.375rem;
  margin-top: 1.5rem;
  line-height: 1;
}
.cart-footer {
  border-top: 1px solid #e5e5e5;
  padding-top: 2rem;
}
.cart-footer .btn {
  width: 100%;
}
.cart-block {
  border: 1px solid #e5e5e5;
  padding: 2rem;
}
.cart-form + .cart-form {
  margin-top: 2rem;
}
.cart-totals {
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #e5e5e5;
  font-size: 1.125rem;
}
.cart-totals .list-item-value {
  margin-left: auto;
  text-align: right;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: auto;
  margin-top: 0;
  color: #3c444c;
}
.cart-totals .list-item-title {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
}
.cart-total {
  font-size: 1.375rem;
  line-height: 1.375;
}
.cart-total .list-item-value {
  font-weight: 700;
  color: #ff8c00;
}
@media (max-width: 767px) {
  .cart-header .cart-item-image,
  .cart-header .cart-item-title,
  .cart-header .cart-item-price,
  .cart-header .cart-item-quantity,
  .cart-header .cart-item-total,
  .cart-header .cart-item-remove {
    display: none;
  }
}
@media (min-width: 576px) {
  .cart-item-entity {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .cart-item-title,
  .cart-item-image,
  .cart-item-price,
  .cart-item-total {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .cart-item-title,
  .cart-item-remove {
    width: 100%;
  }
  .cart-item-price,
  .cart-item-total {
    width: 5rem;
  }
  .cart-item-quantity {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1;
    padding: 0 2rem;
  }
  .cart-item-entity .cart-item-price,
  .cart-item-entity .cart-item-total {
    margin: auto 0;
  }
  .cart-item-entity .cart-item-title {
    margin-bottom: 1.5rem;
  }
  .cart-item-entity .cart-item-remove {
    margin-top: 2rem;
  }
  .cart-item-entity .cart-item-quantity {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .cart-header {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .cart-header .cart-title {
    display: none;
  }
  .cart-item-image {
    width: 6.25rem;
    padding-right: 2rem;
  }
  .cart-item-quantity,
  .cart-item-remove {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .cart-item-title {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1;
    text-align: left;
  }
  .cart-item-remove {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 3.25rem;
    padding-left: 2rem;
  }
  .cart-item-quantity {
    width: 12.5rem;
  }
  .cart-item-entity .cart-item-image,
  .cart-item-entity .cart-item-title,
  .cart-item-entity .cart-item-quantity,
  .cart-item-entity .cart-item-remove {
    margin: auto 0;
  }
  .cart-item-entity .cart-item-title {
    font-size: 1.125rem;
  }
}

/*------------------------------------------------------------------
    [23. Some Custom Stuff]
*/

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  width:100%
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

 .versionComparison th{border:solid 1px #eee; padding:5px 5px; width:250px;}
 .versionComparison td{border:solid 1px #eee; padding:5px 5px; width:250px;}

 .head-box{display:block; width:100%;}
 .privacy-p{margin-top:10px;}

 .specimenImageContainer{
 	display: flex;
 	flex-direction: row;
 	flex-wrap: wrap;
    padding:0px 15px;
    width:100%;
    margin:auto;
    justify-content: space-evenly;
 }

    .specimenImage{
        padding:25px;
        max-width:200px;
    	min-width:300px;
    }
    .articleImage{
        padding:25px;
        max-width:33%;
    }
    .threeImage{
        padding:25px;
        max-width:33%;
    }
    .specimenImage:hover, articleImage:hover{
        background-color:#ececec;
    }
    .specimenImage img, .articleImage img{
        max-width:250px;
        max-height:300px;
    }

    .threeImage img{
        max-width:250px;
    }
    .figure{font-style:italic; text-align:center; width:100%; font-size:12px;}
    .specimenTitle{
        font-weight:bold;
        text-align:center;
    }
    .specimenImg{
        text-align:center;
    }

    .specimenTitle h4{
        margin:15px 0px;
    }

    .specimenMineralsSearch{
    	text-align:justify;
    }

.right{text-align:right;}
.searchBox{text-align:center; position:relative;vertical-align:top; margin-bottom:20px;}
.searchBox input[type=text]{width:80%; max-width:600px; padding:5px 10px;}
.searchBox button{ border: 1px solid #eee; height:44px; width:60px}
.searchBox button:hover{background:#e2e2e2}
.noMatches{text-align:center; width:100%; padding-top:15px;}

.searchBox button.btn-load-more{
	width:60%;
	height:auto;
	font-size: 1.2rem;
}

@media screen and (max-width: 1000px) {
   .specimenImage {
      max-width: 20%;
   }
   .articleImage {
      max-width: 50%;
   }
}

@media screen and (max-width: 600px) {
   .specimenImage, .articleImage {
      max-width: 98%;
      margin: auto;
   }

      .searchBox input[type=text]{width:70%;}
}
.justify{text-align:justify}
.aright{text-align:right;}
.sectionImageL{
	margin-right:15px;
	margin-top:15px;
	max-width:100%;
}
.sectionImageR{
	margin-left:15px;
	margin-top:15px;
	max-width:100%;
}
.sectionImageC{
  display: block;
  margin-left: auto;
  margin-right: auto;
	max-width:100%;
}
.mbottom15{
	margin-bottom:15px;
}
.mbottom50{
	margin-bottom:50px;
}
.mtop15{
	margin-top:15px;
}
.mtop25{
	margin-top:25px;
}
.mtop50:not(:first-child){
	margin-top:50px;
}

.lh1-5{line-height:45px}

.mlr20{margin:0px 20px;}
.fadeout {
    height:250px;
    overflow:hidden;
    position:relative;
    -webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 50%, transparent 100%);

  	overflow-y: hidden;
}
.articleImageDescription{
	text-align:center;
	width:100%;
	margin:15px 0px 35px 0px;
}
.articleImageDescription img{
	max-height:400px;
	margin-right:25px;
}


.features thead tr th{
	border:solid 1px #eee;
	padding:5px 10px;
}
.features tbody tr td{
	border:solid 1px #eee;
	padding:5px 10px;
}
td.featureIncluded{
	text-align:center;
}

td.featureIncluded i.fa-check{
	color:green;
	font-size:24px;
}
i.comingSoon{
	color:red;
	float:right;
}
.existingMembers{
	margin-bottom:25px;
}
.membershipForm label{
	margin:15px 0px 0px 0px;
}
.btn-join-club{
	width:100%;
	padding:13px 0px;
	border-radius:5px;
	margin:19px 0px;
	font-size:20px;
}

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

@media screen and (max-width: 600px) {
   .featureDescription {
      display:none;
   }
}


/*------------------------------------------------------------------
    [24. Discussion Boards]
*/


    .tblForum{
        width:100%;
        font-size:14px;
    }
    .tblForum thead tr th{
        background-color:#ff8c00;
        border: 1px solid #ff8c00;
        color:#fff;
        padding:8px 15px;
    }

    .tblForum tbody tr td{
        padding:8px 15px;
        border-bottom: 1px solid #eee;
    }
    .tblForum tbody tr:hover{
        background-color:#eee;
    }
    .tblForum tbody tr td:first-child{
        border-left: 1px solid #eee;
    }
    .tblForum tbody tr td:last-child{
        border-right: 1px solid #eee;
    }

    .forumTitle{
        font-weight:bold;
        line-height:12px;
    }
    .forumDescription{
        font-weight:100;
    }
      .postCount{
        line-height:14px;
        display:none;
      }
    .forumNumber{text-align:center}
    .tblForum tbody tr td.spacerRow{
        border-left:0px ;
        border-right:0px ;
    }
    .spacerRow:hover{
        background-color:#fff;
    }

    @media only screen and (max-width: 800px) {
      .ec {
        display:none;
      }
      .postCount{
      	display:block;
      }
    }


    label.discussionBoardLabel{
    	margin:15px 0px 2px 0px;
    }
	.hiddenEl{
		display:none;
	}
    .postContainer{
        vertical-align:top;
        border:solid 1px #d6d6d6;
        padding:10px 15px;
        font-family: open sans,Arial,Helvetica,sans-serif;
        font-size:13px;
        margin:6px 0px;
        background-color:#fff;
    }
    .post{
    	padding-bottom:20px;
    }
    .authorContainer{
        display:inline-block;
        width:200px;
        height:100%;
        float:right;
        padding:10px 0px;
    }
    .postBodyContainer{
        display:inline-block;
        height:100%;
        width: calc(100% - 220px);
    }
    .postTitleContainer span{
        font-weight:bold;
    }
    .postTitleContainer{
        border-bottom:solid 1px #eee;
        color: #ff8c00;
        padding-bottom:10px;
        margin-bottom:7px;
        position:relative;
    }
    .postTitleQuote{
        position:absolute;
        top:5px;
        right:5px;
        padding:5px 10px;
    }
    .postTitle{
        font-size:22px;
    }
    .postByLine{
        font-size:12px;
    }
    .authorPosts{
        margin-top:7px;
        line-height:13px;
    }
    .replyQuoted{
    	border:solid #eee 1px;
    	padding: 10px 15px;
    	background-color:#eee;
    	margin: 25px 0px 20px 25px;
    }
    .replyContainer{
    	margin-left:35px;
    }
    .replyQuoted i{
    	margin-right:10px;
    	float:left;
    }
    .replyName{
    	font-size:11px;
    	font-weight:bold;
    }
    .replyText{
    	margin-left:25px;
    }
    .btn-trash{
    	padding:2px 10px;
    	font-size:12px;
    }
    @media only screen and (max-width: 800px) {
      .authorContainer {
        display:none;
      }
      .postBodyContainer{
        width:100%;
      }
    }

    .pb10{padding-bottom:10px;}

    .fr{float:right;}

    .events-header{
    	background: #ff8c00;
        color: #fff;
        line-height: 1;
        padding:25px 0px;
    }

    table.datagrid{width:100%}
    table.datagrid tr td { padding:5px 15px;}
    table.datagrid thead tr{background:#ff8c00; color:#ffffff;}
    table.datagrid tbody tr:nth-child(even){background:#F6F6F6}
    table.datagrid tbody tr:nth-child(odd){background:#FFFFFF}
    table.datagrid tbody tr:hover { background:#eee;}


   div.text404{
   		font-size:20px;
   		margin-bottom:25px;
   }
   div.text404 span{
   		color: #ff8c00;
   }
   div.page404{
       margin:auto;
       text-align:center;
       height:100%;
       min-height:500px;
   }
   div.header404{
		font-weight:100;
		font-size:60px;
		margin:30px 0px 0px 0px;
		padding:0px;
 		font-family: 'Montserrat', sans-serif;
   }
   img.img404{
       width:100%;
       max-width:600px !important;
       margin-bottom:100px;
   }

.bg-w{background:#ffffff;}
.table tbody tr td, .table thead tr th{vertical-align:middle}


.chat {
  padding: 5px 20px 5px 10px;
}
.chat .item {
  margin-bottom: 10px;
}
.chat .item:before,
.chat .item:after {
  content: " ";
  display: table;
}
.chat .item:after {
  clear: both;
}
.chat .item > img {
  width: 40px;
  height: 40px;
  border: 2px solid transparent;
  border-radius: 50%;
}
.chat .item > .online {
  border: 2px solid #00a65a;
}
.chat .item > .offline {
  border: 2px solid #dd4b39;
}
.chat .item > .message {
  margin-left: 55px;
  margin-top: -40px;
}
.chat .item > .message > .name {
  display: block;
  font-weight: 600;
}
.chat .item > .attachment {
  border-radius: 3px;
  background: #f4f4f4;
  margin-left: 65px;
  margin-right: 15px;
  padding: 10px;
}
.chat .item > .attachment > h4 {
  margin: 0 0 5px 0;
  font-weight: 600;
  font-size: 14px;
}
.chat .item > .attachment > p,
.chat .item > .attachment > .filename {
  font-weight: 600;
  font-size: 13px;
  font-style: italic;
  margin: 0;
}
.chat .item > .attachment:before,
.chat .item > .attachment:after {
  content: " ";
  display: table;
}
.chat .item > .attachment:after {
  clear: both;
}
.box-input {
  max-width: 200px;
}
.modal .panel-body {
  color: #444;
}

	.specimenImages{margin:10px 5px; cursor:pointer; height:90px}
	#imagesContainer{text-align:center;}
	#specimenDetails{font-size:12px;}
	.specimenLabel{margin-bottom:0px;}
	.m-b-10{margin-bottom:10px;}
	#viewingImg{max-height:600px; max-width:100%}
	.m-l-50{padding-left:50px;}
	#commentsContainer{font-size:13px;}
	.no-comments{text-align:center; margin:25px 0px; text-decoration:italic; font-size:20px;}
	.actions{margin-left:55px;}
	.comment-title{background:#eee; padding:10px 20px; margin-bottom:15px;}

	.comment{padding:10px 10px 2px 10px;}
	.comment:hover{background:#D3D3D3;}
  div.article p{margin-bottom:50px;}


  /*
 * Component: alert
 * ----------------
 */
.alert {
  border-radius: 3px;
}
.alert h4 {
  font-weight: 600;
}
.alert .icon {
  margin-right: 10px;
}
.alert .close {
  color: #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.alert .close:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.alert a {
  color: #fff;
  text-decoration: underline;
}
.alert-success {
  border-color: #008d4c;
}
.alert-danger,
.alert-error {
  border-color: #d73925;
  background-color:#f3c3bd;
}
.alert-warning {
  border-color: #e08e0b;
}
.alert-info {
  border-color: #00acd6;
}

.text-overlay {
    background-color: rgba(255, 255, 255, 0.8); /* White with 50% transparency */
    padding: 20px;
    border-radius: 8px; /* Optional: Add rounded corners */
}
/*
 *  Shopping Cart
*/
  h1{
    font-family: monospace;
    font-size: 28px;
  }
  .container{
    padding: 20px;
  }
  .card{
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0;
    float: left;
  }
  
  /* shopping cart */
  .cart-view{
    float: right;
    border: 2px dashed #F89B00;
      padding: 5px;
      margin-bottom: 10px;
  }
  .cart-view a{
    font-size: 15px;
    text-decoration: none;
  }
  .icart{
    content: url('../images/cart.png');
    vertical-align: top;
  }
  .itrash{
    content: url('../images/remove.png');
    vertical-align: top;
  }
  
  .cart, .checkout{width: 100%;}
  .cart input[type="number"]{width: 75px;}
  .checkout h4{
    font-size: 18px;
    font-weight: 500;
  }
  
  /* order status */
  .ord-addr-info{
    background-color: #fff;
      border-radius: 2px;
    background-color: #f1f1f1;
      box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    margin: 16px 0;
      padding: 0;
    width: 100%;
    padding: 24px;
  }
  .ord-addr-info .hdr{
    font-size: 18px;
      font-weight: 500;
    padding-bottom: 10px;
    color: #646464;
  }
  .ord-addr-info  p{
    float: left;
    width: 100%;
    font-size: 16px;
  }
  p.help-block{
    font-size: 13px;
  }
  .success{color:#0EAD03;}
  .error{color:#D70000;}
  
/*
 * END Shopping Cart
*/