/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,700);*/
@import url('https://fonts.googleapis.com/css?family=Istok+Web:400,400i,700,700i');
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic);

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0;
	background-color: #fff5ee;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
.box, .testimonial #testimonial-slider .owl-dots .owl-dot span, .testimonial #testimonial-slider-2 .owl-dots .owl-dot span {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  border-radius: 3px;
}

body {
  position: relative;
}

.section, .cta3, .testimonial {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media (max-width: 47.9rem) {
  .section, .cta3, .testimonial {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.marginBottom10 {
  margin-bottom: 10px;
}

.marginBottom20 {
  margin-bottom: 20px;
}

.marginBottom30 {
  margin-bottom: 30px;
}

.header-classic {
  padding-bottom: 60px;
}

.section-subtitle {
  color: #919191;
}

a:focus {
  outline: none;
}

ul {
  padding: 0;
  list-style-type: none;
}

.img-full {
  width: 100%;
}

.btn {
  letter-spacing: 2px;
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px;
  max-width: 100%;
}

.btn i {
  position: relative;
  top: 2px;
}

.btn-mountain {
  border-radius: 3px;
  padding: 18px 65px;
  border: 4px;
  transition: all 0.2s ease-in-out;
  background-color: #00a1f1;
  color: #fff;
  border-color: #00a1f1;
  border-bottom: 4px solid #007fbe;
}

.btn-mountain.btn-sm {
  padding: 8px 20px;
}

@media (max-width: 768px) {
  .btn-mountain {
    padding: 8px 25px;
  }
}

.btn-mountain:hover, .btn-mountain:focus, .btn-mountain:active {
  color: #fff;
  background: #0caeff;
  border-color: #0caeff;
  border-bottom-color: #0090d8;
}

.btn-mountain-flat {
  border-radius: 3px;
  padding: 18px 65px;
  border: 4px;
  transition: all 0.2s ease-in-out;
  background-color: #007fbe;
  color: #fff;
  border-color: #007fbe;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

.btn-mountain-flat.btn-sm {
  padding: 8px 20px;
}

@media (max-width: 768px) {
  .btn-mountain-flat {
    padding: 8px 25px;
  }
}

.btn-mountain-flat:hover, .btn-mountain-flat:focus, .btn-mountain-flat:active {
  color: #fff;
  background: #00a1f1;
  border-color: #00a1f1;
}

.btn-mountain-o {
  border-radius: 3px;
  padding: 18px 65px;
  border: 4px;
  transition: all 0.2s ease-in-out;
  color: #00a1f1;
  border: 2px solid #00a1f1;
  background: transparent;
}

.btn-mountain-o.btn-sm {
  padding: 8px 20px;
}

@media (max-width: 768px) {
  .btn-mountain-o {
    padding: 8px 25px;
  }
}

.btn-mountain-o.btn-o-white {
  color: white;
  border-color: white;
}

.btn-mountain-o:hover, .btn-mountain-o:focus, .btn-mountain-o:active {
  color: #fff;
  background: #00a1f1;
  border-color: #00a1f1;
}

.btn-mountain-white-bordered {
  border-radius: 3px;
  padding: 18px 65px;
  border: 4px;
  transition: all 0.2s ease-in-out;
  color: #fff;
  border: 2px solid #fff;
  background: transparent;
}

.btn-mountain-white-bordered.btn-sm {
  padding: 8px 20px;
}

@media (max-width: 768px) {
  .btn-mountain-white-bordered {
    padding: 8px 25px;
  }
}

.btn-mountain-white-bordered:hover, .btn-mountain-white-bordered:focus, .btn-mountain-white-bordered:active {
  color: #4A5670;
  background: #fff;
  border-color: #fff;
}

.btn-mountain-underlined {
  border-radius: 3px;
  padding: 18px 65px;
  border: 4px;
  transition: all 0.2s ease-in-out;
  color: #fff;
  padding: 6px 12px;
}

.btn-mountain-underlined.btn-sm {
  padding: 8px 20px;
}

@media (max-width: 768px) {
  .btn-mountain-underlined {
    padding: 8px 25px;
  }
}

.btn-mountain-underlined:after {
  background-color: #eeeeee;
  position: absolute;
  width: 30%;
  left: 10px;
  bottom: 1px;
  border: 1px solid;
  content: "";
  -webkit-transform: rotateY(45deg);
  -ms-transform: rotateY(45deg);
  transform: rotateY(45deg);
  transition: all 0 0.75s;
}

.btn-mountain-underlined:hover:after {
  width: 55%;
}

.btn-round {
  border-radius: 55px;
}

.btn-list {
  margin-bottom: 15px;
}

.btn-list a {
  margin-right: 15px;
}

.default-mountain-link {
  display: block;
  font-size: 1.414rem;
  color: #007fbe;
  text-decoration: underline;
  font-weight: 700;
}

.btn-clean {
  border: none;
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
  border-radius: 0;
  font-weight: 700;
  text-shadow: none;
  position: relative;
  transition: all 0.2s ease-in-out;
}

.btn-clean:hover, .btn-clean:focus, .btn-clean:active {
  color: #fff;
}

.btn-clean::before,
.btn-clean::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
  content: '';
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.btn-clean::before {
  top: 0;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.btn-clean::after {
  bottom: 0;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}

.btn-clean:hover,
.btn-clean:focus {
  color: #fff;
}

.btn-clean:hover::before,
.btn-clean:focus::before,
.btn-clean:hover::after,
.btn-clean:focus::after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.btn-classic {
  border-bottom: 1px solid #007fbe;
  color: #007fbe;
  padding: 5px 0;
  border-radius: 0;
  transition: all 0.4s ease-in-out;
  font-weight: 700;
}

.btn-classic span {
  padding-left: 5px;
}

.btn-classic:hover {
  border-color: transparent;
}

.btn-classic:hover span {
  padding-left: 10px;
}

.btn-video {
  border-radius: 3px;
  padding: 18px 65px;
  border: 4px;
  transition: all 0.2s ease-in-out;
  color: #fff;
  padding: 0;
  position: relative;
  margin-left: 90px;
}

.btn-video.btn-sm {
  padding: 8px 20px;
}

@media (max-width: 768px) {
  .btn-video {
    padding: 8px 25px;
  }
}

.btn-video:hover, .btn-video:active, .btn-video:focus {
  color: #fff;
  outline: none;
}

.btn-video:hover:before, .btn-video:active:before, .btn-video:focus:before {
  opacity: 0.8;
}

.btn-video:before {
  transition: all 0.2s ease-in-out;
  position: absolute;
  left: -80px;
  top: -26px;
  content: "\f488";
  font-family: 'Ionicons';
  width: 70px;
  height: 70px;
  text-align: center;
  display: inline-block;
  background-color: #fff;
  color: #007fbe;
  border-radius: 40px;
  font-size: 25px;
  line-height: 72px;
  text-indent: 5px;
}

.btn-mountain-link {
  color: #007fbe;
  padding: 0;
}

.btn-mountain-link .btn-icon {
  font-size: 1.414rem;
  padding: 0 5px;
  margin-left: 0px;
  transition: all 0.2s ease-in-out;
}

.btn-mountain-link:hover {
  color: #007fbe;
}

.btn-mountain-link:hover .btn-icon {
  margin-left: 10px;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

body.pace-running main {
  opacity: 0;
  filter: alpha(opacity=0);
}

body.pace-done main {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 1s;
}

.description-wrapper {
  margin-bottom: 40px;
}

.description-wrapper h3 {
  margin-bottom: 35px;
}

.description-wrapper p {
  font-size: 1.414rem;
  line-height: 2.121rem;
  color: #676766;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .description-wrapper {
    margin-bottom: 0;
  }
}

.main-content-wrapper {
  margin-bottom: 40px;
}

.main-content-wrapper:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .main-content-wrapper {
    margin-bottom: 0;
  }
}

.alert > i {
  display: inline-block;
  margin-right: 6px;
  font-size: 20px;
  position: relative;
  top: 3px;
  left: 0;
  line-height: 0;
}

button.close > i {
  font-size: 12px;
  width: 20px;
  display: inline-block;
  padding: 5px;
}

.alert-mountain {
  border: 2px solid;
  border-radius: 3px;
}

.icon-container > i {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 1.999rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 20px;
  padding: 10px;
  text-align: center;
  box-sizing: content-box;
}

.form-control {
  border: 1px solid #330000;
  border-radius: 3px;
  box-shadow: none;
  height: 36px;
}

.form-control.input-lg {
  height: 46px;
  font-size: 18px;
  padding: 6px 12px;
}

::-webkit-input-placeholder {
  /* Chrome */
  color: #d0d0d0;
  font-size: 0.9rem;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #d0d0d0;
  font-size: 0.9rem;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #d0d0d0;
  font-size: 0.9rem;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #d0d0d0;
  font-size: 0.9rem;
}

.tab-content {
  margin-top: 20px;
}

/* grid without gutter */
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

/* 5 col grid */
.col-custom-xs-5,
.col-custom-sm-5,
.col-custom-md-5,
.col-custom-lg-5 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-custom-xs-5 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-custom-sm-5 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-custom-md-5 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-custom-lg-5 {
    width: 20%;
    float: left;
  }
}

.pb0 {
  padding-bottom: 0;
}

.pt0 {
  padding-top: 0;
}

figcaption {
  margin-top: 6px;
}

.header-btn-group .btn {
  margin-right: 20px;
}

.header-btn-group .btn:last-child {
  margin-right: 0;
}

.input-sm {
  width: 50%;
}

.privacy h3 {
  padding: 15px 0 10px;
}

.title1 h2 {
  margin-top: 120px;
}

.title1 h3 {
  padding-bottom: 30px;
}

.background-light {
  background-color: #f8f8f8;
}

.intro500 {
  text-align: center;
  padding: 100px 0;
}

@media (min-width: 1200px) {
  .intro500 {
    padding: 225px 0;
  }
}

.intro500 .btn {
  margin-top: 30px;
}

.sm-push-bottom-120 {
  margin-bottom: 120px;
}

@media (min-width: 992px) {
  .sm-push-bottom-120 {
    margin-bottom: 0px;
  }
}

.bg-white {
  background-color: #fff;
}

.overlay-none:before {
  content: none !important;
}

.pace .pace-progress {
  border-radius: 10px;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*Necessary Fonts*/
/*****************/
/*Global Settings*/
/*****************/
* {
  outline: none;
}

html {
  font-size: 16px;
}

body {
  font-family: Lora, serif;
  color: #000000;
}

@media (min-width: 48rem) {
  .m-t-0 {
    margin-top: 0 !important;
  }
}

h1, h2, h3, h4, h5 {
  font-family: 'Istok Web', sans-serif;
  font-weight: 700;
  margin-bottom: 1em;
}

h6 {
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/*Type-Scale [Augmented Fourth]*/
/*******************************/
h1 {
  font-size: 1.999rem;
}

@media (min-width: 768px) {
  h1 {
    font-size: 3.998rem;
  }
}

h2 {
  font-size: 1.999rem;
}

@media (min-width: 768px) {
  h2 {
    font-size: 2.827rem;
  }
}

h3 {
  font-size: 1.414rem;
}

@media (min-width: 768px) {
  h3 {
    font-size: 1.999rem;
  }
}

h4 {
  font-size: 1.414rem;
  line-height: 2.121rem;
}

p {
  font-size: 1.1rem;
  line-height: 2em;
  font-weight: 400;
  margin: 1.6em 0 1.6em 0;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.707rem;
}

small {
  font-size: 0.5rem;
}

.font-title {
  font-family: 'Istok Web', sans-serif;
}

.alt_font {
  font-family: Montserrat, sans-serif;
}

ul.plain-list {
  list-style: initial;
  list-style-type: disc;
  padding-left: 30px;
}

ul.plain-list li {
	font-size: 1.2rem;
	margin-bottom: .4rem;
}

ol li {
	font-size: 1.2em;
	margin-bottom: .4em;
}

blockquote p {
  font-style: italic;
  font-size: 1.2rem;
}

p.lead {
  font-size: 1.414rem;
  line-height: 2.121rem;
  margin-bottom: 40px;
  font-weight: 400;
}

p.lead.dropcap:first-letter {
  float: left;
  line-height: 3.998rem;
  margin-right: 10px;
  font-size: 3.998rem;
}

.text-capital {
  text-transform: uppercase;
}

.title-subtitle h2 {
  margin-bottom: 0;
  font-weight: 700;
  margin-top: 0;
}

.title-subtitle p {
  font-weight: 400;
  font-size: 1.414rem;
  margin-top: 0;
  font-style: italic;
  line-height: 1.4;
  margin-bottom: 60px;
}

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# menu bars
--------------------------------------------------------------*/
.nav > li > a:hover, .nav > li > a:focus, .nav > li.active > a {
  background-color: transparent !important;
}

ul.top-links, ul.top-social, ul.top-contact-links {
  margin-bottom: 0;
}

ul.top-links li, ul.top-social li, ul.top-contact-links li {
  display: block;
  float: left;
  width: auto;
}

@media (min-width: 992px) {
  ul.top-links li, ul.top-social li, ul.top-contact-links li {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  ul.top-links li:last-child, ul.top-social li:last-child, ul.top-contact-links li:last-child {
    border-right: none;
  }
}

ul.top-links li a, ul.top-social li a, ul.top-contact-links li a {
  display: block;
  padding: 0 6px;
  line-height: 50px;
  text-transform: uppercase;
  color: #d0d0d0;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 0.707rem;
  text-decoration: none;
}

ul.top-links li a:hover, ul.top-social li a:hover, ul.top-contact-links li a:hover {
  color: #007fbe;
}

@media (min-width: 992px) {
  ul.top-links li a, ul.top-social li a, ul.top-contact-links li a {
    padding: 0 15px;
  }
}

ul.top-links {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
  ul.top-links {
    border-bottom: none;
    float: left;
  }
}

ul.top-contact-links li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  width: 100%;
}

@media (min-width: 992px) {
  ul.top-contact-links li {
    border-bottom: none;
    display: inline-block;
    width: auto;
  }
}

@media (min-width: 992px) {
  ul.top-contact-links {
    float: right;
  }
}

ul.top-social li a {
  font-size: 1rem;
  font-weight: normal;
  color: #d0d0d0;
}

ul.top-contact-links li {
  color: #d0d0d0;
  position: relative;
  display: block;
  float: left;
  width: auto;
  padding: 0 6px;
  line-height: 50px;
  text-transform: uppercase;
  color: #d0d0d0;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 0.707rem;
}

ul.top-contact-links li span.contact-link-text {
  display: inline-block;
  margin-left: 25px;
  line-height: 44px;
}

ul.top-contact-links li span.contact-link-icons {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  font-size: 1.414rem;
  color: #007fbe;
}

.contact-link-icons {
  margin-right: 10px;
}

.trigger-overlay {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  margin: 0;
  border-radius: 1px;
  border: none;
  background-color: transparent;
  color: #fff;
}

.trigger-overlay i {
  font-size: 24px;
  line-height: 1;
  display: block;
}

.openmenu {
  display: block !important;
}

.menuzord {
  z-index: 999;
  text-transform: uppercase;
  background: transparent;
  letter-spacing: 1px;
}
.menuzord div {
	max-width: 80%;
}
@media (max-width: 1024px) {
  .menuzord {
    background: black;
  }
}

.menuzord .menuzord-brand {
  margin: 9px 7px 0 0;
}

.menuzord .menuzord-brand img {
  width: 100%;
}

.menuzord .menuzord-brand .default-logo {
  display: block;
}

.menuzord .menuzord-brand .dark-logo {
  display: none;
}

.menuzord span.new {
  background-color: #007fbe;
  margin-left: 20px;
  font-weight: 700;
  line-height: 1.6;
  font-size: 10px;
  padding: 0 6px;
  right: 15px;
  top: 0;
}

.menuzord .menuzord-menu > li > a {
  color: #fff;
  font-size: 11px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.menuzord .menuzord-menu  > li > a > i {
	font-size: 1.2rem;
}

.menuzord .menuzord-menu > li > a:hover, .menuzord .menuzord-menu > li > a:active {
  /*color: #cdcdcd;*/
  color: #ffff00;
}

.menuzord .menuzord-menu > li > a .indicator {
  font-family: 'Ionicons';
  padding-left: 5px;
}

.menuzord .menuzord-menu .dropdown {
  /*background-color: #0d0d0d !important;*/
  background-color: #3a253f !important;
  border-top: 1px solid rgba(134, 134, 134, 0.5);
  border-right: 1px solid rgba(134, 134, 134, 0.5);
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
  padding-top: 15px;
}

.menuzord .menuzord-menu .dropdown li:hover > a {
  /*color: #fff;*/
  color: #ffff00;
}

.menuzord .menuzord-menu .dropdown a {
  font-family: Montserrat, sans-serif;
  padding: 10px 25px;
  font-size: 11px;
  position: relative;
}

.menuzord .menuzord-menu .dropdown a span.new {
  color: #fff;
}

.menuzord .menuzord-menu .dropdown a:hover, .menuzord .menuzord-menu .dropdown a:active {
  color: #fff;
  opacity: 1;
}

@media (max-width: 1200px) {
  .menuzord .menuzord-menu > li > .megamenu.megamenu-quarter-width {
    width: 33.33%;
  }
}

@media (max-width: 991px) {
  .menuzord .menuzord-menu > li > .megamenu.megamenu-half-width {
    width: 100%;
  }
  .menuzord .menuzord-menu > li > .megamenu.megamenu-quarter-width {
    width: 50%;
  }
}

.menuzord .menuzord-menu > li > .megamenu {
  background-color: #0d0d0d;
  border-top-color: rgba(134, 134, 134, 0.5);
  padding: 30px 30px 0 30px;
}

@media (min-width: 1024px) {
  .menuzord .menuzord-menu > li > .megamenu {
    min-width: 450px;
  }
}

.menuzord .menuzord-menu > li > .megamenu ul {
  padding-top: 0;
  margin-bottom: 30px;
}

.menuzord .menuzord-menu > li > .megamenu h4 {
  color: #fff;
  margin-top: -6px;
  padding-bottom: 3px;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 700;
  border-bottom: 1px solid rgba(134, 134, 134, 0.5);
}

.menuzord .menuzord-menu > li > .megamenu h5 {
  color: #fff;
  font-size: 11px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.menuzord .menuzord-menu > li > .megamenu a {
  color: #828282;
  padding: 7px 0;
  display: block;
  font-size: 11px;
  font-family: Montserrat, sans-serif;
  transition: all 0.2s ease-in-out;
}

.menuzord .menuzord-menu > li > .megamenu a span.new {
  color: #fff;
}

.menuzord .menuzord-menu > li > .megamenu a:hover {
  text-decoration: none;
  color: #fff;
  padding-left: 5px;
}

@media (max-width: 1024px) {
  .menuzord-responsive .menuzord-menu > li > a {
    border-bottom-color: #626262;
    color: #fff;
  }
  .menuzord-responsive .menuzord-menu li .indicator {
    border-left: none;
    width: 100%;
    right: 0;
    text-align: right;
    padding-right: 22px;
  }
  .menuzord-responsive .menuzord-menu ul.dropdown li a {
    border-bottom: 1px solid transparent;
  }
  .menuzord .menuzord-menu > li > .megamenu a {
    padding: 10px 0px;
  }
}

.menuzord-responsive .showhide {
  padding: 20px 0 0;
}

@media (max-width: 1024px) {
  .menuzord-responsive .menuzord-brand {
    margin: 9px 0 9px 9px;
  }
  .menuzord {
    float: none;
    margin-bottom: 0 !important;
    overflow: hidden;
  }
}

@media (min-width: 768px) and (max-width: 802px) {
  .menuzord-menu > li > a {
    padding: 26px 13px;
  }
}

.menuzord--light {
  /*background-color: #f9e5ca;*/
	background: #f2f3ed url("/assets/images/misc/topmenubg.jpg") repeat center;
	border-bottom: 1px solid #6c6946;
}

.menuzord--light .menuzord-menu > li > a {
  color: #111;
}

.menuzord--light .menuzord-menu > li > a:hover, .menuzord--light .menuzord-menu > li > a:active {
  color: #999999;
}

.menuzord--light .menuzord-menu > li.active > a {
  color: #999999;
}

.navigationbar--fixed--top {
  position: fixed;
  top: 0;
  -webkit-transform: translate3d(0, -120px, 0);
  transform: translate3d(0, -120px, 0);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
}

.navigationbar--fixed--top--transition {
  transition: -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
}

.navigationbar--fixed--top--animate {
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
}

.split-cover-nav .menuzord {
  /*background-color: #fff;*/
  /*border-bottom: 1px solid #f2f3f5;*/
	background: #f2f3ed url("/assets/images/misc/topmenubg.jpg") repeat center;
	border-bottom: 1px solid #6c6946;
}

.split-cover-nav .menuzord .menuzord-brand .default-logo {
  display: none !important;
}

.split-cover-nav .menuzord .menuzord-brand .dark-logo {
  display: block !important;
}

.split-cover-nav .menuzord .menuzord-menu > li > a {
  color: #000;
}

.solid {
  background-color: #111;
  transition: all 0.4s ease-in-out;
}

/*--------------------------------------------------------------

/*--------------------------------------------------------------
# about us
--------------------------------------------------------------*/
/*About Section*/
/***************/
.about {
  background-color: #fff5ee;
}

.about p {
  font-size: 1.414rem;
  line-height: 2.121rem;
  font-weight: 300;
  font-size: 1.414rem;
  line-height: 1.414;
  font-weight: 300;
  margin-bottom: 15px;
  color: #5d5d5d;
}

.about h3 {
  margin-bottom: 15px;
  margin-top: 75px;
  font-weight: 700;
}

.about img {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .about img {
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  .about img {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 992px) {
  .about {
    padding-top: 120px;
  }
}

@media (max-width: 768px) {
  .about {
    padding-top: 16px;
  }
}

@media (max-width: 768px) {
  .about-us-1 {
    padding: 50px 0;
  }
  .about h3 {
    margin-top: 10px;
  }
  .about p {
    font-size: 1rem;
  }
}

.personal_about_section h3 {
  margin-top: 0;
}

.about-us-1 {
  background-color: #EBDDE2;
}

.about-us-bigbg-wrap {
  position: relative;
  background-color: #f7f7f7;
  overflow: hidden;
}

@media (min-width: 768px) {
  .about-us-bigbg-wrap {
    height: 100vh;
  }
}

.about-us-bigbg-wrap .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.about-us-bigbg-wrap .bg-image-wrap {
  /* margin-bottom: 30px; */
}

@media (min-width: 768px) {
  .about-us-bigbg-wrap .bg-image-wrap {
    position: absolute;
    height: 100%;
    left: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .about-us-bigbg-wrap .content {
    display: table;
    height: 100vh;
    position: absolute;
    right: 0;
    top: 0;
  }
}

@media (min-width: 768px) {
  .about-us-bigbg-wrap .content .content-wrap {
    display: table-cell;
    vertical-align: middle;
    padding: 3em;
  }
}

@media (max-width: 767px) {
  .about-us-bigbg-wrap .content .content-wrap {
    padding: 15px;
  }
}

.about-us-bigbg-wrap .content .content-wrap h2 {
  margin-bottom: 30px;
}

.about-us-bigbg-wrap .content .content-wrap p {
  line-height: 1.7;
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  .about-us-bigbg-wrap .content .content-wrap p {
    margin-bottom: 15px;
  }
}

.about-us-5 .logo-wrap {
  position: relative;
  background-color: #007fbe;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: 0 auto 30px;
}

@media (min-width: 992px) {
  .about-us-5 .logo-wrap {
    margin: 0;
  }
}

.about-us-5 .logo-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.about-us-5 .text-wrap span {
  font-size: 1.999rem;
  font-weight: 300;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
  line-height: 65px;
}

.about-us-5 .text-wrap span strong {
  font-weight: 300;
  color: #007fbe;
}

.about-us-6 h3 {
  font-family: 'Istok Web', sans-serif;
  margin-bottom: 30px;
}

.about-us-6 p.about-main-para {
  font-size: 1.414rem;
  font-weight: 300;
  line-height: 1.7;
  width: 90%;
  margin-bottom: 30px;
}

.about-us-6 .features {
  margin-top: 40px;
}

@media (min-width: 992px) {
  .about-us-6 .features {
    margin-top: 0;
  }
}

.about-us-6 .features p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 34px;
  /* color: #676767; */
}

.about-us-6 h5 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.about-us-7-wrap {
  position: relative;
  background-color: #f7f7f7;
}

.about-us-7-wrap .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
}

.about-us-7-wrap .bg-image-wrap {
  padding: 0px;
  /* @media (min-width: 768px){
      position: absolute;
      height: 100%;
      left: 0;
      margin-bottom: 0;
    } */
}

.about-us-7-wrap .content {
  position: relative;
  width: 100%;
  display: table;
  height: 100vh;
  /* padding-bottom: 80px; */
}

.about-us-7-wrap .content form {
  margin-top: 40px;
  line-height: 2;
  font-size: 1.414rem;
}

.about-us-7-wrap .content form input[type="text"],
.about-us-7-wrap .content form input[type="email"],
.about-us-7-wrap .content form textarea {
  font-size: 1.414rem;
}

.about-us-7-wrap .content form .btn-mountain-flat {
  margin-top: 40px;
}

.about-us-7-wrap .content form ::-webkit-input-placeholder {
  font-size: 1.414rem;
}

.about-us-7-wrap .content form :-moz-placeholder {
  /* Firefox 18- */
  font-size: 1.414rem;
}

.about-us-7-wrap .content form ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 1.414rem;
}

.about-us-7-wrap .content form :-ms-input-placeholder {
  font-size: 1.414rem;
}

.about-us-7-wrap .content form .form-group {
  margin-top: -10px;
  margin-left: 15px;
}

.about-us-7-wrap .content .form-control {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  border-bottom-color: #ddd;
  border-radius: 0;
  padding: 0 0 0 5px;
  height: auto;
}

.about-us-7-wrap .content .content-wrap {
  display: table-cell;
  vertical-align: middle;
  /* padding: 0 30px; */
  padding: 80px 15px 80px 40px;
}

.about-us-8 h3 {
  margin-bottom: 30px;
  color: #d0d0d0;
}

.about-us-8 .btn-sm {
  margin-top: 30px;
}

.corporate-about-6 {
  background-color: #f7f7f7;
}

.about-us-bigbg-wrap.about-bigbg-grid .content {
  min-height: 70vh;
}

.about-us-bigbg-wrap.about-bigbg-grid .content-wrap {
  padding-top: 60px;
}

.about-us-bigbg-wrap.about-bigbg-grid .content-wrap .single-grid {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .about-us-bigbg-wrap.about-bigbg-grid .content-wrap .single-grid {
    margin-bottom: 0px;
  }
}

.about-us-bigbg-wrap.about-bigbg-grid .content-wrap div {
  font-family: Montserrat, sans-serif;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  color: #000033;
}

@media (min-width: 768px) {
  .about-us-bigbg-wrap.about-bigbg-grid .content-wrap .bigbg-grid-row {
    margin-bottom: 60px;
  }
}

.about-us-bigbg-wrap.about-bigbg-grid .content-wrap i {
  font-size: 48px;
  display: block;
  text-align: center;
  margin-bottom: 20px;
  color: #999;
  line-height: 1;
}

@media (min-width: 768px) {
  .about-us-bigbg-wrap.about-bigbg-grid .content-wrap {
    padding: 0 7%;
  }
}

.about12 .btn-classic {
  margin: 20px auto 100px;
}

.about12 .about-img-box {
  text-transform: uppercase;
  text-align: center;
  padding: 0 60px;
}

.about12 .about-img-box img {
  width: 100%;
}

.about12 .about-img-box .img-title {
  padding: 30px;
}

.about12 .about-img-box h4 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 0;
}

.about12 .about-img-box p {
  color: #999;
  font-family: Montserrat, sans-serif;
  font-size: 0.707rem;
  margin-top: 0;
}

.wiget-wraper {
  padding: 15px 25px;
}

.wiget-wraper .title-underline {
  border-bottom: 2px solid #007fbe;
  margin-bottom: 25px;
}

.wiget-title {
  text-transform: capitalize;
}

.wiget-title .highlight-text {
  color: #007fbe;
}

.about-us-features h3 {
  font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
  color: #000000;
  font-weight: 600;
  -webkit-font-variant-ligatures: common-ligatures;
  font-variant-ligatures: common-ligatures;
  margin-bottom: 30px;
}

.about-us-features p {
  font-family: 'Lora', serif;
  color: #000000;
  font-size: 1.2rem;
}

.about-us-features .fswrap {
  margin-bottom: 25px;
}

.about-us-features .fswrap p {
  font-size: 1rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Lora', 'Helvetica', 'Arial', sans-serif;
  color: #767676;
  font-weight: 400;
}

.about-us-features .fswrap .fsicon {
  margin-top: -3px;
}

.push--top--60 {
  margin-top: 60px;
}

.aboutUsImageRight .content {
  left: 0;
}

.aboutUsImageRight .bg-image-wrap {
  right: 0;
  left: auto;
}

.aboutUsImageRight .bg-image-wrap .bg-image {
  right: 0;
  left: auto;
}

.aboutUsImageleft .content {
  left: 0;
}

.aboutUsImageleft .bg-image-wrap {
  right: auto;
  left: 0;
}

@media (min-width: 768px) {
  .aboutUsImageleft .bg-image-wrap {
    height: 100%;
  }
}

.aboutUsImageleft .bg-image-wrap .bg-image {
  right: auto;
  left: 0;
}

.contact-split {
  position: relative;
  background-color: #f7f7f7;
  overflow: hidden;
}

.contact-split .content {
  padding: 3em;
  text-align: left;
}

@media (min-width: 768px) {
  .contact-split .content {
    display: table;
    height: 100%;
    min-height: 70vh;
    padding: 3em;
    text-align: right;
  }
  .contact-split .content .content-wrap {
    display: table-cell;
    vertical-align: middle;
  }
}

.contact-split .bg-image-wrap {
  display: none;
}

@media (min-width: 768px) {
  .contact-split .bg-image-wrap {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    padding: 0;
    visibility: visible;
  }
}

.contact-split .bg-image-wrap .bg-image {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover !important;
  background-position: center center;
}

.contact-split .bg-image-wrap .bg-image img {
  min-width: 100%;
}

@media (min-width: 768px) {
  .contact-split .bg-image-wrap .bg-image img {
    display: none;
  }
}

/*--------------------------------------------------------------
# contacts
--------------------------------------------------------------*/
/*contact*/
/********/
.contact-form {
//  background: #f9f9f9;
}

.contact-form p {
  font-size: 1.414rem;
  line-height: 1.414;
  font-weight: 300;
  color: #2d2d2d;
  margin-bottom: 40px;
}

.contact-form .contact-desc {
  margin-bottom: 40px;
}

@media (min-width) {
  .contact-form .contact-desc {
    margin-bottom: 0;
  }
}

.contact-form .contact-icon-block {
  margin-bottom: 30px;
}

.contact-form .contact-icon-block span.contact-form-icons {
  float: left;
  background-color: #007fbe;
  width: 30px;
  height: 30px;
  margin-top: 10px;
  margin-right: 20px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-radius: 3px;
  position: relative;
}

.contact-form .contact-icon-block span.contact-form-icons i {
  position: absolute;
  color: #fff;
  font-size: 18px;
  top: 50%;
  left: 50%;
  -webkit-transform: translatex(-50%) translatey(-50%) rotate(45deg);
  -ms-transform: translatex(-50%) translatey(-50%) rotate(45deg);
  transform: translatex(-50%) translatey(-50%) rotate(45deg);
}

.contact-form .contact-icon-block .contact-small-header {
  font-size: 1.6rem;
}

.contact-form .contact-icon-block .contact-small-text {
  float: left;
  font-size: 1rem;
}

.contact-form .contact-icon-block .contact-small-text span {
  display: block;
  margin-left: 7px;
}

.contact-form .contact-fields {
  margin-top: 10px;
  margin-bottom: 20px;
}

.contact-form .form-control {
  /*padding: 20px 10px; */
}

.contact-form textarea {
  height: 160px;
}

.contact-form .form-field, .contact-form textarea {
  margin-bottom: 15px;
}

.contact-form .form-submit-button {
  background-color: #333;
  color: #fff;
}

/*** map ***/
.contact-map {
  border-top: 1px solid #F0F3F6;
}

.contact-map #map {
  width: 100%;
  height: 350px;
}

.contact-split .content-wrap {
  text-align: left;
  padding: 80px 15px 80px 40px;
}

.contact-split .split-form {
  margin-top: 40px;
  line-height: 2;
  font-size: 1.414rem;
  text-align: left;
}

.contact-split .split-form .form-control {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  border-bottom-color: #ddd;
  border-radius: 0;
  padding: 0 0 0 5px;
  height: auto;
}

.contact-split .split-form .form-group {
  margin-top: -10px;
  margin-left: 15px;
}

.contact-split .split-form .btn-mountain-flat {
  margin-top: 40px;
}

/*--------------------------------------------------------------
# features
--------------------------------------------------------------*/
/*Icon-col-3*/
/************/
@media (min-width: 48rem) {
  .icon-3-col .row {
    margin-top: 40px;
  }
}

.icon-3-col .item .row {
  padding: 15px 0;
  transition: background-color 0.2s ease-in-out;
  border-radius: 3px;
}

.icon-3-col .item:hover .row {
  background: #fafafa;
}

.icon-3-col .item h4 {
  margin-bottom: 10px;
  margin-top: 0px;
  font-weight: 500;
  line-height: 1.2;
}

.icon-3-col .item .icon {
  font-size: 3.998rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  margin: 0 -15px;
}

.icon-3-col .item .icon .line-top, .icon-3-col .item .icon .line-bottom {
  position: absolute;
  width: 6px;
  height: 20px;
  left: calc(50% - 3px);
  background-color: #007fbe;
  transition: all 0.4s ease-in-out;
}

.icon-3-col .item .icon .line-top {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

.icon-3-col .item .icon .line-bottom {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.icon-3-col .item:hover .icon {
  color: #007fbe;
}

.icon-3-col .item:hover .icon .line-top {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.icon-3-col .item:hover .icon .line-bottom {
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}

.icon-3-col .item:hover .icon .line-top, .icon-3-col .item:hover .icon .line-bottom {
  display: block;
}

.icon-3-col .item p.desc {
  font-weight: 400;
  color: #5d5d5d;
}

.icon-3-col .item h6.sub {
  color: #757576;
  margin-bottom: 5px;
  margin-top: 0;
}

/*small icon 3 col*/
/************/
.fswrap {
  position: relative;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .fswrap.last-col {
    margin-bottom: 0;
  }
}

.fswrap p {
  color: #d0d0d0;
  width: 90%;
}

.fswrap h4 {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 5px 0 10px 0;
  padding-left: 40px;
  line-height: 36px;
}

.fswrap .fsicon {
  position: absolute;
  font-size: 30px;
  color: #007fbe;
}

.service-3 span {
  font-size: 44px;
  color: #007fbe;
}

.service-3 h4 {
  position: relative;
  margin-bottom: 35px;
  font-weight: 700;
}

.service-3 h4:after {
  position: absolute;
  left: calc(50% - 25px);
  bottom: -15px;
  content: '';
  width: 50px;
  height: 2px;
  background-color: #007fbe;
}

.features-big-img h2, .features-big-img h3 {
  text-align: center;
}

.features-big-img h3 {
  font-size: 1.414rem;
  font-weight: 300;
  margin-bottom: 70px;
}

.features-big-img .single-feature-warp p {
  font-weight: 400;
  font-family: Lora, serif;
  color: #5d5d5d;
}

.features-big-img .single-feature-warp h5 {
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-weight: 500;
}

.features-big-img .big-img {
  text-align: center;
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  .features-big-img .big-img {
    margin-bottom: 100px;
  }
}

.features-big-img .big-img img {
  display: inline-block;
  margin-left: -20px;
  margin-left: -38px;
}

@media (min-width: 768px) {
  .features-big-img .big-img img {
    height: 370px;
  }
}

@media (min-width: 768px) {
  .single-feature-warp {
    margin-bottom: 30px;
  }
}

.feature-number {
  display: inline-block;
  font-size: 65px;
  line-height: 0.7;
  color: #dcdcdc;
  padding-left: 10px;
}

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

.largeIcon4col-feature .icon-top-wiget {
  padding: 25px 0;
}

.largeIcon4col-feature .title {
  margin-bottom: 5px;
  font-family: 'Istok Web', sans-serif;
  font-weight: 700;
}

.largeIcon4col-feature .icon-wraper {
  display: table;
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background-color: #eee;
  border-radius: 50%;
  margin-bottom: 25px;
}

.largeIcon4col-feature .icon-wraper i {
  font-size: 30px;
  display: table-cell;
  vertical-align: middle;
}

.icon-top-wiget:hover .icon-wraper {
  background-color: #007fbe;
  transition: all 0.2s ease-in-out;
}

.icon-top-wiget:hover .icon-wraper i {
  color: #fff;
}

.feature-largeImage4col .content-wraper {
  margin-top: 15px;
}

.feature-largeImage4col .wiget-wraper {
  padding: 15px;
}

.feature-with-list-wraper h2 {
  margin-top: 0;
}

.feature-with-list-wraper p {
  margin-bottom: 25px;
  margin-top: 15px;
}

ul.feature-list-item li {
  line-height: 1.5rem;
  font-weight: 400;
}

ul.feature-list-item li i {
  padding-right: 10px;
  font-size: 1rem;
  color: #007fbe;
}

@media screen and (min-width: 769px) {
  ul.feature-list-item li {
    font-size: 1rem;
  }
}

/*--------------------------------------------------------------
# footers
--------------------------------------------------------------*/
/*Footer*/
/********/
footer {
  padding: 25px 0px;
  /*background-color: #000;*/
	background: black; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#3090C7, black 7%); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#3090C7, black 7%); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#3090C7, black 7%); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#3090C7, black 7%); /* Standard syntax */
  position: relative;
}

@media (max-width: 47.9rem) {
  footer {
    text-align: center;
  }
}

/* so that the facebook icon is not covered by the shareaholic buttons. */
@media (max-width: 768px) {
  footer {
    padding-bottom: 70px;
  }
}

footer p {
  color: #fff;
  font-weight: 400;
	font-size: .9em;
}

footer p span {
  display: block;
  color: #d0d0d0;
  font-weight: 400;
}

footer p span a {
  font-family: Montserrat, sans-serif;
  font-size: inherit;
  /* text-transform: uppercase; */
  color: inherit;
  font-weight: inherit;
  /* padding-right: 5px; */
  transition: all 0.2s ease-in-out;
}

footer p span a:hover {
  color: #fff;
}

footer p span a:last-child {
  border: none;
  /* padding-left: 7px; */
}

footer a {
  color: #fff;
  font-size: 1rem;
}

footer .social-icons {
  color: #d0d0d0;
  text-align: center;
  /* padding: 10px 0; */
}

@media (min-width: 48rem) {
  footer .social-icons {
    float: right;
  }
}

footer .social-icons .footer-social {
  color: #d0d0d0;
  display: inline-block;

  transition: all 0.2s ease-in-out;
}

footer .social-icons .footer-social:hover {
  color: #fff;
}

.footer-widgets {
  background-color: #483C32;
  position: relative;
}

.footer-widgets .mountainWidget > p, .footer-widgets .mountainWidget > form, .footer-widgets .mountainWidget a {
  color: #d0d0d0;
}

.footer-widgets .entry-title h5 {
  color: #fff;
}

.footer-widgets .mountainWidget a:hover {
  color: #fff;
}

.footer-widgets h4 {
  color: #fff;
}

.footer-widgets .r45 {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.footer-widgets .footer-btn {
  position: absolute;
  left: 50%;
  margin-left: -14px;
  top: -14px;
  background-color: #111;
  text-align: center;
  font-size: 1.414rem;
  width: 30px;
  height: 30px;
  padding: 0px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 11;
  border-radius: 3px;
}

.footer-widgets .footer-btn span {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  transition: all 0.2s ease-in-out;
}

.footer-widgets .footer-btn:hover span {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

/*--------------------------------------------------------------
# header
--------------------------------------------------------------*/
/*Header Section*/
/****************/
.header {
  color: #fff;
  position: relative;
}

.header .down-arrow {
  position: absolute;
  left: calc(50% - 30px);
  bottom: 0px;
  width: 60px;
  height: 60px;
  color: #FFF;
  text-align: center;
  font-size: 1.999rem;
  line-height: 0;
  text-decoration: none;
  z-index: 99;
  /* ----------- iPhone 4 and 4S ----------- */
  /* Portrait and Landscape */
}

.header .down-arrow:hover, .header .down-arrow:active, .header .down-arrow:focus {
  color: #fff;
  text-decoration: none;
}

.header .down-arrow span {
  display: block;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .header .down-arrow {
    display: none;
  }
}

.header a.down {
  background-color: transparent;
  width: 40px;
  height: 40px;
  color: #fff;
  border: 1px solid #fff;
  z-index: 1;
  text-align: center;
  line-height: 1.7;
  font-size: 26px;
  margin-top: 45px;
  bottom: auto;
}

.header a.down:hover {
  background-color: #fff;
  color: #111;
}

.header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.5);
}

.header .mbYTP_wrapper {
  z-index: -1 !important;
}

.header .header-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.header.header-video:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.header .intro-box {
  display: table;
  width: 100%;
}

.header .intro-box .intro {
  display: table-cell;
  vertical-align: middle;
  height: 100vh;
  position: relative;
  z-index: 1;
  /* ----------- iPhone 4 and 4S vh fix ----------- */
  /* Portrait and Landscape */
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .header .intro-box .intro {
    padding: 80px 0;
    height: auto;
  }
}

.header .intro-box .intro .header-title {
  font-family: 'Istok Web', sans-serif;
  font-weight: 700;
  line-height: 1;
  margin-top: 67px;
  margin-bottom: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

@media (max-width: 47.9rem) {
  .header .intro-box .intro .header-title {
    font-size: 1.999rem;
  }
}

.header .intro-box .intro .header-subtitle {
  font-weight: 400;
  margin: 10px 0 30px;
  font-style: italic;
  color: #d0d0d0;
  font-size: 1.414rem;
}

@media (max-width: 47.9rem) {
  .header .intro-box .intro .header-subtitle {
    font-size: 1rem;
  }
}

.header .intro-box .intro .mountain-btn-group {
  margin-top: 15px;
}

.header .intro-box .intro .mountain-btn-group .btn {
  margin-right: 15px;
}

@media (max-width: 768px) {
  .header .intro-box .intro .mountain-btn-group .btn {
    margin-right: 5px;
  }
}

.header .intro-box .intro .mountain-btn-group .btn:last-child {
  margin-right: 0;
}

.fashion-heading .mountain-btn-group {
  margin-top: 50px;
}

/* ============== Header variation styles ============== */
.gradient-header {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  /* ff3.6+ */
  /* safari4+,chrome */
  /* safari5.1+,chrome10+ */
  /* opera 11.10+ */
  /* ie10+ */
  background: linear-gradient(45deg, red 0%, #05c1ff 83%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#FF0000',GradientType=1 );
  /* ie6-9 */
}

/*------------------------------  Header Text Rotator --------------------------*/
.header-text-rotator .intro-box {
  text-align: left;
}

.header-text-rotator .intro-box .intro .header-title {
  margin-bottom: 0px;
}

.header-text-rotator .intro-box .intro .header-subtitle {
  width: 100%;
}

@media (min-width: 768px) {
  .header-text-rotator .intro-box .intro .header-subtitle {
    width: 50%;
  }
}

.header-text-rotator .intro-box .intro .mtn-btn-group {
  margin-top: 50px;
}

.header-text-rotator .intro-box .intro .mtn-btn-group .btn {
  margin-right: 20px;
  margin-bottom: 15px;
}

.header-text-rotator:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.2);
}

/*------------------------------  Owl Carousel Header --------------------------*/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fade-in {
  opacity: 0;
  /* make things invisible upon start */
  -webkit-animation: fadeIn ease-in 1;
  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.fade-in.one {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.fade-in.two {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.fade-in.three {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.headerCarousel .item .header-bg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.4s ease-in-out;
}

.headerCarousel .owl-nav .owl-prev, .headerCarousel .owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 35px);
  background-color: transparent;
  width: 60px;
  color: #fff;
  text-align: center;
  font-size: 50px;
  transition: all 0.4s ease-in-out;
}

.headerCarousel .owl-nav:hover .owl-prev, .headerCarousel .owl-nav:hover .owl-next {
  background-color: #fff;
  color: #111;
}

.headerCarousel .owl-nav .owl-prev {
  left: 0;
}

.headerCarousel .owl-nav .owl-next {
  right: 0;
}

/*-----------------------  Classic Header ---------------------*/
.classic-header {
  background-color: #000;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center center;
}

.classic-header .pad-classic {
  padding-top: 250px;
  padding-bottom: 150px;
}

.classic-header .pad-classic .header-title {
  color: #fff;
}

.classic-header .pad-classic .header-title h1 {
  margin-bottom: 0;
  font-weight: 700;
}

.classic-header .pad-classic .header-title .header-subtitle {
  font-weight: 400;
  font-size: 1.414rem;
  margin: 0;
  color: #fff;
  font-style: italic;
  letter-spacing: 1px;
  line-height: 1.4;
}

@media (max-width: 47.9rem) {
  .classic-header .pad-classic .header-title .header-subtitle {
    font-size: 1rem;
  }
}

.classic-header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 768px) {
  .classic-header .pad-classic {
    padding-top: 140px;
    padding-bottom: 97px;
  }
}

.split-header {
  position: relative;
  height: 100vh;
  /*overflow: hidden;*/
}

.split-header div[class*='col-']:first-child {
  padding: 0;
}

@media (max-width: 767px) {
  .split-header {
    height: auto;
  }
  .split-header > div[class*='col-']:last-child {
    /*padding: 4.875em 0; using padding causes top menu bar to get cut off */
    position: relative;
    top: 0;
    left: 0;
  }
/* fix for menu issue */
	.split-header .splitheader-content > h3:first-child  {
		padding-top: 4.875em;
	}
	.split-header .splitheader-content > h3:last-child  {
		padding-bottom: 4.875em;
	}
/* end fix for menu issue */
  .split-header > div[class*='col-']:first-child {
    position: relative;
    height: 32.5em;
    padding: 0;
  }
}

.split-header div[class*='col-'] {
  position: absolute;
  height: 100%;
  top: 0;
}

.split-header .bg-img-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-size: cover !important;
  background-position: 50% 50% !important;
  background: #000;
}

@media (max-width: 767px) {
  .split-header .bg-img-container {
    position: relative;
  }
}

.split-header .pos-left {
  left: 0;
}

.split-header .pos-right {
  right: 0;
}

.split-header .splitheader-content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10px;
  right: 10px;
  padding: 0 50px;
}

@media (max-width: 767px) {
  .split-header .splitheader-content {
    padding: 0 15px;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.split-header .splitheader-content p {
  font-weight: 400;
  font-size: 1.414rem;
  letter-spacing: 1px;
  line-height: 1.4;
  margin-bottom: 50px;
  font-family: Montserrat, sans-serif;
  color: #838383;
  font-size: 1.214rem;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .split-header .splitheader-content h1 {
    margin-bottom: 0;
  }
}

/* OWL CAROUSEL */
.carousel-items-wraper {
  overflow: hidden;
}

.header-social:before {
  background-color: rgba(0, 0, 0, 0.1);
}

.header-social .wid-social-icons2 ul li a {
  border-color: #fff;
  border-radius: 0;
}

.header-social .wid-social-icons2 ul li a span {
  color: #fff;
}

.header-social .wid-social-icons2 ul li a:hover {
  background-color: #fff;
}

.header-social .wid-social-icons2 ul li a:hover span {
  color: #111;
}

.header-text-button .button-text {
  display: inline-block;
}

.header-multi-text {
  text-transform: uppercase;
}

.header-multi-text .intro {
  padding-top: 110px;
}

.header-multi-text:before {
  background-color: rgba(0, 0, 0, 0.1);
}

.header-multi-text .header-title {
  margin-bottom: 0;
  text-transform: none;
}

.header-multi-text .header-title span {
  letter-spacing: 0.8rem;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
}

.header-multi-text .header-subtitle {
  font-size: 2.827rem !important;
  position: relative;
  margin-top: 0 !important;
}

.header-multi-text .header-subtitle:after {
  content: '';
  height: 45px;
  width: 2px;
  background-color: #fff;
  position: absolute;
  bottom: -50px;
  left: calc(50% - 1px);
}

.header-multi-text .btn {
  border-radius: 0;
  color: #fff;
  border-color: #fff;
  margin-top: 50px !important;
}

.header-multi-text .btn:hover {
  background-color: #fff;
  color: #111;
}

.header-shape .header-bg {
  position: none;
}

.header-shape .header-bg .intro-box .intro {
  position: inherit;
  padding-top: 50px;
}

.header-shape .header-bg .intro-box .intro .shape {
  width: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.header-shape .header-bg .intro-box .intro .down {
  margin-top: 30px;
}

.header-shape .header-bg .intro-box .intro .title-box {
  z-index: 3;
}

.header-shape .header-bg .intro-box .intro .title-box img {
  max-width: 240px;
}

.header-shape .header-bg .intro-box .intro .title-box .header-title {
  font-size: 45px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
}

.header-shape .header-bg .intro-box .intro .title-box .header-subtitle {
  letter-spacing: 14px;
  text-transform: uppercase;
  font-size: 32px;
  margin-top: -10px;
}

.header-img img {
  margin-right: auto;
  margin-left: auto;
}

/*--------------------------------------------------------------
# inner-header
--------------------------------------------------------------*/
.innerheader {
  background-color: #000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.innerheader .pad-large {
  padding-top: 200px;
  padding-bottom: 200px;
}

.innerheader .pad-small {
  padding-top: 150px;
  padding-bottom: 150px;
}

.innerheader .pad-xs {
  padding-top: 200px;
  padding-bottom: 75px;
}

.innerheader:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
  .innerheader .inner-breadcrumb {
    text-align: right;
  }
}

.innerheader .inner-title {
  padding-left: 15px;
}

.innerheader .inner-title, .innerheader .inner-breadcrumb {
  color: #fff;
}

.innerheader .inner-title a, .innerheader .inner-breadcrumb a {
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.innerheader .breadcrumb {
  background-color: transparent;
  text-align: center;
}

.innerheader.narrow {
  background-color: #F5F5F5;
  border-bottom: 1px solid #EEE;
}

.innerheader.narrow .pad-large {
  padding: 140px 0 50px 0;
}

.innerheader.narrow .inner-title, .innerheader.narrow .inner-breadcrumb {
  color: #000033;
}

.innerheader.narrow .inner-title a, .innerheader.narrow .inner-breadcrumb a {
  color: #000033;
}

.innerheader.narrow:before {
  display: none;
}

.innerheader2 .inner-title {
  margin-bottom: 40px;
}

.innerheader2 .inner-title h3 {
  /* text-transform: uppercase; */
  font-size: 2.827rem;
  margin-bottom: 10px;
  font-weight: 700;
}

.innerheader2 .inner-title p {
  font-size: 1.999rem;
  /*line-height: $text__size--gamma*1.5;*/
  line-height: 2.2rem;
}

@media (max-width: 767px) {
  .innerheader2 .pad-large {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .innerheader2 .inner-title {
    margin-bottom: 25px;
  }
  .innerheader2 .inner-title h3 {
    margin-bottom: 15px;
    font-size: 1.999rem;
  }
  .innerheader2 .inner-title p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

/*--------------------------------------------------------------
# gallery
--------------------------------------------------------------*/
@media (min-width: 768px) {
  .img-wrap {
    padding: 15px;
  }
}

.img-box {
  position: relative;
  overflow: hidden;
}

.img-box img {
  width: calc(100% + 60px);
  height: calc(100% + 60px);
  transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}

.img-box:hover img {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.img-box:hover .img-caption {
  bottom: 0;
}

.grid-item-wrap {
  position: relative;
  overflow: hidden;
}

.grid-item-wrap:hover .img-caption {
  bottom: 0;
}

.galleryBoxed1Col .img-caption {
  margin: 10px 0 15px;
}

.img-caption {
  background-image: linear-gradient(to top, rgba(17, 17, 17, 0.9), rgba(17, 17, 17, 0));
  padding: 15px;
  position: absolute;
  top: auto;
  bottom: -52px;
  width: 100%;
  transition: all 0.4s;
}

.img-caption span {
  color: #fff;
  font-size: 1rem;
  text-transform: capitalize;
  font-weight: 600;
}

.gallery-grid-item {
  padding: 15px;
}

@media (min-width: 767px) {
  .gallery-grid-item {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .gallery-grid-item {
    width: 25%;
  }
}

.gallery-grid-item.grid-item-2x {
  width: 100%;
}

@media (min-width: 768px) {
  .gallery-grid-item.grid-item-2x {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .gallery-grid-item.grid-item-2x {
    width: 50%;
  }
}

.caption-text {
  float: left;
}

.caption-social {
  float: right;
}

.caption-social span a {
  color: #fff;
}

.caption-social span a i {
  display: inline-block;
  margin-left: 7px;
}

.author-meta span {
  font-size: 1rem;
}

.img-wrapper {
  background-color: #111;
  padding: 35px;
}

.img-wrapper img {
	margin-left: auto;
	margin-right: auto;
}

.img-sidebar {
  padding: 30px;
  background-color: #966F33;
	color: #FFCBA4;
  position: relative;
  height: 62vh;
}

.img-sidebar .img-title {
  font-size: 1.414rem;
}

.img-sidebar .sidebar-header {
  margin-bottom: 30px;
}

.img-sidebar .sidebar-content {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.img-sidebar .img-meta ul li {
  font-size: 1rem;
  margin-bottom: 10px;
}

.img-sidebar .img-meta ul li span {
  display: inline-block;
  margin-right: 10px;
  font-weight: 600;
}

.gutter .img-box {
  margin-bottom: 30px;
}

.gallery-pad {
  padding-top: 30px;
}

.no-gutter.gallery-pad {
  padding-bottom: 30px;
}

/*********************************************************
============== magnific popup transition ================
**********************************************************/
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-s-loading .mfp-arrow {
  display: none;
}

/*--------------------------------------------------------------
# faqs
--------------------------------------------------------------*/
.faq-box {
  padding: 30px 0 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  max-width: 95%;
}

@media (min-width: 992px) {
  .faq-box:first-child {
    padding-top: 0;
  }
  .faq-box:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
}

.faq-box h4 {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.faq-box h4::first-letter {
  margin-right: 5px;
  display: inline-block;
  font-size: 1.414rem;
  color: #00a1f1;
}

.faq-box p {
  line-height: 1.7;
}

.panel-heading {
  padding: 0;
  border-radius: 3px 3px 0 0;
}

.panel-heading h4.panel-title {
  position: relative;
  font-size: 1rem;
  text-transform: capitalize;
  font-weight: 600;
}

.panel-heading a {
  display: block;
  padding: 15px 0 15px 26px;
  line-height: 1.6;
  transition: all 0.3s;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
}

.panel-heading a:hover, .panel-heading a:focus {
  color: #005fbe;
  text-decoration: none;
}

.panel-heading a:focus, .panel-heading a:active {
  color: #000;
}

@media (min-width: 768px) {
  .panel-heading a:after {
    font-family: 'ionicons';
    content: '\f364';
    position: absolute;
    right: 15px;
    font-size: 24px;
    color: #7F5A58;
  }
}

@media (min-width: 768px) {
  a.collapsed:after {
    font-family: 'ionicons';
    content: '\f35e';
    position: absolute;
    right: 15px;
    font-size: 24px;
    color: #7F5A58;
  }
}

.panel-body {
  padding: 20px;
	background-color: #EBDDE2;
}

.panel-body p {
  font-size: 1rem;
  line-height: 1.7;
}

.panel-default {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.panel-default > .panel-heading {
  background-color: #ECC5C0;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}

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

/*--------------------------------------------------------------
# 404
--------------------------------------------------------------*/
.not-found {
  background-image: url(../images/404/404.jpg);
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: 100vh;
  text-align: center;
}

.not-found h1 {
  font-family: 'Istok Web', sans-serif;
  font-weight: 700;
  font-size: 100px;
  margin-bottom: 0px;
  margin-top: 55vh;
}

/*--------------------------------------------------------------
# widgets
--------------------------------------------------------------*/
.widgetsPage .mountainWidget, .blog .mountainWidget {
  margin: 60px 0;
}

@media (min-width: 992px) {
  .widgetsPage .mountainWidget:first-child, .blog .mountainWidget:first-child {
    margin-top: 0;
  }
}

.widgetsPage .mountainWidget .line, .blog .mountainWidget .line {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mountainWidget .line {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin: 5px 0px 7px 0px;
}

.mountainWidget > h4 {
  font-size: 1.414rem;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .mountainWidget > h4 {
    margin-top: 60px;
  }
}

.mountainWidget > h5 {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 10px;
}

.mountainWidget > p {
  line-height: 1.7;
}

.mountainWidget a {
  font-size: 1rem;
  text-transform: capitalize;
  transition: all 0.4s;
}

.mountainWidget a:hover {
  text-decoration: none;
}

.mountainWidget li {
  margin-bottom: 5px;
}

.subscription.mountainWidget p {
  margin-bottom: 20px;
}

.subscription.mountainWidget .input-group-btn #subscribe-button {
  background-color: #007fbe;
  border-color: #007fbe;
  border-radius: 0px;
  color: #fff;
  padding: 12px 15px;
  transition: all 0.4s;
  margin-bottom: 0;
}

.subscription.mountainWidget .input-group-btn #subscribe-button:hover {
  background-color: #00a1f1;
}

.wid-social-icons ul li, .wid-social-icons2 ul li {
  list-style-type: none;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-bottom: 5px;
  margin-right: 5px;
  font-size: 25px;
  text-align: center;
}

.wid-social-icons ul li a, .wid-social-icons2 ul li a {
  color: #fff;
  display: inline-block;
  line-height: 40px;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background-color: #007fbe;
  transition: all 0.4s;
}

.wid-social-icons ul li a:hover, .wid-social-icons2 ul li a:hover {
  background-color: #00a1f1;
  color: #fff;
}

.wid-social-icons ul li span, .wid-social-icons2 ul li span {
  display: inline-block;
  line-height: 0;
}

.wid-social-icons2 ul li a {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.wid-social-icons2 ul li a:hover {
  background-color: #00a1f1;
}

.wid-social-icons2 ul li a:hover span {
  color: #fff;
}

.wid-social-icons2 ul li a span {
  color: #d0d0d0;
  font-size: 24px;
  transition: all 0.4s;
  margin-top: 8px;
}

.post-except {
  margin-bottom: 25px;
}

.post-except:last-child {
  margin-bottom: 0;
}

.entry-image {
  float: left;
  width: 70px;
  width: 70px;
  margin-right: 10px;
}

.entry-title h5 {
  color: #000;
  margin-bottom: 6px;
  font-weight: 400;
  font-family: Montserrat, sans-serif;
  margin-top: 0px;
}

.linkswidget a {
	font-family: Montserrat;
  /*font-weight: 600;*/
	text-transform: uppercase;
	font-size: 70%;
  transition: all 0.2s;
}

.textWidget2 {
  background-color: #007fbe;
  padding: 30px;
}

.textWidget2 a, .textWidget2 p, .textWidget2 h4, .textWidget2 h5 {
  color: #fff;
}

.textWidget2 p, .textWidget2 h4 {
  margin-bottom: 30px;
}

.textWidget2 a {
  text-decoration: underline;
}

.widget-subscription3 img, .widget-subscription2 img {
  margin-bottom: 40px;
}

.widget-subscription3 p, .widget-subscription2 p {
  margin-bottom: 15px;
}

.widget-subscription3 .line, .widget-subscription2 .line {
  margin-bottom: 20px;
}

.widget-subscription3 input, .widget-subscription2 input {
  margin-bottom: 10px;
  font-size: 1rem;
  font-style: italic;
  padding: 15px 15px 20px;
}

.widget-subscription3 button, .widget-subscription2 button {
  padding: 10px 25px;
  font-size: 11px;
}

.tag-list a {
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  padding: 5px 8px;
  color: #313131;
  display: inline-block;
  margin: 0 7px 7px 0;
  transition: all 0.3s;
}

.tag-list a:hover {
  background-color: #007fbe;
  color: #fff;
}

.blogExceptWidget2 .post-except {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.blogExceptWidget2 .post-except:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

.linkswidget2 a {
  margin-right: 7px;
}

.linkswidget2 .line {
  margin-bottom: 20px;
}

.linkswidget2 span {
  color: #d0d0d0;
  position: relative;
}

.author-widget {
  padding: 40px;
  background-color: #fbfbfb;
}

.author-widget .author-widget-head {
  display: inline-block;
  margin-bottom: 30px;
}

.author-widget img {
  float: left;
  margin-right: 20px;
}

.author-widget .author-widget-meta {
  float: left;
}

.author-widget .author-web {
  display: block;
}

.author-widget span {
  display: block;
}

.author-widget span.author-widget-header {
  font-size: 1rem;
  color: #d0d0d0;
}

.author-widget span.author-name {
  font-size: 1.414rem;
}

.flickr-widget .flickr-photo-wrap a {
  display: block;
  float: left;
  width: 90px;
  padding: 0 2px 2px 0;
}

/*-------------------  Instagram Widget --------------------------*/
.instagram-widget img {
  display: inline-block;
  margin: 0 10px 10px 0;
  width: 120px;
  height: auto;
}

/*-------------------  twitter Widget --------------------------*/
.twitter-feed li {
  list-style: none;
}

.single-tweet {
  position: relative;
  color: #999;
  font-size: 16px;
  line-height: 1.7;
}

.single-tweet a {
  color: #007fbe;
}

.single-tweet span {
  display: block;
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Single blog
--------------------------------------------------------------*/
.single-post h1 {
  font-size: 2.827rem;
  font-family: lato;
  line-height: 1;
  margin-bottom: 40px;
}

.single-post .post-section {
  margin-bottom: 120px;
}

.single-post .post-section:last-child {
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
}

.single-post .author-wrap {
  margin-bottom: 10px;
}

.single-post .latest-news-meta {
  margin-bottom: 5px;
}

.single-post .featured-img-wrap {
  margin-bottom: 60px;
}

.single-post .post-img-wrap {
  margin-bottom: 30px;
}

.single-post p {
  color: #676767;
  line-height: 2;
  margin-bottom: 30px;
}

.single-post p.last-para {
  margin-bottom: 50px;
}

.single-post h2 {
  font-family: lato;
  font-size: 1.414rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.single-post h3 {
  font-family: lato;
  font-size: 1.414rem;
  font-weight: 400;
  color: #d0d0d0;
  margin-bottom: 30px;
}

.single-post ul {
  padding-left: 30px;
}

.single-post ul li {
  position: relative;
  font-size: 1rem;
  color: #676767;
  line-height: 2;
  margin-bottom: 10px;
}

.single-post ul li em {
  font-style: normal;
  font-weight: 600;
  color: #111;
}

.single-post ul li:before {
  position: absolute;
  content: '.';
  font-size: 80px;
  color: #111;
  line-height: 0;
  top: -10px;
  left: -30px;
}

.singleBlog2.single-post h1 {
  margin-bottom: 20px;
}

.singleBlog2.single-post .latest-news-meta {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  transform: translatey(-50%);
}

.singleBlog2.single-post .author-wrap {
  margin-bottom: 40px;
}

.tag-list-body {
  margin-top: 60px;
}

.section-post-meta {
  padding-bottom: 60px;
}

.section-post-meta .tag-list {
  margin-bottom: 60px;
}



/*--------------------------------------------------------------
 Bernie's customizations
--------------------------------------------------------------*/

.larger {
	font-size: larger;
}

.smaller {
	font-size: smaller;
	line-height: 1.6em;
}

.float-left {
	float: left;
	margin-right: 1em;
	margin: 0 1em 1em 0;
}

.float-right {
	float: right;
	margin: 0 0 1em 1em;
}

.img-centered {
	margin-left: auto;
	margin-right: auto;
}

hr {
    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0, 144, 0, 0.8);
}

.purpose-right {
	padding-top: .4em;
}
.purpose-right p {
	font-size: .9em;
}

figure img {
	margin-bottom: 1em;
}

figcaption, figcaption p {
	font-size: smaller;
	line-height: 1.6em;
}

.box-shadow {
	box-shadow: 9px 9px 9px #000033;
}
 blockquote {
	border-left: 5px solid #777744;
}

.block-indent {
	margin-left: 1.38em;
}

.hanging-indent {
	padding-left: 1em;
	text-indent: -1em;
}

.nobr {
	white-space: nowrap;
}

/* trademark */
.tm::after {
	content: "\2122";
}

/* registered trademark */
.rtm::after {
	content: "\00AE";
}

/* service mark */
.sm::after {
	font-size: 90%;
	content: "\2120";
}
