@charset "UTF-8";
/* Shop colors */
/* ------------------------ */
/* ****************************************************************************
*
* Owl carousel custom style ( Voyo One )
* ( owl.carousel.css + owl.theme.css + owl.transitions.css)
*
**************************************************************************** */
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* mouse grab icon */
.grabbing {
  cursor: url("grabbing.png") 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.2
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #fff;
  display: inline-block;
  zoom: 1;
  margin: 5px;
  padding: 5px 12px;
  font-size: 13px;
  background: #444;
  border-radius: 2px;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover,
.owl-theme .owl-controls.clickable .owl-buttons div:focus {
  background-color: #fcc813;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1; }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.8;
  border-radius: 20px;
  background: #fff; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  opacity: 1;
  background: #fcc813; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url("AjaxLoader.gif") no-repeat center center; }

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px; }

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease; }

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease; }

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease; }

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease; }

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both; }

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both; }

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both; }

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both; }

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1; } }
@-moz-keyframes empty {
  0% {
    opacity: 1; } }
@keyframes empty {
  0% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); } }
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); } }
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px); }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); } }
@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0); } }
@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0); } }
@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    transform: translateZ(-500px); }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0); } }
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8); } }
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8); } }
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8); } }
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%); } }
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%); } }
@keyframes goDown {
  from {
    transform: translateY(-100%); } }
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5); } }
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5); } }
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5); } }
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5); } }
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5); } }
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5); } }
/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px; }

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease; }

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease; }

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease; }

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease; }

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both; }

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both; }

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both; }

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both; }

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1; } }
@-moz-keyframes empty {
  0% {
    opacity: 1; } }
@keyframes empty {
  0% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); } }
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); } }
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px); }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); } }
@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0); } }
@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0); } }
@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    transform: translateZ(-500px); }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0); } }
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8); } }
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8); } }
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8); } }
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%); } }
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%); } }
@keyframes goDown {
  from {
    transform: translateY(-100%); } }
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5); } }
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5); } }
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5); } }
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5); } }
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5); } }
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5); } }
/* -------------------------------------------------------------------

  [Table of contents]

  01. General style
  02. Helper classes
  03. Megamenu
  04. Headers
  05. Sliders
  06. Page Breadcrumbs
  07. Sections 
  08. Grid System
  09. Boxes 
  10. Titles
  11. Home sections (Team, Stats, Testimonials, Pricing etc)
  12. Portfolio
  13. Blog 
  14. Sidebar
  15. Shop
  16. Elements (Tabs, Butons, Alerts, Progress Bars etc)
  17. Footers
  18. Social Icons
  19. Animations (Just a few animations from animate.css)
  20. Animsition styles (just some animations)
  21. Updates


  [Colors]

  # main color --> #fcc813 = rgb(252,200,19)
  # background --> #f5f5f5 
  # content    --> #70727a


  [Typography]

  # content    --> Lato font
  # titles   --> Montserrat
  # miscellaneous --> Raleway (Rarely used)


  [Notes]

  # I used Montserrat for some main paragrpahs too;
  # I included only a few animations from animate.css (there's no way you'll need them all),
    but you could include/replace what animations you want from this library in your css file.
    I recommend not to include the whole library [it's better for performance]

  # To easily find a class name, CTR+F (Find) (many text editors) may come in handy

  # It's better if you create your user_style.css file to make css changes. 
    There will be some updates and you'll need to change this css file with the new one and
    it will be difficult for you to keep the changes you made and at the same time to update this file.

-------------------------------------------------------------------- */
/* *********************  General Style ********************* */
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  -ms-overflow-style: scrollbar; }

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  -ms-overflow-style: scrollbar;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100%;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  background-color: #f5f5f5;
  color: #70727a;
  letter-spacing: .6px; }

img {
  height: auto;
  max-width: 100%; }

mark {
  color: #fff;
  background: #fcc813; }

hr {
  display: block;
  line-height: 25px;
  margin: 30px 0;
  position: relative;
  width: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  margin: 0;
  color: #303030; }

h1 {
  font-size: 42px;
  line-height: 44px;
  margin: 0 0 40px 0; }

h2 {
  font-size: 36px;
  line-height: 38px;
  margin: 0 0 35px 0; }

h3 {
  font-size: 28px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 30px; }

h4, h5, h6 {
  margin: 0 0 15px 0; }

h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px; }

h5 {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px; }

h6 {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px; }

p {
  margin: 0 0 20px; }

a {
  color: #fcc813;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  a:hover, a:focus, a:active {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }

.btn:hover, .btn:focus, .btn:active {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

button:hover, button:focus, button:active {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

/* anchors */
.a-inherit {
  color: inherit; }
  .a-inherit:hover {
    color: #fcc813; }

::-moz-selection, ::selection {
  text-shadow: none;
  color: #fff;
  background: #353739; }

iframe {
  border: 0;
  margin: 0;
  overflow: hidden;
  width: 100%;
  height: auto; }

.fix-iframe-mb {
  margin-bottom: -8px; }

/* Back to Top */
.back-to-top {
  z-index: 9999;
  position: fixed;
  bottom: -50px;
  right: 0;
  color: #fff;
  border-bottom: 40px solid #fcc813;
  border-left: 40px solid transparent;
  cursor: pointer;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out; }
  .back-to-top .icon {
    position: absolute;
    top: 18px;
    left: -23px;
    font-size: 20px; }
  .back-to-top:hover {
    color: #fcc813;
    border-bottom-color: #292c31;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out; }

/* Background images */
.bg-img {
  position: relative;
  -webkit-backface-visibility: visible !important;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover; }

@media (min-width: 992px) {
  .bg-img.fixed {
    background-attachment: fixed; }

  .bg-img {
    background-position: 50% 40px;
    background-size: contain; } }
/* Background images path */
.bg01 {
  background-image: url("../images/demo/bg01.jpg"); }

.bg02 {
  background-image: url("../images/demo/bg02.jpg"); }

.bg03 {
  background-image: url("../images/demo/bg03.jpg"); }

.bg04 {
  background-image: url("../images/demo/bg04.jpg"); }

.bg05 {
  background-image: url("../images/demo/bg05.jpg"); }

.bg06 {
  background-image: url("../images/demo/bg06.jpg"); }

.bg07 {
  background-image: url("../images/demo/bg07.jpg"); }

.bg08 {
  background-image: url("../images/demo/bg08.jpg"); }

.bg09 {
  background-image: url("../images/demo/bg09.jpg"); }

.bg10 {
  background-image: url("../images/demo/bg10.jpg"); }

.bg11 {
  background-image: url("../images/demo/bg11.jpg"); }

.bg12 {
  background-image: url("../images/demo/bg12.jpg"); }

.bg13 {
  background-image: url("../images/demo/bg13.jpg"); }

.bg14 {
  background-image: url("../images/demo/bg14.jpg"); }

.bg15 {
  background-image: url("../images/demo/bg15.jpg"); }

.bg16 {
  background-image: url("../images/demo/bg16.jpg"); }

.bg17 {
  background-image: url("../images/demo/bg17.jpg"); }

.bg18 {
  background-image: url("../images/demo/bg18.jpg"); }

.bg19 {
  background-image: url("../images/demo/bg19.jpg"); }

.bg41 {
  background-image: url("../images/demo/bg41.jpg"); }

.bg42 {
  background-image: url("../images/demo/bg42.jpg"); }

.bg43 {
  background-image: url("../images/demo/bg43.jpg"); }

.bg44 {
  background-image: url("../images/demo/bg44.jpg"); }

.bg45 {
  background-image: url("../images/demo/bg45.jpg"); }

.bg46 {
  background-image: url("../images/demo/bg46.jpg"); }

.bg47 {
  background-image: url("../images/demo/bg47.jpg"); }

.bg49 {
  background-image: url("../images/demo/bg49.jpg"); }

.bg50 {
  background-image: url("../images/demo/bg50.jpg"); }

.bg51 {
  background-image: url("../images/demo/bg51.jpg"); }

.bg52 {
  background-image: url("../images/demo/bg52.jpg"); }

.bg53 {
  background-image: url("../images/demo/bg53.jpg"); }

/* Background Patterns */
.bg-pattern {
  position: relative;
  background-position: 50% 0;
  background-repeat: repeat; }

.bg30 {
  background-image: url("../images/pattern01.png"); }

.bg31 {
  background-image: url("../images/demo/bg31.jpg"); }

.shadow1 {
  background: url("../images/shadow1.png") no-repeat top center;
  height: 30px;
  margin-bottom: -30px; }

.shadow2 {
  background: url("../images/shadow2.png") no-repeat top center;
  height: 60px;
  margin-bottom: -60px; }

.shadow3 {
  background: url("../images/shadow3.png") no-repeat top center;
  height: 60px;
  margin-bottom: -60px; }

/* Background layer */
.bg-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #40454e;
  opacity: .6; }
  .bg-overlay.gradient-1 {
    background: -webkit-linear-gradient(left, #292c31 0%, rgba(41, 44, 49, 0.9) 50%, rgba(41, 44, 49, 0.8) 80%, rgba(41, 44, 49, 0.7) 100%);
    background: linear-gradient(to right, #292c31 0%, rgba(41, 44, 49, 0.9) 50%, rgba(41, 44, 49, 0.8) 80%, rgba(41, 44, 49, 0.7) 100%);
    opacity: 1; }
  .bg-overlay.gradient-2 {
    background: -webkit-linear-gradient(right, #292c31 0%, rgba(41, 44, 49, 0.9) 50%, rgba(41, 44, 49, 0.8) 80%, rgba(41, 44, 49, 0.7) 100%);
    background: linear-gradient(to left, #292c31 0%, rgba(41, 44, 49, 0.9) 50%, rgba(41, 44, 49, 0.8) 80%, rgba(41, 44, 49, 0.7) 100%);
    opacity: 1; }
  .bg-overlay.gradient-3 {
    background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0.9) 65%, rgba(255, 255, 255, 0.2) 80%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0.9) 65%, rgba(255, 255, 255, 0.2) 80%, rgba(255, 255, 255, 0) 100%);
    opacity: 1; }
  .bg-overlay.gradient-4 {
    background: -webkit-linear-gradient(bottom, #292c31 0%, rgba(41, 44, 49, 0.9) 50%, rgba(41, 44, 49, 0.8) 80%, rgba(41, 44, 49, 0.7) 100%);
    background: linear-gradient(to top, #292c31 0%, rgba(41, 44, 49, 0.9) 50%, rgba(41, 44, 49, 0.8) 80%, rgba(41, 44, 49, 0.7) 100%);
    opacity: 1; }
  .bg-overlay.overlay-main {
    background: #fcc813; }
  .bg-overlay.overlay-light {
    background: #fafafa; }
  .bg-overlay.video {
    background: #40454e; }

/* Responsive canvas */
.rs-canvas {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

/* Border left bottom */
.br-bottom:after {
  content: "";
  display: block;
  height: 1px;
  width: 35px;
  border-top: 2px solid #fcc813;
  margin: 6px 0 10px; }

.br-bottom-center::after {
  content: "";
  display: block;
  height: 1px;
  width: 35px;
  border-top: 2px solid #fcc813;
  margin: 8px auto 10px; }
.br-bottom-center.large:after {
  width: 50px;
  border-top: 2px solid #fcc813; }

.br-left {
  border-left: 2px solid #fcc813;
  padding-left: 15px; }

.simple-hr {
  border-top: 1px solid #eee;
  margin: 60px 0 45px 0; }
  .simple-hr.large-hr {
    margin: 90px 0; }

@media (max-width: 767px) {
  .simple-hr.xs-small-hr {
    margin: 40px 0; } }
@media (max-width: 991px) {
  .simple-hr.sm-small-hr {
    margin: 40px 0; } }
.br-top {
  border-top: 2px solid #fcc813; }

/* Full width videos */
.video-wrapper {
  max-width: 100%;
  max-height: 450px;
  width: 100%;
  height: auto;
  overflow: hidden; }
  .video-wrapper video {
    width: 100%;
    height: 100%;
    z-index: 1; }

@media (max-width: 767px) {
  .video-wrapper {
    max-height: 280px; } }
@media (max-width: 991px) {
  .video-wrapper {
    max-height: 380px; } }
@media (min-width: 1400px) {
  .video-wrapper {
    max-height: 550px; } }
.video-caption {
  position: absolute;
  width: 100%;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0; }

#video-button {
  position: absolute;
  left: 40px;
  bottom: 40px;
  color: #fff;
  font-size: 30px; }
  #video-button.pause .fa:before {
    content: "\5f";
    font-family: 'ElegantIcons'; }
  #video-button.play .fa:before {
    content: "\3d";
    font-family: 'ElegantIcons'; }

/* Box heights fix */
@media (max-width: 991px) {
  .max_height.sm_max_height .el_max_height {
    height: auto !important; } }
@media (max-width: 767px) {
  .max_height.xs_max_height .el_max_height {
    height: auto !important; } }
/* Align middle */
.align-middle {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

/* *********************  Helper Classes  ********************* */
.br0 {
  border-radius: 0 !important; }

.br1 {
  border-radius: 1px !important; }

.br2 {
  border-radius: 2px !important; }

.br4 {
  border-radius: 4px !important; }

.br6 {
  border-radius: 6px !important; }

.br8 {
  border-radius: 8px !important; }

.op8 {
  opacity: 0.8 !important; }

.op7 {
  opacity: 0.7 !important; }

.op6 {
  opacity: 0.6 !important; }

.op5 {
  opacity: 0.5 !important; }

.op4 {
  opacity: 0.4 !important; }

.op2 {
  opacity: 0.2 !important; }

.uppercase {
  text-transform: uppercase; }

.montserrat {
  font-family: "Montserrat", 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

.word-wrap {
  word-wrap: break-word; }

.fs-small {
  font-size: 80% !important; }

.fs-large {
  font-size: 120% !important; }

.fs-15 {
  font-size: 15px !important; }

.line-height-1-5 {
  line-height: 1.5 !important; }

.relative {
  position: relative; }

.block {
  display: block !important; }

.inline-block {
  display: inline-block !important; }

.unstyled {
  list-style: none;
  padding: 0 0 10px 20px; }

.pull-center {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
  clear: both;
  text-align: center; }

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

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

.m0 {
  margin: 0 !important; }

.mb0 {
  margin-bottom: 0 !important; }

.mt0 {
  margin-top: 0 !important; }

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

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

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

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

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

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

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

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

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

.mt20 {
  margin-top: 20px !important; }

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

.mt40 {
  margin-top: 40px !important; }

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

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

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

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

.mr10 {
  margin-right: 10px !important; }

.mr20 {
  margin-right: 20px !important; }

.mr30 {
  margin-right: 30px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml20 {
  margin-left: 20px !important; }

.ml30 {
  margin-left: 30px !important; }

.p0 {
  padding: 0 !important; }

.pb0 {
  padding-bottom: 0 !important; }

.pt0 {
  padding-top: 0 !important; }

.pr0 {
  padding-right: 0 !important; }

.pl0 {
  padding-left: 0 !important; }

.pt5 {
  padding-top: 5px !important; }

.py5 {
  padding-left: 5px !important;
  padding-right: 5px !important; }

.py10 {
  padding-left: 10px !important;
  padding-right: 10px !important; }

.py15 {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.py20 {
  padding-left: 20px !important;
  padding-right: 20px !important; }

.no-border {
  border: none !important; }

.full-width {
  width: 100%; }

.full-height {
  height: 100%; }

/* Colors */
.color-inherit {
  color: inherit !important; }

.color-main {
  color: #fcc813 !important; }

.color-white {
  color: #fff !important; }

.color-alpha {
  color: rgba(250, 250, 250, 0.9); }

.color-darker {
  color: #303234 !important; }

.color-dark {
  color: #505355 !important; }

.color-default {
  color: #667 !important; }

.color-gray {
  color: #999a9b !important; }

.color-on-dark {
  color: #d2d4d9 !important; }

.color-on-img {
  color: #e2e3e4 !important; }

.bg-main {
  background-color: #fcc813 !important; }

.bg-dark {
  background-color: #444648 !important; }

.bg-darker {
  background-color: #303234 !important; }

.bg-dark-gray {
  background-color: #778888 !important; }

.bg-light-gray {
  background-color: #aaabac !important; }

/* Check media width for javascript*/
.check-media {
  display: none;
  width: 0; }

@media (max-width: 991px) {
  .check-media {
    width: 991px; } }
/* Helper classes for mobile */
@media (max-width: 767px) {
  .xs-p0 {
    padding: 0 !important; }

  .xs-pb0 {
    padding-bottom: 0 !important; }

  .xs-pt0 {
    padding-top: 0 !important; }

  .xs-m0 {
    margin: 0 !important; }

  .xs-mt0 {
    margin-top: 0 !important; }

  .xs-mb0 {
    margin-bottom: 0 !important; }

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

  .xs-text-center {
    text-align: center !important; }

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

  .xs-block {
    display: block; } }
/* Helper classes for tablets */
@media (max-width: 991px) {
  .sm-p0 {
    padding: 0 !important; }

  .sm-pt0 {
    padding-top: 0 !important; }

  .sm-pb0 {
    padding-bottom: 0 !important; }

  .sm-m0 {
    margin: 0 !important; }

  .sm-mt0 {
    margin-top: 0 !important; }

  .sm-mb0 {
    margin-bottom: 0 !important; }

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

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

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

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

  .sm-block {
    display: block !important; }

  .sm-pull-left {
    float: left !important; } }
/* Fixes */
.fix1 {
  margin-top: 3px; }

/* *********************  Megamenu  ********************* */
/* Menu */
.menu-wrapper {
  position: relative; }
  .menu-wrapper:before {
    display: table;
    content: " "; }
  .menu-wrapper:after {
    display: table;
    content: " ";
    clear: both; }

.menu {
  width: 100%;
  padding: 0;
  margin: 0;
  float: left;
  list-style: none; }
  .menu li {
    display: inline-block;
    float: left; }
  .menu > li > a {
    padding: 30px 15px;
    font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    display: inline-block;
    color: #303439;
    position: relative;
    z-index: 10;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out; }
    .menu > li > a:hover, .menu > li > a:focus {
      color: #fcc813 !important;
      -webkit-transition: all .2s ease-out;
      transition: all .2s ease-out; }
  .menu > li:hover > a, .menu > li.current > a {
    color: #fcc813 !important;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out; }
  .menu > li.li-icon > a {
    padding: 30px 10px; }
  .menu > li.li-menu > a > .icon {
    font-size: 16px;
    position: relative;
    top: 3px; }
  .menu > li.li-language .img-language {
    width: 16px;
    height: 16px;
    position: relative;
    top: -1px; }

.menu-languages .img-language {
  margin-right: 15px; }

.menu .li-separator {
  margin: 4px 0;
  padding: 0;
  border-top: 1px solid rgba(100, 100, 100, 0.15); }
.menu > li.li-settings > a > .icon {
  font-size: 10px; }

/* Menu search form */
.menu-search {
  margin: 0;
  position: relative;
  width: 100%; }
  .menu-search input {
    width: 100%;
    height: 40px;
    padding: 5px 10px 5px 15px;
    border: none;
    background-color: transparent;
    font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #dadde2;
    font-weight: 400;
    font-size: 10px;
    line-height: 22px; }
    .menu-search input:hover, .menu-search input:focus, .menu-search input:active {
      box-shadow: none;
      outline: none; }
  .menu-search ::-webkit-input-placeholder {
    font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #dadde2;
    font-weight: 400;
    font-size: 10px; }
  .menu-search ::-moz-placeholder {
    font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #dadde2;
    opacity: 1;
    font-weight: 400;
    font-size: 10px; }
  .menu-search :-ms-input-placeholder {
    font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #dadde2;
    font-weight: 400;
    font-size: 10px;
    padding-bottom: 5px; }
  .menu-search button {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: transparent;
    color: #fcc813;
    border: none;
    font-size: 13px; }

.menu > li.li-cart .cart-count {
  display: inline-block;
  width: 18px;
  height: 18px;
  font-size: 10px;
  line-height: 18px;
  border-radius: 50%;
  color: #fff;
  background-color: #fcc813;
  position: absolute;
  right: 10px;
  top: 25px;
  text-align: center;
  padding: 0 0 0 1px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

@media (max-width: 991px) {
  .menu > li.li-cart .cart-count {
    display: none; } }
.megamenu.megamenu-cart {
  left: auto;
  right: 0;
  width: 350px;
  min-width: 350px; }

.megamenu-list .li-shop-cart {
  font-size: 10px;
  margin-bottom: 25px;
  line-height: 24px; }
  .megamenu-list .li-shop-cart .price {
    color: #fcc813;
    font-size: 12px;
    display: block; }
  .megamenu-list .li-shop-cart img {
    width: 50px;
    height: 50px;
    float: left;
    border-radius: 4px; }
  .megamenu-list .li-shop-cart a {
    margin-left: 70px;
    display: block;
    padding: 0; }

.li-visible-mobile {
  display: none; }

@media (max-width: 991px) {
  .li-visible-mobile {
    display: inline-block;
    margin-left: 7px; } }
/* Submenu and Megamenu */
.submenu {
  position: absolute;
  background-color: rgba(41, 44, 49, 0.97);
  font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #c8cace;
  font-weight: 400;
  word-spacing: 1px;
  font-size: 8.5px;
  z-index: 999999;
  display: none; }

.megamenu {
  position: absolute;
  background-color: rgba(41, 44, 49, 0.97);
  font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #c8cace;
  font-weight: 400;
  word-spacing: 1px;
  font-size: 8.5px;
  z-index: 999999;
  display: none;
  min-width: 25%;
  width: 100%;
  left: 0;
  top: 86px;
  padding: 25px 15px 5px; }
  .megamenu.megamenu-widgets {
    color: inherit;
    font-weight: 400;
    word-spacing: normal;
    font-size: 14px;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: none; }

/* Megamenu Widgets */
/* Megamenu */
@media (min-width: 992px) {
  .megamenu-bg {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(41, 44, 49, 0.97); }

  .megamenu-bg-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: #292c31;
    background: -webkit-linear-gradient(left, #292c31 0%, rgba(41, 44, 49, 0.95) 60%, rgba(41, 44, 49, 0.8) 80%, rgba(41, 44, 49, 0.7) 100%);
    background: linear-gradient(to right, #292c31 0%, rgba(41, 44, 49, 0.95) 60%, rgba(41, 44, 49, 0.8) 80%, rgba(41, 44, 49, 0.7) 100%); } }
.submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 180px;
  top: 86px; }
  .submenu .submenu {
    list-style: none;
    margin: 0;
    padding: 0;
    min-width: 180px;
    left: 180px;
    top: inherit; }
  .submenu > li {
    clear: both;
    width: 100%;
    position: relative; }
    .submenu > li > a {
      width: 100%;
      padding: 8px 15px 8px;
      display: inline-block;
      float: left;
      clear: both;
      color: inherit;
      -webkit-transition: all .3s ease-out;
      transition: all .3s ease-out; }
      .submenu > li > a:hover, .submenu > li > a:focus {
        color: #fcc813;
        text-indent: 5px;
        opacity: 0.9;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out; }
    .submenu > li:hover > a {
      color: #fcc813;
      text-indent: 5px;
      opacity: 0.9;
      -webkit-transition: all .3s ease-out;
      transition: all .3s ease-out; }

/* Submenu */
/* Megamenu lists */
.megamenu-list:before, .megamenu-list:after {
  display: table;
  content: " "; }

.vertical-menu-list:before, .vertical-menu-list:after {
  display: table;
  content: " "; }

.megamenu-list:after, .vertical-menu-list {
  clear: both; }

.megamenu-list {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  list-style: none; }

.vertical-menu-list {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  list-style: none;
  font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #dadde2;
  word-spacing: 1px;
  padding: 10px 0 10px 15px;
  font-size: 9px; }

.megamenu-list > li, .vertical-menu-list > li {
  width: 100%; }

.megamenu-list > li > a, .vertical-menu-list > li > a {
  padding: 4px 0;
  display: block;
  color: inherit;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.megamenu-list > li > a:hover, .megamenu-list > li > a:focus {
  color: #fcc813;
  text-indent: 5px;
  opacity: 0.9;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.vertical-menu-list > li > a:hover, .vertical-menu-list > li > a:focus {
  color: #fcc813;
  text-indent: 0;
  opacity: 1;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.megamenu-list > .title {
  font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  color: #d0d3d9;
  padding: 0 0 0 15px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 16px;
  margin: 30px 0 18px;
  border-left: 2px solid #fcc813; }

.vertical-menu-list > .title {
  font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  color: #d0d3d9;
  padding: 0 0 0 15px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 16px;
  margin: 30px 0 18px;
  border-left: 2px solid #fcc813;
  padding: 0 0 10px;
  margin: 4px 0 18px; }

.megamenu-list > .title:first-child {
  margin: 4px 0 18px; }

/* Megamenu widths */
.megamenu.one_four {
  width: 25%; }
.megamenu.one_two {
  width: 50%; }
.megamenu.two_three {
  width: 66.66%;
  left: 0; }
.megamenu.three_four {
  width: 75%;
  left: 0; }

@media (min-width: 992px) and (max-width: 1199px) {
  .megamenu.one_four {
    width: 50%; }
  .megamenu.one_two {
    width: 70%; }
  .megamenu.two_three, .megamenu.three_four {
    width: 100%; } }
/* Megamenu positions */
.menu > li > .megamenu.left {
  left: 0; }
.menu > li > .megamenu.right {
  right: 0;
  left: auto; }
.menu > li > .submenu.right {
  right: 0;
  left: auto; }

@media (min-width: 992px) {
  .menu > li:nth-child(2) > a {
    padding-left: 0 !important; }
  .menu > li:last-child > a {
    padding-right: 0 !important; }
  .menu > li.li-right {
    float: right !important; } }
/* Megamenu grid */
.megamenu > .row {
  width: 100%;
  margin: 0;
  position: relative; }
.megamenu .row:before, .megamenu .row:after {
  display: table;
  content: "";
  line-height: 0; }

.submenu:after, .submenu:before {
  display: table;
  content: "";
  line-height: 0; }

.megamenu .row:after, .submenu:after {
  clear: both; }

.megamenu [class*="col-"] {
  display: block;
  width: 100%;
  min-height: 1px;
  float: left;
  padding: 0 10px;
  margin-bottom: 20px; }
.megamenu .col-1 {
  width: 8.33333333%; }
.megamenu .col-2 {
  width: 16.66666667%; }
.megamenu .col-3 {
  width: 25%; }
.megamenu .col-4 {
  width: 33.33333333%; }
.megamenu .col-5 {
  width: 41.66666667%; }
.megamenu .col-6 {
  width: 50%; }
.megamenu .col-7 {
  width: 58.33333333%; }
.megamenu .col-8 {
  width: 66.66666667%; }
.megamenu .col-9 {
  width: 75%; }
.megamenu .col-10 {
  width: 83.33333333%; }
.megamenu .col-11 {
  width: 91.66666667%; }
.megamenu .col-12 {
  width: 100%; }

/* Menu Icons */
.menu > li > a .icon-direction {
  margin: 1px 0 0 10px;
  font-size: 8px; }
.menu .icon-direction {
  position: relative;
  top: -2px;
  float: right;
  display: block;
  line-height: inherit;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-size: 10px;
  font-weight: 100;
  text-align: right; }

.menu-icon {
  margin-right: 10px;
  font-size: 13px;
  color: inherit;
  opacity: 0.7; }

/* Toggle Menu */
.menu .toggle-menu {
  display: none; }

/* Menu on Mobiles and Tablets */
@media (max-width: 991px) {
  .header-wrapper .navbar-right {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    box-shadow: 4px 6px 20px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }

  .main-header {
    z-index: 9999;
    width: 100%;
    position: relative;
    -webkit-backface-visibility: hidden; }

  .menu {
    max-height: 400px;
    overflow-y: auto;
    border-radius: 3px; }
    .menu > .toggle-menu {
      width: 50px;
      height: 50px;
      position: absolute;
      top: -80px;
      right: 0;
      cursor: pointer;
      color: #505359;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }

  /* Toggle Menu */
  .header-floating .menu > .toggle-menu {
    right: 30px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }

  .menu-fixed .menu > .toggle-menu {
    right: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }

  .header-dark .menu > .toggle-menu, .header-floating-dark .menu > .toggle-menu, .header-floating-transparent .menu > .toggle-menu {
    color: #dadde2; }

  .header-transparent .menu > .toggle-menu {
    color: #eaecf1; }

  .toggle-menu .icon {
    margin: 14px 0;
    float: right;
    font-size: 24px; }

  /* Logo Top position */
  .logo-top .header-wrapper .navbar-right {
    top: 15px; }

  .menu > li {
    display: block;
    width: 100%; }
    .menu > li:last-child > a {
      padding-bottom: 30px !important; }
    .menu > li:nth-child(2) > a {
      padding-top: 30px !important; }
    .menu > li > a {
      text-transform: uppercase;
      font-size: 11px;
      color: inherit;
      display: block;
      padding: 15px; }
    .menu > li.li-icon > a {
      padding: 15px; }

  .submenu {
    width: 100% !important;
    left: 0;
    position: static !important;
    background: transparent;
    color: inherit;
    font-size: 10px; }
    .submenu .submenu {
      width: 100% !important;
      left: 0;
      position: static !important;
      background: transparent;
      color: inherit;
      font-size: 10px; }

  .megamenu {
    width: 100% !important;
    position: static;
    padding: 15px 0 0 30px;
    background: transparent;
    color: inherit;
    font-size: 10px; }

  .megamenu-list > .title, .vertical-menu-list > .title {
    color: inherit; }

  .megamenu [class*="col-"] {
    float: none;
    display: block;
    width: 100% !important;
    margin-bottom: 30px; }
  .megamenu .row {
    margin-top: 0; }
    .megamenu .row:first-child [class*="col-"]:first-child {
      margin-top: 0; }

  .menu > li > .submenu > li > a {
    padding-left: 30px !important; }
  .menu > li > .submenu > li > .submenu > li > a {
    padding-left: 50px !important; }
  .menu > li > .submenu > li > .submenu > li > .submenu > li > a {
    padding-left: 80px !important; }

  .menu-light-mobiles {
    color: #505459 !important; }
    .menu-light-mobiles .menu {
      background-color: #f5f5f5 !important; }

  .menu-dark-mobiles {
    color: #d8dade !important; }
    .menu-dark-mobiles .menu {
      background-color: #292c31 !important; } }
/* Menus */
@media (min-width: 992px) {
  /* Update v1.3.1 */
  .menu-light .megamenu, .menu-light .submenu {
    background-color: #f3f3f3;
    color: #606269;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }
  .menu-light .megamenu-list > .title {
    color: #505358; }
  .menu-light .megamenu-bg-overlay {
    background: #292c31;
    background: -webkit-linear-gradient(left, #fafafa 0%, rgba(250, 250, 250, 0.95) 60%, rgba(250, 250, 250, 0.8) 80%, rgba(250, 250, 250, 0.7) 100%);
    background: linear-gradient(to right, #fafafa 0%, rgba(250, 250, 250, 0.95) 60%, rgba(250, 250, 250, 0.8) 80%, rgba(250, 250, 250, 0.7) 100%); }
  .menu-light .menu-search ::-webkit-input-placeholder, .menu-light .menu-search ::-moz-placeholder, .menu-light .menu-search :-ms-input-placeholder {
    color: #a0a3a8; }

  .menu-border .megamenu {
    border-top: 3px solid #fcc813; }
  .menu-border .submenu {
    border-top: 3px solid #fcc813; }
    .menu-border .submenu .submenu {
      margin-top: -3px; } }
/* Fixed Menu */
.menu-fixed, .main-header {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.menu-fixed .main-header {
  z-index: 9999;
  width: 100%;
  left: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-backface-visibility: hidden; }
.menu-fixed .logo {
  height: 65px;
  line-height: 65px;
  max-height: 65px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.logo-top #undefined-sticky-wrapper {
  height: auto !important; }

@media (max-width: 991px) {
  .menu-fixed .navbar-right {
    top: 79px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; } }
@media (min-width: 992px) {
  .menu-fixed .menu > li > a {
    padding: 20px; }
  .menu-fixed .menu > li.li-icon > a {
    padding: 20px 10px; }
  .menu-fixed .megamenu {
    top: 66px; }
  .menu-fixed .submenu {
    top: 66px; }
    .menu-fixed .submenu .submenu {
      top: inherit; }
  .menu-fixed .logo {
    height: 65px;
    line-height: 65px;
    max-height: 65px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .menu-fixed .menu > li.li-cart .cart-count {
    right: 5px;
    top: 15px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; } }
.header-floating .menu-fixed .menu-wrapper {
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

/* Menu Fixed Dark */
.menu-fixed-dark .menu-fixed .main-header {
  background-color: rgba(41, 44, 49, 0.95);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
.menu-fixed-dark .menu-fixed .menu-wrapper {
  background-color: transparent !important; }
.menu-fixed-dark .menu-fixed .menu > li > a, .menu-fixed-dark .menu-fixed .menu > .toggle-menu {
  color: #dadde2; }

/* Menu Fixed Light */
.menu-fixed-light .menu-fixed .main-header {
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
.menu-fixed-light .menu-fixed .menu-wrapper {
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: transparent !important; }
.menu-fixed-light .menu-fixed .menu > li > a, .menu-fixed-light .menu-fixed .menu > .toggle-menu {
  color: #505358; }

.menu-fixed-dark .menu-fixed .logo-light, .menu-fixed-light .menu-fixed .logo-dark {
  display: inline-block !important; }

.menu-fixed-dark .menu-fixed .logo-dark, .menu-fixed-light .menu-fixed .logo-light {
  display: none !important; }

@media (max-width: 767px) {
  .xs-menu-wrapper-dark .menu-wrapper {
    background-color: #292c31 !important; } }
/* *********************  Headers   ********************* */
/* Logo */
.logo-wrapper {
  position: relative;
  width: 150px;
  overflow: hidden;
  float: left; }

@media (min-width: 992px) {
  .logo-wrapper.logo-center {
    float: none;
    margin: 0 auto; } }
.logo {
  height: 86px;
  line-height: 86px;
  max-height: 86px;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.logo-img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle; }

.logo-light {
  display: none; }

.header-dark .logo-light, .header-transparent .logo-light, .header-floating-dark .logo-light, .header-floating-transparent .logo-light {
  display: inline-block; }

.header-dark .logo-dark, .header-transparent .logo-dark, .header-floating-dark .logo-dark, .header-floating-transparent .logo-dark {
  display: none; }

/* Fix margin on Navbar */
.header-wrapper .navbar-right {
  margin-right: 0 !important; }

@media (max-width: 767px) {
  .header-wrapper .container-fullwidth {
    padding-left: 15px;
    padding-right: 15px; } }
@media (max-width: 991px) {
  .header-wrapper .container-fullwidth {
    padding-left: 30px;
    padding-right: 30px; } }
@media (min-width: 992px) {
  /* Full width header */
  .header-wrapper .container-fullwidth {
    padding-left: 45px;
    padding-right: 45px; }

  /* Center header */
  .menu-center {
    text-align: center; }
    .menu-center .megamenu, .menu-center .submenu {
      text-align: left; }
    .menu-center .navbar-right {
      width: 100%; }
    .menu-center .menu > li {
      float: none; }
      .menu-center .menu > li:not(.toggle-menu) {
        display: inline-block !important; }

  /* Menu Left */
  .header-wrapper .menu-left .navbar-right {
    float: left !important;
    width: 100%; } }
/* Header Dark */
.header-dark {
  background-color: #292c31; }

/* Header Bottom */
.header-bottom-page {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  margin-bottom: 86px; }

/* Transparent Menu */
.header-transparent, .header-floating {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999; }

.header-transparent.header-transparent-dark {
  background-color: rgba(41, 44, 49, 0.7); }
.header-transparent.header-transparent-light {
  background-color: rgba(255, 255, 255, 0.1); }
.header-transparent.header-transparent-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

/* Header Floating */
/* Update v1.3.1 */
.header-floating .menu-wrapper {
  background-color: rgba(245, 245, 245, 0.95);
  border-radius: 2px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
  padding: 0 30px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
.header-floating.header-floating-dark .menu-wrapper {
  background-color: rgba(41, 44, 49, 0.7); }
.header-floating.header-floating-transparent .menu-wrapper {
  background-color: rgba(255, 255, 255, 0.1); }

/* Header Color States */
@media (min-width: 992px) {
  .header-dark .menu > li > a, .header-floating-dark .menu > li > a, .header-floating-transparent .menu > li > a {
    color: #dadde2; }

  .header-transparent .menu > li > a {
    color: #eaecf1; } }
/* Top bar */
.topbar {
  padding: 10px 0; }
  .topbar.topbar-border-bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 15px 0; }
  .topbar.topbar-transparent {
    color: #dadde2; }
  .topbar.topbar-dark {
    background-color: #303236;
    color: #dadde2; }
  .topbar.topbar-main {
    background-color: #fcc813;
    color: #fff; }
    .topbar.topbar-main .top-menu > li .icon, .topbar.topbar-main .social-icon > li > a .icon {
      color: #fff;
      opacity: 1; }
  .topbar.topbar-light {
    border-bottom: 1px solid #eee; }
    .topbar.topbar-light .social-icon > li > a .icon {
      color: #909398;
      opacity: 1; }
  .topbar .social-icon > li > a .icon {
    color: #d0d3d8;
    font-size: 13px;
    opacity: 0.9; }
  .topbar .social-icon > li > a:hover {
    opacity: 0.5; }

/* Top Menu */
.top-menu {
  margin: 0 -10px;
  padding: 0;
  list-style: none; }
  .top-menu > li {
    padding: 0 10px;
    display: inline-block; }
    .top-menu > li > a {
      font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      font-size: 10px;
      color: inherit;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      .top-menu > li > a:hover, .top-menu > li > a:focus, .top-menu > li > a:active {
        color: #fcc813;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
    .top-menu > li .icon {
      margin-right: 8px;
      color: #fcc813; }

/* Vertical Menu */
.vertical-menu-wrapper {
  width: 350px;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: -99;
  background-color: #292c31;
  padding: 100px 50px 40px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  overflow-y: auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .vertical-menu-wrapper.vertical-menu-bg {
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(41, 44, 49, 0.97); }

.vertical-menu-button {
  position: fixed;
  top: 30px;
  left: 30px;
  font-size: 20px;
  color: #fcc813;
  padding: 8px 10px 7px;
  border-radius: 1px;
  background-color: rgba(41, 44, 49, 0.7);
  z-index: 999999; }
  .vertical-menu-button.right {
    left: auto;
    right: 30px; }
  .vertical-menu-button:hover {
    background-color: rgba(41, 44, 49, 0.9);
    color: #fcc813; }
  .vertical-menu-button:focus, .vertical-menu-button:active {
    background-color: rgba(41, 44, 49, 0.3);
    color: #fcc813; }
  .vertical-menu-button.vertical-menu-close {
    position: absolute;
    display: none;
    background-color: transparent; }

@media (max-width: 991px) {
  .vertical-menu-button.vertical-menu-close {
    display: block; } }
.vertical-menu-wrapper.left {
  left: -380px; }
.vertical-menu-wrapper.right {
  right: -380px; }
.vertical-menu-wrapper .logo {
  height: 60px;
  line-height: 60px;
  max-height: 60px; }

.vertical-menu {
  margin-bottom: 20px;
  position: relative; }
  .vertical-menu .panel-body {
    padding: 0 0 10px; }
  .vertical-menu .panel-title {
    font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #d0d4d8;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 400; }
    .vertical-menu .panel-title a {
      display: block; }
    .vertical-menu .panel-title:hover a, .vertical-menu .panel-title:focus a {
      color: #fcc813; }

/* Vertical Menu on */
.vertical-menu-on .vertical-menu-wrapper {
  z-index: 99999;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .vertical-menu-on .vertical-menu-wrapper.left {
    left: 0; }
  .vertical-menu-on .vertical-menu-wrapper.right {
    right: 0; }
.vertical-menu-on .vertical-menu-button {
  top: 18px;
  left: 18px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding: 6px 8px 5px; }
  .vertical-menu-on .vertical-menu-button.right {
    left: auto;
    right: 18px; }

@media (max-width: 767px) {
  .vertical-menu-button {
    top: 0;
    left: 0;
    background-color: rgba(41, 44, 49, 0.8); }
    .vertical-menu-button.right {
      left: auto;
      right: 0; }
    .vertical-menu-button:hover, .vertical-menu-button:focus, .vertical-menu-button:active {
      background-color: rgba(41, 44, 49, 0.8);
      color: #fcc813; }

  .vertical-menu-on .vertical-menu-button {
    top: 0;
    left: 0; }
    .vertical-menu-on .vertical-menu-button.right {
      left: auto;
      right: 0; } }
/* Vertical Menu Light */
.vertical-menu-wrapper.light {
  background-color: #f1f1f2;
  color: #707380; }
  .vertical-menu-wrapper.light .vertical-menu .panel-title {
    color: #65686a; }
  .vertical-menu-wrapper.light .copyright {
    color: #899a9e; }
  .vertical-menu-wrapper.light .vertical-menu-list {
    color: #65686a; }

@media (max-width: 767px) {
  .vertical-menu-wrapper {
    width: 100%;
    box-shadow: none; }
    .vertical-menu-wrapper.left {
      left: -110%; }
    .vertical-menu-wrapper.right {
      right: -110%; } }
@media (min-width: 992px) {
  .vertical-menu-fixed .vertical-menu-wrapper {
    z-index: 99999;
    box-shadow: none; }
    .vertical-menu-fixed .vertical-menu-wrapper.left {
      left: 0; }
    .vertical-menu-fixed .vertical-menu-wrapper.right {
      right: 0; }

  .content-fixed {
    width: 100%;
    padding-left: 350px;
    margin: 0 auto; }
    .content-fixed.right {
      padding-left: 0;
      padding-right: 350px; }
    .content-fixed .container {
      width: 85%;
      margin: 0 auto; } }
/* Top Bar wrapper */
.top-bar-wrapper {
  position: fixed;
  top: auto;
  left: 0;
  width: 100%;
  margin: 0 auto;
  z-index: 99999999;
  background-color: #292c31;
  color: #d0d2d5;
  padding: 60px 0 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .top-bar-wrapper.on {
    top: 0 !important;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out; }

@media (max-width: 767px) {
  .top-bar-wrapper {
    position: absolute; } }
.top-bar-trigger {
  position: absolute;
  right: 0;
  bottom: -40px;
  border-top: 40px solid #292c31;
  border-left: 40px solid transparent; }
  .top-bar-trigger .icon {
    color: #fcc813;
    position: absolute;
    top: -35px;
    left: -19px; }

/* *********************  Sliders   ********************* */
/* Revolution Slider */
.tp-banner-container {
  width: 100%;
  position: relative;
  padding: 0; }

.tp-banner {
  width: 100%;
  position: relative; }

@media (max-width: 991px) {
  .fullcoveredvideo .tp-video-play-button {
    display: block !important;
    z-index: 9; } }
.video-iframe-shadow {
  box-shadow: 5px 5px 40px rgba(0, 0, 0, 0.7) !important; }

/* Slider Titles */
.title-slider {
  font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #e2e3e4;
  font-weight: 700; }
  .title-slider.large {
    font-size: 44px;
    line-height: 54px; }
  .title-slider.medium {
    font-size: 23px;
    line-height: 32px; }
  .title-slider.small {
    font-size: 15px;
    line-height: 26px;
    font-weight: 400; }
  .title-slider.raleway {
    font-family: "Raleway", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .title-slider.uppercased {
    text-transform: uppercase; }
  .title-slider.large.uppercased {
    letter-spacing: 2px; }
  .title-slider.medium.uppercased {
    font-size: 22px; }
  .title-slider.small.uppercased {
    font-size: 13px; }
  .title-slider.large.dark, .title-slider.medium.dark, .title-slider.small.dark {
    color: #303336;
    border-color: #303336; }

/* Raleway font title */
/* Uppercased Titles */
/* Dark titles */
@media (max-width: 768px) {
  .slider-below-floating-topbar-header {
    margin-bottom: 190px; }
    .slider-below-floating-topbar-header:before {
      display: table;
      content: " "; }
    .slider-below-floating-topbar-header:after {
      display: table;
      content: " ";
      clear: both; } }
/* Slider Buttons */
.btn-slider {
  display: inline-block;
  padding: 16px 32px;
  border: 1px solid #fff;
  border-radius: 25px;
  color: #fff;
  background-color: transparent;
  font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 13px;
  font-weight: 400;
  margin: 1px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .btn-slider.raleway {
    font-family: "Raleway", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700; }
  .btn-slider:hover, .btn-slider:focus, .btn-slider:active {
    background-color: #fcc813;
    border-color: #fcc813;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }

.tp-caption .btn-slider.main {
  color: #fcc813;
  border-color: #fcc813; }

.btn-slider.main {
  color: #fcc813;
  border-color: #fcc813; }
  .btn-slider.main:hover, .btn-slider.main:focus, .btn-slider.main:active {
    background-color: #fcc813;
    color: #fff; }
.btn-slider.reversed {
  background-color: #fcc813;
  border-color: #fcc813; }
  .btn-slider.reversed:hover, .btn-slider.reversed:focus, .btn-slider.reversed:active {
    background-color: transparent;
    border-color: #fff;
    color: #fff; }

.tp-caption .btn-slider {
  color: #fff; }
  .tp-caption .btn-slider:hover, .tp-caption .btn-slider:focus, .tp-caption .btn-slider:active {
    color: #fff; }

.btn-slider.square {
  border-radius: 2px; }

/* Text Slider */
.text-slider {
  font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #e2e3e4;
  font-weight: 400;
  font-size: 14px; }
  .text-slider.raleway {
    font-family: "Raleway", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px; }

/* Video Control */
.video-control {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #fff !important;
  background-color: rgba(10, 10, 11, 0.3);
  border-radius: 50%;
  padding: 4px;
  text-align: center; }
  .video-control .icon {
    font-size: 30px; }

/* *********************  Page Breadcrums   ********************* */
.page-breadcrumbs {
  margin-top: 100px;
  padding: 0;
  font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: #e5e8ea;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px; }
  .page-breadcrumbs.left {
    text-align: left; }
  .page-breadcrumbs.right {
    text-align: right; }
  .page-breadcrumbs a {
    color: inherit; }
    .page-breadcrumbs a:hover, .page-breadcrumbs a:focus, .page-breadcrumbs a:active, .page-breadcrumbs a.active {
      color: #fcc813; }
  .page-breadcrumbs .separator {
    margin: 0 10px; }
  .page-breadcrumbs a .icon {
    font-size: 14px;
    display: inline-block;
    margin: 0 5px;
    -ms-transform: translateY(3px);
    -webkit-transform: translateY(3px);
    transform: translateY(3px); }

/* Intro Section */
.section-intro {
  position: relative;
  padding: 140px 0 10px; }
  .section-intro.breadcrumbs-right {
    padding: 140px 0 120px; }
    .section-intro.breadcrumbs-right .page-breadcrumbs {
      margin-top: 0;
      padding-top: 5px;
      text-align: right; }
  .section-intro.intro-simple {
    padding: 50px 0 45px;
    background-color: #f3f4f4;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5; }
  .section-intro.intro-no-bg {
    padding: 50px 0 45px;
    background-color: transparent;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee; }
  .section-intro.intro-dark {
    padding: 50px 0 45px;
    background-color: #303236;
    border-top: 1px solid #121416;
    border-bottom: 1px solid #121416; }
  .section-intro.dark-color .page-breadcrumbs, .section-intro.dark-color .intro-title {
    color: #606469; }
  .section-intro.intro-breadcrumbs-bg {
    padding: 140px 0 0; }
    .section-intro.intro-breadcrumbs-bg .page-breadcrumbs {
      margin-top: 0; }
    .section-intro.intro-breadcrumbs-bg .breadcrumbs-bg {
      margin-top: 90px;
      padding: 20px 0 15px;
      background-color: rgba(41, 44, 49, 0.8); }
  .section-intro.intro-small {
    padding: 50px 0 45px; }
  .section-intro.intro-breadcrumbs-bg.intro-small {
    padding: 50px 0 0; }
    .section-intro.intro-breadcrumbs-bg.intro-small .breadcrumbs-bg {
      margin-top: 45px; }

/* Intro Title */
.intro-title {
  font-size: 31px;
  font-weight: 400;
  color: #eaecf1;
  margin-bottom: 20px;
  line-height: 36px;
  word-spacing: 5px;
  text-transform: uppercase;
  text-align: center;
  font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  opacity: 0.9; }
  .intro-title.small {
    font-size: 23px;
    line-height: 28px; }

.intro-p {
  color: #eaecf1;
  font-family: "Raleway", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400; }

.intro-with-transparent-menu {
  margin-bottom: 100px; }

.intro-with-transparent-menu-topbar, .intro-with-floating-menu {
  margin-bottom: 140px; }

.intro-with-floating-menu-topbar {
  margin-bottom: 180px; }

/* Responsive Page Headers */
@media (max-width: 991px) {
  .section-intro {
    padding: 70px 0 10px; }

  .page-breadcrumbs {
    margin-top: 45px; }

  .section-intro.breadcrumbs-right {
    padding: 70px 0 60px; }
    .section-intro.breadcrumbs-right .page-breadcrumbs {
      margin-top: 0;
      padding-top: 30px;
      text-align: left; }

  .intro-title {
    font-size: 25px;
    line-height: 30px; }

  .intro-p {
    font-size: 13px;
    line-height: 23px; }

  .section-intro.intro-breadcrumbs-bg {
    padding: 85px 0 0; }
    .section-intro.intro-breadcrumbs-bg .breadcrumbs-bg {
      margin-top: 50px; } }
/* *********************  Sections  ********************* */
.-section-medium {
  padding: 0px 0px 50px 0px;
  position: relative; }

.-section {
  padding: 0px 0px 60px 0px;
  position: relative; }

.section {
  padding: 60px 0;
  position: relative; }

.section-bg {
  padding: 50px 0;
  margin: 60px 0;
  position: relative;
  overflow: hidden; }

.section-page {
  padding: 80px 0 60px; }

.section-boxed {
  padding: 40px 30px; }

.section-boxed-2 {
  padding: 40px 50px; }

.section-large {
  padding: 80px 0; }

.section-larger {
  padding: 100px 0; }

.section-extra-large {
  padding: 130px 0; }

.section-fullwidth {
  padding-left: 15px;
  padding-right: 15px; }

@media (max-width: 767px) {
  .section {
    padding: 45px 0; }

  .section-page {
    padding: 50px 0 30px; }

  .section-boxed {
    padding: 25px 15px; }

  .section-boxed-2 {
    padding: 30px 40px; }

  .section-large {
    padding: 55px 0; }

  .section-larger {
    padding: 70px 0; }

  .section-extra-large {
    padding: 90px 0; }

  .section-bg {
    padding: 40px 0;
    margin: 20px 0; } }
@media (min-width: 768px) {
  .section-fullheight {
    height: 100%; } }
.section-main {
  background-color: #fcc813; }

.section-gray {
  background-color: #f0f1f2; }

.section-dark {
  background-color: #303236; }

.section-white {
  background-color: #f5f5f5; }

/* Caption overlay */
@media (min-width: 768px) {
  .section-caption {
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%; } }
@media (min-width: 992px) {
  .section-caption-sm {
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%; } }
/* Background Sections */
.section-bg .btn-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70px;
  padding-top: 15px;
  font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 37px;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  background-color: rgba(41, 44, 49, 0.9);
  color: #c0c3c9;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .section-bg .btn-bottom:hover {
    color: #fff;
    background-color: rgba(252, 200, 19, 0.7);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }

.bg-half {
  width: 50%;
  height: 100%;
  background-color: rgba(41, 44, 49, 0.8);
  color: #d3d8de;
  padding: 90px 50px; }
  .bg-half.right {
    margin-left: 50%; }
  .bg-half.bg-half-large-padding {
    padding: 90px; }

@media (max-width: 991px) {
  .bg-half {
    width: 60%; }
    .bg-half.right {
      margin-left: 40%; } }
@media (max-width: 767px) {
  .bg-half {
    width: 100%;
    background-color: rgba(41, 44, 49, 0.6);
    padding: 50px 30px; }
    .bg-half.right {
      margin-left: 0; }
    .bg-half.bg-half-large-padding {
      padding: 50px; } }
.bg-box {
  background-color: rgba(41, 44, 49, 0.9);
  color: #d3d8de;
  padding: 40px;
  box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.7);
  border-radius: 3px; }
  .bg-box.light {
    background-color: rgba(255, 255, 255, 0.9);
    color: #505256; }
  .bg-box.light-default {
    background-color: #f5f5f5;
    color: #505256; }

.section-overflow {
  position: relative;
  top: -80px;
  margin-bottom: -80px;
  color: #fff;
  background-color: #fcc813;
  border-radius: 1px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  padding: 50px; }

/* *********************  Grid System  ********************* */
@media (max-width: 767px) {
  .xs-box {
    padding-bottom: 30px !important; }

  .xs-box2 {
    padding-bottom: 40px !important; }

  .xs-box3 {
    padding-bottom: 50px !important; } }
@media (max-width: 991px) {
  .sm-box {
    padding-bottom: 30px !important; }

  .sm-box2 {
    padding-bottom: 40px !important; }

  .sm-box3 {
    padding-bottom: 50px !important; } }
/* Column paddings */
.container-fullwidth {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto; }

@media (min-width: 991px) {
  .container-fullwidth.container-lg-padding {
    padding-left: 80px;
    padding-right: 80px; } }
.row.col-p0 {
  margin-left: 0;
  margin-right: 0; }
  .row.col-p0 > [class*="col-"] {
    padding: 0; }

@media (min-width: 768px) {
  .row.col-p5 {
    margin-left: -5px;
    margin-right: -5px; }
    .row.col-p5 > [class*="col-"] {
      padding-left: 5px;
      padding-right: 5px; }
  .row.col-p10 {
    margin-left: -10px;
    margin-right: -10px; }
    .row.col-p10 > [class*="col-"] {
      padding-left: 10px;
      padding-right: 10px; }
  .row.col-p15 {
    margin-left: -15px;
    margin-right: -15px; }
    .row.col-p15 > [class*="col-"] {
      padding-left: 15px;
      padding-right: 15px; }
  .row.col-p20 {
    margin-left: -20px;
    margin-right: -20px; }
    .row.col-p20 > [class*="col-"] {
      padding-left: 20px;
      padding-right: 20px; }
  .row.col-p30 {
    margin-left: -30px;
    margin-right: -30px; }
    .row.col-p30 > [class*="col-"] {
      padding-left: 30px;
      padding-right: 30px; }
  .row .col-p0 {
    padding-left: 0;
    padding-right: 0; } }
/* Isotope grid columns */
.grid-col {
  width: 100%; }

@media (min-width: 768px) {
  .grid-col-2 > .grid-col {
    width: 100%; }

  .grid-col-3 > .grid-col {
    width: 50%; }

  .grid-col-4 > .grid-col, .grid-col-5 > .grid-col {
    width: 33.3%; }

  .sm-grid-col-2 > .grid-col {
    width: 50%; } }
@media (min-width: 992px) {
  .grid-col-2 > .grid-col {
    width: 50%; }

  .grid-col-3 > .grid-col {
    width: 33.3%; }

  .grid-col-4 > .grid-col {
    width: 25%; }

  .grid-col-5 > .grid-col {
    width: 20%; } }
/* Paddings between columns */
@media (min-width: 768px) {
  .grid-col-p30 {
    margin-right: -30px;
    margin-left: -30px; }
    .grid-col-p30 > .grid-col {
      padding-right: 30px;
      padding-left: 30px; }
    .grid-col-p30 .portfolio-el {
      margin-bottom: 60px; }

  .grid-col-p20 {
    margin-right: -20px;
    margin-left: -20px; }
    .grid-col-p20 > .grid-col {
      padding-right: 20px;
      padding-left: 20px; }
    .grid-col-p20 .portfolio-el {
      margin-bottom: 40px; }

  .grid-col-p15 {
    margin-right: -15px;
    margin-left: -15px; }
    .grid-col-p15 > .grid-col {
      padding-right: 15px;
      padding-left: 15px; }
    .grid-col-p15 .portfolio-el {
      margin-bottom: 30px; }

  .grid-col-p10 {
    margin-right: -10px;
    margin-left: -10px; }
    .grid-col-p10 > .grid-col {
      padding-right: 10px;
      padding-left: 10px; }
    .grid-col-p10 .portfolio-el {
      margin-bottom: 20px; }

  .grid-col-p5 {
    margin-right: -5px;
    margin-left: -5px; }
    .grid-col-p5 > .grid-col {
      padding-right: 5px;
      padding-left: 5px; }
    .grid-col-p5 .portfolio-el {
      margin-bottom: 10px; }

  .grid-col-p0 {
    margin-right: 0;
    margin-left: 0; }
    .grid-col-p0 > .grid-col {
      padding-right: 0;
      padding-left: 0; }
    .grid-col-p0 .portfolio-el {
      margin-bottom: 0; } }
/* *********************  Boxes  ********************* */
/* Box-services style 1 */
.box-services-1 {
  position: relative;
  text-align: center; }
  .box-services-1 .icon {
    position: absolute;
    bottom: 5px;
    right: 20px;
    font-size: 80px;
    color: #dadbde;
    opacity: 0.7;
    z-index: -1;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .box-services-1:hover .icon {
    color: #d0d2d6;
    opacity: 1;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }

/* Box left and right */
.box-left {
  display: block;
  float: left;
  text-align: center; }
  .box-left img {
    width: 60px;
    height: 60px;
    margin-top: 10px; }

.box-right {
  margin-left: 85px; }
  .box-right .title-small {
    margin-bottom: 8px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }

/* Box services Style 2 */
.box-services-2:hover .title-small {
  color: #fcc813;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
.box-services-2 .icon, .box-services-2:hover .icon {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
.box-services-2.box-services-2a {
  text-align: center; }
  .box-services-2.box-services-2a .icon {
    display: inline-block;
    margin: 0 0 15px; }
.box-services-2 .icon-1 {
  display: block;
  font-size: 30px;
  width: 60px;
  height: 60px;
  color: #fff;
  background-color: #505358;
  border-radius: 50%;
  padding: 15px;
  margin-top: 5px;
  position: relative;
  overflow: hidden; }
  .box-services-2 .icon-1:after {
    content: "";
    position: absolute;
    top: 25px;
    left: -23px;
    width: 79px;
    height: 48px;
    background-color: rgba(255, 255, 255, 0.1);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg); }
.box-services-2 .icon-3:after {
  content: "";
  position: absolute;
  top: 25px;
  left: -23px;
  width: 79px;
  height: 48px;
  background-color: rgba(255, 255, 255, 0.1);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg); }
.box-services-2:hover .icon-1 {
  background-color: #fcc813; }
.box-services-2 .icon-2 {
  font-size: 55px;
  display: block;
  margin: 5px 0 0 0;
  color: #fcc813; }
.box-services-2:hover .icon-2 {
  color: #505358; }
.box-services-2 .icon-3 {
  display: block;
  font-size: 28px;
  width: 60px;
  height: 60px;
  background-color: #fcc813;
  color: #fff;
  border-radius: 50%;
  margin-top: 5px;
  padding: 15px;
  position: relative;
  overflow: hidden; }
.box-services-2:hover .icon-3 {
  background-color: #505358; }
.box-services-2 .icon-4 {
  color: #505358;
  display: block;
  margin-top: 5px;
  font-size: 60px; }
.box-services-2:hover .icon-4 {
  color: #fcc813; }

/* Box Services style 3 */
.box-services-3 {
  position: relative;
  padding: 40px 30px;
  color: #dedee3; }
  .box-services-3:hover .social-icon a {
    margin-left: 0; }
  .box-services-3.box-services-team {
    padding: 60px 40px 30px; }
  .box-services-3 .title {
    font-size: 20px;
    color: #dedee3;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .box-services-3:hover .title {
    color: #fcc813;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }

.box-service-3 .title-medium {
  font-size: 22px; }

.box-services-3 .title-a {
  color: #dedee3; }
.box-services-3 .bg-overlay {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
.box-services-3:hover .bg-overlay {
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

/* Box services style 4 */
.box-services-4 {
  background-color: #fcc813;
  position: relative;
  color: #d2d2d9;
  padding: 40px 30px 40px;
  overflow: hidden; }
  .box-services-4 .title {
    color: #dedee3;
    margin-bottom: 18px; }
  .box-services-4.dark {
    background-color: #35373a; }
  .box-services-4.orange {
    background-color: #d18b21; }
  .box-services-4.blue {
    background-color: #1375a3; }
  .box-services-4.yellow {
    background-color: #fcc813; }
  .box-services-4.green {
    background-color: #22aba6; }
  .box-services-4.transparent {
    background-color: transparent; }
  .box-services-4.gray {
    background-color: #f0f1f2; }
  .box-services-4 .icon {
    font-size: 80px;
    opacity: 0.25;
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #d2d2d9; }
    .box-services-4 .icon.montserrat {
      bottom: 25px; }
  .box-services-4 .bg-overlay {
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .box-services-4:hover .bg-overlay {
    opacity: 0.4;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }

/* Box services style 5 */
.box-services-5 .icon {
  font-size: 50px; }

/* Box services style 6 */
.box-services-6 {
  padding: 25px 20px;
  border: 1px solid #eee;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .box-services-6.small-padding {
    padding: 15px 10px; }
  .box-services-6:hover {
    border: 1px solid #e0e3e8;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .box-services-6 img {
    margin-bottom: 30px; }
  .box-services-6 p {
    color: #808388;
    margin-bottom: 30px; }

/* Box Services Style 7 */
.box-services-7 .title-small {
  margin-bottom: 10px; }
.box-services-7:hover .title-small {
  color: #fcc813;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
.box-services-7 .icon-5 {
  margin-right: 10px;
  font-size: 20px;
  padding-top: 5px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
.box-services-7:hover .icon-5 {
  color: #fcc813;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

/* Border box */
@media (min-width: 992px) {
  .br-box {
    border-right: 1px solid #dadcde;
    padding-top: 30px;
    padding-bottom: 30px; }
    .br-box.last {
      border-right: none; } }
/* *********************  Titles  ********************* */
.title-small {
  font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 0 15px;
  font-size: 17px;
  color: #556; }

.title-large {
  font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  color: #505358;
  margin: 0 0 40px;
  line-height: 40px; }
  .title-large.extra-large {
    font-size: 35px;
    line-height: 45px; }

.title-medium {
  font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 23px;
  color: #505358;
  margin: 0 0 20px;
  line-height: 35px; }

.title-uppercased {
  font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  color: #58585c;
  margin-bottom: 15px; }
  .title-uppercased.large {
    font-size: 21px;
    line-height: 32px; }
  .title-uppercased.extra-large {
    font-size: 36px;
    line-height: 48px; }

.title-a {
  font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #56585a;
  padding-left: 15px;
  margin: 0 0 30px;
  line-height: 20px;
  border-left: 2px solid #fcc813; }
  .title-a.large {
    font-size: 16px;
    line-height: 22px; }

/* *********************  Paragraphs  ********************* */
.text-raleway {
  font-family: "Raleway", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.text-lato {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.text-thin {
  font-weight: 300; }

.text-thick {
  font-weight: 700; }

.p-lead {
  font-size: 15px;
  font-weight: 700; }

.p-lead-b {
  font-size: 15px;
  line-height: 28px;
  font-weight: 700;
  color: #99a; }

.p-large {
  font-size: 17px; }

.text-1 {
  font-size: 15px;
  color: #808388; }

.text-2 {
  font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  color: #888895; }
  .text-2 .icon {
    margin-right: 10px;
    color: #fcc813;
    font-size: 14px;
    vertical-align: sub; }

.text-3 {
  color: #84878a; }

.text-10 {
  position: absolute;
  top: 40px;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #c0c3c7;
  opacity: 0.2;
  font-size: 75px; }

@media (max-width: 767px) {
  .text-10 {
    display: none; } }
/* *********************  Home Sections ********************* */
/* Stats, Features, Team, Plans, Testimonials, Contact etc */
/* Blog Section */
.blog-section-2.blog-item {
  padding-bottom: 0;
  border-bottom: none;
  border-radius: 2px;
  overflow: hidden; }
.blog-section-2 .blog-section-2-caption {
  padding: 30px 20px 25px;
  background-color: #f5f5f5; }
.blog-section-2 .blog-infoblok {
  min-height: 190px; }
.blog-section-2.blog-item .blog-image {
  margin: 0; }
.blog-section-2.blog-item .blog-caption p {
  margin: 10px 0 25px;
  color: #707385; }

.nieuws-kaart {
  box-shadow: 0px 1px 10px 0 rgba(0, 0, 0, 0.2);
  margin: 0 7px 0 0; }
.nieuws-tekst {
  padding-left: 15px;
  margin-top: 10px;
  margin-bottom: 10px; }
.nieuws-titel {
  color: #505459;
  font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding-left: 15px;
  font-size: 18px;
  margin: 0;
  line-height: 24px;
  min-height: 72px; }

/* **************************** */
.blog-section-3.blog-item {
  padding-bottom: 0;
  border-bottom: none;
  border: 1px solid #e0e0e0;
  padding: 0;
  border-radius: 2px; }
  .blog-section-3.blog-item .blog-image {
    margin: 0; }

/* Team Section */
.team-section .portfolio-el {
  margin-bottom: 20px; }

.team-employee {
  text-align: center; }
  .team-employee img {
    border: 1px solid #eaeaea;
    padding: 10px;
    width: 250px;
    height: 240px;
    border-radius: 50%;
    margin-bottom: 30px; }

@media (max-width: 991px) {
  .team-employee img {
    width: 100%;
    height: auto; } }
#team-collapse .panel {
  margin: 0; }

@media (max-width: 767px) {
  .modal-team .title-small small, .team-text .title-small small {
    display: block;
    margin-top: 5px; } }
/* Stats Section */
.stats-timer {
  color: #808388;
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: 400;
  font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.stats-content {
  padding: 40px 20px;
  text-align: center;
  position: relative; }
  .stats-content h3 {
    margin-bottom: 0;
    font-size: 14px;
    color: #707378;
    font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase; }
  .stats-content .icon {
    position: absolute;
    bottom: 50px;
    right: 50px;
    opacity: 0.3;
    color: #99a;
    font-size: 60px; }

@media (max-width: 991px) {
  .stats-content .icon {
    position: absolute;
    bottom: auto;
    top: 40px;
    right: 20px;
    opacity: 0.1; } }
.stats-bg .stats-content {
  background: rgba(41, 44, 49, 0.3);
  padding: 40px 20px 35px; }
.stats-bg .stats-timer {
  color: #caccce; }
.stats-bg .stats-content h3 {
  color: #e0e3e8; }

/* Testimonials section */
.section-testimonials {
  position: relative; }
  .section-testimonials .icon {
    position: absolute;
    right: 50px;
    top: 0;
    font-size: 140px;
    color: #aaaab8;
    opacity: 0.2; }
  .section-testimonials blockquote {
    text-align: center;
    padding: 0 40px;
    margin: 0;
    font-size: 15px;
    border-left: 0;
    line-height: 30px;
    color: #909396; }
    .section-testimonials blockquote p {
      margin-bottom: 0; }
    .section-testimonials blockquote h5 {
      margin: 0 0 18px;
      font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      font-size: 12px;
      color: #707378;
      font-style: normal; }
    .section-testimonials blockquote span {
      font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      font-size: 9px;
      color: #808388;
      margin-left: 15px;
      font-style: normal; }
    .section-testimonials blockquote footer:before, .section-testimonials blockquote small:before, .section-testimonials blockquote .small:before {
      content: ""; }
  .section-testimonials.bg-testimonials blockquote {
    color: #cacbce; }
    .section-testimonials.bg-testimonials blockquote h5, .section-testimonials.bg-testimonials blockquote span {
      color: #d0d3d7; }
  .section-testimonials .testimonials-image {
    width: 120px;
    height: 115px;
    border-radius: 50%; }

@media (min-width: 768px) {
  .section-testimonials.large {
    margin: 100px 0; } }
@media (max-width: 767px) {
  .section-testimonials .icon {
    right: 0;
    bottom: 0;
    top: auto; } }
.section-testimonials-2 blockquote {
  padding: 0 10px; }

.section-testimonials-3 {
  padding: 120px 0 110px;
  position: relative;
  overflow: hidden; }

@media (min-width: 991px) {
  .testimonials-author-overlay {
    position: absolute;
    right: 0;
    top: 0;
    border-right: 1000px solid rgba(252, 200, 19, 0.5);
    border-top: 1000px solid transparent; } }
.testimonials-author {
  position: absolute;
  right: 30px;
  bottom: 40px;
  color: #e8e8e8;
  font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  z-index: 3; }
  .testimonials-author small {
    font-size: 10px; }

.testimonials-comment {
  color: #e0e3e9;
  font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  padding: 0 50px;
  margin-bottom: 0;
  z-index: 4;
  line-height: 28px; }

/* Clients Section */
.section-clients {
  text-align: center; }
  .section-clients a {
    opacity: 0.6;
    padding: 10px;
    display: block;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    .section-clients a:hover {
      opacity: 1;
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear; }

.section-clients-b a {
  display: block;
  padding: 30px;
  background-color: #e8eaee;
  border-radius: 1px; }
  .section-clients-b a:hover {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2); }

/* Clients Slider */
.client-slider {
  position: relative;
  width: 100%;
  height: 60px; }

.c-img {
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
  .c-img.on {
    opacity: 0.7;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }

/* Plans Section */
.plan {
  position: relative;
  text-align: center;
  border: 1px solid #e3e5e9;
  border-radius: 4px;
  padding: 30px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
  .plan:hover {
    border: 1px solid #dadcde;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .plan:hover .plan-title {
      color: #fcc813;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }

@media (max-width: 991px) {
  .plan {
    margin-bottom: 30px; } }
.plan-featured-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50px 50px 0;
  border-color: transparent #fcc813 transparent transparent; }

.plan-featured {
  position: absolute;
  top: 4px;
  right: 6px;
  color: #eee;
  font-size: 15px; }

.plan-price {
  font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px;
  color: #fcc813;
  margin-bottom: 20px; }

.plan-curency {
  vertical-align: super;
  font-size: 25px; }

.plan-period {
  font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #808388; }

.plan-title {
  font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 25px;
  font-size: 19px;
  color: #606369;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.plan-features {
  list-style: none;
  margin: 0;
  padding: 30px 0;
  line-height: 27px; }
  .plan-features > li {
    margin-bottom: 15px;
    font-size: 15px; }

.plan-feature-off {
  text-decoration: line-through;
  color: #adb7bf; }

/* Plans 2 */
.plans-2 .plan {
  border: none;
  color: #d0d3d9;
  background-color: #292c31; }
.plans-2 .plan-title, .plans-2 .plan-period {
  color: #d0d3d9; }
.plans-2 .plan-feature-off {
  color: #8a8c8e; }

/* Plans 3 */
.plans-3 .plan {
  padding: 0 0 20px;
  border: none;
  border-radius: 0; }
.plans-3 .plan-header {
  background-color: #292c31;
  padding: 25px 20px 25px;
  border-radius: 2px;
  margin-bottom: 10px; }
.plans-3 .plan-title, .plans-3 .plan-period {
  color: #d0d3d9; }

/* Contact Section */
.page-contact .box-services-2 .box-left .icon {
  font-size: 30px;
  color: #606369;
  margin-top: 7px; }
.page-contact .box-services-2 .box-right {
  margin-left: 60px; }

.g-recaptcha .rc-anchor {
  box-shadow: none !important; }
.g-recaptcha .rc-anchor-light {
  border: 1px solid #eee !important;
  background: transparent !important;
  color: #70727a !important; }

.map-overlay {
  padding: 20px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #70727a;
  max-width: 360px;
  position: relative;
  bottom: 20px; }
  .map-overlay:after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 20px 0 20px;
    border-color: #f5f5f5 transparent transparent transparent; }
  .map-overlay .title {
    color: #606367; }

@media (max-width: 767px) {
  .map-overlay {
    max-width: 200px; }
    .map-overlay p, .map-overlay .br-bottom {
      display: none; }
    .map-overlay .title {
      margin-bottom: 0; } }
.box-services-6 .map-overlay p {
  color: #606367; }

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

.map-small {
  width: 100%;
  height: 320px; }

/* Tweet Section */
.tweet-section {
  background-color: #70c2e9;
  color: #fff;
  padding: 30px 20px 20px; }
  .tweet-section .tweet-user {
    color: #fff; }

/* *********************  Portfolio ********************* */
/* Portfolio filter */
.portfolio-filter {
  width: auto; }
  .portfolio-filter > ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .portfolio-filter > ul > li {
      display: inline-block;
      padding: 0 15px; }
      .portfolio-filter > ul > li:first-child {
        padding: 0 15px 0 0; }
      .portfolio-filter > ul > li:last-child {
        padding: 0 0 0 15px; }
  .portfolio-filter li > a {
    font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 10px;
    font-weight: 400;
    color: #e5e8ea;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .portfolio-filter li > a:hover, .portfolio-filter li > a:focus, .portfolio-filter li > a.active {
      color: #fcc813;
      -webkit-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in; }
    .portfolio-filter li > a .icon {
      font-size: 16px;
      display: inline-block;
      margin: 0 5px;
      -ms-transform: translateY(3px);
      -webkit-transform: translateY(3px);
      transform: translateY(3px); }
      .portfolio-filter li > a .icon.icon_menu {
        margin: 0; }
  .portfolio-filter.pf2 {
    display: inline-block;
    background-color: #404449;
    padding: 5px 30px;
    border-radius: 1px; }

/* Portfolio */
.portfolio {
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .portfolio img {
    width: 100%;
    height: auto; }

/* Portfolio Item */
.portfolio-el {
  overflow: hidden;
  position: relative;
  padding: 0;
  margin-bottom: 10px; }

/* Portfolio Hover effects */
.view {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%; }
  .view .mask {
    position: absolute;
    overflow: hidden;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(41, 44, 49, 0.8);
    padding: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in 0.4s;
    transition: all 0.3s ease-in 0.4s; }
  .view:hover .mask, .view:focus .mask {
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s; }
  .view img {
    display: block;
    position: relative;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out; }
  .view .portfolio-title {
    font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #dedee4;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 24px;
    opacity: 0;
    margin-bottom: 0;
    padding: 0 10px 5px;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s ease-in-out 0.1s;
    transition: all 0.3s ease-in-out 0.1s; }
    .view .portfolio-title > a {
      color: inherit;
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
      .view .portfolio-title > a:hover {
        color: #fcc813;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
  .view:hover .portfolio-title, .view:focus .portfolio-title {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s; }
  .view .text {
    font-size: 11px;
    position: relative;
    color: #dedee4;
    font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0 10px;
    opacity: 0;
    margin-bottom: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .view:hover .text, .view:focus .text {
    opacity: 0.9;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; }

/* Image */
/* Title */
/* Text */
/* Portfolio Style 2 */
.portfolio-2 {
  position: relative;
  overflow: hidden; }
  .portfolio-2 .mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #292c31;
    opacity: 0.35;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out; }
  .portfolio-2 .title {
    font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #eaecee;
    position: relative;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
    padding: 0 10px 0; }
  .portfolio-2 .text {
    font-size: 10px;
    position: relative;
    color: #eaecee;
    font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 0; }
  .portfolio-2 .portfolio-2-details {
    z-index: 2;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 8px 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .portfolio-2:hover .mask {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .portfolio-2:hover .portfolio-2-details {
    background-color: rgba(41, 44, 49, 0.8);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

/* Portfolio align middle */
.portfolio-middle {
  position: relative;
  text-align: center;
  width: 100%; }
  .portfolio-middle h3 {
    font-size: 22px;
    line-height: 22px; }

/* Portfolio Text */
.portfolio-text .view .mask {
  background-color: rgba(41, 44, 49, 0); }
.portfolio-text .mask .icon {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  -ms-transform: translateY(-50%) scale(0);
  -webkit-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 30px;
  color: #fcc813; }
.portfolio-text .view:hover .mask .icon {
  -ms-transform: translateY(-50%) scale(1);
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out; }

.portfolio-text-content {
  padding: 18px 10px 25px;
  text-align: center; }

.portfolio-text-title {
  font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #556;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0 10px 0;
  margin-bottom: 0; }
  .portfolio-text-title a {
    color: inherit; }
    .portfolio-text-title a:hover {
      color: #fcc813; }

.portfolio-text-p {
  font-size: 11px;
  color: #707080;
  font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.portfolio-text .portfolio-el:hover .portfolio-text-p {
  color: #fcc813;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

/* Project Portfolio */
.project-title {
  color: #505459;
  font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding-left: 15px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 24px;
  border-left: 2px solid #fcc813;
  min-height: 48px; }

.project-image img {
  border-radius: 1px;
  margin: 0 auto;
  left: 0;
  right: 0; }

/* *********************  Blog  ********************* */
/* Blog Section */
.blog-item {
  text-align: left;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee; }
  .blog-item .blog-image {
    margin: 10px 0 25px; }
  .blog-item.list-large .blog-image {
    margin: 15px 0 30px; }
  .blog-item.list-small .blog-image {
    margin: 0 0 20px; }
  .blog-item img {
    width: 100%;
    height: auto; }
  .blog-item .post-title {
    font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 15px;
    color: #505358;
    font-weight: 400;
    line-height: 28px; }
  .blog-item .box-left .icon {
    font-size: 24px;
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #fcc813;
    border-radius: 50%;
    color: #fcc813;
    padding-top: 10px;
    margin-top: 2px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .blog-item .box-right {
    margin-left: 70px; }
  .blog-item:hover .box-left .icon {
    color: #fff;
    background-color: #fcc813;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }

/* Blog Mask */
.blog-view {
  position: relative; }

.blog-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(41, 44, 49, 0.6);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.blog-item:hover .blog-mask {
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.blog-view .blog-expand {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 17px;
  color: #fcc813; }

/* Sub Post title */
.blog-item .sub-post-title {
  margin: 0 0 15px;
  line-height: 20px; }
  .blog-item .sub-post-title span {
    font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    color: #778; }
  .blog-item .sub-post-title a {
    font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    color: #778; }
    .blog-item .sub-post-title a:hover {
      color: #fcc813; }
.blog-item .separator, .blog-item .sub-post-title .separator {
  margin: 0 10px;
  color: #fcc813; }
.blog-item .blog-image iframe {
  margin-bottom: -7px; }
.blog-item .read-more {
  font-size: 10px; }
  .blog-item .read-more .icon {
    font-size: 14px; }

/* Read more */
.read-more {
  font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 9px;
  color: #fcc813;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .read-more .icon {
    color: #fcc813;
    margin-left: 15px;
    opacity: 0;
    vertical-align: middle;
    font-size: 13px;
    margin-top: -1px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .read-more:hover {
    color: #fcc813; }

/* Share it - Sharrre */
#shareit {
  position: fixed;
  top: 50%;
  right: 0;
  margin-top: -63px;
  z-index: 998; }
  #shareit .social-icon {
    height: auto;
    overflow: hidden;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px; }
    #shareit .social-icon > li {
      margin-right: 0;
      display: block; }
      #shareit .social-icon > li > a .icon {
        font-size: 15px;
        color: #fff;
        width: 38px;
        height: 42px !important; }
        #shareit .social-icon > li > a .icon.social_facebook {
          background-color: #677fb5; }
        #shareit .social-icon > li > a .icon.social_twitter {
          background-color: #70c2e9; }
        #shareit .social-icon > li > a .icon.social_googleplus {
          background-color: #bc7067; }
      #shareit .social-icon > li > a:hover .icon {
        opacity: 0.8; }

/* Blog full post */
.blog-post-title {
  font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  margin-bottom: 20px;
  color: #556; }

.blog-post-lead {
  font-size: 14px;
  color: #70727a;
  line-height: 28px;
  margin-bottom: 50px;
  font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.blog-post-image {
  position: relative;
  border-radius: 1px;
  overflow: hidden; }

.blog-image-source {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(20, 20, 20, 0.7);
  padding: 5px 15px;
  color: #e8e8e8; }

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

/* Blog Intro Share icons */
.intro-share .social-icon {
  margin-left: -7px !important; }
  .intro-share .social-icon > li {
    margin-right: 10px; }
    .intro-share .social-icon > li .icon {
      font-size: 14px;
      color: #f4f5f7;
      padding-top: 5px; }
    .intro-share .social-icon > li > a:hover .icon {
      background-color: transparent;
      color: #fcc813; }

/* Blog User */
.blog-user-left {
  float: left; }

.blog-user-image {
  display: inline-block;
  padding: 3px;
  border: 1px solid #ddd;
  border-radius: 50%; }
  .blog-user-image img {
    border-radius: 50%;
    width: 90px;
    height: 88px; }

.blog-user-details {
  margin-left: 120px; }
  .blog-user-details h4 {
    margin: 0 0 10px 0;
    font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #505359;
    line-height: 20px; }

.blog-user-social .social-icon > li > a .icon {
  color: #fcc813;
  font-size: 20px; }
.blog-user-social .social-icon > li > a:hover .icon {
  color: #292c31; }

/* Blog Comments */
.blog-comments .blog-user {
  margin-bottom: 25px; }
.blog-comments .blog-user-details h4 {
  display: inline-block; }
.blog-comments .blog-user-image img {
  width: 70px;
  height: 68px; }
.blog-comments .blog-user-details {
  margin-left: 100px; }
.blog-comments .comment-date {
  display: inline-block;
  font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 9px;
  color: #9a9c9e;
  margin: 0 30px; }
  .blog-comments .comment-date .icon {
    margin-right: 5px;
    color: #fcc813;
    font-size: 12px; }
.blog-comments .comment-reply {
  display: inline-block;
  font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 9px; }
.blog-comments .blog-user.replied {
  margin-left: 100px; }
.blog-comments .blog-user.replied-2 {
  margin-left: 200px; }

@media (max-width: 768px) {
  .blog-comments .comment-date {
    display: block;
    margin: 0; }
  .blog-comments .comment-reply {
    margin-bottom: 20px; } }
@media (max-width: 767px) {
  .blog-user.author .blog-user-left {
    float: none; }
  .blog-user.author .blog-user-details {
    margin-left: 0;
    margin-top: 15px; }

  .blog-comments .blog-user-details {
    margin-left: 10px; }
  .blog-comments .blog-user-left {
    display: none; }
  .blog-comments .blog-user.replied {
    margin-left: 30px; }
  .blog-comments .blog-user.replied-2 {
    margin-left: 50px; } }
/* *********************  Sidebar   ********************* */
/* Sidebar */
@media (max-width: 767px) {
  .sidebar {
    width: 90% !important; } }
#toggle-sidebar {
  display: none; }

@media (max-width: 991px) {
  #toggle-sidebar {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 5px 10px 5px 30px;
    background-color: #034275;
    color: #dadbde;
    font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    z-index: 99999999;
    border-radius: 0 2px 0 0; }
    #toggle-sidebar:before {
      content: '\f0c9';
      font-family: "FontAwesome", sans-serif;
      font-size: 12px;
      position: absolute;
      left: 10px; }

  .sidebar {
    margin: 0 !important;
    position: fixed;
    bottom: 6%;
    width: 400px;
    height: 90%;
    left: -1000px;
    border-radius: 0 2px 2px 0;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    padding: 30px 20px 0;
    background-color: #f2f2f3;
    z-index: 9999998;
    overflow-y: auto;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .sidebar.on {
      left: 0;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }

  .sidebar-dual {
    background-color: #f2f2f3;
    padding: 30px 20px 20px;
    border-radius: 2px;
    margin-top: 50px; }

  .sidebar-nav {
    margin-bottom: 60px;
    background-color: #f2f2f3;
    padding: 30px 20px 20px;
    border-radius: 2px; }

  #sticky-sidebar {
    position: relative !important;
    top: 0 !important;
    width: 100% !important; }
    #sticky-sidebar + div {
      position: relative !important;
      width: 0 !important;
      height: 0 !important; } }
/* Sidebars */
.sidebar-widget {
  margin-bottom: 70px;
  position: relative; }

.sidebar-title {
  margin: 0 0 25px;
  font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  color: #505359;
  border-left: 2px solid #fcc813;
  padding: 0 0 0 15px;
  line-height: 20px; }

.sidebar-widget .tab-content {
  padding: 35px 0 0 !important; }

/* Sidebar search form */
.sidebar-search {
  margin: 0;
  position: relative;
  width: 100%; }
  .sidebar-search input {
    width: 100%;
    height: 44px;
    padding: 7px 10px 7px 15px;
    border: none;
    background-color: transparent;
    color: #707378;
    border: 1px solid #e9e9e9;
    border-radius: 3px; }
    .sidebar-search input:hover, .sidebar-search input:focus, .sidebar-search input:active {
      box-shadow: none;
      outline: none; }
  .sidebar-search::-webkit-input-placeholder {
    font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #808489;
    font-weight: 400;
    font-size: 10px; }
  .sidebar-search::-moz-placeholder {
    font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #808489;
    opacity: 1;
    font-weight: 400;
    font-size: 10px; }
  .sidebar-search:-ms-input-placeholder {
    font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #808489;
    font-weight: 400;
    font-size: 10px;
    padding-bottom: 5px; }
  .sidebar-search button {
    position: absolute;
    top: 9px;
    right: 9px;
    background-color: transparent;
    color: #fcc813;
    border: none; }

/* Sidebar Tags*/
.tags a {
  display: inline-block;
  padding: 0 10px 5px 0;
  font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  line-height: 16px;
  color: #707078;
  -webkit-transition: all .4s linear;
  transition: all .4s linear; }
  .tags a.big {
    font-size: 12px; }
  .tags a:hover {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    color: #445;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4); }

/* Blog Sidebar posts */
.sidebar-posts {
  margin: 0;
  padding: 0;
  list-style: none; }

.sidebar-post {
  clear: both;
  margin-bottom: 15px; }
  .sidebar-post .image-post {
    float: left;
    width: 65px;
    height: 60px;
    border-radius: 2px;
    overflow: hidden;
    display: block;
    position: relative; }
  .sidebar-post .image-post-date {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #e8e8e8;
    text-transform: uppercase;
    line-height: 20px;
    padding-top: 10px;
    background-color: rgba(20, 20, 20, 0.6);
    -webkit-transition: all .3s linear;
    transition: all .3s linear; }
  .sidebar-post:hover .image-post-date {
    opacity: 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear; }

.sidebar-posts img {
  width: 66px;
  height: 60px; }

.sidebar-post h5 {
  margin-bottom: 3px; }
.sidebar-post a {
  font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #556;
  -webkit-transition: all .3s linear;
  transition: all .3s linear; }
.sidebar-post h5 a:hover {
  color: #fcc813;
  -webkit-transition: all .2s linear;
  transition: all .2s linear; }
.sidebar-post .info-post {
  margin-left: 80px;
  padding-top: 5px; }
  .sidebar-post .info-post span {
    font-size: 12px;
    color: #778; }

/* Sidebar Tweets */
.sidebar-tweet {
  margin-bottom: 15px;
  position: relative; }

.tweet-user {
  color: #fcc813; }
  .tweet-user:hover {
    color: #fcc813;
    opacity: 0.8; }

.tweet-content {
  margin: 10px 0 10px;
  font-size: 14px;
  color: #778; }

.tweet-user {
  margin-right: 20px; }

.sidebar-tweet small {
  color: #889; }
.sidebar-tweet .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #dadada;
  font-size: 90px;
  opacity: 0.2; }

/* Sidebar socials */
.sidebar-socials {
  padding: 0;
  margin: 0 10px 0 0;
  list-style: none; }
  .sidebar-socials > li {
    margin-bottom: 20px; }
  .sidebar-socials a {
    color: #667;
    font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 400; }
    .sidebar-socials a:hover, .sidebar-socials a:focus {
      color: #fcc813; }
  .sidebar-socials .icon {
    display: inline-block;
    font-size: 13px;
    margin-right: 25px;
    color: #fcc813;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    width: 30px;
    height: 30px;
    padding-top: 7px;
    border: 1px solid #fcc813;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .sidebar-socials > li:hover .icon {
    background-color: #fcc813;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .sidebar-socials > li span {
    float: right;
    font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: 400;
    color: #889; }

/* Sidebar Categories */
.sidebar-categories .panel-title {
  text-transform: none;
  font-size: 13px; }
.sidebar-categories .panel-body {
  padding: 10px 0 5px 25px; }
.sidebar-categories ul {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none; }
  .sidebar-categories ul > li {
    padding-bottom: 8px;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7); }
    .sidebar-categories ul > li:last-child {
      padding-bottom: 0; }
    .sidebar-categories ul > li > a {
      font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #707080;
      font-size: 12px; }
.sidebar-categories li:hover a {
  color: #fcc813; }
.sidebar-categories .panel-title:hover a, .sidebar-categories .panel-title:focus a {
  color: #fcc813; }

/* Sidebar archives */
.sidebar-archives {
  margin: 0;
  padding: 0;
  list-style: none; }
  .sidebar-archives > li {
    padding-bottom: 8px; }
    .sidebar-archives > li:last-child {
      padding-bottom: 0; }
    .sidebar-archives > li > a {
      font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #707080;
      font-size: 12px; }
      .sidebar-archives > li > a span {
        margin-left: 20px;
        color: #90949a;
        font-size: 10px; }
      .sidebar-archives > li > a:hover {
        color: #fcc813; }

/* *********************  Shop  ********************* */
.shop-product {
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
  border-radius: 3px; }

.shop-image {
  position: relative;
  display: block;
  overflow: hidden; }

.shop-description {
  padding: 20px 10px 10px;
  margin-bottom: 0;
  text-align: center;
  font-size: 13px;
  color: #666672;
  font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase; }
  .shop-description a {
    color: inherit;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .shop-description a:hover, .shop-description a:focus, .shop-description a:active {
      color: #9999a6;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }

/* Shop Prices | Sales */
.shop-prices {
  text-align: center;
  font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400; }

.shop-price {
  color: #fcc813;
  font-size: 16px;
  display: inline-block;
  text-decoration: none; }

.shop-price-off {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: line-through;
  color: #adb4b8;
  font-size: 14px;
  margin-right: 10px; }

.shop-offer {
  position: absolute;
  top: 20px;
  left: 0;
  padding: 5px 10px;
  background-color: #fcc813;
  text-transform: uppercase;
  font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  line-height: 18px;
  color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }

.shop-buy {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.shop-product:hover .shop-buy {
  bottom: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.shop-buy a {
  display: inline-block;
  background-color: #fcc813;
  color: #fff;
  padding: 6px 16px;
  text-transform: uppercase;
  font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  line-height: 18px;
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.3); }
.shop-buy .icon {
  margin-right: 8px; }

/* Tooolbar */
.toolbar-shop {
  margin-bottom: 30px; }
  .toolbar-shop.form select.form-control {
    display: inline-block;
    width: 150px;
    margin-right: 20px;
    margin-top: 0;
    margin-bottom: 20px;
    text-indent: 5px; }

/* Added to cart box */
.box-added-to-cart {
  display: none; }

.box-add-to-cart {
  float: right; }

@media (max-width: 767px) {
  .box-add-to-cart {
    float: none;
    margin-left: 20px; } }
/* Shop Sidebar */
.shop-sidebar .irs {
  margin-bottom: 25px; }
.shop-sidebar .shop-by {
  font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #999aa5;
  font-size: 12px; }
.shop-sidebar .top-rated-products {
  margin: 0;
  padding: 0;
  list-style: none; }
  .shop-sidebar .top-rated-products li {
    clear: both;
    margin-bottom: 25px; }
  .shop-sidebar .top-rated-products .product-image {
    float: left;
    width: 75px;
    height: 75px;
    display: block; }
  .shop-sidebar .top-rated-products .product-info {
    margin-left: 90px; }
  .shop-sidebar .top-rated-products h5 {
    margin-bottom: 8px;
    padding-top: 10px; }
    .shop-sidebar .top-rated-products h5 a {
      text-transform: uppercase;
      font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 12px;
      color: #666670;
      font-weight: 400;
      -webkit-transition: all .3s linear;
      transition: all .3s linear; }
      .shop-sidebar .top-rated-products h5 a:hover {
        color: #fcc813;
        -webkit-transition: all .2s linear;
        transition: all .2s linear; }
  .shop-sidebar .top-rated-products .shop-prices {
    text-align: left; }
  .shop-sidebar .top-rated-products .shop-price {
    font-size: 14px; }
  .shop-sidebar .top-rated-products .shop-price-off {
    font-size: 13px; }

/* Shop description product */
.shop-description-product {
  padding: 20px 0; }

.shop-product-name {
  font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 24px;
  color: #556;
  padding: 0 0 0 15px;
  border-left: 2px solid #fcc813; }

.shop-description-product .shop-prices {
  padding: 10px 0 20px;
  text-align: left; }
  .shop-description-product .shop-prices .shop-price {
    font-size: 19px; }
  .shop-description-product .shop-prices .shop-price-off {
    font-size: 14px; }

.reviews {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  color: #adb4b8;
  word-spacing: 3px;
  text-transform: lowercase;
  font-size: 13px; }

/* Quantity Shop */
.shop-quantity .input-quantity {
  width: 50px;
  height: 42px;
  text-align: center;
  vertical-align: middle;
  padding: 4px 0;
  margin: 0;
  border: none;
  color: #606070;
  background-color: #e4e4e4;
  line-height: 26px; }
.shop-quantity .js-qty {
  height: 42px;
  padding: 0 22px; }

/* Shop Ratings */
.rating-wrapper {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle; }
  .rating-wrapper > .rating-input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    z-index: -1; }
  .rating-wrapper > .rating-label {
    float: right;
    color: #dadbdb;
    cursor: pointer;
    padding: 10px 3px;
    line-height: 20px;
    font-size: 15px; }
  .rating-wrapper.rating-active > .rating-label {
    font-size: 14px; }
  .rating-wrapper.rating-active .rating-label {
    color: #fcc54e; }
  .rating-wrapper > .rating-input:checked ~ .rating-label {
    color: #fcc54e; }
  .rating-wrapper > .rating-input:hover ~ .rating-label {
    color: #ecb54e; }

/* Shop Tab Content */
.shop-section .tab-content {
  padding: 50px 0 20px; }
.shop-section .nav-tabs > li > a {
  text-transform: uppercase;
  padding: 12px 30px; }

/* Specifications */
.shop-specifications {
  margin: 0;
  padding: 0;
  list-style: none; }
  .shop-specifications .title {
    font-size: 16px;
    font-weight: 700;
    margin: 20px 0 10px; }
    .shop-specifications .title:first-child {
      margin: 0 0 10px; }
  .shop-specifications > li {
    font-weight: 700;
    color: #505459;
    margin-bottom: 3px; }
    .shop-specifications > li > span {
      margin-left: 15px;
      color: #888892;
      font-size: 13px;
      font-weight: 400; }

/* Reviews */
.shop-comment {
  margin-bottom: 40px;
  color: #909096; }
  .shop-comment .author {
    margin-bottom: 10px; }
    .shop-comment .author h5 {
      font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      margin-right: 25px;
      margin-bottom: 0;
      font-size: 11px;
      color: #707378;
      display: inline-block; }
  .shop-comment .date {
    font-size: 12px;
    text-transform: none;
    vertical-align: baseline;
    margin-right: 25px; }
  .shop-comment p {
    padding: 0 0 0 10px; }

@media (max-width: 767px) {
  .shop-comment .author h5 {
    display: block; } }
.shop-form-review button .icon {
  font-size: 14px;
  vertical-align: middle;
  margin-right: 8px; }

@media (max-width: 767px) {
  .table-responsive {
    border: none;
    margin-bottom: 20px; }

  .shop-cart table .product {
    white-space: normal; }
    .shop-cart table .product img {
      margin-right: 0;
      margin-bottom: 10px; } }
/* Range Slider */
.range-slider + .slider-container {
  width: 100% !important;
  margin: 0;
  padding: 10px 0 30px; }

/* *********************  Elements  ********************* */
/* Forms, Buttons, Alerts, Progress Bars, Tabs, Accordions, 
Popovers, Tolltips, Toggles etc */
/* Forms */
.form .form-control {
  border-radius: 2px;
  background-color: #f1f2f3;
  border: none;
  height: 40px;
  box-shadow: none; }
  .form .form-control:focus {
    background-color: #ededef;
    border: none;
    outline: 0;
    box-shadow: none; }
.form select.form-control {
  margin-top: 5px;
  border-radius: 2px;
  color: #606367;
  padding: 5px;
  border: none;
  background-color: #f1f2f3; }
.form textarea.form-control {
  height: auto; }

.form-message-error, .has-error .error {
  color: #B94321;
  font-size: 14px;
  font-weight: 400;
  margin-top: 3px; }

.form {
  width: 100%; }
  .form input, .form textarea {
    width: 100%;
    margin-bottom: 15px;
    padding: 5px;
    text-indent: 5px;
    outline: none;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: #606367;
    background: #f1f2f3;
    border: none;
    box-shadow: none; }
  .form input:hover, .form textarea:hover, .form input:focus, .form textarea:focus {
    box-shadow: none;
    border: none;
    background-color: #ededef; }
  .form input[type=radio]:not(.rating-input), .form input[type=checkbox] {
    width: auto;
    margin-right: 5px;
    position: relative;
    top: 2px; }
  .form label:not(.rating-label) {
    font-weight: 400;
    margin-bottom: 20px;
    display: block; }

.form-required {
  color: #C51010;
  font-weight: 400;
  vertical-align: middle;
  font-size: 13px; }

.form .form-remember {
  display: inline-block;
  margin-right: 15px; }

@media (max-width: 767px) {
  .form .forgot {
    display: block;
    margin: -20px 20px 25px; } }
.form-group {
  position: relative; }

.form::-webkit-input-placeholder {
  text-transform: none;
  color: #a0a2a7;
  font-weight: 400;
  font-size: 14px;
  line-height: normal; }
.form::-moz-placeholder {
  text-transform: none;
  color: #a0a2a7;
  opacity: 1;
  font-weight: 400;
  font-size: 14px;
  line-height: normal; }
.form:-ms-input-placeholder {
  text-transform: none;
  color: #a0a2a7;
  font-weight: 400;
  font-size: 14px;
  padding-bottom: 5px;
  line-height: normal; }

.checkbox.inline label, .radio.inline label {
  display: inline-block;
  margin-right: 30px; }

/* Progress Bars */
.progress {
  border-radius: 1px;
  box-shadow: none;
  height: 24px;
  margin-bottom: 15px;
  background-color: #e2e2e2; }

.progress-bar {
  text-align: left;
  background-color: #fcc813;
  line-height: 23px;
  color: #fff;
  box-shadow: none;
  border-right: 3px solid rgba(0, 0, 0, 0.1); }

.progress-bar-animate {
  -webkit-transition: width 1s ease-out;
  transition: width 1s ease-out; }

.progress-bar span {
  padding: 5px 17px;
  text-transform: uppercase;
  font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 9px;
  word-spacing: 5px; }

.progress .progress-bar-info {
  background-color: #5bc0de !important; }
.progress .progress-bar-danger {
  background-color: #d9534f !important; }
.progress .progress-bar-warning {
  background-color: #f0ad4e !important; }
.progress .progress-bar-success {
  background-color: #5cb85c !important; }
.progress .progress-bar-primary {
  background-color: #428bca !important; }

/* Tables */
.table th, .table td {
  padding: 12px !important; }
.table.table-condensed th, .table.table-condensed td {
  padding: 5px !important; }

.table-striped > tbody > tr:nth-child(odd), .table-hover > tbody > tr:hover {
  background-color: #f1f1f3; }

.table tr.active td, .table tr.active th {
  background-color: #f1f1f3 !important; }

.table-1 {
  border-bottom: 1px solid #30343a; }
  .table-1 td {
    border-top: none !important; }
  .table-1 th {
    border-top: none !important;
    background-color: #30343a;
    color: #e0e3e9;
    border-bottom: none; }
  .table-1.table-main-color {
    border-bottom: 1px solid #fcc813; }
    .table-1.table-main-color th {
      background-color: #fcc813;
      color: #fff; }

/* Panels */
.panel-group .panel {
  border-radius: 0; }

.panel {
  background-color: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0; }

.panel-heading {
  padding: 7px 0;
  border-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.panel-title {
  font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #525559;
  font-size: 11px;
  text-transform: uppercase; }
  .panel-title:hover a, .panel-title:focus a {
    color: #888892; }
  .panel-title .icon {
    margin-right: 8px; }

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: none; }

.panel-body {
  padding: 10px 0 5px 25px; }

/* Tabs */
.tab-content {
  padding: 28px 5px; }
  .tab-content.vertical {
    padding: 5px 5px 20px 20px; }

.nav-tabs {
  border-bottom: 2px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -2px; }
    .nav-tabs > li > a {
      border: none;
      border-radius: 0;
      font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 12px;
      color: #70737a;
      background-color: transparent;
      padding: 14px 30px;
      margin-right: 0; }
      .nav-tabs > li > a .icon {
        margin-right: 10px; }
    .nav-tabs > li.active > a {
      color: #fcc813;
      background-color: transparent;
      border: none;
      border-bottom: 2px solid #fcc813; }
      .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        color: #fcc813;
        background-color: transparent;
        border: none;
        border-bottom: 2px solid #fcc813; }
    .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
      color: #fcc813;
      background-color: transparent;
      border: none;
      border-bottom: 2px solid #fcc813; }
  .nav-tabs.vertical {
    border-left: 1px solid #e8e9ea;
    border-bottom: none; }
    .nav-tabs.vertical > li {
      float: none;
      margin-bottom: 0;
      padding: 3px 0; }
      .nav-tabs.vertical > li.separator {
        border-bottom: 1px solid #e8e9ea;
        margin-bottom: 10px;
        width: 90%; }
      .nav-tabs.vertical > li > a {
        text-transform: uppercase;
        font-size: 10px;
        color: #505359;
        margin-left: -2px;
        border-radius: 0;
        border: none;
        border-left: 0 solid #fcc813;
        padding-left: 35px; }
      .nav-tabs.vertical > li.active > a {
        color: #fcc813;
        border: none;
        padding-left: 40px;
        border-left: 2px solid #fcc813; }
      .nav-tabs.vertical > li > a:hover, .nav-tabs.vertical > li > a:focus {
        color: #fcc813;
        border: none;
        padding-left: 40px;
        border-left: 2px solid #fcc813; }

/* nav-tabs vertical */
@media (max-width: 767px) {
  .tab-content.vertical {
    padding: 20px 5; }

  .nav-tabs {
    border-left: 1px solid #e8e9ea;
    border-bottom: none; }
    .nav-tabs > li {
      float: none;
      margin-bottom: 0;
      padding: 3px 0; }
      .nav-tabs > li.separator {
        border-bottom: 1px solid #e8e9ea;
        margin-bottom: 10px;
        width: 90%; }
      .nav-tabs > li > a {
        text-transform: uppercase;
        font-size: 10px;
        color: #505359;
        margin-left: -2px;
        border-radius: 0;
        border: none;
        border-left: 0 solid #fcc813;
        padding-left: 35px; }
      .nav-tabs > li.active > a {
        color: #fcc813;
        background-color: transparent;
        border: none;
        padding-left: 40px;
        border-left: 2px solid #fcc813; }
        .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
          color: #fcc813;
          background-color: transparent;
          border: none;
          padding-left: 40px;
          border-left: 2px solid #fcc813; }
      .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
        color: #fcc813;
        background-color: transparent;
        border: none;
        border-left: 2px solid #fcc813; } }
/* Owl Slider config */
.owl-shop .owl-buttons div {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
.owl-shop:hover .owl-buttons div {
  opacity: 1;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
.owl-shop .owl-el {
  position: relative; }
  .owl-shop .owl-el .owl-popup {
    position: absolute;
    top: 0;
    right: 0;
    color: #fcc813;
    font-size: 18px;
    opacity: 0;
    padding: 10px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
.owl-shop:hover .owl-el .owl-popup {
  opacity: 1;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

@media (max-width: 991px) {
  .owl-shop .owl-buttons div {
    opacity: 0.9; } }
/* Carousel Controls */
.owl-carousel.visible-controls .owl-controls {
  display: block !important;
  margin-top: 0; }
.owl-carousel.controls-2 .owl-buttons {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  .owl-carousel.controls-2 .owl-buttons div {
    margin: 0;
    color: #fff;
    border: none;
    margin-top: -25px;
    background: rgba(41, 44, 49, 0.7);
    border-radius: 0;
    line-height: 40px;
    padding: 5px;
    font-size: 18px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
.owl-carousel.controls-3 .owl-buttons div {
  margin: 0;
  color: #fff;
  border: none;
  margin-top: -25px;
  background: rgba(41, 44, 49, 0.7);
  border-radius: 0;
  line-height: 40px;
  padding: 5px;
  font-size: 18px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }
.owl-carousel.controls-2 .owl-buttons .owl-prev {
  position: absolute;
  left: 0; }
.owl-carousel.controls-2 .owl-buttons .owl-next {
  position: absolute;
  right: 0; }
.owl-carousel.controls-3 .owl-buttons {
  position: absolute;
  bottom: 0;
  right: 0; }
  .owl-carousel.controls-3 .owl-buttons div {
    margin-top: 0;
    padding: 0 8px; }
  .owl-carousel.controls-3 .owl-buttons .owl-prev {
    position: absolute;
    right: 34px;
    bottom: 0; }
  .owl-carousel.controls-3 .owl-buttons .owl-next {
    position: absolute;
    right: 0;
    bottom: 0; }
.owl-carousel:not(.visible-controls) .owl-el {
  cursor: move;
  cursor: url("../images/cursor_move.png") 32 10, move; }
.owl-carousel.owl-p10 .owl-el {
  padding: 0 10px; }
.owl-carousel.owl-p10.controls-2 .owl-buttons .owl-prev {
  margin-left: 10px; }
.owl-carousel.owl-p10.controls-2 .owl-buttons .owl-next {
  margin-right: 10px; }
.owl-carousel.owl-p5 .owl-el {
  padding: 0 5px; }
.owl-carousel.owl-p5.controls-2 .owl-buttons .owl-prev {
  margin-left: 10px; }
.owl-carousel.owl-p5.controls-2 .owl-buttons .owl-next {
  margin-right: 10px; }
.owl-carousel .owl-pagination {
  display: none; }

/* Cursor icon */
.sm-cursor .icon {
  color: #fcc813;
  font-size: 36px; }

/* Buttons */
.btn {
  border-radius: 2px;
  padding: 8px 14px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .btn:hover {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }

/* Button style 2 - simple */
.btn-b {
  display: inline-block;
  background-color: #e4e4e4;
  border: none;
  color: #404344;
  font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 14px;
  padding: 14px 26px; }
  .btn-b:hover, .btn-b:focus, .btn-b:active, .btn-b.active {
    background-color: #dfdfdf;
    border: none;
    color: #555557; }

/* Button style 4 - Uppercased */
.btn-d {
  display: inline-block;
  background-color: #404449;
  font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  border-radius: 3px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 14px;
  padding: 14px 26px; }
  .btn-d:hover, .btn-d:focus, .btn-d:active, .btn-d.active {
    background-color: #fcc813;
    color: #fff; }

/* Button style 5 - Bordered large */
.btn-e {
  display: inline-block;
  background-color: transparent;
  color: #fcc813;
  border: 1px solid #fcc813;
  border-radius: 20px;
  padding: 14px 26px;
  font-size: 10px;
  line-height: 14px;
  font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400; }
  .btn-e.btn-e-square {
    border-radius: 3px; }
  .btn-e:hover, .btn-e:focus, .btn-e:active, .btn-e.active {
    color: #fff;
    background-color: #fcc813; }

/* Background buttons */
.btn-bg {
  display: inline-block;
  color: #fff;
  background-color: #fcc813;
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 14px 26px;
  font-size: 10px;
  line-height: 14px;
  font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  opacity: 0.85; }
  .btn-bg:hover, .btn-bg:focus, .btn-bg:active {
    opacity: 1;
    border: 1px solid transparent;
    color: #fff; }
  .btn-bg.rounded {
    border-radius: 20px; }
  .btn-bg.btn-3d {
    border: 3px solid transparent;
    border-bottom: 3px solid rgba(0, 0, 0, 0.3); }
    .btn-bg.btn-3d:hover {
      border-bottom: 3px solid rgba(0, 0, 0, 0.4); }

/* 3d Buttons */
/* Buttons - dimensions */
.btn-large {
  padding: 14px 22px;
  font-size: 12px; }

.btn-extra-large {
  padding: 20px 30px;
  font-size: 16px; }

.btn-small {
  padding: 8px 14px; }

.btn-icon .icon {
  margin-right: 8px; }

/* Button subtext */
.btn-subtext {
  display: inline-block;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  padding: 16px 50px 14px; }
  .btn-subtext small {
    display: block;
    font-size: 11px;
    text-transform: none; }

/* Group Buttons - Dropdown menu */
.dropdown-menu {
  min-width: 150px;
  margin: 0;
  background-color: #f6f6f6;
  border: none;
  border-radius: 2px; }
  .dropdown-menu > li > a {
    color: #444450;
    padding: 5px 20px; }
    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
      background-color: #eaeaea; }

/* Tooltips */
.tooltip-inner {
  padding: 12px 16px;
  border-radius: 3px;
  color: #e0e2e7;
  background-color: rgba(15, 15, 20, 0.9);
  line-height: 22px; }

.tooltip.top .tooltip-arrow {
  border-top-color: rgba(15, 15, 20, 0.9); }
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: rgba(15, 15, 20, 0.9); }
.tooltip.right .tooltip-arrow {
  border-right-color: rgba(15, 15, 20, 0.9); }
.tooltip.left .tooltip-arrow {
  border-left-color: rgba(15, 15, 20, 0.9); }
.tooltip.right {
  margin-left: 15px; }

/* Popovers */
.popover {
  border-radius: 0;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: none;
  background-color: #fcfcfc;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  color: #667;
  padding: 3px 3px 8px; }

.popover-title {
  padding: 0 12px 0;
  margin: 10px 0 10px 15px;
  font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 16px;
  background-color: inherit;
  border-bottom: none;
  border-radius: 0;
  border-left: 2px solid #fcc813; }

/* Modals */
.modal {
  z-index: 999999; }

.modal-open {
  padding-right: 0 !important; }

.modal-content {
  border-radius: 2px;
  background-color: #fafafa;
  padding: 10px; }

.modal-title {
  font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  padding: 0 15px 0;
  border-left: 2px solid #fcc813;
  color: #505459;
  margin-top: 10px; }

.modal-header, .modal-footer {
  border: none; }

/* Alerts */
.alert {
  border-radius: 1px;
  border: none;
  padding: 10px 20px;
  position: relative;
  border-left: 4px solid rgba(0, 0, 0, 0.2); }
  .alert.alert-dark {
    background-color: #303339;
    color: #e0e3e8;
    padding: 20px 40px 20px 20px; }
  .alert .icon {
    display: block;
    float: left;
    margin: 5px 20px 15px 5px; }
  .alert.alert-dismissable .close {
    position: absolute;
    right: 10px;
    top: 5px; }
    .alert.alert-dismissable .close:hover, .alert.alert-dismissable .close:focus {
      color: #fcc813;
      opacity: 1; }

.alert-modal {
  position: fixed;
  top: 80px;
  left: 0;
  opacity: 0;
  width: 100%;
  margin-top: -30px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .alert-modal.alert-modal-on {
    opacity: 0.95;
    margin-top: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .alert-modal .alert {
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2); }

/* Pagination */
.pagination {
  margin: 50px 0 10px; }
  .pagination > li > a {
    font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 20px;
    border: none;
    margin-right: 7px;
    padding: 5px 12px;
    color: #889;
    background-color: transparent;
    border-radius: 0; }
    .pagination > li > a > .icon {
      font-size: 18px;
      display: inline-block;
      margin-top: 1px; }
  .pagination > .active > a {
    color: #fcc813;
    background-color: transparent;
    border: none;
    border-radius: 0; }
  .pagination li:first-child.disabled a {
    padding-left: 0 !important; }
  .pagination li:first-child a {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .pagination li:last-child a {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .pagination > li a:hover, .pagination .active a:hover {
    color: #fcc813;
    background-color: transparent; }
  .pagination > .disabled a {
    background: transparent;
    border: none;
    color: #99a; }
    .pagination > .disabled a:hover {
      background: transparent; }

/* Magnific Popup */
.mfp-bg, .mfp-wrap {
  z-index: 999999; }

.mfp-counter {
  width: 50px;
  text-align: right; }

.mfp-close {
  color: #fff;
  cursor: pointer; }
  .mfp-close:hover {
    color: #fcc813;
    cursor: pointer !important; }

.mfp-zoom-out-cur .header-wrapper {
  z-index: 0 !important; }

button.mfp-arrow {
  background-color: rgba(0, 0, 0, 0.6); }

.mfp-arrow-left:before {
  border-right: none; }
.mfp-arrow-left:after {
  border-right: 20px solid #fff;
  margin-left: 25px; }

.mfp-arrow-right:before {
  border-left: none; }
.mfp-arrow-right:after {
  border-left: 20px solid #fff; }

.title-mfp {
  margin: 4px 0 0 4px;
  font-size: 10px;
  font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #d1d2d3;
  font-weight: 400; }

.popup {
  position: relative; }
  .popup .mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(41, 44, 49, 0.7);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out; }
    .popup .mask .popup-triangle {
      position: absolute;
      right: 0;
      top: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 60px 60px 0;
      border-color: transparent rgba(252, 200, 19, 0.9) transparent transparent; }
    .popup .mask a {
      position: absolute;
      top: 8px;
      right: 9px;
      color: #fff;
      font-size: 16px;
      z-index: 3; }
  .popup:hover .mask {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out; }

/* Blockquotes */
.blockquote {
  border-left: 2px solid #fcc813;
  background: #f5f5f5; }
  .blockquote p {
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
    color: #898994;
    margin-bottom: 10px; }
  .blockquote cite {
    font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    color: #fcc813; }
  .blockquote small {
    display: inline-block;
    font-size: 13px; }

.blockquote-2 {
  border-left: 3px solid #ddd; }

/* Lists */
.unstyled-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.list-medium > li {
  margin-bottom: 5px; }

.list-2 {
  list-style: none;
  padding: 0;
  margin: 0; }
  .list-2 li {
    margin-bottom: 5px;
    font-size: 12px; }
    .list-2 li:last-child {
      margin-bottom: 0; }
    .list-2 li span {
      margin-right: 10px;
      font-weight: 700;
      font-size: 14px; }

.list-3 {
  list-style: none;
  padding: 0;
  margin: 0; }
  .list-3 > li {
    font-family: "Montserrat";
    text-transform: uppercase;
    font-size: 10px;
    margin-bottom: 10px; }

/* Icons */
.icon-box {
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 1px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }

.icon-large {
  font-size: 19px;
  line-height: 28px;
  width: 50px;
  height: 50px;
  padding: 11px; }

.icon-extra-large {
  font-size: 22px;
  line-height: 30px;
  width: 60px;
  height: 60px;
  padding: 15px; }

.icon-dark {
  background-color: #404247; }

.icon-gray {
  background-color: #aaabab; }

.icon-rounded {
  border-radius: 7px; }

.icon-circle {
  border-radius: 50%; }

.icon-bordered {
  border: 1px solid #404247;
  color: #404247; }

.icon-box.icon-main {
  background-color: #fcc813; }

.icon-3d {
  background-color: #fcc813;
  border-bottom: 4px solid rgba(41, 44, 49, 0.4); }

.icon-simple {
  color: #404247; }

.icon-box:hover, .icon-box:focus {
  color: #fff;
  background-color: #fcc813;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }
.icon-box.icon-main:hover, .icon-box.icon-main:focus {
  color: #fff;
  background-color: #fcc813;
  opacity: 0.8;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }
.icon-box.icon-social:hover, .icon-box.icon-social:focus {
  color: #fff;
  opacity: 0.7;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }

.icon-bordered:hover, .icon-bordered:focus {
  color: #fcc813;
  border-color: #fcc813;
  background-color: transparent;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }

.icon-3d:hover, .icon-3d:focus {
  color: #fff;
  background-color: #fcc813;
  border-bottom: 4px solid rgba(41, 44, 49, 0.8);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }

.icon-simple:hover, .icon-simple:focus {
  color: #fcc813;
  background-color: transparent;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }

.custom-icon-2 {
  font-size: 180px;
  color: #cacbce; }

/* Dropcaps */
.dropcap {
  float: left;
  font-family: Georgia;
  text-align: center;
  padding: 10px 15px;
  margin: 8px 20px 0 2px;
  background-color: #40444a;
  color: #eaecee;
  font-size: 40px;
  line-height: 35px;
  border-radius: 4px; }
  .dropcap.bordered {
    background-color: transparent;
    color: #40444a;
    border-radius: 4px;
    border: 1px solid #40444a; }
  .dropcap.shadow {
    box-shadow: 0 2px 4px #303339; }
  .dropcap.circle {
    border-radius: 50%; }

/* Dividers */
.divider {
  height: 1px;
  background-color: #ddd;
  margin: 30px auto; }
  .divider.d2 {
    background: none;
    border-top: 1px dashed #ddd; }
  .divider.d3:after {
    content: "";
    display: block;
    width: 25%;
    height: 1px;
    position: relative;
    background-color: #fcc813;
    margin: 0 auto; }
  .divider.d4 {
    text-align: center;
    margin: 40px auto; }
    .divider.d4 span {
      background: #f5f5f5;
      color: #60636a;
      padding: 0 18px;
      position: relative;
      top: -12px;
      font-size: 14px; }
    .divider.d4.text-left span {
      padding: 0 18px 0 0; }
    .divider.d4.text-right span {
      padding: 0 0 0 18px; }

/* *********************  Footers   ********************* */
.footer-wrapper {
  background-color: #303236;
  color: #d8dade;
  position: relative;
  padding: 60px 0 40px; }

.footer-widget {
  margin-bottom: 50px; }

@media (max-width: 991px) {
  .footer-widget {
    margin-bottom: 60px; } }
/* Footer title */
.footer-title {
  font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 18px;
  margin-bottom: 30px;
  color: #d8dade;
  padding: 0 0 0 15px;
  border-left: 2px solid #fcc813; }

/* Social icons - footer */
.footer-social {
  margin: 0;
  padding: 0;
  list-style: none; }
  .footer-social > li {
    margin-right: 33px;
    display: inline-block; }
    .footer-social > li:last-child {
      margin-right: 0; }
    .footer-social > li > a {
      color: inherit;
      padding-top: 15px;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      .footer-social > li > a > .icon {
        color: inherit;
        opacity: 0.9;
        font-size: 22px;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
      .footer-social > li > a:hover > .icon, .footer-social > li > a:focus > .icon {
        color: #fcc813;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }

/* Footer links */
.footer-links {
  margin: 0;
  padding: 0; }
  .footer-links > li {
    margin: 0 20px 15px 0;
    display: inline-block;
    list-style: none; }
    .footer-links > li:last-child {
      margin-right: 0; }
    .footer-links > li > a {
      font-size: 12px;
      color: #d0d3d8;
      -webkit-transition: all 0.6s ease-out;
      transition: all 0.6s ease-out; }
      .footer-links > li > a:hover, .footer-links > li > a:focus, .footer-links > li > a:active {
        color: #fcc813;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
  .footer-links.footer-links-2 > li {
    display: block;
    margin: 0 0 5px 0; }
    .footer-links.footer-links-2 > li > a {
      font-size: 14px; }
  .footer-links.archives > li > a {
    font-size: 14px; }
  .footer-links.footer-links-2 > li > a .icon {
    margin-right: 10px;
    font-size: 10px;
    color: #fcc813; }
  .footer-links.archives > li {
    display: block;
    margin: 0 0 8px 0; }
    .footer-links.archives > li > a .icon {
      margin-right: 10px;
      font-size: 10px;
      color: #fcc813; }
    .footer-links.archives > li > a span {
      margin-left: 10px;
      font-size: 13px;
      opacity: 0.8; }

/* Tags */
.tags.footer-tags a {
  color: inherit; }
  .tags.footer-tags a:hover {
    color: #fcc813; }

/* Twitter Feed */
.footer-tweet .tweet-content {
  color: inherit; }
.footer-tweet.sidebar-tweet small {
  color: inherit;
  opacity: 0.7; }
.footer-tweet.sidebar-tweet .icon {
  color: #808389;
  font-size: 90px;
  opacity: 0.2; }

/* Footer Posts */
.footer-posts .sidebar-post {
  margin-bottom: 18px; }
  .footer-posts .sidebar-post a {
    color: #d8dade; }
  .footer-posts .sidebar-post .info-post span {
    color: inherit;
    opacity: 0.7; }

/* Footer Socials from Sidebar */
.footer-socials.sidebar-socials a {
  color: inherit; }
  .footer-socials.sidebar-socials a:hover, .footer-socials.sidebar-socials a:focus {
    color: #fcc813; }
.footer-socials.sidebar-socials > li span {
  color: inherit;
  opacity: 0.8; }

/* Copyright */
.copyright {
  font-size: 12px;
  color: #d0d3d8;
  padding-top: 2px;
  margin-bottom: 10px; }

@media (max-width: 767px) {
  .copyright {
    margin-top: 10px; } }
/* Contact widget */
.contact-widget {
  font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px; }
  .contact-widget p {
    margin-bottom: 25px; }
  .contact-widget .icon {
    color: #fcc813;
    margin-right: 15px;
    font-size: 20px; }

/* Contact widget 2 */
.list-2.footer-contact li {
  margin-bottom: 0; }
  .list-2.footer-contact li.separator {
    margin: 12px 0; }

/* Image Feed */
.image-feed {
  margin-right: 0;
  padding: 0;
  list-style: none; }
  .image-feed > li {
    display: inline-block;
    padding: 0 5px 8px 0; }
    .image-feed > li img {
      width: 70px;
      height: 65px;
      border-radius: 1px; }

/* Color Dark on Footer */
.footer-color-dark {
  color: #606369; }
  .footer-color-dark .footer-posts .sidebar-post a {
    color: #606369; }
    .footer-color-dark .footer-posts .sidebar-post a:hover {
      color: #fcc813; }

.footer-wrapper.footer-color-dark .footer-title, .footer-wrapper.footer-color-dark .footer-links > li > a, .footer-wrapper.footer-color-dark .copyright {
  color: inherit; }
.footer-wrapper.footer-color-dark .footer-social > li > a > .icon {
  color: #a2a6aa; }
.footer-wrapper.footer-gray {
  background-color: #f1f2f2;
  border-top: 1px solid #ddd; }
.footer-wrapper.footer-no-background {
  background-color: #f5f5f5;
  color: #606369;
  border-top: 1px solid #eee; }
.footer-wrapper.footer-background {
  position: relative;
  padding: 80px 0 55px; }
  .footer-wrapper.footer-background.style-2 {
    padding: 70px 0 0; }
    .footer-wrapper.footer-background.style-2 .sub-footer {
      margin-top: 10px;
      padding: 25px 0 10px;
      background-color: rgba(41, 44, 49, 0.6); }

/* Footer Gray */
/* Footer no background */
/* Footer Background */
/* Sub footer */
.footer-2 {
  padding: 60px 0 0; }
  .footer-2 .sub-footer {
    background-color: #2a2c2e;
    padding: 20px 0 5px;
    margin-top: 10px; }

.footer-3 {
  padding: 60px 0 0; }
  .footer-3 .sub-footer {
    background-color: #f5f5f5;
    padding: 20px 0 5px;
    margin-top: 10px;
    color: #505359; }
    .footer-3 .sub-footer * {
      color: inherit; }

/* *********************  Social Icons  ********************* */
.social-icon {
  padding: 0;
  margin: 0;
  font-size: 0;
  height: 30px;
  list-style: none; }
  .social-icon > li {
    display: inline-block;
    margin-right: 8px; }
    .social-icon > li:last-child {
      margin-right: 0; }
    .social-icon > li > a {
      display: table; }
  .social-icon .icon {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 30px;
    height: 30px !important;
    line-height: 1;
    font-size: 14px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #999a9e;
    background: none; }
  .social-icon a:hover .icon {
    background-color: transparent;
    color: #fcc813;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
  .social-icon.social-light .icon {
    color: #b3b6ba; }
  .social-icon.social-bg .icon {
    background-color: #fcc813;
    color: #fff; }
  .social-icon.social-bg > li > a:hover .icon {
    background-color: #fcc813;
    color: #fff;
    opacity: 0.6; }
  .social-icon.circle .icon {
    border-radius: 50%; }
  .social-icon.rounded .icon {
    border-radius: 3px; }
  .social-icon.simple .icon {
    color: #778;
    background-color: transparent; }
  .social-icon.simple > li > a:hover .icon {
    background-color: transparent;
    color: #fcc813;
    border: none; }

/* *********************  Animations    ********************* */
/* fade */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
  .animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }
  .animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

/* Appear animations */
.animated {
  opacity: 0; }
  .animated.on {
    opacity: 1; }

/* *********************  Animsition loading    ********************* */
.animsition, .animsition-overlay {
  position: relative;
  opacity: 0;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

.animsition-loading {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2032%2032%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22%23ccc%22%3E%0A%20%20%3Cpath%20opacity%3D%22.25%22%20d%3D%22M16%200%20A16%2016%200%200%200%2016%2032%20A16%2016%200%200%200%2016%200%20M16%204%20A12%2012%200%200%201%2016%2028%20A12%2012%200%200%201%2016%204%22/%3E%0A%20%20%3Cpath%20d%3D%22M16%200%20A16%2016%200%200%201%2032%2016%20L28%2016%20A12%2012%200%200%200%2016%204z%22%3E%0A%20%20%20%20%3CanimateTransform%20attributeName%3D%22transform%22%20type%3D%22rotate%22%20from%3D%220%2016%2016%22%20to%3D%22360%2016%2016%22%20dur%3D%220.8s%22%20repeatCount%3D%22indefinite%22%20/%3E%0A%20%20%3C/path%3E%0A%3C/svg%3E%0A%0A) center center no-repeat;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }
  .animsition-loading:after {
    position: fixed;
    top: 50%;
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
    color: #aaacae;
    text-align: center;
    content: "Loading"; }

.animsition-overlay-slide {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #ddd; }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in; }

@-webkit-keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.fade-out {
  -webkit-animation-name: fade-out;
  animation-name: fade-out; }

@-webkit-keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(500px);
    transform: translateY(500px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(500px);
    transform: translateY(500px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
.categorie-title {
  cursor: pointer; }
  .categorie-title .d-none {
    display: none !important; }
  .categorie-title .show {
    display: inline !important; }
  .categorie-title:hover {
    color: #034275; }

/* *********************  Updates    ********************* */
/* Update v1.0.1 */
.form-subscribe .form-control {
  height: 42px;
  background-color: #eaebf0; }

.g-recaptcha iframe {
  height: 78px; }

/* Update v1.1.0 */
/* Changed in update v1.3.0 */
.menu-badge {
  color: rgba(252, 200, 19, 0.9) !important;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  margin-left: 10px; }

/* Update v1.2.0 */
/* Working widgets */
/* Twitter Feed */
.twitter-feed ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .twitter-feed ul > li {
    margin-bottom: 40px;
    border-bottom: 1px solid #eaebee; }
    .twitter-feed ul > li:last-child {
      border-bottom: none;
      margin-bottom: 0; }
.twitter-feed a {
  color: #505259; }
  .twitter-feed a:hover, .twitter-feed a:focus, .twitter-feed a:active {
    color: #202329; }
.twitter-feed .tweet-section a {
  color: rgba(255, 255, 255, 0.7); }
  .twitter-feed .tweet-section a:hover, .twitter-feed .tweet-section a:focus, .twitter-feed .tweet-section a:active {
    color: white; }

.tweet-section {
  padding: 30px 20px 5px; }

/* Flickr Feed */
.flickr-carousel img {
  width: 100%;
  height: 320px; }

/* Mailchimp form */
.form-mailchimp button, .form-mailchimp .form-control {
  height: 42px; }

/* v1.3.0 */
/* Megamenu and Submenu font style */
.submenu, .megamenu {
  text-transform: none;
  font-size: 12px; }

.vertical-menu-list.onepage-list {
  padding: 0; }
  .vertical-menu-list.onepage-list > li > a {
    font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #d0d4d8;
    font-weight: 400;
    font-size: 10px;
    margin-bottom: 10px; }
    .vertical-menu-list.onepage-list > li > a:hover, .vertical-menu-list.onepage-list > li > a:focus {
      color: #fcc813; }
  .vertical-menu-list.onepage-list > li.current > a {
    color: #fcc813; }

/* Body large boxed */
@media (min-width: 992px) {
  .large-boxed {
    padding: 40px;
    background-color: #e5e6e7; }
    .large-boxed #wrapper {
      background-color: #f5f5f5;
      box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5); }
    .large-boxed .menu-fixed .main-header, .large-boxed .header-transparent .main-header {
      width: calc(100% - 80px);
      left: auto;
      margin: 0 auto; } }
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'ElegantIcons';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="your-class-prefix"] {
*/
.arrow_up, .arrow_down, .arrow_left, .arrow_right, .arrow_left-up, .arrow_right-up, .arrow_right-down, .arrow_left-down, .arrow-up-down, .arrow_up-down_alt, .arrow_left-right_alt, .arrow_left-right, .arrow_expand_alt2, .arrow_expand_alt, .arrow_condense, .arrow_expand, .arrow_move, .arrow_carrot-up, .arrow_carrot-down, .arrow_carrot-left, .arrow_carrot-right, .arrow_carrot-2up, .arrow_carrot-2down, .arrow_carrot-2left, .arrow_carrot-2right, .arrow_carrot-up_alt2, .arrow_carrot-down_alt2, .arrow_carrot-left_alt2, .arrow_carrot-right_alt2, .arrow_carrot-2up_alt2, .arrow_carrot-2down_alt2, .arrow_carrot-2left_alt2, .arrow_carrot-2right_alt2, .arrow_triangle-up, .arrow_triangle-down, .arrow_triangle-left, .arrow_triangle-right, .arrow_triangle-up_alt2, .arrow_triangle-down_alt2, .arrow_triangle-left_alt2, .arrow_triangle-right_alt2, .arrow_back, .icon_minus-06, .icon_plus, .icon_close, .icon_check, .icon_minus_alt2, .icon_plus_alt2, .icon_close_alt2, .icon_check_alt2, .icon_zoom-out_alt, .icon_zoom-in_alt, .icon_search, .icon_box-empty, .icon_box-selected, .icon_minus-box, .icon_plus-box, .icon_box-checked, .icon_circle-empty, .icon_circle-slelected, .icon_stop_alt2, .icon_stop, .icon_pause_alt2, .icon_pause, .icon_menu, .icon_menu-square_alt2, .icon_menu-circle_alt2, .icon_ul, .icon_ol, .icon_adjust-horiz, .icon_adjust-vert, .icon_document_alt, .icon_documents_alt, .icon_pencil, .icon_pencil-edit_alt, .icon_pencil-edit, .icon_folder-alt, .icon_folder-open_alt, .icon_folder-add_alt, .icon_info_alt, .icon_error-oct_alt, .icon_error-circle_alt, .icon_error-triangle_alt, .icon_question_alt2, .icon_question, .icon_comment_alt, .icon_chat_alt, .icon_vol-mute_alt, .icon_volume-low_alt, .icon_volume-high_alt, .icon_quotations, .icon_quotations_alt2, .icon_clock_alt, .icon_lock_alt, .icon_lock-open_alt, .icon_key_alt, .icon_cloud_alt, .icon_cloud-upload_alt, .icon_cloud-download_alt, .icon_image, .icon_images, .icon_lightbulb_alt, .icon_gift_alt, .icon_house_alt, .icon_genius, .icon_mobile, .icon_tablet, .icon_laptop, .icon_desktop, .icon_camera_alt, .icon_mail_alt, .icon_cone_alt, .icon_ribbon_alt, .icon_bag_alt, .icon_creditcard, .icon_cart_alt, .icon_paperclip, .icon_tag_alt, .icon_tags_alt, .icon_trash_alt, .icon_cursor_alt, .icon_mic_alt, .icon_compass_alt, .icon_pin_alt, .icon_pushpin_alt, .icon_map_alt, .icon_drawer_alt, .icon_toolbox_alt, .icon_book_alt, .icon_calendar, .icon_film, .icon_table, .icon_contacts_alt, .icon_headphones, .icon_lifesaver, .icon_piechart, .icon_refresh, .icon_link_alt, .icon_link, .icon_loading, .icon_blocked, .icon_archive_alt, .icon_heart_alt, .icon_star_alt, .icon_star-half_alt, .icon_star, .icon_star-half, .icon_tools, .icon_tool, .icon_cog, .icon_cogs, .arrow_up_alt, .arrow_down_alt, .arrow_left_alt, .arrow_right_alt, .arrow_left-up_alt, .arrow_right-up_alt, .arrow_right-down_alt, .arrow_left-down_alt, .arrow_condense_alt, .arrow_expand_alt3, .arrow_carrot_up_alt, .arrow_carrot-down_alt, .arrow_carrot-left_alt, .arrow_carrot-right_alt, .arrow_carrot-2up_alt, .arrow_carrot-2dwnn_alt, .arrow_carrot-2left_alt, .arrow_carrot-2right_alt, .arrow_triangle-up_alt, .arrow_triangle-down_alt, .arrow_triangle-left_alt, .arrow_triangle-right_alt, .icon_minus_alt, .icon_plus_alt, .icon_close_alt, .icon_check_alt, .icon_zoom-out, .icon_zoom-in, .icon_stop_alt, .icon_menu-square_alt, .icon_menu-circle_alt, .icon_document, .icon_documents, .icon_pencil_alt, .icon_folder, .icon_folder-open, .icon_folder-add, .icon_folder_upload, .icon_folder_download, .icon_info, .icon_error-circle, .icon_error-oct, .icon_error-triangle, .icon_question_alt, .icon_comment, .icon_chat, .icon_vol-mute, .icon_volume-low, .icon_volume-high, .icon_quotations_alt, .icon_clock, .icon_lock, .icon_lock-open, .icon_key, .icon_cloud, .icon_cloud-upload, .icon_cloud-download, .icon_lightbulb, .icon_gift, .icon_house, .icon_camera, .icon_mail, .icon_cone, .icon_ribbon, .icon_bag, .icon_cart, .icon_tag, .icon_tags, .icon_trash, .icon_cursor, .icon_mic, .icon_compass, .icon_pin, .icon_pushpin, .icon_map, .icon_drawer, .icon_toolbox, .icon_book, .icon_contacts, .icon_archive, .icon_heart, .icon_profile, .icon_group, .icon_grid-2x2, .icon_grid-3x3, .icon_music, .icon_pause_alt, .icon_phone, .icon_upload, .icon_download, .social_facebook, .social_twitter, .social_pinterest, .social_googleplus, .social_tumblr, .social_tumbleupon, .social_wordpress, .social_instagram, .social_dribbble, .social_vimeo, .social_linkedin, .social_rss, .social_deviantart, .social_share, .social_myspace, .social_skype, .social_youtube, .social_picassa, .social_googledrive, .social_flickr, .social_blogger, .social_spotify, .social_delicious, .social_facebook_circle, .social_twitter_circle, .social_pinterest_circle, .social_googleplus_circle, .social_tumblr_circle, .social_stumbleupon_circle, .social_wordpress_circle, .social_instagram_circle, .social_dribbble_circle, .social_vimeo_circle, .social_linkedin_circle, .social_rss_circle, .social_deviantart_circle, .social_share_circle, .social_myspace_circle, .social_skype_circle, .social_youtube_circle, .social_picassa_circle, .social_googledrive_alt2, .social_flickr_circle, .social_blogger_circle, .social_spotify_circle, .social_delicious_circle, .social_facebook_square, .social_twitter_square, .social_pinterest_square, .social_googleplus_square, .social_tumblr_square, .social_stumbleupon_square, .social_wordpress_square, .social_instagram_square, .social_dribbble_square, .social_vimeo_square, .social_linkedin_square, .social_rss_square, .social_deviantart_square, .social_share_square, .social_myspace_square, .social_skype_square, .social_youtube_square, .social_picassa_square, .social_googledrive_square, .social_flickr_square, .social_blogger_square, .social_spotify_square, .social_delicious_square, .icon_printer, .icon_calulator, .icon_building, .icon_floppy, .icon_drive, .icon_search-2, .icon_id, .icon_id-2, .icon_puzzle, .icon_like, .icon_dislike, .icon_mug, .icon_currency, .icon_wallet, .icon_pens, .icon_easel, .icon_flowchart, .icon_datareport, .icon_briefcase, .icon_shield, .icon_percent, .icon_globe, .icon_globe-2, .icon_target, .icon_hourglass, .icon_balance, .icon_rook, .icon_printer-alt, .icon_calculator_alt, .icon_building_alt, .icon_floppy_alt, .icon_drive_alt, .icon_search_alt, .icon_id_alt, .icon_id-2_alt, .icon_puzzle_alt, .icon_like_alt, .icon_dislike_alt, .icon_mug_alt, .icon_currency_alt, .icon_wallet_alt, .icon_pens_alt, .icon_easel_alt, .icon_flowchart_alt, .icon_datareport_alt, .icon_briefcase_alt, .icon_shield_alt, .icon_percent_alt, .icon_globe_alt, .icon_clipboard {
  font-family: 'ElegantIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.arrow_up:before {
  content: "\21"; }

.arrow_down:before {
  content: "\22"; }

.arrow_left:before {
  content: "\23"; }

.arrow_right:before {
  content: "\24"; }

.arrow_left-up:before {
  content: "\25"; }

.arrow_right-up:before {
  content: "\26"; }

.arrow_right-down:before {
  content: "\27"; }

.arrow_left-down:before {
  content: "\28"; }

.arrow-up-down:before {
  content: "\29"; }

.arrow_up-down_alt:before {
  content: "\2a"; }

.arrow_left-right_alt:before {
  content: "\2b"; }

.arrow_left-right:before {
  content: "\2c"; }

.arrow_expand_alt2:before {
  content: "\2d"; }

.arrow_expand_alt:before {
  content: "\2e"; }

.arrow_condense:before {
  content: "\2f"; }

.arrow_expand:before {
  content: "\30"; }

.arrow_move:before {
  content: "\31"; }

.arrow_carrot-up:before {
  content: "\32"; }

.arrow_carrot-down:before {
  content: "\33"; }

.arrow_carrot-left:before {
  content: "\34"; }

.arrow_carrot-right:before {
  content: "\35"; }

.arrow_carrot-2up:before {
  content: "\36"; }

.arrow_carrot-2down:before {
  content: "\37"; }

.arrow_carrot-2left:before {
  content: "\38"; }

.arrow_carrot-2right:before {
  content: "\39"; }

.arrow_carrot-up_alt2:before {
  content: "\3a"; }

.arrow_carrot-down_alt2:before {
  content: "\3b"; }

.arrow_carrot-left_alt2:before {
  content: "\3c"; }

.arrow_carrot-right_alt2:before {
  content: "\3d"; }

.arrow_carrot-2up_alt2:before {
  content: "\3e"; }

.arrow_carrot-2down_alt2:before {
  content: "\3f"; }

.arrow_carrot-2left_alt2:before {
  content: "\40"; }

.arrow_carrot-2right_alt2:before {
  content: "\41"; }

.arrow_triangle-up:before {
  content: "\42"; }

.arrow_triangle-down:before {
  content: "\43"; }

.arrow_triangle-left:before {
  content: "\44"; }

.arrow_triangle-right:before {
  content: "\45"; }

.arrow_triangle-up_alt2:before {
  content: "\46"; }

.arrow_triangle-down_alt2:before {
  content: "\47"; }

.arrow_triangle-left_alt2:before {
  content: "\48"; }

.arrow_triangle-right_alt2:before {
  content: "\49"; }

.arrow_back:before {
  content: "\4a"; }

.icon_minus-06:before {
  content: "\4b"; }

.icon_plus:before {
  content: "\4c"; }

.icon_close:before {
  content: "\4d"; }

.icon_check:before {
  content: "\4e"; }

.icon_minus_alt2:before {
  content: "\4f"; }

.icon_plus_alt2:before {
  content: "\50"; }

.icon_close_alt2:before {
  content: "\51"; }

.icon_check_alt2:before {
  content: "\52"; }

.icon_zoom-out_alt:before {
  content: "\53"; }

.icon_zoom-in_alt:before {
  content: "\54"; }

.icon_search:before {
  content: "\55"; }

.icon_box-empty:before {
  content: "\56"; }

.icon_box-selected:before {
  content: "\57"; }

.icon_minus-box:before {
  content: "\58"; }

.icon_plus-box:before {
  content: "\59"; }

.icon_box-checked:before {
  content: "\5a"; }

.icon_circle-empty:before {
  content: "\5b"; }

.icon_circle-slelected:before {
  content: "\5c"; }

.icon_stop_alt2:before {
  content: "\5d"; }

.icon_stop:before {
  content: "\5e"; }

.icon_pause_alt2:before {
  content: "\5f"; }

.icon_pause:before {
  content: "\60"; }

.icon_menu:before {
  content: "\61"; }

.icon_menu-square_alt2:before {
  content: "\62"; }

.icon_menu-circle_alt2:before {
  content: "\63"; }

.icon_ul:before {
  content: "\64"; }

.icon_ol:before {
  content: "\65"; }

.icon_adjust-horiz:before {
  content: "\66"; }

.icon_adjust-vert:before {
  content: "\67"; }

.icon_document_alt:before {
  content: "\68"; }

.icon_documents_alt:before {
  content: "\69"; }

.icon_pencil:before {
  content: "\6a"; }

.icon_pencil-edit_alt:before {
  content: "\6b"; }

.icon_pencil-edit:before {
  content: "\6c"; }

.icon_folder-alt:before {
  content: "\6d"; }

.icon_folder-open_alt:before {
  content: "\6e"; }

.icon_folder-add_alt:before {
  content: "\6f"; }

.icon_info_alt:before {
  content: "\70"; }

.icon_error-oct_alt:before {
  content: "\71"; }

.icon_error-circle_alt:before {
  content: "\72"; }

.icon_error-triangle_alt:before {
  content: "\73"; }

.icon_question_alt2:before {
  content: "\74"; }

.icon_question:before {
  content: "\75"; }

.icon_comment_alt:before {
  content: "\76"; }

.icon_chat_alt:before {
  content: "\77"; }

.icon_vol-mute_alt:before {
  content: "\78"; }

.icon_volume-low_alt:before {
  content: "\79"; }

.icon_volume-high_alt:before {
  content: "\7a"; }

.icon_quotations:before {
  content: "\7b"; }

.icon_quotations_alt2:before {
  content: "\7c"; }

.icon_clock_alt:before {
  content: "\7d"; }

.icon_lock_alt:before {
  content: "\7e"; }

.icon_lock-open_alt:before {
  content: "\e000"; }

.icon_key_alt:before {
  content: "\e001"; }

.icon_cloud_alt:before {
  content: "\e002"; }

.icon_cloud-upload_alt:before {
  content: "\e003"; }

.icon_cloud-download_alt:before {
  content: "\e004"; }

.icon_image:before {
  content: "\e005"; }

.icon_images:before {
  content: "\e006"; }

.icon_lightbulb_alt:before {
  content: "\e007"; }

.icon_gift_alt:before {
  content: "\e008"; }

.icon_house_alt:before {
  content: "\e009"; }

.icon_genius:before {
  content: "\e00a"; }

.icon_mobile:before {
  content: "\e00b"; }

.icon_tablet:before {
  content: "\e00c"; }

.icon_laptop:before {
  content: "\e00d"; }

.icon_desktop:before {
  content: "\e00e"; }

.icon_camera_alt:before {
  content: "\e00f"; }

.icon_mail_alt:before {
  content: "\e010"; }

.icon_cone_alt:before {
  content: "\e011"; }

.icon_ribbon_alt:before {
  content: "\e012"; }

.icon_bag_alt:before {
  content: "\e013"; }

.icon_creditcard:before {
  content: "\e014"; }

.icon_cart_alt:before {
  content: "\e015"; }

.icon_paperclip:before {
  content: "\e016"; }

.icon_tag_alt:before {
  content: "\e017"; }

.icon_tags_alt:before {
  content: "\e018"; }

.icon_trash_alt:before {
  content: "\e019"; }

.icon_cursor_alt:before {
  content: "\e01a"; }

.icon_mic_alt:before {
  content: "\e01b"; }

.icon_compass_alt:before {
  content: "\e01c"; }

.icon_pin_alt:before {
  content: "\e01d"; }

.icon_pushpin_alt:before {
  content: "\e01e"; }

.icon_map_alt:before {
  content: "\e01f"; }

.icon_drawer_alt:before {
  content: "\e020"; }

.icon_toolbox_alt:before {
  content: "\e021"; }

.icon_book_alt:before {
  content: "\e022"; }

.icon_calendar:before {
  content: "\e023"; }

.icon_film:before {
  content: "\e024"; }

.icon_table:before {
  content: "\e025"; }

.icon_contacts_alt:before {
  content: "\e026"; }

.icon_headphones:before {
  content: "\e027"; }

.icon_lifesaver:before {
  content: "\e028"; }

.icon_piechart:before {
  content: "\e029"; }

.icon_refresh:before {
  content: "\e02a"; }

.icon_link_alt:before {
  content: "\e02b"; }

.icon_link:before {
  content: "\e02c"; }

.icon_loading:before {
  content: "\e02d"; }

.icon_blocked:before {
  content: "\e02e"; }

.icon_archive_alt:before {
  content: "\e02f"; }

.icon_heart_alt:before {
  content: "\e030"; }

.icon_star_alt:before {
  content: "\e031"; }

.icon_star-half_alt:before {
  content: "\e032"; }

.icon_star:before {
  content: "\e033"; }

.icon_star-half:before {
  content: "\e034"; }

.icon_tools:before {
  content: "\e035"; }

.icon_tool:before {
  content: "\e036"; }

.icon_cog:before {
  content: "\e037"; }

.icon_cogs:before {
  content: "\e038"; }

.arrow_up_alt:before {
  content: "\e039"; }

.arrow_down_alt:before {
  content: "\e03a"; }

.arrow_left_alt:before {
  content: "\e03b"; }

.arrow_right_alt:before {
  content: "\e03c"; }

.arrow_left-up_alt:before {
  content: "\e03d"; }

.arrow_right-up_alt:before {
  content: "\e03e"; }

.arrow_right-down_alt:before {
  content: "\e03f"; }

.arrow_left-down_alt:before {
  content: "\e040"; }

.arrow_condense_alt:before {
  content: "\e041"; }

.arrow_expand_alt3:before {
  content: "\e042"; }

.arrow_carrot_up_alt:before {
  content: "\e043"; }

.arrow_carrot-down_alt:before {
  content: "\e044"; }

.arrow_carrot-left_alt:before {
  content: "\e045"; }

.arrow_carrot-right_alt:before {
  content: "\e046"; }

.arrow_carrot-2up_alt:before {
  content: "\e047"; }

.arrow_carrot-2dwnn_alt:before {
  content: "\e048"; }

.arrow_carrot-2left_alt:before {
  content: "\e049"; }

.arrow_carrot-2right_alt:before {
  content: "\e04a"; }

.arrow_triangle-up_alt:before {
  content: "\e04b"; }

.arrow_triangle-down_alt:before {
  content: "\e04c"; }

.arrow_triangle-left_alt:before {
  content: "\e04d"; }

.arrow_triangle-right_alt:before {
  content: "\e04e"; }

.icon_minus_alt:before {
  content: "\e04f"; }

.icon_plus_alt:before {
  content: "\e050"; }

.icon_close_alt:before {
  content: "\e051"; }

.icon_check_alt:before {
  content: "\e052"; }

.icon_zoom-out:before {
  content: "\e053"; }

.icon_zoom-in:before {
  content: "\e054"; }

.icon_stop_alt:before {
  content: "\e055"; }

.icon_menu-square_alt:before {
  content: "\e056"; }

.icon_menu-circle_alt:before {
  content: "\e057"; }

.icon_document:before {
  content: "\e058"; }

.icon_documents:before {
  content: "\e059"; }

.icon_pencil_alt:before {
  content: "\e05a"; }

.icon_folder:before {
  content: "\e05b"; }

.icon_folder-open:before {
  content: "\e05c"; }

.icon_folder-add:before {
  content: "\e05d"; }

.icon_folder_upload:before {
  content: "\e05e"; }

.icon_folder_download:before {
  content: "\e05f"; }

.icon_info:before {
  content: "\e060"; }

.icon_error-circle:before {
  content: "\e061"; }

.icon_error-oct:before {
  content: "\e062"; }

.icon_error-triangle:before {
  content: "\e063"; }

.icon_question_alt:before {
  content: "\e064"; }

.icon_comment:before {
  content: "\e065"; }

.icon_chat:before {
  content: "\e066"; }

.icon_vol-mute:before {
  content: "\e067"; }

.icon_volume-low:before {
  content: "\e068"; }

.icon_volume-high:before {
  content: "\e069"; }

.icon_quotations_alt:before {
  content: "\e06a"; }

.icon_clock:before {
  content: "\e06b"; }

.icon_lock:before {
  content: "\e06c"; }

.icon_lock-open:before {
  content: "\e06d"; }

.icon_key:before {
  content: "\e06e"; }

.icon_cloud:before {
  content: "\e06f"; }

.icon_cloud-upload:before {
  content: "\e070"; }

.icon_cloud-download:before {
  content: "\e071"; }

.icon_lightbulb:before {
  content: "\e072"; }

.icon_gift:before {
  content: "\e073"; }

.icon_house:before {
  content: "\e074"; }

.icon_camera:before {
  content: "\e075"; }

.icon_mail:before {
  content: "\e076"; }

.icon_cone:before {
  content: "\e077"; }

.icon_ribbon:before {
  content: "\e078"; }

.icon_bag:before {
  content: "\e079"; }

.icon_cart:before {
  content: "\e07a"; }

.icon_tag:before {
  content: "\e07b"; }

.icon_tags:before {
  content: "\e07c"; }

.icon_trash:before {
  content: "\e07d"; }

.icon_cursor:before {
  content: "\e07e"; }

.icon_mic:before {
  content: "\e07f"; }

.icon_compass:before {
  content: "\e080"; }

.icon_pin:before {
  content: "\e081"; }

.icon_pushpin:before {
  content: "\e082"; }

.icon_map:before {
  content: "\e083"; }

.icon_drawer:before {
  content: "\e084"; }

.icon_toolbox:before {
  content: "\e085"; }

.icon_book:before {
  content: "\e086"; }

.icon_contacts:before {
  content: "\e087"; }

.icon_archive:before {
  content: "\e088"; }

.icon_heart:before {
  content: "\e089"; }

.icon_profile:before {
  content: "\e08a"; }

.icon_group:before {
  content: "\e08b"; }

.icon_grid-2x2:before {
  content: "\e08c"; }

.icon_grid-3x3:before {
  content: "\e08d"; }

.icon_music:before {
  content: "\e08e"; }

.icon_pause_alt:before {
  content: "\e08f"; }

.icon_phone:before {
  content: "\e090"; }

.icon_upload:before {
  content: "\e091"; }

.icon_download:before {
  content: "\e092"; }

.social_facebook:before {
  content: "\e093"; }

.social_twitter:before {
  content: "\e094"; }

.social_pinterest:before {
  content: "\e095"; }

.social_googleplus:before {
  content: "\e096"; }

.social_tumblr:before {
  content: "\e097"; }

.social_tumbleupon:before {
  content: "\e098"; }

.social_wordpress:before {
  content: "\e099"; }

.social_instagram:before {
  content: "\e09a"; }

.social_dribbble:before {
  content: "\e09b"; }

.social_vimeo:before {
  content: "\e09c"; }

.social_linkedin:before {
  content: "\e09d"; }

.social_rss:before {
  content: "\e09e"; }

.social_deviantart:before {
  content: "\e09f"; }

.social_share:before {
  content: "\e0a0"; }

.social_myspace:before {
  content: "\e0a1"; }

.social_skype:before {
  content: "\e0a2"; }

.social_youtube:before {
  content: "\e0a3"; }

.social_picassa:before {
  content: "\e0a4"; }

.social_googledrive:before {
  content: "\e0a5"; }

.social_flickr:before {
  content: "\e0a6"; }

.social_blogger:before {
  content: "\e0a7"; }

.social_spotify:before {
  content: "\e0a8"; }

.social_delicious:before {
  content: "\e0a9"; }

.social_facebook_circle:before {
  content: "\e0aa"; }

.social_twitter_circle:before {
  content: "\e0ab"; }

.social_pinterest_circle:before {
  content: "\e0ac"; }

.social_googleplus_circle:before {
  content: "\e0ad"; }

.social_tumblr_circle:before {
  content: "\e0ae"; }

.social_stumbleupon_circle:before {
  content: "\e0af"; }

.social_wordpress_circle:before {
  content: "\e0b0"; }

.social_instagram_circle:before {
  content: "\e0b1"; }

.social_dribbble_circle:before {
  content: "\e0b2"; }

.social_vimeo_circle:before {
  content: "\e0b3"; }

.social_linkedin_circle:before {
  content: "\e0b4"; }

.social_rss_circle:before {
  content: "\e0b5"; }

.social_deviantart_circle:before {
  content: "\e0b6"; }

.social_share_circle:before {
  content: "\e0b7"; }

.social_myspace_circle:before {
  content: "\e0b8"; }

.social_skype_circle:before {
  content: "\e0b9"; }

.social_youtube_circle:before {
  content: "\e0ba"; }

.social_picassa_circle:before {
  content: "\e0bb"; }

.social_googledrive_alt2:before {
  content: "\e0bc"; }

.social_flickr_circle:before {
  content: "\e0bd"; }

.social_blogger_circle:before {
  content: "\e0be"; }

.social_spotify_circle:before {
  content: "\e0bf"; }

.social_delicious_circle:before {
  content: "\e0c0"; }

.social_facebook_square:before {
  content: "\e0c1"; }

.social_twitter_square:before {
  content: "\e0c2"; }

.social_pinterest_square:before {
  content: "\e0c3"; }

.social_googleplus_square:before {
  content: "\e0c4"; }

.social_tumblr_square:before {
  content: "\e0c5"; }

.social_stumbleupon_square:before {
  content: "\e0c6"; }

.social_wordpress_square:before {
  content: "\e0c7"; }

.social_instagram_square:before {
  content: "\e0c8"; }

.social_dribbble_square:before {
  content: "\e0c9"; }

.social_vimeo_square:before {
  content: "\e0ca"; }

.social_linkedin_square:before {
  content: "\e0cb"; }

.social_rss_square:before {
  content: "\e0cc"; }

.social_deviantart_square:before {
  content: "\e0cd"; }

.social_share_square:before {
  content: "\e0ce"; }

.social_myspace_square:before {
  content: "\e0cf"; }

.social_skype_square:before {
  content: "\e0d0"; }

.social_youtube_square:before {
  content: "\e0d1"; }

.social_picassa_square:before {
  content: "\e0d2"; }

.social_googledrive_square:before {
  content: "\e0d3"; }

.social_flickr_square:before {
  content: "\e0d4"; }

.social_blogger_square:before {
  content: "\e0d5"; }

.social_spotify_square:before {
  content: "\e0d6"; }

.social_delicious_square:before {
  content: "\e0d7"; }

.icon_printer:before {
  content: "\e103"; }

.icon_calulator:before {
  content: "\e0ee"; }

.icon_building:before {
  content: "\e0ef"; }

.icon_floppy:before {
  content: "\e0e8"; }

.icon_drive:before {
  content: "\e0ea"; }

.icon_search-2:before {
  content: "\e101"; }

.icon_id:before {
  content: "\e107"; }

.icon_id-2:before {
  content: "\e108"; }

.icon_puzzle:before {
  content: "\e102"; }

.icon_like:before {
  content: "\e106"; }

.icon_dislike:before {
  content: "\e0eb"; }

.icon_mug:before {
  content: "\e105"; }

.icon_currency:before {
  content: "\e0ed"; }

.icon_wallet:before {
  content: "\e100"; }

.icon_pens:before {
  content: "\e104"; }

.icon_easel:before {
  content: "\e0e9"; }

.icon_flowchart:before {
  content: "\e109"; }

.icon_datareport:before {
  content: "\e0ec"; }

.icon_briefcase:before {
  content: "\e0fe"; }

.icon_shield:before {
  content: "\e0f6"; }

.icon_percent:before {
  content: "\e0fb"; }

.icon_globe:before {
  content: "\e0e2"; }

.icon_globe-2:before {
  content: "\e0e3"; }

.icon_target:before {
  content: "\e0f5"; }

.icon_hourglass:before {
  content: "\e0e1"; }

.icon_balance:before {
  content: "\e0ff"; }

.icon_rook:before {
  content: "\e0f8"; }

.icon_printer-alt:before {
  content: "\e0fa"; }

.icon_calculator_alt:before {
  content: "\e0e7"; }

.icon_building_alt:before {
  content: "\e0fd"; }

.icon_floppy_alt:before {
  content: "\e0e4"; }

.icon_drive_alt:before {
  content: "\e0e5"; }

.icon_search_alt:before {
  content: "\e0f7"; }

.icon_id_alt:before {
  content: "\e0e0"; }

.icon_id-2_alt:before {
  content: "\e0fc"; }

.icon_puzzle_alt:before {
  content: "\e0f9"; }

.icon_like_alt:before {
  content: "\e0dd"; }

.icon_dislike_alt:before {
  content: "\e0f1"; }

.icon_mug_alt:before {
  content: "\e0dc"; }

.icon_currency_alt:before {
  content: "\e0f3"; }

.icon_wallet_alt:before {
  content: "\e0d8"; }

.icon_pens_alt:before {
  content: "\e0db"; }

.icon_easel_alt:before {
  content: "\e0f0"; }

.icon_flowchart_alt:before {
  content: "\e0df"; }

.icon_datareport_alt:before {
  content: "\e0f2"; }

.icon_briefcase_alt:before {
  content: "\e0f4"; }

.icon_shield_alt:before {
  content: "\e0d9"; }

.icon_percent_alt:before {
  content: "\e0da"; }

.icon_globe_alt:before {
  content: "\e0de"; }

.icon_clipboard:before {
  content: "\e0e6"; }

.glyph {
  float: left;
  text-align: center;
  padding: .75em;
  margin: .4em 1.5em .75em 0;
  width: 6em;
  text-shadow: none; }

.glyph_big {
  font-size: 128px;
  color: #59c5dc;
  float: left;
  margin-right: 20px; }

.glyph div {
  padding-bottom: 10px; }
.glyph input {
  font-family: consolas, monospace;
  font-size: 12px;
  width: 100%;
  text-align: center;
  border: 0;
  box-shadow: 0 0 0 1px #ccc;
  padding: .2em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }

.centered {
  margin-left: auto;
  margin-right: auto; }

.glyph .fs1 {
  font-size: 2em; }

/* Change #fcc813 with your favorite color */
/* -------------------------------------------------------------------- */
/* Do not change anything here */
/* -------------------------------------------------------------------- */
.irs-from, .irs-to, .irs-single {
  background: #073b5b; }

.irs-from:after, .irs-to:after, .irs-single:after {
  border-top-color: #073b5b; }

.owl-theme .owl-controls.clickable .owl-buttons div:hover,
.owl-theme .owl-controls.clickable .owl-buttons div:focus {
  background-color: #073b5b; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #073b5b; }

mark {
  background: #073b5b; }

a {
  color: #073b5b; }

.a-inherit:hover {
  color: #073b5b; }

.back-to-top {
  border-bottom: 40px solid #073b5b; }

.back-to-top:hover {
  color: #073b5b; }

.bg-overlay.overlay-main {
  background: #073b5b; }

.br-bottom:after {
  border-top: 2px solid #073b5b; }

.br-bottom-center::after {
  border-top: 2px solid #073b5b; }

.br-bottom-center.large:after {
  border-top: 2px solid #073b5b; }

.br-left {
  border-left: 2px solid #073b5b; }

.br-top {
  border-top: 2px solid #073b5b; }

.color-main {
  color: #073b5b !important; }

.bg-main {
  background-color: #073b5b !important; }

.menu > li > a:hover,
.menu > li > a:focus,
.menu > li:hover > a,
.menu > li.current > a {
  color: #073b5b !important; }

.menu-search button {
  color: #073b5b; }

.menu > li.li-cart .cart-count {
  background-color: #073b5b; }

.megamenu-list .li-shop-cart .price {
  color: #073b5b; }

.submenu > li > a:hover,
.submenu > li > a:focus,
.submenu > li:hover > a {
  color: #fff; }

.megamenu-list > li > a:hover,
.megamenu-list > li > a:focus {
  color: #fff; }

.vertical-menu-list > li > a:hover,
.vertical-menu-list > li > a:focus {
  color: #073b5b; }

.megamenu-list > .title,
.vertical-menu-list > .title {
  border-left: 2px solid #073b5b; }

@media (min-width: 992px) {
  .menu-border .megamenu,
  .menu-border .submenu {
    border-top: 3px solid #073b5b; } }
.topbar.topbar-main {
  background-color: #073b5b; }

.top-menu > li > a:hover,
.top-menu > li > a:focus,
.top-menu > li > a:active {
  color: #073b5b; }

.top-menu > li .icon {
  color: #073b5b; }

.vertical-menu-button {
  color: #073b5b; }

.vertical-menu-button:hover {
  color: #073b5b; }

.vertical-menu-button:focus,
.vertical-menu-button:active {
  color: #073b5b; }

.vertical-menu .panel-title:hover a,
.vertical-menu .panel-title:focus a {
  color: #073b5b; }

@media (max-width: 767px) {
  .vertical-menu-button:hover,
  .vertical-menu-button:focus,
  .vertical-menu-button:active {
    color: #073b5b; } }
.top-bar-trigger .icon {
  color: #073b5b; }

.btn-slider:hover,
.btn-slider:focus,
.btn-slider:active {
  background-color: #073b5b;
  border-color: #073b5b; }

.tp-caption .btn-slider.main,
.btn-slider.main {
  color: #073b5b;
  border-color: #073b5b; }

.btn-slider.main:hover,
.btn-slider.main:focus,
.btn-slider.main:active {
  background-color: #073b5b;
  color: #fff; }

.btn-slider.reversed {
  background-color: #073b5b;
  border-color: #073b5b; }

.page-breadcrumbs a:hover,
.page-breadcrumbs a:focus,
.page-breadcrumbs a:active,
.page-breadcrumbs a.active {
  color: #073b5b; }

.section-main {
  background-color: #073b5b; }

.section-bg .btn-bottom:hover {
  background-color: rgba(7, 59, 91, 0.7); }

.section-overflow {
  background-color: #073b5b; }

.box-services-2:hover .title-small {
  color: #073b5b; }

.box-services-2:hover .icon-1 {
  background-color: #073b5b; }

.box-services-2 .icon-2 {
  font-size: 55px;
  display: block;
  margin: 5px 0 0 0;
  color: #073b5b; }

.box-services-2:hover .icon-2 {
  color: #505358; }

.box-services-2 .icon-3 {
  background-color: #073b5b; }

.box-services-2:hover .icon-4 {
  color: #073b5b; }

.box-services-3:hover .title {
  color: #073b5b; }

.box-services-4 {
  background-color: #073b5b; }

.box-services-7:hover .title-small {
  color: #073b5b; }

.box-services-7:hover .icon-5 {
  color: #073b5b; }

.title-a {
  border-left: 2px solid #073b5b; }

.text-2 .icon {
  color: #073b5b; }

@media (min-width: 991px) {
  .testimonials-author-overlay {
    border-right: 1000px solid rgba(7, 59, 91, 0.5); } }
.plan:hover .plan-title {
  color: #073b5b; }

.plan-featured-overlay {
  border-color: transparent #073b5b transparent transparent; }

.plan-price {
  color: #073b5b; }

.portfolio-filter li > a:hover,
.portfolio-filter li > a:focus,
.portfolio-filter li > a.active {
  color: #073b5b; }

.view .portfolio-title > a:hover {
  color: #073b5b; }

.portfolio-text .mask .icon {
  color: #073b5b; }

.portfolio-text-title a:hover {
  color: #073b5b; }

.portfolio-text .portfolio-el:hover .portfolio-text-p {
  color: #073b5b; }

.project-title {
  border-left: 2px solid #073b5b; }

.blog-item .box-left .icon {
  border: 1px solid #073b5b;
  color: #073b5b; }

.blog-item:hover .box-left .icon {
  background-color: #073b5b; }

.blog-view .blog-expand {
  color: #073b5b; }

.blog-item .sub-post-title a:hover {
  color: #073b5b; }

.blog-item .separator,
.blog-item .sub-post-title .separator {
  color: #073b5b; }

.read-more {
  color: #073b5b; }

.read-more .icon {
  color: #073b5b; }

.read-more:hover {
  color: #073b5b; }

.intro-share .social-icon > li > a:hover .icon {
  color: #073b5b; }

.blog-user-social .social-icon > li > a .icon {
  color: #073b5b; }

.blog-comments .comment-date .icon {
  color: #073b5b; }

.sidebar-title {
  border-left: 2px solid #073b5b; }

.sidebar-search button {
  color: #073b5b; }

.sidebar-post h5 a:hover {
  color: #073b5b; }

.tweet-user {
  color: #073b5b; }

.tweet-user:hover {
  color: #073b5b; }

.sidebar-socials a:hover,
.sidebar-socials a:focus {
  color: #073b5b; }

.sidebar-socials .icon {
  color: #073b5b;
  border: 1px solid #073b5b; }

.sidebar-socials > li:hover .icon {
  background-color: #073b5b; }

.sidebar-categories li:hover a,
.sidebar-categories .panel-title:hover a,
.sidebar-categories .panel-title:focus a {
  color: #073b5b; }

.sidebar-archives > li > a:hover {
  color: #073b5b; }

.shop-price {
  color: #073b5b; }

.shop-offer {
  background-color: #073b5b; }

.shop-buy a {
  background-color: #073b5b; }

.shop-sidebar .top-rated-products h5 a:hover {
  color: #073b5b; }

.shop-product-name {
  border-left: 2px solid #073b5b; }

.shop-cart table .product a:hover {
  color: #073b5b; }

.progress-bar {
  background-color: #073b5b; }

.table-1.table-main-color {
  border-bottom: 1px solid #073b5b; }

.table-1.table-main-color th {
  background-color: #073b5b; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #073b5b;
  border-bottom: 2px solid #073b5b; }

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  color: #073b5b;
  border-bottom: 2px solid #073b5b; }

.nav-tabs.vertical > li > a {
  border-left: 0 solid #073b5b; }

.nav-tabs.vertical > li.active > a,
.nav-tabs.vertical > li > a:hover,
.nav-tabs.vertical > li > a:focus {
  color: #073b5b;
  border-left: 2px solid #073b5b; }

@media (max-width: 767px) {
  .nav-tabs > li > a {
    border-left: 0 solid #073b5b; }

  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
    color: #073b5b;
    border-left: 2px solid #073b5b; }

  .nav-tabs > li > a:hover,
  .nav-tabs > li > a:focus {
    color: #073b5b;
    border-left: 2px solid #073b5b; } }
.owl-shop .owl-el .owl-popup {
  color: #073b5b; }

.sm-cursor .icon {
  color: #073b5b; }

.btn-d:hover,
.btn-d:focus,
.btn-d:active,
.btn-d.active {
  background-color: #073b5b; }

.btn-e {
  color: #073b5b;
  border: 1px solid #073b5b; }

.btn-e:hover,
.btn-e:focus,
.btn-e:active,
.btn-e.active {
  background-color: #073b5b; }

.btn-bg {
  background-color: #073b5b; }

.popover-title {
  border-left: 2px solid #073b5b; }

.modal-title {
  border-left: 2px solid #073b5b; }

.alert.alert-dismissable .close:hover,
.alert.alert-dismissable .close:focus {
  color: #073b5b; }

.pagination > .active > a {
  color: #073b5b; }

.pagination > li a:hover,
.pagination .active a:hover {
  color: #073b5b; }

.mfp-close:hover {
  color: #073b5b; }

.popup .mask .popup-triangle {
  border-color: transparent rgba(7, 59, 91, 0.9) transparent transparent; }

.blockquote {
  border-left: 2px solid #073b5b; }

.blockquote cite {
  color: #073b5b; }

.icon-box.icon-main {
  background-color: #073b5b; }

.icon-3d {
  background-color: #073b5b; }

.icon-box:hover,
.icon-box:focus {
  background-color: #073b5b; }

.icon-box.icon-main:hover,
.icon-box.icon-main:focus {
  background-color: #073b5b; }

.icon-bordered:hover,
.icon-bordered:focus {
  color: #073b5b;
  border-color: #073b5b; }

.icon-3d:hover,
.icon-3d:focus {
  background-color: #073b5b; }

.icon-simple:hover,
.icon-simple:focus {
  color: #073b5b; }

.divider.d3:after {
  background-color: #073b5b; }

.footer-title {
  border-left: 2px solid #073b5b; }

.footer-social > li > a:hover > .icon,
.footer-social > li > a:focus > .icon {
  color: #073b5b; }

.footer-links > li > a:hover,
.footer-links > li > a:focus,
.footer-links > li > a:active {
  color: #073b5b; }

.footer-links.footer-links-2 > li > a .icon,
.footer-links.archives > li > a .icon {
  color: #073b5b; }

.tags.footer-tags a:hover {
  color: #073b5b; }

.footer-socials.sidebar-socials a:hover,
.footer-socials.sidebar-socials a:focus {
  color: #073b5b; }

.contact-widget .icon {
  color: #073b5b; }

.footer-color-dark .footer-posts .sidebar-post a:hover {
  color: #073b5b; }

.social-icon a:hover .icon {
  color: #073b5b; }

.social-icon.social-bg .icon {
  background-color: #073b5b; }

.social-icon.social-bg > li > a:hover .icon {
  background-color: #073b5b; }

.social-icon.simple > li > a:hover .icon {
  color: #073b5b; }

/* Update 1.3.0 */
.vertical-menu-list.onepage-list > li > a:hover,
.vertical-menu-list.onepage-list > li > a:focus,
.vertical-menu-list.onepage-list > li.current > a {
  color: #073b5b; }

/* Camera Style Captions ----------------------------------*/
.style-caption h1:before, .style-caption h2:before {
  -webkit-transition-duration: 0.3s;
  content: '';
  /* Posicionamiento del TriÃ¡ngulo */
  right: -40px;
  position: absolute;
  top: -webkit-calc(50% - 40px);
  top: 0; }

.style-caption {
  z-index: 9; }

.style-caption h1 {
  margin-top: 14%;
  padding: 15px 20px;
  display: block;
  max-width: 600px;
  color: #fff;
  font-size: 42px;
  line-height: 52px;
  color: #fff;
  border-left: 5px solid #232323;
  position: relative; }

.style-caption p {
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  max-width: 600px;
  padding: 12px 20px;
  background: #232323;
  background: rgba(0, 0, 0, 0.8);
  margin: 20px 0; }

.more .btn {
  padding: 10px 30px;
  font-size: 18px;
  border: 0;
  border-radius: 0;
  border-right: 5px solid #232323; }

.more .btn:hover {
  opacity: 1;
  border-right: 5px solid #232323; }

/***********************************
*
*	GENERAL
*
**********************************/
.camera_wrap img {
  max-width: none !important; }

.camera_fakehover {
  height: 100%;
  min-height: 60px;
  position: relative;
  width: 100%;
  z-index: 1; }

.camera_wrap {
  width: 100%;
  position: relative;
  height: 730px;
  padding-top: 65px; }

.camera_src {
  display: none; }

.cameraCont, .cameraContents {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1; }

.cameraSlide {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%; }

.cameraContent {
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%; }

.camera_target {
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: left;
  top: 0;
  width: 100%;
  z-index: 0; }

.camera_overlayer {
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0; }

.camera_target_content {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2; }

.camera_target_content .camera_link {
  background: url("../../img/slide/blank.gif");
  display: block;
  height: 100%;
  text-decoration: none; }

.camera_loader {
  background: #fff no-repeat center;
  background: rgba(255, 255, 255, 0.9) no-repeat center;
  border: 1px solid #ffffff;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  height: 36px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  margin: -18px 0 0 -18px;
  top: 50%;
  width: 36px;
  z-index: 3; }

.camera_bar {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3; }

.camera_thumbs_wrap.camera_left .camera_bar, .camera_thumbs_wrap.camera_right .camera_bar {
  height: 100%;
  position: absolute;
  width: auto; }

.camera_thumbs_wrap.camera_bottom .camera_bar, .camera_thumbs_wrap.camera_top .camera_bar {
  height: auto;
  position: absolute;
  width: 100%; }

.camera_nav_cont {
  height: 65px;
  overflow: hidden;
  position: absolute;
  right: 9px;
  top: 15px;
  width: 120px;
  z-index: 4; }

.camerarelative {
  overflow: hidden;
  position: relative; }

.imgFake {
  cursor: pointer; }

.camera_prevThumbs {
  bottom: 4px;
  cursor: pointer;
  left: 0;
  position: absolute;
  top: 4px;
  visibility: hidden;
  width: 30px;
  z-index: 10; }

.camera_prevThumbs div {
  display: block;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 30px; }

.camera_prevThumbs div:after {
  content: '\f054';
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0px 0px 0px 10px;
  text-decoration: none; }

.camera_nextThumbs {
  bottom: 4px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 4px;
  visibility: hidden;
  width: 30px;
  z-index: 10; }

.camera_nextThumbs div {
  display: block;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 30px; }

.camera_nextThumbs div:after {
  content: '\f053';
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0px 0px 0px 10px;
  text-decoration: none; }

.camera_command_wrap .hideNav {
  display: none; }

.camera_command_wrap {
  left: 0;
  position: relative;
  right: 0;
  z-index: 4; }

.camera_wrap .camera_pag .camera_pag_ul {
  list-style: none;
  position: absolute;
  bottom: 1%;
  padding: 10px 15px 0px 15px;
  text-align: center;
  width: 100%;
  text-align: center;
  margin: 0;
  z-index: 1; }

#slide_portfolio .camera_pag .camera_pag_ul {
  bottom: 0;
  left: -5%; }

.camera_wrap .camera_pag .camera_pag_ul li {
  cursor: pointer;
  height: 16px;
  margin: 0 5px;
  position: relative;
  text-align: left;
  text-indent: -9999px;
  width: 16px; }

.camera_commands_emboss .camera_pag .camera_pag_ul li {
  -moz-box-shadow: 0px 1px 0px white, inset 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 0px white, inset 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 0px white, inset 0px 1px 1px rgba(0, 0, 0, 0.2); }

.camera_wrap .camera_pag .camera_pag_ul li > span {
  height: 8px;
  left: 4px;
  overflow: hidden;
  position: absolute;
  top: 4px;
  width: 8px; }

.camera_commands_emboss .camera_pag .camera_pag_ul li:hover > span {
  -moz-box-shadow: 0px 1px 0px white, inset 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 0px white, inset 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 0px white, inset 0px 1px 1px rgba(0, 0, 0, 0.2); }

.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
  -moz-box-shadow: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0; }

.camera_pag_ul li img {
  display: none;
  position: absolute; }

.camera_pag_ul .thumb_arrow {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid;
  top: 0;
  left: 50%;
  margin-left: -4px;
  position: absolute; }

.camera_prev, .camera_next, .camera_commands {
  cursor: pointer;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 40px;
  z-index: 2; }

.camera_prev {
  left: 0; }

.camera_prev > span {
  display: block;
  height: 40px;
  width: 40px; }

.camera_next {
  right: 0; }

.camera_next > span {
  display: block;
  height: 40px;
  width: 40px; }

.camera_commands {
  right: 41px; }

.camera_commands > .camera_play {
  height: 40px;
  width: 40px; }

.camera_commands > .camera_stop {
  display: block;
  height: 40px;
  width: 40px; }

.camera_wrap .camera_pag .camera_pag_ul li {
  cursor: pointer;
  height: 16px;
  margin: 0 8px;
  position: relative;
  text-indent: -9999px;
  width: 16px;
  display: -moz-inline-stack;
  /* FF2*/
  display: inline-block;
  vertical-align: top;
  /* BASELINE CORRECCIÃ“N*/
  zoom: 1;
  /* IE7 (hasLayout)*/
  *display: inline;
  /* IE */ }

.camera_thumbs_cont {
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow: hidden;
  position: relative;
  width: 100%; }

.camera_commands_emboss .camera_thumbs_cont {
  -moz-box-shadow: 0px 1px 0px white, inset 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 0px white, inset 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 0px white, inset 0px 1px 1px rgba(0, 0, 0, 0.2); }

.camera_thumbs_cont > div {
  float: left;
  width: 100%; }

.camera_thumbs_cont ul {
  overflow: hidden;
  padding: 8px 0 13px 0;
  position: relative;
  text-align: center; }

.camera_thumbs_cont ul li {
  display: inline;
  padding: 0 6px;
  width: 80px;
  height: 60px; }

.camera_thumbs_cont ul li > img {
  border: 1px solid;
  cursor: pointer;
  margin-top: 5px;
  vertical-align: bottom;
  width: 100px;
  height: 60px; }

.camera_clear {
  display: block;
  clear: both; }

.showIt {
  display: none; }

.camera_clear {
  clear: both;
  display: block;
  height: 1px;
  margin: -1px 0 25px;
  position: relative; }

/**************************
*
*	COLORS & SKINS
*
**************************/
.pattern_0 .camera_overlayer {
  background-color: #252525;
  background: rgba(0, 0, 0, 0.65); }

.pattern_1 .camera_overlayer {
  background: url(../../img/slide/patterns/bg.png) repeat; }

.pattern_2 .camera_overlayer {
  background: url(../../img/slide/patterns/overlay2.png) repeat; }

.pattern_3 .camera_overlayer {
  background: url(../../img/slide/patterns/overlay3.png) repeat; }

.pattern_4 .camera_overlayer {
  background: url(../../img/slide/patterns/overlay4.png) repeat; }

.pattern_5 .camera_overlayer {
  background: url(../../img/slide/patterns/overlay5.png) repeat; }

.pattern_6 .camera_overlayer {
  background: url(../../img/slide/patterns/overlay6.png) repeat; }

.pattern_7 .camera_overlayer {
  background: url(../../img/slide/patterns/overlay7.png) repeat; }

.pattern_8 .camera_overlayer {
  background: url(../../img/slide/patterns/overlay8.png) repeat; }

.pattern_9 .camera_overlayer {
  background: url(../../img/slide/patterns/overlay9.png) repeat; }

.pattern_10 .camera_overlayer {
  background: url(../../img/slide/patterns/overlay10.png) repeat; }

.camera_wrap .camera_pag .camera_pag_ul li {
  background: #fff; }

.camera_wrap .camera_pag .camera_pag_ul li:hover > span {
  background: #fff; }

.camera_pag_ul li img {
  border: 4px solid #e6e6e6;
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5); }

.camera_pag_ul .thumb_arrow {
  border-top-color: #e6e6e6; }

.camera_thumbs_cont ul li > img {
  border-color: 1px solid #000; }

/*BLUE SKIN*/
.camera_blue_skin .camera_prevThumbs div {
  background-position: -160px -280px; }

.camera_blue_skin .camera_nextThumbs div {
  background-position: -190px -280px; }

.camera_blue_skin .camera_prev > span {
  background-position: 0 -280px; }

.camera_blue_skin .camera_next > span {
  background-position: -40px -280px; }

.camera_blue_skin .camera_commands > .camera_play {
  background-position: -80px -280px; }

.camera_blue_skin .camera_commands > .camera_stop {
  background-position: -120px -280px; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.product-bg {
  position: relative;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.09), 0 6px 12px rgba(0, 0, 0, 0.06) !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.09), 0 6px 12px rgba(0, 0, 0, 0.06) !important;
  margin: 0 15px 15px 0 !important;
  overflow: hidden; }
  .product-bg .cta {
    padding: 12.5px 0;
    background-color: #d9d9db;
    color: #034275;
    font-weight: 700;
    font-size: 16px;
    opacity: 0;
    position: absolute;
    width: 110%;
    bottom: -100px;
    left: 0;
    transition: all .25s;
    cursor: pointer;
    margin: 0 -15px; }
  @media (min-width: 992px) {
    .product-bg {
      margin-bottom: 20px;
      transition: all .25s;
      width: 45% !important; }
      .product-bg:hover .cta {
        opacity: 1;
        bottom: -30px; } }
  .product-bg .portfolio-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    padding: 30px 0 0 0; }
    .product-bg .portfolio-title:before {
      content: '';
      position: absolute;
      height: 3px;
      width: 110%;
      background-color: #034275;
      top: 0;
      left: 0;
      z-index: 1;
      position: absolute;
      left: 50%;
      transform: translateX(-50%); }
    .product-bg .portfolio-title:after {
      content: '';
      position: absolute;
      top: -25px;
      left: 50px;
      z-index: 1;
      width: 28px;
      height: 28px;
      background: url(../images/dakje.svg) no-repeat center center;
      -webkit-background-size: contain;
      -moz-background-size: contain;
      -o-background-size: contain;
      background-size: contain; }

.simple-hr,
.hr-hr {
  position: relative;
  border-top: 1px solid #fff; }
  .simple-hr:before,
  .hr-hr:before {
    content: '';
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #034275;
    bottom: 0;
    left: 0;
    z-index: 1; }
  .simple-hr:after,
  .hr-hr:after {
    content: '';
    position: absolute;
    top: -28px;
    left: 50px;
    z-index: 1;
    width: 28px;
    height: 28px;
    background: url(../images/dakje.svg) no-repeat center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain; }

.blog-blok,
.blog-infoblok {
  position: relative;
  overflow: hidden; }
  .blog-blok .cta,
  .blog-infoblok .cta {
    padding: 12.5px 0;
    background-color: #d9d9db;
    color: #034275;
    font-weight: 700;
    font-size: 15px;
    text-transform: none;
    opacity: 0;
    position: absolute;
    width: 95%;
    bottom: -20px;
    left: 0;
    transition: all .25s;
    cursor: pointer;
    text-align: center;
    right: 0;
    margin: 0 auto; }
  @media (min-width: 992px) {
    .blog-blok,
    .blog-infoblok {
      transition: all .25s; }
      .blog-blok:hover .cta,
      .blog-infoblok:hover .cta {
        opacity: 1;
        bottom: 0px; } }

body {
  background-color: #fff;
  color: #000;
  font-size: 1.6em; }

.header-transparent.header-transparent-light {
  background-color: #fff; }
.header-transparent .menu > .toggle-menu i {
  width: 100%;
  color: #666666;
  text-align: center;
  font-size: 18px;
  line-height: 50px; }
.header-transparent .menu > li.li-language .img-language {
  width: 23px;
  height: 17px; }
.header-transparent .menu > li > a {
  color: #666666; }
.header-transparent .menu > li.active > a {
  color: #034275; }

.menu-fixed-dark .menu-fixed .main-header {
  background-color: #fff; }
.menu-fixed-dark .menu-fixed .menu > li > a {
  color: #666666; }
.menu-fixed-dark .menu-fixed .menu > li.active > a {
  color: #034275; }

.menu > li {
  max-width: 150px; }

.btn-slider {
  float: left;
  background-color: #073b5b;
  color: #fff;
  border-radius: 0;
  border: 1px solid #073b5b;
  margin: 0;
  font-size: 10px; }

.border-arrow {
  float: left;
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-bottom: 23px solid transparent;
  border-left: 23px solid #073b5b; }

.bg-overlay {
  background: none; }
  .bg-overlay.gradient-1 {
    background: rgba(27, 27, 27, 0.4); }

.bg42 {
  background-image: url(../images/header2.jpg); }

.owl-carousel.controls-2 .owl-buttons {
  display: none; }

.portfolio-2 .portfolio-click {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out; }
.portfolio-2 .portfolio-2-details {
  top: 40%;
  display: none; }
  .portfolio-2 .portfolio-2-details a {
    color: #fff; }
.portfolio-2:hover .portfolio-2-details {
  display: block;
  background-color: rgba(80, 80, 80, 0.9); }

.blog-item .box-left .fa {
  font-size: 24px;
  display: block;
  width: 50px;
  height: 50px;
  border: 1px solid #073b5b;
  border-radius: 50%;
  color: #073b5b;
  padding-top: 12px;
  margin-top: 2px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
.blog-item:hover .box-left .fa {
  background-color: #073b5b;
  color: #fff; }

section.page-dealers {
  padding-top: 10px; }
  section.page-dealers a {
    word-wrap: break-word; }
  section.page-dealers .box-services-2 .icon {
    margin-left: 20px;
    font-size: 2em; }

.section-bg.bg-footer {
  margin: 0;
  min-height: 150px;
  background-image: url(../images/footer-background.jpg);
  background-position: center; }

/*  Counter ------------------------------------------------------------*/
.counter {
  text-align: center;
  margin: 0 auto;
  padding: 20px 0 10px 0; }

.counter span {
  display: inline-block;
  margin: auto 5px;
  font-size: 30px;
  font-weight: bold;
  color: #034275; }

.counter span small {
  font-size: 16px;
  font-weight: normal;
  color: #034275; }

.content-counter {
  background: #f5F5F5;
  width: 100%;
  position: relative;
  border-bottom: 0; }

.content-counter p {
  width: 90%;
  margin: 0 auto;
  text-align: center; }

.content-counter .hr-hr {
  position: relative;
  border-top: 1px solid #fff; }
  .content-counter .hr-hr:before {
    content: '';
    position: absolute;
    height: 0px;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    border: none; }
  .content-counter .hr-hr:after {
    content: '';
    position: absolute;
    right: -37px;
    top: -32px;
    border-bottom: 32px solid #fff;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent; }

.content-counter .post-options {
  text-align: center;
  margin-bottom: 20px;
  font-size: 13px;
  padding: 0;
  color: #034275; }

.content-counter .post-options li {
  display: inline-block;
  width: 100%;
  margin: 0 5px; }

.content-counter .post-options li i {
  padding-right: 5px; }

.content-counter .btn {
  border-radius: 0;
  border: 0;
  width: 100%;
  margin-top: 30px;
  padding: 25px auto;
  height: auto;
  position: relative; }

.content-counter-home .btn {
  bottom: 0;
  position: absolute; }

.content-counter .btn i {
  font-size: 25px;
  margin-left: 15px;
  padding-bottom: 5px; }

@media (max-width: 768px) {
  .extrapadding-mobile {
    padding: 0 40px; } }
/*  END Counter ------------------------------------------------------------*/
/* Events Carousel And Not Carousel -------------*/
.events-carousel {
  padding-left: 0;
  list-style: none; }

.events-carousel li {
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease; }

.events-no-carousel {
  margin: 0 0 30px 0; }

.events-no-carousel .header-post {
  margin: 0; }

.events-carousel:hover .header-post img {
  cursor: pointer;
  z-index: 1; }

.events-carousel .header-post {
  position: relative;
  overflow: hidden; }

.events-carousel .header-post img {
  width: 100%; }

.events-carousel .header-post .date {
  position: absolute;
  top: 0;
  left: 5%;
  width: 75px;
  padding: 5px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  z-index: 2; }

.events-carousel li .header-post .date span {
  display: block;
  font-size: 12px;
  font-weight: 300; }

.events-carousel li .header-post .meta-tag {
  background: #252525;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 6px 15px;
  color: #fff; }

.events-carousel .header-post .meta-tag ul {
  width: 100%; }

.events-carousel .header-post .meta-tag ul li {
  display: inline-block;
  font-size: 12px;
  margin-right: 5px; }

.events-carousel .header-post .meta-tag ul li a {
  color: #fff; }

.events-carousel .header-post .meta-tag ul li.text-right {
  float: right; }

.events-carousel .header-post .meta-tag ul li i {
  padding-right: 8px; }

.events-carousel .info-post {
  padding: 15px 20px;
  background-color: #fff;
  border-top: none;
  text-align: center; }

.events-carousel .info-post h4 {
  max-height: 26px;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.events-carousel .info-post p {
  font-size: 14px;
  line-height: 23px;
  height: 92px;
  overflow: hidden; }

/* END Events Carousel And Not Carousel -------------*/
.dark-home > .row {
  max-width: 1170px;
  margin: 0px auto; }

.title-color {
  padding: 14px 10px;
  background: #034275;
  background-color: #034275; }
  .title-color h4 {
    color: #fff;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase; }

.faq-list {
  padding: 0px 18px; }
  .faq-list li {
    list-style-type: disc; }

.z-box-5 {
  z-index: 10; }

.btn-primary {
  background-color: #073b5b; }

.style-caption h1, .style-caption h2 {
  margin-top: 14%;
  padding: 15px 20px;
  display: block;
  max-width: 600px;
  color: #fff;
  font-size: 42px;
  line-height: 52px;
  color: #fff;
  border-left: 5px solid #232323;
  position: relative;
  background: #073b5b; }
  .style-caption h1:before, .style-caption h2:before {
    border-top: 41px solid transparent;
    border-bottom: 41px solid transparent;
    border-left: 40px solid #073b5b; }

.flexbox {
  display: flex;
  flex-wrap: wrap; }

.sidebar-widget a.selected {
  color: #034275; }

.project h2 {
  color: #505459;
  font-family: "Lato", Arial, sans-serif;
  text-transform: uppercase;
  padding-left: 15px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 24px;
  border-left: 2px solid #034275; }
.project ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .project ul li {
    margin-bottom: 15px;
    font-size: 12px; }

.blog-post-content h2 {
  color: #505459;
  font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding-left: 15px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 24px;
  border-left: 2px solid #034275; }
.blog-post-content h3 {
  font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 0 15px;
  font-size: 17px;
  padding-left: 15px;
  border-left: 2px solid #034275; }
.blog-post-content .blog-date {
  color: #666666; }
.blog-post-content a {
  text-decoration: underline; }

.page-content a {
  text-decoration: underline; }

.pointer {
  cursor: pointer; }

.geschreven {
  color: #000;
  font-size: 12px;
  font-style: normal; }

.productdetail-image {
  width: 50%; }

.intro-title {
  color: #fff;
  opacity: 1; }

@media (max-width: 1280px) {
  .owl-carousel.controls-2 .owl-buttons {
    display: block; } }
@media (max-width: 991px) {
  .menu {
    max-height: none;
    border-radius: 0; }
    .menu > li {
      max-width: 100%; } }
@media (max-width: 768px) {
  .productdetail-image {
    width: 100%; }

  .flexbox {
    display: block; }

  .events-carousel li {
    float: none;
    margin: 0 auto 10px auto;
    max-width: 100%; }

  .style-caption h1:before, .style-caption h2:before {
    border-top: 41px solid transparent;
    border-bottom: 41px solid transparent;
    border-left: 40px solid transparent; } }
.filter {
  font-size: 12px;
  line-height: 14px;
  font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400; }
  .filter input[type=checkbox] {
    float: left;
    margin-top: 10px; }
  .filter span {
    margin-top: 10px;
    float: left; }

.home-banner {
  height: 100vh;
  background-position: center;
  background-size: cover; }
  @media (max-width: 768px) {
    .home-banner {
      height: 64vh; } }
  .home-banner .contentblok {
    margin-top: 40vh; }

.back-blue {
  background-color: #034275; }

.viking-blauw {
  color: #fff;
  background-color: #034275;
  padding: 50px 50px 50px 50px;
  font-family: "Lato", sans-serif;
  font-weight: 300; }
  @media (max-width: 768px) {
    .viking-blauw {
      padding: 20px; } }
  .viking-blauw .titel {
    color: #fff;
    margin-bottom: 25px; }
    @media (max-width: 768px) {
      .viking-blauw .titel {
        font-size: 27px;
        margin-bottom: 10px; } }
  .viking-blauw .tekst {
    font-size: 20px;
    margin-bottom: 25px; }
    @media (max-width: 768px) {
      .viking-blauw .tekst {
        font-size: 17px;
        margin-bottom: 10px; } }
  .viking-blauw .more .btn {
    position: relative;
    font-family: "Montserrat", sans-serif;
    background-color: #fff;
    color: #034275;
    padding: 8px 20px;
    font-size: 18px;
    font-weight: 500;
    border: 0;
    border-radius: 0;
    border-right: none;
    text-transform: uppercase; }
    .viking-blauw .more .btn:before {
      content: '';
      position: absolute;
      right: -37px;
      top: 0px;
      border-top: 21px solid transparent;
      border-bottom: 20px solid transparent;
      border-left: 37px solid #fff; }
    @media (max-width: 768px) {
      .viking-blauw .more .btn {
        font-size: 14px; }
        .viking-blauw .more .btn:before {
          content: '';
          position: absolute;
          right: -34px;
          top: 0px;
          border-top: 18px solid transparent;
          border-bottom: 18px solid transparent;
          border-left: 34px solid #fff; } }

.nieuws-home {
  position: relative;
  display: block; }
  .nieuws-home .tekst {
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px; }
  .nieuws-home .background {
    background-size: cover;
    display: block;
    padding-bottom: 70%; }
  .nieuws-home .titel {
    color: #000;
    font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    padding-left: 15px;
    font-size: 18px;
    margin: 0;
    line-height: 24px; }
  .nieuws-home .tekstcontainer {
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8); }
  .nieuws-home .hr-hr {
    position: relative;
    border-top: none; }
    .nieuws-home .hr-hr:before {
      content: '';
      position: absolute;
      height: 3px;
      width: 100%;
      background-color: transparent;
      bottom: 0;
      left: 0;
      z-index: 1; }
    .nieuws-home .hr-hr:after {
      content: '';
      position: absolute;
      right: -37px;
      top: -32px;
      border-bottom: 32px solid rgba(255, 255, 255, 0.8);
      border-right: 15px solid transparent;
      border-left: 15px solid transparent; }

.home-product {
  position: relative;
  display: block; }
  .home-product .background {
    background-size: cover;
    display: block;
    padding-bottom: 70%; }
  .home-product .tekstcontainer {
    width: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center; }
    .home-product .tekstcontainer span {
      display: block;
      width: 100%;
      font-family: "Lato", sans-serif;
      font-size: 30px;
      line-height: 32px;
      font-weight: 300;
      text-transform: uppercase; }
      .home-product .tekstcontainer span.mt-home {
        margin-top: 29%; }
      .home-product .tekstcontainer span.bold {
        font-weight: 700; }

.verkoop-punten {
  display: block;
  width: 100%;
  background-color: #034275;
  text-align: center;
  padding: 25px;
  color: #fff; }
  .verkoop-punten span {
    display: block;
    width: 100%;
    font-family: "Lato", sans-serif;
    font-size: 30px;
    line-height: 32px;
    font-weight: 300;
    text-transform: uppercase; }
    .verkoop-punten span.bold {
      font-weight: 700; }
    .verkoop-punten span.small {
      text-transform: lowercase;
      font-size: 20px; }
  .verkoop-punten:hover, .verkoop-punten:focus {
    color: #fff; }

.tussen-banner {
  min-height: 560px;
  background-size: cover;
  background-position: center;
  font-family: "Lato", sans-serif;
  font-size: 52px;
  line-height: 64px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 12%; }
  .tussen-banner .titel {
    color: #034275;
    font-weight: 500; }
  .tussen-banner .subtitel {
    color: #fff;
    font-weight: 700; }
  @media (max-width: 768px) {
    .tussen-banner {
      min-height: 245px;
      font-size: 32px; } }

.title-uppercased {
  font-family: "Lato", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
  color: #034275;
  margin-bottom: 15px; }
  @media (max-width: 768px) {
    .title-uppercased {
      text-align: center; } }

.new {
  font-weight: bold; }

.price {
  font-weight: bold;
  position: relative;
  top: 7px; }

.event-titel h4 {
  font-size: 14px;
  line-height: 16px; }

.insta-item {
  width: 100%;
  display: inline-block;
  padding-bottom: 100%;
  background-size: cover;
  position: relative;
  overflow: hidden; }
  .insta-item span {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -100%;
    background: rgba(0, 0, 0, 0.2);
    transition: bottom 0.2s ease-in-out;
    color: #fff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 25px; }
    .insta-item span i {
      margin: auto; }
  .insta-item:hover span {
    bottom: 0%; }

.-section-medium {
  padding: 0px 0px 45px 0px; }

.owl-controls .owl-buttons div.owl-next {
  position: absolute;
  top: 32%;
  right: 0px;
  background-color: transparent;
  padding: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #034275; }
  .owl-controls .owl-buttons div.owl-next .arrow-right {
    background: transparent; }
.owl-controls .owl-buttons div.owl-prev {
  position: absolute;
  top: 32%;
  left: 0px;
  background-color: transparent;
  padding: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 10px solid #034275; }
  .owl-controls .owl-buttons div.owl-prev .arrow-left {
    background-color: transparent; }

.owl-theme .owl-controls {
  margin-top: 0; }

.mobile-tekst {
  height: 248px;
  z-index: 9999;
  position: absolute;
  bottom: -248px;
  width: 100%; }

@media only screen and (max-width: 768px) {
  .only-xs {
    margin-top: 250px; } }
.camera_target_content {
  overflow: inherit !important; }

@media screen and (max-width: 991px) {
  #timeline {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px; }
    #timeline #bar {
      width: 34px;
      border-left: 16px solid #034275;
      border-right: 16px solid #034275;
      position: absolute;
      z-index: 0;
      top: 0;
      bottom: 0;
      margin-left: -16px;
      left: 16px; } }
    @media screen and (max-width: 991px) and (min-width: 992px) {
      #timeline #bar {
        left: 50%;
        width: 68px; } }
@media screen and (max-width: 991px) {
      #timeline #bar:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: -16px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 16px 0 0 16px;
        border-color: transparent transparent transparent #ffffff; }
      #timeline #bar:after {
        content: "";
        position: absolute;
        bottom: 0;
        right: -16px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 16px 16px;
        border-color: transparent transparent #ffffff transparent; }
    #timeline .timeline-item {
      position: relative;
      z-index: 1;
      padding-left: 16px;
      margin-bottom: 20px;
      color: #fff;
      left: 16px;
      width: 85%; } }
    @media screen and (max-width: 991px) and (min-width: 992px) {
      #timeline .timeline-item {
        left: 50%;
        width: 50%; } }
@media screen and (max-width: 991px) {
      #timeline .timeline-item:before {
        content: "";
        position: absolute;
        top: 7px;
        left: -11px;
        width: 24px;
        height: 24px;
        background: #9ab3c8;
        border-radius: 50%;
        border: 5px solid #fff; }
      #timeline .timeline-item .top {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%; }
      #timeline .timeline-item .van {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
        cursor: pointer;
        background: #034275;
        padding: 0 10px;
        line-height: 35px;
        position: relative;
        z-index: 1; }
        #timeline .timeline-item .van:before {
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 17.5px 0 17.5px 13px;
          border-color: transparent transparent transparent #034275;
          position: absolute;
          left: 100%;
          top: 0; }
      #timeline .timeline-item .content {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
        min-height: 35px;
        line-height: 35px;
        position: relative; }
        #timeline .timeline-item .content:before {
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 17.5px 0 17.5px 13px;
          border-color: transparent transparent transparent #9ab3c8;
          position: absolute;
          left: 100%;
          top: 0;
          transition: border-width linear 0.2s; }
        #timeline .timeline-item .content .titel {
          background: #9ab3c8;
          padding-left: 30px;
          cursor: pointer;
          transition: all linear 0.2s; }
        #timeline .timeline-item .content .tekst {
          width: 100%;
          float: left;
          background: #9ab3c8;
          color: #034275;
          font-size: 12px;
          line-height: 18px;
          padding: 10px 10px 10px 30px;
          display: none; }
        #timeline .timeline-item .content .img {
          width: 30%;
          float: right;
          position: relative;
          top: 5px;
          left: 0px;
          transition: all linear 0.2s; }
          #timeline .timeline-item .content .img img {
            width: 100%;
            height: auto; }
        #timeline .timeline-item .content .leesmeer {
          float: right;
          display: none; }
        #timeline .timeline-item .content .img ~ .tekst {
          width: 50%; }
      #timeline .timeline-item .tot {
        background: #9ab3c8;
        color: #fff;
        height: 35px;
        line-height: 35px;
        position: relative;
        display: inline-block;
        margin-top: 10px;
        padding: 0 10px;
        margin-left: 2px; }
        #timeline .timeline-item .tot:before {
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 17.5px 0 17.5px 13px;
          border-color: transparent transparent transparent #9ab3c8;
          position: absolute;
          left: 100%;
          top: 0; }
      #timeline .timeline-item .leesmeer {
        color: #fff;
        background: #034275;
        padding: 0 10px;
        line-height: 25px;
        position: relative;
        float: right;
        top: 10px;
        text-decoration: none;
        white-space: nowrap; }
        #timeline .timeline-item .leesmeer:before {
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 12.5px 0 12.5px 13px;
          border-color: transparent transparent transparent #034275;
          position: absolute;
          left: 100%;
          top: 0; } }
    @media screen and (max-width: 991px) and (min-width: 992px) {
      #timeline .timeline-item:nth-child(odd) {
        left: 0%;
        padding-left: 0px;
        padding-right: 16px; }
        #timeline .timeline-item:nth-child(odd):before {
          left: auto;
          right: -13px; }
        #timeline .timeline-item:nth-child(odd) .top {
          -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
        #timeline .timeline-item:nth-child(odd) .van:before {
          border-width: 17.5px 13px 17.5px 0;
          border-color: transparent #034275 transparent transparent;
          right: 100%;
          left: auto; }
        #timeline .timeline-item:nth-child(odd) .content:before {
          border-width: 17.5px 13px 17.5px 0;
          border-color: transparent #9ab3c8 transparent transparent;
          right: 100%;
          left: auto; }
        #timeline .timeline-item:nth-child(odd) .content .titel {
          text-align: right;
          padding-left: 0px;
          padding-right: 30px; }
        #timeline .timeline-item:nth-child(odd) .content .tekst {
          float: right;
          padding: 10px 30px 10px 10px; }
        #timeline .timeline-item:nth-child(odd) .content .img {
          float: left;
          left: auto;
          right: 0px; }
        #timeline .timeline-item:nth-child(odd) .content .leesmeer {
          float: left; }
        #timeline .timeline-item:nth-child(odd) .tot {
          margin-right: 0px;
          float: right; }
          #timeline .timeline-item:nth-child(odd) .tot:before {
            border-width: 17.5px 13px 17.5px 0;
            border-color: transparent #9ab3c8 transparent transparent;
            left: auto;
            right: 100%; }
        #timeline .timeline-item:nth-child(odd) .leesmeer {
          float: right; }
          #timeline .timeline-item:nth-child(odd) .leesmeer:before {
            border-width: 12.5px 13px 12.5px 0;
            border-color: transparent #034275 transparent transparent;
            right: 100%;
            left: auto; } }
@media screen and (max-width: 991px) {
    #timeline .timeline-item.-open .titel {
      padding-top: 10px;
      margin-top: -10px; }
    #timeline .timeline-item.-open .img {
      left: 10px;
      top: 10px;
      width: 50%; }
    #timeline .timeline-item.-open .leesmeer {
      display: block; }
    #timeline .timeline-item.-open .content:before {
      border-width: 17.5px 0 17.5px 0px; }
    #timeline .timeline-item:nth-child(odd).-open .img {
      left: auto;
      right: 10px; } }
@media screen and (min-width: 992px) {
  #timeline {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px; }
    #timeline #bar {
      width: 34px;
      border-left: 33px solid #034275;
      border-right: 33px solid #034275;
      position: absolute;
      z-index: 0;
      top: 0;
      bottom: 0;
      margin-left: -33px;
      left: 33px; } }
    @media screen and (min-width: 992px) and (min-width: 992px) {
      #timeline #bar {
        left: 50%;
        width: 68px; } }
@media screen and (min-width: 992px) {
      #timeline #bar:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: -33px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 16px 0 0 33px;
        border-color: transparent transparent transparent #ffffff; }
      #timeline #bar:after {
        content: "";
        position: absolute;
        bottom: 0;
        right: -33px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 16px 33px;
        border-color: transparent transparent #ffffff transparent; }
    #timeline .timeline-item {
      position: relative;
      z-index: 1;
      padding-left: 33px;
      margin-bottom: 20px;
      color: #fff;
      left: 33px;
      width: 85%; } }
    @media screen and (min-width: 992px) and (min-width: 992px) {
      #timeline .timeline-item {
        left: 50%;
        width: 50%; } }
@media screen and (min-width: 992px) {
      #timeline .timeline-item:before {
        content: "";
        position: absolute;
        top: 7px;
        left: -11px;
        width: 24px;
        height: 24px;
        background: #9ab3c8;
        border-radius: 50%;
        border: 5px solid #fff; }
      #timeline .timeline-item .top {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%; }
      #timeline .timeline-item .van {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
        cursor: pointer;
        background: #034275;
        padding: 0 10px;
        line-height: 35px;
        position: relative;
        z-index: 1; }
        #timeline .timeline-item .van:before {
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 17.5px 0 17.5px 13px;
          border-color: transparent transparent transparent #034275;
          position: absolute;
          left: 100%;
          top: 0; }
      #timeline .timeline-item .content {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
        min-height: 35px;
        line-height: 35px;
        position: relative; }
        #timeline .timeline-item .content:before {
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 17.5px 0 17.5px 13px;
          border-color: transparent transparent transparent #9ab3c8;
          position: absolute;
          left: 100%;
          top: 0;
          transition: border-width linear 0.2s; }
        #timeline .timeline-item .content .titel {
          background: #9ab3c8;
          padding-left: 30px;
          cursor: pointer;
          transition: all linear 0.2s; }
        #timeline .timeline-item .content .tekst {
          width: 100%;
          float: left;
          background: #9ab3c8;
          color: #034275;
          font-size: 12px;
          line-height: 18px;
          padding: 10px 10px 10px 30px;
          display: none; }
        #timeline .timeline-item .content .img {
          width: 30%;
          float: right;
          position: relative;
          top: 5px;
          left: 0px;
          transition: all linear 0.2s; }
          #timeline .timeline-item .content .img img {
            width: 100%;
            height: auto; }
        #timeline .timeline-item .content .leesmeer {
          float: right;
          display: none; }
        #timeline .timeline-item .content .img ~ .tekst {
          width: 50%; }
      #timeline .timeline-item .tot {
        background: #9ab3c8;
        color: #fff;
        height: 35px;
        line-height: 35px;
        position: relative;
        display: inline-block;
        margin-top: 10px;
        padding: 0 10px;
        margin-left: 2px; }
        #timeline .timeline-item .tot:before {
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 17.5px 0 17.5px 13px;
          border-color: transparent transparent transparent #9ab3c8;
          position: absolute;
          left: 100%;
          top: 0; }
      #timeline .timeline-item .leesmeer {
        color: #fff;
        background: #034275;
        padding: 0 10px;
        line-height: 25px;
        position: relative;
        float: right;
        top: 10px;
        text-decoration: none;
        white-space: nowrap; }
        #timeline .timeline-item .leesmeer:before {
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 12.5px 0 12.5px 13px;
          border-color: transparent transparent transparent #034275;
          position: absolute;
          left: 100%;
          top: 0; } }
    @media screen and (min-width: 992px) and (min-width: 992px) {
      #timeline .timeline-item:nth-child(odd) {
        left: 0%;
        padding-left: 0px;
        padding-right: 33px; }
        #timeline .timeline-item:nth-child(odd):before {
          left: auto;
          right: -13px; }
        #timeline .timeline-item:nth-child(odd) .top {
          -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
        #timeline .timeline-item:nth-child(odd) .van:before {
          border-width: 17.5px 13px 17.5px 0;
          border-color: transparent #034275 transparent transparent;
          right: 100%;
          left: auto; }
        #timeline .timeline-item:nth-child(odd) .content:before {
          border-width: 17.5px 13px 17.5px 0;
          border-color: transparent #9ab3c8 transparent transparent;
          right: 100%;
          left: auto; }
        #timeline .timeline-item:nth-child(odd) .content .titel {
          text-align: right;
          padding-left: 0px;
          padding-right: 30px; }
        #timeline .timeline-item:nth-child(odd) .content .tekst {
          float: right;
          padding: 10px 30px 10px 10px; }
        #timeline .timeline-item:nth-child(odd) .content .img {
          float: left;
          left: auto;
          right: 0px; }
        #timeline .timeline-item:nth-child(odd) .content .leesmeer {
          float: left; }
        #timeline .timeline-item:nth-child(odd) .tot {
          margin-right: 0px;
          float: right; }
          #timeline .timeline-item:nth-child(odd) .tot:before {
            border-width: 17.5px 13px 17.5px 0;
            border-color: transparent #9ab3c8 transparent transparent;
            left: auto;
            right: 100%; }
        #timeline .timeline-item:nth-child(odd) .leesmeer {
          float: right; }
          #timeline .timeline-item:nth-child(odd) .leesmeer:before {
            border-width: 12.5px 13px 12.5px 0;
            border-color: transparent #034275 transparent transparent;
            right: 100%;
            left: auto; } }
@media screen and (min-width: 992px) {
    #timeline .timeline-item.-open .titel {
      padding-top: 10px;
      margin-top: -10px; }
    #timeline .timeline-item.-open .img {
      left: 10px;
      top: 10px;
      width: 50%; }
    #timeline .timeline-item.-open .leesmeer {
      display: block; }
    #timeline .timeline-item.-open .content:before {
      border-width: 17.5px 0 17.5px 0px; }
    #timeline .timeline-item:nth-child(odd).-open .img {
      left: auto;
      right: 10px; } }
.timeline-hold {
  padding-top: 0px; }
  .timeline-hold .sidebar-nav {
    padding-top: 60px;
    margin-top: 50px; }

/* Shopping Cart Page */
.shop-cart {
  padding: 15px;
  background: #EFEFEF; }
  .shop-cart table {
    width: 100%;
    table-layout: fixed; }
    .shop-cart table .heading {
      border-bottom: 1px solid black; }
      .shop-cart table .heading > th {
        padding-bottom: 15px; }
    .shop-cart table .article {
      border-bottom: 1px solid white; }
      .shop-cart table .article > td {
        padding-top: 15px;
        padding-bottom: 15px; }
      .shop-cart table .article:last-of-type {
        border: none; }
      .shop-cart table .article .delete {
        text-align: right; }
        .shop-cart table .article .delete > button {
          background: inherit;
          color: #FF0000;
          border: none; }
    .shop-cart table .product img {
      width: 80px;
      height: 80px;
      margin-right: 25px; }
    .shop-cart table .product a {
      font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      font-size: 10px;
      color: #667;
      margin-left: 10px; }
      .shop-cart table .product a:hover {
        color: #fcc813; }
    .shop-cart table td {
      vertical-align: middle; }
    .shop-cart table tr:last-child th {
      vertical-align: middle; }
    .shop-cart table td, .shop-cart table th {
      vertical-align: middle !important; }
    .shop-cart table .span300 {
      width: 300px; }
    .shop-cart table .span100 {
      width: 100px; }
    .shop-cart table .span40 {
      width: 40px; }
    .shop-cart table .span200 {
      width: 200px; }
  .shop-cart.-bottom {
    padding-top: 5px;
    padding-bottom: 5px;
    background: #5A80FB;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 40px; }
    .shop-cart.-bottom .-small {
      width: 33%; }
    .shop-cart.-bottom .toggle-collapse {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center;
      margin-left: 18%;
      margin-right: 10px; }
      .shop-cart.-bottom .toggle-collapse > a {
        color: white;
        width: 75px; }
    .shop-cart.-bottom tr > td:first-of-type {
      text-align: start; }
    .shop-cart.-bottom tr > td:last-of-type {
      text-align: end; }
    .shop-cart.-bottom tr:nth-last-of-type(2) {
      border-bottom: 1px solid white; }
  .shop-cart .addsub {
    border: 0px;
    background: none;
    text-shadow: none;
    display: inline-block;
    color: #034275;
    font-size: 14px; }
  .shop-cart .variant {
    color: #5D5D5D;
    font-size: 12px; }

.order-status {
  height: 100vh; }
  .order-status .message {
    margin-top: 50%;
    text-align: center; }
  .order-status .redirect {
    background: #5A80FB;
    border-radius: 5px;
    color: #fff;
    width: auto;
    padding: 8px 12px;
    border: 0px;
    cursor: pointer; }
    .order-status .redirect:hover {
      color: #5D5D5D; }

/* Shop colors */
/* ------------------------ */
video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  -webkit-transition: 1s opacity;
  transition: 1s opacity; }

.bg-overlay.gradient-2 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,034275+100&0+0,1+84,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #2b608b 84%, #034275 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #2b608b 84%, #034275 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #2b608b 84%, #034275 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#034275',GradientType=0 );
  /* IE6-9 */ }

.breadcrumbs-bg {
  margin-top: 0 !important;
  padding: 20px 0 20px; }
  .breadcrumbs-bg .page-breadcrumbs {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    margin-top: 0; }
  .breadcrumbs-bg.-blue {
    background-color: #034275 !important; }

.intro-title {
  font-family: "Lato", Arial, sans-serif !important;
  font-weight: 300 !important; }

.intro-with-floating-menu-topbar {
  margin-bottom: 0px;
  height: 40vh; }

.-bg-lightgrey {
  background: #F5F5F5; }

.product-bg {
  background: white;
  box-shadow: none !important; }
  .product-bg .cta {
    background: #034275;
    color: white; }
  .product-bg img {
    padding: 20px 10px 0px 10px; }

.portfolio-title {
  padding: 15px 0 15px 0 !important;
  font-family: "Lato", Arial, sans-serif !important;
  font-weight: 300 !important; }
  .portfolio-title::before {
    content: "" !important;
    height: 0 !important;
    width: 0 !important;
    background: none; }
  .portfolio-title::after {
    content: "" !important;
    height: 0 !important;
    width: 0 !important;
    background: none; }

.sidebar-widget .sidebar-title,
.sidebar-widget .panel-title {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #034275; }
.sidebar-widget .sidebar-title {
  margin-bottom: 45px; }
.sidebar-widget .sidebar-categories ul > li > a {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #034275; }

.page-content {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 16px; }
  .page-content h2 {
    color: #034275;
    font-family: "Lato", Arial, sans-serif !important;
    font-weight: 300 !important;
    font-size: 25px;
    border-left: 0;
    padding-left: 0; }

.productdetail-image {
  width: 100%; }

.bekijk-alles {
  display: block;
  color: #034275;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
  font-family: "Lato", Arial, sans-serif !important;
  text-align: center;
  margin-top: 10px;
  text-decoration: none !important; }

.project-details {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 35px; }

.list-2 li {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 16px; }

.list-2 li span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 16px; }

.cat-icon {
  height: 75px; }

.panel-title .icon {
  font-size: 12px; }

@media (min-width: 992px) {
  .bg-only-desktop {
    background: #F5F5F5; } }

.checkout .title {
  font-size: 30px;
  font-weight: bold;
  color: #5D5D5D; }
.checkout a {
  font-size: 18px;
  font-weight: bold;
  color: #5A80FB; }
  .checkout a.-small {
    font-size: inherit; }

.checkout-form {
  /*---Checkboxes & Radio Buttons---*/ }
  .checkout-form .title {
    font-size: 31px;
    font-weight: bold;
    color: #010101; }
    .checkout-form .title.-sub {
      font-size: 16px;
      font-weight: normal;
      color: #5A80FB; }
  .checkout-form input[type="checkbox"] {
    display: none; }
  .checkout-form input[type="checkbox"] + label:before {
    width: 17px;
    height: 17px;
    content: "";
    display: inline-block;
    font-size: 13px;
    margin: -4px 12px 0 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #dedede;
    border-radius: 5px;
    font-style: normal; }
  .checkout-form input[type="checkbox"]:checked + label:before {
    content: "\f0c8";
    font-family: "FontAwesome";
    color: #5A80FB;
    border: 1px solid #000;
    font-size: 13px;
    line-height: 16px; }
  .checkout-form input[type="checkbox"] + label,
  .checkout-form input[type="radio"] + label {
    cursor: pointer;
    margin-bottom: 0;
    text-transform: none;
    letter-spacing: normal;
    color: #000;
    font-size: 15px; }
  .checkout-form .radio-buttons > li,
  .checkout-form .checkboxes > li {
    padding: 7px 0; }
  .checkout-form input[type="radio"] {
    display: none; }
  .checkout-form input[type="radio"] + label:before {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    box-shadow: 0 0 0 1px #d4d4d4;
    border-radius: 40px;
    margin: -3px 10px 0 0;
    outline: none;
    vertical-align: middle;
    cursor: pointer;
    margin-bottom: 0; }
  .checkout-form input[type="radio"]:checked + label:before {
    background-color: #5A80FB;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px #000;
    padding: 1px; }
  .checkout-form input[type="radio"]:focus {
    outline: none; }
  .checkout-form label {
    color: #000;
    font-size: 15px;
    vertical-align: middle;
    font-weight: 400;
    margin-bottom: 7px; }
  .checkout-form .optional-fields {
    margin-top: 40px; }
  .checkout-form .mt-40 {
    margin-top: 40px; }
  .checkout-form .submit-button {
    background: #5A80FB;
    border-radius: 5px;
    color: #fff;
    width: auto;
    padding: 8px 12px;
    border: 0px; }
    .checkout-form .submit-button:hover {
      color: #5D5D5D; }

.cart-form label {
  position: relative;
  top: 15px; }
.cart-form .submit-button {
  background: #5A80FB;
  border-radius: 5px;
  color: #fff;
  width: auto;
  padding: 8px 12px;
  border: 0px; }
  .cart-form .submit-button:hover {
    color: #5D5D5D; }

.search-form label {
  position: relative;
  top: 8px; }
.search-form .submit-button {
  background: #034275;
  border-radius: 5px;
  color: #fff;
  width: auto;
  padding: 9px 12px;
  border: 0px; }
  .search-form .submit-button:hover {
    color: #fff; }
.search-form .form-control {
  background-color: #d6d6d6; }

.blue-button {
  background: #5A80FB;
  border-radius: 5px;
  color: #fff;
  width: auto;
  padding: 9px 12px;
  border: 0px;
  text-decoration: none !important;
  display: inline-block; }
  .blue-button:hover {
    color: #5D5D5D; }

.row.gut0 [class*='col-']:not(:first-child), .row.gut0 [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0; }

.row.gut7 [class*='col-']:not(:first-child), .row.gut7 [class*='col-']:not(:last-child) {
  padding-right: 7px;
  padding-left: 7px; }

div.row.stack, div.stack {
  position: relative; }

div.abs, div.container.abs {
  position: absolute; }

div.rel, div.container.rel, img.rel {
  position: relative; }

div.row.pd100 > [class*='col-'] {
  padding-top: 60px;
  padding-bottom: 60px; }

.m-xxs {
  margin: 2px 4px !important; }

.m-xs {
  margin: 5px !important; }

.m-sm {
  margin: 10px !important; }

.m {
  margin: 15px !important; }

.m-md {
  margin: 20px !important; }

.m-lg {
  margin: 30px !important; }

.m-xl {
  margin: 50px !important; }

.m-n {
  margin: 0 !important; }

.m-l-none {
  margin-left: 0 !important; }

.m-l-xs {
  margin-left: 5px !important; }

.m-l-sm {
  margin-left: 10px !important; }

.m-l {
  margin-left: 15px !important; }

.m-l-md {
  margin-left: 20px !important; }

.m-l-lg {
  margin-left: 30px !important; }

.m-l-xl {
  margin-left: 40px !important; }

.m-l-xxl {
  margin-left: 50px !important; }

.m-l-n-xxs {
  margin-left: -1px !important; }

.m-l-n-xs {
  margin-left: -5px !important; }

.m-l-n-sm {
  margin-left: -10px !important; }

.m-l-n {
  margin-left: -15px !important; }

.m-l-n-md {
  margin-left: -20px !important; }

.m-l-n-lg {
  margin-left: -30px !important; }

.m-l-n-xl {
  margin-left: -40px !important; }

.m-t-none {
  margin-top: 0 !important; }

.m-t-xxs {
  margin-top: 1px !important; }

.m-t-xs {
  margin-top: 5px !important; }

.m-t-text {
  margin-top: 7px !important; }

.m-t-sm {
  margin-top: 10px !important; }

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

.m-t-md {
  margin-top: 20px !important; }

.m-t-lg {
  margin-top: 30px !important; }

.m-t-xl {
  margin-top: 40px !important; }

.m-t-xxl {
  margin-top: 50px !important; }
  @media (max-width: 768px) {
    .m-t-xxl {
      margin-top: 15px !important; } }

.m-t-mega {
  margin-top: 80px !important; }

.m-t-n-xxs {
  margin-top: -1px !important; }

.m-t-n-xs {
  margin-top: -5px !important; }

.m-t-n-sm {
  margin-top: -10px !important; }

.m-t-n {
  margin-top: -15px !important; }

.m-t-n-md {
  margin-top: -20px !important; }

.m-t-n-lg {
  margin-top: -30px !important; }

.m-t-n-xl {
  margin-top: -40px !important; }

.m-r-none {
  margin-right: 0 !important; }

.m-r-xxs {
  margin-right: 1px !important; }

.m-r-xs {
  margin-right: 5px !important; }

.m-r-sm {
  margin-right: 10px !important; }

.m-r {
  margin-right: 15px !important; }

.m-r-md {
  margin-right: 20px !important; }

.m-r-lg {
  margin-right: 30px !important; }

.m-r-xl {
  margin-right: 40px !important; }

.m-r-xxl {
  margin-right: 50px !important; }

.m-r-n-xxs {
  margin-right: -1px !important; }

.m-r-n-xs {
  margin-right: -5px !important; }

.m-r-n-sm {
  margin-right: -10px !important; }

.m-r-n {
  margin-right: -15px !important; }

.m-r-n-md {
  margin-right: -20px !important; }

.m-r-n-lg {
  margin-right: -30px !important; }

.m-r-n-xl {
  margin-right: -40px !important; }

.m-b-none {
  margin-bottom: 0 !important; }

.m-b-xxs {
  margin-bottom: 1px !important; }

.m-b-xs {
  margin-bottom: 5px !important; }

.m-b-sm {
  margin-bottom: 10px !important; }

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

.m-b-md {
  margin-bottom: 20px !important; }

.m-b-lg {
  margin-bottom: 30px !important; }

.m-b-xl {
  margin-bottom: 40px !important; }

.m-b-xxl {
  margin-bottom: 50px !important; }
  @media (max-width: 768px) {
    .m-b-xxl {
      margin-bottom: 15px !important; } }

.m-b-mega {
  margin-bottom: 80px !important; }

.m-b-n-xxs {
  margin-bottom: -1px !important; }

.m-b-n-xs {
  margin-bottom: -5px !important; }

.m-b-n-sm {
  margin-bottom: -10px !important; }

.m-b-n {
  margin-bottom: -15px !important; }

.m-b-n-md {
  margin-bottom: -20px !important; }

.m-b-n-lg {
  margin-bottom: -30px !important; }

.m-b-n-xl {
  margin-bottom: -40px !important; }

.p-xxs {
  padding: 2px 4px !important; }

.p-xs {
  padding: 5px !important; }

.p-sm {
  padding: 10px !important; }

.p {
  padding: 15px !important; }

.p-md {
  padding: 20px !important; }

.p-lg {
  padding: 30px !important; }

.p-xl {
  padding: 50px !important; }

.p-n {
  padding: 0 !important; }

.p-l-none {
  padding-left: 0 !important; }

.p-l-xs {
  padding-left: 5px !important; }

.p-l-sm {
  padding-left: 10px !important; }

.p-l {
  padding-left: 15px !important; }

.p-l-md {
  padding-left: 20px !important; }

.p-l-lg {
  padding-left: 30px !important; }

.p-l-xl {
  padding-left: 40px !important; }

.p-l-xxl {
  padding-left: 50px !important; }

.p-t-none {
  padding-top: 0 !important; }

.p-t-xxs {
  padding-top: 1px !important; }

.p-t-xs {
  padding-top: 5px !important; }

.p-t-text {
  padding-top: 7px !important; }

.p-t-sm {
  padding-top: 10px !important; }

.p-t {
  padding-top: 15px !important; }

.p-t-md {
  padding-top: 20px !important; }

.p-t-lg {
  padding-top: 30px !important; }

.p-t-xl {
  padding-top: 40px !important; }

.p-t-xxl {
  padding-top: 50px !important; }

.p-t-mega {
  padding-top: 80px !important; }

.p-r-none {
  padding-right: 0 !important; }

.p-r-xxs {
  padding-right: 1px !important; }

.p-r-xs {
  padding-right: 5px !important; }

.p-r-sm {
  padding-right: 10px !important; }

.p-r {
  padding-right: 15px !important; }

.p-r-md {
  padding-right: 20px !important; }

.p-r-lg {
  padding-right: 30px !important; }

.p-r-xl {
  padding-right: 40px !important; }

.p-r-xxl {
  padding-right: 50px !important; }

.p-b-none {
  padding-bottom: 0 !important; }

.p-b-xxs {
  padding-bottom: 1px !important; }

.p-b-xs {
  padding-bottom: 5px !important; }

.p-b-sm {
  padding-bottom: 10px !important; }

.p-b {
  padding-bottom: 15px !important; }

.p-b-md {
  padding-bottom: 20px !important; }

.p-b-lg {
  padding-bottom: 30px !important; }

.p-b-xl {
  padding-bottom: 40px !important; }

.p-b-xxl {
  padding-bottom: 50px !important; }

.p-b-mega {
  padding-bottom: 80px !important; }

.p-none {
  padding: 0  !important; }

/* RESPONSIVE CSS
-------------------------------------------------- */
.inline-block-row {
  overflow: hidden;
  letter-spacing: -1em; }

.inline-block-row [class*='col-'] {
  word-spacing: normal;
  vertical-align: top;
  letter-spacing: normal;
  display: inline-block;
  float: none; }

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

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

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

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

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left; }

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

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

  .text-sm-justify {
    text-align: justify; } }
@media (min-width: 992px) {
  .text-md-left {
    text-align: left; }

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

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

  .text-md-justify {
    text-align: justify; } }
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left; }

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

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

  .text-lg-justify {
    text-align: justify; } }
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */

/*# sourceMappingURL=style.css.map */
