/*------------------------------------------------------------------
Project:	Mentor - Mentor & Coach HTML Template
Version:	1.0
Last change:	24.10.2016
Assigned to:	ThemeStarz

[Table of contents]

1. Header
2. Hero Slider
3. Elements Styling
4. Universal classes
5. Classes
6. Forms
7. Responsive

[Color codes]

default_color[#4611a7];
Color grey dark: #1f1f1f;
Color grey light: #fafafa;

[Typography]

Body copy:		'Lato', sans-serif; 14px;
Headers:		'Lato', sans-serif;

-------------------------------------------------------------------*/
/* 4. Universal classes */
.block {
  padding: 30px 0;
  /*overflow: hidden;*/
  position: relative;
}
.block.big-padding {
  padding: 60px 0;
}

.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.bg img {
  max-width: inherit;
  height: 100%;
}
.bg.color.default {
  background-color: #4611a7;
}
.bg.color.dark {
  background-color: #1f1f1f;
}
.bg.color.white {
  background-color: #fff;
}
.bg.color.neutral {
  background-color: #f6f6f4;
}
.bg.color.black {
  background-color: #000;
}

.background-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.background-wrapper img {
  width: 100%;
  height: auto;
}
.background-wrapper .map {
  height: 100%;
}
.background-wrapper .background-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.background-wrapper .background-color.background-color-white {
  background-color: #fff;
}
.background-wrapper .background-color.background-color-black {
  background-color: #000;
}
.background-wrapper .background-color.background-color-default {
  background-color: #4611a7;
}


.bg-transfer {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  width: 100%;
}
.bg-transfer img {
  /*display: none !important;*/
}

.box {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  padding: 20px;
  position: relative;
  background-color: #fafafa;
}

.center {
  text-align: center;
}

.container .block {
  padding: 30px;
}

.label.label-info {
  background-color: #f6f6f4;
  color: rgba(0, 0, 0, 0.5);
}
.label.label-danger {
  background-color: #ed2a21;
}

.font-color-white {
  color: white;
}
.font-color-white:hover, .font-color-white:active, .font-color-white:focus {
  color: white !important;
}
.font-color-white:hover i, .font-color-white:active i, .font-color-white:focus i {
  color: white !important;
}

.font-color-black {
  color: #000;
}

.font-color-default {
  color: #4611a7;
}

.font-color-dark {
  color: #1f1f1f;
}

.font-color-neutral {
  color: #f6f6f4;
}

.no-margin {
  margin: 0;
}

.no-bottom-margin {
  margin-bottom: 0 !important;
}

.no-top-margin {
  margin-top: 0;
}

.note {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  color: #000;
  vertical-align: middle;
  font-size: 12px;
  margin: 5px 0;
}

.half-bottom-margin {
  margin-bottom: 30px;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^="col-"], .row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.opacity-90 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}

.opacity-80 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.opacity-70 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.opacity-60 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

.opacity-50 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

.opacity-40 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.opacity-30 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}

.opacity-20 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
}

.opacity-19 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=19);
  opacity: 0.19;
}

.opacity-18 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=18);
  opacity: 0.18;
}

.opacity-17 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=17);
  opacity: 0.17;
}

.opacity-16 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=16);
  opacity: 0.16;
}

.opacity-15 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=15);
  opacity: 0.15;
}

.opacity-14 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=14);
  opacity: 0.14;
}

.opacity-13 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=13);
  opacity: 0.13;
}

.opacity-12 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=12);
  opacity: 0.12;
}

.opacity-11 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=11);
  opacity: 0.11;
}

.opacity-10 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1;
}

.opacity-9 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=9);
  opacity: 0.09;
}

.opacity-8 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=8);
  opacity: 0.08;
}

.opacity-7 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=7);
  opacity: 0.07;
}

.opacity-6 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=6);
  opacity: 0.06;
}

.opacity-5 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=5);
  opacity: 0.05;
}

.opacity-4 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=4);
  opacity: 0.04;
}

.opacity-3 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=3);
  opacity: 0.03;
}

.opacity-2 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=2);
  opacity: 0.02;
}

.opacity-1 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
  opacity: 0.01;
}

.opacity-0 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.overlay {
  position: relative;
}
.overlay:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
}

.text-color-white {
  color: #fff !important;
}
.text-color-white a {
  color: #fff;
}

.text-align-right {
  text-align: right;
}

.text-align-left {
  text-align: left;
}

.vertical-aligned-elements {
  display: table;
  width: 100%;
  /*height: 100%;*/
  position: relative;
  z-index: 2;
}
.vertical-aligned-elements .element {
  display: table-cell;
  vertical-align: middle;
}

.width-10 {
  width: 10% !important;
}

.width-15 {
  width: 15% !important;
}

.width-20 {
  width: 20% !important;
}

.width-25 {
  width: 25% !important;
}

.width-30 {
  width: 30% !important;
}

.width-33 {
  width: 33% !important;
}

.width-35 {
  width: 35% !important;
}

.width-40 {
  width: 40% !important;
}

.width-45 {
  width: 45% !important;
}

.width-50 {
  width: 50% !important;
}

.width-55 {
  width: 55% !important;
}

.width-60 {
  width: 60% !important;
}

.width-65 {
  width: 65% !important;
}

.width-70 {
  width: 70% !important;
}

.width-75 {
  width: 75% !important;
}

.width-80 {
  width: 80% !important;
}

.width-85 {
  width: 85% !important;
}

.width-90 {
  width: 90% !important;
}

.width-95 {
  width: 95% !important;
}

.width-100 {
  width: 100% !important;
}

.width-100px {
  width: 100px;
}

.width-150px {
  width: 150px;
}

.width-200px {
  width: 200px;
}

.width-250px {
  width: 250px;
}

.width-300px {
  width: 300px;
}

.width-350px {
  width: 350px;
}

.width-400px {
  width: 400px;
}

.width-450px {
  width: 450px;
}

.width-500px {
  width: 500px;
}

.width-550px {
  width: 550px;
}

.width-600px {
  width: 600px;
}

.width-650px {
  width: 650px;
}

.width-700px {
  width: 700px;
}

.width-750px {
  width: 750px;
}

.width-800px {
  width: 800px;
}

.width-850px {
  width: 850px;
}

.width-900px {
  width: 900px;
}

.width-950px {
  width: 950px;
}

.width-1000px {
  width: 1000px;
}

.min-width-50px {
  min-width: 50px;
}

.min-width-100px {
  min-width: 100px;
}

.min-width-150px {
  min-width: 150px;
}

.min-width-200px {
  min-width: 200px;
}

.min-width-250px {
  min-width: 250px;
}

.min-width-300px {
  min-width: 300px;
}

.min-width-350px {
  min-width: 350px;
}

.height-10percent {
  height: 10%;
}

.height-20percent {
  height: 20%;
}

.height-30percent {
  height: 30%;
}

.height-40percent {
  height: 40%;
}

.height-50percent {
  height: 50%;
}

.height-60percent {
  height: 60%;
}

.height-70percent {
  height: 70%;
}

.height-80percent {
  height: 80%;
}

.height-90percent {
  height: 90%;
}

.height-100percent {
  height: 100%;
}

.height-100px {
  height: 100px;
}

.height-150px {
  height: 150px;
}

.height-200px {
  height: 200px;
}

.height-250px {
  height: 250px;
}

.height-300px {
  height: 300px;
}

.height-350px {
  height: 350px;
}

.height-400px {
  height: 400px;
}

.height-450px {
  height: 450px;
}

.height-500px {
  height: 500px;
}

.height-550px {
  height: 550px;
}

.height-600px {
  height: 600px;
}

.height-650px {
  height: 650px;
}

.height-700px {
  height: 700px;
}

.height-750px {
  height: 750px;
}

.height-800px {
  height: 800px;
}

.height-850px {
  height: 850px;
}

.height-900px {
  height: 900px;
}

.height-950px {
  height: 950px;
}

.height-1000px {
  height: 1000px;
}

.space {
  height: 50px;
}

.shadow {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

.shadow-big {
  -moz-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.33);
}

/* 5. Classes */
.answer {
  margin-bottom: 50px;
}
.answer .box {
  padding-top: 40px;
  position: relative;
}
.answer .box:after {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  content: "?";
  color: #fff;
  font-weight: bold;
  background-color: #4611a7;
  height: 30px;
  width: 30px;
  line-height: 28px;
  text-align: center;
  position: absolute;
  font-size: 16px;
  top: -15px;
}
.answer .box:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: #4611a7 transparent transparent transparent;
  content: "";
  position: absolute;
  left: 31px;
  top: 11px;
}
.answer h3 {
  margin-bottom: 10px;
}
.answer figure {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  text-align: right;
  font-size: 12px;
  margin-top: 10px;
}
.answer figure a {
  margin-left: 10px;
  color: inherit;
}
.answer figure i {
  font-size: 10px;
  margin-left: 5px;
}

.blog-post {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
  padding-bottom: 30px;
}
.blog-post iframe {
  margin-bottom: 20px;
}
.blog-post img {
  width: 100%;
}
.blog-post header h2 {
  border: none;
  font-size: 36px;
  margin: 20px 0;
  padding-bottom: 0;
}
.blog-post p {
  margin-bottom: 20px;
}
.blog-post ul {
  padding-left: 25px;
}
.blog-post .meta {
  display: table;
  width: 100%;
  margin: 20px 0;
}
.blog-post .meta a {
  color: #1f1f1f;
  margin: 0 10px;
}
.blog-post .meta a:first-child {
  margin-left: 0;
}
.blog-post .meta a i {
  color: rgba(0, 0, 0, 0.4);
}
.blog-post .meta .tags {
  display: inline-block;
  float: right;
}
.blog-post .meta .tags .tag {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  font-size: 12px;
  margin: 0 3px;
  padding: 5px;
}

.breadcrumb {
  padding: 10px 0px;
  margin-bottom: 10px;
  background-color: transparent;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
}

.bootstrap-datetimepicker-widget {
  min-width: 240px;
}
.bootstrap-datetimepicker-widget .picker-switch .table-condensed {
  width: 100%;
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch .table-condensed a {
  cursor: pointer;
  width: 100%;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}
.bootstrap-datetimepicker-widget .picker-switch .table-condensed a:hover {
  background-color: #fafafa;
}
.bootstrap-datetimepicker-widget .timepicker-picker table {
  text-align: center;
  width: 100%;
}

.categories-list .list-item {
  margin-bottom: 60px;
}
.categories-list .list-item .title {
  margin-bottom: 10px;
}
.categories-list .list-item .title .icon {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  background-color: #4611a7;
  color: #fff;
  text-align: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.categories-list .list-item .title .icon i {
  font-size: 14px;
  line-height: 38px;
}
.categories-list .list-item .title h3 {
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  vertical-align: middle;
}
.categories-list .list-item ul {
  list-style: none;
  padding-left: 52px;
}
.categories-list .list-item ul li a {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  color: black;
  display: inline-block;
  padding: 2px 0;
}
.categories-list .list-item ul li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.categories-list .list-item ul li .count {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: inline-block;
  font-size: 10px;
  float: right;
  top: 7px;
  position: relative;
}

.circle-icon {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.1);
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  line-height: 31px;
  margin-left: 1px;
  margin-right: 1px;
  color: rgba(0, 0, 0, 0.4);
}
.circle-icon:hover, .circle-icon.active {
  border: 2px solid rgba(0, 0, 0, 0.2);
  color: #4611a7;
}

.comments {
  list-style: none;
  padding-left: 0;
}
.comments .comment {
  display: table;
  margin-bottom: 20px;
  padding-left: 80px;
  position: relative;
}
.comments .comment figure {
  left: 0;
  position: absolute;
  top: 0;
}
.comments .comment figure .image {
  background-color: #1f1f1f;
  height: 70px;
  position: relative;
  overflow: hidden;
  width: 60px;
}
.comments .comment figure .image:after {
  bottom: 0px;
  content: "";
  height: 0px;
  border-style: solid;
  border-width: 10px 0 0 10px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 0;
  width: 0px;
}
.comments .comment figure .image:before {
  background-color: #fff;
  bottom: 0;
  content: "";
  height: 10px;
  left: 0;
  width: calc(100% - 10px);
  position: absolute;
}
.comments .comment figure .image img {
  height: 100%;
}
.comments .comment .date {
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 5px;
}
.comments .comment .date .fa {
  color: #b8b8b8;
  font-size: 10px;
  margin-right: 10px;
}
.comments .comment .name {
  display: table;
  font-size: 18px;
  width: 100%;
}
.comments .comment .reply {
  color: #1f1f1f;
}
.comments .comment .reply .fa {
  color: #4611a7;
  margin-right: 10px;
}

.count-down .countdown-row .countdown-section {
  display: inline-block;
  margin-right: 20px;
}
.count-down .countdown-row .countdown-amount {
  font-weight: bold;
  display: block;
  position: relative;
}
.count-down .countdown-row .countdown-period {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  font-size: 12px;
  text-transform: uppercase;
}

.controls-more {
  font-size: 18px;
  padding: 1px 5px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  bottom: 0;
  top: 0;
  margin: auto;
  height: 27px;
}
.controls-more.show ul {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.controls-more ul {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  visibility: hidden;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  list-style: none;
  padding-left: 0;
  position: absolute;
  bottom: 25px;
  right: 8px;
  background-color: #fff;
  font-size: 14px;
  text-align: right;
}
.controls-more ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.controls-more ul li:last-child {
  border-bottom: none;
}
.controls-more ul li:last-child a:after {
  /*background-image: url("../../assets/img/triangle.png");*/
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11px 11px 0;
  border-color: transparent #fff transparent transparent;
  content: "";
  position: absolute;
  right: 0px;
  bottom: -10px;
  height: 11px;
  width: 11px;
}
.controls-more ul li:last-child a:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 14px 0;
  border-color: transparent rgba(0, 0, 0, 0.05) transparent transparent;
  content: "";
  position: absolute;
  right: -2px;
  bottom: -14px;
  height: 11px;
  width: 11px;
}
.controls-more ul li:last-child a:hover:after {
  border-color: transparent #e8e8e8 transparent transparent;
}
.controls-more ul li a {
  display: block;
  color: #1f1f1f;
  white-space: nowrap;
  padding: 7px 10px;
}
.controls-more ul li a:hover {
  background-color: #e8e8e8;
}
.controls-more:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  color: #4611a7;
}
.controls-more:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  content: "\f142";
  color: #000;
}

.container.full-width {
  width: 100%;
}

.customizer {
  -moz-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.33);
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  -webkit-transform: translateX(-250px);
  transform: translateX(-250px);
  background-color: #fff;
  position: fixed;
  top: 150px;
  left: 0;
  padding: 15px;
  z-index: 999;
  width: 250px;
}
.customizer.show-it {
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.customizer h3 {
  margin-top: 0;
  font-weight: normal;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.customizer .sp-container {
  background-color: transparent;
  border: none;
}
.customizer .sp-color, .customizer .sp-hue, .customizer .sp-clear {
  border: none;
}
.customizer .sp-palette-container {
  border: none;
  padding-left: 0;
}
.customizer .sp-palette {
  max-width: 20px;
}
.customizer .sp-palette .sp-thumb-el {
  border: none;
}
.customizer .sp-button-container {
  padding-top: 5px;
}
.customizer .sp-container button {
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  text-shadow: none;
  position: relative;
  padding: 10px 10px;
  background-image: none;
  background-color: transparent;
  border: none;
  color: #000;
  border: 2px solid rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  font-size: 10px;
  right: -1px;
  overflow: hidden;
  margin-right: 2px;
  font-weight: bold;
}
.customizer .sp-container button:active, .customizer .sp-container button:focus, .customizer .sp-container button:hover, .customizer .sp-container button:active:hover, .customizer .sp-container button:active:focus, .customizer .sp-container button:focus:hover {
  background-color: #4611a7;
}
.customizer .sp-container button:active:after, .customizer .sp-container button:focus:after, .customizer .sp-container button:hover:after, .customizer .sp-container button:active:hover:after, .customizer .sp-container button:active:focus:after, .customizer .sp-container button:focus:hover:after {
  background-color: rgba(0, 0, 0, 0.2);
}
.customizer .sp-container button:after {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  content: "";
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.customizer .sp-container button:hover, .customizer .sp-container button:active, .customizer .sp-container button:focus {
  text-shadow: none;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  border: 2px solid black;
  background-image: none;
  background-color: transparent;
}
.customizer .sp-cancel {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  color: #000 !important;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
}
.customizer .sp-container input {
  padding: 2px 4px;
  font: 10px "Lato", "sans-serif";
}
.customizer .sp-container input:focus {
  border: none;
}
.customizer .sp-picker-container, .customizer .sp-palette-container {
  padding-bottom: inherit;
  margin-bottom: inherit;
}
.customizer .sp-picker-container {
  padding-right: 0;
}
.customizer .checkboxes li {
  display: block;
}
.customizer .cog {
  -moz-box-shadow: 2px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 1px 2px rgba(0, 0, 0, 0.2);
  position: absolute;
  text-align: center;
  padding: 7px 11px;
  top: 0;
  right: -37px;
  background-color: #1f1f1f;
  color: #fff;
  font-size: 18px;
}
.customizer .cog:hover {
  cursor: pointer;
}

.datepicker {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 5px;
  border: none;
}
.datepicker .table-condensed > tbody > tr > td.day {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 5px 8px;
  cursor: pointer;
  text-align: center;
}
.datepicker .table-condensed > tbody > tr > td.day:hover {
  background-color: #4611a7;
  color: #fff;
}
.datepicker .old, .datepicker .new, .datepicker .disabled {
  color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
.datepicker .today {
  background-color: #1f1f1f;
  color: #fff;
}
.datepicker .month {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  margin: 5px;
  padding: 5px 8px;
  cursor: pointer;
}
.datepicker .month:hover {
  background-color: #4611a7;
  color: #fff;
}
.datepicker .month.focused {
  background-color: #1f1f1f;
  color: #fff;
}
.datepicker .glyphicon {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #4611a7;
  cursor: pointer;
}
.datepicker .glyphicon:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.datepicker .datepicker-switch {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 12px;
  padding: 6px;
}

.detail-sidebar .content {
  background-color: #fafafa;
  padding: 20px;
}
.detail-sidebar address figure {
  margin-left: 30px;
}

.duplicated-element {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  height: 0;
}

.featured-contact {
  position: relative;
  padding-left: 50px;
}
.featured-contact i {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  font-size: 36px;
  position: absolute;
  top: 0;
  left: 0;
  height: 36px;
  bottom: 0;
  margin: auto;
}
.featured-contact h4 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  font-size: 14px;
  margin: 0;
}
.featured-contact h3 {
  font-size: 24px;
  font-weight: normal;
  margin-top: 3px;
  margin-bottom: 3px;
}

.file-upload {
  position: relative;
  height: 70px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.file-upload .file-upload-input {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.03);
  width: 100%;
  border: 2px dashed rgba(0, 0, 0, 0.1);
  height: 70px;
  text-align: center;
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 70px 0 0 0;
  overflow: hidden;
  z-index: 1;
}
.file-upload .file-upload-input:hover {
  border: 2px dashed rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.02);
}
.file-upload span {
  position: absolute;
  top: 0;
  bottom: 0;
  line-height: 75px;
  width: 100%;
  text-align: center;
  margin: auto;
  z-index: 0;
  left: 0;
  text-transform: uppercase;
  color: #4611a7;
  font-size: 12px;
  font-weight: bold;
}

.file-upload-previews > .MultiFile-label {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.03);
  display: inline-block;
  border: 2px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
  position: relative;
  margin-right: 10px;
  width: 100%;
}
.file-upload-previews span.MultiFile-label {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  position: relative;
  text-align: center;
  display: inline-block;
  margin: 10px;
}
.file-upload-previews span.MultiFile-label .MultiFile-title {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 10px;
  bottom: 0;
  font-size: 12px;
  text-align: center;
  width: 100%;
}
.file-upload-previews span.MultiFile-label .MultiFile-preview {
  max-width: 200px !important;
  max-height: 150px !important;
}
.file-upload-previews .MultiFile-remove {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: transparent;
  position: absolute;
  background-color: #ed2a21;
  width: 20px;
  height: 20px;
  top: -10px;
  right: -10px;
  z-index: 1;
}
.file-upload-previews .MultiFile-remove:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  content: "\f00d";
  color: #fff;
  top: -2px;
  position: relative;
  font-size: 10px;
}

.file-uploaded-images .image {
  height: 150px;
  display: inline-block;
  margin-bottom: 18px;
  margin-right: 15px;
  position: relative;
}
.file-uploaded-images .image figure {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
  background-color: #ed2a21;
  width: 20px;
  height: 20px;
  position: absolute;
  right: -10px;
  top: -10px;
  content: "";
  text-align: center;
  line-height: 15px;
}
.file-uploaded-images .image figure i {
  color: #fff;
  font-size: 10px;
}
.file-uploaded-images .image img {
  height: 100%;
}

.gallery.featured .item {
  margin-left: 10px;
}
.gallery.featured .item .controls:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  color: #fff;
}
.gallery.featured .item .controls:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  content: "\f142";
  color: #fff;
}
.gallery.detail .image {
  width: 550px;
  height: 360px;
}
.gallery .item {
  width: 260px;
}

#gallery-nav {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-left: 15px;
  height: 27px;
  width: 75px;
}

.item {
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  position: relative;
  margin-bottom: 30px;
}
.item > a {
  display: block;
  position: relative;
  height: 220px;
  overflow: hidden;
}
.item > a:hover .image {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.item > a:hover .description {
  will-change: transform;
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.item > a:hover .description h4 {
  will-change: transform;
}
.item > a .description {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
}
.item > a .description figure {
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  font-size: 12px;
  font-weight: bold;
}
.item > a .description figure i {
  margin-right: 5px;
}
.item > a .description figure span {
  margin-right: 10px;
}
.item > a .description h3 {
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 2px;
  margin-top: 5px;
}
.item > a .description h4 {
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.item > a .image {
  -moz-transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: scale(1.01, 1.01);
  -ms-transform: scale(1.01, 1.01);
  -webkit-transform: scale(1.01, 1.01);
  transform: scale(1.01, 1.01);
  position: absolute;
  width: 100%;
  height: 100%;
}
.item > a .image:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  background: -moz-linear-gradient(top, transparent 0%, black 100%);
  background: -webkit-linear-gradient(top, transparent 0%, black 100%);
  background: linear-gradient(to bottom, transparent 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000',GradientType=0 );
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
}
.item.featured .label {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.item.featured .additional-info {
  background-color: #4611a7;
  color: #fff;
  position: relative;
}
.item.featured .additional-info:after {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.item.featured .additional-info .rating-passive {
  position: relative;
  z-index: 1;
}
.item.featured .additional-info .rating-passive .stars figure {
  color: #fff;
}
.item.featured .additional-info .controls-more {
  z-index: 1;
}
.item.featured .additional-info .controls-more:after {
  color: #fff;
}
.item.item-row {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: #fafafa;
  z-index: 2;
}
.item.item-row:after {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  content: "";
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.item.item-row:active:after, .item.item-row:focus:after, .item.item-row:hover:after, .item.item-row:active:hover:after, .item.item-row:active:focus:after, .item.item-row:focus:hover:after {
  background-color: rgba(0, 0, 0, 0.03);
}
.item.item-row:hover {
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.item.item-row > a {
  height: 150px;
  width: 100%;
  display: table;
  padding-left: 180px;
}
.item.item-row > a:hover .image {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.item.item-row > a:hover .description {
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.item.item-row > a .label {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: transparent;
  display: inline-block;
  margin: 8px 0;
  padding: 4px 8px;
}
.item.item-row > a .image {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 180px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.item.item-row > a .image:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  background-color: transparent;
}
.item.item-row > a .image figure {
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  position: absolute;
  text-align: center;
  width: 100%;
  padding: 5px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  z-index: 1;
  bottom: 5px;
}
.item.item-row > a .description {
  position: relative;
  bottom: inherit;
  left: inherit;
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}
.item.item-row > a .description h4, .item.item-row > a .description h3 {
  text-shadow: none;
  will-change: unset;
}
.item.item-row > a .description h4 {
  color: rgba(0, 0, 0, 0.5);
}
.item.item-row > a .description h3 {
  color: #4611a7;
  font-size: 18px;
  margin-bottom: 4px;
}
.item.item-row > a .map {
  height: 100%;
  width: 100px;
  display: table-cell;
  background-color: rgba(0, 0, 0, 0.1);
}
.item.item-row .additional-info {
  padding: 0;
  background-color: transparent;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  width: 150px;
  padding-right: 40px;
  top: -2px;
}
.item.item-row .additional-info .reviews {
  color: #000;
}
.item.item-row .controls-more {
  z-index: 1;
}
.item .price {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  font-weight: 900;
  color: #1f1f1f;
  position: absolute;
  right: -6px;
  top: 30px;
  z-index: 1;
  padding: 5px;
  font-size: 14px;
}
.item .price:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 0;
  border-color: #ababab transparent transparent transparent;
  content: "";
  position: absolute;
  bottom: -6px;
  right: 0;
}
.item .circle {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  position: absolute;
  top: -15px;
  left: 20px;
  background-color: #fff;
  text-align: center;
}
.item .circle i {
  font-size: 12px;
  color: #4611a7;
  line-height: 28px;
}
.item .circle.featured {
  background-color: #4611a7;
  color: #fff;
  font-weight: 800;
  font-size: 12px;
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 43px;
}
.item .circle.sale {
  position: absolute;
  z-index: 1;
  top: -20px;
  left: 20px;
}
.item .additional-info {
  background-color: #fafafa;
  padding: 15px 20px;
  position: relative;
}

.jssocials-share {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 3px 5px;
}
.jssocials-share:hover {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.list-descriptive {
  list-style: none;
  padding-right: 0;
}
.list-descriptive.icon li {
  position: relative;
  margin-bottom: 15px;
}
.list-descriptive.icon li i {
  color: #4611a7;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 10px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  padding: 5px 6px;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  line-height: 11px;
  text-align: center;
}
.list-descriptive.icon li .description {
  padding-left: 35px;
}

.list-schedule {
  display: table;
  height: 100%;
  width: 100%;
}
.list-schedule li {
  margin-bottom: 15px;
}
.list-schedule .left {
  float: left;
  text-align: left;
}
.list-schedule .right {
  float: right;
  text-align: right;
}
.list-schedule .promoted {
  color: #4611a7;
}
.list-schedule figure {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  font-size: 12px;
}

.message-popup {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: #1f1f1f;
  position: fixed;
  width: 280px;
  padding: 20px;
  color: #fff;
  font-size: 12px;
  z-index: 999;
}
.message-popup.bottom-left {
  left: 20px;
  bottom: 20px;
}
.message-popup.top-right {
  right: 20px;
  top: 100px;
}
.message-popup.featured {
  background-color: #4611a7;
}
.message-popup .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 0;
}
.message-popup .close {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  position: absolute;
  right: 10px;
  top: 17px;
  color: #fff;
  z-index: 1;
  padding: 5px;
  font-size: 12px;
}
.message-popup p {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  margin: 0;
}

[data-show-after-time] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  visibility: hidden;
}
[data-show-after-time].show {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

[data-show-after-scroll] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  visibility: hidden;
}
[data-show-after-scroll].show {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.modal {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
.modal-dialog {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal.fade .modal-dialog {
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal.modal-external .modal-content {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: scale(0.98);
  -ms-transform: scale(0.98);
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
}
.modal.modal-external.show .modal-content {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.modal.modal-external.show .loading-icon {
  display: none;
}
.modal .modal-item-detail.modal-dialog {
  width: 750px;
}
.modal .modal-item-detail.modal-dialog .modal-content .modal-body > .left {
  float: left;
  width: 350px;
  display: table-cell;
  /*margin-left: -35px;*/
}
.modal .modal-item-detail.modal-dialog .modal-content .modal-body > .left section {
  padding-left: 30px;
}
.modal .modal-item-detail.modal-dialog .modal-content .modal-body > .right {
  display: table;
  padding-left: 20px;
}
.modal .modal-item-detail.modal-dialog .modal-content .modal-body > .right section:first-child {
  margin-top: 0;
}
.modal .modal-item-detail.modal-dialog .modal-content .modal-body > .right section:first-child h3 {
  margin-top: 0;
}
.modal .modal-item-detail .map {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  height: 150px;
  margin-bottom: 20px;
}
.modal .modal-item-detail .label {
  display: inline-block;
}
.modal .modal-multi-choice .result-item {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.modal .modal-multi-choice .result-item:last-child {
  border-bottom: none;
}
.modal .modal-multi-choice .result-item > a {
  color: inherit;
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  padding-left: 25px;
  padding-right: 25px;
}
.modal .modal-multi-choice .result-item > a:hover, .modal .modal-multi-choice .result-item > a.hover-state {
  background-color: rgba(0, 0, 0, 0.05);
}
.modal .modal-multi-choice .result-item > a h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.modal .modal-multi-choice .result-item > a h4 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  font-size: 12px;
  font-weight: normal;
  margin-top: 0;
}
.modal .modal-multi-choice .result-item > a .result-item-detail {
  position: relative;
  display: table;
  padding-bottom: 15px;
  width: 100%;
}
.modal .modal-multi-choice .result-item > a .result-item-detail .image {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  color: #fff;
  width: 125px;
  height: 100px;
  background-size: cover;
  top: 0;
  left: 0;
  text-align: center;
  float: left;
  clear: both;
  position: relative;
}
.modal .modal-multi-choice .result-item > a .result-item-detail .image:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  background: -moz-linear-gradient(top, transparent 0%, black 100%);
  background: -webkit-linear-gradient(top, transparent 0%, black 100%);
  background: linear-gradient(to bottom, transparent 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000',GradientType=0 );
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
}
.modal .modal-multi-choice .result-item > a .result-item-detail .image figure {
  position: absolute;
  bottom: 5px;
  z-index: 1;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
  width: 100%;
}
.modal .modal-multi-choice .result-item > a .result-item-detail .description {
  padding-left: 140px;
}
.modal .modal-multi-choice .result-item > a .result-item-detail .description h5 {
  font-size: 14px;
  margin-bottom: 5px;
  margin-top: 0;
}
.modal .modal-multi-choice .result-item > a .result-item-detail .description h5 i {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  margin-right: 5px;
  font-size: 12px;
}
.modal .modal-multi-choice .result-item > a .result-item-detail .description p {
  font-size: 12px;
  line-height: 16px;
  max-height: 32px;
  overflow: hidden;
  margin-bottom: 0;
}
.modal .modal-multi-choice .result-item > a .result-item-detail .description .label {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: transparent;
  margin: 3px 0;
  display: inline-block;
  margin: 8px 0;
}
.modal .modal-multi-choice .result-item .ribbon {
  right: -5px;
  font-size: 9px;
  top: -10px;
  bottom: inherit;
}
.modal .loading-icon {
  color: #fff;
  font-size: 36px;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.modal .modal-content {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: none;
  padding: 30px;
  display: table;
  width: 100%;
}
.modal .modal-header, .modal .modal-body {
  padding: 0;
  border: none;
}
.modal .section-title {
  margin-top: 0;
}
.modal .section-title h2 {
  margin-bottom: 15px;
}
.modal .gallery {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  visibility: hidden;
  margin-top: 0;
  margin-bottom: 10px;
}
.modal .close {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  font-size: 18px;
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background-color: #fff;
}
.modal .controls-more {
  right: 0;
}
.modal .bg-transfer {
  z-index: 0;
}
.modal .modal-scrollable-content {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.modal .tse-scrollable {
  position: absolute;
  height: 100%;
  width: 100%;
}
.modal .tse-content {
  padding: 10px;
}

.my-items {
  overflow: visible;
}
.my-items .my-item {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: #fafafa;
  margin-bottom: 60px;
  position: relative;
}
.my-items .my-item .image-wrapper {
  position: relative;
  float: left;
}
.my-items .my-item .image-wrapper .image {
  width: 180px;
  height: 140px;
  position: relative;
  display: block;
}
.my-items .my-item .image-wrapper .image .bg-transfer {
  position: relative;
  z-index: 0;
}
.my-items .my-item .image-wrapper .image img {
  width: 100%;
}
.my-items .my-item .info {
  margin-left: 200px;
  padding: 20px 0;
}
.my-items .my-item .info h2 {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  font-size: 18px;
  margin: 0;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px;
}
.my-items .my-item .info .location {
  font-size: 12px;
}
.my-items .my-item .info .additional-info {
  font-size: 12px;
  font-weight: bold;
  margin: 2px 0;
}
.my-items .my-item .info .additional-info i {
  margin-right: 5px;
}
.my-items .my-item .info .additional-info > span {
  padding-right: 10px;
}
.my-items .my-item .info .additional-info > span span {
  padding-right: 5px;
}
.my-items table {
  z-index: 2;
  position: relative;
  border-collapse: separate;
  border-spacing: 0px 45px;
}
.my-items table thead tr th {
  border: none;
  padding: 0;
  width: 8%;
}
.my-items table thead tr th:first-child {
  width: 50%;
}
.my-items table thead tr th:last-child {
  text-align: right;
  width: 15%;
}
.my-items table tbody tr td {
  border: none;
  padding: 0;
  width: 8%;
  vertical-align: middle;
  font-size: 12px;
  position: relative;
  white-space: nowrap;
  background-color: #fafafa;
}
.my-items table tbody tr td:first-child {
  width: 50%;
}
.my-items table tbody tr td:last-child {
  text-align: right;
  padding-right: 20px;
  width: 15%;
}
.my-items ul {
  list-style: none;
  padding-left: 0;
  z-index: 2;
  position: relative;
}
.my-items ul li {
  display: inline-block;
  width: 9%;
  vertical-align: middle;
}
.my-items ul li:first-child {
  width: 50%;
}
.my-items .featured {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
.my-items .featured.yes {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  color: #4611a7;
}
.my-items .last-edit {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  font-size: 12px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  white-space: nowrap;
}
.my-items .edit-options {
  position: absolute;
  right: 0;
  bottom: -35px;
}
.my-items .edit-options a {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  color: #1f1f1f;
  padding: 10px;
  display: inline-block;
}
.my-items .edit-options a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.my-items .edit-options a:last-child {
  padding-right: 0px;
}
.my-items .edit-options a.delete {
  color: #ed2a21;
}
.my-items .circle {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  position: absolute;
  top: -15px;
  left: 10px;
  background-color: #4611a7;
  text-align: center;
  z-index: 1;
}
.my-items .circle i {
  font-size: 12px;
  color: #fff;
  line-height: 28px;
}
.my-items .label {
  display: inline-block;
  margin: 4px 0;
  padding: 4px;
}

.nav-tabs > li > a {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.panel-group .panel {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 2px solid rgba(0, 0, 0, 0.1);
}
.panel-group .panel-heading {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: transparent;
  padding: 0px;
}
.panel-group .panel-heading:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
.panel-group .panel-heading .panel-title {
  font-weight: bold;
  font-size: 14px;
}
.panel-group .panel-heading .panel-title a {
  padding: 15px;
  display: block;
  position: relative;
}
.panel-group .panel-heading .panel-title a:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'ElegantIcons';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  height: 18px;
  font-size: 18px;
}
.panel-group .panel-heading .panel-title a[aria-expanded="false"]:after {
  content: "L";
}
.panel-group .panel-heading .panel-title a[aria-expanded="true"]:after {
  content: "K";
}
.panel-group .panel-heading .panel-title a i {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  margin-right: 8px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}

.page-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page-wrapper #page-header, .page-wrapper #page-content, .page-wrapper #page-footer {
  display: table-row;
}
.page-wrapper #page-header, .page-wrapper #page-footer {
  height: 1px;
}
.page-wrapper #page-content {
  height: auto;
  overflow: hidden;
  position: relative;
  top: -18px;
}

#page-footer .footer-wrapper {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  margin-top: 30px;
}
#page-footer p {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  color: #898989;
  margin-bottom: 0;
}
#page-footer .footer-navigation {
  background-color: #4611a7;
  padding: 8px 0;
  color: #fff;
  font-size: 12px;
}
#page-footer .footer-navigation a {
  color: #fff;
  margin: 0 3px;
}
#page-footer .circle-icon {
  color: #4611a7;
}

.label {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  font-size: 9px;
  text-transform: uppercase;
  font-weight: 800;
}
.label.label-default {
  background-color: #4611a7;
}
.label.label-info {
  background-color: white;
}

.logos {
  display: table;
  width: 100%;
}
.logos .logo {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.logos .logo a {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.logos .logo a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.pagination li {
  display: inline-block;
}
.pagination li a {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: transparent;
  border: none;
  border-color: transparent;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.5);
  margin-left: 5px;
  margin-right: 5px;
}
.pagination li a:hover {
  color: rgba(0, 0, 0, 0.5);
}
.pagination li.active a {
  pointer-events: none;
  background-color: #4611a7;
  color: #fff;
}
.pagination li.previous a, .pagination li.next a {
  -moz-border-radius-topleft: 100%;
  -webkit-border-top-left-radius: 100%;
  border-top-left-radius: 100%;
  -moz-border-radius-topright: 100%;
  -webkit-border-top-right-radius: 100%;
  border-top-right-radius: 100%;
  -moz-border-radius-bottomleft: 100%;
  -webkit-border-bottom-left-radius: 100%;
  border-bottom-left-radius: 100%;
  -moz-border-radius-bottomright: 100%;
  -webkit-border-bottom-right-radius: 100%;
  border-bottom-right-radius: 100%;
  background-color: #fafafa;
  color: inherit;
  padding: 7px 10px;
}

.pricing {
  position: relative;
  margin-bottom: 15px;
  margin-top: 15px;
  text-align: center;
  padding: 30px 20px;
}
.pricing.box {
  background-color: #fafafa;
}
.pricing.box.featured {
  background-color: #4611a7;
  color: #fff;
}
.pricing.box.featured ul li.available, .pricing.box.featured ul li.not-available, .pricing.box.featured ul li {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.pricing.featured:not(.box) figure {
  background-color: #4611a7;
  color: #fff;
}
.pricing.description {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  text-align: left;
  padding-left: 0;
}
.pricing h2 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  color: inherit;
  font-size: 30px;
  font-weight: lighter;
}
.pricing figure {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #fff;
  width: 75px;
  height: 75px;
  position: absolute;
  top: 5px;
  right: -10px;
  text-align: center;
  line-height: 75px;
  color: #4611a7;
  font-size: 18px;
  font-weight: bold;
}
.pricing ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
  margin-top: 20px;
}
.pricing ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 55px;
}
.pricing ul li:last-child {
  border-bottom: none;
}
.pricing ul li.available {
  color: #4611a7;
}
.pricing ul li.not-available {
  color: rgba(0, 0, 0, 0.5);
}
.pricing ul li i {
  font-size: 20px;
}

.rating-passive .stars {
  margin-right: 5px;
}
.rating-passive .stars figure {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1;
  color: #000;
  font-size: 11px;
  margin-right: 1px;
}
.rating-passive .stars figure.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  color: #4611a7;
}
.rating-passive .reviews {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  font-size: 11px;
}
.rating-passive .reviews:after {
  content: ")";
}
.rating-passive .reviews:before {
  content: "(";
}

.review {
  position: relative;
  margin-bottom: 40px;
  display: table;
  height: 100%;
}
.review .image {
  position: absolute;
  left: 0;
  top: 0;
}
.review .image > div {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  width: 80px;
  height: 80px;
}
.review .description {
  padding-left: 100px;
}
.review .description .rating-passive {
  display: inline-block;
  margin-right: 20px;
}
.review .description .date {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  font-size: 12px;
}
.review .description p {
  margin-top: 10px;
}

.reviews .review {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-bottom: 30px;
  position: relative;
}
.reviews .review.switch {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  pointer-events: none;
}
.reviews .review.write .name {
  margin-bottom: 20px;
}
.reviews .review.write .comment:before {
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent white transparent;
  left: 20px;
  top: -10px;
}
.reviews .review form {
  margin: 0;
}
.reviews .review .name {
  font-weight: bold;
  font-size: 16px;
  margin-top: 15px;
}
.reviews .review .comment {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: #fafafa;
  padding: 20px;
  position: relative;
}
.reviews .review .comment:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #fafafa transparent transparent;
  position: absolute;
  left: -10px;
  top: 30px;
}
.reviews .review .comment .options {
  text-transform: uppercase;
  font-size: 10px;
  color: #acacac;
  margin-top: 30px;
}
.reviews .review .comment .options a {
  margin-right: 10px;
}
.reviews .review .comment .comment-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.reviews .review .comment .comment-title h4 {
  font-size: 18px;
  display: inline-block;
}
.reviews .review .comment .comment-title .rating {
  color: #4611a7;
  font-size: 20px;
  font-weight: bold;
  margin-right: 20px;
  display: inline-block;
}
.reviews .review .comment .comment-title .rating:before {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  content: "\f005";
  margin-right: 10px;
}
.reviews .review .answer {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-top: 10px;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 15px;
  position: relative;
  margin-top: 30px;
}
.reviews .review .answer:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 6px 5px;
  border-color: transparent transparent rgba(0, 0, 0, 0.05) transparent;
  position: absolute;
  left: 20px;
  top: -6px;
}
.reviews .review .answer h4 {
  font-size: 12px;
  font-weight: bold;
  margin-top: 0;
}
.reviews .review .visitor-rating dt {
  font-weight: normal;
}
.reviews .review .visitor-rating dd {
  font-weight: bold;
  color: #4611a7;
}
.reviews .review .visitor-rating dd.star-rating {
  clear: left;
  margin-bottom: 10px;
  text-align: left;
  padding: 0;
}
.reviews .review .ribbon {
  -moz-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
  padding: 8px;
}
.reviews .review.muted .name, .reviews .review.muted .date, .reviews .review.muted .comment {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.reviews .review.muted .name:hover, .reviews .review.muted .date:hover, .reviews .review.muted .comment:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.ribbon {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: #4611a7;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 11px;
  padding: 5px;
  position: absolute;
  top: -6px;
  right: -6px;
  z-index: 1;
}
.ribbon:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 0;
  border-color: #4611a7 transparent transparent transparent;
  content: "";
  position: absolute;
  bottom: -6px;
  right: 0;
}
.ribbon:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 0;
  border-color: rgba(0, 0, 0, 0.4) transparent transparent transparent;
  content: "";
  position: absolute;
  bottom: -6px;
  right: 0;
  z-index: 1;
}

.section-title {
  margin-bottom: 50px;
  margin-top: 5px;
}
.section-title h2 {
  margin-top: 0;
}

.pac-container {
  z-index: 1051 !important;
}

.page-title {
  margin-bottom: 40px;
  margin-top: 5px;
  display: table;
  width: 100%;
  height: auto;
}
.page-title h3 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  color: inherit;
}
.page-title.error h1 {
  font-size: 200px;
}
.page-title.pull-left, .page-title.pull-right {
  width: auto;
}

.subject-list {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: #fafafa;
  position: relative;
  margin-bottom: 50px;
}
.subject-list h3 {
  margin-bottom: 5px;
}
.subject-list h4 {
  font-weight: normal;
}
.subject-list .image {
  height: 250px;
  position: relative;
  z-index: 1;
  display: block;
}
.subject-list .description section {
  padding: 10px 20px;
  margin-bottom: 0;
  margin-top: 0;
}
.subject-list .description .name, .subject-list .description .contacts {
  background-color: #fff;
}
.subject-list .description .name {
  padding-top: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.subject-list .description .contacts {
  padding-bottom: 20px;
}
.subject-list .description .contacts a {
  color: inherit;
}
.subject-list .description .contacts i {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  margin-right: 10px;
}
.subject-list .description .social a {
  display: inline-block;
  padding: 5px;
}
.subject-list .ribbon {
  z-index: 2;
}

.subject-detail {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: #fafafa;
  margin-bottom: 50px;
  display: table;
  width: 100%;
  height: 100%;
}
.subject-detail .image {
  position: relative;
  width: 250px;
  height: 250px;
  display: table-cell;
  z-index: 1;
}
.subject-detail .description {
  display: table-cell;
  vertical-align: middle;
  padding-left: 50px;
  padding-right: 50px;
}
.subject-detail .description section {
  margin-top: 20px;
  margin-bottom: 15px;
}
.subject-detail .description h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.subject-detail .description .contacts i {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  margin-right: 10px;
}
.subject-detail .description .contacts a {
  color: inherit;
}
.subject-detail .description .social a {
  padding: 5px;
}

.post-author {
  border: 2px solid rgba(0, 0, 0, 0.1);
  display: table;
  margin-bottom: 60px;
  padding: 20px;
  position: relative;
  width: 100%;
}
.post-author img {
  display: table-cell;
  vertical-align: middle;
  width: 100px;
}
.post-author header {
  color: #1f1f1f;
  margin-bottom: 10px;
}
.post-author .wrapper {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}

.noUi-horizontal {
  min-height: 43px;
  height: inherit;
}

.sidebar section {
  margin-bottom: 30px;
}
.sidebar h2 {
  font-size: 24px;
  font-weight: lighter;
  margin-bottom: 30px;
}
.sidebar .form-group {
  margin-bottom: 10px;
  min-height: 45px;
}
.sidebar .bootstrap-select .dropdown-menu {
  margin-top: 0;
}
.sidebar .ui-slider .noUi-base {
  background-color: #e8e8e8;
}
.sidebar .ui-slider .noUi-base .noUi-connect {
  background-color: #cccccc;
}
.sidebar .ui-slider .noUi-base .noUi-background {
  background-color: #e8e8e8;
}
.sidebar .ui-slider .noUi-base .noUi-handle {
  border: 2px solid #cccccc;
  background-color: #cccccc;
}
.sidebar .ui-slider .noUi-base .noUi-handle:hover, .sidebar .ui-slider .noUi-base .noUi-handle.noUi-active {
  -moz-box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.07);
}
.sidebar .item {
  margin-bottom: 10px;
}
.sidebar .item > a {
  height: 140px;
}
.sidebar .item .controls-more {
  bottom: 0px;
  top: inherit;
  margin: inherit;
}
.sidebar .item .controls-more:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  color: #fff;
}

.step {
  position: relative;
  margin-bottom: 40px;
}
.step .circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 175px;
  height: 175px;
  text-align: center;
}
.step .circle > i {
  font-size: 60px;
  color: #fff;
  z-index: 1;
  position: relative;
  line-height: 175px;
}
.step .circle figure {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: 15px;
  line-height: 55px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  width: 55px;
  height: 55px;
  background-color: #4611a7;
  z-index: 1;
}
.step .circle .circle-bg {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  background-color: #4611a7;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.step .box {
  margin-left: 220px;
}
.step .box:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11.5px 11px 11.5px 0;
  border-color: transparent #fafafa transparent transparent;
  content: "";
  position: absolute;
  top: 30px;
  left: -11px;
}
.step .box:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11.5px 11px 11.5px 0;
  border-color: transparent rgba(0, 0, 0, 0.1) transparent transparent;
  content: "";
  position: absolute;
  top: 32px;
  left: -11px;
}
.step h2 {
  margin-bottom: 20px;
}
.step p {
  margin-bottom: 20px;
}

.star-rating i {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: inline-block;
  cursor: pointer;
  padding: 2px;
  color: rgba(0, 0, 0, 0.2);
}
.star-rating i.active, .star-rating i.hover {
  color: #4611a7;
}

.visitor-rating dt {
  font-weight: normal;
}
.visitor-rating dd {
  font-weight: bold;
  color: #4611a7;
}
.visitor-rating dd.star-rating {
  clear: left;
  margin-bottom: 10px;
  text-align: left;
  padding: 0;
}

.subpage-detail #gallery-nav {
  position: absolute;
  right: 15px;
  top: -25px;
}
.tab-content > .tab-pane {
  padding-top: 15px;
}

.tags {
  list-style: none;
  padding-left: 0;
}
.tags li {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: inline-block;
  background-color: #fafafa;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  margin-right: 5px;
  color: rgba(0, 0, 0, 0.8);
  padding: 5px 10px;
  margin-bottom: 5px;
}
.tags li:before {
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  content: "\f00c";
  color: #4611a7;
  margin-right: 3px;
}

.testimonials {
  padding: 0;
}
.testimonials.center blockquote {
  text-align: center;
  padding-left: 20px;
}
.testimonials.center blockquote p {
  font-size: 14px;
  font-style: italic;
}
.testimonials.center blockquote .image {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  display: inline-block;
  width: 95px;
  height: 95px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}
.testimonials.center blockquote .image img {
  -moz-transform-style: flat;
  -webkit-transform-style: flat;
  transform-style: flat;
}
.testimonials blockquote {
  border-left: none;
  margin-bottom: 0;
  position: relative;
  padding-left: 120px;
}
.testimonials blockquote h3 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 0;
}
.testimonials blockquote h4 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  font-size: 12px;
  font-weight: bold;
  margin-top: 3px;
}
.testimonials blockquote p {
  font-size: 16px;
  font-style: italic;
}
.testimonials blockquote .image {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  display: inline-block;
  width: 90px;
  height: 90px;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  left: 2px;
  top: 0;
}
.testimonials blockquote .image img {
  -moz-transform-style: flat;
  -webkit-transform-style: flat;
  transform-style: flat;
}

.text-element {
  margin-bottom: 30px;
  position: relative;
}
.text-element.event {
  padding-left: 70px;
  padding-top: 10px;
}
.text-element.event .date-icon {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 5px 3px 4px 3px;
  position: absolute;
  width: 50px;
  left: 0;
}
.text-element.event .date-icon:before {
  background-image: url("../../assets/img/calendar-spring.png");
  width: 37px;
  height: 6px;
  position: absolute;
  top: -3px;
  left: 4px;
  content: "";
}
.text-element.event .date-icon .day {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  font-size: 20px;
  margin-bottom: -3px;
}
.text-element.event .date-icon .month {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  font-size: 12px;
  text-transform: uppercase;
}
.text-element a.link {
  color: #1f1f1f;
}
.text-element .date {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  font-size: 12px;
  margin-bottom: 12px;
  font-weight: bold;
}
.text-element .date i {
  margin-right: 8px;
}

.to-top {
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #1f1f1f;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 52px;
  position: fixed;
  right: 30px;
  bottom: 20px;
  z-index: 999;
}
.to-top:hover, .to-top:active, .to-top:focus {
  color: #fff;
}

.user-details {
  margin-bottom: 30px;
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-top: 60px;
}
.user-details .user-image {
  position: absolute;
  top: -60px;
  z-index: 1;
}
.user-details .user-image .image {
  width: 150px;
  height: 150px;
  position: relative;
}
.user-details .user-image .image .bg-transfer {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.user-details .user-image .image .single-file-input {
  position: absolute;
  width: 100%;
  bottom: -30px;
}
.user-details .btn {
  position: absolute;
  right: 20px;
  top: 20px;
}
.user-details .description {
  padding-left: 170px;
}
.user-details .description h3 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  color: inherit;
  font-size: 14px;
  margin: 0;
}
.user-details .description h2 {
  font-size: 20px;
  margin: 3px 0;
  font-weight: normal;
}
.user-details .description hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

.video iframe {
  width: 100%;
  height: 100%;
}

.version-selector a {
  color: #000;
}
.version-selector .logo {
  text-align: center;
  margin: 40px 0;
}
.version-selector h3 {
  margin-top: 15px;
  margin-bottom: 5px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
.version-selector h1 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 20px;
  text-align: center;
  color: #000;
  font-weight: bold;
}
.version-selector .description {
  padding-bottom: 5px;
}
.version-selector .versions {
  padding: 40px 0;
  display: table;
}
.version-selector .version {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: inline-block;
  margin-bottom: 60px;
  padding: 15px 5px;
  text-align: center;
}
.version-selector .version:hover {
  background-color: #f0f0f0;
}

/* 6. Forms */

.checkboxes li {
  display: inline-block;
  margin-right: 20px;
}

.single-file-input {
  overflow: hidden;
  position: relative;
  margin-top: 6px;
  font-size: 12px;
  text-align: center;
  padding: 3px 0;
}
.single-file-input input[type="file"] {
  padding-top: 40px;
  position: absolute;
  width: 100%;
  cursor: pointer;
  outline: none;
  z-index: 1;
}
.single-file-input div i {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  margin-left: 5px;
}

.ui-slider {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background-color: transparent;
  margin-top: -2px;
}
.ui-slider .noUi-base {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  height: 2px;
  background-color: #e4e4e2;
  margin-top: 6px;
}
.ui-slider .noUi-base .noUi-connect {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #4611a7;
}
.ui-slider .noUi-base .noUi-background {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #e4e4e2;
}
.ui-slider .noUi-base .noUi-handle {
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #4611a7;
  background-color: #4611a7;
  cursor: pointer;
  height: 10px;
  width: 10px;
  left: 0px;
  top: -4px;
}
.ui-slider .noUi-base .noUi-handle:before, .ui-slider .noUi-base .noUi-handle:after {
  display: none;
}
.ui-slider .noUi-base .noUi-handle:hover, .ui-slider .noUi-base .noUi-handle.noUi-active {
  -moz-box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.07);
}
.ui-slider .noUi-base .noUi-handle.noUi-handle-upper {
  left: -8px;
}
.ui-slider .values {
  font-size: 10px;
}
.ui-slider .values input {
  background-color: transparent;
  border: none;
  width: 49%;
}
.ui-slider .values input:first-child {
  float: left;
}
.ui-slider .values input:last-child {
  float: right;
  text-align: right;
}

.read-more + [data-readmore-toggle], .read-more[data-readmore] {
  min-width: auto !important;
}

select, select.form-control {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-appearance: inherit;
  -webkit-appearance: none;
  background-color: #fff;
  /*padding: 13px 9px;*/
  width: 100%;
  position: relative;
  background-image: url("../../assets/img/carret-down.png");
  background-repeat: no-repeat;
  background-position: 96% 50%;
}
select:hover, select.form-control:hover {
  cursor: pointer;
}

/*
@-moz-document url-prefix() {
    select, select.form-control { padding: 4px 10px; }
}
*/
.form-control {
  border: 0px solid red;
  padding: 0;
}

/* 7. Responsive */
body::before {
  display: none;
  content: "lg";
}

.hero-section.has-sidebar .map-wrapper {
  width: 75%;
}
.hero-section.has-sidebar .results-wrapper {
  width: 25%;
}
.hero-section .map-wrapper {
  width: 100%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  body::before {
    content: "md";
  }

  .hero-section.has-sidebar.sidebar-grid .map-wrapper, .hero-section.has-sidebar.sidebar-grid .results-wrapper {
    width: 50%;
  }
  .hero-section.has-sidebar.sidebar-grid .results-content .item {
    width: 43.2%;
  }
  .hero-section.has-sidebar .map-wrapper {
    width: 65%;
  }
  .hero-section.has-sidebar .results-wrapper {
    width: 35%;
  }
  .hero-section .map-wrapper {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body::before {
    content: "sm";
  }

  .categories-list .list-item .title h3 {
    display: block;
  }
  .categories-list .list-item .title .icon {
    display: block;
  }
  .categories-list .list-item ul {
    padding-left: 0;
  }

  .item > a .description h3 {
    font-size: 16px;
  }

  .pricing h2 {
    font-size: 20px;
  }
  .pricing figure {
    top: -35px;
  }

  .hero-section.has-sidebar.sidebar-grid .map-wrapper, .hero-section.has-sidebar.sidebar-grid .results-wrapper {
    width: 50%;
  }
  .hero-section.has-sidebar.sidebar-grid .results-content {
    padding-right: 40px;
  }
  .hero-section.has-sidebar.sidebar-grid .results-content .item {
    width: 100%;
  }
  .hero-section.has-sidebar .map-wrapper {
    width: 65%;
  }
  .hero-section.has-sidebar .results-wrapper {
    width: 35%;
  }
  .hero-section .map-wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  body::before {
    content: "xs";
  }

  body .primary-nav a i, body .secondary-nav a i {
    display: inline-block;
  }
  body .primary-nav a span, body .secondary-nav a span {
    display: none;
  }
  body.html {
    overflow-x: hidden;
  }

  .page-wrapper {
    display: block;
    overflow-x: hidden;
    overflow: visible;
  }

  .page-wrapper #page-header, .page-wrapper #page-content, .page-wrapper #page-footer {
    display: block;
  }

  .page-wrapper #page-header, .page-wrapper #page-footer {
    height: auto;
  }

  .gallery.detail .image {
    height: 200px;
  }

  .item.item-row {
    overflow: hidden;
  }
  .item.item-row > a {
    display: block;
    padding-left: 0;
    height: auto;
  }
  .item.item-row > a .image {
    width: 100%;
    height: 220px;
    position: relative;
  }
  .item.item-row > a .description {
    display: block;
    padding-top: 15px;
  }
  .item.item-row > a .map {
    display: block;
    height: 100px;
    width: 100%;
  }
  .item.item-row .additional-info {
    width: 100%;
    display: block;
    text-align: left;
    padding: 20px;
  }
  .item.item-row .controls-more {
    top: inherit;
    bottom: 20px;
  }

  .form .checkboxes {
    margin-top: 10px;
  }
  .form .checkboxes li {
    width: 49%;
    margin-right: 0px;
  }

  .modal {
    padding-left: 10px;
    padding-right: 10px;
  }
  .modal .modal-dialog {
    width: auto;
    margin-top: 40px;
  }
  .modal .modal-item-detail.modal-dialog {
    width: auto;
  }
  .modal .modal-item-detail.modal-dialog .modal-content .modal-body > .left {
    float: none;
    width: 100%;
    display: block;
    margin-left: 0;
  }
  .modal .modal-item-detail.modal-dialog .modal-content .modal-body > .left section {
    padding-left: 0;
  }

  #page-header .add-listing {
    padding: 3px 7px;
  }
  #page-header .add-listing span {
    display: none;
  }
  #page-header .add-listing i {
    margin-right: 0;
  }
  #page-header .secondary-nav .image {
    float: none;
    margin-bottom: 0;
  }
  #page-header nav {
    white-space: nowrap;
  }
  #page-header nav .brand img {
    max-width: 100%;
  }

  .hero-section.has-map.sidebar-grid .results-wrapper, .hero-section.has-map.has-sidebar.sidebar-grid .results-wrapper {
    height: 700px;
    z-index: 1;
    /*overflow: hidden;*/
  }
  .hero-section.has-map.sidebar-grid .results-content, .hero-section.has-map.has-sidebar.sidebar-grid .results-content {
    padding-right: 40px;
  }
  .hero-section.has-map.sidebar-grid .results-content .item, .hero-section.has-map.has-sidebar.sidebar-grid .results-content .item {
    width: 100%;
  }
  .hero-section.has-map .map-wrapper, .hero-section.has-map.has-sidebar .map-wrapper {
    width: 100%;
  }
  .hero-section.has-map .results-wrapper, .hero-section.has-map.has-sidebar .results-wrapper {
    width: 100%;
    /*height: 500px;*/
    z-index: 1;
    margin-bottom: 20px;
    float: none;
  }
  .hero-section.has-map .results-wrapper .results, .hero-section.has-map.has-sidebar .results-wrapper .results {
    /*min-height: 500px;*/
    height: 650px;
  }
  .hero-section .coupon {
    width: 100%;
  }
  .hero-section .coupon h1 {
    font-size: 24px;
  }
  .hero-section .coupon .image {
    position: absolute;
    left: 0;
  }
  .hero-section .coupon .image .circle {
    width: 90px;
    height: 90px;
    color: #fff;
    font-weight: bold;
    left: 0;
    top: 0;
    background-color: #4611a7;
    font-size: 24px;
    text-align: center;
    line-height: 86px;
  }
  .hero-section .coupon .image .bg-transfer {
    width: 300px;
    height: 300px;
  }
  .hero-section .coupon .description {
    padding-left: 330px;
    padding-top: 10px;
  }
  .hero-section .coupon .description hr {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .hero-section .coupon .description figure {
    display: inline-block;
    margin-right: 20px;
  }
  .hero-section .coupon .description .count-down {
    margin-bottom: 20px;
  }
  .hero-section .coupon .description .count-down .countdown-row .countdown-amount {
    font-size: 18px;
  }

  .hero-section {
    z-index: 1;
  }
  .hero-section.has-map .search-form {
    z-index: 1;
    position: relative;
    height: auto;
    top: 0 !important;
  }
  .hero-section.has-map .search-form .container {
    height: auto !important;
  }
  .hero-section.has-map .search-form form {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .hero-section.has-map .form.horizontal form {
    padding: 25px;
  }
  .hero-section.has-map .form.horizontal.position-bottom form {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    bottom: 0px;
    margin-top: 10px;
  }
  .hero-section.has-background {
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
  }
  .hero-section.has-background h1 {
    font-size: 38px;
    margin-top: 20px;
  }
  .hero-section.has-background h2 {
    font-size: 20px;
  }
  .hero-section.has-background .form.horizontal form {
    padding-bottom: 10px;
  }
  .hero-section .form .advanced-search-heading {
    margin-top: 25px;
    text-align: center;
  }
  .hero-section .search-form {
    height: auto;
    margin-bottom: 20px;
  }
  .hero-section .results-wrapper {
    overflow: visible;
  }

  .my-items {
    overflow-x: scroll;
  }

  .invisible-on-mobile {
    display: none !important;
  }

  .page-title {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  [class*=" height-"]:not(.map) {
    height: auto;
  }

  .subject-list .image {
    height: auto;
  }
  .subject-list .image .bg-transfer {
    background-image: none;
    position: relative;
  }
  .subject-list .image .bg-transfer img {
    display: block !important;
    width: 100%;
  }

  .subject-detail {
    display: block;
  }
  .subject-detail .image {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
  }
  .subject-detail .image .bg-transfer {
    background-image: none;
    position: relative;
  }
  .subject-detail .image .bg-transfer img {
    display: block !important;
    width: 100%;
  }
  .subject-detail .description {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mobile-height-inherit {
    height: 100% !important;
  }

  .hero-section.has-background {
    padding-top: 0;
    height: 100% !important;
    min-height: inherit !important;
  }

  .hero-section.has-background .slider .slide {
    display: block;
    overflow: hidden;
  }

  .hero-section .coupon {
    display: block;
  }
  .hero-section .coupon .wrapper {
    width: 100%;
    overflow: hidden;
  }
  .hero-section .coupon .image {
    position: relative;
  }
  .hero-section .coupon .image .bg-transfer {
    width: 100%;
    height: 150px;
    border-radius: 0;
    position: relative;
  }
  .hero-section .coupon .image .circle {
    position: absolute;
    left: 10px;
    bottom: -10px;
    top: inherit;
  }
  .hero-section .coupon .description {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
  }

  .hero-section.has-background .slider .presentation .description {
    position: relative;
    bottom: 0;
    padding-bottom: 50px;
  }

  .hero-section.has-background .form.horizontal form {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .hero-section.has-background .form.horizontal.position-bottom, .hero-section.has-background .form.horizontal.position-top {
    position: relative;
  }

  .form.horizontal.position-bottom form {
    bottom: 0;
    margin-top: 20px;
  }

  .hero-section.has-background .slider .presentation .description h1 {
    font-size: 40px;
  }

  .xs-p-relative {
    position: relative !important;
  }

  .step {
    text-align: center;
  }
  .step .circle {
    position: relative;
    display: inline-block;
  }
  .step .box {
    margin-left: 0;
    margin-top: 20px;
  }
  .step .box:after {
    border-width: 0 11.5px 11px 11.5px;
    border-color: transparent transparent #fafafa transparent;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .step .box:before {
    border-width: 0 11.5px 11px 11.5px;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    top: -11px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
