
/* 1. Header */
.navigation {
	position: relative;
	z-index: 99;
	background:#212618;
}
.navigation a {
	color: #d2d9b8;
}
.navigation .nav-toggle {
	display: none;
	font-size: 30px;
	position: absolute;
	top: 0;
	bottom: 0px;
	right: 0px;
	height: 30px;
	margin: auto;
	z-index: 999;
	color:#fff;
}
.navigation .main-nav {
	display: table;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}
.navigation .main-nav .brand, .navigation .main-nav nav {
	display: table-cell;
	vertical-align: middle;
}

.navigation .main-nav .brand img { height:90px;}

.navigation .main-nav ul {
	list-style: none;
	float: right;
}
.navigation .main-nav ul li {
	float: left;
}
.navigation .main-nav ul li.active a {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	color:#fff;
}
.navigation .main-nav ul li.active a:after {
	visibility: visible;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.navigation .main-nav ul li a {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	opacity: 0.6;
	margin: 5px 30px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	position: relative;
	letter-spacing:0.04em;
}
.navigation .main-nav ul li a:last-child {
	margin-right: 0;
}
.navigation .main-nav ul li a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	color: #fff;
}
.navigation .main-nav ul li a:after {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	visibility: hidden;
	content: "";
	height: 3px;
	background-color: #fff;
	position: absolute;
	width: 100%;
	bottom: -10px;
	left: 0;
}
.navigation .main-nav .icon-shortcut {
	background-color: #cf9d4b;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
	border-radius: 50%;
	bottom: -33px;
	height: 66px;
	width: 66px;
	position: absolute;
	right: 0;
	color: #fff;
	text-align: center;
	line-height: 70px;
}
.navigation .main-nav .icon-shortcut:hover i {
		-moz-transform: rotateZ(360deg) scale(0.8);
		-ms-transform: rotateZ(360deg) scale(0.8);
		-webkit-transform: rotateZ(360deg) scale(0.8);
	transform: rotateZ(360deg) scale(0.8);
}
.navigation .main-nav .icon-shortcut i {
		-moz-transition: 0.5s cubic-bezier(0.93, 0.01, 0.37, 1);
		-webkit-transition: 0.5s cubic-bezier(0.93, 0.01, 0.37, 1);
	transition: 0.5s cubic-bezier(0.93, 0.01, 0.37, 1);
	display: inline-block;
	font-size: 24px;
}

.subpage .navigation {
	background-color: rgba(237, 234, 225, 0.3);
}


a {
	color: #cf9d4b;
		-moz-transition: 0.3s;
		-webkit-transition: 0.3s;
	transition: 0.3s;
}
a:hover, a:focus, a:active {
	color: #212618;
	text-decoration: none;
	outline: none !important;
}
a.link {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
}
a.link.arrow:after {
	text-shadow: none;
		-webkit-font-smoothing: antialiased;
	speak: none;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
	content: "\279D";
	color: black;
	font-size: 21px;
	vertical-align: middle;
	margin-left: 10px;
}
a.link.underline {
	border-bottom: 3px solid #cf9d4b;
	padding-bottom: 8px;
}

address {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}
address a {
  color: black;
}
address a:hover, address a:focus, address a:active {
  color: #cf9d4b;
}
address .info {
  margin-bottom: 10px;
}
address .info i {
  color: #cf9d4b;
  margin-right: 20px;
}

body {
	font-family: "Poppins", sans-serif;
	font-size:17px;
	line-height:25px;
	font-weight: 400;
	font-style: normal;
	color:#757570;
}

blockquote {
	margin-bottom: 0;
	border: none;
}
blockquote p {
	display: inline-block;
	margin-bottom: 10px;
	position: relative;
}
blockquote footer {
  color: #cf9d4b;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}

dl dt {
  float: left;
  margin-right: 20px;
}
dl.big {
  font-size: 18px;
  margin-right: inherit;
}
dl.big dd {
  margin-bottom: 12px;
  margin-left: 60px;
}
dl.big .promoted {
  font-size: 36px;
}

h1 {
	font-size: 55px;
	font-weight: 700;
	color: #212618;
	margin-bottom: 30px;
}

h2 {
	font-size: 36px;
	font-weight: 300;
	color: #212618;
	margin-bottom: 40px;
}

h3 {
	font-size: 20px;
	line-height:25px;
	font-weight:600;
	color:#212618;
}

h5 {
	font-size: 17px;
	line-height:22px;
	font-weight:500;
	color:#cf9d4b;
}

hr {
	border-color: rgba(0, 0, 0, 0.1);
}
hr.triangle {
	position: relative;
}
hr.triangle:after {
	background-image: url("../img/triangle-down.png");
	height: 23px;
	width: 46px;
	content: "";
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	top: -1px;
}

p {
	/*filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;*/
}

img {
	max-width: 100%;
}

/* 4. Universal classes */
.block {
	padding: 60px 0;
	overflow: hidden;
	position: relative;
}

.bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.bg.bg-color-neutral {
	background-color: #edeae1;
}
.bg.bg-color-default {
	background-color: #cf9d4b;
}
.bg.bg-color-default-darker {
	background-color: #2b8938;
}
.bg.bg-color-black {
	background-color: black;
}
.bg img {
	max-width: inherit;
	height: 100%;
}

#CarouselWrapper .box {
	background:#212618;
	padding: 30px;
	position: relative;
		-webkit-border-radius:30px;
	border-radius:30px;
}
#CarouselWrapper .box img {
	width:100%;
		-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
}
#CarouselWrapper .box img:hover {
		-webkit-transform:scale(1.1);
	transform:scale(1.1);
}

.center {
	text-align: center;
}

.circle {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid rgba(0, 0, 0, 0.05);
	overflow: hidden;
}

.no-margin {
	margin: 0;
}

.no-bottom-margin {
	margin-bottom: 0;
}

.half-bottom-margin {
	margin-bottom: 30px;
}

.row.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.row.no-gutters > [class^="col-"], .row.no-gutters > [class*=" col-"] {
	padding-right: 0;
	padding-left: 0;
}

.opacity-90 {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	opacity: 0.9;
}

.opacity-80 {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
}

.opacity-70 {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}

.opacity-60 {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	opacity: 0.6;
}

.opacity-50 {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.5;
}

.opacity-40 {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
	opacity: 0.4;
}

.opacity-30 {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
	opacity: 0.3;
}

.opacity-20 {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
	opacity: 0.2;
}

.opacity-10 {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
	opacity: 0.1;
}

.opacity-5 {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=5);
	opacity: 0.05;
}

.text-color-white {
  color: #fff !important;
}
.text-color-white a {
  color: #fff;
}

.width-10 {
  width: 10%;
}

.width-20 {
  width: 20%;
}

.width-25 {
  width: 25%;
}

.width-30 {
  width: 30%;
}

.width-33 {
  width: 33%;
}

.width-40 {
  width: 40%;
}

.width-50 {
  width: 50%;
}

.width-60 {
  width: 60%;
}

.width-70 {
  width: 70%;
}

.width-80 {
  width: 80%;
}

.width-90 {
  width: 90%;
}

.height-10 {
  height: 10%;
}

.height-20 {
  height: 20%;
}

.height-30 {
  height: 30%;
}

.height-40 {
  height: 40%;
}

.height-50 {
  height: 50%;
}

.height-60 {
  height: 60%;
}

.height-70 {
  height: 70%;
}

.height-80 {
  height: 80%;
}

.height-90 {
  height: 90%;
}

.height-100 {
  height: 100%;
}

.space {
  height: 60px;
}

/* 5. Classes */
.feature-box h3 {
	margin-top: 0;
	margin-bottom: 20px;
	font-weight:600;
}
.feature-box > img {
	height:80px;
	margin-bottom:20px;
		-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
}
.feature-box:hover > img {
		-webkit-transform:rotate(360deg);
	transform:rotate(360deg);
}

.feature-circle {
  text-align: center;
  width: 100%;
}
.feature-circle .image {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
		/*-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);*/
	box-shadow: 0px 1px 2px rgba(33, 38, 24, 0.3);
	display: inline-block;
	text-align: center;
	background-color: #f6f7f1;
	padding: 30px;
	position: relative;
}
.feature-circle .image > img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  height: 165px;
  width: 165px;
  position: relative;
}
.feature-circle .image .arrow {
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  height: 9px;
  display: block;
  right: -90px;
}

#footer { background:#f6f7f1;}

#footer .left {
  padding: 30px 0;
  position: relative;
}
#footer .left .bg-left {
  /*background-color: rgba(237, 234, 225, 0.5);*/
  height: 100%;
  width: 2000px;
  right: 0;
  top: 0;
  z-index: -1;
  position: absolute;
}
#footer .right {
  width: 100%;
  padding: 30px 0;
  position: relative;
  margin: 0;
}
#footer .right a {
  color: #fff;
  font-size: 14px;
  float: right;
}
#footer .right a i {
  font-size: 30px;
  vertical-align: middle;
}
#footer .right .bg-right {
  background-color: #d2d9b8;
  height: 150%;
  width: 2000px;
  top: 0;
  position: absolute;
  overflow: hidden;
}

.heading {
	background:#d2d9b8;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	/*margin-bottom: 80px;*/
	padding:40px 0;
}
.heading h1 {
	font-size: 26px;
	line-height:32px;
	font-weight: 600;
	margin: 0px;
}


.numbers {
	margin: 30px 0 20px;
}
.numbers .number {
	text-align: left;
}
.numbers .number figure {
	color: #d2d9b8;
	font-size: 50px;
	line-height:40px;
	font-weight:700;
	margin-bottom:6px;
}
.numbers .number aside {
	font-size: 16px;
	line-height:20px;
	font-weight:500;
	color:#212618;
}

.note {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
}


.page-wrapper {
  overflow: hidden;
}

.rev-slider .tp-caption {
  white-space: nowrap;
}


.steps {
  width: 100%;
  display: table;
  margin-bottom: 30px;
}
.steps .step {
  padding-right: 20px;
  display: table-cell;
}
.steps .step:last-child {
  padding-right: 0;
}
.steps .step:last-child figure .arrow {
  display: none;
}
.steps .step figure {
  height: 100px;
  vertical-align: bottom;
  display: table-cell;
  width: 100%;
}
.steps .step figure aside {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.steps .step figure .bar {
  width: 50px;
  background-color: #212618;
  position: relative;
}
.steps .step figure .arrow {
  position: absolute;
  top: -20px;
  right: -100px;
  height: 12px;
  width: 38px;
  background-image: url("../img/arrow-right.png");
  background-repeat: no-repeat;
}
.steps .step h3 {
  color: #212618;
  font-size: 18px;
}
.steps .step p {
  font-size: 14px;
}

.story {
  background: rgba(237, 234, 225, 0.3);
  position: relative;
  padding: 40px;
  margin-bottom: 30px;
}
.story blockquote {
  margin-left: 100px;
}
.story p {
  font-size: 16px;
}
.story .image {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 155px;
  width: 155px;
  overflow: hidden;
  position: absolute;
  left: -20px;
  top: 30px;
}

.subpage .page-wrapper h2:first-child {
  margin-top: 0;
}

.times .btn-group {
  display: table;
  width: 100%;
}


/* 6. Forms */
input[type="text"], input[type="email"], input[type="date"], input[type="time"], input[type="search"], input[type="password"], input[type="number"], input[type="tel"], textarea.form-control {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-appearance: none;
  background-color: #fff;
  border: none;
  font-size: 16px;
  font-weight: 400;
  outline: none !important;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 100%;
  height: inherit;
}
input[type="text"].framed, input[type="email"].framed, input[type="date"].framed, input[type="time"].framed, input[type="search"].framed, input[type="password"].framed, input[type="number"].framed, input[type="tel"].framed, textarea.form-control.framed {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
input[type="text"]:active, input[type="text"]:focus, input[type="email"]:active, input[type="email"]:focus, input[type="date"]:active, input[type="date"]:focus, input[type="time"]:active, input[type="time"]:focus, input[type="search"]:active, input[type="search"]:focus, input[type="password"]:active, input[type="password"]:focus, input[type="number"]:active, input[type="number"]:focus, input[type="tel"]:active, input[type="tel"]:focus, textarea.form-control:active, textarea.form-control:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.2);
}
input[type="text"]:hover, input[type="email"]:hover, input[type="date"]:hover, input[type="time"]:hover, input[type="search"]:hover, input[type="password"]:hover, input[type="number"]:hover, input[type="tel"]:hover, textarea.form-control:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.25);
}

.input-group input {
  min-height: 38px;
}
.input-group button {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: none;
  min-height: 38px;
}
.input-group button i {
  font-size: 20px;
}

.form-group button.width-100 {
  width: 100%;
}

form {
  margin: 10px 0;
}

textarea {
  resize: vertical;
}

.btn {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 15px;
}
.btn:hover, .btn:active, .btn:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none !important;
}
.btn.btn-default {
  border: 2px solid #cf9d4b;
  color: #cf9d4b;
  background-color: transparent;
}
.btn.btn-default:hover, .btn.btn-default:active, .btn.btn-default:focus {
  border: 2px solid #cf9d4b;
  background-color: #cf9d4b;
  color: #fff;
}
.btn.btn-default.btn-white {
  border: 2px solid #fff;
  color: #fff;
}
.btn.btn-default.btn-white:hover, .btn.btn-default.btn-white:active, .btn.btn-default.btn-white:focus {
  background-color: #fff;
  color: #cf9d4b;
}
.btn.btn-default.btn-black {
  border: 2px solid black;
  color: black;
}
.btn.btn-default.btn-black:hover, .btn.btn-default.btn-black:active, .btn.btn-default.btn-black:focus {
  background-color: #cf9d4b;
  color: #fff;
}
.btn.btn-default.btn-grey {
  border: 2px solid rgba(0, 0, 0, 0.2);
  color: black;
}
.btn.btn-default.btn-grey:hover, .btn.btn-default.btn-grey:active, .btn.btn-default.btn-grey:focus {
  border: 2px solid rgba(0, 0, 0, 0.2);
  color: black;
  background-color: rgba(0, 0, 0, 0.1);
}
.btn.btn-primary {
  background-color: #cf9d4b;
  color: #fff;
  border: none;
  padding: 10px 15px;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  background-color: #319d40;
}
.btn.btn-primary.btn-white {
  background-color: #fff;
  color: #cf9d4b;
}
.btn.btn-primary.btn-white:hover, .btn.btn-primary.btn-white:active, .btn.btn-primary.btn-white:focus {
  color: #cf9d4b;
}
.btn.btn-big {
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  font-size: 18px;
  padding: 20px 30px;
}
.btn.btn-small {
  font-size: 12px;
  padding: 2px 10px;
}
.btn.time-radio {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  background-color: transparent;
  width: 100%;
  margin-left: 0px !important;
  text-align: left;
  position: relative;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  padding: 10px 8px;
}
.btn.time-radio.active {
  background-color: #cf9d4b;
  color: #fff;
}
.btn.time-radio.not-available {
  background-color: rgba(0, 0, 0, 0.02);
  color: rgba(0, 0, 0, 0.1);
  pointer-events: none;
}
.btn.time-radio.not-available span {
  color: rgba(0, 0, 0, 0.1);
}
.btn.time-radio span {
  color: rgba(0, 0, 0, 0.2);
  position: absolute;
  font-size: 10px;
  font-weight: bold;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 15px;
  right: 5px;
}

/* 7. Responsive */
@media (min-width: 992px) and (max-width: 1199px) {
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 52px;
  }

  .feature-box i {
    font-size: 46px;
  }
  .feature-box h3 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 15px;
  }

  h2 {
    font-size: 32px;
  }

  dl.big .promoted {
    font-size: 28px;
  }

  .steps .step h3 {
    min-height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 48px;
  }

  .block {
    padding: 40px 0px;
  }

  .feature-box {
    margin-bottom: 30px;
  }

  .numbers .number figure {
    font-size: 36px;
  }

  .bg img {
    max-width: inherit;
    height: 100%;
  }

  .steps .step h3 {
    min-height: 40px;
  }

  .steps .step figure .arrow {
    right: -60px;
  }

  .btn.btn-big {
    padding: 15px 20px;
  }

  .box {
    padding: 20px;
  }

  dl.big {
    font-size: 14px;
  }
  dl.big .promoted {
    font-size: 24px;
  }

  h2 {
    font-size: 32px;
  }
}
@media (max-width: 992px) {
  .block {
    padding: 20px;
  }

  .hero-slider {
    min-height: 50px;
  }
  .hero-slider .tp-caption {
    padding-left: 20px;
  }
  .hero-slider .link {
    margin-top: 0;
    font-size: 12px;
    position: relative;
    display: inline-block;
  }
  .hero-slider h4 {
    font-size: 12px;
  }
  .hero-slider h1 {
    font-size: 24px;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 24px;
  }

  .feature-box {
    text-align: center;
  }

  .steps {
    display: block;
  }
  .steps .step {
    display: block;
    width: 100%;
  }
  .steps .arrow {
    display: none;
  }

  .story {
    padding: 20px;
    text-align: center;
  }
  .story .image {
    position: relative;
    left: inherit;
    top: inherit;
    display: inline-block;
  }
  .story blockquote {
    margin-left: 0;
  }

  dl.big .promoted {
    font-size: 18px;
  }

  #footer .left, #footer .right span a, #footer .right span {
    text-align: center;
    float: none;
    display: block;
  }

  .workshop-list h3 {
    margin-top: 20px;
  }

  .modal-dialog {
    width: 100%;
  }

  .blog-post .meta .tags {
    float: none;
    margin-top: 20px;
  }

  .navigation .nav-toggle {
    display: block;
  }
  .navigation .main-nav nav {
    cursor: pointer;
  }
  .navigation .main-nav nav.show-nav ul {
    pointer-events: auto;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    visibility: visible;
  }
	.navigation .main-nav nav ul {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
			-moz-transition: 0.3s;
			-webkit-transition: 0.3s;
		transition: 0.3s;
		pointer-events: none;
		background-color: rgba(33,38,24,0.96);
		float: none;
		display: inline-block;
		position: absolute;
		right: -25px;
		left: -25px;
		margin-top: 45px;
		text-align: left;
		padding-left: 0;
		height: calc(100vh - 90px);
	}
  /*.navigation .main-nav nav ul:after {
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #383838 transparent;
    content: "";
    position: absolute;
    top: -10px;
    right: 0;
  }*/
  .navigation .main-nav nav ul li {
    display: block;
    float: none;
	border-top:1px solid rgba(255,255,255,0.15);
  }
  .navigation .main-nav nav ul li.active a:after {
    display: none;
  }
  .navigation .main-nav nav ul li a {
    display: block;
    color: #fff;
    padding: 10px 0;
  }
  .navigation .main-nav nav ul li a:hover {
    color: #fff;
  }

  .icon-shortcut {
    display: none;
  }
}
