@charset "UTF-8";
@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/RobotoCondensed-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/RobotoCondensed-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'EastVillageCo Regular';
  src: url('../fonts/EastVillageCo-Regular.otf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?v8');
  src: url('../fonts/icomoon.eot?v8#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?v8') format('truetype'), url('../fonts/icomoon.woff?v8') format('woff'), url('../fonts/icomoon.svg?v8#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*
h1, .h1 {
    padding: @size-1 0 @size-5;
    margin: 0;
    .line-height-tight;
    font-size: @size-1;
    .text-medium;
    text-transform: uppercase;
}

h2, .h2 {
    padding: @size-3 0 @size-5;
    margin: 0;
    .line-height-tight;
    font-size: @size-3;
    .text-medium;
    color: @color-primary;
    text-transform: uppercase;
}

h3, .h3 {
    padding: @size-5 0;
    margin: 0;
    .line-height-tight;
    font-size: @size-5;
    .text-medium;
    color: @color-primary;
    text-transform: uppercase;
}

h4, .h4 {
    padding: @size-5 0;
    margin: 0;
    .line-height-tight;
    font-size: @size-5;
    .text-medium;
    color: @color-primary;
}

h5, h6 {
    padding: @size-5 0;
    margin: 0;
    .line-height-tight;
    font-size: @size-5;
    .text-medium;
    text-transform: uppercase;
}

h1 + h2,
h2 + h3,
h3 + h4,
h4 + h5,
h5 + h6, {
    padding-top: 0;
}*/
img {
  max-width: 100%;
  height: auto;
}
iframe {
  margin-bottom: 1.125rem;
  max-width: 100%;
  border: 0;
}
ol,
ul {
  padding: 0 0 1.125rem 2.25rem;
  margin: 0;
}
ol ol,
ul ul,
ol ul,
ul ol {
  padding-bottom: 0;
}
ul {
  line-height: 1.5;
  list-style: disc;
}
ol {
  list-style: decimal;
}
small {
  font-size: 75%;
}
p {
  margin: 0;
  padding-bottom: 1.125rem;
  line-height: 1.5;
}
form p {
  padding-bottom: 0;
}
a,
.link {
  color: #dc9831;
  text-decoration: underline;
  cursor: pointer;
}
a:hover,
.link:hover {
  text-decoration: none;
}
table {
  margin-bottom: 1.125rem;
  border-collapse: collapse;
}
td,
th {
  line-height: 1.25;
  padding: 0.28125rem 0.5625rem;
}
.responsive-table {
  width: 100%;
  padding-bottom: 1.125rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.responsive-table table {
  margin-bottom: 0;
}
address {
  padding-bottom: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
  font-style: normal;
}
fieldset {
  padding: 0.5625rem;
  margin: 0 0 0.5625rem;
  border: 1px solid #fff;
  border-radius: 3px;
}
.fieldset {
  padding: 0.5625rem;
  margin: 0 0 0.5625rem;
  border: 1px solid #fff;
  border-radius: 3px;
}
.fieldset--noBorder {
  border: 0;
}
legend {
  padding: 0 0.5625rem;
}
input,
textarea,
select {
  width: 100%;
  line-height: 1.25;
  font: 400 1.125rem "Oswald", sans-serif;
  color: #000;
  background-color: #fff;
}
[type=text],
[type=button],
[type=submit],
[type=password],
[type=email],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  appearance: none;
  border-radius: 0;
}
[type=submit],
.button {
  display: inline-block;
  padding: 0.5625rem 1.6245rem;
  text-decoration: none;
  cursor: pointer;
  word-break: break-all;
  border: 1px solid #dc9831;
  color: #fff;
  background: #dc9831;
  width: auto;
  border-radius: 3px;
}
[type=submit]:hover,
.button:hover {
  text-decoration: underline;
  color: #000;
  background: none;
}
.button--pokracovat {
  display: block;
  margin: 1.125rem auto 0;
}
@media only screen and (min-width: 50rem) {
  .button--pokracovat {
    float: right;
  }
}
.button--transparent {
  background: 0;
  border-color: transparent;
  color: #feb83c;
}
.button--zpet {
  display: block;
  margin: 1.6245rem auto 0;
}
@media only screen and (min-width: 50rem) {
  .button--zpet {
    float: left;
  }
}
.button-reverse {
  background-color: transparent;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
}
[type=checkbox] {
  width: auto;
  margin: 0 0.28125rem 0 0;
}
.textarea--small {
  min-height: 5.625rem;
}
.textarea--middle {
  min-height: 16.875rem;
}
.polozkaLabel {
  display: block;
}
.polozkaLabel--empty {
  display: none;
}
.polozkaInput,
.polozkaInput3,
select,
textarea {
  display: block;
  box-sizing: border-box;
  padding: 0.5625rem 1.125rem;
  margin-bottom: 1.87425rem;
  background-color: transparent;
  border: 1px solid #f4f4f4;
  border-radius: 2px;
}
select {
  font-weight: bold;
  border-color: #dc9831;
  text-transform: uppercase;
}
.polozkaInputCombo {
  display: block;
  margin-bottom: 0.5625rem;
}
.polozkaCheckbox,
.polozkaLabelCheckbox,
.polozkaLabelRadio {
  padding: 0 0 0 1.37475rem;
  border: 0;
}
.polozkaCheckbox input,
.polozkaLabelCheckbox input,
.polozkaLabelRadio input {
  width: auto;
  margin: 0 0.28125rem 0 0;
}
.polozkaLabel,
.polozkaInput,
.polozkaInputCombo {
  float: left;
  margin-right: 1%;
}
@media only screen and (min-width: 65rem) {
  .polozkaInput {
    width: 30%;
  }
  .polozkaInputDvojnasobna {
    width: 77%;
  }
  .polozkaInputComboDvojnasobna {
    width: 77%;
  }
  .polozkaLabel {
    text-align: right;
    width: 15%;
    padding: 0.5625rem 0;
  }
  .polozkaInput3 {
    width: 77%;
  }
}
.polozkaRadio:hover,
input:checked ~ .polozkaRadio {
  color: #fff;
  background-color: #dc9831;
  transition: 0.3s;
  border-color: #dc9831;
}
.odebrat-polozku {
  background-color: transparent;
  color: #dc9831;
  font-size: 1.5rem;
  margin-bottom: 0;
  border: 0;
}
.odebrat-polozku:hover {
  background-color: transparent;
  text-decoration: none;
}
button.zpet,
input.zpet {
  /*margin: 1.5rem auto .7rem auto;*/
}
/*
input.zpet{ 
	border: 0;
	margin-bottom: 1rem;
	float: none;
	display: block;

	&.tablet-show{
		display: none;

		.responsive(@width-tablet, {
			display: block;
		});
	}

	&.tablet-hide{
		display: block;

		.responsive(@width-tablet, {
			display: none;
		});
	}

	.responsive(@width-phablet, {
		float: none;
		margin: auto auto .7rem auto;
	});
}

.button.pokracovat{
	border: solid 1px @color-primary;
	font-weight: bold;
	text-transform: uppercase;
	color: @color-text-secondary;
	background-color: @color-primary;
	transition: .3s;

	&:hover{
		text-decoration: none;
		background-color: @color-text-secondary;
		color: @color-text;
	}

	.responsive(@width-phablet, {
		float: right;
	});*/
/*}*/
/*button.zpet, input.zpet{
	color: @color-secondary;
	border: 0;
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: bold;
	background-color: transparent;

	.responsive(@width-phablet, {
		float: left;
	});
}*/
.labelFakeInput {
  box-sizing: border-box;
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border: 2px solid #3c3c3b;
  border-radius: 2px;
}
input[type="checkbox"]:checked ~ .labelFakeInput {
  border-width: 8px;
}
/*

[type=file] { height: auto; }

[type=checkbox], [type=radio] {
	width: auto;
	height: auto;
	margin: 0 5px 15px 0;
	background: 0;
	border: 0;
	position: relative;
	top: 2px;
}



.polozkaInput, select { width: 32%; }

.polozkaInputDvojnasobna, .polozkaInputComboDvojnasobna {
	width: 75%;
	max-width: 875px;
}

.form {

	&__item {
		&__label { margin-bottom: 5px; }
		&__input { margin-bottom: 15px; }
	}
}

.form-poptavka textarea {
	min-height: 220px;
	line-height: 1.5;
}
*/
#chckHeureka {
  float: left;
  margin: 4px 4px 0 0;
}
.responsiveOpen {
  min-width: 2rem;
  min-height: 32px;
  position: relative;
}
.responsiveOpen--span {
  cursor: pointer;
}
.responsiveOpen--span span {
  width: 2rem;
  height: 4px;
  transition: 0.3s;
  position: absolute;
  background: #dc9831;
  border-radius: 2px;
  top: 5px;
}
.responsiveOpen--span span + span {
  top: 14px;
}
.responsiveOpen--span span + span + span {
  top: 23px;
}
.responsiveOpen--span.dataOpen--open span {
  transform: rotate(45deg);
  top: 14px;
}
.responsiveOpen--span.dataOpen--open span + span {
  display: none;
}
.responsiveOpen--span.dataOpen--open span + span + span {
  display: block;
  transform: rotate(-45deg);
}
.add-to-cart {
  background-color: #dc9831;
  border-radius: 2px;
  cursor: pointer;
  fill: #fff;
  text-align: right;
  display: inline-block;
  float: right;
  width: auto;
  max-width: 180px;
  padding: 0 1.37475rem 0 1.87425rem;
}
.add-to-cart input {
  vertical-align: middle;
  text-transform: uppercase;
}
.add-to-cart input:hover {
  color: #fff;
  text-decoration: none;
}
.add-to-cart svg {
  vertical-align: middle;
  width: 2rem;
  height: 2rem;
}
.flashMessage {
  width: calc(100% - (2*1rem));
  line-height: 1.25;
  position: fixed;
  top: 0.5625rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100000;
  text-align: center;
}
.flashMessage__inner {
  padding: 0.5625rem 1.125rem;
  border: 2px solid transparent;
  border-radius: 3px;
}
.flashMessage__inner--success {
  color: #3c763d;
  background: #dff0d8;
  border-color: #d6e9c6;
}
.flashMessage__inner--danger {
  color: #a94442;
  background: #f2dede;
  border-color: #ebccd1;
}
.cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cols__two,
.cols__four {
  width: 100%;
}
@media only screen and (min-width: 30rem) {
  .cols__four {
    width: 49%;
  }
}
@media only screen and (min-width: 40rem) {
  .cols__two {
    width: 49%;
  }
}
@media only screen and (min-width: 50rem) {
  .cols .tablet__cols {
    display: flex;
    flex-wrap: nowrap;
  }
  .cols__four {
    width: 24%;
  }
}
.like-heart {
  width: 2rem;
  height: 2rem;
  fill: #dc9831;
}
.comgateStatus--orderList {
  padding: 2px 5px;
  color: #fff;
  border-radius: 3px;
  position: relative;
  top: 4px;
}
.comgateStatus--PAID {
  background: #1F9D55;
}
.comgateStatus--PENDING {
  background: #DE751F;
}
.comgateStatus--CANCELLED {
  background: #CC1F1A;
}
.lista--gdpr {
  text-align: center;
  font-size: 0.9rem;
  background-color: #f6e4ca;
  padding: 5px;
  color: #000;
  line-height: 1.2rem;
}
.lista--gdpr a {
  color: #000;
}
.lista--gdpr__button {
  margin-top: 5px;
  padding: 0.1rem 2rem;
}
.form--gdpr {
  padding: 1.87425rem;
}
.form__item__input {
  margin: 0.5625rem 0;
}
.navigace {
  padding: 1%;
  width: 98%;
  float: right;
  text-align: center;
  margin: 0.5625rem 0;
}
@media only screen and (min-width: 50rem) {
  .navigace {
    width: 48%;
    text-align: right;
    margin: 0;
    margin-top: 0.5625rem;
  }
}
.navigace a {
  color: #000;
  text-decoration: none;
}
#breadcrumbs {
  padding: 1%;
  width: 98%;
  float: left;
  line-height: 1.25;
  font-size: 14px;
}
@media only screen and (min-width: 50rem) {
  #breadcrumbs {
    width: 48%;
  }
}
#breadcrumbs a {
  text-decoration: none;
  color: #000;
}
.custom-select {
  position: relative;
}
.select-selected {
  background-color: transparent;
  border: solid 1px #f4f4f4;
  border-radius: 2px;
  position: relative;
}
.select-selected:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 129 129' xmlns:xlink='http://www.w3.org/1999/xlink' enable-background='new 0 0 129 129'%3E%3Cg%3E%3Cpath fill='%23b1b1b1' d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.select-selected,
.select-items div {
  padding: 1rem 1.125rem;
  cursor: pointer;
}
.select-items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  color: #fff;
}
.select-items div {
  background-color: #dc9831;
}
.select-items div:nth-child(even) {
  background-color: #9d753b;
}
.select-hide {
  display: none;
}
.select-items div:hover,
.same-as-selected {
  background-color: #e8cc79;
}
.fakeRadio {
  position: relative;
  padding-left: 30px;
  margin-bottom: 1.125rem;
  display: block;
  /*line-height: 1.2rem;*/
  cursor: pointer;
}
.fakeRadio:hover {
  background-color: transparent;
  border: 0;
  color: #000;
}
.fakeRadio span.radio {
  display: inline-block;
  margin-right: 15px;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  border: solid 1px #dc9831;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
input[type=radio]:checked ~ .fakeRadio span.radio:before,
input[type=radio]:checked ~ span.radio:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 60%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  background-color: #3c3c3b;
}
.product-image {
  flex: 0 0 25%;
  float: left;
  margin-right: 0.5625rem;
  /*	.responsive(@width-phablet, {
		flex: 0 0 16%;
	});*/
}
.polozkaPostovne {
  width: calc(100% - 30px);
  display: block;
}
.header__info {
  line-height: 1.4;
  padding: 8px 10px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: #000;
  position: relative;
  top: -20px;
}
.header__info--red {
  background: #c51a1b;
}
.aroundline {
  text-align: center;
  padding: 1.6245rem 0 1.125rem;
  overflow: hidden;
  width: 100%;
}
.aroundline h2 {
  display: inline-block;
  position: relative;
  padding: 0;
  color: #000;
  max-width: 70%;
}
.aroundline h2:before,
.aroundline h2:after {
  content: "";
  display: block;
  width: 180px;
  height: 4px;
  background-repeat: repeat-x;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 482.5 8.8' style='enable-background:new 0 0 482.5 8.8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bclip-path:url(%23SVGID_2_);fill:%23EACD79;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M482.4,3.2c0.3,1.9-0.6,3-2.1,3.4c-1.3,0.3-2.6,0.5-3.9,0.4c-4.2-0.1-8.3-0.4-12.5-0.6c-1.5-0.1-3,0-4.5,0 c-1.3,0-2.4-0.1-3.6-0.8c-1.4-0.9-3.1-0.7-4.7-0.5c-0.5,0-1,0.4-1.3,0.8c-1.2,1.1-2.6,1.5-4.2,1.5c-0.7,0-1.5,0.2-2.1,0 c-2-0.6-3.8,0.1-5.7,0.4c-3.6,0.8-7.3,1.3-11.1,0.9c-1.1-0.1-2.3,0-3.4,0c-4.2-0.1-8.5-0.2-12.7-0.3C405,8.2,399.4,8.1,393.8,8 c-3.8-0.1-7.6-0.3-11.4-0.5c-3.8-0.2-7.6-0.4-11.4-0.4c-2.7,0-5.5,0.2-8.2,0.3c-0.2,0-0.4,0.1-0.5,0.1c-3.5-0.6-7.1-0.2-10.6,0.1 c-5,0.4-10.1,0.2-15.1,0.6c-0.4,0-0.9,0.1-1.3-0.1c-3.1-0.8-6.4-0.5-9.5-0.8c-3.3-0.3-6.7-0.5-10.1-0.8c-0.1,0-0.2,0-0.3,0 c-3,0.2-6,0.1-9-0.1c-1.2-0.1-2.5,0-3.7-0.1c-6.2-0.3-12.4-0.5-18.6-0.6c-2.7,0-5.5-0.4-8.2-0.4c-2.7,0-5.4,0.1-8.2-0.3 c-2.3-0.3-4.8,0.1-7.2,0.1c-1.5,0-3,0-4.5,0c-1.4,0-2.9,0-4.3,0.2c-5,0.7-10.1,0.6-15.1,0.5c-1.1,0-2.1,0.1-3.2,0.1 c-2.3,0.1-4.6,0.1-6.9,0.4c-4.3,0.5-8.7,0.3-13,0.3c-4.3,0-8.7,0-13,0c-0.2,0-0.4,0-0.5,0c-2.4-0.1-4.5-0.8-6-3.1 c0.4-0.2,0.7-0.5,1.1-0.6c4.8-0.6,9.5-1.4,14.3-1.1c1.2,0.1,2.5-0.2,3.7-0.2c1.4,0,2.8,0.1,4.2,0.2c3.1,0.1,6.2,0.2,9.3,0.2 c2.7,0,5.3,0,8,0c4.3,0,8.5,0.1,12.8,0c7.9,0,15.8-0.1,23.7-0.2c3.7,0,7.4-0.3,11.2-0.3c3.1,0,6.2-0.1,9.3,0.6 c0.4,0.1,0.9,0.2,1.3,0.1c2.5-0.5,4.9,0.3,7.4,0.2c5.4-0.3,10.8,0.9,16.2,0.6c3.5-0.2,7.1,0,10.6-0.4c2.6-0.3,5.3-0.1,8-0.1 c1,0,2,0,2.9-0.2c4.2-0.6,8.5-0.7,12.7-1c1.1-0.1,2.3-0.1,3.4-0.2c2.2-0.1,4.4-0.3,6.6-0.2c2.1,0.1,4.3-0.1,6.4-0.1 c2.4,0,4.8,0.1,7.2,0.2c0.1,0,0.2,0,0.3,0c4.6-0.4,9.2,0.3,13.8,0.4c2.3,0,4.6,0.3,6.9,0.3c2.5,0.1,5,0,7.4,0.2 c4.3,0.3,8.7,0.1,13,1.1c1.2,0.3,2.5,0.1,3.7,0.1c4.6,0.2,9.2,0.9,13.8,0.6c2.3-0.1,4.6-0.2,6.9,0.4c0.6,0.2,1.4,0,2.1-0.1 c1.2-0.2,2.4-0.5,3.6-0.6c0.8-0.1,1.6,0,2.4,0.1c1.7,0.3,3.3,0.3,5,0.1c2.8-0.3,5.6-0.8,8.5-0.5c1.7,0.2,3.4-0.1,5.1-0.2 c2.6-0.1,5.1-0.3,7.7,0c1.8,0.2,3.7-0.1,5.6-0.2c0.5,0,1.1-0.1,1.6,0C481.6,3,481.9,3.1,482.4,3.2'/%3E%3Cpath class='st0' d='M184,2.9c-1,1.7-2.3,2.2-3.9,2.3c-5.1,0.2-10.3,0.3-15.4,0.3c-0.6,0-1.2,0-1.9-0.1c-3.7-0.5-7.4-0.5-11.1,0.1 c-2.3,0.3-4.8,0-7.2-0.2c-1.2-0.1-2.4-0.1-3.7,0.1c-1.5,0.3-3.2,0-4.8,0c-0.6,0-1.2-0.1-1.9-0.1c-5.5,0.3-11,0.7-16.5,1 c-3.9,0.2-7.8,0.2-11.6,0.2c-3.9,0-7.8-0.4-11.7-0.5C88,5.9,81.7,5.5,75.3,5.3C71,5.1,66.8,4.9,62.5,4.9c-3.8,0-7.6,0.4-11.4,0.4 c-3.3,0.1-6.6-0.1-9.8-0.1c-1.5,0-3,0.2-4.5,0.2c-1.5,0-3,0-4.5,0c-1.1,0-2.1,0.2-3.2,0c-3.2-0.5-6.4,0.1-9.5,0.3 c-2,0.1-4.1,0.1-6.1,0.2c-0.9,0-1.7-0.1-2.6-0.5C9.7,5,8.4,4.5,7.2,4.1C6.5,3.9,5.8,3.9,5.1,3.9C3.3,3.8,1.7,3.2,0,2.7 c0.2-0.9,0.9-0.8,1.3-0.9c6.5-0.4,12.9-1,19.4-1c6.2,0,12.4,0,18.6,0.1c3.2,0,6.4-0.1,9.5-0.7c1.3-0.3,2.6,0,4,0 C57,0.2,61.1,0.1,65.3,0c3.8-0.1,7.6,0.1,11.4,0.3c4.6,0.2,9.2,0.2,13.8,0.3c6.4,0.1,12.8,0.2,19.1,0.2c2.2,0,4.4-0.3,6.6-0.4 c1.4-0.1,2.8-0.2,4.2-0.2c2.1,0.1,4.2,0.5,6.3,0.3c2-0.1,4.1,0.1,6.1,0.1c3.5,0,7.1-0.1,10.6-0.1c6,0.1,12,0.3,18.1,0.6 c6.4,0.3,12.8,0.6,19.1,1C181.8,2.2,182.9,2.2,184,2.9'/%3E%3C/g%3E%3C/svg%3E%0A");
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
}
.aroundline h2:before {
  left: -190px;
}
.aroundline h2:after {
  right: -190px;
}
.hodnoceni {
  display: flex;
  margin: 2.25rem 0;
  justify-content: center;
}
.hodnoceni__wrapper {
  position: relative;
  padding: 1.125rem;
}
.hodnoceni__wrapper__border {
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border: solid 1px #dc9831;
  border-radius: 3px;
}
.hodnoceni__left {
  margin: 1.6245rem 2.25rem;
}
.hodnoceni__left__rate {
  font-weight: bold;
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 1.125rem;
  margin-top: 0.28125rem;
}
.hodnoceni__left__stars {
  margin-bottom: 0.5625rem;
}
.hodnoceni__left__count {
  color: #f4f4f4;
  text-align: center;
}
.hodnoceni__right {
  margin: 1.6245rem 2.25rem;
}
.hodnoceni__right__item {
  display: flex;
  color: #f4f4f4;
  align-items: center;
  margin: 0.28125rem 0;
}
.hodnoceni__right__item svg {
  fill: #feb83c;
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.5625rem;
  padding-bottom: 0.1rem;
}
.hodnoceni__right__item__line {
  width: 100px;
  height: 2px;
  background-color: #d6d6d6;
}
.hodnoceni__star {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  width: 90%;
  margin: -2rem auto 1rem;
  border-radius: 3px;
  border: solid 1px #dc9831;
  background-color: #fff;
  padding: 1.125rem 1.6245rem;
}
@media only screen and (min-width: 50rem) {
  .hodnoceni__star {
    width: 50%;
  }
}
.hodnoceni__star__text {
  padding-top: 0.28125rem;
  padding-bottom: 0.28125rem;
  padding-right: 0.5625rem;
  padding-left: 0.28125rem;
  font-weight: 700;
}
.hodnoceni__star__stars {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 50rem) {
  .hodnoceni__star__stars {
    flex-wrap: nowrap;
  }
}
.hodnoceni__star:hover .hodnoceni__star__item {
  fill: #feb83c;
}
.hodnoceni__star__item {
  padding: 0.28125rem;
  text-align: center;
  cursor: pointer;
  fill: #feb83c;
}
.hodnoceni__star__item__input:checked ~ .hodnoceni__star__item {
  fill: #fff;
  stroke: #feb83c;
}
.hodnoceni__star__item:hover ~ .hodnoceni__star__item {
  fill: #fff;
  stroke: #feb83c;
}
@media only screen and (min-width: 30rem) {
  .hodnoceni__star__item {
    width: auto;
  }
}
.hodnoceni__star__item svg {
  width: 1.87425rem;
  height: 1.87425rem;
}
.diskuze__notice {
  text-align: center;
  padding: 1.125rem;
  border: solid 1px #dc9831;
  border-radius: 3px;
  margin: 1.125rem 0;
}
.diskuze__napsat-recenzi {
  text-align: right;
  color: #333333;
  text-transform: uppercase;
  font-size: 1.37475rem;
  float: right;
  text-decoration: underline;
  cursor: pointer;
}
.diskuze__form {
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}
.diskuze__form legend {
  border: solid 1px #dc9831;
  font-weight: bold;
  color: #dc9831;
  padding: 0.5625rem;
  display: inline-block;
  width: 10rem;
  margin: 1.125rem 0 2.25rem;
  text-align: center;
}
@media only screen and (min-width: 50rem) {
  .diskuze__form legend {
    margin: 1.125rem 0 1.6245rem;
  }
}
.diskuze__input:checked ~ .diskuze__form {
  max-height: 1000px;
  margin: 2.25rem 0;
}
.diskuze__input__label {
  cursor: pointer;
  border: solid 1px #dc9831;
  text-align: center;
  border-radius: 3px;
  text-transform: uppercase;
  margin: 1.125rem 0;
  padding: 1.125rem;
  margin: 2.25rem auto;
  display: block;
  width: 10rem;
  transition: 0.3s;
  font-weight: bold;
}
.diskuze__input__label:hover {
  color: #fff;
  background-color: #dc9831;
}
.diskuze__wrapper {
  margin: 1.87425rem 0;
}
.diskuze__item {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  border: solid 1px #d6d6d6;
  border-radius: 5px;
  padding: 1.125rem;
  margin-top: 1.87425rem;
}
@media only screen and (min-width: 40rem) {
  .diskuze__item {
    flex-wrap: nowrap;
    padding: 1.125rem 1.87425rem;
  }
}
.diskuze__item.level-1 {
  margin-left: 4%;
}
@media only screen and (min-width: 40rem) {
  .diskuze__item.level-1 {
    margin-left: 1.5rem;
  }
}
.diskuze__item.level-2 {
  margin-left: 8%;
}
@media only screen and (min-width: 40rem) {
  .diskuze__item.level-2 {
    margin-left: 3rem;
  }
}
.diskuze__item.level-3 {
  margin-left: 12%;
}
@media only screen and (min-width: 40rem) {
  .diskuze__item.level-3 {
    margin-left: 4.5rem;
  }
}
.diskuze__item.level-4 {
  margin-left: 16%;
}
@media only screen and (min-width: 40rem) {
  .diskuze__item.level-4 {
    margin-left: 6rem;
  }
}
.diskuze__item.level-5 {
  margin-left: 20%;
}
@media only screen and (min-width: 40rem) {
  .diskuze__item.level-5 {
    margin-left: 7.5rem;
  }
}
.diskuze__item.odpoved {
  margin-top: 1.37475rem;
}
.diskuze__item__left {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1.125rem;
}
.diskuze__item__left > * {
  width: 49%;
}
@media only screen and (min-width: 40rem) {
  .diskuze__item__left {
    display: block;
    flex: 0 0 12rem;
    margin-right: 2rem;
    margin-bottom: 0;
  }
  .diskuze__item__left > * {
    width: 100%;
  }
}
.diskuze__item__left__avatar {
  margin-bottom: 0.5625rem;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  width: 4rem;
  height: 4rem;
  border: solid 1px #d6d6d6;
  margin: auto;
  position: relative;
}
.diskuze__item__left__avatar img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.diskuze__item__left__avatar__img {
  margin: auto;
}
.diskuze__item__left__avatar__img:after {
  content: "„";
  font-size: 5rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-family: serif;
  font-weight: bold;
  line-height: 1rem;
  text-align: center;
  transform: scaleX(-1);
  color: #f4f4f4;
}
.diskuze__item__left__name {
  font-weight: bold;
  margin: 0.28125rem 0;
}
.diskuze__item__left__date {
  color: #d6d6d6;
  margin: 0.28125rem 0;
}
.diskuze__item__right {
  width: auto;
}
.rating {
  width: 5.625rem;
  height: 1.125rem;
  margin: auto;
  position: relative;
}
.rating--recept--action:hover .rating__score {
  width: 100% !important;
}
.rating__score {
  display: flex;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.rating__score svg {
  width: 1.125rem;
  height: 1.125rem;
  fill: #feb83c;
}
.rating__score__inner {
  display: flex;
}
.rating__score__background {
  display: flex;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.rating__score__background svg {
  width: 1.125rem;
  height: 1.125rem;
  fill: #feb83c;
}
.rating__score__background__inner {
  display: flex;
}
.rating-newest {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 2.25rem 0;
}
@media only screen and (min-width: 50rem) {
  .rating-newest {
    flex-wrap: no-wrap;
  }
}
.rating-newest__item {
  padding: 2.25rem 0;
  flex: 0 0 100%;
  justify-content: space-between;
}
@media only screen and (min-width: 50rem) {
  .rating-newest__item {
    flex: 0 0 49%;
  }
}
@media only screen and (min-width: 65rem) {
  .rating-newest__item {
    flex: 0 0 32%;
  }
}
.rating-newest__item__rating .rating {
  margin: 0;
}
.rating-newest__item__avatar {
  border: solid 1px #d6d6d6;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  position: relative;
  overflow: hidden;
  margin-left: auto;
}
.rating-newest__item__avatar .diskuze__item__left__avatar__img:after {
  font-size: 6rem;
}
.rating-newest__item__avatar img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.rating-newest__item__name {
  color: #444444;
  font-size: 0.9rem;
  font-weight: bold;
}
.rating-newest__item__text {
  font-size: 0.9rem;
}
.rating-newest__item__text p {
  line-height: 1rem;
}
.rating-newest__item__header {
  font-weight: bold;
  padding: 0.5625rem 0;
}
.rating-newest__item__left {
  flex: 0 0 5rem;
}
@media only screen and (min-width: 65rem) {
  .rating-newest__item__left {
    margin-right: 0;
    flex: 0 0 28%;
  }
}
.rating-newest__item__right {
  flex: 0 0 calc(100% - 7rem);
}
@media only screen and (min-width: 65rem) {
  .rating-newest__item__right {
    flex: 0 0 68%;
  }
}
.showLeftAnimation {
  -webkit-animation: showLeft 0.3s forwards;
  animation: showLeft 0.3s forwards;
}
input[type=checkbox]:checked ~ .checkbox-alternate:after {
  content: "";
  display: block;
  position: absolute;
  left: 3px;
  top: -1px;
  width: 0.35rem;
  height: 0.6rem;
  border: solid #646464;
  border-width: 0 4px 4px 0;
  border-radius: 3px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox-alternate {
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  background-color: #fff;
  border: solid 1px #dc9831;
  border-radius: 3px;
  position: relative;
}
/*-----------------------------------------------------------------------------

-	Revolution Slider 5.0 Layer Style Settings -

Screen Stylesheet

version:   	5.0.0
date:      	18/03/15
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
  color: #0084B4 !important;
}
.tp-caption.Twitter-Content a:hover {
  color: #0084B4 !important;
  text-decoration: underline!important;
}
.tp-caption.medium_grey,
.medium_grey {
  background-color: #888;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Arial;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  padding: 2px 4px;
  position: absolute;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}
.tp-caption.small_text,
.small_text {
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Arial;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  position: absolute;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}
.tp-caption.medium_text,
.medium_text {
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Arial;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  position: absolute;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}
.tp-caption.large_text,
.large_text {
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Arial;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
  position: absolute;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}
.tp-caption.very_large_text,
.very_large_text {
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Arial;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 60px;
  margin: 0;
  position: absolute;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}
.tp-caption.very_big_white,
.very_big_white {
  background-color: #000;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Arial;
  font-size: 60px;
  font-weight: 800;
  line-height: 60px;
  margin: 0;
  padding: 1px 4px 0;
  position: absolute;
  text-shadow: none;
  white-space: nowrap;
}
.tp-caption.very_big_black,
.very_big_black {
  background-color: #fff;
  border-style: none;
  border-width: 0;
  color: #000;
  font-family: Arial;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  margin: 0;
  padding: 1px 4px 0;
  position: absolute;
  text-shadow: none;
  white-space: nowrap;
}
.tp-caption.modern_medium_fat,
.modern_medium_fat {
  border-style: none;
  border-width: 0;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 20px;
  margin: 0;
  position: absolute;
  text-shadow: none;
  white-space: nowrap;
}
.tp-caption.modern_medium_fat_white,
.modern_medium_fat_white {
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 20px;
  margin: 0;
  position: absolute;
  text-shadow: none;
  white-space: nowrap;
}
.tp-caption.modern_medium_light,
.modern_medium_light {
  border-style: none;
  border-width: 0;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 20px;
  margin: 0;
  position: absolute;
  text-shadow: none;
  white-space: nowrap;
}
.tp-caption.modern_big_bluebg,
.modern_big_bluebg {
  background-color: #4e5b6c;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 36px;
  margin: 0;
  padding: 3px 10px;
  position: absolute;
  text-shadow: none;
}
.tp-caption.modern_big_redbg,
.modern_big_redbg {
  background-color: #de543e;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 36px;
  margin: 0;
  padding: 1px 10px 3px;
  position: absolute;
  text-shadow: none;
}
.tp-caption.modern_small_text_dark,
.modern_small_text_dark {
  border-style: none;
  border-width: 0;
  color: #555;
  font-family: Arial;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  position: absolute;
  text-shadow: none;
  white-space: nowrap;
}
.tp-caption.boxshadow,
.boxshadow {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.tp-caption.black,
.black {
  color: #000;
  text-shadow: none;
}
.tp-caption.noshadow,
.noshadow {
  text-shadow: none;
}
.tp-caption.thinheadline_dark,
.thinheadline_dark {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.85);
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  position: absolute;
  text-shadow: none;
}
.tp-caption.thintext_dark,
.thintext_dark {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.85);
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  position: absolute;
  text-shadow: none;
}
.tp-caption.largeblackbg,
.largeblackbg {
  background-color: #000;
  border-radius: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 50px;
  font-weight: 300;
  line-height: 70px;
  padding: 0 20px;
  position: absolute;
  text-shadow: none;
}
.tp-caption.largepinkbg,
.largepinkbg {
  background-color: #db4360;
  border-radius: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 50px;
  font-weight: 300;
  line-height: 70px;
  padding: 0 20px;
  position: absolute;
  text-shadow: none;
}
.tp-caption.largewhitebg,
.largewhitebg {
  background-color: #fff;
  border-radius: 0;
  color: #000;
  font-family: "Open Sans";
  font-size: 50px;
  font-weight: 300;
  line-height: 70px;
  padding: 0 20px;
  position: absolute;
  text-shadow: none;
}
.tp-caption.largegreenbg,
.largegreenbg {
  background-color: #67ae73;
  border-radius: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 50px;
  font-weight: 300;
  line-height: 70px;
  padding: 0 20px;
  position: absolute;
  text-shadow: none;
}
.tp-caption.excerpt,
.excerpt {
  background-color: #000000;
  border-color: #fff;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Arial;
  font-size: 36px;
  font-weight: 700;
  height: auto;
  letter-spacing: -1.5px;
  line-height: 36px;
  margin: 0;
  padding: 1px 4px 0;
  text-decoration: none;
  text-shadow: none;
  white-space: normal!important;
  width: 150px;
}
.tp-caption.large_bold_grey,
.large_bold_grey {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #666;
  font-family: "Open Sans";
  font-size: 60px;
  font-weight: 800;
  line-height: 60px;
  margin: 0;
  padding: 1px 4px 0;
  text-decoration: none;
  text-shadow: none;
}
.tp-caption.medium_thin_grey,
.medium_thin_grey {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #666;
  font-family: "Open Sans";
  font-size: 34px;
  font-weight: 300;
  line-height: 30px;
  margin: 0;
  padding: 1px 4px 0;
  text-decoration: none;
  text-shadow: none;
}
.tp-caption.small_thin_grey,
.small_thin_grey {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #757575;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  margin: 0;
  padding: 1px 4px 0;
  text-decoration: none;
  text-shadow: none;
}
.tp-caption.lightgrey_divider,
.lightgrey_divider {
  background-color: #ebebeb;
  background-position: initial;
  background-repeat: initial;
  border-color: #222;
  border-style: none;
  border-width: 0;
  height: 3px;
  text-decoration: none;
  width: 370px;
}
.tp-caption.large_bold_darkblue,
.large_bold_darkblue {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #34495e;
  font-family: "Open Sans";
  font-size: 58px;
  font-weight: 800;
  line-height: 60px;
  text-decoration: none;
}
.tp-caption.medium_bg_darkblue,
.medium_bg_darkblue {
  background-color: #34495e;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px;
  text-decoration: none;
}
.tp-caption.medium_bold_red,
.medium_bold_red {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #e33a0c;
  font-family: "Open Sans";
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
  padding: 0;
  text-decoration: none;
}
.tp-caption.medium_light_red,
.medium_light_red {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #e33a0c;
  font-family: "Open Sans";
  font-size: 21px;
  font-weight: 300;
  line-height: 26px;
  padding: 0;
  text-decoration: none;
}
.tp-caption.medium_bg_red,
.medium_bg_red {
  background-color: #e33a0c;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px;
  text-decoration: none;
}
.tp-caption.medium_bold_orange,
.medium_bold_orange {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #f39c12;
  font-family: "Open Sans";
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
  text-decoration: none;
}
.tp-caption.medium_bg_orange,
.medium_bg_orange {
  background-color: #f39c12;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px;
  text-decoration: none;
}
.tp-caption.grassfloor,
.grassfloor {
  background-color: #a0b397;
  border-color: #222;
  border-style: none;
  border-width: 0;
  height: 150px;
  text-decoration: none;
  width: 4000px;
}
.tp-caption.large_bold_white,
.large_bold_white {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 58px;
  font-weight: 800;
  line-height: 60px;
  text-decoration: none;
}
.tp-caption.medium_light_white,
.medium_light_white {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  padding: 0;
  text-decoration: none;
}
.tp-caption.mediumlarge_light_white,
.mediumlarge_light_white {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 34px;
  font-weight: 300;
  line-height: 40px;
  padding: 0;
  text-decoration: none;
}
.tp-caption.mediumlarge_light_white_center,
.mediumlarge_light_white_center {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 34px;
  font-weight: 300;
  line-height: 40px;
  padding: 0;
  text-align: center;
  text-decoration: none;
}
.tp-caption.medium_bg_asbestos,
.medium_bg_asbestos {
  background-color: #7f8c8d;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px;
  text-decoration: none;
}
.tp-caption.medium_light_black,
.medium_light_black {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #000;
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  padding: 0;
  text-decoration: none;
}
.tp-caption.large_bold_black,
.large_bold_black {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #000;
  font-family: "Open Sans";
  font-size: 58px;
  font-weight: 800;
  line-height: 60px;
  text-decoration: none;
}
.tp-caption.mediumlarge_light_darkblue,
.mediumlarge_light_darkblue {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #34495e;
  font-family: "Open Sans";
  font-size: 34px;
  font-weight: 300;
  line-height: 40px;
  padding: 0;
  text-decoration: none;
}
.tp-caption.small_light_white,
.small_light_white {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 17px;
  font-weight: 300;
  line-height: 28px;
  padding: 0;
  text-decoration: none;
}
.tp-caption.roundedimage,
.roundedimage {
  border-color: #222;
  border-style: none;
  border-width: 0;
}
.tp-caption.large_bg_black,
.large_bg_black {
  background-color: #000;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 40px;
  font-weight: 800;
  line-height: 40px;
  padding: 10px 20px 15px;
  text-decoration: none;
}
.tp-caption.mediumwhitebg,
.mediumwhitebg {
  background-color: #fff;
  border-color: #000;
  border-style: none;
  border-width: 0;
  color: #000;
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  padding: 5px 15px 10px;
  text-decoration: none;
  text-shadow: none;
}
.tp-caption.maincaption,
.maincaption {
  background-color: transparent;
  border-color: #000;
  border-style: none;
  border-width: 0;
  color: #212a40;
  font-family: roboto;
  font-size: 33px;
  font-weight: 500;
  line-height: 43px;
  text-decoration: none;
  text-shadow: none;
}
.tp-caption.miami_title_60px,
.miami_title_60px {
  background-color: transparent;
  border-color: #000;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Source Sans Pro";
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 60px;
  text-decoration: none;
  text-shadow: none;
}
.tp-caption.miami_subtitle,
.miami_subtitle {
  background-color: transparent;
  border-color: #000;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 0.65);
  font-family: "Source Sans Pro";
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 24px;
  text-decoration: none;
  text-shadow: none;
}
.tp-caption.divideline30px,
.divideline30px {
  background: #fff;
  background-color: #fff;
  border-color: #222;
  border-style: none;
  border-width: 0;
  height: 2px;
  min-width: 30px;
  text-decoration: none;
}
.tp-caption.Miami_nostyle,
.Miami_nostyle {
  border-color: #222;
  border-style: none;
  border-width: 0;
}
.tp-caption.miami_content_light,
.miami_content_light {
  background-color: transparent;
  border-color: #000;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Source Sans Pro";
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 28px;
  text-decoration: none;
  text-shadow: none;
}
.tp-caption.miami_title_60px_dark,
.miami_title_60px_dark {
  background-color: transparent;
  border-color: #000;
  border-style: none;
  border-width: 0;
  color: #333;
  font-family: "Source Sans Pro";
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 60px;
  text-decoration: none;
  text-shadow: none;
}
.tp-caption.miami_content_dark,
.miami_content_dark {
  background-color: transparent;
  border-color: #000;
  border-style: none;
  border-width: 0;
  color: #666;
  font-family: "Source Sans Pro";
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 28px;
  text-decoration: none;
  text-shadow: none;
}
.tp-caption.divideline30px_dark,
.divideline30px_dark {
  background-color: #333;
  border-color: #222;
  border-style: none;
  border-width: 0;
  height: 2px;
  min-width: 30px;
  text-decoration: none;
}
.tp-caption.ellipse70px,
.ellipse70px {
  background-color: rgba(0, 0, 0, 0.14902);
  border-color: #222;
  border-radius: 50px 50px 50px 50px;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  line-height: 1px;
  min-height: 70px;
  min-width: 70px;
  text-decoration: none;
}
.tp-caption.arrowicon,
.arrowicon {
  border-color: #222;
  border-style: none;
  border-width: 0;
  line-height: 1px;
}
.tp-caption.MarkerDisplay,
.MarkerDisplay {
  background-color: transparent;
  border-color: #000;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  font-family: "Permanent Marker";
  font-style: normal;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
}
.tp-caption.Restaurant-Display,
.Restaurant-Display {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Roboto;
  font-size: 120px;
  font-style: normal;
  font-weight: 700;
  line-height: 120px;
  padding: 0;
  text-decoration: none;
}
.tp-caption.Restaurant-Cursive,
.Restaurant-Cursive {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Nothing you could do";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 30px;
  padding: 0;
  text-decoration: none;
}
.tp-caption.Restaurant-ScrollDownText,
.Restaurant-ScrollDownText {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 17px;
  padding: 0;
  text-decoration: none;
}
.tp-caption.Restaurant-Description,
.Restaurant-Description {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 30px;
  padding: 0;
  text-decoration: none;
}
.tp-caption.Restaurant-Price,
.Restaurant-Price {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Roboto;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 30px;
  padding: 0;
  text-decoration: none;
}
.tp-caption.Restaurant-Menuitem,
.Restaurant-Menuitem {
  background-color: #000000;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #ffffff;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 17px;
  padding: 10px 30px;
  text-align: left;
  text-decoration: none;
}
.tp-caption.Furniture-LogoText,
.Furniture-LogoText {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #e6cfa3;
  font-family: Raleway;
  font-size: 160px;
  font-style: normal;
  font-weight: 300;
  line-height: 150px;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
}
.tp-caption.Furniture-Plus,
.Furniture-Plus {
  background-color: #ffffff;
  border-color: transparent;
  border-radius: 30px 30px 30px 30px;
  border-style: none;
  border-width: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px;
  color: #e6cfa3;
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 6px 7px 4px;
  text-decoration: none;
  text-shadow: none;
}
.tp-caption.Furniture-Title,
.Furniture-Title {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #000000;
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 20px;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
}
.tp-caption.Furniture-Subtitle,
.Furniture-Subtitle {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #000000;
  font-family: Raleway;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
}
.tp-caption.Gym-Display,
.Gym-Display {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #ffffff;
  font-family: Raleway;
  font-size: 80px;
  font-style: normal;
  font-weight: 900;
  line-height: 70px;
  padding: 0;
  text-decoration: none;
}
.tp-caption.Gym-Subline,
.Gym-Subline {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #ffffff;
  font-family: Raleway;
  font-size: 30px;
  font-style: normal;
  font-weight: 100;
  letter-spacing: 5px;
  line-height: 30px;
  padding: 0;
  text-decoration: none;
}
.tp-caption.Gym-SmallText,
.Gym-SmallText {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #ffffff;
  font-family: Raleway;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 22;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
}
.tp-caption.Fashion-SmallText,
.Fashion-SmallText {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #ffffff;
  font-family: Raleway;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 20px;
  padding: 0;
  text-decoration: none;
}
.tp-caption.Fashion-BigDisplay,
.Fashion-BigDisplay {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #000000;
  font-family: Raleway;
  font-size: 60px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 60px;
  padding: 0;
  text-decoration: none;
}
.tp-caption.Fashion-TextBlock,
.Fashion-TextBlock {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #000000;
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 40px;
  padding: 0;
  text-decoration: none;
}
.tp-caption.Sports-Display,
.Sports-Display {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #ffffff;
  font-family: Raleway;
  font-size: 130px;
  font-style: normal;
  font-weight: 100;
  letter-spacing: 13px;
  line-height: 130px;
  padding: 0;
  text-decoration: none;
}
.tp-caption.Sports-DisplayFat,
.Sports-DisplayFat {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #ffffff;
  font-family: Raleway;
  font-size: 130px;
  font-style: normal;
  font-weight: 900;
  line-height: 130px;
  padding: 0;
  text-decoration: none;
}
.tp-caption.Sports-Subline,
.Sports-Subline {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #000000;
  font-family: Raleway;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 4px;
  line-height: 32px;
  padding: 0;
  text-decoration: none;
}
.tp-caption.Instagram-Caption,
.Instagram-Caption {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #ffffff;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 20px;
  padding: 0;
  text-decoration: none;
}
.tp-caption.News-Title,
.News-Title {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #ffffff;
  font-family: "Roboto Slab";
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  padding: 0;
  text-decoration: none;
}
.tp-caption.News-Subtitle,
.News-Subtitle {
  background-color: rgba(255, 255, 255, 0);
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #ffffff;
  font-family: "Roboto Slab";
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  padding: 0;
  text-decoration: none;
}
.tp-caption.News-Subtitle:hover,
.News-Subtitle:hover {
  background-color: rgba(255, 255, 255, 0);
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 0;
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
}
.tp-caption.Photography-Display,
.Photography-Display {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #ffffff;
  font-family: Raleway;
  font-size: 80px;
  font-style: normal;
  font-weight: 100;
  letter-spacing: 5px;
  line-height: 70px;
  padding: 0;
  text-decoration: none;
}
.tp-caption.Photography-Subline,
.Photography-Subline {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #777777;
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 30px;
  padding: 0;
  text-decoration: none;
}
.tp-caption.Photography-ImageHover,
.Photography-ImageHover {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #ffffff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22;
  padding: 0;
  text-decoration: none;
}
.tp-caption.Photography-ImageHover:hover,
.Photography-ImageHover:hover {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #ffffff;
  text-decoration: none;
}
.tp-caption.Photography-Menuitem,
.Photography-Menuitem {
  background-color: rgba(0, 0, 0, 0.65);
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #ffffff;
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 20px;
  padding: 3px 5px 3px 8px;
  text-decoration: none;
}
.tp-caption.Photography-Menuitem:hover,
.Photography-Menuitem:hover {
  background-color: rgba(0, 255, 222, 0.65);
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #ffffff;
  text-decoration: none;
}
.tp-caption.Photography-Textblock,
.Photography-Textblock {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #ffffff;
  font-family: Raleway;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 30px;
  padding: 0;
  text-decoration: none;
}
.tp-caption.Photography-Subline-2,
.Photography-Subline-2 {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 0.35);
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 30px;
  padding: 0;
  text-decoration: none;
}
.tp-caption.Photography-ImageHover2,
.Photography-ImageHover2 {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #ffffff;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22;
  padding: 0;
  text-decoration: none;
}
.tp-caption.Photography-ImageHover2:hover,
.Photography-ImageHover2:hover {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #ffffff;
  text-decoration: none;
}
.tp-caption.WebProduct-Title,
.WebProduct-Title {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #333333;
  font-family: Raleway;
  font-size: 90px;
  font-style: normal;
  font-weight: 100;
  line-height: 90px;
  padding: 0;
  text-decoration: none;
}
.tp-caption.WebProduct-SubTitle,
.WebProduct-SubTitle {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #999999;
  font-family: Raleway;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 0;
  text-decoration: none;
}
.tp-caption.WebProduct-Content,
.WebProduct-Content {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #999999;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding: 0;
  text-decoration: none;
}
.tp-caption.WebProduct-Menuitem,
.WebProduct-Menuitem {
  background-color: #333333;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #ffffff;
  font-family: Raleway;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 20px;
  padding: 3px 5px 3px 8px;
  text-align: left;
  text-decoration: none;
}
.tp-caption.WebProduct-Menuitem:hover,
.WebProduct-Menuitem:hover {
  background-color: #ffffff;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #999999;
  text-decoration: none;
}
.tp-caption.WebProduct-Title-Light,
.WebProduct-Title-Light {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #ffffff;
  font-family: Raleway;
  font-size: 90px;
  font-style: normal;
  font-weight: 100;
  line-height: 90px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}
.tp-caption.WebProduct-SubTitle-Light,
.WebProduct-SubTitle-Light {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 0.35);
  font-family: Raleway;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}
.tp-caption.WebProduct-Content-Light,
.WebProduct-Content-Light {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 0.65);
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}
.tp-caption.FatRounded,
.FatRounded {
  background-color: rgba(0, 0, 0, 0.5);
  border-color: #d3d3d3;
  border-radius: 50px 50px 50px 50px;
  border-style: none;
  border-width: 0;
  color: #ffffff;
  font-family: Raleway;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px;
  padding: 20px 22px 20px 25px;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
}
.tp-caption.FatRounded:hover,
.FatRounded:hover {
  background-color: #000000;
  border-color: #d3d3d3;
  border-radius: 50px 50px 50px 50px;
  border-style: none;
  border-width: 0;
  color: #ffffff;
  text-decoration: none;
}
.tp-caption.NotGeneric-Title,
.NotGeneric-Title {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #ffffff;
  font-family: Raleway;
  font-size: 70px;
  font-style: normal;
  font-weight: 800;
  line-height: 70px;
  padding: 10px 0;
  text-decoration: none;
}
.tp-caption.NotGeneric-SubTitle,
.NotGeneric-SubTitle {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #ffffff;
  font-family: Raleway;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 4px;
  line-height: 20px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}
.tp-caption.NotGeneric-CallToAction,
.NotGeneric-CallToAction {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: #ffffff;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 14px;
  padding: 10px 30px;
  text-align: left;
  text-decoration: none;
}
.tp-caption.NotGeneric-CallToAction:hover,
.NotGeneric-CallToAction:hover {
  background-color: transparent;
  border-color: #ffffff;
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: #ffffff;
  text-decoration: none;
}
.tp-caption.NotGeneric-Icon,
.NotGeneric-Icon {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0);
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 0;
  color: #ffffff;
  font-family: Raleway;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 30px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}
.tp-caption.NotGeneric-Menuitem,
.NotGeneric-Menuitem {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.15);
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: #ffffff;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 14px;
  padding: 27px 30px;
  text-align: left;
  text-decoration: none;
}
.tp-caption.NotGeneric-Menuitem:hover,
.NotGeneric-Menuitem:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: #ffffff;
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: #ffffff;
  text-decoration: none;
}
.tp-caption.MarkerStyle,
.MarkerStyle {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #ffffff;
  font-family: "Permanent Marker";
  font-size: 17px;
  font-style: normal;
  font-weight: 100;
  line-height: 30px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}
.tp-caption.Gym-Menuitem,
.Gym-Menuitem {
  background-color: #000000;
  border-color: rgba(255, 255, 255, 0);
  border-radius: 3px 3px 3px 3px;
  border-style: solid;
  border-width: 2px;
  color: #ffffff;
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 20px;
  padding: 3px 5px 3px 8px;
  text-align: left;
  text-decoration: none;
}
.tp-caption.Gym-Menuitem:hover,
.Gym-Menuitem:hover {
  background-color: #000000;
  border-color: rgba(255, 255, 255, 0.25);
  border-radius: 3px 3px 3px 3px;
  border-style: solid;
  border-width: 2px;
  color: #ffffff;
  text-decoration: none;
}
.tp-caption.Newspaper-Button,
.Newspaper-Button {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0.25);
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: #ffffff;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 17px;
  padding: 12px 35px;
  text-align: left;
  text-decoration: none;
}
.tp-caption.Newspaper-Button:hover,
.Newspaper-Button:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: #000000;
  text-decoration: none;
}
.tp-caption.Newspaper-Subtitle,
.Newspaper-Subtitle {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #a8d8ee;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 900;
  line-height: 20px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}
.tp-caption.Newspaper-Title,
.Newspaper-Title {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #ffffff;
  font-family: "Roboto Slab";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
  padding: 0 0 10px;
  text-align: left;
  text-decoration: none;
}
.tp-caption.Newspaper-Title-Centered,
.Newspaper-Title-Centered {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #ffffff;
  font-family: "Roboto Slab";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
  padding: 0 0 10px;
  text-align: center;
  text-decoration: none;
}
.tp-caption.Hero-Button,
.Hero-Button {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: #ffffff;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 14px;
  padding: 10px 30px;
  text-align: left;
  text-decoration: none;
}
.tp-caption.Hero-Button:hover,
.Hero-Button:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: #000000;
  text-decoration: none;
}
.tp-caption.Video-Title,
.Video-Title {
  background-color: #000000;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #ffffff;
  font-family: Raleway;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px;
  padding: 5px;
  text-align: left;
  text-decoration: none;
}
.tp-caption.Video-SubTitle,
.Video-SubTitle {
  background-color: rgba(0, 0, 0, 0.35);
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #ffffff;
  font-family: Raleway;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 12px;
  padding: 5px;
  text-align: left;
  text-decoration: none;
}
.tp-caption.NotGeneric-Button,
.NotGeneric-Button {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: #ffffff;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 14px;
  padding: 10px 30px;
  text-align: left;
  text-decoration: none;
}
.tp-caption.NotGeneric-Button:hover,
.NotGeneric-Button:hover {
  background-color: transparent;
  border-color: #ffffff;
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: #ffffff;
  text-decoration: none;
}
.tp-caption.NotGeneric-BigButton,
.NotGeneric-BigButton {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.15);
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: #ffffff;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 14px;
  padding: 27px 30px;
  text-align: left;
  text-decoration: none;
}
.tp-caption.NotGeneric-BigButton:hover,
.NotGeneric-BigButton:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: #ffffff;
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  color: #ffffff;
  text-decoration: none;
}
.tp-caption.WebProduct-Button,
.WebProduct-Button {
  background-color: #333333;
  border-color: #000000;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 2px;
  color: #ffffff;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 48px;
  padding: 0 40px;
  text-align: left;
  text-decoration: none;
}
.tp-caption.WebProduct-Button:hover,
.WebProduct-Button:hover {
  background-color: #ffffff;
  border-color: #000000;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 2px;
  color: #333333;
  text-decoration: none;
}
.tp-caption.Restaurant-Button,
.Restaurant-Button {
  background-color: rgba(10, 10, 10, 0);
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 2px;
  color: #ffffff;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 17px;
  padding: 12px 35px;
  text-align: left;
  text-decoration: none;
}
.tp-caption.Restaurant-Button:hover,
.Restaurant-Button:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: #ffe081;
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 2px;
  color: #ffffff;
  text-decoration: none;
}
.tp-caption.Gym-Button,
.Gym-Button {
  background-color: #8bc027;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 0;
  color: #ffffff;
  font-family: Raleway;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 15px;
  padding: 13px 35px;
  text-align: left;
  text-decoration: none;
}
.tp-caption.Gym-Button:hover,
.Gym-Button:hover {
  background-color: #72a800;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 0;
  color: #ffffff;
  text-decoration: none;
}
.tp-caption.Gym-Button-Light,
.Gym-Button-Light {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.25);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 2px;
  color: #ffffff;
  font-family: Raleway;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 15px;
  padding: 12px 35px;
  text-align: left;
  text-decoration: none;
}
.tp-caption.Gym-Button-Light:hover,
.Gym-Button-Light:hover {
  background-color: rgba(114, 168, 0, 0);
  border-color: #8bc027;
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 2px;
  color: #ffffff;
  text-decoration: none;
}
.tp-caption.Sports-Button-Light,
.Sports-Button-Light {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 2px;
  color: #ffffff;
  font-family: Raleway;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 17px;
  padding: 12px 35px;
  text-align: left;
  text-decoration: none;
}
.tp-caption.Sports-Button-Light:hover,
.Sports-Button-Light:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: #ffffff;
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 2px;
  color: #ffffff;
  text-decoration: none;
}
.tp-caption.Sports-Button-Red,
.Sports-Button-Red {
  background-color: #db1c22;
  border-color: rgba(219, 28, 34, 0);
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 2px;
  color: #ffffff;
  font-family: Raleway;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 17px;
  padding: 12px 35px;
  text-align: left;
  text-decoration: none;
}
.tp-caption.Sports-Button-Red:hover,
.Sports-Button-Red:hover {
  background-color: #000000;
  border-color: #000000;
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 2px;
  color: #ffffff;
  text-decoration: none;
}
.tp-caption.Photography-Button,
.Photography-Button {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.25);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 1px;
  color: #ffffff;
  font-family: Raleway;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 15px;
  padding: 13px 35px;
  text-align: left;
  text-decoration: none;
}
.tp-caption.Photography-Button:hover,
.Photography-Button:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: #ffffff;
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 1px;
  color: #ffffff;
  text-decoration: none;
}
.tp-caption.Newspaper-Button-2,
.Newspaper-Button-2 {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 3px 3px 3px 3px;
  border-style: solid;
  border-width: 2px;
  color: #ffffff;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 900;
  line-height: 15px;
  padding: 10px 30px;
  text-align: left;
  text-decoration: none;
}
.tp-caption.Newspaper-Button-2:hover,
.Newspaper-Button-2:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: #ffffff;
  border-radius: 3px 3px 3px 3px;
  border-style: solid;
  border-width: 2px;
  color: #ffffff;
  text-decoration: none;
}
.tp-caption.Feature-Tour,
.Feature-Tour {
  background-color: #8bc027;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 0;
  color: #ffffff;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  padding: 17px 35px;
  text-align: left;
  text-decoration: none;
}
.tp-caption.Feature-Tour:hover,
.Feature-Tour:hover {
  background-color: #72a800;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 0;
  color: #ffffff;
  text-decoration: none;
}
.tp-caption.Feature-Examples,
.Feature-Examples {
  background-color: transparent;
  border-color: rgba(33, 42, 64, 0.15);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 2px;
  color: rgba(33, 42, 64, 0.5);
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  padding: 15px 35px;
  text-align: left;
  text-decoration: none;
}
.tp-caption.Feature-Examples:hover,
.Feature-Examples:hover {
  background-color: transparent;
  border-color: #8bc027;
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 2px;
  color: #8bc027;
  text-decoration: none;
}
.tp-caption.subcaption,
.subcaption {
  background-color: transparent;
  border-color: #000000;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #6f7c82;
  font-family: roboto;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
}
.tp-caption.menutab,
.menutab {
  background-color: transparent;
  border-color: #000000;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #292e31;
  font-family: roboto;
  font-size: 25px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
}
.tp-caption.menutab:hover,
.menutab:hover {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #d50000;
  text-decoration: none;
}
.tp-caption.maincontent,
.maincontent {
  background-color: transparent;
  border-color: #000000;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #292e31;
  font-family: roboto;
  font-size: 21px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
}
.tp-caption.minitext,
.minitext {
  background-color: transparent;
  border-color: #000000;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #b9babb;
  font-family: roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
}
.tp-caption.Feature-Buy,
.Feature-Buy {
  background-color: #009aee;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 0;
  color: #ffffff;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  padding: 17px 35px;
  text-align: left;
  text-decoration: none;
}
.tp-caption.Feature-Buy:hover,
.Feature-Buy:hover {
  background-color: #0085d6;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 0;
  color: #ffffff;
  text-decoration: none;
}
.tp-caption.Feature-Examples-Light,
.Feature-Examples-Light {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.15);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 2px;
  color: #ffffff;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  padding: 15px 35px;
  text-align: left;
  text-decoration: none;
}
.tp-caption.Feature-Examples-Light:hover,
.Feature-Examples-Light:hover {
  background-color: transparent;
  border-color: #ffffff;
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 2px;
  color: #ffffff;
  text-decoration: none;
}
.tp-caption.Facebook-Likes,
.Facebook-Likes {
  background-color: #3b5999;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #ffffff;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  padding: 5px 15px;
  text-align: left;
  text-decoration: none;
}
.tp-caption.Twitter-Favorites,
.Twitter-Favorites {
  background-color: rgba(255, 255, 255, 0);
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #8899a6;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}
.tp-caption.Twitter-Link,
.Twitter-Link {
  background-color: #ffffff;
  border-color: transparent;
  border-radius: 30px 30px 30px 30px;
  border-style: none;
  border-width: 0;
  color: #8799a5;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
  padding: 11px 11px 9px;
  text-align: left;
  text-decoration: none;
}
.tp-caption.Twitter-Link:hover,
.Twitter-Link:hover {
  background-color: #0084b4;
  border-color: transparent;
  border-radius: 30px 30px 30px 30px;
  border-style: none;
  border-width: 0;
  color: #ffffff;
  text-decoration: none;
}
.tp-caption.Twitter-Retweet,
.Twitter-Retweet {
  background-color: rgba(255, 255, 255, 0);
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #8899a6;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}
.tp-caption.Twitter-Content,
.Twitter-Content {
  background-color: #ffffff;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #292f33;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  padding: 30px 30px 70px;
  text-align: left;
  text-decoration: none;
}
.revtp-searchform input[type="text"],
.revtp-searchform input[type="email"],
.revtp-form input[type="text"],
.revtp-form input[type="email"] {
  font-family: "Arial", sans-serif;
  font-size: 15px;
  color: #000;
  background-color: #fff;
  line-height: 46px;
  padding: 0 20px;
  cursor: text;
  border: 0;
  width: 400px;
  margin-bottom: 0px;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  transition: background-color 0.5s;
  border-radius: 0px;
}
.tp-caption.BigBold-Title,
.BigBold-Title {
  color: #ffffff;
  font-size: 110px;
  line-height: 100px;
  font-weight: 800;
  font-style: normal;
  font-family: Raleway;
  padding: 10px 0px 10px 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}
.tp-caption.BigBold-SubTitle,
.BigBold-SubTitle {
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  font-style: normal;
  font-family: Raleway;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
  letter-spacing: 1px;
}
.tp-caption.BigBold-Button,
.BigBold-Button {
  color: #ffffff;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
  font-style: normal;
  font-family: Raleway;
  padding: 15px 50px 15px 50px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.5);
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
  text-align: left;
  letter-spacing: 1px;
}
.tp-caption.BigBold-Button:hover,
.BigBold-Button:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  border-color: #ffffff;
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
}
.tp-caption.FoodCarousel-Content,
.FoodCarousel-Content {
  color: #292e31;
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  font-style: normal;
  font-family: Raleway;
  padding: 30px 30px 30px 30px;
  text-decoration: none;
  background-color: #ffffff;
  border-color: #292e31;
  border-style: solid;
  border-width: 1px;
  border-radius: 0 0 0 0px;
  text-align: left;
}
.tp-caption.FoodCarousel-Button,
.FoodCarousel-Button {
  color: #292e31;
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  font-style: normal;
  font-family: Raleway;
  padding: 15px 70px 15px 50px;
  text-decoration: none;
  background-color: #ffffff;
  border-color: #292e31;
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
  text-align: left;
  letter-spacing: 1px;
}
.tp-caption.FoodCarousel-Button:hover,
.FoodCarousel-Button:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #292e31;
  border-color: #292e31;
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
}
.tp-caption.FoodCarousel-CloseButton,
.FoodCarousel-CloseButton {
  color: #292e31;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  font-style: normal;
  font-family: Raleway;
  padding: 14px 14px 14px 16px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(41, 46, 49, 0);
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  text-align: left;
  letter-spacing: 1px;
}
.tp-caption.FoodCarousel-CloseButton:hover,
.FoodCarousel-CloseButton:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #292e31;
  border-color: rgba(41, 46, 49, 0);
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
}
.tp-caption.Video-SubTitle,
.Video-SubTitle {
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  font-style: normal;
  font-family: Raleway;
  padding: 5px 5px 5px 5px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.35);
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  letter-spacing: 2px;
  text-align: left;
}
.tp-caption.Video-Title,
.Video-Title {
  color: #ffffff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 900;
  font-style: normal;
  font-family: Raleway;
  padding: 5px 5px 5px 5px;
  text-decoration: none;
  background-color: #000000;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}
.tp-caption.Travel-BigCaption,
.Travel-BigCaption {
  color: #ffffff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}
.tp-caption.Travel-SmallCaption,
.Travel-SmallCaption {
  color: #ffffff;
  font-size: 25px;
  line-height: 30px;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}
.tp-caption.Travel-CallToAction,
.Travel-CallToAction {
  color: #ffffff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 12px 20px 12px 20px;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.05);
  border-color: #ffffff;
  border-style: solid;
  border-width: 2px;
  border-radius: 5px 5px 5px 5px;
  text-align: left;
  letter-spacing: 1px;
}
.tp-caption.Travel-CallToAction:hover,
.Travel-CallToAction:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.15);
  border-color: #ffffff;
  border-style: solid;
  border-width: 2px;
  border-radius: 5px 5px 5px 5px;
}
.tp-caption.RotatingWords-TitleWhite,
.RotatingWords-TitleWhite {
  color: #ffffff;
  font-size: 70px;
  line-height: 70px;
  font-weight: 800;
  font-style: normal;
  font-family: Raleway;
  padding: 0px 0px 0px 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}
.tp-caption.RotatingWords-Button,
.RotatingWords-Button {
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  font-style: normal;
  font-family: Raleway;
  padding: 20px 50px 20px 50px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.15);
  border-style: solid;
  border-width: 2px;
  border-radius: 0px 0px 0px 0px;
  text-align: left;
  letter-spacing: 3px;
}
.tp-caption.RotatingWords-Button:hover,
.RotatingWords-Button:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  border-color: #ffffff;
  border-style: solid;
  border-width: 2px;
  border-radius: 0px 0px 0px 0px;
}
.tp-caption.RotatingWords-SmallText,
.RotatingWords-SmallText {
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  font-family: Raleway;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
  text-shadow: none;
}
.tp-caption.ContentZoom-SmallTitle,
.ContentZoom-SmallTitle {
  color: #292e31;
  font-size: 33px;
  line-height: 45px;
  font-weight: 600;
  font-style: normal;
  font-family: Raleway;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}
.tp-caption.ContentZoom-SmallSubtitle,
.ContentZoom-SmallSubtitle {
  color: #6f7c82;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  font-style: normal;
  font-family: Raleway;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}
.tp-caption.ContentZoom-SmallIcon,
.ContentZoom-SmallIcon {
  color: #292e31;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  font-family: Raleway;
  padding: 10px 10px 10px 10px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}
.tp-caption.ContentZoom-SmallIcon:hover,
.ContentZoom-SmallIcon:hover {
  color: #6f7c82;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
}
.tp-caption.ContentZoom-DetailTitle,
.ContentZoom-DetailTitle {
  color: #292e31;
  font-size: 70px;
  line-height: 70px;
  font-weight: 500;
  font-style: normal;
  font-family: Raleway;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}
.tp-caption.ContentZoom-DetailSubTitle,
.ContentZoom-DetailSubTitle {
  color: #6f7c82;
  font-size: 25px;
  line-height: 25px;
  font-weight: 500;
  font-style: normal;
  font-family: Raleway;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}
.tp-caption.ContentZoom-DetailContent,
.ContentZoom-DetailContent {
  color: #6f7c82;
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  font-style: normal;
  font-family: Raleway;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}
.tp-caption.ContentZoom-Button,
.ContentZoom-Button {
  color: #292e31;
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  font-style: normal;
  font-family: Raleway;
  padding: 15px 50px 15px 50px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(41, 46, 49, 0.5);
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
  text-align: left;
  letter-spacing: 1px;
}
.tp-caption.ContentZoom-Button:hover,
.ContentZoom-Button:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #292e31;
  border-color: #292e31;
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
}
.tp-caption.ContentZoom-ButtonClose,
.ContentZoom-ButtonClose {
  color: #292e31;
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  font-style: normal;
  font-family: Raleway;
  padding: 14px 14px 14px 16px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(41, 46, 49, 0.5);
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  text-align: left;
  letter-spacing: 1px;
}
.tp-caption.ContentZoom-ButtonClose:hover,
.ContentZoom-ButtonClose:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #292e31;
  border-color: #292e31;
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
}
.tp-caption.Newspaper-Title,
.Newspaper-Title {
  color: #ffffff;
  font-size: 50px;
  line-height: 55px;
  font-weight: 400;
  font-style: normal;
  font-family: "Roboto Slab";
  padding: 0 0 10px 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}
.tp-caption.Newspaper-Subtitle,
.Newspaper-Subtitle {
  color: #a8d8ee;
  font-size: 15px;
  line-height: 20px;
  font-weight: 900;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}
.tp-caption.Newspaper-Button,
.Newspaper-Button {
  color: #ffffff;
  font-size: 13px;
  line-height: 17px;
  font-weight: 700;
  font-style: normal;
  font-family: Roboto;
  padding: 12px 35px 12px 35px;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0.25);
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
  letter-spacing: 2px;
  text-align: left;
}
.tp-caption.Newspaper-Button:hover,
.Newspaper-Button:hover {
  color: #000000;
  text-decoration: none;
  background-color: #ffffff;
  border-color: #ffffff;
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
}
.tp-caption.rtwhitemedium,
.rtwhitemedium {
  font-size: 22px;
  line-height: 26px;
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: #000000;
  border-style: none;
  text-shadow: none;
}
@media only screen and (max-width: 767px) {
  .revtp-searchform input[type="text"],
  .revtp-searchform input[type="email"],
  .revtp-form input[type="text"],
  .revtp-form input[type="email"] {
    width: 200px !important;
  }
}
.revtp-searchform input[type="submit"],
.revtp-form input[type="submit"] {
  font-family: "Arial", sans-serif;
  line-height: 46px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  padding: 0 20px;
  border: 0;
  background: #009aee;
  color: #fff;
  border-radius: 0px;
}
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
  color: #0084B4 !important;
}
.tp-caption.Twitter-Content a:hover {
  color: #0084B4 !important;
  text-decoration: underline !important;
}
.tp-caption.Concept-Title,
.Concept-Title {
  color: #ffffff;
  font-size: 70px;
  line-height: 70px;
  font-weight: 700;
  font-style: normal;
  font-family: "Roboto Condensed";
  padding: 0px 0px 10px 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  letter-spacing: 5px;
}
.tp-caption.Concept-SubTitle,
.Concept-SubTitle {
  color: rgba(255, 255, 255, 0.65);
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  font-style: italic;
  font-family: "" Playfair Display "";
  padding: 0px 0px 10px 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
}
.tp-caption.Concept-Content,
.Concept-Content {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
  font-family: "Roboto Condensed";
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-color: #ffffff;
  border-style: none;
  border-width: 2px;
  border-radius: 0px 0px 0px 0px;
}
.tp-caption.Concept-MoreBtn,
.Concept-MoreBtn {
  color: #ffffff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto;
  padding: 10px 8px 7px 10px;
  text-decoration: none;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 0px;
  border-radius: 50px 50px 50px 50px;
  letter-spacing: 1px;
  text-align: left;
}
.tp-caption.Concept-MoreBtn:hover,
.Concept-MoreBtn:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 0px;
  border-radius: 50px 50px 50px 50px;
}
.tp-caption.Concept-LessBtn,
.Concept-LessBtn {
  color: #ffffff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto;
  padding: 10px 8px 7px 10px;
  text-decoration: none;
  background-color: #000000;
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 0px;
  border-radius: 50px 50px 50px 50px;
  letter-spacing: 1px;
  text-align: left;
}
.tp-caption.Concept-LessBtn:hover,
.Concept-LessBtn:hover {
  color: #000000;
  text-decoration: none;
  background-color: #ffffff;
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 0px;
  border-radius: 50px 50px 50px 50px;
}
.tp-caption.Concept-SubTitle-Dark,
.Concept-SubTitle-Dark {
  color: rgba(0, 0, 0, 0.65);
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  font-style: italic;
  font-family: "Playfair Display";
  padding: 0px 0px 10px 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
}
.tp-caption.Concept-Title-Dark,
.Concept-Title-Dark {
  color: #000000;
  font-size: 70px;
  line-height: 70px;
  font-weight: 700;
  font-style: normal;
  font-family: "Roboto Condensed";
  padding: 0px 0px 10px 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  letter-spacing: 5px;
}
.tp-caption.Concept-MoreBtn-Dark,
.Concept-MoreBtn-Dark {
  color: #000000;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto;
  padding: 10px 8px 7px 10px;
  text-decoration: none;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 0px;
  border-radius: 50px 50px 50px 50px;
  letter-spacing: 1px;
  text-align: left;
}
.tp-caption.Concept-MoreBtn-Dark:hover,
.Concept-MoreBtn-Dark:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #000000;
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 0px;
  border-radius: 50px 50px 50px 50px;
}
.tp-caption.Concept-Content-Dark,
.Concept-Content-Dark {
  color: #000000;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
  font-family: "Roboto Condensed";
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-color: #ffffff;
  border-style: none;
  border-width: 2px;
  border-radius: 0px 0px 0px 0px;
}
.tp-caption.Concept-Notice,
.Concept-Notice {
  color: #ffffff;
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  font-style: normal;
  font-family: "Roboto Condensed";
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-color: #ffffff;
  border-style: none;
  border-width: 2px;
  border-radius: 0px 0px 0px 0px;
  letter-spacing: 2px;
}
.tp-caption.Concept-Content a,
.tp-caption.Concept-Content a:visited {
  color: #fff !important;
  border-bottom: 1px solid #fff !important;
  font-weight: 700 !important;
}
.tp-caption.Concept-Content a:hover {
  border-bottom: 1px solid transparent !important;
}
.tp-caption.Concept-Content-Dark a,
.tp-caption.Concept-Content-Dark a:visited {
  color: #000 !important;
  border-bottom: 1px solid #000 !important;
  font-weight: 700 !important;
}
.tp-caption.Concept-Content-Dark a:hover {
  border-bottom: 1px solid transparent !important;
}
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
  color: #0084B4 !important;
}
.tp-caption.Twitter-Content a:hover {
  color: #0084B4 !important;
  text-decoration: underline !important;
}
.tp-caption.Creative-Title,
.Creative-Title {
  color: #ffffff;
  font-size: 70px;
  line-height: 70px;
  font-weight: 400;
  font-style: normal;
  font-family: "Playfair Display";
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
}
.tp-caption.Creative-SubTitle,
.Creative-SubTitle {
  color: #cdb083;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  font-style: normal;
  font-family: Lato;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  letter-spacing: 2px;
}
.tp-caption.Creative-Button,
.Creative-Button {
  color: #cdb083;
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  font-style: normal;
  font-family: Lato;
  padding: 15px 50px 15px 50px;
  text-decoration: none;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(205, 176, 131, 0.25);
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
  letter-spacing: 2px;
}
.tp-caption.Creative-Button:hover,
.Creative-Button:hover {
  color: #cdb083;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: #cdb083;
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
}
.tp-caption.subcaption,
.subcaption {
  color: #6f7c82;
  font-size: 19px;
  line-height: 24px;
  font-weight: 400;
  font-style: normal;
  font-family: roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: #000000;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-shadow: none;
  text-align: left;
}
.tp-caption.RedDot,
.RedDot {
  color: #000000;
  font-weight: 400;
  font-style: normal;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  text-align: left;
  background-color: #d50000;
  border-color: #ffffff;
  border-style: solid;
  border-width: 5px;
  border-radius: 50px 50px 50px 50px;
}
.tp-caption.RedDot:hover,
.RedDot:hover {
  color: #000000;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.75);
  border-color: #d50000;
  border-style: solid;
  border-width: 5px;
  border-radius: 50px 50px 50px 50px;
}
.tp-caption.SlidingOverlays-Title,
.SlidingOverlays-Title {
  color: #ffffff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  font-style: normal;
  font-family: "Playfair Display";
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
}
.tp-caption.SlidingOverlays-Title,
.SlidingOverlays-Title {
  color: #ffffff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  font-style: normal;
  font-family: "Playfair Display";
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
}
.tp-caption.Woo-TitleLarge,
.Woo-TitleLarge {
  color: #000000;
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  font-style: normal;
  font-family: "Playfair Display";
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}
.tp-caption.Woo-Rating,
.Woo-Rating {
  color: #000000;
  font-size: 14px;
  line-height: 30px;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}
.tp-caption.Woo-SubTitle,
.Woo-SubTitle {
  color: #000000;
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
  letter-spacing: 2px;
}
.tp-caption.Woo-PriceLarge,
.Woo-PriceLarge {
  color: #000000;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}
.tp-caption.Woo-ProductInfo,
.Woo-ProductInfo {
  color: #000000;
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 12px 75px 12px 50px;
  text-decoration: none;
  background-color: #fecf72;
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
  text-align: left;
}
.tp-caption.Woo-ProductInfo:hover,
.Woo-ProductInfo:hover {
  color: #000000;
  text-decoration: none;
  background-color: #f3a847;
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
}
.tp-caption.Woo-AddToCart,
.Woo-AddToCart {
  color: #000000;
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 12px 35px 12px 35px;
  text-decoration: none;
  background-color: #fecf72;
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
  text-align: left;
}
.tp-caption.Woo-AddToCart:hover,
.Woo-AddToCart:hover {
  color: #000000;
  text-decoration: none;
  background-color: #f3a847;
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
}
.tp-caption.Woo-TitleLarge,
.Woo-TitleLarge {
  color: #000000;
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  font-style: normal;
  font-family: "Playfair Display";
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}
.tp-caption.Woo-SubTitle,
.Woo-SubTitle {
  color: #000000;
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
  letter-spacing: 2px;
}
.tp-caption.Woo-PriceLarge,
.Woo-PriceLarge {
  color: #000000;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}
.tp-caption.Woo-ProductInfo,
.Woo-ProductInfo {
  color: #000000;
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 12px 75px 12px 50px;
  text-decoration: none;
  background-color: #fecf72;
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
  text-align: left;
}
.tp-caption.Woo-ProductInfo:hover,
.Woo-ProductInfo:hover {
  color: #000000;
  text-decoration: none;
  background-color: #f3a847;
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
}
.tp-caption.Woo-AddToCart,
.Woo-AddToCart {
  color: #000000;
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 12px 35px 12px 35px;
  text-decoration: none;
  background-color: #fecf72;
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
  text-align: left;
}
.tp-caption.Woo-AddToCart:hover,
.Woo-AddToCart:hover {
  color: #000000;
  text-decoration: none;
  background-color: #f3a847;
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
}
.tp-caption.FullScreen-Toggle,
.FullScreen-Toggle {
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  font-family: Raleway;
  padding: 11px 8px 11px 12px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.5);
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  letter-spacing: 3px;
  text-align: left;
}
.tp-caption.FullScreen-Toggle:hover,
.FullScreen-Toggle:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #000000;
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
}
.tp-caption.Agency-Title,
.Agency-Title {
  color: #ffffff;
  font-size: 70px;
  line-height: 70px;
  font-weight: 900;
  font-style: normal;
  font-family: lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
  letter-spacing: 10px;
}
.tp-caption.Agency-SubTitle,
.Agency-SubTitle {
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-style: italic;
  font-family: Georgia, serif;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}
.tp-caption.Agency-PlayBtn,
.Agency-PlayBtn {
  color: #ffffff;
  font-size: 30px;
  line-height: 71px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: #ffffff;
  border-style: solid;
  border-width: 2px;
  border-radius: 100px 100px 100px 100px;
  text-align: center;
}
.tp-caption.Agency-PlayBtn:hover,
.Agency-PlayBtn:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  border-color: #ffffff;
  border-style: solid;
  border-width: 2px;
  border-radius: 100px 100px 100px 100px;
  cursor: pointer;
}
.tp-caption.Agency-SmallText,
.Agency-SmallText {
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 900;
  font-style: normal;
  font-family: lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
  letter-spacing: 5px;
}
.tp-caption.Agency-Social,
.Agency-Social {
  color: #333333;
  font-size: 25px;
  line-height: 50px;
  font-weight: 400;
  font-style: normal;
  font-family: Georgia, serif;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: #333333;
  border-style: solid;
  border-width: 2px;
  border-radius: 30px 30px 30px 30px;
  text-align: center;
}
.tp-caption.Agency-Social:hover,
.Agency-Social:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #333333;
  border-color: #333333;
  border-style: solid;
  border-width: 2px;
  border-radius: 30px 30px 30px 30px;
  cursor: pointer;
}
.tp-caption.Agency-CloseBtn,
.Agency-CloseBtn {
  color: #ffffff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-style: none;
  border-width: 0px;
  border-radius: 100px 100px 100px 100px;
  text-align: center;
}
.tp-caption.Agency-CloseBtn:hover,
.Agency-CloseBtn:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-style: none;
  border-width: 0px;
  border-radius: 100px 100px 100px 100px;
  cursor: pointer;
}
.tp-caption.Dining-Title,
.Dining-Title {
  color: #ffffff;
  font-size: 70px;
  line-height: 70px;
  font-weight: 400;
  font-style: normal;
  font-family: Georgia, serif;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
  letter-spacing: 10px;
}
.tp-caption.Dining-SubTitle,
.Dining-SubTitle {
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  font-family: Georgia, serif;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}
.tp-caption.Dining-BtnLight,
.Dining-BtnLight {
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  font-style: normal;
  font-family: Lato;
  padding: 17px 73px 17px 50px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.25);
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
  text-align: left;
  letter-spacing: 2px;
}
.tp-caption.Dining-BtnLight:hover,
.Dining-BtnLight:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: #ffffff;
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
}
.tp-caption.Dining-Social,
.Dining-Social {
  color: #ffffff;
  font-size: 25px;
  line-height: 50px;
  font-weight: 400;
  font-style: normal;
  font-family: Georgia, serif;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.25);
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  text-align: center;
}
.tp-caption.Dining-Social:hover,
.Dining-Social:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  border-color: #ffffff;
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  cursor: pointer;
}
tp-caption.Team-Thumb,
.Team-Thumb {
  color: #ffffff;
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  font-style: normal;
  font-family: Arial;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}
.tp-caption.Team-Thumb:hover,
.Team-Thumb:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  cursor: pointer;
}
.tp-caption.Team-Name,
.Team-Name {
  color: #ffffff;
  font-size: 70px;
  line-height: 70px;
  font-weight: 900;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}
.tp-caption.Team-Position,
.Team-Position {
  color: #ffffff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
  font-family: Georgia, serif;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}
.tp-caption.Team-Description,
.Team-Description {
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}
.tp-caption.Team-Social,
.Team-Social {
  color: #ffffff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  font-style: normal;
  font-family: Arial;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}
.tp-caption.Team-Social:hover,
.Team-Social:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  cursor: pointer;
}
.tp-caption.VideoControls-Play,
.VideoControls-Play {
  color: #000000;
  font-size: 50px;
  line-height: 120px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 0px 0px 0px 7px;
  text-decoration: none;
  background-color: #ffffff;
  border-color: #000000;
  border-style: solid;
  border-width: 0px;
  border-radius: 100px 100px 100px 100px;
  text-align: center;
}
.tp-caption.VideoControls-Play:hover,
.VideoControls-Play:hover {
  color: #000000;
  text-decoration: none;
  background-color: #ffffff;
  border-color: #000000;
  border-style: solid;
  border-width: 0px;
  border-radius: 100px 100px 100px 100px;
  cursor: pointer;
}
.tp-caption.VideoPlayer-Title,
.VideoPlayer-Title {
  color: #ffffff;
  font-size: 40px;
  line-height: 40px;
  font-weight: 900;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
  letter-spacing: 10px;
}
.tp-caption.VideoPlayer-SubTitle,
.VideoPlayer-SubTitle {
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-style: italic;
  font-family: Georgia, serif;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}
.tp-caption.VideoPlayer-Social,
.VideoPlayer-Social {
  color: #ffffff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  font-style: normal;
  font-family: Arial;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}
.tp-caption.VideoPlayer-Social:hover,
.VideoPlayer-Social:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  cursor: pointer;
}
.tp-caption.VideoControls-Mute,
.VideoControls-Mute {
  color: #000000;
  font-size: 20px;
  line-height: 50px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  background-color: #ffffff;
  border-color: #000000;
  border-style: solid;
  border-width: 0px;
  border-radius: 100px 100px 100px 100px;
  text-align: center;
}
.tp-caption.VideoControls-Mute:hover,
.VideoControls-Mute:hover {
  color: #000000;
  text-decoration: none;
  background-color: #ffffff;
  border-color: #000000;
  border-style: solid;
  border-width: 0px;
  border-radius: 100px 100px 100px 100px;
  cursor: pointer;
}
.tp-caption.VideoControls-Pause,
.VideoControls-Pause {
  color: #000000;
  font-size: 20px;
  line-height: 50px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  background-color: #ffffff;
  border-color: #000000;
  border-style: solid;
  border-width: 0px;
  border-radius: 100px 100px 100px 100px;
  text-align: center;
}
.tp-caption.VideoControls-Pause:hover,
.VideoControls-Pause:hover {
  color: #000000;
  text-decoration: none;
  background-color: #ffffff;
  border-color: #000000;
  border-style: solid;
  border-width: 0px;
  border-radius: 100px 100px 100px 100px;
  cursor: pointer;
}
.soundcloudwrapper iframe {
  width: 100% !important;
}
.tp-caption.SleekLanding-Title,
.SleekLanding-Title {
  color: #ffffff;
  font-size: 35px;
  line-height: 40px;
  font-weight: 400;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
  letter-spacing: 5px;
}
.tp-caption.SleekLanding-ButtonBG,
.SleekLanding-ButtonBG {
  color: #000000;
  font-weight: 700;
  font-style: normal;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 0px;
  border-radius: 5px 5px 5px 5px;
  text-align: left;
  box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.15);
}
.tp-caption.SleekLanding-SmallTitle,
.SleekLanding-SmallTitle {
  color: #ffffff;
  font-size: 13px;
  line-height: 50px;
  font-weight: 900;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
  letter-spacing: 2px;
}
.tp-caption.SleekLanding-BottomText,
.SleekLanding-BottomText {
  color: #ffffff;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}
.tp-caption.SleekLanding-Social,
.SleekLanding-Social {
  color: #ffffff;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
  font-family: Arial;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}
.tp-caption.SleekLanding-Social:hover,
.SleekLanding-Social:hover {
  color: rgba(0, 0, 0, 0.25);
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  cursor: pointer;
}
#rev_slider_429_1_wrapper .tp-loader.spinner2 {
  background-color: #555555 !important;
}
.tp-fat {
  font-weight: 900 !important;
}
.tp-caption.PostSlider-Category,
.PostSlider-Category {
  color: #000000;
  font-size: 15px;
  line-height: 15px;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  letter-spacing: 3px;
  text-align: left;
}
.tp-caption.PostSlider-Title,
.PostSlider-Title {
  color: #000000;
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  font-style: normal;
  font-family: "Playfair Display";
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}
.tp-caption.PostSlider-Content,
.PostSlider-Content {
  color: #777777;
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}
.tp-caption.PostSlider-Button,
.PostSlider-Button {
  color: #000000;
  font-size: 15px;
  line-height: 40px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 1px 56px 1px 32px;
  text-decoration: none;
  background-color: #ffffff;
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
  text-align: left;
}
.tp-caption.PostSlider-Button:hover,
.PostSlider-Button:hover {
  color: #000000;
  text-decoration: none;
  background-color: #eeeeee;
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  border-radius: 0px 0px 0px 0px;
  cursor: pointer;
}
/* media queries */
.tp-caption.LandingPage-Title,
.LandingPage-Title {
  color: #ffffff;
  font-size: 70px;
  line-height: 80px;
  font-weight: 900;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
  letter-spacing: 10px;
}
.tp-caption.LandingPage-SubTitle,
.LandingPage-SubTitle {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  font-style: italic;
  font-family: Georgia, serif;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}
.tp-caption.LandingPage-Button,
.LandingPage-Button {
  color: #000000;
  font-size: 15px;
  line-height: 54px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 0px 35px 0px 35px;
  text-decoration: none;
  background-color: #ffffff;
  border-color: #000000;
  border-style: solid;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  text-align: left;
  letter-spacing: 3px;
}
.tp-caption.LandingPage-Button:hover,
.LandingPage-Button:hover {
  color: #000000;
  text-decoration: none;
  background-color: #ffffff;
  border-color: #000000;
  border-style: solid;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  cursor: pointer;
}
.tp-caption.App-Content a,
.tp-caption.App-Content a:visited {
  color: #89124e !important;
  border-bottom: 1px solid transparent !important;
  font-weight: bold !important;
}
.tp-caption.App-Content a:hover {
  border-bottom: 1px solid #89124e !important;
}
.tp-caption.RockBand-LogoText,
.RockBand-LogoText {
  color: #ffffff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  font-style: normal;
  font-family: Oswald;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
  color: #fff !important;
  text-decoration: underline !important;
}
.tp-caption.Twitter-Content a:hover {
  color: #fff !important;
  text-decoration: none !important;
}
.soundcloudwrapper iframe {
  width: 100% !important;
}
.tp-caption.Agency-LogoText,
.Agency-LogoText {
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
  letter-spacing: 1px;
}
.tp-caption.ComingSoon-Highlight,
.ComingSoon-Highlight {
  color: #ffffff;
  font-size: 20px;
  line-height: 37px;
  font-weight: 400;
  font-style: normal;
  font-family: Lato;
  padding: 0 20px 3px 20px;
  text-decoration: none;
  background-color: #009aee;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}
.tp-caption.ComingSoon-Count,
.ComingSoon-Count {
  color: #ffffff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 900;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}
.tp-caption.ComingSoon-CountUnit,
.ComingSoon-CountUnit {
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}
.tp-caption.ComingSoon-NotifyMe,
.ComingSoon-NotifyMe {
  color: #a49d8f;
  font-size: 27px;
  line-height: 35px;
  font-weight: 600;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}
#mc_embed_signup input#mce-EMAIL {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  color: #000;
  background-color: #fff;
  line-height: 46px;
  padding: 0 20px;
  cursor: text;
  border: 1px solid #fff;
  width: 400px;
  margin-bottom: 0px;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  transition: background-color 0.5s;
  border-radius: 0px;
}
#mc_embed_signup input#mce-EMAIL[type="email"]:focus {
  background-color: #fff;
  border: 1px solid #666;
  border-right: 0;
}
#mc_embed_signup input#mc-embedded-subscribe,
#mc_embed_signup input#mc-embedded-subscribe:focus {
  font-family: "Lato", sans-serif;
  line-height: 46px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 900;
  padding: 0 20px;
  border: 1px solid #009aee;
  background: #009aee;
  color: #fff;
  border-radius: 0px;
}
#mc_embed_signup input#mc-embedded-subscribe:hover {
  background: #0083d4;
}
@media only screen and (max-width: 767px) {
  #mc_embed_signup input#mce-EMAIL {
    width: 200px;
  }
}
.tp-caption.Agency-SmallTitle,
.Agency-SmallTitle {
  color: #ffffff;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  font-style: normal;
  font-family: lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
  letter-spacing: 6px;
}
.tp-caption.Agency-SmallContent,
.Agency-SmallContent {
  color: #ffffff;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  font-style: normal;
  font-family: lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}
.tp-caption.Agency-SmallLink,
.Agency-SmallLink {
  color: #f87c09;
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
  font-style: normal;
  font-family: lato;
  padding: 0 0 0px 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
  letter-spacing: 2px;
  border-bottom: 1px solid #f87c09 !important;
}
.tp-caption.Agency-SmallLink:hover,
.Agency-SmallLink:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  cursor: pointer;
}
.tp-caption.Agency-NavButton,
.Agency-NavButton {
  color: #333333;
  font-size: 17px;
  line-height: 50px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  background-color: #ffffff;
  border-color: #000000;
  border-style: solid;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  text-align: center;
}
.tp-caption.Agency-NavButton:hover,
.Agency-NavButton:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #333333;
  border-color: #000000;
  border-style: solid;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  cursor: pointer;
}
.tp-caption.Agency-SmallLinkGreen,
.Agency-SmallLinkGreen {
  color: #6db19b;
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
  font-style: normal;
  font-family: lato;
  padding: 0 0 0px 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
  letter-spacing: 2px;
  border-bottom: 1px solid #6db19b !important;
}
.tp-caption.Agency-SmallLinkGreen:hover,
.Agency-SmallLinkGreen:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  cursor: pointer;
}
.tp-caption.Agency-SmallLinkBlue,
.Agency-SmallLinkBlue {
  color: #999999;
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
  font-style: normal;
  font-family: lato;
  padding: 0 0 0px 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
  letter-spacing: 2px;
  border-bottom: 1px solid #999 !important;
}
.tp-caption.Agency-SmallLinkBlue:hover,
.Agency-SmallLinkBlue:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  cursor: pointer;
}
.tp-caption.Agency-LogoText,
.Agency-LogoText {
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
  letter-spacing: 1px;
}
.tp-caption.Agency-ArrowTooltip,
.Agency-ArrowTooltip {
  color: #333333;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  font-family: "Permanent Marker";
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}
.tp-caption.Agency-SmallSocial,
.Agency-SmallSocial {
  color: #ffffff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
  font-family: Arial;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}
.tp-caption.Agency-SmallSocial:hover,
.Agency-SmallSocial:hover {
  color: #333333;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  cursor: pointer;
}
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
  color: #0084B4 !important;
}
.tp-caption.Twitter-Content a:hover {
  color: #0084B4 !important;
  text-decoration: underline !important;
}
.tp-caption.CreativeFrontPage-Btn,
.CreativeFrontPage-Btn {
  color: #ffffff;
  font-size: 14px;
  line-height: 60px;
  font-weight: 900;
  font-style: normal;
  font-family: Roboto;
  padding: 0px 50px 0px 50px;
  text-decoration: none;
  text-align: left;
  background-color: #00685c;
  border-color: #000000;
  border-style: solid;
  border-width: 0px;
  border-radius: 4px 4px 4px 4px;
  letter-spacing: 2px;
}
.tp-caption.CreativeFrontPage-Btn:hover,
.CreativeFrontPage-Btn:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.25);
  border-color: #000000;
  border-style: solid;
  border-width: 0px;
  border-radius: 4px 4px 4px 4px;
  cursor: pointer;
}
.tp-caption.CreativeFrontPage-Menu,
.CreativeFrontPage-Menu {
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  font-style: normal;
  font-family: roboto;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  letter-spacing: 2px;
}
.tp-flip-index {
  z-index: 1000 !important;
}
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
  color: #0084B4 !important;
}
.tp-caption.Twitter-Content a:hover {
  color: #0084B4 !important;
  text-decoration: underline !important;
}
.tp-caption.FullScreenMenu-Category,
.FullScreenMenu-Category {
  color: #111111;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  font-style: normal;
  font-family: BenchNine;
  padding: 21px 30px 16px 30px;
  text-decoration: none;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  letter-spacing: 3px;
}
.tp-caption.FullScreenMenu-Title,
.FullScreenMenu-Title {
  color: #ffffff;
  font-size: 65px;
  line-height: 70px;
  font-weight: 700;
  font-style: normal;
  font-family: BenchNine;
  padding: 21px 30px 16px 30px;
  text-decoration: none;
  text-align: left;
  background-color: rgba(17, 17, 17, 0.9);
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
}
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
  color: #0084B4 !important;
}
.tp-caption.Twitter-Content a:hover {
  color: #0084B4 !important;
  text-decoration: underline !important;
}
.tp-caption.TechJournal-Button,
.TechJournal-Button {
  color: #ffffff;
  font-size: 13px;
  line-height: 40px;
  font-weight: 900;
  font-style: normal;
  font-family: Raleway;
  padding: 1px 30px 1px 30px;
  text-decoration: none;
  text-align: left;
  background-color: #8a00ff;
  border-color: #000000;
  border-style: solid;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  letter-spacing: 3px;
}
.tp-caption.TechJournal-Button:hover,
.TechJournal-Button:hover {
  color: #000000;
  text-decoration: none;
  background-color: #ffffff;
  border-color: #000000;
  border-style: solid;
  border-width: 0px;
  border-radius: 0px 0px 0px 0px;
  cursor: pointer;
}
.tp-caption.TechJournal-Big,
.TechJournal-Big {
  color: #ffffff;
  font-size: 120px;
  line-height: 120px;
  font-weight: 900;
  font-style: normal;
  font-family: Raleway;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  letter-spacing: 0px;
}
.rev_slider {
  overflow: hidden;
}
.effect_layer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
  color: #0084B4 !important;
}
.tp-caption.Twitter-Content a:hover {
  color: #0084B4 !important;
  text-decoration: underline !important;
}
#menu_forcefullwidth {
  z-index: 5000;
  position: fixed !important;
  top: 0px;
  left: 0px;
  width: 100%;
}
.tp-caption.FullSiteBlock-Title,
.FullSiteBlock-Title {
  color: #333333;
  font-size: 55px;
  line-height: 65px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}
.tp-caption.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
  color: #333333;
  font-size: 25px;
  line-height: 34px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}
.tp-caption.FullSiteBlock-Link,
.FullSiteBlock-Link {
  color: #0096ff;
  font-size: 25px;
  line-height: 24px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}
.tp-caption.FullSiteBlock-Link:hover,
.FullSiteBlock-Link:hover {
  color: #333333;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  cursor: pointer;
}
.tp-caption.FullSiteBlock-DownButton,
.FullSiteBlock-DownButton {
  color: #333333;
  font-size: 25px;
  line-height: 32px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 1px 1px 1px 1px;
  text-decoration: none;
  background-color: transparent;
  border-color: #333333;
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  text-align: center;
}
.tp-caption.FullSiteBlock-DownButton:hover,
.FullSiteBlock-DownButton:hover {
  color: #0096ff;
  text-decoration: none;
  background-color: transparent;
  border-color: #0096ff;
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  cursor: pointer;
}
.tp-caption.FullSiteBlock-Title,
.FullSiteBlock-Title {
  color: #333333;
  font-size: 55px;
  line-height: 65px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}
.tp-caption.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
  color: #333333;
  font-size: 25px;
  line-height: 34px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}
.tp-caption.FullSiteBlock-Link,
.FullSiteBlock-Link {
  color: #0096ff;
  font-size: 25px;
  line-height: 24px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}
.tp-caption.FullSiteBlock-Link:hover,
.FullSiteBlock-Link:hover {
  color: #333333;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  cursor: pointer;
}
.tp-caption.FullSiteBlock-DownButton,
.FullSiteBlock-DownButton {
  color: #333333;
  font-size: 25px;
  line-height: 32px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 1px 1px 1px 1px;
  text-decoration: none;
  background-color: transparent;
  border-color: #333333;
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  text-align: center;
}
.tp-caption.FullSiteBlock-DownButton:hover,
.FullSiteBlock-DownButton:hover {
  color: #0096ff;
  text-decoration: none;
  background-color: transparent;
  border-color: #0096ff;
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  cursor: pointer;
}
.tp-caption.FullSiteBlock-Title,
.FullSiteBlock-Title {
  color: #333333;
  font-size: 55px;
  line-height: 65px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}
.tp-caption.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
  color: #333333;
  font-size: 25px;
  line-height: 34px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}
.tp-caption.FullSiteBlock-DownButton,
.FullSiteBlock-DownButton {
  color: #333333;
  font-size: 25px;
  line-height: 32px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 1px 1px 1px 1px;
  text-decoration: none;
  background-color: transparent;
  border-color: #333333;
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  text-align: center;
}
.tp-caption.FullSiteBlock-DownButton:hover,
.FullSiteBlock-DownButton:hover {
  color: #0096ff;
  text-decoration: none;
  background-color: transparent;
  border-color: #0096ff;
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  cursor: pointer;
}
.tp-caption.FullSiteBlock-Title,
.FullSiteBlock-Title {
  color: #333333;
  font-size: 55px;
  line-height: 65px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}
.tp-caption.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
  color: #333333;
  font-size: 25px;
  line-height: 34px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}
.tp-caption.FullSiteBlock-Link,
.FullSiteBlock-Link {
  color: #0096ff;
  font-size: 25px;
  line-height: 24px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}
.tp-caption.FullSiteBlock-Link:hover,
.FullSiteBlock-Link:hover {
  color: #333333;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  cursor: pointer;
}
.tp-caption.FullSiteBlock-DownButton,
.FullSiteBlock-DownButton {
  color: #333333;
  font-size: 25px;
  line-height: 32px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 1px 1px 1px 1px;
  text-decoration: none;
  background-color: transparent;
  border-color: #333333;
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  text-align: center;
}
.tp-caption.FullSiteBlock-DownButton:hover,
.FullSiteBlock-DownButton:hover {
  color: #0096ff;
  text-decoration: none;
  background-color: transparent;
  border-color: #0096ff;
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  cursor: pointer;
}
.rev_slider {
  overflow: hidden;
}
.effect_layer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.gyges .tp-thumb {
  opacity: 1;
}
.gyges .tp-thumb-img-wrap {
  padding: 3px;
  background-color: rgba(0, 0, 0, 0.25);
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0px;
  box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.gyges .tp-thumb-image {
  padding: 3px;
  display: block;
  box-sizing: border-box;
  position: relative;
  -webkit-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
}
.gyges .tp-thumb:hover .tp-thumb-img-wrap,
.gyges .tp-thumb.selected .tp-thumb-img-wrap {
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
}
.tp-caption.FullSiteBlock-Title,
.FullSiteBlock-Title {
  color: #333333;
  font-size: 55px;
  line-height: 65px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}
.tp-caption.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
  color: #333333;
  font-size: 25px;
  line-height: 34px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}
.tp-caption.FullSiteBlock-Link,
.FullSiteBlock-Link {
  color: #0096ff;
  font-size: 25px;
  line-height: 24px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}
.tp-caption.FullSiteBlock-Link:hover,
.FullSiteBlock-Link:hover {
  color: #333333;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  cursor: pointer;
}
.tp-caption.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
  color: #333333;
  font-size: 25px;
  line-height: 34px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}
.tp-caption.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
  color: #333333;
  font-size: 25px;
  line-height: 34px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}
.tp-caption.FullSiteBlock-FooterLink,
.FullSiteBlock-FooterLink {
  color: #555555;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: left;
}
.tp-caption.FullSiteBlock-FooterLink:hover,
.FullSiteBlock-FooterLink:hover {
  color: #0096ff;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  cursor: pointer;
}
.fb-share-button.fb_iframe_widget iframe {
  width: 115px!important;
}
#tp-socialwrapper {
  opacity: 0;
}
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
  color: #0084B4 !important;
}
.tp-caption.Twitter-Content a:hover {
  color: #0084B4 !important;
  text-decoration: underline !important;
}
#menu_forcefullwidth {
  z-index: 5000;
  position: fixed !important;
  top: 0px;
  left: 0px;
  width: 100%;
}
#tp-menubg {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /*filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000', GradientType=0);*/
  /* IE6-9 */
}
#mc_embed_signup input[type="email"] {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  background-color: #fff;
  color: #888 !important;
  line-height: 46px;
  padding: 0 20px;
  cursor: text;
  border: 0;
  width: 400px;
  margin-bottom: 0px;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  transition: background-color 0.5s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#mc_embed_signup input[type="email"]::-webkit-input-placeholder {
  color: #888 !important;
}
#mc_embed_signup input[type="email"]::-moz-placeholder {
  color: #888 !important;
}
#mc_embed_signup input[type="email"]:-ms-input-placeholder {
  color: #888 !important;
}
#mc_embed_signup input[type="email"]:focus {
  background-color: #f5f5f5;
  color: #454545;
}
#mc_embed_signup input#mc-embedded-subscribe,
#mc_embed_signup input#mc-embedded-subscribe:focus {
  font-family: "Lato", sans-serif;
  line-height: 46px;
  font-size: 16px;
  font-weight: 700;
  padding: 0 30px;
  border: 0;
  background: #f04531;
  text-transform: none;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#mc_embed_signup input#mc-embedded-subscribe:hover {
  background: #e03727;
}
@media only screen and (max-width: 767px) {
  #mc_embed_signup input[type="email"] {
    width: 260px;
  }
}
@media only screen and (max-width: 480px) {
  #mc_embed_signup input[type="email"] {
    width: 160px;
  }
}
#rev_slider_167_6 .uranus.tparrows {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0);
}
#rev_slider_167_6 .uranus.tparrows:before {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 40px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#rev_slider_167_6 .uranus.tparrows:hover:before {
  opacity: 0.75;
}
.tp-caption.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
  color: #333333;
  font-size: 25px;
  line-height: 34px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}
.tp-caption.ParallaxWebsite-FooterItem,
.ParallaxWebsite-FooterItem {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
}
.tp-caption.ParallaxWebsite-FooterItem:hover,
.ParallaxWebsite-FooterItem:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  cursor: pointer;
}
.fb-share-button.fb_iframe_widget iframe {
  width: 115px!important;
}
iframe.twitter-share-button {
  display: none;
}
.fb-share-button.fb_iframe_widget iframe {
  display: none;
}
.tp-caption.FullSiteBlock-Link,
.FullSiteBlock-Link {
  color: #0096ff;
  font-size: 25px;
  line-height: 24px;
  font-weight: 300;
  font-style: normal;
  font-family: Lato;
  padding: 0 0 0 0px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0px;
  border-radius: 0 0 0 0px;
  text-align: center;
}
/********** display **********/
.none,
.hidden,
.no-display {
  display: none;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
.justify-between {
  justify-content: space-between;
}
.align-item-start {
  align-items: flex-start;
}
/********** float a clear **********/
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.clear {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  clear: both;
}
.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}
/********** cols **********/
@media only screen and (min-width: 65rem) {
  .col--1-2,
  .col-1-2 {
    width: 45%;
    float: left;
    padding-right: 1.125rem;
  }
  .col--1-2--last,
  .col-1-2.last {
    width: 45%;
    float: right;
    padding-left: 1.125rem;
  }
  .col--2-3 {
    width: 72%;
    float: left;
    padding: 0 1%;
  }
  .col--2-3--last {
    width: 72%;
    float: right;
    padding: 0 1%;
  }
  .col--1-3 {
    width: 22%;
    float: left;
    padding: 0 1%;
  }
  .col--1-3--last {
    width: 22%;
    float: right;
    padding: 0 1%;
  }
}
/********** width a height **********/
.w-auto,
.width-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-half {
  width: 50%;
}
@media only screen and (min-width: 40rem) {
  .phoneplus__w-1x2 {
    width: 50%;
  }
}
@media only screen and (min-width: 65rem) {
  .phablet__w-1x4 {
    width: 25%;
  }
}
/********** padding a margin **********/
.p-0 {
  padding: 0;
}
.p-1 {
  padding: 2.25rem;
}
.p-2 {
  padding: 1.87425rem;
}
.p-3 {
  padding: 1.6245rem;
}
.p-4 {
  padding: 1.37475rem;
}
.p-5 {
  padding: 1.125rem;
}
.p-6 {
  padding: 0.5625rem;
}
.p-7 {
  padding: 0.28125rem;
}
.px-0 {
  padding-left: 0;
  padding-right: 0;
}
.px-1 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.px-2 {
  padding-left: 1.87425rem;
  padding-right: 1.87425rem;
}
.px-3 {
  padding-left: 1.6245rem;
  padding-right: 1.6245rem;
}
.px-4 {
  padding-left: 1.37475rem;
  padding-right: 1.37475rem;
}
.px-5 {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}
.px-6 {
  padding-left: 0.5625rem;
  padding-right: 0.5625rem;
}
.px-6 {
  padding-left: 0.28125rem;
  padding-right: 0.28125rem;
}
.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.py-1 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.py-2 {
  padding-top: 1.87425rem;
  padding-bottom: 1.87425rem;
}
.py-3 {
  padding-top: 1.6245rem;
  padding-bottom: 1.6245rem;
}
.py-4 {
  padding-top: 1.37475rem;
  padding-bottom: 1.37475rem;
}
.py-5 {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}
.py-6 {
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
}
.py-6 {
  padding-top: 0.28125rem;
  padding-bottom: 0.28125rem;
}
.pt-0 {
  padding-top: 0;
}
.pt-1 {
  padding-top: 2.25rem;
}
.pt-2 {
  padding-top: 1.87425rem;
}
.pt-3 {
  padding-top: 1.6245rem;
}
.pt-4 {
  padding-top: 1.37475rem;
}
.pt-5 {
  padding-top: 1.125rem;
}
.pt-6 {
  padding-top: 0.5625rem;
}
.pt-7 {
  padding-top: 0.28125rem;
}
.pr-0 {
  padding-right: 0;
}
.pr-1 {
  padding-right: 2.25rem;
}
.pr-2 {
  padding-right: 1.87425rem;
}
.pr-3 {
  padding-right: 1.6245rem;
}
.pr-4 {
  padding-right: 1.37475rem;
}
.pr-5 {
  padding-right: 1.125rem;
}
.pr-6 {
  padding-right: 0.5625rem;
}
.pr-7 {
  padding-right: 0.28125rem;
}
@media only screen and (min-width: 40rem) {
  .phoneplus__pr-4x2 {
    padding-right: 2.7495rem;
  }
}
.pb-0 {
  padding-bottom: 0;
}
.pb-1 {
  padding-bottom: 2.25rem;
}
.pb-2 {
  padding-bottom: 1.87425rem;
}
.pb-3 {
  padding-bottom: 1.6245rem;
}
.pb-4 {
  padding-bottom: 1.37475rem;
}
.pb-5 {
  padding-bottom: 1.125rem;
}
.pb-6 {
  padding-bottom: 0.5625rem;
}
.pb-7 {
  padding-bottom: 0.28125rem;
}
.pl-0 {
  padding-left: 0;
}
.pl-1 {
  padding-left: 2.25rem;
}
.pl-2 {
  padding-left: 1.87425rem;
}
.pl-3 {
  padding-left: 1.6245rem;
}
.pl-4 {
  padding-left: 1.37475rem;
}
.pl-5 {
  padding-left: 1.125rem;
}
.pl-6 {
  padding-left: 0.5625rem;
}
.pl-7 {
  padding-left: 0.28125rem;
}
.m-auto {
  margin: auto;
}
.m-0 {
  margin: 0;
}
.m-1 {
  margin: 2.25rem;
}
.m-2 {
  margin: 1.87425rem;
}
.m-3 {
  margin: 1.6245rem;
}
.m-4 {
  margin: 1.37475rem;
}
.m-5 {
  margin: 1.125rem;
}
.m-6 {
  margin: 0.5625rem;
}
.m-7 {
  margin: 0.28125rem;
}
.mx-0 {
  margin-left: 0;
  margin-right: 0;
}
.mx-1 {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}
.mx-2 {
  margin-left: 1.87425rem;
  margin-right: 1.87425rem;
}
.mx-3 {
  margin-left: 1.6245rem;
  margin-right: 1.6245rem;
}
.mx-4 {
  margin-left: 1.37475rem;
  margin-right: 1.37475rem;
}
.mx-5 {
  margin-left: 1.125rem;
  margin-right: 1.125rem;
}
.mx-6 {
  margin-left: 0.5625rem;
  margin-right: 0.5625rem;
}
.mx-7 {
  margin-left: 0.5625rem;
  margin-right: 0.28125rem;
}
.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.my-1 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}
.my-2 {
  margin-top: 1.87425rem;
  margin-bottom: 1.87425rem;
}
.my-3 {
  margin-top: 1.6245rem;
  margin-bottom: 1.6245rem;
}
.my-4 {
  margin-top: 1.37475rem;
  margin-bottom: 1.37475rem;
}
.my-5 {
  margin-top: 1.125rem;
  margin-bottom: 1.125rem;
}
.my-6 {
  margin-top: 0.5625rem;
  margin-bottom: 0.5625rem;
}
.my-7 {
  margin-top: 0.5625rem;
  margin-bottom: 0.28125rem;
}
.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: 2.25rem;
}
.mt-2 {
  margin-top: 1.87425rem;
}
.mt-3 {
  margin-top: 1.6245rem;
}
.mt-4 {
  margin-top: 1.37475rem;
}
.mt-5 {
  margin-top: 1.125rem;
}
.mt-6 {
  margin-top: 0.5625rem;
}
.mt-7 {
  margin-top: 0.28125rem;
}
.mr-0 {
  margin-right: 0;
}
.mr-1 {
  margin-right: 2.25rem;
}
.mr-2 {
  margin-right: 1.87425rem;
}
.mr-3 {
  margin-right: 1.6245rem;
}
.mr-4 {
  margin-right: 1.37475rem;
}
.mr-5 {
  margin-right: 1.125rem;
}
.mr-6 {
  margin-right: 0.5625rem;
}
.mr-7 {
  margin-right: 0.28125rem;
}
.ml-0 {
  margin-left: 0;
}
.ml-1 {
  margin-left: 2.25rem;
}
.ml-2 {
  margin-left: 1.87425rem;
}
.ml-3 {
  margin-left: 1.6245rem;
}
.ml-4 {
  margin-left: 1.37475rem;
}
.ml-5 {
  margin-left: 1.125rem;
}
.ml-6 {
  margin-left: 0.5625rem;
}
.ml-7 {
  margin-left: 0.28125rem;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-1 {
  margin-bottom: 2.25rem;
}
.mb-2 {
  margin-bottom: 1.87425rem;
}
.mb-3 {
  margin-bottom: 1.6245rem;
}
.mb-4 {
  margin-bottom: 1.37475rem;
}
.mb-5 {
  margin-bottom: 1.125rem;
}
.mb-6 {
  margin-bottom: 0.5625rem;
}
.mb-7 {
  margin-bottom: 0.28125rem;
}
/********** font, text a color **********/
.line-height-none {
  line-height: 1;
}
.line-height-tight {
  line-height: 1.25;
}
.line-height-normal {
  line-height: 1.5;
}
.font-text {
  font-family: "Oswald", sans-serif;
}
.text-size-1 {
  font-size: 2.25rem;
}
.text-size-2 {
  font-size: 1.87425rem;
}
.text-size-3 {
  font-size: 1.6245rem;
}
.text-size-4 {
  font-size: 1.37475rem;
}
.text-size-5 {
  font-size: 1.125rem;
}
.text-size-6 {
  font-size: 0.5625rem;
}
.text-normal {
  font-weight: 400;
}
.text-medium {
  font-weight: 600;
}
.text-bold {
  font-weight: 700;
}
.color-primary {
  color: #dc9831;
}
.color-text {
  color: #000;
}
.color-white {
  color: #fff;
}
.color-red {
  color: #CC1F1A;
}
.color-green {
  color: #1F9D55;
}
.fill-white {
  fill: #fff;
}
.fill-primary {
  fill: #dc9831;
}
.fill-text {
  fill: #000;
}
.fill-yellow {
  fill: #feb83c;
}
.center,
.align-center {
  text-align: center;
}
.right,
.align-right {
  text-align: right;
}
.left,
.align-left {
  text-align: left;
}
.uppercase {
  text-transform: uppercase;
}
.uppercase-bold {
  text-transform: uppercase;
  font-weight: bold;
}
.text-transform-none {
  text-transform: none;
}
.underline-no {
  text-decoration: none;
}
.underline-hover:hover {
  text-decoration: underline;
}
.line-through {
  text-decoration: line-through;
}
.color-primary {
  color: #dc9831;
}
/********** background a border **********/
.bg-white {
  background: #fff;
}
.bg-secondary {
  background: #fff;
}
.border-0 {
  border: 0;
}
.border-radius {
  border-radius: 3px;
}
.border-top {
  border-top: 1px solid #dc9831;
}
.border-bottom {
  border-bottom: 1px solid #dc9831;
}
.border-left {
  border-left: 1px solid #dc9831;
}
.border-right {
  border-right: 11px solid #dc9831;
}
/********** posistion **********/
.relative {
  position: relative;
}
/********** ostatní **********/
.separator {
  padding: 0 0.5rem;
}
.cursor-pointer {
  cursor: pointer;
}
table.even tr:nth-child(even) {
  background-color: rgba(138, 138, 138, 0.1);
}
table.no-border tr td,
table.no-border tr th {
  border: 0;
}
.flip {
  -moz-transform: scaleX(-1);
  /* Gecko */
  -o-transform: scaleX(-1);
  /* Opera */
  -webkit-transform: scaleX(-1);
  /* Webkit */
  transform: scaleX(-1);
  /* Standard */
  filter: FlipH;
  /* IE 6/7/8 */
}
.overflow-hidden {
  overflow: hidden;
}
.phone {
  display: block;
}
@media only screen and (min-width: 30rem) {
  .phone {
    display: none;
  }
}
.tablet-responsive {
  display: block;
}
@media only screen and (min-width: 50rem) {
  .tablet-responsive {
    display: none;
  }
}
.tablet {
  display: none;
}
@media only screen and (min-width: 50rem) {
  .tablet {
    display: block;
  }
}
.desktop {
  display: none;
}
@media only screen and (min-width: 76rem) {
  .desktop {
    display: block;
  }
}
.skracene {
  color: #000;
  width: 16rem;
}
/* 
Shopo SCSS File 
-------- # Table Of Contents # -------- //
-------- 1-  General
-------- 2-  Typography
-------- 3-  Elements
-------- 4-  Header
-------- 5-  Home
-------- 6-  About
-------- 7-  Category
-------- 8-  Product
-------- 9-  Cart
-------- 10- Checkout
-------- 11- Portfolio
-------- 12- Blog
-------- 13- Contact
-------- 14- Sign In-Sign Up
-------- 15- 404
-------- 16- Footer
-------- 17- Owl Carousel
-------- # Table Of Contents # ------- //
*/
/* ----------- 1.General --------------
--------------------------------------*/
html {
  scroll-behavior: smooth;
}
body {
  position: relative;
  color: #717179;
  font: 400 16px/2.15 "Poppins", sans-serif;
  background-color: #f4f4f4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
#wrapper {
  width: 100%;
  background-color: #ffffff;
}
#wrapper.boxed,
#wrapper.boxed-long {
  max-width: 1240px;
  box-shadow: -2px -2px 8px rgba(0, 0, 0, 0.15), 2px 2px 16px rgba(0, 0, 0, 0.3);
}
@media (min-width: 1240px) {
  #wrapper.boxed {
    margin: 40px auto;
  }
}
#wrapper.boxed-long {
  margin: 0 auto;
}
@media (min-width: 1280px) {
  .container {
    width: 1200px;
  }
}
@media (max-width: 480px) {
  .col-xss-12 {
    width: 100%;
    float: none;
  }
}
.animated {
  animation-duration: 0.5s;
}
::-moz-selection {
  color: #fff;
  background-color: #262634;
}
::selection {
  color: #fff;
  background-color: #262634;
}
iframe {
  border: none;
  outline: none;
}
pre {
  border: none;
  border-radius: 0;
  padding: 16px;
  background-color: #fff;
}
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
a:focus,
a:active,
select:focus,
select:active,
input:focus,
input:active,
textarea:focus,
textarea:active,
button:focus,
button:active {
  outline: none;
}
hr {
  margin: 25px 0;
  border: none;
  width: 100%;
  height: 1px;
  background-color: #e9e9ea;
}
.fullscreen {
  min-height: 100vh;
}
.fullheight {
  height: 100vh;
}
img.pull-right {
  margin-left: 20px;
  margin-bottom: 20px;
}
img.pull-left {
  margin-right: 20px;
  margin-bottom: 25px;
}
.overflow-hidden {
  overflow: hidden;
}
.bg-primary {
  background-color: #262634 !important;
  color: #fff;
}
.bg-accent {
  background-color: #dc9831 !important;
  color: #fff;
}
.bg-dark {
  background-color: #212121 !important;
  color: #fff;
}
.bg-darker {
  background-color: #121212 !important;
  color: #fff;
}
.bg-image,
.parallax {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.parallax {
  background-attachment: fixed;
}
.overlay-container {
  position: relative;
}
.overlay-container > .container,
.overlay-container > .container-fluid {
  position: relative;
  z-index: 2;
}
.overlay-container .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.45;
  background-color: #000;
  z-index: 0;
}
/* ----------- 2.Typography -----------
--------------------------------------*/
/* Typography */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 400;
  font-family: "Oswald", sans-serif, Arial, sans-serif;
  line-height: 1.1;
  color: #262634;
  margin-top: 0;
  margin-bottom: 20px;
  letter-spacing: 0.075em;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small {
  color: inherit;
}
h1,
.h1 {
  font-size: 26px;
}
h2,
.h2 {
  font-size: 20px;
}
h3,
.h3 {
  font-size: 18px;
}
h4,
.h4 {
  font-size: 16px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
a {
  position: relative;
  color: #262634;
  transition: color 0.4s;
}
a:hover,
a:focus {
  color: #dc9831;
  text-decoration: none;
}
.title-group {
  margin-bottom: 25px;
}
.title-group .title {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  line-height: 1.38;
  font-weight: 400;
  color: #262634;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.obrazekIlustrace {
  margin: 5px 0;
  display: inline-block;
}
.title-group .title.big {
  font-size: 26px;
  margin-bottom: 2px;
}
.title-group .title-desc {
  font-size: 13px;
  color: #717179;
  font-weight: 400;
  line-height: 1.84;
  margin: 0;
  letter-spacing: 0.05em;
}
.carousel-title {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
p {
  margin-bottom: 20px;
}
.lead {
  font-size: 15px;
  font-weight: inherit;
  line-height: 1.67;
  max-width: none;
  margin: 0 auto 20px;
  color: #717179;
  font-weight: 400;
}
@media (min-width: 992px) {
  .lead {
    margin-bottom: 30px;
  }
}
.text-custom,
.text-primary {
  color: #262634 !important;
}
.text-custom2,
.text-accent {
  color: #dc9831 !important;
}
.text-white {
  color: #fff !important;
}
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white .h1,
.text-white .h2,
.text-white .h3,
.text-white .h4,
.text-white .h5,
.text-white .h6 {
  color: inherit;
}
.text-muted {
  color: #777 !important;
}
.text-light {
  font-weight: 300 !important;
}
.text-spaced {
  letter-spacing: 0.05em;
}
.text-lineth {
  text-decoration: line-through;
}
.text-underline {
  text-decoration: underline;
}
.text-bold {
  font-weight: 700;
}
.text-semibold {
  font-weight: 500;
}
blockquote {
  position: relative;
  padding: 5px 0 5px 35px;
  margin: 20px 0;
  font-size: 16px;
  border-left: 2px solid transparent;
}
blockquote p {
  margin-bottom: 12px;
}
blockquote cite {
  font-size: 16px;
  font-weight: 400;
}
.xzoom-preview {
  z-index: 1001;
}
/* ----------- 3.Elements -------------
--------------------------------------*/
/* Buttons */
.btn {
  position: relative;
  z-index: 2;
  padding: 14px 16px 10px;
  border-radius: 0;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.04em;
  border-width: 1px;
  box-shadow: none;
  transition: all 0.4s;
  text-transform: uppercase;
}
.btn:hover,
.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none !important;
}
@media (min-width: 481px) {
  .btn.min-width {
    min-width: 170px;
    text-align: center;
  }
}
.btn i {
  vertical-align: middle;
}
/* Button Colors */
.btn.btn-primary {
  background-color: #262634;
  border-color: #262634;
  color: #fff;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary.active,
.btn.btn-primary:active:focus,
.btn.btn-primary:active:hover,
.btn.btn-primary.active:focus,
.btn.btn-primary.active:hover,
.open > .btn.btn-primary.dropdown-toggle,
.open > .btn.btn-primary.dropdown-toggle:focus,
.open > .btn.btn-primary.dropdown-toggle:hover {
  background-color: #1b1b25;
  border-color: #1b1b25;
  color: #fff;
}
.btn.btn-primary.disabled,
.btn.btn-primary.disabled:hover,
.btn.btn-primary.disabled:focus,
.btn.btn-primary.disabled.focus,
.btn.btn-primary.disabled:active,
.btn.btn-primary.disabled.active,
.btn.btn-primary:disabled,
.btn.btn-primary:disabled:hover,
.btn.btn-primary:disabled:focus,
.btn.btn-primary:disabled.focus,
.btn.btn-primary:disabled:active,
.btn.btn-primary:disabled.active,
.btn.btn-primary[disabled],
.btn.btn-primary[disabled]:hover,
.btn.btn-primary[disabled]:focus,
.btn.btn-primary[disabled].focus,
.btn.btn-primary[disabled]:active,
.btn.btn-primary[disabled].active,
fieldset[disabled] .btn.btn-primary,
fieldset[disabled] .btn.btn-primary:hover,
fieldset[disabled] .btn.btn-primary:focus,
fieldset[disabled] .btn.btn-primary.focus,
fieldset[disabled] .btn.btn-primary:active,
fieldset[disabled] .btn.btn-primary.active {
  box-shadow: none;
}
.btn.btn-primary.btn-outline {
  color: #262634;
  background-color: transparent;
  border-color: #262634;
}
.btn.btn-primary.btn-outline:hover,
.btn.btn-primary.btn-outline:focus {
  color: #fff;
  background-color: #262634;
  border-color: #262634;
}
.btn.btn-accent {
  background-color: #dc9831;
  border-color: #dc9831;
  color: #fff;
}
.btn.btn-accent:hover,
.btn.btn-accent:focus,
.btn.btn-accent:active,
.btn.btn-accent.active,
.btn.btn-accent:active:focus,
.btn.btn-accent:active:hover,
.btn.btn-accent.active:focus,
.btn.btn-accent.active:hover,
.open > .btn.btn-accent.dropdown-toggle,
.open > .btn.btn-accent.dropdown-toggle:focus,
.open > .btn.btn-accent.dropdown-toggle:hover {
  background-color: #d08b23;
  border-color: #d08b23;
  color: #fff;
}
.btn.btn-accent.disabled,
.btn.btn-accent.disabled:hover,
.btn.btn-accent.disabled:focus,
.btn.btn-accent.disabled.focus,
.btn.btn-accent.disabled:active,
.btn.btn-accent.disabled.active,
.btn.btn-accent:disabled,
.btn.btn-accent:disabled:hover,
.btn.btn-accent:disabled:focus,
.btn.btn-accent:disabled.focus,
.btn.btn-accent:disabled:active,
.btn.btn-accent:disabled.active,
.btn.btn-accent[disabled],
.btn.btn-accent[disabled]:hover,
.btn.btn-accent[disabled]:focus,
.btn.btn-accent[disabled].focus,
.btn.btn-accent[disabled]:active,
.btn.btn-accent[disabled].active,
fieldset[disabled] .btn.btn-accent,
fieldset[disabled] .btn.btn-accent:hover,
fieldset[disabled] .btn.btn-accent:focus,
fieldset[disabled] .btn.btn-accent.focus,
fieldset[disabled] .btn.btn-accent:active,
fieldset[disabled] .btn.btn-accent.active {
  box-shadow: none;
}
.btn.btn-accent.btn-outline {
  color: #dc9831;
  background-color: transparent;
  border-color: #dc9831;
}
.btn.btn-accent.btn-outline:hover,
.btn.btn-accent.btn-outline:focus {
  color: #fff;
  background-color: #dc9831;
  border-color: #dc9831;
}
.btn.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: #222;
}
.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white:active,
.btn.btn-white.active,
.btn.btn-white:active:focus,
.btn.btn-white:active:hover,
.btn.btn-white.active:focus,
.btn.btn-white.active:hover,
.open > .btn.btn-white.dropdown-toggle,
.open > .btn.btn-white.dropdown-toggle:focus,
.open > .btn.btn-white.dropdown-toggle:hover {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  color: #222;
}
.btn.btn-white.disabled,
.btn.btn-white.disabled:hover,
.btn.btn-white.disabled:focus,
.btn.btn-white.disabled.focus,
.btn.btn-white.disabled:active,
.btn.btn-white.disabled.active,
.btn.btn-white:disabled,
.btn.btn-white:disabled:hover,
.btn.btn-white:disabled:focus,
.btn.btn-white:disabled.focus,
.btn.btn-white:disabled:active,
.btn.btn-white:disabled.active,
.btn.btn-white[disabled],
.btn.btn-white[disabled]:hover,
.btn.btn-white[disabled]:focus,
.btn.btn-white[disabled].focus,
.btn.btn-white[disabled]:active,
.btn.btn-white[disabled].active,
fieldset[disabled] .btn.btn-white,
fieldset[disabled] .btn.btn-white:hover,
fieldset[disabled] .btn.btn-white:focus,
fieldset[disabled] .btn.btn-white.focus,
fieldset[disabled] .btn.btn-white:active,
fieldset[disabled] .btn.btn-white.active {
  box-shadow: none;
}
.btn.btn-white.btn-outline {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn.btn-white.btn-outline:hover,
.btn.btn-white.btn-outline:focus {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
.btn.btn-white.btn-outline:hover,
.btn.btn-white.btn-outline:focus {
  color: #222;
}
.btn-del {
  color: #333333;
  background: none;
}
.btn.btn-del:hover,
.btn.btn-del:focus,
.btn.btn-del:active {
  color: #e70010;
}
/* Forms */
.checkbox label,
.radio label {
  padding-left: 0;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.5;
  color: #5e5e65;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
label {
  font-size: 15px;
  line-height: 1.33;
  color: #262634;
  font-weight: 500;
  margin-bottom: 9px;
}
.help-link {
  margin-top: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
  text-decoration: underline;
  color: #7e6f5c;
  letter-spacing: 0.075em;
}
.form-group {
  position: relative;
  margin-bottom: 29px;
}
textarea.form-control {
  height: auto !important;
}
.form-control {
  background-color: #fff;
  border: 1px solid #e6e8e9;
  float: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding: 14.5px 25px;
  height: 51px;
  margin: 0;
  color: #717179;
}
.form-control::-webkit-input-placeholder {
  color: #5e5e65;
}
.form-control:-ms-input-placeholder {
  color: #5e5e65;
}
.form-control::placeholder {
  color: #5e5e65;
}
.form-control[readonly],
.form-control[disabled],
fieldset[disabled] .form-control {
  background-color: transparent;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  background-image: none;
  border-bottom: 1px dotted #D2D2D2;
}
.form-control:focus {
  box-shadow: none;
  border-color: #262634;
}
select.form-control {
  box-shadow: none;
  border-radius: 0;
}
select.form-control.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../images/select-arrow.png");
  background-position: calc(100% - 13px) center;
  background-repeat: no-repeat;
  padding-right: 35px;
}
.checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  margin: 0;
  z-index: -1;
  width: 0;
  height: 0;
  overflow: hidden;
  left: 0;
  pointer-events: none;
}
.checkbox .checkbox-box {
  vertical-align: middle;
  position: relative;
  top: -1px;
  padding-right: 10px;
  display: inline-block;
  font-size: 0;
}
.checkbox .checkbox-box .check {
  font: normal normal normal 13px/1 FontAwesome;
  position: relative;
  display: inline-block;
  width: 28px;
  height: 27px;
  color: #262634;
  border: 2px solid #262634;
  overflow: hidden;
  z-index: 1;
  border-radius: 0;
}
.checkbox .checkbox-box .check:before {
  position: absolute;
  content: "\f00c";
  display: block;
  visibility: hidden;
  opacity: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-51%);
}
.checkbox input[type=checkbox]:checked + .checkbox-box .check:before {
  visibility: visible;
  opacity: 1;
}
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox input[type=checkbox],
.checkbox input[type=checkbox][disabled] ~ .checkbox-box .check,
.checkbox input[type=checkbox][disabled] + .circle {
  opacity: 0.5;
}
.checkbox input[type=checkbox][disabled] ~ .checkbox-box .check {
  border-color: #000000;
  opacity: 0.4;
}
.checkbox input[type=checkbox][disabled] + .checkbox-box .check:after {
  background-color: #717179;
  transform: rotate(-45deg);
}
.radio-inline-container .radio {
  margin: 0;
  display: inline-block;
}
.radio-inline-container .radio + .radio {
  margin-left: 30px;
}
.radio label {
  position: relative;
  padding-left: 29px;
  font-weight: 500;
}
.radio label span {
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
  transition-duration: 0.2s;
}
.radio label .circle {
  border: 2px solid #262634;
  height: 17px;
  width: 17px;
  border-radius: 100%;
}
.radio label .check {
  left: 6px;
  top: 7px;
  height: 5px;
  width: 5px;
  border-radius: 100%;
  background-color: #262634;
  transition: all 0.4s;
  transform: scale3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
}
.radio input[type=radio] {
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}
.radio input[type=radio]:checked ~ .check {
  visibility: visible;
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
.radio input[type=radio][disabled] ~ .check,
.radio input[type=radio][disabled] ~ .circle {
  opacity: 0.26;
}
.radio input[type=radio][disabled] ~ .check {
  background-color: #222;
}
.radio input[type=radio][disabled] ~ .circle {
  border-color: #222;
}
/* Tabs */
.nav.nav-tabs {
  padding-bottom: 0;
  border-bottom-color: #e9e9ea;
  margin-bottom: 25px;
}
.nav.nav-tabs > li {
  margin-right: 25px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .nav.nav-tabs > li {
    margin-right: 40px;
  }
}
@media (min-width: 992px) {
  .nav.nav-tabs > li {
    margin-right: 50px;
  }
}
@media (max-width: 480px) {
  .nav.nav-tabs > li {
    float: none;
    display: block;
    margin-bottom: 8px;
  }
}
.nav.nav-tabs > li + li {
  margin-left: 0;
}
.nav.nav-tabs > li > a {
  position: relative;
  padding: 0 0 16px;
  font: 400 18px/1.1 "Oswald", sans-serif;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  color: #262634;
  border: none !important;
  border-radius: 0;
  background-color: transparent;
  transition: color 0.35s;
}
@media (max-width: 480px) {
  .nav.nav-tabs > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.nav.nav-tabs > li > a:before {
  content: '';
  position: absolute;
  display: block;
  left: 50%;
  right: 50%;
  height: 2px;
  bottom: -1px;
  background-color: #dc9831;
  visibility: hidden;
  transition: all 0.4s;
}
.nav.nav-tabs > li > a:hover {
  color: #dc9831;
  background-color: transparent;
  border-color: transparent;
}
.nav.nav-tabs > li.active a,
.nav.nav-tabs > li.active a:hover,
.nav.nav-tabs > li.active a:focus {
  color: #262634;
  background-color: transparent;
  border-bottom-color: transparent;
}
.nav.nav-tabs > li.active a:before {
  visibility: visible;
  left: -1px;
  right: -1px;
}
.nav.nav-tabs.text-right {
  font-size: 0;
}
@media (min-width: 481px) {
  .nav.nav-tabs.text-right > li {
    float: none;
    display: inline-block;
  }
  .nav.nav-tabs.text-right > li:last-child {
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .nav.nav-tabs.text-right > li {
    margin-right: 0;
  }
}
.tab-content {
  padding: 0;
  font-size: 14px;
  line-height: 2.36;
}
.tab-content p {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .tab-content p {
    margin-bottom: 30px;
  }
}
.tab-content p:last-child {
  margin-bottom: 0;
}
/* Page Headers */
.page-header {
  position: relative;
  padding: 25.5px 0;
  margin: 0;
  border: none;
  /* Parallax + overlay */
}
.page-header h1 {
  font-family: "Oswald", sans-serif;
  font-size: 26px;
  line-height: 1.38;
  font-weight: 400;
  color: #262634;
  margin: 0 0 3px;
  text-transform: uppercase;
  letter-spacing: 0.085em;
}
.page-header p {
  font-size: 13px;
  color: #717179;
  font-weight: 400;
  line-height: 1.84;
  margin: 0;
  letter-spacing: 0.05em;
}
.page-header.parallax,
.page-header.bg-image {
  position: relative;
}
.page-header.parallax h1,
.page-header.parallax p,
.page-header.bg-image h1,
.page-header.bg-image p {
  color: #fff;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
/* Breadcrumbs */
.breadcrumb {
  padding: 18px 0;
  margin: 0;
  background-color: transparent;
  border-radius: 0;
  font-size: 13px;
  line-height: 1.85;
  font-weight: 400;
}
.breadcrumb li a {
  color: #717179;
}
.breadcrumb li a:hover,
.breadcrumb li a:focus {
  color: #262634;
}
.breadcrumb > .active {
  color: #717179;
}
.breadcrumb li + li:before {
  color: #717179;
  content: "/";
  padding: 0 13px 0 7px;
}
/* Pagination & Pager */
.pagination {
  margin: 0 0 50px;
}
@media (min-width: 768px) {
  .pagination {
    margin-bottom: 60px;
  }
}
.pagination > li > a,
.pagination > li > span {
  border: 1px solid transparent;
  border-radius: 50% !important;
  transition: all 0.3s;
  padding: 0px 3px;
  margin: 0 6px 0 0;
  min-width: 36px;
  height: 36px;
  line-height: 36px;
  color: #717179;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  background: transparent;
  text-align: center;
}
@media (min-width: 768px) {
  .pagination > li > a,
  .pagination > li > span {
    margin-right: 12px;
  }
}
.pagination > li > a i,
.pagination > li > span i {
  line-height: inherit;
  font-size: 500;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #dc9831;
  background-color: transparent;
  border-color: transparent;
}
.pagination > li:first-child:not(.active) > a,
.pagination > li:first-child:not(.active) > span {
  min-width: 0;
  padding-left: 0;
}
.pagination > li.dots > span {
  min-width: 0;
  padding: 0;
}
.pagination > .active > a,
.pagination > .active > span {
  color: #262634;
  border-color: #dc9831;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: transparent;
  color: #262634;
  border-color: #dc9831;
}
.pager {
  margin: 0 0 20px;
}
.pager li > a,
.pager li > span {
  padding: 5px 0;
  background-color: transparent;
  border: none;
  color: #262634;
  border-radius: 0;
  box-shadow: none;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  transition: all 0.4s;
}
.pager li i {
  font-size: 24px;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -5px;
}
.pager li > a:hover,
.pager li > a:focus {
  color: #dc9831;
  background-color: transparent;
  box-shadow: none;
}
.pager li.next > a i,
.pager li.next > span i {
  margin-right: 0;
  margin-left: 10px;
}
.page-header .pager {
  margin-top: 5px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .page-header .pager {
    margin-top: 0;
  }
  .page-header .pager li {
    position: absolute;
    top: 32px;
    left: 0;
  }
  .page-header .pager li.next {
    left: auto;
    right: 0;
  }
}
/* Counters */
.count-container {
  position: relative;
  margin-bottom: 30px;
  min-height: 72px;
  padding-top: 2px;
}
@media (min-width: 768px) {
  .count-container + .count-container {
    border-left: 1px solid #e3e4e8;
  }
}
.count-title {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  letter-spacing: 0;
  margin-top: 5px;
  color: #717179;
}
.count,
.count-prefix {
  display: inline-block;
  color: #dc9831;
  font-size: 46px;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 0;
}
/* Tables */
.table-responsive {
  margin-bottom: 40px;
  border: none;
}
@media (min-width: 768px) {
  .table-responsive {
    margin-bottom: 55px;
  }
}
.table {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .table {
    margin-top: 6px;
  }
}
.table thead {
  border-bottom: 1px solid #e9e9ea;
}
.table thead > tr > th {
  font: 400 16px/1.25 "Oswald", sans-serif;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  padding: 18px 0 18px;
  vertical-align: middle;
  color: #262634;
  border: none;
}
.table tbody {
  border-bottom: 1px solid #e9e9ea;
}
.table tbody > tr > td {
  border: none;
  padding: 30px 0 0;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.7;
  color: #262634;
}
.table tbody > tr:last-child > td {
  padding-bottom: 30px;
}
/* 
*  Bootstrap TouchSpin - v3.1.2
*  A mobile and touch friendly input spinner component for Bootstrap 3.
*  http://www.virtuosoft.eu/code/bootstrap-touchspin/
*
*  Made by István Ujj-Mészáros
*  Under Apache License v2.0 License
*/
.bootstrap-touchspin {
  position: relative;
}
.bootstrap-touchspin.input-group {
  max-width: 87px;
  border: 1px solid #e0e0e0;
}
.bootstrap-touchspin .form-control {
  border: none;
  height: 40px;
  font-size: 14px;
  padding-top: 11.5px;
  padding-bottom: 8.5px;
  padding-left: 15px;
  padding-right: 28px;
  color: #262634;
}
.bootstrap-touchspin .input-group-btn-vertical {
  display: inline-block;
  position: absolute;
}
.bootstrap-touchspin .input-group-btn-vertical > .btn {
  display: inline-block;
  position: absolute;
  right: 7px;
  /*z-index: 99;*/
  float: none;
  padding: 5px 2px 0;
  margin-left: 0;
  border: none;
  font-size: 14px;
  line-height: 0;
  color: #5e5e65;
  margin: 0;
  background-color: transparent;
}
.bootstrap-touchspin .input-group-btn-vertical > .btn i {
  line-height: 0.7;
}
.bootstrap-touchspin .input-group-btn-vertical > .btn:hover,
.bootstrap-touchspin .input-group-btn-vertical > .btn:focus {
  background-color: transparent;
  color: #262634;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0;
  top: 6px;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  top: 20px;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 5px;
}
/* ----------- 4.Header ---------------
--------------------------------------*/
/* Header */
.header {
  background-color: #fff;
  position: relative;
  z-index: 999;
  padding: 0;
  font-size: 13px;
  line-height: 1.6;
}
.header a {
  color: #a4abae;
}
.header a:hover,
.header a:focus {
  color: #262634;
  text-decoration: none;
}
.header .container,
.header .container-fluid {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
}
@media (min-width: 768px) {
  .header .container,
  .header .container-fluid {
    height: 94px;
  }
}
@media (min-width: 992px) {
  .header .container,
  .header .container-fluid {
    height: 114px;
  }
}
.header .dropdown .dropdown-menu {
  border-radius: 0;
  border: 1px solid #eaeced;
  margin: 0;
  font-size: 13px;
}
.header .dropdown .dropdown-menu > li > a {
  color: #717179;
  transition: all 0.4s;
  letter-spacing: 0.025em;
}
.header .dropdown .dropdown-menu > li > a:hover,
.header .dropdown .dropdown-menu > li > a:focus {
  color: #262634;
  background-color: #eaeced;
}
.header .dropdown:hover .dropdown-toggle {
  color: #262634;
}
.header .dropdown:hover .dropdown-menu {
  display: block;
}
/* Site Logo */
.site-logo {
  display: inline-block;
  width: 100%;
  margin: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (min-width: 505px) {
  .site-logo {
    width: 236px;
  }
}
@media (max-width: 767px) {
  .site-logo {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
.site-logo img {
  display: block;
  max-width: 236px;
  height: auto;
  margin: auto;
}
.header-dropdowns {
  margin-left: 22px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .header-dropdowns {
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-dropdowns {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
.header-dropdowns .dropdown {
  display: inline-block;
}
.header-dropdowns .dropdown + .dropdown {
  margin-left: 6px;
}
.top-links {
  margin-left: 25px;
  padding-top: 3px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.top-links span {
  display: none;
  position: relative;
  top: 5px;
}
.top-links img {
  display: block;
  width: 23px;
  position: relative;
  top: -6px;
}
@media (min-width: 768px) {
  .top-links span {
    display: inline-block;
  }
  .top-links img {
    display: none;
  }
}
@media (min-width: 992px) {
  .top-links {
    margin-left: 60px;
  }
}
@media (min-width: 1200px) {
  .top-links {
    margin-left: 80px;
  }
}
.top-links:after {
  content: '';
  display: table;
  clear: both;
}
.top-links li {
  float: left;
}
.top-links li a {
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.top-links li + li {
  margin-left: 23px;
}
.search-form-container {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: 56px;
}
@media (min-width: 1200px) {
  .search-form-container {
    margin-left: 76px;
  }
}
@media (max-width: 991px) {
  .search-form-container {
    text-align: right;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0;
  }
}
.search-form-container form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border: 1px solid #eaeced;
}
@media (max-width: 991px) {
  .search-form-container form {
    display: none;
  }
  .search-form-container form.open {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 15px;
    right: 15px;
    top: 100%;
    border: 4px solid #eaeced;
  }
}
.search-form-container .dropdown {
  display: inline-block;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (min-width: 1200px) {
  .search-form-container .dropdown {
    width: 194px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .search-form-container .dropdown {
    width: 194px;
  }
}
.search-form-container .form-control {
  display: inline-block;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border: none;
  border-left: 1px solid #eaeced;
  font-size: 13px;
  color: #717179;
  padding: 16px 45px 12px 20px;
  height: 46px;
  letter-spacing: 0.025em;
}
.search-form-container .form-control::-webkit-input-placeholder {
  font-weight: 500;
  color: #8b8b97;
  text-transform: uppercase;
}
.search-form-container .form-control:-ms-input-placeholder {
  font-weight: 500;
  color: #8b8b97;
  text-transform: uppercase;
}
.search-form-container .form-control::placeholder {
  font-weight: 500;
  color: #8b8b97;
  text-transform: uppercase;
}
.search-form-container .btn {
  background-color: transparent;
  border: none;
  font-size: 14px;
  padding: 5px 7px;
  color: #262634;
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -15px;
  z-index: 10;
}
.search-form-container .btn:hover,
.search-form-container .btn:focus {
  color: #dc9831;
}
.search-form-toggle {
  display: none;
  font-size: 14px;
  padding: 5px 7px;
  color: #262634;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .search-form-toggle {
    display: inline-block;
  }
}
.search-form-toggle:hover,
.search-form-toggle:focus {
  color: #dc9831 !important;
}
.search-dropdown .dropdown-toggle {
  display: block;
  text-transform: uppercase;
  background-color: #fff;
  padding: 15px 17px 11px 20px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.025em;
  color: #262634;
  text-align: left;
}
@media (max-width: 340px) {
  .search-dropdown .dropdown-toggle {
    padding-left: 10px;
    padding-right: 8px;
  }
}
.search-dropdown .dropdown-toggle i {
  float: right;
  position: relative;
  top: 2px;
  font-size: 14px;
  margin-left: 5px;
}
.search-dropdown .dropdown-menu {
  min-width: calc(100% + 2px);
  left: -1px;
  padding: 5px 0;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.search-dropdown .dropdown-menu li a {
  padding: 9px 20px 5px;
  font-size: 13px;
  text-transform: uppercase;
  color: #262634;
}
.header-dropdown .dropdown-toggle {
  display: inline-block;
  padding: 4px 6px 2px;
  font-size: 12px;
  letter-spacing: 0.05em;
}
.header-dropdown .dropdown-toggle i {
  font-size: 11px;
  margin-left: 2px;
}
.header-dropdown .dropdown-menu {
  min-width: 100%;
  padding: 3px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.header-dropdown .dropdown-menu li a {
  padding: 4px 6px 1px;
  font-size: 12px;
  text-align: center;
}
.cart-dropdown {
  margin-left: 15px;
}
@media (min-width: 768px) {
  .cart-dropdown {
    margin-left: 27px;
  }
}
.cart-dropdown .dropdown-toggle {
  display: inline-block;
  padding: 10px 6px 12px;
  font-size: 12px;
  white-space: nowrap;
}
.cart-dropdown .dropdown-toggle i {
  margin-left: 7px;
  position: relative;
  top: 5px;
}
@media (min-width: 768px) {
  .cart-dropdown .dropdown-toggle i {
    margin-left: 13px;
  }
}
.cart-dropdown .dropdown-toggle img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.cart-dropdown .cart-icon {
  position: relative;
}
.cart-dropdown .cart-icon .cart-count {
  position: absolute;
  top: -7px;
  right: -6px;
  color: #dc9831;
  font-weight: 600;
}
.cart-dropdown .dropdown-menu {
  width: 315px;
  padding: 15px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 480px) {
  .cart-dropdown .dropdown-menu.dropdown-menu-right {
    right: -30px;
  }
}
@media (max-width: 350px) {
  .cart-dropdown .dropdown-menu {
    width: 260px;
  }
}
.cart-dropdown .dropdown-menu .dropdown-menu-wrapper {
  margin-bottom: 15px;
}
.cart-dropdown .dropdown-menu .dropdown-cart-info {
  font-size: 13px;
  letter-spacing: 0.025em;
  padding-top: 5px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #999;
  border-bottom: 1px solid #eaeced;
}
.cart-dropdown .dropdown-menu .product {
  margin-bottom: 25px;
}
.cart-dropdown .dropdown-menu .product:last-child {
  margin-bottom: 0;
}
.cart-dropdown .dropdown-menu .product:after {
  content: '';
  display: table;
  clear: both;
}
.cart-dropdown .dropdown-menu .product .product-title {
  font-size: 13px;
}
.cart-dropdown .dropdown-menu .product .product-image-container {
  margin-bottom: 0;
  max-width: 90px;
  float: left;
  border: 1px solid #e6e6e6;
  margin-right: 10px;
}
.cart-dropdown .dropdown-menu .product .product-price-container {
  margin-bottom: 2px;
}
.cart-dropdown .dropdown-menu .product .product-price {
  color: #c5c5c8;
}
.cart-dropdown .dropdown-menu .product .product-qty {
  color: #b7b7b7;
  letter-spacing: 0.025em;
}
/*.cart-dropdown .dropdown-menu .product > div {
  position: relative;
  padding-top: 7px;
  margin-left: 110px;
}*/
.cart-dropdown .dropdown-menu .product > div .btn-delete {
  position: absolute;
  right: 0;
  top: 3px;
}
.cart-dropdown .cart-dropdowm-action {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 15px;
  border-top: 1px solid #eaeced;
}
.cart-dropdown .cart-dropdowm-action .dropdowm-cart-total {
  display: inline-block;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 16px;
  font-weight: 500;
  padding-right: 15px;
  color: #dc9831;
  letter-spacing: 0.025em;
}
.cart-dropdown .cart-dropdowm-action .dropdowm-cart-total span {
  font-weight: 600;
  font-size: 14px;
  color: #262634;
}
.cart-dropdown .cart-dropdowm-action .btn {
  min-width: 120px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.sidemenu-btn {
  display: inline-block;
  margin-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (min-width: 768px) {
  .sidemenu-btn {
    margin-left: 27px;
  }
}
.sidemenu-btn span {
  display: block;
  width: 17px;
  height: 2px;
  background-color: #262634;
  transition: all 0.4s;
}
.sidemenu-btn span + span {
  margin-top: 4px;
}
.sidemenu-btn:hover span,
.sidemenu-btn.open span {
  background-color: #dc9831;
}
.sidemenu {
  width: 280px;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100vh;
  z-index: 1030;
  box-shadow: 2px 0 3px 0 rgba(0, 0, 0, 0.12);
  transition: all 0.4s ease;
  background-color: #fff;
  transform: translateX(-290px);
}
@media (max-width: 320px) {
  .sidemenu {
    width: 250px;
    transform: translateX(-260px);
  }
}
.toggle-sidemenu .sidemenu {
  visibility: visible;
  transform: translateX(0);
}
.sidemenu .sidemenu-wrapper {
  position: relative;
  height: 100%;
}
.sidemenu .sidemenu-header {
  padding: 35px 20px 20px;
  border-bottom: 1px solid #eaeced;
  margin-bottom: 20px;
}
.sidemenu .sidemenu-logo {
  display: inline-block;
  width: 236px;
}
.sidemenu .sidemenu-logo img {
  display: block;
  max-width: 100%;
  height: auto;
}
.sidemenu-overlay {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 1000;
}
.toggle-sidemenu .sidemenu {
  transform: translateX(0);
}
.toggle-sidemenu .sidemenu-overlay {
  visibility: visible;
  opacity: 0.6;
}
/* Side Menu  - Metis menu */
.metismenu {
  margin: 0 0 15px;
}
.metismenu li a {
  display: block;
  padding: 9px 20px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  color: #262634;
  letter-spacing: 0.05em;
}
.metismenu li a > span {
  position: relative;
}
.metismenu li.active > a,
.metismenu li.active > a:hover,
.metismenu li.active > a:focus,
.metismenu li:hover > a,
.metismenu li:hover > a:hover,
.metismenu li:hover > a:focus,
.metismenu li:focus > a,
.metismenu li:focus > a:hover,
.metismenu li:focus > a:focus {
  color: #262634;
  background-color: #eee;
}
.metismenu li.active > a .sidemenu-icon:before,
.metismenu li.active > a .sidemenu-icon:after,
.metismenu li.active > a:hover .sidemenu-icon:before,
.metismenu li.active > a:hover .sidemenu-icon:after,
.metismenu li.active > a:focus .sidemenu-icon:before,
.metismenu li.active > a:focus .sidemenu-icon:after,
.metismenu li:hover > a .sidemenu-icon:before,
.metismenu li:hover > a .sidemenu-icon:after,
.metismenu li:hover > a:hover .sidemenu-icon:before,
.metismenu li:hover > a:hover .sidemenu-icon:after,
.metismenu li:hover > a:focus .sidemenu-icon:before,
.metismenu li:hover > a:focus .sidemenu-icon:after,
.metismenu li:focus > a .sidemenu-icon:before,
.metismenu li:focus > a .sidemenu-icon:after,
.metismenu li:focus > a:hover .sidemenu-icon:before,
.metismenu li:focus > a:hover .sidemenu-icon:after,
.metismenu li:focus > a:focus .sidemenu-icon:before,
.metismenu li:focus > a:focus .sidemenu-icon:after {
  background-color: #262634;
}
.metismenu li.active > a {
  font-weight: 600;
}
.metismenu li ul {
  background-color: #f8f8f8;
}
.metismenu li ul li:last-child {
  border-bottom: 1px solid #eee;
}
.metismenu li ul li a {
  padding-left: 35px;
  font-size: 12px;
}
.metismenu .collapse {
  display: none;
}
.metismenu .collapse.in {
  display: block;
}
.metismenu .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: 0.35s;
  transition-property: height, visibility;
}
.metismenu .sidemenu-icon {
  display: block;
  position: relative;
  float: right;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  margin-top: 12px;
}
.metismenu .sidemenu-icon:before,
.metismenu .sidemenu-icon:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  transform-origin: center;
  transition: all 0.4s ease;
  background-color: #a8a8b1;
  width: 10px;
  height: 2px;
  opacity: 1;
}
.metismenu .sidemenu-icon:after {
  transform: rotate(90deg);
}
.metismenu .active > a > .sidemenu-icon:before {
  opacity: 0;
}
.metismenu .active > a > .sidemenu-icon:after {
  transform: rotate(0deg);
}
/* perfect-scrollbar v0.6.16 */
.ps-container {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none;
}
/*@supports (-ms-overflow-style: none) {
  .ps-container {
    overflow: auto !important;
  }
}*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps-container {
    overflow: auto !important;
  }
}
.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background-color: transparent;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
  height: 6px;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
  width: 6px;
}
.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 0px;
  height: 9px;
}
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  background-color: #7e7e7e;
  border-radius: 0;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  bottom: 2px;
  height: 3px;
}
.ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x,
.ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
  height: 6px;
}
.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  opacity: 0;
  right: 0;
  width: 9px;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  background-color: #7e7e7e;
  border-radius: 0;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  right: 2px;
  width: 3px;
}
.ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y,
.ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
  width: 5px;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
  height: 6px;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
  width: 6px;
}
.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.8;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.8;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.8;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999;
}
/* Sticky Header */
@keyframes fixedHeader {
  0% {
    opacity: 0;
    transform: translateY(-60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.header.sticky-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  animation-name: fixedHeader;
  animation-duration: 0.6s;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1), 0 2px 7px rgba(0, 0, 0, 0.12);
}
.header.sticky-header.fixed .container,
.header.sticky-header.fixed .container-fluid {
  height: 68px;
}
/* ----------- 5.Home --------------
--------------------------------------*/
.slider-container {
  background-color: #efefef;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .slider-container {
    height: 468px;
  }
}
.slider-container a.tp-caption {
  transition: color 0.4s;
}
.slider-container a.tp-caption:hover {
  color: #262634 !important;
}
.rev_slider_wrapper {
  position: relative;
  z-index: 0;
}
/*----------------------------------------------
- Revolution Slider 5.0 Default Style Settings -
version:   	5.0.0
date:      	29/10/15
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
--------------------------------------------- */
.rev_slider {
  position: relative;
  overflow: visible;
}
.entry-content .rev_slider a,
.rev_slider a {
  box-shadow: none;
}
.tp-overflow-hidden {
  overflow: hidden !important;
}
.group_ov_hidden {
  overflow: hidden;
}
.tp-simpleresponsive img,
.rev_slider img {
  max-width: none !important;
  transition: none;
  margin: 0px;
  padding: 0px;
  border-width: 0px;
  border: none;
}
.rev_slider .no-slides-text {
  font-weight: bold;
  text-align: center;
  padding-top: 80px;
}
.rev_slider > ul,
.rev_slider_wrapper > ul,
.tp-revslider-mainul > li,
.rev_slider > ul > li,
.rev_slider > ul > li:before,
.tp-revslider-mainul > li:before,
.tp-simpleresponsive > ul,
.tp-simpleresponsive > ul > li,
.tp-simpleresponsive > ul > li:before,
.tp-revslider-mainul > li,
.tp-simpleresponsive > ul > li {
  list-style: none !important;
  position: absolute;
  margin: 0px !important;
  padding: 0px !important;
  overflow-x: visible;
  overflow-y: visible;
  list-style-type: none !important;
  background-image: none;
  background-position: 0px 0px;
  text-indent: 0em;
  top: 0px;
  left: 0px;
}
.tp-revslider-mainul > li,
.rev_slider > ul > li,
.rev_slider > ul > li:before,
.tp-revslider-mainul > li:before,
.tp-simpleresponsive > ul > li,
.tp-simpleresponsive > ul > li:before,
.tp-revslider-mainul > li,
.tp-simpleresponsive > ul > li {
  visibility: hidden;
}
.tp-revslider-slidesli,
.tp-revslider-mainul {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}
.rev_slider li.tp-revslider-slidesli {
  position: absolute !important;
}
.tp-caption .rs-untoggled-content {
  display: block;
}
.tp-caption .rs-toggled-content {
  display: none;
}
.rs-toggle-content-active.tp-caption .rs-toggled-content {
  display: block;
}
.rs-toggle-content-active.tp-caption .rs-untoggled-content {
  display: none;
}
.rev_slider .tp-caption,
.rev_slider .caption {
  position: relative;
  visibility: hidden;
  white-space: nowrap;
  display: block;
}
.rev_slider .tp-mask-wrap .tp-caption,
.rev_slider .tp-mask-wrap *:last-child,
.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,
.wpb_text_column .rev_slider .tp-mask-wrap *:last-child {
  margin-bottom: 0;
}
.tp_inner_padding {
  box-sizing: border-box;
  max-height: none !important;
}
.tp-caption {
  z-index: 1;
  -webkit-user-select: none;
  position: absolute;
  -webkit-font-smoothing: antialiased !important;
}
.tp-caption.tp-layer-selectable {
  -webkit-user-select: all;
}
.tp-forcenotvisible,
.tp-hide-revslider,
.tp-caption.tp-hidden-caption,
.tp-parallax-wrap.tp-hidden-caption {
  visibility: hidden !important;
  display: none !important;
}
.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider audio,
.rev_slider video {
  max-width: none !important;
}
.tp-element-background {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
}
/****************************************
-FULLSCREEN AND FULLWIDHT CONTAINERS
*****************************************/
.rev_slider_wrapper {
  width: 100%;
}
.fullscreen-container {
  position: relative;
  padding: 0;
}
.fullwidthbanner-container {
  position: relative;
  padding: 0;
  overflow: hidden;
}
.fullwidthbanner-container .fullwidthabanner {
  width: 100%;
  position: relative;
}
/************************************
-	TP BANNER TIMER		-
*************************************/
.tp-bannertimer {
  visibility: hidden;
  width: 100%;
  height: 5px;
  background: #fff;
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  z-index: 200;
  top: 0px;
}
.tp-bannertimer.tp-bottom {
  top: auto;
  bottom: 0px !important;
  height: 5px;
}
.tparrows {
  cursor: pointer;
  background: transparent;
  width: 22px;
  height: 22px;
  position: absolute;
  display: none;
  z-index: 1000;
  transition: color 0.4s;
  color: #fff;
}
.tparrows:before {
  font-family: FontAwesome;
  font-size: 24px;
  display: block;
  line-height: 22px;
  text-align: center;
}
.tparrows.tp-leftarrow:before {
  content: '\f104';
}
.tparrows.tp-rightarrow:before {
  content: '\f105';
}
.tparrows:hover {
  background: transparent;
  color: #dc9831;
}
/*Banner*/
.banner.banner-fullwidth {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 57px;
}
.banner.banner-fullwidth .banner-content-wrapper {
  position: relative;
  color: #dbdbdb;
  background-color: #908b82;
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  width: 270px;
  text-align: center;
}
.banner.banner-fullwidth .banner-content-wrapper p {
  font-size: 14px;
  margin-bottom: 4px;
  font-weight: 300;
  line-height: 0.8;
}
.banner.banner-fullwidth .banner-content-wrapper h3 {
  text-transform: uppercase;
  font-size: 22px;
  color: #dadada;
  margin-bottom: 20px;
  margin-top: 42px;
}
.banner.banner-fullwidth .banner-content-wrapper .banner-price {
  font-weight: 300;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
}
.banner.banner-fullwidth .banner-content-wrapper .banner-price span {
  vertical-align: baseline;
  text-decoration: line-through;
  font-size: 16px;
  color: #c7c5c2;
  margin-left: 5px;
}
.banner.banner-fullwidth .banner-content-wrapper a {
  display: block;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  text-decoration: underline;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  color: #dadada;
}
.banner.banner-fullwidth .banner-content-wrapper a:hover {
  color: #c7c5c2;
}
.banner.banner-fullwidth .banner-image-wrapper {
  position: relative;
}
.banner.banner-fullwidth .banner-image-wrapper a {
  display: block;
}
@media (max-width: 767px) {
  .banner.banner-fullwidth {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 35px;
  }
  .banner.banner-fullwidth .banner-content-wrapper {
    width: 100%;
    min-height: 215px;
  }
}
.products-list li.product {
  margin-bottom: 38px;
}
.products-list li.product:after {
  content: '';
  display: table;
  clear: both;
}
.products-list li.product .product-image-container {
  margin-bottom: 0;
  float: left;
  max-width: 99px;
  border: 1px solid #e6e6e6;
}
.products-list li.product > div {
  margin-left: 124px;
  padding-top: 7px;
}
.products-list li.product .product-title {
  margin-bottom: 0;
}
.products-list li.product .product-price {
  color: #c5c5c8;
}
.products-list li.product .ratings-container {
  margin-bottom: 4px;
}
.products-list li.product .ratings-container .product-ratings,
.products-list li.product .ratings-container .ratings {
  font-size: 10px;
}
.products-list li.product .ratings-container .product-ratings {
  height: 10px;
}
.products-list li.product .ratings-container .product-ratings:before {
  color: #c5c5c8;
}
.banner .wanted-banner-content {
  position: absolute;
  right: 22px;
  top: 14px;
  z-index: 4;
  min-width: 92px;
  height: 92px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
}
.banner .wanted-banner-content h4 {
  font-weight: 300;
  color: #dc9831;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  text-align: left;
  margin: 0 0 3px;
  letter-spacing: 0.03em;
}
.banner .wanted-banner-content h4 span {
  display: block;
  font-size: 24px;
}
/* ----------- 6.About -----------------
--------------------------------------*/
/* About */
.history-section:after {
  content: '';
  display: table;
  clear: both;
}
.history-section .about-img {
  margin: 0 auto 40px;
}
@media (min-width: 768px) {
  .history-section .history-left {
    float: left;
    width: 57.5%;
  }
  .history-section .history-right {
    float: right;
    width: 34.1%;
  }
}
.timeline-list {
  margin: 40px 0;
}
@media (min-width: 992px) {
  .timeline-list {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.timeline-list li {
  position: relative;
  margin-left: 70px;
  padding-left: 38px;
  padding-top: 1px;
  min-height: 130px;
  margin-bottom: 9px;
  border-left: 1px solid #dc9831;
}
.timeline-list li:last-child {
  min-height: 0;
}
.timeline-list li p:last-child {
  margin-bottom: 0;
}
.timeline-list .timeline-date {
  position: absolute;
  left: -65px;
  top: 3px;
  color: #dc9831;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.01em;
}
.timeline-list .timeline-dot {
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: -8.5px;
  top: 0;
  background-color: #fff;
  border: 3px solid #dc9831;
  border-radius: 50%;
}
.timeline-list .timeline-dot:after {
  content: '';
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  left: 3px;
  top: 3px;
  z-index: 2;
  background-color: #dc9831;
  border-radius: 50%;
}
.timeline-list h3 {
  color: #20202f;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.01em;
  margin-bottom: 14px;
}
.team-member {
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .team-member {
    margin-bottom: 40px;
  }
}
.team-member figure {
  margin-bottom: 30px;
}
.team-member figure img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  border-radius: 50%;
}
.team-member h3 {
  font-size: 15px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #101016;
  text-transform: uppercase;
  margin-bottom: 4px;
  letter-spacing: 0;
}
.team-member p {
  text-transform: uppercase;
  line-height: 1.5;
  font-size: 12px;
  color: #808080;
  font-weight: 500;
  letter-spacing: 0.1em;
}
/* ----------- 7.Category --------------
--------------------------------------*/
/* Category */
.banner {
  position: relative;
}
.banner > a {
  display: block;
}
.banner img {
  display: block;
  width: 100%;
  height: auto;
}
.banner.banner-image > a:before,
.banner .banner-image-wrapper > a:before {
  content: '';
  display: block;
  background-color: #f4f4f4;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
  z-index: 3;
}
.banner.banner-image:hover a:before,
.banner .banner-image-wrapper:hover a:before {
  visibility: visible;
  opacity: 0.4;
}
.banner.banner-top .banner-content {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.banner.banner-top h2 {
  font-size: 16px;
  line-height: 1.38;
  margin-bottom: 7px;
  text-transform: uppercase;
}
.banner.banner-top .action-link {
  color: #7e6f5c;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  text-decoration: underline;
}
.banner.banner-top .action-link:hover,
.banner.banner-top .action-link:focus {
  color: #dc9831;
}
@media (min-width: 481px) {
  .banner.banner-top .banner-content {
    left: 50px;
  }
  .banner.banner-top h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .banner.banner-top .banner-content {
    left: 60px;
  }
  .banner.banner-top h2 {
    font-size: 22px;
    margin-bottom: 28px;
  }
}
@media (min-width: 992px) {
  .banner.banner-top .banner-content {
    left: 70px;
  }
  .banner.banner-top h2 {
    font-size: 26px;
    margin-bottom: 38px;
  }
}
.category-header {
  padding: 25px 0 15px;
}
.category-header h1 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.category-header .breadcrumb {
  padding: 0;
}
.category-header:after {
  content: '';
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  .category-header h1 {
    float: left;
    margin: 0;
  }
  .category-header .breadcrumb {
    float: right;
    margin: 0;
  }
}
.shop-container {
  transition: all 0.45s;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .shop-container {
    margin-bottom: 30px;
  }
}
.shop-container:after {
  content: '';
  display: table;
  clear: both;
}
.shop-container .product-item {
  float: left;
  width: 100%;
}
.shop-row {
  margin-left: -15px;
  margin-right: -15px;
}
.shop-row > .shop-container > .product-item {
  padding: 0 15px;
}
.shop-row:after {
  content: '';
  display: table;
  clear: both;
}
@media (min-width: 481px) {
  .max-col-4 .product-item,
  .max-col-3 .product-item,
  .max-col-2 .product-item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .max-col-3 .product-item {
    width: 33.3%;
  }
}
@media (min-width: 768px) {
  .max-col-4 .product-item {
    width: 33.3%;
  }
}
@media (min-width: 992px) {
  .max-col-4 .product-item {
    width: 25%;
  }
}
/* Product */
.product {
  margin-bottom: 20px;
}
.product.bezMarginu {
  margin-bottom: 0;
}
.product .product-image-container {
  margin-bottom: 23px;
  position: relative;
  background-color: #f0f0f0;
}
@media (min-width: 1200px) {
  .owl-carousel .product .product-image-container {
    min-height: 255px;
  }
}
.product .product-image-container > .product-image-link {
  display: block;
}
.product .product-image-container > .product-image-link:before {
  content: '';
  display: block;
  background: radial-gradient(ellipse at center, #f4f4f4 0%, #f4f4f4 25%, rgba(244, 244, 244, 0) 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
  transition: all 0.4s ease;
  visibility: hidden;
  opacity: 0;
}
.product .product-image-container img {
  display: block;
  width: 100%;
  height: auto;
}
.product .product-label {
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 10;
  color: #262634;
  background-color: #fff;
  font-weight: 500;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.025em;
  padding: 4px 4px 2px;
  min-width: 39px;
  text-align: center;
}
.product .product-title {
  font-weight: 500;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #717179;
  margin-bottom: 1px;
}
.product .product-title a {
  color: #717179;
}
.product .product-title a:hover,
.product .product-title a:focus {
  color: #262634;
}
.product .product-price {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7;
  color: #262634;
}
.product .btn-quick-view {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 20;
  font-weight: 500;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.025em;
  padding: 4px 7px 2px;
  min-width: 85px;
  text-align: center;
  color: #dc9831;
  background-color: #fff;
  text-transform: uppercase;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.product .btn-quick-view:hover,
.product .btn-quick-view:focus {
  background-color: #dc9831;
  color: #fff;
}
.product .icon-product {
  display: inline-block;
  width: 19px;
  height: 19px;
  background-image: url("../images/icon-product.png");
  background-repeat: no-repeat;
}
.product .icon-product.icon-heart {
  background-position: 0 0;
}
.product .icon-product.icon-bar {
  background-position: -19px 0;
}
.product .icon-product.icon-bag {
  background-position: -38px 0;
}
.product .product-action {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  display: -ms-flexbox;
  display: flex;
  align-itens: center;
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: 5px;
  z-index: 40;
}
.product .product-action .btn-product {
  display: inline-block;
  font-size: 11px;
  line-height: 1.5;
  text-align: center;
  padding: 6px 0;
  margin: 0;
  border: none;
  transition: all 0.4s ease;
}
.product .product-action .btn-product > i,
.product .product-action .btn-product > span {
  vertical-align: middle;
}
.product .product-action .btn-product.btn-wishlist,
.product .product-action .btn-product.btn-compare {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
  width: 34px;
}
.product .product-action .btn-product.btn-wishlist:hover,
.product .product-action .btn-product.btn-wishlist:focus,
.product .product-action .btn-product.btn-compare:hover,
.product .product-action .btn-product.btn-compare:focus {
  color: #fff;
  background-color: #dc9831;
}
.product .product-action .btn-product.btn-wishlist:hover .icon-product.icon-heart,
.product .product-action .btn-product.btn-wishlist:focus .icon-product.icon-heart,
.product .product-action .btn-product.btn-compare:hover .icon-product.icon-heart,
.product .product-action .btn-product.btn-compare:focus .icon-product.icon-heart {
  background-position: 0 -19px;
}
.product .product-action .btn-product.btn-wishlist:hover .icon-product.icon-bar,
.product .product-action .btn-product.btn-wishlist:focus .icon-product.icon-bar,
.product .product-action .btn-product.btn-compare:hover .icon-product.icon-bar,
.product .product-action .btn-product.btn-compare:focus .icon-product.icon-bar {
  background-position: -19px -19px;
}
.product .product-action .btn-product.btn-add-cart {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0 5px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  color: #fff;
  background-color: #262634;
  padding-right: 2px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-item .product .product-action .btn-product.btn-add-cart {
    padding-right: 0;
  }
}
.product .product-action .btn-product.btn-add-cart span {
  margin-left: 3px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-item .product .product-action .btn-product.btn-add-cart span {
    display: none;
  }
}
.product .product-action .btn-product.btn-add-cart:hover,
.product .product-action .btn-product.btn-add-cart:focus {
  background-color: #dc9831;
}
.product:hover .product-image-container > a:before {
  visibility: visible;
  opacity: 0.65;
}
.product:hover .btn-quick-view,
.product:hover .product-action {
  visibility: visible;
  opacity: 1;
}
.ratings-container {
  margin-bottom: 10px;
  line-height: 1;
}
.ratings-container .product-ratings,
.ratings-container .ratings {
  display: inline-block;
  font-size: 17px;
  letter-spacing: 0.06em;
  line-height: 1;
  position: relative;
  font-family: FontAwesome;
}
.ratings-container .product-ratings {
  height: 17px;
}
.ratings-container .product-ratings:before {
  content: "\f005 " "\f005 " "\f005 " "\f005 " "\f005";
  color: #c7c7c7;
}
.ratings-container .ratings {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
}
.ratings-container .ratings:before {
  content: "\f005 " "\f005 " "\f005 " "\f005 " "\f005";
  color: #dc9831;
}
/* Sidebar Shop */
.sidebar.sidebar-shop {
  margin-bottom: 57px;
}
.sidebar.sidebar-shop .widget-title {
  font-size: 18px;
  margin-bottom: 18px;
}
.sidebar.sidebar-shop .widget {
  margin-bottom: 30px;
}
.sidebar.sidebar-shop .widget.widget-box {
  background-color: #f4f4f4;
  padding: 31px 25px 27px 25px;
  margin-bottom: 29px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar.sidebar-shop .widget.widget-box {
    padding-top: 25px;
    padding-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .sidebar.sidebar-shop .widget.widget-box {
    padding-left: 15px;
    padding: 25px 15px 20px 15px;
  }
}
.sidebar.sidebar-shop .widget.widget-box .widget-title {
  margin-bottom: 24px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar.sidebar-shop .widget.widget-box .widget-title {
    margin-bottom: 14px;
  }
}
.sidebar.sidebar-shop .widget.widget-shop-filter,
.sidebar.sidebar-shop .widget.widget-shop-category {
  display: none;
}
.sidebar.sidebar-shop .widget.widget-shop-filter.active,
.sidebar.sidebar-shop .widget.widget-shop-category.active {
  display: block;
}
.sidebar.sidebar-shop .btn-category,
.sidebar.sidebar-shop .btn-filter {
  display: inline-block;
  font: 400 13px/1.5 "Oswald", sans-serif;
  text-transform: uppercase;
  color: #fff;
  background-color: #b8b8b8;
  padding: 2px 6px 2px 8px;
  letter-spacing: 0.1em;
  float: right;
  margin-top: -2px;
  transition: all 0.4s;
}
.sidebar.sidebar-shop .btn-category:hover,
.sidebar.sidebar-shop .btn-category:focus,
.sidebar.sidebar-shop .btn-filter:hover,
.sidebar.sidebar-shop .btn-filter:focus {
  background-color: #dc9831;
}
.sidebar.sidebar-shop .btn-category i,
.sidebar.sidebar-shop .btn-filter i {
  font-size: 12px;
  margin-left: 6px;
  position: relative;
  top: -1px;
}
.sidebar.sidebar-shop ul,
.sidebar.sidebar-shop .accordion {
  text-transform: uppercase;
}
.sidebar.sidebar-shop ul li,
.sidebar.sidebar-shop .accordion li {
  position: relative;
  padding: 5.5px 0;
  margin-bottom: 9px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar.sidebar-shop ul li,
  .sidebar.sidebar-shop .accordion li {
    padding: 3px 0;
    margin-top: 5px;
    margin-bottom: 0;
  }
}
.sidebar.sidebar-shop ul li:last-child,
.sidebar.sidebar-shop .accordion li:last-child {
  margin-bottom: 0;
}
.sidebar.sidebar-shop ul li a,
.sidebar.sidebar-shop .accordion li a {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.07em;
  color: #525260;
  transition: color 0.4s;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar.sidebar-shop ul li a,
  .sidebar.sidebar-shop .accordion li a {
    font-size: 12px;
  }
}
.sidebar.sidebar-shop ul li a i,
.sidebar.sidebar-shop .accordion li a i {
  margin-right: 10px;
  color: #b8b8b8;
  position: relative;
  top: -1px;
  transition: color 0.4s;
}
.sidebar.sidebar-shop ul li a:hover,
.sidebar.sidebar-shop ul li a:focus,
.sidebar.sidebar-shop .accordion li a:hover,
.sidebar.sidebar-shop .accordion li a:focus {
  color: #262634;
}
.sidebar.sidebar-shop ul li a:hover i,
.sidebar.sidebar-shop ul li a:focus i,
.sidebar.sidebar-shop .accordion li a:hover i,
.sidebar.sidebar-shop .accordion li a:focus i {
  color: #262634;
}
.sidebar.sidebar-shop ul li.active > a,
.sidebar.sidebar-shop ul li.open > a,
.sidebar.sidebar-shop .accordion li.active > a,
.sidebar.sidebar-shop .accordion li.open > a {
  color: #262634;
  font-weight: 600;
}
.sidebar.sidebar-shop ul li.active > a i,
.sidebar.sidebar-shop ul li.open > a i,
.sidebar.sidebar-shop .accordion li.active > a i,
.sidebar.sidebar-shop .accordion li.open > a i {
  color: #262634;
}
.sidebar.sidebar-shop ul li ul,
.sidebar.sidebar-shop .accordion li ul {
  margin: 0 0 0 20px;
}
/*.sidebar.sidebar-shop ul li ul li:first-child,
.sidebar.sidebar-shop .accordion li ul li:first-child {
  padding-top: 23.5px;
}*/
.sidebar.sidebar-shop ul li ul li:last-child,
.sidebar.sidebar-shop .accordion li ul li:last-child {
  padding-bottom: 9.5px;
}
.sidebar.sidebar-shop .filter-color-list {
  padding-top: 7px;
  margin-bottom: 10px;
}
.sidebar.sidebar-shop .filter-color-list li {
  cursor: pointer;
  margin: 0 0 20px;
  padding: 0;
}
.sidebar.sidebar-shop .accordion-btn {
  position: absolute;
  width: 22px;
  height: 22px;
  z-index: 10;
  right: -6px;
  top: 6px;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
}
.sidebar.sidebar-shop .accordion-btn:after,
.sidebar.sidebar-shop .accordion-btn:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -1px;
  margin-left: -5px;
  width: 10px;
  height: 2px;
  background-color: #262634;
  transition: all 0.35s;
  transform-origin: center center;
}
.sidebar.sidebar-shop .accordion-btn.collapsed:before {
  transform: rotate(-90deg);
}
.sidebar.sidebar-shop .accordion-btn.collapsed:before,
.sidebar.sidebar-shop .accordion-btn.collapsed:after {
  background-color: #a8a8b1;
}
.sidebar.sidebar-shop .accordion-btn.collapsed:hover:after,
.sidebar.sidebar-shop .accordion-btn.collapsed:hover:before,
.sidebar.sidebar-shop .accordion-btn.collapsed:focus:after,
.sidebar.sidebar-shop .accordion-btn.collapsed:focus:before {
  background-color: #262634;
}
.sidebar.sidebar-shop .filter-label {
  padding: 6px 0;
  margin: 0 0 9px;
  font: 600 14px/1.5 "Poppins", sans-serif;
  letter-spacing: 0.07em;
  color: #262634;
  text-transform: uppercase;
}
.sidebar.sidebar-shop .filter-label .filter-price-text {
  position: relative;
  float: right;
  bottom: -2px;
  font-size: 13px;
  font-weight: 500;
  color: #525260;
  letter-spacing: 0.05em;
}
.sidebar.sidebar-shop .price-slider-wrapper {
  padding-top: 9px;
  margin-bottom: 34px;
}
.sidebar.sidebar-shop .btn.btn-apply {
  font-size: 13px;
  letter-spacing: 0.075em;
  padding-top: 15px;
  padding-bottom: 11px;
  background-color: #fff;
  border-color: #f6e4ca;
  color: #dc9831;
}
.sidebar.sidebar-shop .btn.btn-apply:hover,
.sidebar.sidebar-shop .btn.btn-apply:focus {
  background-color: #dc9831;
  border-color: #dc9831;
  color: #fff;
}
.sidebar.sidebar-shop .filter-box {
  margin-bottom: 30px;
}
.sidebar.sidebar-shop .filter-box .row {
  margin: 0 -4px;
}
.sidebar.sidebar-shop .filter-box .row [class*="col-"] {
  padding: 0 4px;
}
.sidebar.sidebar-shop .widget-banner {
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
}
.sidebar.sidebar-shop .widget-banner .banner {
  margin-bottom: 0;
}
.sidebar.sidebar-shop .widget-newsletter {
  margin-bottom: 35px;
}
.sidebar.sidebar-shop .widget-newsletter p {
  line-height: 1.7;
  margin-bottom: 29px;
  color: #989898;
}
.sidebar.sidebar-shop .widget-newsletter .form-group {
  position: relative;
  margin-bottom: 9px;
}
.sidebar.sidebar-shop .widget-newsletter .form-group img {
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -5px;
  z-index: 3;
}
.sidebar.sidebar-shop .widget-newsletter .form-control {
  font-size: 12px;
  letter-spacing: 0.05em;
  padding: 14.5px 50px 12.5px 24px;
  margin-bottom: 0;
  height: 46px;
}
.sidebar.sidebar-shop .widget-newsletter .form-control:not(:focus) {
  border-color: #e6e6e6;
}
.sidebar.sidebar-shop .widget-newsletter .form-control::-webkit-input-placeholder {
  color: #8b8b97;
  text-transform: uppercase;
}
.sidebar.sidebar-shop .widget-newsletter .form-control:-ms-input-placeholder {
  color: #8b8b97;
  text-transform: uppercase;
}
.sidebar.sidebar-shop .widget-newsletter .form-control::placeholder {
  color: #8b8b97;
  text-transform: uppercase;
}
.sidebar.sidebar-shop .widget-newsletter .btn {
  font-size: 13px;
  letter-spacing: 0.075em;
  padding-top: 15px;
  padding-bottom: 11px;
  background-color: #fff;
  border-color: #f6e4ca;
  color: #dc9831;
}
.sidebar.sidebar-shop .widget-newsletter .btn:hover,
.sidebar.sidebar-shop .widget-newsletter .btn:focus {
  background-color: #dc9831;
  border-color: #dc9831;
  color: #fff;
}
.sidebar.sidebar-shop .widget-testimonial {
  font-weight: 500;
  line-height: 1.7;
  padding: 26px 20px 29px;
  background-color: #f4f4f4;
}
.sidebar.sidebar-shop .widget-testimonial .testimonial {
  text-align: center;
}
.sidebar.sidebar-shop .widget-testimonial .testimonial img {
  display: inline-block;
  max-width: 62px;
  height: auto;
  border-radius: 50%;
  margin-bottom: 16px;
}
.sidebar.sidebar-shop .widget-testimonial .testimonial .testimonial-owner {
  font-weight: 500;
  line-height: 1.7;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  margin-bottom: 0;
}
.sidebar.sidebar-shop .widget-testimonial .testimonial .testimonial-owner-position {
  margin-bottom: 22px;
}
.sidebar.sidebar-shop .widget-testimonial .testimonial p {
  max-width: 190px;
  margin: 0 auto;
  color: #989898;
}
.sidebar.sidebar-shop .widget-testimonial .owl-dots {
  line-height: 1;
  margin-top: 25px;
}
#product-menu-3 > a {
  display: none;
}
#product-menu-15 > a {
  display: none;
}
.sidebar.sidebar-shop ul.product-menu > li > ul.pod-product-menu {
  margin-left: 0;
}
.filter-color-list li {
  cursor: pointer;
  margin: 0;
  padding: 0;
  font-weight: 500;
  color: #525260;
  font-size: 0;
  transition: color 0.4s;
}
.filter-color-list li .filter-color {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 16px;
  vertical-align: middle;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .filter-color-list li .filter-color {
    margin-right: 8px;
  }
}
.filter-color-list li .filter-color-text {
  display: inline-block;
  font-size: 13px;
  line-height: 1 !important;
  padding-top: 2px;
  vertical-align: middle;
  letter-spacing: 0.075em;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .filter-color-list li .filter-color-text {
    font-size: 10px;
  }
}
.filter-color-list li:hover {
  color: #262634;
}
/*! nouislider - 9.2.0 - 2017-01-11 10:35:35 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}
.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-origin {
  position: absolute;
  height: 0;
  width: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,
.noUi-handle {
  transform: translate3d(0, 0, 0);
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 3px;
}
.noUi-horizontal .noUi-handle {
  width: 12px;
  height: 12px;
  left: -6px;
  top: -5px;
}
/* Styling */
.noUi-base {
  background: #d1d1d3;
}
.noUi-connect {
  background: #e7b870;
  transition: background 450ms;
}
/* Handles and cursors */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-handle {
  border-radius: 50%;
  background: #262634;
  cursor: default;
}
/* ----------- 8.Product --------------
--------------------------------------*/
/* Product Single - product.html */
.product-gallery-container {
  margin-bottom: 40px;
  padding: 0 15px;
  max-width: 100%;
}
@media (min-width: 992px) {
  .product-gallery-container {
    margin-bottom: 60px;
    float: left;
    width: 58.45%;
  }
}
.product-zoom-wrapper {
  margin-bottom: 25px;
  overflow: hidden;
}
.product-zoom-wrapper .xzoom {
  display: block;
  max-width: 100%;
  height: auto;
}
/* Compatibility styles for frameworks like bootstrap, foundation e.t.c */
.xzoom-source img,
.xzoom-preview img,
.xzoom-lens img {
  display: block;
  max-width: none;
  max-height: none;
}
/* xZoom Styles below */
.xzoom-container {
  display: inline-block;
}
.xzoom-thumbs {
  text-align: center;
  margin-bottom: 10px;
}
/* Thumbs */
.xzoom-gallery {
  border: 1px solid #cecece;
  margin-left: 5px;
  margin-bottom: 10px;
}
.xzoom-source,
.xzoom-hidden {
  display: block;
  position: static;
  float: none;
  clear: both;
}
/* Everything out of border is hidden */
.xzoom-hidden {
  overflow: hidden;
}
/* Preview */
.xzoom-preview {
  border: 1px solid #eee;
  background: #eee;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
/* Lens */
.xzoom-lens {
  border: 1px solid #bdbdbd;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  cursor: crosshair;
}
/* Loading */
.xzoom-loading {
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
  opacity: 0.7;
  background: url(../images/loading.gif);
  width: 36px;
  height: 36px;
}
/* Additional class that applied to thumb when it is active */
.xactive {
  border: 1px solid #4aaad2;
}
/* Caption */
.xzoom-caption {
  position: absolute;
  bottom: -43px;
  left: 0;
  background: #000;
  width: 100%;
  text-align: left;
}
.xzoom-caption span {
  color: #fff;
  font-family: Arial, sans-serif;
  display: block;
  font-size: 0.75em;
  font-weight: bold;
  padding: 10px;
}
.product-gallery a {
  display: block;
  border: 1px solid #eaeced;
}
.product-gallery-wrapper {
  margin-top: 4px;
  padding: 0 25px;
}
.product-gallery-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
.product-gallery-wrapper .owl-nav {
  position: static;
  top: auto;
  right: auto;
  margin: 0;
}
.product-gallery-wrapper .owl-next,
.product-gallery-wrapper .owl-prev {
  position: absolute;
  top: 50%;
  font-size: 24px;
  transform: translateY(-50%);
  padding: 0 5px;
  z-index: 10;
  margin: 0;
}
.product-gallery-wrapper .owl-prev {
  left: auto;
  right: 100%;
  margin-right: 6px;
}
.product-gallery-wrapper .owl-next {
  right: auto;
  left: 100%;
  margin-left: 6px;
}
.product-details {
  margin-bottom: 40px;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .product-details {
    margin-bottom: 50px;
    float: left;
    width: 41.55%;
  }
}
.product-details .product-title {
  color: #262634;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 21px;
  letter-spacing: 0.07em;
  max-width: 325px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .product-details .product-title {
    margin-top: 36px;
  }
}
@media (min-width: 1200px) {
  .product-details .product-title {
    margin-top: 66px;
  }
}
.product-details .product-meta-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.product-details .product-meta-row .product-price-container {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.product-details .product-meta-row .product-price-container .product-price {
  font-weight: 500;
  font-size: 23px;
  letter-spacing: 0.05em;
  color: #dc9831;
}
.product-details .product-meta-row .product-ratings-wrapper {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: right;
}
.product-details .product-meta-row .ratings-container {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 0;
}
.product-details .product-meta-row .ratings-link {
  display: inline-block;
  font-weight: 500;
  color: #7e6f5c;
  text-decoration: underline;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
.product-details .product-meta-row .ratings-link:hover,
.product-details .product-meta-row .ratings-link:focus {
  color: #dc9831;
}
.product-details .product-content {
  font-size: 14px;
  color: #5e5e65;
  line-height: 1.7;
  letter-spacing: 0.045em;
  margin-bottom: 22px;
}
.product-details .product-content p:last-child {
  margin-bottom: 0;
}
.product-details .product-meta-list {
  font-size: 14px;
  margin-bottom: 18px;
  letter-spacing: 0.05em;
}
.product-details .product-stock {
  color: #dc9831;
}
.product-details label {
  font: 500 13px/1.6 "Oswald", sans-serif;
  letter-spacing: 0.05em;
  color: #262634;
  margin: 0 0 5px;
  text-transform: uppercase;
}
.product-details .filter-color-list,
.product-details .filter-size-list {
  margin-bottom: 15px;
}
.product-details .filter-color-list:after,
.product-details .filter-size-list:after {
  content: '';
  display: table;
  clear: both;
}
.product-details .filter-color-list li,
.product-details .filter-size-list li {
  float: left;
  margin-right: 8px;
  margin-bottom: 8px;
}
.product-details .filter-color-list li .filter-color,
.product-details .filter-color-list li .filter-size,
.product-details .filter-size-list li .filter-color,
.product-details .filter-size-list li .filter-size {
  width: 33px;
  height: 33px;
  border: 1px solid #dfdfdf;
  margin: 0;
  box-shadow: inset 0 0 0 3px #fff;
  transition: border 0.3s;
}
.product-details .filter-color-list li:hover .filter-color,
.product-details .filter-color-list li:hover .filter-size,
.product-details .filter-size-list li:hover .filter-color,
.product-details .filter-size-list li:hover .filter-size {
  border-color: #dc9831;
}
.product-details .filter-color-list li.active .filter-color,
.product-details .filter-color-list li.active .filter-size,
.product-details .filter-size-list li.active .filter-color,
.product-details .filter-size-list li.active .filter-size {
  border-color: #262634;
}
.product-details .filter-size-list li .filter-size {
  color: #000;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  font: 700 12px/31px "Oswald", sans-serif;
  text-transform: uppercase;
}
.product-details .product-action {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}
.product-details .product-action .product-quantity {
  position: relative;
  display: inline-block;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 30px;
  padding-right: 32px;
}
.product-details .product-action .product-quantity .form-control {
  margin-bottom: 0;
  width: 92px;
  height: 59px;
  text-align: center;
  border-color: #dfdfdf;
  font-size: 14px;
  font-weight: 700;
  color: #262634;
  font-family: "Oswald", sans-serif;
  padding: 21px 15px 18px;
}
.product-details .product-action .product-quantity .bootstrap-touchspin .input-group-btn-vertical > .btn {
  position: absolute;
  left: 100%;
  margin: 0 0 0 4px;
  width: 28px;
  height: 28px;
  padding: 0;
  color: #262634;
  font-size: 10px;
  text-align: center;
  border: 1px solid #dfdfdf;
}
.product-details .product-action .product-quantity .bootstrap-touchspin .input-group-btn-vertical > .btn i {
  position: relative;
  top: 0;
}
.product-details .product-action .product-quantity .bootstrap-touchspin .input-group-btn-vertical > .btn:hover,
.product-details .product-action .product-quantity .bootstrap-touchspin .input-group-btn-vertical > .btn:focus {
  color: #fff;
  border-color: #262634;
  background-color: #262634;
}
.product-details .product-action .product-quantity .bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-up {
  top: 0;
}
.product-details .product-action .product-quantity .bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-down {
  top: 31px;
}
.product-details .product-action > .btn {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 14px;
  padding: 20px 20px 17px;
}
/* Product Details Tab */
.product-details-tab {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .product-details-tab {
    margin-bottom: 60px;
  }
}
.product-details-tab .tab-content {
  color: #5e5e65;
}
.product-details-tab .tab-content p {
  letter-spacing: 0.05em;
}
.product-details-tab .table-responsive {
  margin-bottom: 0;
}
.product-info-table {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
.product-info-table tbody {
  border-bottom: none;
}
.product-info-table tbody tr td {
  color: #5e5e65;
  padding: 7.5px 0;
  vertical-align: top;
}
.product-info-table tbody tr td:first-child {
  width: 135px;
  padding-right: 20px;
  font-size: 13px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  color: #262634;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .product-info-table tbody tr td:last-child {
    white-space: normal;
  }
}
.product-info-table tbody tr:first-child td {
  padding-top: 4px;
}
.product-info-table tbody tr:last-child td {
  padding-bottom: 0;
}
.rate-field {
  border: none;
  float: left;
}
.rate-field:after {
  content: '';
  display: table;
  clear: both;
}
.rate-field > input {
  display: none;
}
.rate-field > label:before {
  margin: 3px 1px 0;
  font-size: 17px;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}
.rate-field > label {
  color: #c7c7c7;
  float: right;
  margin-bottom: 0;
  cursor: pointer;
}
.rate-field > input:checked ~ label,
.rate-field:not(:checked) > label:hover,
.rate-field:not(:checked) > label:hover ~ label {
  color: #dc9831;
}
.rate-field > input:checked + label:hover,
.rate-field > input:checked ~ label:hover,
.rate-field > label:hover ~ input:checked ~ label,
.rate-field > input:checked ~ label:hover ~ label {
  color: #e5b162;
}
.product-reviews.comments {
  margin-bottom: 0;
  margin-top: 40px;
}
.product-reviews.comments .media .media-left {
  padding: 0;
  max-width: 68px;
}
@media (min-width: 768px) {
  .product-reviews.comments .media .media-left {
    padding-left: 8px;
  }
}
@media (max-width: 480px) {
  .product-reviews.comments .media .media-left {
    max-width: 42px;
  }
}
.product-reviews.comments .media .media-body {
  padding-left: 38px;
  letter-spacing: 0;
}
.product-reviews.comments .media .media-body p {
  letter-spacing: 0;
}
@media (max-width: 480px) {
  .product-reviews.comments .media .media-body {
    padding-left: 14px;
  }
}
.product-reviews.comments .comment {
  position: relative;
}
.product-reviews.comments .comment h4 {
  padding-right: 90px;
}
.product-reviews.comments .comment .ratings-container {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
}
.comment-respond {
  margin-bottom: 70px;
}
.comment-respond h3 {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .comment-respond {
    margin-bottom: 90px;
  }
}
.comment-respond textarea.form-control {
  min-height: 162px;
}
/* ----------- 9.Cart --------------
--------------------------------------*/
@media (min-width: 768px) {
  .product-col {
    width: 370px;
  }
}
@media (max-width: 767px) {
  .product-col {
    min-width: 320px;
  }
}
.product-col .product {
  margin-bottom: 0;
}
.product-col .product .product-image-container {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 0;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .product-col .product .product-image-container {
    margin-right: 15px;
  }
}
.product-col .product .product-title {
  display: inline-block;
  color: #262634;
}
.product-col .product .product-title a {
  color: #262634;
}
.product-col .product .product-title a:hover,
.product-col .product .product-title a:focus {
  color: #dc9831;
}
.product-col .product:after {
  content: '';
  display: table;
  clear: both;
}
.price-col {
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (min-width: 1200px) {
  .price-col {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .price-col {
    min-width: 120px;
  }
}
.total-col {
  font-weight: 500;
  letter-spacing: 0.05em;
  width: 80px;
}
@media (max-width: 767px) {
  .total-col {
    width: auto;
    min-width: 80px;
  }
}
@media (max-width: 767px) {
  .quantity-col {
    width: auto;
    min-width: 140px;
  }
}
.quantity-col .form-control {
  max-width: 87px;
  border-color: #e0e0e0;
  height: auto;
  font-size: 14px;
  padding-top: 11.5px;
  padding-bottom: 8.5px;
  padding-left: 15px;
  padding-right: 28px;
}
.delete-col {
  text-align: right;
  width: 20px;
}
.btn-delete {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  margin-top: 15px;
}
.btn-delete:before,
.btn-delete:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #5e5e65;
  transform-origin: center center;
  transition: background 0.4s;
}
.btn-delete:before {
  transform: rotate(45deg);
}
.btn-delete:after {
  transform: rotate(135deg);
}
.btn-delete:hover:before,
.btn-delete:hover:after,
.btn-delete:focus:before,
.btn-delete:focus:after {
  background-color: #dc9831;
}
.cart-discount {
  max-width: 455px;
  padding-top: 2px;
  margin-bottom: 40px;
}
.cart-discount h3 {
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.cart-discount p {
  font-size: 14px;
  color: #5e5e65;
  letter-spacing: 0.05em;
  margin-bottom: 27px;
}
@media (min-width: 481px) {
  .cart-discount p {
    margin-bottom: 39px;
  }
}
.cart-discount .form-control {
  border-color: #e0e0e0;
  float: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 13px;
  font-weight: 400;
  padding: 13.5px 16px 10.5px;
  height: 44px;
}
.cart-discount .form-control:focus {
  border-color: #262634;
}
.cart-discount .btn {
  color: #838282;
  border-color: #e0e0e0;
  background-color: #e0e0e0;
}
@media (min-width: 481px) {
  .cart-discount .btn {
    min-width: 150px;
  }
}
.cart-discount .btn:hover,
.cart-discount .btn:focus {
  color: #fff;
  border-color: #262634;
  background-color: #262634;
}
.cart-proceed {
  text-align: right;
  margin-bottom: 60px;
  margin-top: -2px;
}
@media (min-width: 768px) {
  .cart-proceed {
    margin-bottom: 70px;
  }
}
.cart-proceed p {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #262634;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 7px;
  letter-spacing: 0.075em;
}
.cart-proceed p span:first-child {
  margin-right: 10px;
}
.cart-proceed .cart-total {
  font-size: 17px;
  margin-bottom: 38px;
}
.cart-proceed .cart-total span:first-child {
  margin-right: 12px;
}
.cart-proceed .btn {
  text-align: center;
  min-width: 220px;
}
/* ----------- 10.Checkout --------------
--------------------------------------*/
.checkout-tabs {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .checkout-tabs {
    margin-bottom: 80px;
  }
}
.checkout-tabs .nav.nav-tabs {
  border-bottom-width: 2px;
}
.checkout-tabs .nav.nav-tabs > li > a {
  text-align: center;
  font-size: 17px;
  padding-bottom: 14px;
}
.checkout-tabs .nav.nav-tabs > li > a:before {
  bottom: -2px;
}
.checkout-tabs .nav.nav-tabs > li > a > span {
  display: block;
  margin-bottom: 10px;
  color: #717179;
}
.checkout-tabs .nav.nav-tabs > li > a:hover > span {
  color: #dc9831;
}
.checkout-tabs .nav.nav-tabs > li.active > a > span {
  color: #dc9831;
}
.checkout-tabs .tab-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 0 39px;
  border-bottom: 1px solid #e9e9ea;
  margin-bottom: 39px;
}
.checkout-tabs .tab-header h4 {
  font-size: 15px;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 3px;
  margin-right: 35px;
}
@media (max-width: 767px) {
  .checkout-tabs .tab-header {
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 8px;
    padding-bottom: 19px;
    margin-bottom: 24px;
  }
  .checkout-tabs .tab-header h4 {
    margin-bottom: 8px;
  }
}
.checkout-tabs .tab-header .radio-img {
  display: inline-block;
  margin-right: 23px;
  max-width: 46px;
  height: auto;
}
@media (max-width: 480px) {
  .checkout-tabs .tab-header .radio-img {
    display: none;
  }
}
.checkout-tabs .tab-header .radio {
  margin-right: 42px;
}
.checkout-tabs .tab-header .radio:last-child {
  margin-right: 0;
}
.checkout-tabs .tab-header .radio + .radio {
  margin-left: 0;
}
.checkout-tabs .tab-header .radio label {
  font-size: 13px;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}
.checkout-tabs .tab-header .radio label .circle {
  top: -1px;
}
.checkout-tabs .tab-header .radio label .check {
  top: 5px;
}
.checkout-tabs h3 {
  font-size: 17px;
  margin-bottom: 15px;
}
.checkout-tabs hr {
  margin-top: 0;
}
.checkout-tabs .check-as-guest {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .checkout-tabs .check-as-guest {
    margin-bottom: 50px;
  }
}
.checkout-tabs .signin-form {
  margin-left: 0;
}
.checkout-tabs .form-action {
  padding-top: 10px;
}
.checkout-tabs .form-action .checkbox {
  margin: 5.5px 0;
}
@media (max-width: 767px) {
  .checkout-tabs .form-action .checkbox.pull-right {
    float: none !important;
  }
}
.checkout-tabs .checkbox .checkbox-box .check:before {
  transform: translateX(-50%) translateY(-50%);
}
.target-area {
  display: none;
}
.target-area h2,
.target-area h3 {
  text-transform: uppercase;
  margin-bottom: 6px;
}
.target-area.active {
  display: block;
}
.target-area .checkbox label,
.target-area .radio label {
  color: #262634;
}
.target-area .btn-wrap {
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
}
.target-area .btn-wrap > span {
  background-color: #dc9831;
  text-align: center;
  color: #fff;
  font-size: 13px;
  min-width: 82px;
  border-right: 1px solid #fff;
  padding: 10px 10px 4px;
}
.target-area .btn-wrap .btn {
  min-width: 116px;
}
.target-area .form-with-icon.form-control {
  padding-right: 55px;
}
.target-area .form-icon {
  display: block;
  position: absolute;
  right: 14px;
  bottom: 12px;
  z-index: 9;
}
.target-area span.form-icon {
  opacity: 0.5;
  line-height: 0;
  transition: all 0.4s;
}
.target-area span.form-icon:hover {
  opacity: 1;
}
.checkout-confirm {
  text-align: center;
  padding-top: 22px;
  max-width: 460px;
  margin: 0 auto 50px;
  font-size: 14px;
  line-height: 1.78;
  color: #5e5e65;
  letter-spacing: 0.05em;
}
.checkout-confirm h3 {
  color: #dc9831;
  font-size: 23px;
  line-height: 1;
  margin-bottom: 12px;
  margin-top: 25px;
  letter-spacing: 0.085em;
  text-transform: uppercase;
}
.checkout-confirm h4 {
  color: #262634;
  font-weight: 600;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  margin-bottom: 28px;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}
/* ----------- 11.Portfolio -------------
--------------------------------------*/
/* Portfolio */
.portfolio-filter {
  font-size: 0;
  border-bottom: 2px solid #e9e9ea;
  margin: 0 0 40px;
}
.portfolio-filter li {
  position: relative;
  display: inline-block;
  margin-right: 30px;
}
@media (min-width: 992px) {
  .portfolio-filter li {
    margin-right: 50px;
  }
}
.portfolio-filter li:last-child {
  margin-right: 0;
}
.portfolio-filter li:after {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: -2px;
  display: block;
  height: 2px;
  background-color: #dc9831;
  transition: all 0.3s;
}
.portfolio-filter li a {
  display: inline-block;
  color: #262634;
  font-size: 14px;
  line-height: 1.42;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  padding: 8px 0 12px;
  transition: all 0.3s;
}
.portfolio-filter li a:hover,
.portfolio-filter li a:focus {
  color: #dc9831;
}
.portfolio-filter li.active:after {
  left: 0;
  right: 0;
}
.portfolio-filter li.active a {
  color: #262634;
}
.portfolio-container {
  transition: all 0.45s;
  margin-bottom: 0;
}
.portfolio-container:after {
  content: '';
  display: table;
  clear: both;
}
.portfolio-container .portfolio-item {
  float: left;
}
.portfolio-row {
  margin-left: -15px;
  margin-right: -15px;
}
.portfolio-row > .portfolio-container > .portfolio-item {
  padding: 0 15px;
}
.portfolio-row:after {
  content: '';
  display: table;
  clear: both;
}
@media (min-width: 481px) {
  .max-col-4 .portfolio-item,
  .max-col-3 .portfolio-item,
  .max-col-2 .portfolio-item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .max-col-3 .portfolio-item {
    width: 33.3%;
  }
}
@media (min-width: 768px) {
  .max-col-4 .portfolio-item {
    width: 33.3%;
  }
}
@media (min-width: 1200px) {
  .max-col-4 .portfolio-item {
    width: 25%;
  }
}
.portfolio-item {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 45px;
}
.portfolio-item figure {
  position: relative;
  margin-bottom: 19px;
  transition: box-shadow 0.3s;
}
.portfolio-item figure img {
  display: block;
  width: 100%;
  height: auto;
}
.portfolio-item figure:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(29, 29, 29, 0.35);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease;
  z-index: 2;
}
.portfolio-item figure .btn-detail {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  min-width: 123px;
  text-align: center;
  margin-top: -16px;
  margin-left: -61.5px;
  font-size: 11px;
  line-height: 1.8;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #fff;
  background-color: #262634;
  padding: 6.5px 10px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, background-color 0.4s ease;
  border: none;
}
.portfolio-item figure .btn-detail:hover,
.portfolio-item figure .btn-detail:focus {
  color: #fff;
  background-color: #dc9831;
}
.portfolio-item .portfolio-meta {
  position: relative;
  margin-top: 0;
  padding: 0;
}
.portfolio-item .portfolio-title {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  color: #101016;
  text-transform: uppercase;
  margin: 0 0 2px;
  letter-spacing: 0;
}
.portfolio-item .portfolio-tags {
  font-size: 12px;
  line-height: 1.67;
  font-weight: 500;
  text-transform: uppercase;
  color: #808080;
  letter-spacing: 0.08em;
}
.portfolio-item .portfolio-tags a {
  color: #808080;
}
.portfolio-item .portfolio-tags a:hover,
.portfolio-item .portfolio-tags a:focus {
  color: #262634;
}
.portfolio-item:hover figure,
.portfolio-item:focus figure {
  box-shadow: 8px 9px 20px rgba(0, 0, 0, 0.07), -4px -5px 10px rgba(0, 0, 0, 0.03);
}
.portfolio-item:hover figure:before,
.portfolio-item:hover figure .btn-detail,
.portfolio-item:focus figure:before,
.portfolio-item:focus figure .btn-detail {
  visibility: visible;
  opacity: 1;
}
.owl-carousel .portfolio-item {
  margin-bottom: 0;
}
/* Single Portfolio */
.page-header.portfolio-header {
  margin: 0;
}
@media (min-width: 768px) {
  .page-header.portfolio-header {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.single-portfolio-media {
  margin-bottom: 34px;
}
.single-portfolio-media img {
  display: block;
  width: 100%;
  height: auto;
}
.single-portfolio-media img + img {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .single-portfolio-media {
    margin-bottom: 24px;
  }
}
.single-portfolio-meta {
  text-transform: uppercase;
  margin-bottom: 32px;
}
.single-portfolio-meta a {
  color: #b8b8c5;
}
.single-portfolio-meta a:hover,
.single-portfolio-meta a:focus {
  color: #262634;
}
.single-portfolio-meta .single-portfolio-info {
  float: left;
  margin-top: 6px;
}
.single-portfolio-meta .single-portfolio-info,
.single-portfolio-meta label {
  color: #b8b8c5;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
}
.single-portfolio-meta label {
  margin-right: 7px;
}
.single-portfolio-meta .btn.btn-website {
  float: right;
  background-color: #262634;
  border: none;
  font-size: 11px;
  line-height: 1.5;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  min-width: 160px;
  padding: 8px 10px;
}
.single-portfolio-meta .btn.btn-website:hover,
.single-portfolio-meta .btn.btn-website:focus {
  background-color: #dc9831;
}
.single-portfolio-meta:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 767px) {
  .single-portfolio-meta {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .single-portfolio-meta .btn.btn-website,
  .single-portfolio-meta .single-portfolio-info {
    float: none;
    margin-top: 0;
  }
  .single-portfolio-meta .single-portfolio-info {
    margin-bottom: 2px;
  }
}
.single-portfolio-content {
  margin-bottom: 50px;
}
.single-portfolio-content .lead {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.87;
  color: #717179;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .single-portfolio-content {
    margin-bottom: 30px;
  }
  .single-portfolio-content .lead {
    margin-bottom: 18px;
  }
}
.related-projects-carousel {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .related-projects-carousel {
    margin-bottom: 50px;
  }
}
/* ----------- 12.Blog -----------------
--------------------------------------*/
.entry {
  margin-bottom: 50px;
}
.entry .entry-media {
  margin-bottom: 30px;
}
.entry .entry-media a {
  display: block;
}
.entry .entry-media a:before {
  content: '';
  display: block;
  background-color: rgba(255, 255, 255, 0.16);
  transition: all 0.4s;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
}
.entry .entry-media img {
  display: block;
  width: 100%;
  height: auto;
}
.entry:hover .entry-media a:before {
  visibility: visible;
  opacity: 1;
}
.entry .entry-title {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 8px;
  font-weight: 400;
  letter-spacing: 0.085em;
  text-transform: uppercase;
}
.entry .entry-content {
  margin-bottom: 10px;
  padding-bottom: 13px;
  border-bottom: 1px solid #e4e7eb;
}
.entry .entry-content p:last-child {
  margin-bottom: 0;
}
.entry .entry-readmore {
  position: relative;
  text-transform: uppercase;
  padding-right: 25px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #20202f;
}
.entry .entry-readmore:before,
.entry .entry-readmore:after {
  content: '';
  display: block;
  width: 10px;
  height: 2px;
  background-color: #525260;
  position: absolute;
  right: 7px;
  top: 50%;
  transition: all 0.4s;
  margin-top: -1.5px;
}
.entry .entry-readmore:after {
  transform: rotate(90deg);
}
.entry .entry-readmore:hover,
.entry .entry-readmore:focus {
  color: #dc9831;
}
.entry .entry-readmore:hover:before,
.entry .entry-readmore:hover:after,
.entry .entry-readmore:focus:before,
.entry .entry-readmore:focus:after {
  background-color: #dc9831;
}
.entry.entry-quote {
  color: #fff;
  background-color: #262634;
}
.entry.entry-quote blockquote {
  padding: 20px;
  margin: 0;
}
.entry.entry-quote.accent-quote {
  color: #fff;
  background-color: #dc9831;
}
.entry-meta {
  font-size: 12px;
  color: #b8b8c5;
  line-height: 1.5;
  text-transform: uppercase;
  margin-top: -3px;
  margin-bottom: 16px;
}
.entry-meta .separator {
  margin-left: 10px;
  margin-right: 10px;
}
.entry-meta a {
  color: #b8b8c5;
}
.entry-meta a:hover,
.entry-meta a:focus {
  color: #262634;
}
.carousel-control {
  top: 50%;
  bottom: auto;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  font-size: 22px;
  line-height: 37px;
  opacity: 1;
  text-shadow: none;
  color: #262634;
  background-color: #fff;
  transition: all 0.4s;
  box-shadow: none;
}
.carousel-control i {
  line-height: inherit;
}
.carousel-control:hover,
.carousel-control:focus {
  opacity: 1;
  color: #fff;
  background-color: #262634;
}
.carousel-control.left {
  left: 10px;
  border-radius: 50%;
  background-image: none;
}
.carousel-control.right {
  right: 10px;
  border-radius: 50%;
  background-image: none;
}
/* Single Post */
.page-header.entry-header {
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .page-header.entry-header {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.page-header.entry-header .entry-meta {
  margin-bottom: 0;
}
.page-header.entry-header h1 {
  margin: 0 0 7px;
}
.entry.single {
  margin-bottom: 40px;
}
.entry.single .entry-media {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .entry.single .entry-media {
    margin-bottom: 30px;
  }
}
.entry.single .entry-content {
  padding-bottom: 10px;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .entry.single .entry-content {
    padding-bottom: 30px;
    margin-bottom: 50px;
  }
}
.entry.single .entry-content p {
  margin-bottom: 25px;
}
.comments {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .comments {
    margin-bottom: 30px;
  }
}
.comments h3 {
  margin-bottom: 30px;
}
.comments .media {
  margin-top: 0;
}
.comments .media .media-left {
  padding: 0;
  max-width: 68px;
}
@media (max-width: 480px) {
  .comments .media .media-left {
    max-width: 42px;
  }
}
.comments .media .media-left .media-object {
  display: block;
  width: 68px;
  height: auto;
  border-radius: 50%;
}
@media (max-width: 480px) {
  .comments .media .media-left .media-object {
    width: 42px;
  }
}
.comments .media .media-body {
  padding-left: 30px;
  font-size: 12px;
  line-height: 1.83;
}
@media (max-width: 480px) {
  .comments .media .media-body {
    padding-left: 14px;
  }
}
.comments .media ul {
  margin-left: 60px;
}
@media (max-width: 767px) {
  .comments .media ul {
    margin-left: 40px;
  }
}
@media (max-width: 480px) {
  .comments .media ul {
    margin-left: 20px;
  }
}
.comments .comment {
  padding: 0;
  background-color: transparent;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .comments .comment {
    margin-bottom: 45px;
  }
}
.comments .comment h4 {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  color: #20202f;
  margin-bottom: 10px;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.comments .comment h4 a {
  color: #20202f;
}
.comments .comment h4 a:hover,
.comments .comment h4 a:focus {
  color: #dc9831;
}
.comments .comment h4 .reply-link {
  float: right;
  color: #7e6f5c;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  text-decoration: underline;
}
.comments .comment p:last-child {
  margin-bottom: 0;
}
.review-form-container h3 {
  font-size: 16px;
  margin-bottom: 30px;
}
.review-form-container textarea.form-control {
  min-height: 162px;
}
/* Sidebar */
.sidebar .widget {
  margin-bottom: 42px;
}
.sidebar .widget.widget-posts {
  margin-bottom: 50px;
}
.sidebar .widget-title {
  color: #262634;
  font-size: 16px;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.sidebar .search-form {
  position: relative;
}
.sidebar .search-form .form-control {
  padding: 16px 45px 14px 23px;
  height: 50px;
  font-size: 13px;
}
.sidebar .search-form .btn {
  background-color: transparent;
  border: none;
  position: absolute;
  right: 1px;
  top: 0;
  padding: 16px 15px 12px;
  color: #262634;
  font-size: 14px;
}
.sidebar .search-form .btn:hover,
.sidebar .search-form .btn:focus {
  background-color: transparent;
  color: #dc9831;
}
.sidebar .posts-list li {
  margin-bottom: 30px;
}
.sidebar .posts-list li figure {
  float: left;
  max-width: 100px;
  margin-right: 16px;
}
.sidebar .posts-list li figure a {
  display: block;
}
.sidebar .posts-list li figure img {
  display: block;
  max-width: 100%;
  height: 100%;
}
.sidebar .posts-list li h4 {
  font-weight: 500;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  letter-spacing: -0.01em;
  line-height: 1.55;
  padding-top: 11px;
  margin-bottom: 0;
}
.sidebar .posts-list li h4 a {
  color: #20202f;
}
.sidebar .posts-list li h4 a:hover,
.sidebar .posts-list li h4 a:focus {
  color: #dc9831;
}
.sidebar .posts-list li:after {
  content: '';
  display: table;
  clear: both;
}
.sidebar .category-list {
  margin-top: -3px;
}
.sidebar .category-list li {
  position: relative;
  margin-bottom: 9px;
  padding-bottom: 4px;
}
.sidebar .category-list li:last-child {
  margin-bottom: 0;
}
.sidebar .category-list li a {
  color: #717179;
}
.sidebar .category-list li a:hover,
.sidebar .category-list li a:focus {
  color: #dc9831;
}
.sidebar .tagcloud a {
  font-size: 13px;
  line-height: 1.7;
  display: block;
  float: left;
  padding: 14px 25px 12px;
  background-color: transparent;
  border: 1px solid #e4e7eb;
  color: #20202f;
  margin: 0 10px 10px 0;
  letter-spacing: -0.01em;
  transition: all 0.45s;
  border-radius: 0;
}
.sidebar .tagcloud a:hover,
.sidebar .tagcloud a:focus {
  background-color: #262634;
  border-color: #262634;
  color: #fff;
}
.sidebar .tagcloud:after {
  content: '';
  display: table;
  clear: both;
}
/* ----------- 13.Contact --------------
--------------------------------------*/
/* Contact */
.contact-info-box {
  text-align: center;
  margin-bottom: 25px;
  font-size: 15px;
  line-height: 2.2;
}
@media (min-width: 768px) {
  .contact-info-box {
    margin-bottom: 38px;
  }
}
.contact-info-box a {
  color: #717179;
}
.contact-info-box a:hover,
.contact-info-box a:focus {
  color: #dc9831;
}
.contact-info-box i {
  font-size: 40px;
  color: #dc9831;
  margin-bottom: 22px;
}
.contact-info-box img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  margin-bottom: 27px;
}
.contact-info-box h3 {
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  letter-spacing: -0.01em;
  margin-bottom: 15px;
}
.contact-info-box address {
  font-size: 15px;
  line-height: 2.2;
  color: #717179;
  margin-bottom: 0;
}
.contact-info-box address span {
  display: block;
}
.contact-info-box p {
  margin-bottom: 0;
}
.contact-info-box strong {
  font-weight: 500;
  color: #262634;
}
.contact-form {
  margin-bottom: 48px;
}
.contact-form input[type="submit"] {
  margin-top: -8px;
}
.contact-form textarea.form-control {
  min-height: 162px;
}
#map {
  height: 370px;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  #map {
    margin-bottom: 80px;
  }
}
#map address {
  padding: 10px 15px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.7;
  font-weight: 400;
  color: #717179;
}
#map address strong {
  font-weight: 500;
  color: #262634;
}
/* --------- 14.Sign In-Sign Up ---------
--------------------------------------*/
/* Signin */
.signin-form {
  max-width: 470px;
  margin: 15px auto 60px;
}
@media (min-width: 768px) {
  .signin-form {
    margin-top: 33px;
    margin-bottom: 80px;
  }
}
.form-more {
  margin-bottom: 39px;
}
.form-more .help-link {
  display: inline-block;
  float: right;
  margin-top: 4px;
}
.form-more .checkbox {
  margin: 0;
}
/* Sing Up */
.signup-form {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .signup-form {
    margin-bottom: 80px;
  }
}
.signup-form .radio-inline-container {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .signup-form .radio-inline-container {
    margin-top: 45px;
    margin-bottom: 0;
  }
}
/* ----------- 15.404 -----------------
--------------------------------------*/
.error-page {
  padding-top: 60px;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .error-page {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .error-page {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}
.error-page h1 {
  font-size: 17vw;
  margin-bottom: 40px;
  line-height: 0.7;
  color: #262634;
  font-weight: 300;
}
@media (min-width: 768px) {
  .error-page h1 {
    margin-bottom: 55px;
  }
}
@media (min-width: 992px) {
  .error-page h1 {
    margin-bottom: 65px;
  }
}
.error-page h2 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .error-page h2 {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .error-page h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
.error-page p {
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 13px;
  line-height: 1.7;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
@media (min-width: 481px) {
  .error-page p {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .error-page p {
    font-size: 15px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .error-page p {
    font-size: 16px;
    max-width: 520px;
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .error-page .btn-lg {
    font-size: 16px;
    padding: 13px 20px;
  }
}
/* ----------- 16.Footer ---------------
--------------------------------------*/
.footer {
  color: #707070;
  padding: 0;
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-top: 50px;
}
.footer a {
  color: #707070;
}
.footer a:hover,
.footer a:focus {
  color: #fff;
}
.footer .widget {
  margin-bottom: 35px;
}
.footer .widget-title {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 300;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #e3e3e3;
  margin-bottom: 17px;
  letter-spacing: 0.07em;
}
.footer .links li {
  margin: 0 0 5px;
}
.footer .links li:last-child {
  margin-bottom: 0;
}
.footer .links li a {
  display: block;
}
.footer .links li i {
  margin-right: 7px;
}
.footer .widget-about address {
  margin-bottom: 0;
  line-height: 2.15;
}
.footer .widget-about address span {
  display: block;
  margin-bottom: 5px;
}
.footer .widget-newsletter .form-group {
  position: relative;
  margin-bottom: 30px;
  max-width: 270px;
}
.footer .widget-newsletter .form-control {
  background-color: transparent;
  color: #707070;
  font-size: 13px;
  padding: 12px 61px 10px 17px;
  height: 44px;
  margin-bottom: 0;
  border: 2px solid #333333;
}
.footer .widget-newsletter .form-control::-webkit-input-placeholder {
  color: #4a4a4a;
}
.footer .widget-newsletter .form-control:-ms-input-placeholder {
  color: #4a4a4a;
}
.footer .widget-newsletter .form-control::placeholder {
  color: #4a4a4a;
}
.footer .widget-newsletter .btn {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #333;
  border: none;
  min-width: 44px;
  padding: 11.5px 5px;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  font-family: "Oswald", sans-serif;
  color: #dadada;
}
.footer .widget-newsletter .btn:hover,
.footer .widget-newsletter .btn:focus {
  color: #fff;
  background-color: #dc9831;
  box-shadow: none;
}
.info-bar {
  position: relative;
  z-index: 5;
  margin-bottom: -41px;
  background-color: #333333;
  color: #a5a5a5;
  font-size: 12px;
  line-height: 1.5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.info-bar .info-bar-col {
  padding: 15px 10px 15px;
  text-align: center;
}
.info-bar .info-bar-col + .info-bar-col {
  border-top: 1px solid #1d1d1d;
}
.info-bar .info-bar-title {
  font-size: 14px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  color: #d9d9d9;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 7px;
  padding-top: 3px;
}
.info-bar p {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .info-bar {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .info-bar .info-bar-col {
    padding: 21px 10px 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    min-height: 83px;
  }
  .info-bar .info-bar-col + .info-bar-col {
    border-top: none;
    border-left: 1px solid #1d1d1d;
  }
}
.footer-inner {
  background-color: #1d1d1d;
  padding: 87px 0 0;
}
@media (min-width: 768px) {
  .footer-inner {
    padding-top: 97px;
  }
}
@media (min-width: 992px) {
  .footer-inner {
    padding-top: 110px;
  }
}
.footer-bottom {
  background-color: #1d1d1d;
  padding: 40px 0 45px;
  border-top: 1px solid rgba(124, 124, 142, 0.1);
}
.footer-bottom .copyright {
  float: left;
  font-size: 13px;
  margin-bottom: 0;
  line-height: 1.5;
}
.footer-bottom .img-cards {
  float: right;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .footer-bottom {
    text-align: center;
  }
  .footer-bottom .copyright,
  .footer-bottom .img-cards {
    float: none;
  }
  .footer-bottom .copyright {
    margin-bottom: 12px;
  }
}
.social-icons {
  font-size: 0;
}
.social-icons .social-icon {
  color: #fff;
  display: inline-block;
  font-size: 18px;
  min-width: 47px;
  min-height: 43px;
  line-height: 43px;
  text-align: center;
  margin: 0 7px 7px 0;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #333333;
  transition: all 0.4s ease, color 0.01s;
}
.social-icons .social-icon i {
  vertical-align: middle;
}
.social-icons .social-icon:hover,
.social-icons .social-icon:focus {
  color: #fff;
  border-color: #dc9831;
  background-color: #dc9831;
}
/* -------- Scroll Top Button  -------*/
#scroll-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  display: block;
  text-align: center;
  visibility: hidden;
  cursor: pointer;
  z-index: 999;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 22px;
  opacity: 0;
  color: #fff;
  background-color: #dc9831;
  transition: all 0.4s;
  transform: translateY(50px);
}
#scroll-top.fixed {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#scroll-top:hover,
#scroll-top:focus {
  color: #fff;
  background-color: #d08b23;
}
@media (max-width: 767px) {
  #scroll-top {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}
/* ----------- 17.Owl Carousel ---------
--------------------------------------*/
/* Owl Carousel */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav .owl-prev.disabled,
.owl-carousel .owl-nav .owl-next.disabled,
.owl-carousel .owl-dot.disabled {
  cursor: default;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  display: none;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
/* Nav Dots*/
.owl-dots {
  margin-top: 15x;
  text-align: center;
}
.owl-dot {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 2px solid #908b82;
  background-color: transparent;
  margin: 0 3.5px;
  border-radius: 50%;
  transition: all 0.4s;
}
.owl-dot:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #dc9831;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -3px;
  margin-left: -3px;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}
.owl-dot:hover,
.owl-dot:focus,
.owl-dot.active {
  background-color: transparent;
  border-color: #dc9831;
}
.owl-dot.active:before {
  visibility: visible;
  opacity: 1;
}
.owl-nav {
  position: absolute;
  top: -44px;
  right: 0;
  font-size: 0;
}
.owl-prev,
.owl-next {
  font-family: FontAwesome;
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  color: #262634;
  text-align: center;
  border: none;
  transition: all 0.4s;
}
.owl-prev i,
.owl-next i {
  vertical-align: middle;
}
.owl-prev:hover,
.owl-prev:focus,
.owl-next:hover,
.owl-next:focus {
  color: #dc9831;
}
.owl-prev:hover:before,
.owl-prev:focus:before,
.owl-next:hover:before,
.owl-next:focus:before {
  visibility: visible;
  transform: scale(1);
}
.owl-prev.disabled,
.owl-next.disabled {
  color: #858585 !important;
}
.owl-prev {
  margin-right: 12px;
}
.owl-prev:before {
  content: "\f104";
}
.owl-next:before {
  content: "\f105";
}
.add-quantity {
  display: flex;
  justify-content: space-between;
  width: 6rem;
  float: left;
}
.add-quantity--block {
  display: block;
}
.add-quantity input[type=text] {
  width: 2rem;
  height: 2rem;
  text-align: center;
  background-color: transparent;
  border: 0;
  color: #d6d6d6;
  padding: 0 4px;
  order: 2;
}
.add-quantity span {
  cursor: pointer;
  line-height: 2rem;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  color: #f4f4f4;
  border: solid #d6d6d6 1px;
  border-radius: 3px;
  text-align: center;
  font-size: 1.4rem;
}
.add-quantity span:hover {
  background-color: #000;
}
.add-quantity-plus {
  order: 3;
}
.add-quantity-minus {
  order: 1;
}
.maticePolozek {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
@media only screen and (min-width: 76rem) {
  .maticePolozek {
    margin: 0 -0.5rem;
    justify-content: flex-start;
  }
}
.product-item {
  /*	border: solid @color-border 1px;
	transition: .2s;
	position: relative;
	width: 17rem;
	border-radius: 3px;
	margin: 0 .5rem 1rem;

	.responsive(@width-desktop, {
		width: ~"calc(25% - 1rem - 2px)";
	});*/
  /*
	&:hover &__action--orange{
		background: @color-text-secondary;
		color: @color-primary;
	}

	&:hover &__bottom__button [type=submit]{
		background: @color-text-secondary;
		color: @color-primary;
		text-decoration: none;
	}

	&:hover &__bottom__image img{
		transform: scale(.8);
	}

	&:hover &__bottom__like__icon{
		fill: @color-text-secondary;
	}

	&:hover &__bottom__rating{
		.rating__score__background svg, .rating__score svg{
			fill: #fff;
		}
	}*/
  /*
	&:hover{
		background-color: @color-primary;
		color: @color-text-secondary;
		fill: @color-text-secondary;

		a{
			color: @color-text-secondary;
			fill: @color-text-secondary;
			text-decoration: none;
		}

		.add-quantity > * {
			color: @color-text-secondary;
			border-color: @color-text-secondary;
		}

	}*/
}
.product-item .add-quantity {
  margin-top: 5px;
  margin: auto;
  float: none;
}
.product-item .add-quantity span:hover {
  background-color: #fff;
  color: #dc9831;
}
.product-item__labels {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1001;
}
.product-item__action {
  display: block;
  width: 50px;
  height: 50px;
  margin-bottom: 5px;
  line-height: 50px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  background: #000;
  border-radius: 100%;
  transition: 0.2s;
}
.product-item__action--orange {
  background: #dc9831;
  color: #fff;
}
.product-item a {
  transition: 0.2s;
}
.product-item__bottom {
  display: flex;
  padding: 0 10px;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 8rem;
}
.product-item__bottom__like {
  width: auto;
  margin: 0.5625rem 0;
  position: absolute;
  right: 20px;
  top: 10px;
  z-index: 9;
}
.product-item__bottom__like--select {
  fill: #000;
}
.product-item__bottom__like__icon {
  height: 1.6rem;
  width: 1.6rem;
  fill: #dc9831;
}
.product-item__bottom__image {
  width: 100%;
  text-align: center;
  margin: 1.37475rem 0 1.125rem;
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.product-item__bottom__image img {
  transition: 0.3s;
  transform: scale(0.7);
  margin-bottom: -1.8rem;
}
.product-item__bottom__wrapper {
  width: calc(100% -20px);
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.product-item__bottom__header {
  width: 100%;
  text-align: center;
  padding-top: 0;
  line-height: 1.3rem;
}
.product-item__bottom__header a {
  text-transform: none;
  text-decoration: none;
  color: #000;
  font-weight: normal;
  font-size: 1.3rem;
}
.product-item__bottom__rating {
  width: 50%;
  padding: 0.5625rem 0 1.125rem;
}
.product-item__bottom__rating .rating__score__background svg,
.product-item__bottom__rating .rating__score svg {
  fill: #000;
}
.product-item__bottom__rating__count {
  width: 50%;
  padding: 0.5625rem 0 1.125rem;
  text-align: right;
  color: #f4f4f4;
}
.product-item__bottom__href {
  margin-bottom: 1rem;
}
.product-item__bottom__href a {
  text-decoration: none;
  color: #000;
}
.product-item__bottom__price {
  text-align: center;
  width: 50%;
  font-weight: bold;
  margin-bottom: 0.28125rem;
}
.product-item__bottom__piece {
  width: 50%;
  align-self: center;
}
.product-item__bottom__button {
  margin-bottom: 0.5625rem;
  margin-top: 0.3rem;
}
.product-item__bottom__button [type=submit] {
  transition: 0.2s;
  border: 0;
}
.detail-product {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
@media only screen and (min-width: 50rem) {
  .detail-product {
    justify-content: space-between;
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
}
.detail-product__navigation {
  width: 100%;
  text-align: right;
}
.detail-product__navigation a {
  text-decoration: none;
  color: #000;
}
.detail-product .annotation {
  padding: 1.2rem 0;
}
.detail-product__right {
  display: flex;
  flex-wrap: wrap;
}
.detail-product__right__actions {
  display: flex;
  width: 100%;
  align-items: center;
}
.detail-product__right__actions__rating__count {
  color: #f4f4f4;
}
.detail-product__right__actions > * {
  margin-right: 1.125rem;
}
.detail-product__right__variant {
  width: 100%;
  text-align: left;
  order: 1;
  margin-bottom: 1.87425rem;
}
.detail-product__right__variants {
  width: 100%;
  order: 4;
  margin-bottom: 1.87425rem;
}
.detail-product__right__availability {
  order: 3;
  align-self: flex-end;
  margin-left: 1.87425rem;
  margin-bottom: 1.87425rem;
  font-weight: normal;
}
.detail-product__right__price {
  order: 2;
  margin-bottom: 1.87425rem;
}
.detail-product__right__buy {
  order: 4;
  width: 100%;
  padding: 0.8rem 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.detail-product__right__buy .add-quantity {
  margin-right: 2.25rem;
}
.detail-product__right__buy .add-to-cart input {
  padding: 0.8rem 0.5625rem;
}
.detail-product__right__share {
  order: 5;
  width: 100%;
  text-align: right;
}
.detail-product__right__share a {
  text-decoration: none;
}
.detail-product__right__share__icon {
  width: 2rem;
  height: 2rem;
}
.detail-product__right__share span {
  vertical-align: super;
}
.detail-product__right__duopack {
  order: 6;
  width: 100%;
  text-align: right;
  margin: 2.25rem 0;
}
.detail-product__right__duopack img {
  width: 100%;
}
@media only screen and (min-width: 50rem) {
  .detail-product__right__duopack img {
    width: 80%;
  }
}
.detail-product-info {
  order: 2;
  width: 100%;
}
@media only screen and (min-width: 50rem) {
  .detail-product-info {
    width: 50%;
  }
}
.detail-product-info-table {
  width: 100%;
}
.detail-product-info-table tr td {
  border: 0;
}
.detail-product__slider {
  position: relative;
  margin-top: 1.87425rem;
  margin-bottom: -1rem;
}
.detail-product__slider .owl-prev,
.detail-product__slider .owl-next {
  position: absolute;
  display: inline-block;
  width: 2.5rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.detail-product__slider .owl-prev:focus,
.detail-product__slider .owl-next:focus {
  outline: 0;
}
.detail-product__slider .owl-prev span,
.detail-product__slider .owl-next span {
  display: inline-block;
  font-size: 5rem;
  color: #f4f4f4;
  line-height: 2rem;
}
.detail-product__slider .owl-prev {
  left: -2.5rem;
}
.detail-product__slider .owl-next {
  right: -2.5rem;
}
.detail-product-image {
  order: 1;
  position: relative;
  width: calc(100% - 4rem);
  margin: 1rem 2rem;
  text-align: center;
}
@media only screen and (min-width: 50rem) {
  .detail-product-image {
    width: 35%;
    margin-top: 2.25rem;
  }
}
.detail-product-image img {
  max-width: 29rem;
  width: 100%;
}
.detail-product-tabs {
  order: 3;
  width: 100%;
  margin-top: 1.87425rem;
}
.detail-product-tabs > ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.detail-product-tabs > ul li {
  list-style: none;
  text-transform: uppercase;
  font-weight: 1.1rem;
  border-top: solid 1px #d6d6d6;
  overflow: hidden;
  transition: 0.3s;
  position: relative;
}
.detail-product-tabs > ul li:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0;
}
.detail-product-tabs > ul li.ui-tabs-active a {
  font-weight: bold;
  border: 0;
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.detail-product-tabs > ul li.ui-tabs-active a:after {
  -webkit-animation: showLeft 0.3s forwards;
  animation: showLeft 0.3s forwards;
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.detail-product-tabs > ul li a {
  text-decoration: none;
  color: #000;
  padding: 0.28125rem 1.125rem;
  border: solid 1px transparent;
}
.detail-product-tabs > ul li a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0;
}
.detail-product-tabs > ul li a:after {
  content: "";
  display: block;
  width: calc(100%);
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translate(-130%, 0);
  transition: 0.3s;
  outline: 0;
  background-color: #4ea595;
}
.detail-product-related {
  order: 4;
  margin-top: 2.25rem;
}
.kosik__duopack__oznaceni {
  width: 100%;
  padding: 0.5625rem;
  text-align: left;
  background-color: #dc9831;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 0.5625rem;
}
@media only screen and (min-width: 40rem) {
  .kosik__duopack__oznaceni {
    width: 50%;
  }
}
.kosik__udaje {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.kosik__udaje__item {
  border: solid 1px #9d9d9c;
  margin-bottom: 1rem;
  width: 100%;
}
@media only screen and (min-width: 50rem) {
  .kosik__udaje__item {
    width: 49%;
  }
}
.kosik__udaje__item__header {
  padding: 1rem;
  color: #f6e4ca;
  font-weight: bold;
}
.kosik__udaje__item__header__body {
  padding: 0 1rem;
  width: 100%;
}
.kosik__udaje__item__header__body th {
  width: 30%;
}
.kosik__postup {
  display: none;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  border: solid 1px #dc9831;
  font-weight: bold;
  text-transform: uppercase;
}
@media only screen and (min-width: 65rem) {
  .kosik__postup {
    display: flex;
    flex-wrap: nowrap;
  }
}
.kosik__postup__item {
  flex: auto;
  text-align: center;
  position: relative;
  padding: 0.3rem 0;
  width: 100%;
  border-bottom: solid 1px #dc9831;
  font-size: 14px;
}
@media only screen and (min-width: 65rem) {
  .kosik__postup__item {
    padding: 1rem 0;
    border: 0;
    width: auto;
  }
}
.kosik__postup__item:last-child {
  border-bottom: 0;
}
@media only screen and (min-width: 65rem) {
  .kosik__postup__item:not(:last-child):after {
    content: "";
    display: block;
    height: 70%;
    width: 1px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #dc9831;
  }
}
.kosik__postup__item.now {
  /*background-color: #c51a1b;*/
  color: #dc9831;
  z-index: 2;
}
.kosik__postup__item.now a {
  color: #fff;
}
.kosik__postup__item.now:after {
  background-color: #dc9831;
  border-color: #dc9831;
}
.kosik__postup__item.past a {
  color: #f6e4ca;
  text-decoration: none;
}
.kosik__cena {
  font-weight: bold;
  margin: 1.125rem auto 0;
}
@media only screen and (min-width: 50rem) {
  .kosik__cena {
    float: right;
  }
}
.kosik__cena tr:nth-last-child(2) td {
  padding-bottom: 15px;
}
.kosik__platba-prevzeti__staty {
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px 0;
  display: flex;
}
.kosik__platba-prevzeti__staty p {
  margin: 1%;
}
.kosik__platba-prevzeti__staty__item {
  width: 100%;
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
}
@media only screen and (min-width: 50rem) {
  .kosik__platba-prevzeti__staty__item {
    width: 49%;
  }
}
.kosik__platba-prevzeti__staty__item label {
  text-align: center;
  float: none;
  cursor: pointer;
  border: 0;
  padding: 15px 10px 15px 30px;
  margin: 0;
  width: auto;
}
.kosik__platba-prevzeti__staty__item label img {
  height: 30px;
  vertical-align: middle;
  padding: 0 5px;
}
.kosik__platba-prevzeti__staty__item label:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: solid 1px #f6e4ca;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.kosik__platba-prevzeti__staty__item input[type=radio] {
  vertical-align: middle;
  display: none;
}
.kosik__platba-prevzeti__staty__input:checked ~ .kosik__platba-prevzeti__staty__label:before {
  border-color: #dc9831;
}
.kosik__seznam-polozek__basic {
  top: 0;
  border: 1px solid #dc9831;
  margin-bottom: 20px;
  background-color: #dc9831;
  margin-top: 30px;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 65rem) {
  .kosik__seznam-polozek__basic {
    margin-top: 0px;
    position: sticky;
  }
}
.kosik__seznam-polozek__basic table {
  width: 100%;
}
.kosik__seznam-polozek__basic table tr td {
  padding: 5px 10px;
}
.kosik__seznam-polozek__basic table.even tr:nth-child(even) {
  background-color: #feb83c;
}
.kosik__seznam-polozek__basic .border-bottom,
.kosik__seznam-polozek__basic .border-top {
  border-color: #fff;
}
.kosik__seznam-polozek__basic .price-all-discount {
  color: #fff;
  vertical-align: top;
  font-weight: bold;
}
.kosik__polozky {
  border: 1px solid #dc9831;
  overflow: hidden;
  margin-bottom: 1rem;
}
.kosik__polozky__prepocitat {
  float: left;
}
.kosik__polozky__telo {
  padding: 1rem;
}
.kosik__polozky__telo:nth-child(odd) {
  background-color: #f2f2f2;
}
.kosik__polozky__telo .product-image img {
  max-height: 70px;
  max-width: 90%;
  height: auto;
}
@media only screen and (min-width: 65rem) {
  .kosik__polozky__telo .product-image img {
    float: left;
  }
}
.kosik__polozky__telo__polovice--left {
  display: flex;
}
.kosik__polozky__telo__polovice__item .right.odebrat_polozku {
  width: 10%;
}
.kosik__polozky__telo__polovice__item .right.odebrat_polozku a {
  font-size: 1.5rem;
  text-decoration: none;
}
.kosik__polozky__telo__polovice__item > .icon-trash {
  display: block;
  float: right;
  padding: 0.5625rem;
}
.kosik__polozky__telo__polovice__item > .text {
  display: none;
}
.kosik__polozky__telo__polovice__item.mobil {
  display: none;
}
@media only screen and (min-width: 65rem) {
  .kosik__polozky__telo__polovice__item.mobil {
    display: block;
  }
}
.kosik__polozky__hlavicka,
.kosik__polozky__telo {
  display: flex;
  flex-wrap: wrap;
}
.kosik__polozky__hlavicka__polovice,
.kosik__polozky__telo__polovice {
  width: 100%;
}
@media only screen and (min-width: 65rem) {
  .kosik__polozky__hlavicka__polovice,
  .kosik__polozky__telo__polovice {
    width: 50%;
    margin-bottom: 0;
  }
}
.kosik__polozky__hlavicka__polovice.right-item,
.kosik__polozky__telo__polovice.right-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #bababa;
  font-weight: bold;
}
.kosik__polozky__hlavicka__polovice__item,
.kosik__polozky__telo__polovice__item {
  padding: 0 1%;
}
@media only screen and (min-width: 65rem) {
  .kosik__polozky__hlavicka__polovice__item,
  .kosik__polozky__telo__polovice__item {
    width: 35%;
  }
}
@media only screen and (min-width: 65rem) {
  .kosik__polozky__hlavicka__polovice__item .right.odebrat_polozku,
  .kosik__polozky__telo__polovice__item .right.odebrat_polozku {
    width: 10%;
  }
}
.kosik__polozky__hlavicka__polovice__item .add-quantity,
.kosik__polozky__telo__polovice__item .add-quantity {
  float: none;
  margin: auto;
}
.kosik__polozky__hlavicka__polovice__item .add-quantity input[type=text],
.kosik__polozky__telo__polovice__item .add-quantity input[type=text] {
  color: #000;
  font-weight: bold;
  font-size: 0.9rem;
  float: left;
}
.kosik__polozky__hlavicka__polovice__item.pocet_ks,
.kosik__polozky__telo__polovice__item.pocet_ks {
  color: #000;
  font-weight: bold;
  min-width: 110px;
}
.kosik__polozky__hlavicka__polovice.mobil,
.kosik__polozky__telo__polovice.mobil {
  display: none;
}
@media only screen and (min-width: 65rem) {
  .kosik__polozky__hlavicka__polovice.mobil,
  .kosik__polozky__telo__polovice.mobil {
    display: block;
  }
}
.kosik__polozky__hlavicka {
  background-color: #dc9831;
  padding: 1rem;
  color: #fff;
}
.kosik__polozky__hlavicka__polovice.right-item {
  display: none;
}
@media only screen and (min-width: 65rem) {
  .kosik__polozky__hlavicka__polovice.right-item {
    display: flex;
    color: #fff;
  }
}
.slevovy-kod {
  position: relative;
  width: calc(20rem - 2px);
  border: solid 1px #dc9831;
  padding-right: 6rem;
  margin: 1.125rem auto 0;
}
@media only screen and (min-width: 50rem) {
  .slevovy-kod {
    float: left;
  }
}
.slevovy-kod .button {
  position: absolute;
  width: 6rem;
  background-color: #f6e4ca;
  border-radius: 0;
  border: 0;
  font-size: 1.125rem;
  right: 0;
  top: 0;
  height: 2.5rem;
  margin: 0;
  float: none;
}
.slevovy-kod .button:hover {
  text-decoration: none;
  color: #000;
}
.slevovy-kod__kod {
  border: 0;
  width: 100%;
  height: 2.5rem;
  margin: 0;
  float: none;
}
.price-all-discount {
  font-weight: bold;
  color: #dc9831;
  border-top: solid 1px #dc9831;
}
.price-all-discount td {
  padding-top: 15px;
}
#frmDorucovaciUdaje .polozkaLabel {
  width: 100px;
  padding: 1.2% 1%;
  text-align: left;
  margin-right: 0;
}
@media only screen and (min-width: 50rem) {
  #frmDorucovaciUdaje .polozkaLabel {
    text-align: right;
    width: 21.6%;
  }
}
#frmDorucovaciUdaje .polozkaInput {
  width: 100%;
  margin-right: 0;
}
@media only screen and (min-width: 50rem) {
  #frmDorucovaciUdaje .polozkaInput {
    width: 28.4%;
  }
}
#frmDorucovaciUdaje .polozkaInputDvojnasobna {
  width: 100%;
  margin-right: 0;
}
@media only screen and (min-width: 50rem) {
  #frmDorucovaciUdaje .polozkaInputDvojnasobna {
    width: 78.4%;
  }
}
#frmDorucovaciUdaje .polozkaInput2 {
  width: 100%;
  margin-right: 0;
}
@media only screen and (min-width: 50rem) {
  #frmDorucovaciUdaje .polozkaInput2 {
    width: 20%;
    margin-right: 8.4%;
  }
}
.sablona__podkategorie {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 1.125rem 0;
}
@media only screen and (min-width: 50rem) {
  .sablona__podkategorie {
    justify-content: flex-start;
  }
}
.sablona__podkategorie__item {
  color: #000;
  margin-right: 1.125rem;
  margin-bottom: 0.5625rem;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  outline: 0;
  padding: 0.5625rem 0;
}
.sablona__podkategorie__item.active {
  font-weight: bold;
}
.sablona__podkategorie__item.active:after,
.sablona__podkategorie__item:hover:after {
  -webkit-animation: showLeft 0.3s forwards;
  animation: showLeft 0.3s forwards;
}
.sablona__podkategorie__item:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.sablona__podkategorie__item:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translate(130%, 0);
  transition: 0.3s;
  outline: 0;
  background-color: #4ea595;
}
.blog {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blog__detail__share {
  text-align: right;
  padding: 1.87425rem 0;
}
.blog__detail__share a {
  text-decoration: none;
}
.blog__detail__share span {
  vertical-align: super;
}
.blog__all-article {
  position: relative;
  margin: 1.125rem 0;
}
.blog__all-article .owl-item {
  width: 100%;
}
.blog__all-article__item {
  text-decoration: none;
}
.blog__all-article__item__image {
  display: block;
  position: relative;
  width: 80%;
  height: 0;
  padding-bottom: 80%;
  margin-bottom: 1.125rem;
}
.blog__all-article__item__image img {
  position: absolute;
  height: 100%;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.blog__all-article__item__header {
  color: #000;
  margin-bottom: 0.28125rem;
  font-size: 0.9rem;
  word-wrap: break-word;
}
.blog__all-article__item__date {
  color: #f4f4f4;
}
.blog__all-article .owl-prev,
.blog__all-article .owl-next {
  position: absolute;
  top: 10%;
}
.blog__all-article .owl-prev:focus,
.blog__all-article .owl-next:focus {
  outline: 0;
}
.blog__all-article .owl-prev span,
.blog__all-article .owl-next span {
  font-size: 5rem;
}
.blog__all-article .owl-prev {
  left: 0;
}
.blog__all-article .owl-next {
  right: 0;
}
.blog__newest {
  padding-top: 3.55rem;
  position: sticky;
  top: 0;
}
.blog__newest--recepty {
  padding-top: 0;
  top: 10px;
}
.blog__newest--recepty .newest__header {
  padding-top: 0;
}
.blog__newest.detail {
  margin-top: 3.7rem;
}
.blog__item {
  width: 100%;
  margin-bottom: 2.25rem;
  transition: 0.3s;
}
@media only screen and (min-width: 50rem) {
  .blog__item {
    width: 45%;
    margin-bottom: 2.25rem;
    padding-bottom: 2.25rem;
  }
}
.blog__item:hover .blog__item__image img {
  transform: scale(1.1);
}
.blog__item__image {
  text-align: center;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  overflow: hidden;
  position: relative;
}
.blog__item__image img {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
}
.blog__item__header {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.125rem;
  color: #000;
  font-weight: bold;
  padding: 1.125rem 0;
  margin-bottom: 0.5625rem;
}
.blog__item__text p {
  padding-bottom: 0.5625rem;
  font-size: 0.9rem;
  line-height: 0.9rem;
}
.blog__item__date {
  color: #d6d6d6;
  padding-bottom: 0.5625rem;
}
.blog__item__link {
  width: 100%;
  color: #87c152;
  font-size: 1.6245rem;
  display: block;
  text-align: left;
}
.blog__item__link__icon {
  fill: #87c152;
  transform: rotate(-90deg);
  width: 30px;
  height: 20px;
  vertical-align: middle;
}
.pagination {
  width: calc(100% - 4rem);
  text-align: center;
  padding: 0 2rem;
  margin: 1.125rem 0 1.87425rem;
  position: relative;
}
.pagination span {
  color: #fff;
  background-color: #87c152;
  border: solid 1px #87c152;
  padding: 0.28125rem 0.5625rem;
}
.pagination__page {
  color: #87c152;
  border: solid 1px #d6d6d6;
  padding: 5px;
  padding: 0.28125rem 0.5625rem;
  text-decoration: none;
}
.pagination--orange span {
  background-color: #dc9831;
  border-color: #dc9831;
}
.pagination--orange .pagination__page {
  color: #dc9831;
}
.pagination__nav {
  border: 0;
  border-color: transparent;
  vertical-align: text-top;
}
.pagination__icon {
  fill: #444444;
  width: 30px;
  height: 30px;
  vertical-align: text-bottom;
  position: absolute;
}
.pagination__icon--back {
  transform: rotate(90deg);
  left: -0.28125rem;
  top: calc(50% - 15px);
}
.pagination__icon--next {
  transform: rotate(-90deg);
  right: -0.28125rem;
  top: calc(50% - 15px);
}
.newest {
  display: flex;
  flex-wrap: wrap;
}
.newest__header {
  font-weight: bold;
  font-size: 1.37475rem;
  padding-top: 1.125rem;
  padding-bottom: 0.5625rem;
  margin-bottom: 1.87425rem;
  position: relative;
  border-bottom: solid 1px #d6d6d6;
  box-sizing: border-box;
}
.newest__header:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
  height: 1px;
  background-color: #87c152;
}
.newest__item {
  width: 100%;
  display: flex;
  margin-bottom: 1.87425rem;
  text-decoration: none;
}
.newest__item__image {
  flex: 0 0 20%;
  margin-right: 2.25rem;
}
.newest__item__right {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
}
.newest__item .blog__item__date {
  padding: 0;
}
.newest__item__header {
  color: #000;
  text-transform: none;
  font-size: 0.9rem;
  line-height: 1rem;
}
.orderList {
  width: 100%;
}
.orderList__head th,
.orderList__body td,
.orderList .tableBorder th,
.orderList .tableBorder td {
  padding: 8px;
}
.orderList__head {
  border-bottom: 1px solid #3c3c3b;
}
.orderList__body tr,
.orderList .tableBorder tr {
  border-bottom: 1px solid #d6d6d6;
}
.orderList__body tr:nth-child(even),
.orderList .tableBorder tr:nth-child(even) {
  background-color: #f4f4f4;
}
.vyhledavani__kategorie {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.vyhledavani__kategorie li {
  width: 20%;
  text-align: center;
  list-style: none;
  border: solid 1px #dc9831;
  transition: 0.3s;
}
.vyhledavani__kategorie li:hover {
  background-color: #dc9831;
}
.vyhledavani__kategorie li:hover a {
  color: #fff;
}
.vyhledavani__kategorie li a {
  width: 100%;
  padding: 1.125rem 0;
  text-decoration: none;
  display: block;
}
.duopack__products {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 2.25rem 0;
}
@media only screen and (min-width: 50rem) {
  .duopack__products {
    flex-wrap: wrap;
  }
}
.duopack__products select,
.duopack__products .custom-select {
  width: 100%;
}
.duopack__products select .same-as-selected,
.duopack__products .custom-select .same-as-selected {
  pointer-events: none;
}
@media only screen and (min-width: 50rem) {
  .duopack__products select,
  .duopack__products .custom-select {
    width: 35%;
  }
}
.duopack__products__info {
  display: flex;
  justify-content: space-around;
  width: 80%;
  margin: auto;
  padding: 0 1.125rem;
  background-color: #fff;
}
.duopack__products__info__item {
  width: 45%;
}
@media only screen and (min-width: 50rem) {
  .duopack__products__info__item {
    width: 30%;
  }
}
.duopack__products__info__item--left .duopack__products__info__item__hodnoceni .rating {
  margin-right: auto;
  margin-left: 0;
}
.duopack__products__info__item--right .duopack__products__info__item__hodnoceni .rating {
  margin-left: auto;
  margin-right: 0;
}
.duopack__products__info__item--empty {
  padding-bottom: 5.3rem;
}
.duopack__products__info__item__lzice {
  display: block;
  width: 20%;
}
.duopack__products__info__item__nazev {
  position: relative;
  font-weight: bold;
  font-size: 1.125rem;
  margin: 1.125rem 0 0.5625rem;
}
@media only screen and (min-width: 50rem) {
  .duopack__products__info__item__nazev {
    font-size: 1.37475rem;
  }
}
.duopack__products__info__item__hodnoceni {
  width: 100%;
  margin: 0.5625rem 0;
}
.duopack__products__info__item__hodnoceni__pocet {
  width: 100%;
  margin: 0.5625rem 0;
  font-size: 0.8rem;
  color: #f4f4f4;
}
.duopack__products__info__item__dostupnost {
  font-size: 0.9rem;
}
.duopack__products__info__wrapper {
  position: relative;
}
.duopack__products__info__duopack {
  display: block;
  width: 90%;
  position: relative;
  margin: 2.25rem auto;
  background-image: url(../images/duopack_box.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  padding-bottom: 62%;
}
@media only screen and (min-width: 50rem) {
  .duopack__products__info__duopack {
    width: 60%;
    padding-bottom: 40%;
  }
}
.duopack__products__info__duopack__left {
  position: absolute;
  width: 32%;
  bottom: 7%;
  left: 15%;
}
.duopack__products__info__duopack__right {
  position: absolute;
  width: 32%;
  bottom: 7%;
  right: 15%;
}
.duopack__products__info__border {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 4rem;
  bottom: 5rem;
  border: solid 1px #dc9831;
  z-index: -1;
}
.duopack__cart {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  margin: 2.25rem auto;
  padding-bottom: 2.25rem;
  padding: 1.6245rem 2.25rem;
  border: solid 1px #d6d6d6;
}
@media only screen and (min-width: 50rem) {
  .duopack__cart {
    width: 80%;
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 76rem) {
  .duopack__cart {
    width: 60%;
  }
}
.duopack__cart__left,
.duopack__cart__right {
  width: 100%;
}
@media only screen and (min-width: 50rem) {
  .duopack__cart__left,
  .duopack__cart__right {
    width: 50%;
  }
}
.duopack__cart__right {
  align-self: center;
  margin-top: 2.25rem;
}
@media only screen and (min-width: 50rem) {
  .duopack__cart__right {
    margin-top: 0;
  }
}
.duopack__cart__price {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  font-size: 1.37475rem;
  margin-bottom: 1.125rem;
}
.duopack__cart__price__cost span {
  font-weight: bold;
  text-transform: none;
}
.duopack__cart__quantity {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.duopack__cart__quantity .add-quantity {
  margin: 0;
}
.recepty__obdobi__header--green {
  color: #4ea595;
}
.recepty__filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (min-width: 65rem) {
  .recepty__filter {
    flex-wrap: nowrap;
  }
}
.recepty__filter__submit {
  float: right;
  margin-bottom: 2.25rem;
  margin-right: 1.37475rem;
}
@media only screen and (min-width: 76rem) {
  .recepty__filter__submit {
    margin-right: 2.25rem;
  }
}
.recepty__filter__item {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 40rem) {
  .recepty__filter__item {
    width: 48%;
  }
}
@media only screen and (min-width: 65rem) {
  .recepty__filter__item {
    width: 32%;
  }
}
.recepty__filter__item__label {
  display: block;
  position: relative;
  padding: 0.5625rem 2.25rem 0.5625rem 1.6245rem;
  margin: 0 1.37475rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  border: solid 1px #dc9831;
  border-radius: 3px;
  cursor: pointer;
}
@media only screen and (min-width: 76rem) {
  .recepty__filter__item__label {
    margin-right: 2.25rem;
  }
}
.recepty__filter__item__label__arrow {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 1.125rem;
  fill: #dc9831;
  width: 1.125rem;
  height: 1.125rem;
}
.recepty__filter__item__checkbox:checked ~ .recepty__filter__item__values {
  padding: 0.5625rem 1.125rem;
  max-height: 1000px;
}
.recepty__filter__item__values {
  background-color: #feb83c;
  color: #fff;
  padding: 0 1.125rem;
  margin: 0.5625rem 2.25rem;
  font-weight: bold;
  text-align: left;
  transition: 0.3s;
  max-height: 0;
  overflow: hidden;
}
@media only screen and (min-width: 50rem) {
  .recepty__filter__item__values {
    margin: 1.125rem 2.25rem;
  }
}
.recepty__filter__item__values__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.5625rem 0;
  cursor: pointer;
}
.recepty__filter__item__values__item .rating.rating--recept {
  margin: auto auto auto 0;
}
.recepty__filter__item__values__item .rating.rating--recept svg {
  fill: #fff;
}
.recepty__item {
  flex: 0 0 100%;
  margin: 0 0 2.25rem;
}
@media only screen and (min-width: 40rem) {
  .recepty__item {
    flex: 0 0 48%;
    margin: 0 1% 2.25rem;
  }
}
@media only screen and (min-width: 50rem) {
  .recepty__item {
    flex: 0 0 31%;
  }
}
@media only screen and (min-width: 76rem) {
  .recepty__item {
    flex: 0 0 23%;
  }
}
.recepty__item__wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 40rem) {
  .recepty__item__wrapper {
    margin: 0 -1%;
  }
}
.recepty__item__top {
  position: relative;
}
.recepty__item__info {
  position: absolute;
  bottom: 0;
  width: calc(100% - 2 *  1.125rem);
  background-color: rgba(250, 250, 250, 0.7);
  padding: 1.6245rem 1.125rem 0.5625rem 1.125rem;
}
.recepty__item__info__icon--stopwatch {
  width: 1.3rem;
  height: 1.3rem;
  vertical-align: sub;
  margin-right: 0.28125rem;
}
.recepty__item__header {
  text-decoration: none;
  font-weight: bold;
  color: #000;
}
.recepty__item__rating {
  position: absolute;
  right: -0.5625rem;
  top: -0.5625rem;
  background-color: #feb83c;
  border: solid 2px #fff;
  border-radius: 20px;
  padding: 0.5625rem;
  z-index: 1;
}
.recepty__item__rating .rating--recept .rating__score__background svg,
.recepty__item__rating .rating--recept .rating__score svg {
  fill: #fff;
}
.recepty__item__image {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.recepty__item__image img {
  transition: 0.3s;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  max-width: none;
}
.recepty__item__image:hover img {
  transform: scale(1.1);
}
.recepty__item__bottom {
  display: flex;
  align-items: stretch;
  padding: 0.5625rem 0.5625rem 1.87425rem 0.5625rem;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAR4AAABnCAMAAADhTd1ZAAAAAXNSR0IB2cksfwAAAgFQTFRF6Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx56Mx5AEsMjAAAAKt0Uk5TAA8UIiszPkRGVWBmaHeBiImZoqq3u77M1t3u9//+6Nq9saWSbmRKQCYcEQKTqa/F3OH408e5m450WVQoEg0DIDI/TIT94Ma4rcDq9vXn2MqhgFBhcYKdwebwb+/UenJRODAXBQwVOkv866iYh3ZlNikOASdcjLzChV43G3ur47WgeGJPOwoxrPry2cSVa1M9BHCRs7aNHQgYOaT0j2NOJCM1R32ernlpWEgHJdnvaQAAAxtJREFUeJzt3fdT03AcxvFCLDGEEGKMaQOIE6EiFBCw4gZXUYYLVERAFFARBQEHgopbceLGvf0rTVu9o3f6HGgx6D2vn5Lmvkk/7+b669flGiMuXpjmThCnS1KinKQoyWqKps3QdX2mYRizTJvHa7OipKalpaVHfTLbG5ERWmHOsdcac+2b6PM0TZuvqqqiKAtkeaEkSZmiuMjtdmcJQrbP51vsmoJytCW5Rp7pz7cK0hyXate1wxaa5lLDKLKTFmtaiaomK8oyWZYDkrRcFMUEu2ipIAgrfL6VsSyxyv6JVgvCGvdacZ0UkGVFKVNdThf5c+Xhd3a9N9LVNDcYY23Uo236cWFz+OUuDC0LWlbFz+/9H+SZTMwDMQ/EPBDzQMwDMQ/EPBDzQMwDMQ/EPBDzQMwDMQ/EPBDzQMwDMQ/EPBDzQMwDMQ/EPBDzQMwDMQ/EPBDzQMwDMQ/EPBDzQMwDMQ/EPBDzQMwDMQ/EPBDzQMwDMQ/EPBDzQMwDMQ/EPBDzQMwDMQ/EPBDzQMwDMQ/EPBDzQMwDMQ/EPBDzQMwDMQ/EPBDzQMwDMQ/EPBDzQMwDMQ/EPBDzQMwDMQ/EPBDzQMwDMQ/EPBDzQMwDMQ/EPBDzQMwDMQ/EPBDzQMwDMQ/0b+fZYm31VppVhqHr1ZqmqapaoyhKUmT/pu9Cuw6FbIucbpfDdihhO+0lOdouXd9o1Jqm31tn7Y56gGvPPL9Ds03I3vz6DUV6cY66r0EO7Bcbm4Rm34FY7q80RovvoCA0uQ+JohQ6jW9Nnmk5PX+0tvaMqqLDR452HJPEzuPZJyYpxLh1dZ/s6Q06WaQ86OnLLT7VcDrzjBDTfbdi52xr/zl/+t9LUjBgDp7vuXBx6FJpfJfTw4/T5SuBsquea5PW5PqNm7m3aoZv3+mOc3rU33c3a+je/Qf1v9j1bKJSB8yR6ocdia2djx47PVlMPXka2FHyrLby+USLVNR58gafjfa/ePn01RT9L4mlltdv3gaG342+10d6zXpvu2VZbZEQW+zDoNdj9hkfdC3l46fPXxpLm786/X1j4htNixPhPw7k4wAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 100%;
}
.recepty__item__bottom__product {
  flex: 0 0 32%;
  height: 5rem;
  position: relative;
}
.recepty__item__bottom__product:not(:last-child) {
  margin-right: 1.5%;
}
.recepty__item__bottom__product:not(:last-child):after {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  position: absolute;
  right: -2%;
  top: 0;
  background-image: url(../images/recepty-produkty-oddelovac.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.recepty__item__bottom__product__other {
  color: #fff;
  text-decoration: none;
  font-size: 1.87425rem;
  align-self: center;
  margin: 0 1.125rem;
}
.recepty__item__bottom__product img {
  max-width: 90%;
  max-height: 4rem;
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.detail-receptu__back-to-recepts {
  text-transform: uppercase;
  display: block;
  color: #feb83c;
  font-weight: bold;
  padding-bottom: 2.25rem;
}
.detail-receptu__back-to-recepts__arrow {
  fill: #feb83c;
  width: 1.125rem;
  height: 1.125rem;
  vertical-align: middle;
  margin-bottom: -3px;
  padding-right: 0.5625rem;
}
.detail-receptu__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  width: 100%;
  flex-wrap: wrap;
}
@media only screen and (min-width: 40rem) {
  .detail-receptu__header {
    flex-wrap: no-wrap;
  }
  .detail-receptu__header h1 {
    flex: 0 0 60%;
  }
}
.detail-receptu__header h1 {
  padding-top: 0;
  margin-top: 0;
}
.detail-receptu__hodnoceni__pocet {
  text-align: right;
  color: #f4f4f4;
  margin-top: 0.5625rem;
}
.detail-receptu__hodnoceni .rating {
  margin-left: auto;
  margin-right: 0;
  width: 8.1225rem;
  height: 1.6245rem;
}
.detail-receptu__hodnoceni .rating__score__background svg,
.detail-receptu__hodnoceni .rating__score__inner svg {
  fill: #feb83c;
  width: 1.6245rem;
  height: 1.6245rem;
}
.detail-receptu__suroviny {
  background-color: #f2f2f2;
  padding: 1.87425rem;
}
.detail-receptu__suroviny__header {
  color: #000;
  padding-top: 0;
}
.detail-receptu__suroviny__list {
  padding: 0;
}
@media only screen and (min-width: 50rem) {
  .detail-receptu__suroviny__list {
    padding: 0 0 1.125rem 2.25rem;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}
.detail-receptu__suroviny__list li {
  list-style: none;
  position: relative;
  padding-left: 1rem;
  padding-bottom: 0.5625rem;
}
.detail-receptu__suroviny__list li::before {
  content: "\2022";
  color: #feb83c;
  font-weight: bold;
  font-size: 1.5rem;
  position: absolute;
  height: 0.5rem;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 0.5rem;
}
.detail-receptu__suroviny__product {
  font-weight: bold;
  display: flex;
  align-items: center;
}
.detail-receptu__suroviny__product img {
  width: 3rem;
  padding: 0 0.5625rem 0.28125rem 0;
}
.detail-receptu__image img {
  width: 100%;
}
.detail-receptu__image__galery {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.6245rem;
  padding-top: 1.6245rem;
}
.detail-receptu__image__galery__header {
  font-size: 1.125rem;
  align-self: center;
}
@media only screen and (min-width: 30rem) {
  .detail-receptu__image__galery__header {
    margin-right: 2.25rem;
    font-size: 1.87425rem;
  }
}
.detail-receptu__image__galery .owl-carousel {
  width: 68%;
  padding: 0 1%;
  margin-top: 0;
}
.detail-receptu__image__galery .owl-carousel .owl-next,
.detail-receptu__image__galery .owl-carousel .owl-prev {
  margin: auto;
  top: 0;
  bottom: 0;
}
.detail-receptu__image__galery .owl-carousel .owl-next {
  right: 0;
}
.detail-receptu__image__galery .owl-carousel .owl-prev {
  left: 0;
}
.detail-receptu__image__galery .owl-carousel .owl-item img {
  margin: auto;
}
.detail-receptu__variables {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  padding: 1.37475rem 2.25rem 0 2.25rem;
  border: solid 1px #feb83c;
  border-radius: 3px;
  margin: 1.125rem 0 1.6245rem;
}
@media only screen and (min-width: 50rem) {
  .detail-receptu__variables {
    flex-wrap: nowrap;
  }
}
.detail-receptu__variables__item {
  display: flex;
  color: #555555;
  align-items: center;
  position: relative;
  width: 100%;
  margin-bottom: 1.37475rem;
}
@media only screen and (min-width: 40rem) {
  .detail-receptu__variables__item {
    width: 50%;
  }
}
@media only screen and (min-width: 50rem) {
  .detail-receptu__variables__item {
    width: 33%;
  }
  .detail-receptu__variables__item:not(:last-child):after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 100%;
    background-image: url(../images/recepty_promenne_oddelovac.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.detail-receptu__variables__item__icon {
  fill: #dc9831;
  width: 30%;
  height: 3rem;
}
.detail-receptu__variables__item__value {
  width: 70%;
}
/*@import 'less/svgIcons.less';*/
.clearLeft {
  clear: left;
}
/*br.clear {
	display: none;
}*/
.adminMenu {
  float: left;
  padding: 0;
}
.adminMenu--wrapper {
  position: relative;
  z-index: 1;
}
.adminMenu__item {
  float: left;
  list-style: none;
}
.adminMenu__item a {
  display: block;
  padding: 0.28125rem 1.125rem;
  margin: 0 0.5625rem 0.5625rem 0;
  color: #000;
  text-decoration: none;
  border: 1px solid #000;
  border-radius: 3px;
}
.adminMenu__item a:hover {
  text-decoration: underline;
}
.adminMenu__item--active a {
  color: #dc9831;
}
#dExistujiciEntity a {
  text-decoration: none;
}
.existujiciVetve,
.existujiciEntity {
  display: block;
  padding: 0.28125rem;
  color: #000;
  border-bottom: 1px solid #e0e0e0;
}
.existujiciVetve:hover,
.existujiciEntity:hover {
  background-color: #d0d0d0;
}
.existujiciVetve .typ,
.existujiciEntity .sTyp {
  float: right;
  margin-left: 0.5625rem;
  font-size: 75%;
  color: #3171A8;
}
.existujiciVetve .typ .popis,
.existujiciEntity .sTyp .popis {
  font-size: 90%;
  color: #808080;
}
.existujiciVetve:nth-child(even),
.existujiciEntitySudy {
  background-color: #f0f0f0;
}
.footer .admin-button {
  display: inline-block;
  font-size: 16px;
  line-height: 1.25;
  font-family: Oswald, sans-serif;
  background: transparent;
  color: #fff;
  margin-bottom: 34px;
  letter-spacing: 0.07em;
  padding: 5px 10px;
  border-radius: 3px;
  border: 2px solid #333;
}
.footer .admin-button:hover {
  color: #fff;
  border-color: #dc9831;
  background-color: #dc9831;
  text-decoration: none;
}
/***** Admin *****/
#admin-menu {
  padding: 10px 0 0;
  margin: 15px 0;
  background: #fff;
  border-top: 1px solid #3c3c3b;
  border-bottom: 1px solid #3c3c3b;
}
#admin-menu .title {
  display: block;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  background: #fff;
}
.admin-menu {
  float: left;
  margin: 0;
}
.admin-menu li {
  float: left;
  margin-bottom: 5px;
  list-style: none;
}
.admin-menu li .submenu-admin li {
  margin-bottom: 0px;
}
.admin-menu a {
  display: block;
  padding: 5px 10px;
  margin-bottom: -6px;
  border: 1px solid #eee;
  background: #fafafa;
}
.admin-menu a.aktivni {
  color: #c90c0f;
  background: transparent;
  border-bottom-color: #fff;
  box-shadow: 2px -2px 6px -3px rgba(0, 0, 0, 0.35);
}
.admin-menu-link {
  margin-bottom: 5px;
  text-align: right;
  width: 100%;
}
#dExistujiciEntity a,
.existujiciVetve a,
#dExistujiciZalozky a {
  text-decoration: none;
}
.existujiciEntity,
.existujiciVetve,
.existujiciZalozky {
  display: block;
  padding: 0.3em;
  color: black;
  border-bottom: 1px solid gray;
  background-color: rgba(255, 255, 255, 0.9);
}
.existujiciEntity:hover,
.existujiciVetve:hover,
.existujiciZalozky:hover {
  color: black;
  background-color: #e3e3e3;
}
.existujiciZalozky span {
  font-weight: normal;
}
.existujiciZalozky .nazev {
  font-weight: bold;
}
.existujiciEntitySudy,
.existujiciVetveSudy {
  background-color: #f0f0f0;
}
.existujiciEntity .sTyp,
.existujiciVetve .typ {
  margin-left: 10px;
  color: #3171A8;
  font-size: 85%;
  float: right;
}
.existujiciVetve .typ .popis {
  font-size: 90%;
  color: #808080;
}
.existujiciVetve .iIkonaTagu {
  display: inline;
  height: 22px;
  vertical-align: middle;
  margin: 0 5px;
  float: none;
}
.skupinaTagu .iIkonaTagu {
  display: inline;
  height: 22px;
  vertical-align: middle;
  margin: 0 5px;
  float: none;
}
table.tExistujiciPolozky {
  width: 100%;
  margin: 0px 0px 10px 0px;
  border-collapse: collapse;
}
table.tExistujiciPolozky th,
table.tExistujiciPolozky td {
  padding: 3px 6px;
}
table.tExistujiciPolozky tr:hover td {
  background-color: #e3e3e3;
}
table.tExistujiciPolozky .sudy td {
  background-color: #f0f0f0;
}
table.tExistujiciPolozky .aktivni td {
  background-color: #FDEED2;
}
table.tExistujiciPolozky .needitovalne {
  color: #9C9C9C;
  font-style: italic;
}
.oddelovac {
  height: 1px;
  margin: 15px 0 10px;
  background: #d0d0d0;
  border: 0;
  clear: both;
}
.do-prava {
  text-align: right;
}
.do-leva {
  text-align: left;
}
.vystredene {
  text-align: center;
}
.clearLeft {
  clear: left;
}
.clearRight {
  clear: right;
}
.fLeft {
  float: left;
}
.fRight {
  float: right;
}
.smazat {
  display: block;
  position: relative;
  width: 16px;
  height: 16px;
  margin-left: 3px;
  margin-right: -19px;
  background: url("../../images/close_16.png") no-repeat 0px 0px;
  float: left;
  cursor: pointer;
  text-indent: 100%;
  overflow: hidden;
}
.smazat:HOVER {
  background-position: 0px -16px;
}
.smazat:ACTIVE {
  background-position: -16px 0px;
}
.popisInput {
  position: relative;
  top: -9px;
  margin-bottom: -9px;
  font-weight: normal;
}
.dZarazeni {
  margin-left: 120px;
}
.sJazykMenu {
  padding: 7px 10px 7px 10px;
  float: left;
  background-color: #f9f9f9;
}
.sJazykHierarchie {
  padding: 7px 10px 7px 10px;
}
.sJazykMenu.sudy,
.sJazykHierarchie.sudy {
  background-color: #ededed;
}
.sJazykMenu .sNazevMenu,
.sJazykHierarchie .sNazevMenu {
  display: block;
  margin: 4px 0 2px 0;
  font-weight: bold;
}
.produktZarazeni,
.dZarazeniSeznamProduktu {
  margin-left: 0;
}
.produktZarazeni.neaktivni label {
  color: #9a9a9a;
}
.skupinaTagu {
  margin: 0 0 30px 0;
}
.skupinaTagu .dZarazeniSeznamProduktu {
  margin-left: 80px;
}
.iIkonaTagu {
  display: block;
  position: relative;
  margin: 0px 0px 5px 10px;
  float: left;
  border: 1px solid #B6B6B5;
}
.polozkaPoImportu {
  display: block;
  background-color: #F7F4F4;
}
.polozkaPoImportu .text {
  display: block;
  padding: 5px 15px 4px 15px;
  color: #C90C0F;
  background-color: #EABABA;
  font-weight: bold;
}
.btnSmazatHodnotu {
  margin-right: 206px;
}
span.kopirovat,
strong.kopirovat {
  position: relative;
  display: block;
  float: left;
  margin-right: 5px;
}
.admin-menu-link span.kopirovat,
.admin-menu-link strong.kopirovat {
  float: none;
  display: inline-block;
}
strong .kopirovat #tmp,
strong.kopirovat #tmp {
  font-weight: bold;
}
textarea#tmp {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  min-height: inherit;
  border: 0 none transparent;
  margin: 0;
  padding: 0;
  resize: none;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.6;
}
.polozkaLabel textarea#tmp {
  top: 3px;
}
textarea#tmp:ACTIVE,
textarea#tmp:FOCUS {
  background: transparent;
}
.nezobrazovat {
  display: none;
}
.editovane td {
  background-color: #A7BDE4;
}
.dTestovaciStranky {
  position: absolute;
  width: 600px;
  margin: 1px auto;
  padding: 8px;
  left: 0;
  right: 0;
  color: #C90C0F;
  background-color: #fff;
  border: 5px solid #C90C0F;
  text-align: center;
  font-weight: bold;
  z-index: 100000;
}
.clearance {
  color: red;
}
.remainder {
  color: blue;
}
.admin-table {
  width: 100%;
}
/* texy tridy */
.obrazekPravy {
  float: right;
  margin: 0 15px 15px 0;
}
.obrazekLevy {
  float: left;
  margin: 0 0 15px 15px;
}
.admin-form-table table td {
  padding: 7px 15px;
  border: none;
}
.admin-form-table table input,
.admin-form-table table select {
  margin-bottom: 0;
}
.menu-link-wrapper {
  float: right;
  width: 50%;
  text-align: right;
  margin-top: -62px;
}
.home .menu-link-wrapper {
  float: none;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 25px;
  text-align: center;
  top: 0;
}
.menu-link {
  display: inline-block;
  margin-left: 5px;
  text-align: center;
  text-decoration: none;
  color: #5f5f5f;
  position: relative;
  /* for span */
}
.home .menu-link {
  margin: 0 10px 10px;
}
.menu-link .no-display {
  display: block;
  height: 80px;
  width: 80px;
  font-size: 0;
  color: #fff;
  background: #fff;
  border-radius: 40px;
  position: absolute;
  top: 7px;
  left: 7px;
}
.home .menu-link .no-display {
  display: none;
}
.menu-link span {
  font-size: 94px;
  position: relative;
  z-index: 1;
}
.home .menu-link span {
  font-size: 192px;
  color: #c51a1b;
}
.menu-link:hover,
.menu-link.active {
  color: #c51a1b;
}
.home .menu-link:hover span {
  color: #5f5f5f;
}
.color-red {
  color: #c51a1b;
}
.recommended {
  margin-bottom: 3px;
  background: #e3e3e3;
}
.recommended h2 {
  padding-top: 15px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.margin-bottom-55 {
  margin-bottom: 55px;
}
.color-green {
  color: #52ae32 !important;
}
.bold {
  font-weight: 700;
}
.dPolozka.banner {
  margin: 0 0 10px 0;
  padding: 5px 0;
  border: 1px solid #3c3c3b;
  border-right: none;
  border-left: none;
}
.nahledBanner {
  position: relative;
}
.nahledBanner img {
  display: block;
  width: auto;
  height: 100px;
}
.nahledBanner a {
  position: relative;
  display: block;
  float: left;
  margin: 0 2px 2px 0;
}
.nahledBanner .neaktivni {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.table-admin {
  width: 100%;
}
.table-admin tr {
  border-bottom: 1px solid #d5d5d5;
}
.ajax {
  cursor: pointer;
}
.product-item .price .line-through.empty {
  text-decoration: none;
}
.owl-next.disabled,
.owl-prev.disabled {
  display: none !important;
}
.popup-overlay,
#preloader {
  display: none;
  width: 100%;
  height: 100%;
  background: url('../images/popup-overlay.png') repeat 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
#preloader {
  position: fixed;
}
#preloader {
  background: url('../images/popup-overlay-white.png') repeat 0 0;
}
#preloader .content {
  width: 180px;
  height: 45px;
  line-height: 20px;
  padding: 35px 15px 40px 105px;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  background-image: url("../images/loadingSpinner.gif");
  background-position: 15px 50%;
  background-repeat: no-repeat;
  box-shadow: 0 0 5px 0 #333;
  border-radius: 3px;
  position: fixed;
  top: 30%;
  left: 0;
  right: 0;
}
@keyframes slide {
  100% {
    left: 0;
  }
}
@-webkit-keyframes slide {
  100% {
    left: 0;
  }
}
@-ms-keyframes slide {
  100% {
    left: 0;
  }
}
@-moz-keyframes slide {
  100% {
    left: 0;
  }
}
@-o-keyframes slide {
  100% {
    left: 0;
  }
}
@keyframes fadeRight {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(130%, 0);
  }
}
@-webkit-keyframes fadeRight {
  to {
    transform: translate(130%, 0);
  }
}
@-ms-keyframes fadeRight {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(130%, 0);
  }
}
@-moz-keyframes fadeRight {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(130%, 0);
  }
}
@-o-keyframes fadeRight {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(130%, 0);
  }
}
@keyframes showLeft {
  0% {
    transform: translate(-130%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-webkit-keyframes showLeft {
  0% {
    transform: translate(-130%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-ms-keyframes showLeft {
  0% {
    transform: translate(-130%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-moz-keyframes showLeft {
  0% {
    transform: translate(-130%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-o-keyframes showLeft {
  0% {
    transform: translate(-130%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #dc9831;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  /*font-family: inherit;*/
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */
/*@charset "UTF-8";*/
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.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;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%,
  43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  40%,
  43%,
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%,
  43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  40%,
  43%,
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  0%,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  0%,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    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);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-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);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
  }
  0%,
  40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
  }
  50%,
  80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
  }
  0%,
  40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
  }
  50%,
  80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  0%,
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  0%,
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible!important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  0%,
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  0%,
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible!important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible!important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
  }
  60%,
  80% {
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
  }
  60%,
  80% {
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    transform-origin: top left;
  }
  0%,
  20%,
  60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    transform-origin: top left;
  }
  40%,
  80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    transform-origin: top left;
  }
  0%,
  20%,
  60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    transform-origin: top left;
  }
  40%,
  80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50%,
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50%,
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/* Predefined classes to help vertical spacing 
Created By Eon
Under the MIT License
*/
.pt0 {
  padding-top: 0;
}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pt35 {
  padding-top: 35px;
}
.pt40 {
  padding-top: 40px;
}
.pt45 {
  padding-top: 45px;
}
.pt50 {
  padding-top: 50px;
}
.pt55 {
  padding-top: 55px;
}
.pt60 {
  padding-top: 60px;
}
.pt65 {
  padding-top: 65px;
}
.pt70 {
  padding-top: 70px;
}
.pt75 {
  padding-top: 75px;
}
.pt80 {
  padding-top: 80px;
}
.pt85 {
  padding-top: 85px;
}
.pt90 {
  padding-top: 90px;
}
.pt95 {
  padding-top: 95px;
}
.pt100 {
  padding-top: 100px;
}
.pt110 {
  padding-top: 110px;
}
.pt120 {
  padding-top: 120px;
}
.pt130 {
  padding-top: 130px;
}
.pt140 {
  padding-top: 140px;
}
.pt150 {
  padding-top: 150px;
}
.pt160 {
  padding-top: 160px;
}
.pt170 {
  padding-top: 170px;
}
.pt180 {
  padding-top: 180px;
}
.pt190 {
  padding-top: 190px;
}
.pt200 {
  padding-top: 200px;
}
.pb0 {
  padding-bottom: 0;
}
.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb35 {
  padding-bottom: 35px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb45 {
  padding-bottom: 45px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb55 {
  padding-bottom: 55px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb65 {
  padding-bottom: 65px;
}
.pb70 {
  padding-bottom: 70px;
}
.pb75 {
  padding-bottom: 75px;
}
.pb80 {
  padding-bottom: 80px;
}
.pb85 {
  padding-bottom: 85px;
}
.pb90 {
  padding-bottom: 90px;
}
.pb95 {
  padding-bottom: 95px;
}
.pb100 {
  padding-bottom: 100px;
}
.pb110 {
  padding-bottom: 110px;
}
.pb120 {
  padding-bottom: 120px;
}
.pb130 {
  padding-bottom: 130px;
}
.pb140 {
  padding-bottom: 140px;
}
.pb150 {
  padding-bottom: 150px;
}
.pb160 {
  padding-bottom: 160px;
}
.pb170 {
  padding-bottom: 170px;
}
.pb180 {
  padding-bottom: 180px;
}
.pb190 {
  padding-bottom: 190px;
}
.pb200 {
  padding-bottom: 200px;
}
div[class^=mb],
div[class^=mt] {
  min-height: 1px;
}
.mt0 {
  margin-top: 0 !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt10-r {
  margin-top: -10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt15-r {
  margin-top: -15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt55 {
  margin-top: 55px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt65 {
  margin-top: 65px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt75 {
  margin-top: 75px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mt85 {
  margin-top: 85px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.mt95 {
  margin-top: 95px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mt110 {
  margin-top: 110px !important;
}
.mt120 {
  margin-top: 120px !important;
}
.mt130 {
  margin-top: 130px !important;
}
.mt140 {
  margin-top: 140px !important;
}
.mt150 {
  margin-top: 150px !important;
}
.mt160 {
  margin-top: 160px !important;
}
.mt170 {
  margin-top: 170px !important;
}
.mt180 {
  margin-top: 180px !important;
}
.mt190 {
  margin-top: 190px !important;
}
.mt200 {
  margin-top: 200px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb55 {
  margin-bottom: 55px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb65 {
  margin-bottom: 65px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb75 {
  margin-bottom: 75px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb85 {
  margin-bottom: 85px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb95 {
  margin-bottom: 95px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.mb110 {
  margin-bottom: 110px !important;
}
.mb120 {
  margin-bottom: 120px !important;
}
.mb130 {
  margin-bottom: 130px !important;
}
.mb140 {
  margin-bottom: 140px !important;
}
.mb150 {
  margin-bottom: 150px !important;
}
.mb160 {
  margin-bottom: 160px !important;
}
.mb170 {
  margin-bottom: 170px !important;
}
.mb180 {
  margin-bottom: 180px !important;
}
.mb190 {
  margin-bottom: 190px !important;
}
.mb200 {
  margin-bottom: 200px !important;
}
@media (max-width: 991px) {
  .pt0-sm {
    padding-top: 0;
  }
  .pt5-sm {
    padding-top: 5px;
  }
  .pt10-sm {
    padding-top: 10px;
  }
  .pt15-sm {
    padding-top: 15px;
  }
  .pt20-sm {
    padding-top: 20px;
  }
  .pt25-sm {
    padding-top: 25px;
  }
  .pt30-sm {
    padding-top: 30px;
  }
  .pt35-sm {
    padding-top: 35px;
  }
  .pt40-sm {
    padding-top: 40px;
  }
  .pt45-sm {
    padding-top: 45px;
  }
  .pt50-sm {
    padding-top: 50px;
  }
  .pt55-sm {
    padding-top: 55px;
  }
  .pt60-sm {
    padding-top: 60px;
  }
  .pt65-sm {
    padding-top: 65px;
  }
  .pt70-sm {
    padding-top: 70px;
  }
  .pt75-sm {
    padding-top: 75px;
  }
  .pt80-sm {
    padding-top: 80px;
  }
  .pt85-sm {
    padding-top: 85px;
  }
  .pt90-sm {
    padding-top: 90px;
  }
  .pt95-sm {
    padding-top: 95px;
  }
  .pt100-sm {
    padding-top: 100px;
  }
  .pt110-sm {
    padding-top: 110px;
  }
  .pt120-sm {
    padding-top: 120px;
  }
  .pt130-sm {
    padding-top: 130px;
  }
  .pt140-sm {
    padding-top: 140px;
  }
  .pt150-sm {
    padding-top: 150px;
  }
  .pt160-sm {
    padding-top: 160px;
  }
  .pt170-sm {
    padding-top: 170px;
  }
  .pt180-sm {
    padding-top: 180px;
  }
  .pt190-sm {
    padding-top: 190px;
  }
  .pt200-sm {
    padding-top: 200px;
  }
  .pb0-sm {
    padding-bottom: 0;
  }
  .pb5-sm {
    padding-bottom: 5px;
  }
  .pb10-sm {
    padding-bottom: 10px;
  }
  .pb15-sm {
    padding-bottom: 15px;
  }
  .pb20-sm {
    padding-bottom: 20px;
  }
  .pb25-sm {
    padding-bottom: 25px;
  }
  .pb30-sm {
    padding-bottom: 30px;
  }
  .pb35-sm {
    padding-bottom: 35px;
  }
  .pb40-sm {
    padding-bottom: 40px;
  }
  .pb45-sm {
    padding-bottom: 45px;
  }
  .pb50-sm {
    padding-bottom: 50px;
  }
  .pb55-sm {
    padding-bottom: 55px;
  }
  .pb60-sm {
    padding-bottom: 60px;
  }
  .pb65-sm {
    padding-bottom: 65px;
  }
  .pb70-sm {
    padding-bottom: 70px;
  }
  .pb75-sm {
    padding-bottom: 75px;
  }
  .pb80-sm {
    padding-bottom: 80px;
  }
  .pb85-sm {
    padding-bottom: 85px;
  }
  .pb90-sm {
    padding-bottom: 90px;
  }
  .pb95-sm {
    padding-bottom: 95px;
  }
  .pb100-sm {
    padding-bottom: 100px;
  }
  .pb110-sm {
    padding-bottom: 110px;
  }
  .pb120-sm {
    padding-bottom: 120px;
  }
  .pb130-sm {
    padding-bottom: 130px;
  }
  .pb140-sm {
    padding-bottom: 140px;
  }
  .pb150-sm {
    padding-bottom: 150px;
  }
  .pb160-sm {
    padding-bottom: 160px;
  }
  .pb170-sm {
    padding-bottom: 170px;
  }
  .pb180-sm {
    padding-bottom: 180px;
  }
  .pb190-sm {
    padding-bottom: 190px;
  }
  .pb200-sm {
    padding-bottom: 200px;
  }
  .mt0-sm {
    margin-top: 0 !important;
  }
  .mt5-sm {
    margin-top: 5px !important;
  }
  .mt10-sm {
    margin-top: 10px !important;
  }
  .mt15-sm {
    margin-top: 15px !important;
  }
  .mt20-sm {
    margin-top: 20px !important;
  }
  .mt25-sm {
    margin-top: 25px !important;
  }
  .mt30-sm {
    margin-top: 30px !important;
  }
  .mt35-sm {
    margin-top: 35px !important;
  }
  .mt40-sm {
    margin-top: 40px !important;
  }
  .mt45-sm {
    margin-top: 45px !important;
  }
  .mt50-sm {
    margin-top: 50px !important;
  }
  .mt55-sm {
    margin-top: 55px !important;
  }
  .mt60-sm {
    margin-top: 60px !important;
  }
  .mt65-sm {
    margin-top: 65px !important;
  }
  .mt70-sm {
    margin-top: 70px !important;
  }
  .mt75-sm {
    margin-top: 75px !important;
  }
  .mt80-sm {
    margin-top: 80px !important;
  }
  .mt85-sm {
    margin-top: 85px !important;
  }
  .mt90-sm {
    margin-top: 90px !important;
  }
  .mt95-sm {
    margin-top: 95px !important;
  }
  .mt100-sm {
    margin-top: 100px !important;
  }
  .mt110-sm {
    margin-top: 110px !important;
  }
  .mt120-sm {
    margin-top: 120px !important;
  }
  .mt130-sm {
    margin-top: 130px !important;
  }
  .mt140-sm {
    margin-top: 140px !important;
  }
  .mt150-sm {
    margin-top: 150px !important;
  }
  .mt160-sm {
    margin-top: 160px !important;
  }
  .mt170-sm {
    margin-top: 170px !important;
  }
  .mt180-sm {
    margin-top: 180px !important;
  }
  .mt190-sm {
    margin-top: 190px !important;
  }
  .mt200-sm {
    margin-top: 200px !important;
  }
  .mb0-sm {
    margin-bottom: 0 !important;
  }
  .mb5-sm {
    margin-bottom: 5px !important;
  }
  .mb10-sm {
    margin-bottom: 10px !important;
  }
  .mb15-sm {
    margin-bottom: 15px !important;
  }
  .mb20-sm {
    margin-bottom: 20px !important;
  }
  .mb25-sm {
    margin-bottom: 25px !important;
  }
  .mb30-sm {
    margin-bottom: 30px !important;
  }
  .mb35-sm {
    margin-bottom: 35px !important;
  }
  .mb40-sm {
    margin-bottom: 40px !important;
  }
  .mb45-sm {
    margin-bottom: 45px !important;
  }
  .mb50-sm {
    margin-bottom: 50px !important;
  }
  .mb55-sm {
    margin-bottom: 55px !important;
  }
  .mb60-sm {
    margin-bottom: 60px !important;
  }
  .mb65-sm {
    margin-bottom: 65px !important;
  }
  .mb70-sm {
    margin-bottom: 70px !important;
  }
  .mb75-sm {
    margin-bottom: 75px !important;
  }
  .mb80-sm {
    margin-bottom: 80px !important;
  }
  .mb85-sm {
    margin-bottom: 85px !important;
  }
  .mb90-sm {
    margin-bottom: 90px !important;
  }
  .mb95-sm {
    margin-bottom: 95px !important;
  }
  .mb100-sm {
    margin-bottom: 100px !important;
  }
  .mb110-sm {
    margin-bottom: 110px !important;
  }
  .mb120-sm {
    margin-bottom: 120px !important;
  }
  .mb130-sm {
    margin-bottom: 130px !important;
  }
  .mb140-sm {
    margin-bottom: 140px !important;
  }
  .mb150-sm {
    margin-bottom: 150px !important;
  }
  .mb160-sm {
    margin-bottom: 160px !important;
  }
  .mb170-sm {
    margin-bottom: 170px !important;
  }
  .mb180-sm {
    margin-bottom: 180px !important;
  }
  .mb190-sm {
    margin-bottom: 190px !important;
  }
  .mb200-sm {
    margin-bottom: 200px !important;
  }
}
@media (max-width: 767px) {
  .pt0-xs {
    padding-top: 0;
  }
  .pt5-xs {
    padding-top: 5px;
  }
  .pt10-xs {
    padding-top: 10px;
  }
  .pt15-xs {
    padding-top: 15px;
  }
  .pt20-xs {
    padding-top: 20px;
  }
  .pt25-xs {
    padding-top: 25px;
  }
  .pt30-xs {
    padding-top: 30px;
  }
  .pt35-xs {
    padding-top: 35px;
  }
  .pt40-xs {
    padding-top: 40px;
  }
  .pt45-xs {
    padding-top: 45px;
  }
  .pt50-xs {
    padding-top: 50px;
  }
  .pt55-xs {
    padding-top: 55px;
  }
  .pt60-xs {
    padding-top: 60px;
  }
  .pt65-xs {
    padding-top: 65px;
  }
  .pt70-xs {
    padding-top: 70px;
  }
  .pt75-xs {
    padding-top: 75px;
  }
  .pt80-xs {
    padding-top: 80px;
  }
  .pt85-xs {
    padding-top: 85px;
  }
  .pt90-xs {
    padding-top: 90px;
  }
  .pt95-xs {
    padding-top: 95px;
  }
  .pt100-xs {
    padding-top: 100px;
  }
  .pt110-xs {
    padding-top: 110px;
  }
  .pt120-xs {
    padding-top: 120px;
  }
  .pt130-xs {
    padding-top: 130px;
  }
  .pt140-xs {
    padding-top: 140px;
  }
  .pt150-xs {
    padding-top: 150px;
  }
  .pt160-xs {
    padding-top: 160px;
  }
  .pt170-xs {
    padding-top: 170px;
  }
  .pt180-xs {
    padding-top: 180px;
  }
  .pt190-xs {
    padding-top: 190px;
  }
  .pt200-xs {
    padding-top: 200px;
  }
  .pb0-xs {
    padding-bottom: 0;
  }
  .pb5-xs {
    padding-bottom: 5px;
  }
  .pb10-xs {
    padding-bottom: 10px;
  }
  .pb15-xs {
    padding-bottom: 15px;
  }
  .pb20-xs {
    padding-bottom: 20px;
  }
  .pb25-xs {
    padding-bottom: 25px;
  }
  .pb30-xs {
    padding-bottom: 30px;
  }
  .pb35-xs {
    padding-bottom: 35px;
  }
  .pb40-xs {
    padding-bottom: 40px;
  }
  .pb45-xs {
    padding-bottom: 45px;
  }
  .pb50-xs {
    padding-bottom: 50px;
  }
  .pb55-xs {
    padding-bottom: 55px;
  }
  .pb60-xs {
    padding-bottom: 60px;
  }
  .pb65-xs {
    padding-bottom: 65px;
  }
  .pb70-xs {
    padding-bottom: 70px;
  }
  .pb75-xs {
    padding-bottom: 75px;
  }
  .pb80-xs {
    padding-bottom: 80px;
  }
  .pb85-xs {
    padding-bottom: 85px;
  }
  .pb90-xs {
    padding-bottom: 90px;
  }
  .pb95-xs {
    padding-bottom: 95px;
  }
  .pb100-xs {
    padding-bottom: 100px;
  }
  .pb110-xs {
    padding-bottom: 110px;
  }
  .pb120-xs {
    padding-bottom: 120px;
  }
  .pb130-xs {
    padding-bottom: 130px;
  }
  .pb140-xs {
    padding-bottom: 140px;
  }
  .pb150-xs {
    padding-bottom: 150px;
  }
  .pb160-xs {
    padding-bottom: 160px;
  }
  .pb170-xs {
    padding-bottom: 170px;
  }
  .pb180-xs {
    padding-bottom: 180px;
  }
  .pb190-xs {
    padding-bottom: 190px;
  }
  .pb200-xs {
    padding-bottom: 200px;
  }
  .mt0-xs {
    margin-top: 0 !important;
  }
  .mt5-xs {
    margin-top: 5px !important;
  }
  .mt10-xs {
    margin-top: 10px !important;
  }
  .mt15-xs {
    margin-top: 15px !important;
  }
  .mt20-xs {
    margin-top: 20px !important;
  }
  .mt25-xs {
    margin-top: 25px !important;
  }
  .mt30-xs {
    margin-top: 30px !important;
  }
  .mt35-xs {
    margin-top: 35px !important;
  }
  .mt40-xs {
    margin-top: 40px !important;
  }
  .mt45-xs {
    margin-top: 45px !important;
  }
  .mt50-xs {
    margin-top: 50px !important;
  }
  .mt55-xs {
    margin-top: 55px !important;
  }
  .mt60-xs {
    margin-top: 60px !important;
  }
  .mt65-xs {
    margin-top: 65px !important;
  }
  .mt70-xs {
    margin-top: 70px !important;
  }
  .mt75-xs {
    margin-top: 75px !important;
  }
  .mt80-xs {
    margin-top: 80px !important;
  }
  .mt85-xs {
    margin-top: 85px !important;
  }
  .mt90-xs {
    margin-top: 90px !important;
  }
  .mt95-xs {
    margin-top: 95px !important;
  }
  .mt100-xs {
    margin-top: 100px !important;
  }
  .mt110-xs {
    margin-top: 110px !important;
  }
  .mt120-xs {
    margin-top: 120px !important;
  }
  .mt130-xs {
    margin-top: 130px !important;
  }
  .mt140-xs {
    margin-top: 140px !important;
  }
  .mt150-xs {
    margin-top: 150px !important;
  }
  .mt160-xs {
    margin-top: 160px !important;
  }
  .mt170-xs {
    margin-top: 170px !important;
  }
  .mt180-xs {
    margin-top: 180px !important;
  }
  .mt190-xs {
    margin-top: 190px !important;
  }
  .mt200-xs {
    margin-top: 200px !important;
  }
  .mb0-xs {
    margin-bottom: 0 !important;
  }
  .mb5-xs {
    margin-bottom: 5px !important;
  }
  .mb10-xs {
    margin-bottom: 10px !important;
  }
  .mb15-xs {
    margin-bottom: 15px !important;
  }
  .mb20-xs {
    margin-bottom: 20px !important;
  }
  .mb25-xs {
    margin-bottom: 25px !important;
  }
  .mb30-xs {
    margin-bottom: 30px !important;
  }
  .mb35-xs {
    margin-bottom: 35px !important;
  }
  .mb40-xs {
    margin-bottom: 40px !important;
  }
  .mb45-xs {
    margin-bottom: 45px !important;
  }
  .mb50-xs {
    margin-bottom: 50px !important;
  }
  .mb55-xs {
    margin-bottom: 55px !important;
  }
  .mb60-xs {
    margin-bottom: 60px !important;
  }
  .mb65-xs {
    margin-bottom: 65px !important;
  }
  .mb70-xs {
    margin-bottom: 70px !important;
  }
  .mb75-xs {
    margin-bottom: 75px !important;
  }
  .mb80-xs {
    margin-bottom: 80px !important;
  }
  .mb85-xs {
    margin-bottom: 85px !important;
  }
  .mb90-xs {
    margin-bottom: 90px !important;
  }
  .mb95-xs {
    margin-bottom: 95px !important;
  }
  .mb100-xs {
    margin-bottom: 100px !important;
  }
  .mb110-xs {
    margin-bottom: 110px !important;
  }
  .mb120-xs {
    margin-bottom: 120px !important;
  }
  .mb130-xs {
    margin-bottom: 130px !important;
  }
  .mb140-xs {
    margin-bottom: 140px !important;
  }
  .mb150-xs {
    margin-bottom: 150px !important;
  }
  .mb160-xs {
    margin-bottom: 160px !important;
  }
  .mb170-xs {
    margin-bottom: 170px !important;
  }
  .mb180-xs {
    margin-bottom: 180px !important;
  }
  .mb190-xs {
    margin-bottom: 190px !important;
  }
  .mb200-xs {
    margin-bottom: 200px !important;
  }
}
/*# sourceMappingURL=main.css.map */