/*------------------------------------------------------------------
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[#d10a12];
Color grey dark: #1f1f1f;
Color grey light: #fafafa;

[Typography]

Body copy:    'Lato', sans-serif; 14px;
Headers:    'Lato', sans-serif;

-------------------------------------------------------------------*/
html, body, #map-canvas-one {
    height: 100%;
    margin: 0px;
}
#fake{height:0;padding:0;margin:0;font-size:0;line-height:0}
/* 1. Header */

body .primary-nav {
	display: inline-block;
	margin-right: 10px;
	padding-right: 10px;
	position: relative;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}
body .secondary-nav {
	display: inline-block;
	position: relative;
	/*margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);*/
}
body .primary-nav.has-mega-menu, body .secondary-nav.has-mega-menu {
	position: initial;
}
body .primary-nav.has-mega-menu .mega-menu-parent, body .secondary-nav.has-mega-menu .mega-menu-parent {
	position: initial;
	display: inline-block;
}
body .primary-nav.has-mega-menu .mega-menu-parent:hover .mega-menu, body .primary-nav.has-mega-menu .mega-menu-parent:hover .mega-menu:hover, body .secondary-nav.has-mega-menu .mega-menu-parent:hover .mega-menu, body .secondary-nav.has-mega-menu .mega-menu-parent:hover .mega-menu:hover {
	visibility: visible;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	pointer-events: auto;
}
body .primary-nav.has-mega-menu .mega-menu-parent .mega-menu, body .secondary-nav.has-mega-menu .mega-menu-parent .mega-menu {
	visibility: hidden;
	pointer-events: none;
	position: absolute;
	right: -7px;
	text-align: left;
	top: -3px;
}
body .primary-nav.has-mega-menu .mega-menu-parent .mega-menu:hover, body .secondary-nav.has-mega-menu .mega-menu-parent .mega-menu:hover {
	visibility: visible;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	pointer-events: auto;
}
body .primary-nav.has-mega-menu .mega-menu-parent .mega-menu .nav-wrapper, body .secondary-nav.has-mega-menu .mega-menu-parent .mega-menu .nav-wrapper {
	-moz-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	background-color: #fff;
}
body .primary-nav.has-mega-menu .mega-menu-parent .mega-menu h4, body .secondary-nav.has-mega-menu .mega-menu-parent .mega-menu h4 {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 15px;
	margin-bottom: 10px;
	margin-top: 0;
}
body .primary-nav.has-mega-menu .mega-menu-parent .mega-menu ul li, body .secondary-nav.has-mega-menu .mega-menu-parent .mega-menu ul li {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	display: block;
	background-color: transparent;
	border: none;
}
body .primary-nav.has-mega-menu .mega-menu-parent .mega-menu ul li a, body .secondary-nav.has-mega-menu .mega-menu-parent .mega-menu ul li a {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: none;
	padding: 3px 0 !important;
	display: block;
	font-weight: bold;
	display: inline-block;
}
body .primary-nav.has-mega-menu .mega-menu-parent .mega-menu ul li a:hover, body .secondary-nav.has-mega-menu .mega-menu-parent .mega-menu ul li a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	color: #d10a12;
}
body .primary-nav.has-mega-menu .mega-menu-parent .mega-menu .container, body .secondary-nav.has-mega-menu .mega-menu-parent .mega-menu .container {
	padding-left: 30px;
	padding-right: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
}
body .primary-nav.has-mega-menu .mega-menu-parent .mega-menu .container .row, body .secondary-nav.has-mega-menu .mega-menu-parent .mega-menu .container .row {
	display: table;
	width: 100%;
	height: 100%;
}
body .primary-nav.has-mega-menu .mega-menu-parent .mega-menu .container .row>[class*=" col-"], body .secondary-nav.has-mega-menu .mega-menu-parent .mega-menu .container .row>[class*=" col-"] {
	display: table;
	height: 100%;
}
body .primary-nav.has-mega-menu .mega-menu-parent .mega-menu .image, body .secondary-nav.has-mega-menu .mega-menu-parent .mega-menu .image {
	width: 100%;
	height: 100%;
	position: relative;
	display: table;
	z-index: 1;
}
body .primary-nav.has-mega-menu .mega-menu-parent .mega-menu .btn, body .secondary-nav.has-mega-menu .mega-menu-parent .mega-menu .btn {
	z-index: 1;
}
body .primary-nav.has-mega-menu .mega-menu-parent .wrapper, body .secondary-nav.has-mega-menu .mega-menu-parent .wrapper {
	right: 0 !important;
	left: inherit !important;
}
body .primary-nav ul.navigation, body .secondary-nav ul.navigation {
	list-style: none;
	margin-bottom: 0;
}
body .primary-nav ul.navigation>li.has-child:hover>a, body .secondary-nav ul.navigation>li.has-child:hover>a {
	color: #d10a12;
	border: 2px solid rgba(0, 0, 0, 0.2);
}
body .primary-nav ul.navigation>li.has-child:hover>a:before, body .secondary-nav ul.navigation>li.has-child:hover>a:before {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}
body .primary-nav ul.navigation>li.has-child:hover>a:after, body .secondary-nav ul.navigation>li.has-child:hover>a:after {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.5;
}
body .primary-nav ul.navigation>li.has-child:hover .wrapper, body .secondary-nav ul.navigation>li.has-child:hover .wrapper {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	pointer-events: auto;
}
body .primary-nav ul.navigation li, body .secondary-nav ul.navigation li {
	display: inline-block;
	position: relative;
	text-align: left;
}
body .primary-nav ul.navigation li.has-child>a, body .secondary-nav ul.navigation li.has-child>a {
	padding-right: 20px;
}
body .primary-nav ul.navigation li.has-child>a:before, body .secondary-nav ul.navigation li.has-child>a: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;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.5;
	color: #000;
	content: "\f078";
	position: absolute;
	font-size: 10px;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 11px;
	padding-right: 7px;
}
body .primary-nav ul.navigation li.has-child>a:after, body .secondary-nav ul.navigation li.has-child>a: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;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	color: #000;
	content: "\f077";
	position: absolute;
	font-size: 10px;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 11px;
	padding-right: 7px;
}
body .primary-nav ul.navigation li.has-child>.wrapper, body .secondary-nav ul.navigation li.has-child>.wrapper {
	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);
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 1;
	/****/
	right: inherit;
	left: 0;
}
body .primary-nav ul.navigation li.has-child>.wrapper>.nav-wrapper, body .primary-nav ul.navigation li.has-child>.wrapper .mega-menu .nav-wrapper, body .secondary-nav ul.navigation li.has-child>.wrapper>.nav-wrapper, body .secondary-nav ul.navigation li.has-child>.wrapper .mega-menu .nav-wrapper {
	-moz-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
	padding-left: 0;
	margin-top: 10px;
	min-width: 150px;
}
body .primary-nav ul.navigation li.has-child>.wrapper>.nav-wrapper>ul>li:first-child, body .primary-nav ul.navigation li.has-child>.wrapper .mega-menu .nav-wrapper>ul>li:first-child, body .secondary-nav ul.navigation li.has-child>.wrapper>.nav-wrapper>ul>li:first-child, body .secondary-nav ul.navigation li.has-child>.wrapper .mega-menu .nav-wrapper>ul>li:first-child {
	position: relative;
}
body .primary-nav ul.navigation li.has-child>.wrapper>.nav-wrapper>ul>li:first-child:hover:after, body .primary-nav ul.navigation li.has-child>.wrapper .mega-menu .nav-wrapper>ul>li:first-child:hover:after, body .secondary-nav ul.navigation li.has-child>.wrapper>.nav-wrapper>ul>li:first-child:hover:after, body .secondary-nav ul.navigation li.has-child>.wrapper .mega-menu .nav-wrapper>ul>li:first-child:hover:after {
	border-color: transparent transparent #f2f2f2 transparent;
}
body .primary-nav ul.navigation li.has-child>.wrapper>.nav-wrapper>ul>li:first-child:after, body .primary-nav ul.navigation li.has-child>.wrapper .mega-menu .nav-wrapper>ul>li:first-child:after, body .secondary-nav ul.navigation li.has-child>.wrapper>.nav-wrapper>ul>li:first-child:after, body .secondary-nav ul.navigation li.has-child>.wrapper .mega-menu .nav-wrapper>ul>li:first-child:after {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	-moz-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 8px 5px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	z-index: 1;
	top: -6px;
	left: 12px;
	content: "";
}
body .primary-nav ul.navigation li.has-child .nav-wrapper i, body .secondary-nav ul.navigation li.has-child .nav-wrapper i {
	margin-right: 10px;
}
body .primary-nav ul.navigation li ul, body .secondary-nav ul.navigation li ul {
	padding-left: 0;
}
body .primary-nav ul.navigation li ul li, body .secondary-nav ul.navigation li ul li {
	-moz-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	display: block;
	white-space: nowrap;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	background-color: #fff;
}
body .primary-nav ul.navigation li ul li:last-child, body .secondary-nav ul.navigation li ul li:last-child {
	border-bottom: none;
}
body .primary-nav ul.navigation li ul li:hover, body .secondary-nav ul.navigation li ul li:hover {
	background-color: #f2f2f2;
	color: #d10a12;
}
body .primary-nav ul.navigation li ul li:hover ul li, body .secondary-nav ul.navigation li ul li:hover ul li {
	background-color: transparent;
}
body .primary-nav ul.navigation li ul li:hover ul li:hover, body .secondary-nav ul.navigation li ul li:hover ul li:hover {
	background-color: rgba(0, 0, 0, 0.05);
}
body .primary-nav ul.navigation li ul li:hover>.nav-wrapper, body .secondary-nav ul.navigation li ul li:hover>.nav-wrapper {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	pointer-events: auto;
}
body .primary-nav ul.navigation li ul li.has-child>a:before, body .secondary-nav ul.navigation li ul li.has-child>a:before {
	content: "\f054";
}
body .primary-nav ul.navigation li ul li .nav-wrapper, body .secondary-nav ul.navigation li ul li .nav-wrapper {
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-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);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	background-color: #fff;
	pointer-events: none;
	position: absolute;
	z-index: 1;
	right: 0;
	min-width: 150px;
	top: 0;
}
body .primary-nav ul.navigation li ul li ul li:first-child, body .secondary-nav ul.navigation li ul li ul li:first-child {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
body .primary-nav ul.navigation li ul li a, body .secondary-nav ul.navigation li ul li a {
	display: block !important;
	padding: 6px 8px !important;
}
body .primary-nav ul.navigation li ul li a:hover, body .secondary-nav ul.navigation li ul li a:hover {
	color: #d10a12;
}
body .primary-nav a i, body .secondary-nav a i {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	margin-right: 5px;
}
body .secondary-nav ul.navigation li.has-child>.wrapper {
	left: inherit;
	right: 0;
}
body .secondary-nav ul.navigation li.has-child>.wrapper>.nav-wrapper>ul>li:first-child::after {
	left: inherit;
	right: 10px;
}
#page-header {
	z-index: 999;
	position: fixed;
	width: 100%;
	top: 0;
}
#page-header nav {
	-moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.6);
	display: table;
	width: 100%;
	background-color: #fafafa;
	padding: 6px 7px;
	position: relative;
	z-index: 999;
	white-space: nowrap;
}
#page-header .left, #page-header .right {
	display: table-cell;
	vertical-align: middle;
}
#page-header .right {
	text-align: right;
	position: relative;
}
#page-header .secondary-nav {
	display: inline-block;
	/*margin-right: 10px;*/
}
#page-header .secondary-nav .image {
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	position: relative;
	width: 35px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	float: right;
	margin-bottom: -3px;
	text-align: center;
	padding-top: 0px;
	color:#d10a11;
	/*border:solid 2px #fff;*/
}
#page-header .secondary-nav a:not(.btn), #page-header .primary-nav a:not(.btn) {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	opacity: 0.9;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	color: #1f1f1f;
	margin: 0;
	border: 2px solid transparent;
	padding: 4px 6px;
}
#page-header .secondary-nav a:not(.btn):hover, #page-header .primary-nav a:not(.btn):hover {
	color: #d10a12;
}
#page-header .secondary-nav a:not(.btn).promoted, #page-header .primary-nav a:not(.btn).promoted {
	color: #d10a12;
	font-weight: 800;
}
#page-header .secondary-nav .navigation, #page-header .primary-nav .navigation {
	display: inline-block;
	margin-bottom: 0;
	list-style: none;
}
#page-header .secondary-nav li.has-child>a, #page-header .primary-nav li.has-child>a {
	padding-right: 20px;
	padding-left: 10px;
}
#page-header .primary-nav>ul>li.active>a, #page-header .secondary-nav>ul>li.active>a {
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	color: #d10a12;
	border: 2px solid rgba(0, 0, 0, 0.2);
}
#page-header .nav-btn {
	-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;
	display: none;
	padding: 8px;
	cursor: pointer;
	position: absolute;
	top: -2px;
	bottom: 0;
	height: 28px;
	right: 0;
	margin: auto;
	background-color: transparent;
	-moz-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.4);
}
#page-header .nav-btn:hover, #page-header .nav-btn.active {
	background-color: #d10a12;
}
#page-header .nav-btn:hover i, #page-header .nav-btn.active i {
	background-color: #fff;
}
#page-header .nav-btn:hover i:last-child, #page-header .nav-btn.active i:last-child {
	width: 12px;
}
#page-header .nav-btn i {
	-moz-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	height: 2px;
	width: 12px;
	background-color: #fff;
	margin-bottom: 2px;
	display: block;
	background-color: rgba(0, 0, 0, 0.4);
}
#page-header .nav-btn i:last-child {
	/*width: 10px;*/
	margin-bottom: 0px;
}
#page-header .btn.icon i {
	margin-left: 0;
}
body.nav-btn-only #page-header .nav-btn {
	display: block;
}
body.nav-btn-only #page-header .right {
	padding-right: 40px;
}
body.nav-btn-only #page-header .primary-nav {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-transition: 0.2s transform;
	-webkit-transition: 0.2s transform;
	transition: 0.2s transform;
	-moz-transform: translateY(5px);
	-ms-transform: translateY(5px);
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-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);
	visibility: hidden;
	position: absolute;
	top: 100%;
	margin-top: 6px;
	background-color: #d10a12;
	padding-right: 0;
	margin-right: 0;
	border: 0;
	right: 0;
}
body.nav-btn-only #page-header .primary-nav.show {
	visibility: visible;
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
body.nav-btn-only #page-header .primary-nav.has-mega-menu {
	position: absolute;
}
body.nav-btn-only #page-header .primary-nav.has-mega-menu .mega-menu-parent {
	position: relative;
	display: block;
}
body.nav-btn-only #page-header .primary-nav.has-mega-menu .mega-menu-parent .mega-menu {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.1);
	visibility: visible;
	pointer-events: auto;
	position: relative;
	right: 0;
	text-align: inherit;
	padding-top: 0;
}
body.nav-btn-only #page-header .primary-nav.has-mega-menu .mega-menu-parent .mega-menu .wrapper {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: inherit;
	padding-top: 0px;
	padding-bottom: 0px;
}
body.nav-btn-only #page-header .primary-nav.has-mega-menu .mega-menu-parent .mega-menu h4 {
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #fff;
	font-weight: 800;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
}
body.nav-btn-only #page-header .primary-nav.has-mega-menu .mega-menu-parent .mega-menu a {
	font-weight: 800;
}
body.nav-btn-only #page-header .primary-nav.has-mega-menu .mega-menu-parent .mega-menu a:hover {
	background-color: rgba(0, 0, 0, 0.2);
}
body.nav-btn-only #page-header .primary-nav.has-mega-menu .mega-menu-parent .mega-menu a.has-child {
	padding-right: 25px;
}
body.nav-btn-only #page-header .primary-nav.has-mega-menu .mega-menu-parent .mega-menu a.has-child: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;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.5;
	color: #fff;
	content: "\f078";
	position: absolute;
	font-size: 10px;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 11px;
	padding-right: 7px;
}
body.nav-btn-only #page-header .primary-nav.has-mega-menu .mega-menu-parent .mega-menu a.has-child:after, body.nav-btn-only #page-header .primary-nav.has-mega-menu .mega-menu-parent .mega-menu a.has-child:before {
	color: #fff;
}
body.nav-btn-only #page-header .primary-nav.has-mega-menu .mega-menu-parent .mega-menu ul {
	background-color: rgba(0, 0, 0, 0.1);
}
body.nav-btn-only #page-header .primary-nav.has-mega-menu .mega-menu-parent .mega-menu ul li a {
	display: block;
	padding: 8px 10px;
}
body.nav-btn-only #page-header .primary-nav.has-mega-menu .mega-menu-parent .mega-menu .container {
	padding-left: 0px;
	padding-right: 0px;
	width: auto;
	padding-top: 0;
	padding-bottom: 0;
}
body.nav-btn-only #page-header .primary-nav.has-mega-menu .mega-menu-parent .mega-menu .container .row {
	display: block;
	width: inherit;
	height: inherit;
	padding-right: 0px;
	padding-left: 0px;
}
body.nav-btn-only #page-header .primary-nav.has-mega-menu .mega-menu-parent .mega-menu .container .row>[class*=" col-"] {
	display: block;
	height: 100%;
	width: 100%;
	clear: both;
	margin-bottom: 0px;
}
body.nav-btn-only #page-header .primary-nav.has-mega-menu .mega-menu-parent .mega-menu .container .row>[class*=" col-"]:last-child {
	margin-bottom: 0;
}
body.nav-btn-only #page-header .primary-nav.has-mega-menu .mega-menu-parent .mega-menu .container .row>[class*=" col-"]:first-child>a {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
body.nav-btn-only #page-header .primary-nav.has-mega-menu .mega-menu-parent .mega-menu .container .row>[class*=" col-"] a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
body.nav-btn-only #page-header .primary-nav.has-mega-menu .mega-menu-parent .mega-menu .image {
	width: 100%;
	height: 100%;
	position: relative;
	display: table;
	z-index: 1;
}
body.nav-btn-only #page-header .primary-nav.has-mega-menu .mega-menu-parent .mega-menu .btn {
	z-index: 1;
}
body.nav-btn-only #page-header .primary-nav.has-mega-menu .mega-menu-parent .mega-menu .nav-wrapper {
	background-color: transparent;
}
body.nav-btn-only #page-header .primary-nav ul.navigation>li:first-child:after {
	-moz-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 8px 5px;
	border-color: transparent transparent #d10a12 transparent;
	position: absolute;
	z-index: 1;
	top: -6px;
	right: 8px;
	content: "";
}
body.nav-btn-only #page-header .primary-nav ul.navigation>li.has-child a, body.nav-btn-only #page-header .primary-nav ul.navigation>li.has-child:hover a {
	border: none;
	color: #fff;
}
body.nav-btn-only #page-header .primary-nav ul.navigation>li.has-child .wrapper, body.nav-btn-only #page-header .primary-nav ul.navigation>li.has-child:hover .wrapper {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
body.nav-btn-only #page-header .primary-nav ul.navigation>li.has-child>.wrapper>.nav-wrapper>ul>li:first-child::after, body.nav-btn-only #page-header .primary-nav ul.navigation>li.has-child:hover>.wrapper>.nav-wrapper>ul>li:first-child::after {
	display: none;
}
body.nav-btn-only #page-header .primary-nav ul.navigation li ul li a {
	padding: 10px 10px !important;
}
body.nav-btn-only #page-header .primary-nav ul.navigation li ul li .nav-wrapper {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
	background-color: transparent;
}
body.nav-btn-only #page-header .primary-nav ul {
	padding-left: 0;
	min-width: 220px;
}
body.nav-btn-only #page-header .primary-nav ul li {
	-moz-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
body.nav-btn-only #page-header .primary-nav ul li:hover {
	background-color: rgba(0, 0, 0, 0.2);
}
body.nav-btn-only #page-header .primary-nav ul li:hover a {
	border: none;
}
body.nav-btn-only #page-header .primary-nav ul li.active {
	background-color: rgba(0, 0, 0, 0.2);
}

body.nav-btn-only #page-header .primary-nav ul li.active a {
	border: none;
	color: #fff;
}
body.nav-btn-only #page-header .primary-nav ul li.has-child>a {
	padding-right: 25px;
}
body.nav-btn-only #page-header .primary-nav ul li.has-child>a: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;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.5;
	color: #fff;
	content: "\f078";
	position: absolute;
	font-size: 10px;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 11px;
	padding-right: 7px;
}
body.nav-btn-only #page-header .primary-nav ul li.has-child>a:after, body.nav-btn-only #page-header .primary-nav ul li.has-child>a:before {
	color: #fff;
}
body.nav-btn-only #page-header .primary-nav ul li.has-child>a:hover:before {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}
body.nav-btn-only #page-header .primary-nav ul li .wrapper {
	position: relative;
	padding-top: 0;
}
body.nav-btn-only #page-header .primary-nav ul li a {
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	font-weight: 800;
	padding: 10px;
	display: block;
	border: none;
	color: #fff;
	position: relative;
}
body.nav-btn-only #page-header .primary-nav ul li a:hover {
	color: #fff;
}
body.nav-btn-only #page-header .primary-nav ul li a.has-child {
	padding-right: 25px;
}
body.nav-btn-only #page-header .primary-nav ul li a.has-child:before, body.nav-btn-only #page-header .primary-nav ul li a.has-child:after {
	color: #fff;
	padding-right: 10px;
}
body.nav-btn-only #page-header .primary-nav ul li a.has-child[aria-expanded=true] {
	background-color: rgba(0, 0, 0, 0.2);
}
body.nav-btn-only #page-header .primary-nav ul li .nav-wrapper {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-top: 0;
	position: relative;
}
body.nav-btn-only #page-header .primary-nav ul li .nav-wrapper ul {
	background-color: rgba(0, 0, 0, 0.2);
}
body.nav-btn-only #page-header .primary-nav ul li .nav-wrapper ul li {
	background-color: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
body.nav-btn-only #page-header .primary-nav ul li .nav-wrapper ul li:first-child {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
body.nav-btn-only #page-header .primary-nav ul li .nav-wrapper ul li:hover {
	background-color: rgba(0, 0, 0, 0.2);
}
.hero-section {
	/*position: relative;*/
	/*top: 23px;*/
	/*border-bottom: 8px solid #d10a12*/
}
.hero-section.has-background h1 {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	color: #fff;
	text-transform: uppercase;
    font-family: Anton, sans-serif;
	font-size: 54px;
	z-index: 10;
	position: relative;
}
.hero-section.has-background h2 {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	/*opacity: 0.5;*/
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	z-index: 10;
	position: relative;
}
.hero-section.has-background h4 {
	color: #fff;
}
.hero-section.has-background .slider {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
}
.hero-section.has-background .slider .owl-carousel, .hero-section.has-background .slider .owl-stage-outer, .hero-section.has-background .slider .owl-stage, .hero-section.has-background .slider .owl-item {
	height: 100%;
}
.hero-section.has-background .slider .owl-nav, .hero-section.has-background .slider .owl-dots {
	position: absolute;
}
.hero-section.has-background .slider .owl-controls {
	text-align: center;
}
.hero-section.has-background .slider .slide {
	display: table;
	height: 100%;
	width: 100%;
}
.hero-section.has-background .slider [data-owl-dots="1"] .owl-dots {
	display: inline-block !important;
	bottom: 10px;
}
.hero-section.has-background .slider .presentation {
	width: 100%;
	height: 100%;
}
.hero-section.has-background .slider .presentation:after {
	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);
	width: 100%;
	height: 50%;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
}
.hero-section.has-background .slider .presentation .description {
	position: absolute;
	width: 100%;
	bottom: 200px;
	z-index: 1;
}
.hero-section.has-background .slider .presentation .description h1 {
	text-shadow: 0px 2px 12px rgba(0, 0, 0, 0.5);
	font-size: 72px;
	font-weight: bold;
}
.hero-section.has-background .slider .presentation .description h2 {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	font-size: 18px;
	font-weight: bold;
}
.hero-section.has-background .slider .presentation .description h2 i {
	margin-right: 10px;
}
.hero-section.has-background .slider .presentation .description hr {
	border-top: 2px solid rgba(255, 255, 255, 0.2);
	margin-top: 20px;
	margin-bottom: 20px;
}
.hero-section.has-background .slider .presentation .description .label, .hero-section.has-background .slider .presentation .description .rating-passive {
	display: inline-block;
	margin-right: 20px;
}
.hero-section.has-background .slider .presentation .description .label {
	padding: 6px;
	background-color: #fff;
	color: #000;
}
.hero-section.has-background .slider .presentation .description .rating-passive .stars figure {
	color: #fff;
	font-size: 16px;
}
.hero-section.has-background .slider .presentation .bg-transfer:after {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
	opacity: 0.1;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	content: "";
}
.hero-section.has-background form {
	z-index: 1;
}
.hero-section.has-map .results-wrapper .search-form {
	position: relative;
	height: auto;
	/*padding: 40px;*/
	margin-bottom: 40px;
}
.hero-section.has-map .results-wrapper .search-form form {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: rgba(0, 0, 0, 0.03);
	padding: 10px 30px;
	display: table;
	height: 100%;
	width: 100%;
}
.hero-section.has-map .results-wrapper .search-form .section-title h2 {
	font-size: 18px;
	margin-left: 0;
	font-weight: normal;
	color: inherit;
}
.hero-section.has-map .results-wrapper .search-form .form-group {
	margin-bottom: 10px;
	display: table;
	height: auto;
	width: 100%;
	position: relative;
}
.hero-section.has-map .results-wrapper .search-form .btn {
	padding: 8px;
}
.hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="text"], .hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="email"], .hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="date"], .hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="time"], .hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="search"], .hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="password"], .hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="number"], .hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="tel"], .hero-section.has-map .results-wrapper .search-form.inputs-underline textarea.form-control {
	padding-left: 6px;
	color: inherit;
}
.hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="text"]:active, .hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="text"]:focus, .hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="email"]:active, .hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="email"]:focus, .hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="date"]:active, .hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="date"]:focus, .hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="time"]:active, .hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="time"]:focus, .hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="search"]:active, .hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="search"]:focus, .hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="password"]:active, .hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="password"]:focus, .hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="number"]:active, .hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="number"]:focus, .hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="tel"]:active, .hero-section.has-map .results-wrapper .search-form.inputs-underline input[type="tel"]:focus, .hero-section.has-map .results-wrapper .search-form.inputs-underline textarea.form-control:active, .hero-section.has-map .results-wrapper .search-form.inputs-underline textarea.form-control:focus {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding-left: 8px;
	border-bottom: 2px solid rgba(0, 0, 0, 0.15);
}
.hero-section.has-map .results-wrapper .search-form input[type="text"], .hero-section.has-map .results-wrapper .search-form input[type="email"], .hero-section.has-map .results-wrapper .search-form input[type="date"], .hero-section.has-map .results-wrapper .search-form input[type="time"], .hero-section.has-map .results-wrapper .search-form input[type="search"], .hero-section.has-map .results-wrapper .search-form input[type="password"], .hero-section.has-map .results-wrapper .search-form input[type="number"], .hero-section.has-map .results-wrapper .search-form input[type="tel"], .hero-section.has-map .results-wrapper .search-form textarea.form-control {
	padding: 8px;
	color: inherit;
}
.hero-section.has-map .results-wrapper .search-form .ui-slider {
	margin-top: 2px;
}
.hero-section.has-map .results-wrapper .search-form .ui-slider .noUi-base .noUi-handle {
	border: 2px solid #d10a12;
	background-color: #fff;
}
.hero-section.has-map .results-wrapper .search-form .ui-slider .noUi-base .noUi-handle:hover, .hero-section.has-map .results-wrapper .search-form .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);
}
.hero-section.has-map .results-wrapper .search-form .btn[type="submit"] {
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	position: absolute;
	width: 45px;
	height: 45px;
	bottom: -40px;
	right: 0px;
}
.hero-section.has-map .results-wrapper .search-form .btn[type="submit"]:before {
	display: none;
}
.hero-section.has-map .results-wrapper .search-form .btn[type="submit"]:after {
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.hero-section.has-map .results-wrapper .search-form .btn[type="submit"]:active {
	top: inherit;
}
.hero-section.has-map .results-wrapper .search-form .btn[type="submit"] i {
	margin-left: 0;
	margin-top: -1px;
}
.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-wrapper .sidebar-detail {
	z-index: 22;
}
.hero-section.has-sidebar.sidebar-grid .results-content .item {

	width: 46%;
	margin: 10px 10px 20px 20px;
	height: 270px;
}
.hero-section.has-sidebar.sidebar-grid .results-content .item .description {
	z-index: 1;
}
.hero-section.has-sidebar.sidebar-grid .results-content .item .image {
	background-size: cover;
}
.hero-section.has-sidebar.sidebar-grid .results-content .item .image .price {
	right: inherit;
	left: 10px;
}
.hero-section .coupon {
	display: table-cell;
	vertical-align: middle;
}
.hero-section .coupon div {
	height: auto;
}
.hero-section .coupon h1 {
	font-size: 36px;
	font-weight: bold;
}
.hero-section .coupon .wrapper {
	display: inline-block;
	text-align: left;
	width: 900px;
	position: relative;
}
.hero-section .coupon .image {
	position: absolute;
	left: 0;
}
.hero-section .coupon .image .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%;
	width: 90px;
	height: 90px;
	color: #fff;
	font-weight: bold;
	left: 0;
	top: 0;
	background-color: #d10a12;
	font-size: 24px;
	text-align: center;
	line-height: 86px;
}
.hero-section .coupon .image .bg-transfer {
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	width: 300px;
	height: 300px;
}
.hero-section .coupon .description {
	padding-left: 330px;
	padding-top: 10px;
}
.hero-section .coupon .description hr {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
	opacity: 0.3;
	border-top: 2px solid #fff;
	margin-bottom: 20px;
	margin-top: 20px;
}
.hero-section .coupon .description figure {
	display: inline-block;
	margin-right: 20px;
}
.hero-section .coupon .description .location i {
	margin-right: 10px;
}
.hero-section .coupon .description .label {
	text-transform: none;
	font-size: 14px;
	font-weight: bold;
}
.hero-section .coupon .description .count-down {
	margin-bottom: 20px;
}
.hero-section .coupon .description .count-down .countdown-row .countdown-amount {
	font-size: 36px;
}
.hero-section>.wrapper {
	display: table;
	height: 100%;
	width: 100%;
	z-index: 2;
	/*position: relative;*/
}
.hero-section>.wrapper>.inner {
	display: table-cell;
	vertical-align: middle;
}
.hero-section .map-wrapper {
	width: 100%;
	display: inline-block;
	position: fixed;
	z-index: 1;
}
@media screen and (max-width: 766px) {
	.hero-section .map-wrapper {
	position: initial;
	}
}
.hero-section .results-wrapper {
	-moz-transition: 0.7s ease;
	-webkit-transition: 0.7s ease;
	transition: 0.7s ease;
	position: relative;
	float: right;
	display: inline-block;
	background-color: #fff;
	height: 100%;
	/*overflow: hidden;*/
}
.hero-section .results-wrapper.show-detail .results {
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}
.hero-section .results-wrapper.show-detail .sidebar-detail {
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}
.hero-section .results-wrapper.loading .sidebar-detail, .hero-section .results-wrapper.loading .results {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.5;
}
.hero-section .results-wrapper h2 {
	margin: 10px 20px;
	font-size: 30px;
	display: inline-block;
}
.hero-section .results-wrapper h2 .results-number {
	margin-left: 10px;
	font-size: 22px;
	color: rgba(0, 0, 0, 0.4);
	display: inline-block;
}
.hero-section .results-wrapper h2 .results-number:before {
	content: "(";
}
.hero-section .results-wrapper h2 .results-number:after {
	content: ")";
}
.hero-section .results-wrapper .section-title {
	margin-top: 0;
	margin-bottom: 0;
}
.hero-section .results-wrapper .section-title .full-detail {
	float: right;
	margin-top: 10px;
}
.hero-section .results-wrapper .results {
	-moz-transition: 0.7s ease;
	-webkit-transition: 0.7s ease;
	transition: 0.7s ease;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	position: relative;
	height: 100%;
}
.hero-section .results-wrapper .result-item {
	position: relative;
	display: table;
	/*margin-top: 10px;*/
	width: 100%;
	height: 100%;
}
.hero-section .results-wrapper .result-item>a {
	color: inherit;
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
}
.hero-section .results-wrapper .result-item>a:before {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 5px;
	height: 100%;
	background-color: #d10a12;
}
.hero-section .results-wrapper .result-item>a:hover, .hero-section .results-wrapper .result-item>a.hover-state {
	background-color: rgba(0, 0, 0, 0.05);
}
.hero-section .results-wrapper .result-item>a:hover:before, .hero-section .results-wrapper .result-item>a.hover-state:before {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.hero-section .results-wrapper .result-item>a h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.hero-section .results-wrapper .result-item>a h4 {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	font-size: 12px;
	font-weight: normal;
	margin-top: 0;
	color: rgba(0, 0, 0, 0.5);
}
.hero-section .results-wrapper .result-item>a .result-item-detail {
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	display: table;
	padding-bottom: 15px;
	width: 100%;
}
.hero-section .results-wrapper .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 !important;
	top: 0;
	left: 0;
	text-align: center;
	float: left;
	clear: both;
	position: relative;
}
.hero-section .results-wrapper .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: "";
}
.hero-section .results-wrapper .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%;
}
.hero-section .results-wrapper .result-item>a .result-item-detail .description {
	padding-left: 140px;
}
.hero-section .results-wrapper .result-item>a .result-item-detail .description h5 {
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 0;
}
.hero-section .results-wrapper .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;
}
.hero-section .results-wrapper .result-item>a .result-item-detail .description p {
	font-size: 12px;
	line-height: 16px;
	max-height: 32px;
	overflow: hidden;
	margin-bottom: 0;
}
.hero-section .results-wrapper .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;
}
.hero-section .results-wrapper .result-item .ribbon {
	right: 10px;
	font-size: 9px;
}
.hero-section .results-wrapper .result-item .controls-more {
	padding: 1px 15px;
	z-index: 5;
}
.hero-section .results-wrapper .result-item .controls-more a {
	padding: 7px 10px;
}
.hero-section .results-wrapper .result-item .controls-more ul {
	right: 15px;
}
.hero-section .results-wrapper .tse-scrollable {
	width: 100%;
	height: 100%;
}
.hero-section .results-wrapper .tse-scrollbar .drag-handle {
	right: 4px;
	width: 5px;
}
.hero-section .results-wrapper .tse-scrollbar .drag-handle.visible {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
	opacity: 0.4;
}
.hero-section .results-wrapper .image .price, .hero-section .results-wrapper .gallery-wrapper .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: #fafafa;
	font-weight: 900;
	color: #1f1f1f;
	position: absolute;
	left: -6px;
	top: 10px;
	z-index: 2;
	padding: 5px;
	font-size: 12px;
}
.hero-section .results-wrapper .image .price:after, .hero-section .results-wrapper .gallery-wrapper .price:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 6px 0;
	border-color: transparent #ababab transparent transparent;
	content: "";
	position: absolute;
	bottom: -6px;
	left: 0;
}
.hero-section .results-wrapper.multi-choice {
	float: none;
	width: 100%;
}
@-webkit-keyframes pulse {
	0% {
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
	}
	10% {
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}
	100% {
		-moz-transform: scale(2);
		-ms-transform: scale(2);
		-webkit-transform: scale(2);
		transform: scale(2);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
	}
}
@-moz-keyframes pulse {
	0% {
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
	}
	10% {
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}
	100% {
		-moz-transform: scale(2);
		-ms-transform: scale(2);
		-webkit-transform: scale(2);
		transform: scale(2);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
	}
}
@-o-keyframes pulse {
	0% {
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
	}
	10% {
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}
	100% {
		-moz-transform: scale(2);
		-ms-transform: scale(2);
		-webkit-transform: scale(2);
		transform: scale(2);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
	}
}
@keyframes pulse {
	0% {
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
	}
	10% {
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}
	100% {
		-moz-transform: scale(2);
		-ms-transform: scale(2);
		-webkit-transform: scale(2);
		transform: scale(2);
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
	}
}
.map, .map-wrapper {
	height: 100%;
}
#map-home {
	padding-top: 18px
}
.map-wrapper .geo-location {
	display: 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-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	position: absolute;
	height: 26px;
	width: 26px;
	background-color: #d10a12;
	color: white;
	font-size: 16px;
	text-align: center;
	line-height: 26px;
	right: 13px;
	top: 40px;
	z-index: 1;
	cursor: pointer;
}
.map-wrapper .geo-location:hover {
	background-color: white;
	color: #d10a12;
}
.map.show-marker-labels .marker .title {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.map .cluster:hover>div {
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.map .cluster>div {
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-moz-transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
	-webkit-transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
	transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 2px rgba(255, 255, 255, 0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 2px rgba(255, 255, 255, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 2px rgba(255, 255, 255, 0.3);
	background-color: #d10a12;
	border: 2px solid #d10a12;
	width: 36px;
	height: 36px;
	color: #fff !important;
	line-height: 32px !important;
}
.map .cluster>div:after {
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-moz-transform: translateZ(-2px);
	-ms-transform: translateZ(-2px);
	-webkit-transform: translateZ(-2px);
	transform: translateZ(-2px);
	-moz-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.3);
	-webkit-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.3);
	box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.3);
	border: 2px solid #d10a12;
	background-color: #d10a12;
	width: 36px;
	height: 36px;
	position: absolute;
	top: -2px;
	left: -2px;
	content: "";
}
.map .cluster>div: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;
	-moz-transform: translateZ(-4px);
	-ms-transform: translateZ(-4px);
	-webkit-transform: translateZ(-4px);
	transform: translateZ(-4px);
	content: "\f002";
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 33px;
	height: 36px;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
}
.map a[href^="http://maps.google.com/maps"] {
	display: none !important;
}
.map a[href^="https://maps.google.com/maps"] {
	display: none !important;
}
.map .gmnoprint a, .map .gmnoprint span, .map .gm-style-cc {
	display: none;
}
.map .gm-style button[draggable="false"] {
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.map .marker {
	display: inline-block;
	cursor: pointer;
	position: relative;
}
.map .marker:after {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	-moz-transform: scale(0.7, 0.7);
	-ms-transform: scale(0.7, 0.7);
	-webkit-transform: scale(0.7, 0.7);
	transform: scale(0.7, 0.7);
	width: 14px;
	height: 4px;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 0;
}
.map .marker:hover:after, .map .marker.hover-state:after, .map .marker.active:after {
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
.map .marker:hover .marker-wrapper, .map .marker.hover-state .marker-wrapper, .map .marker.active .marker-wrapper {
	-moz-transform: rotateY(180deg) translateY(-4px);
	-ms-transform: rotateY(180deg) translateY(-4px);
	-webkit-transform: rotateY(180deg) translateY(-4px);
	transform: rotateY(180deg) translateY(-4px);
}
.map .marker:hover .marker-wrapper .pin:after, .map .marker.hover-state .marker-wrapper .pin:after, .map .marker.active .marker-wrapper .pin:after {
	-moz-transform: translateX(-1px);
	-ms-transform: translateX(-1px);
	-webkit-transform: translateX(-1px);
	transform: translateX(-1px);
	-moz-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.map .marker:hover .title, .map .marker.hover-state .title, .map .marker.active .title {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}
.map .marker.active .marker-wrapper:before {
	-webkit-animation-delay: 0s;
	-webkit-animation-duration: 2s;
	-webkit-animation-name: pulse;
	-webkit-animation-fill-mode: forwards;
	/* this prevents the animation from restarting! */
	-webkit-animation-iteration-count: infinite;
	-moz-animation-delay: 0s;
	-moz-animation-duration: 2s;
	-moz-animation-name: pulse;
	-moz-animation-fill-mode: forwards;
	/* this prevents the animation from restarting! */
	-moz-animation-iteration-count: infinite;
	-o-animation-delay: 0s;
	-o-animation-duration: 2s;
	-o-animation-name: pulse;
	-o-animation-fill-mode: forwards;
	/* this prevents the animation from restarting! */
	-o-animation-iteration-count: infinite;
	animation-delay: 0s;
	animation-duration: 2s;
	animation-name: pulse;
	animation-fill-mode: forwards;
	/* this prevents the animation from restarting! */
	animation-iteration-count: infinite;
}
.map .marker .marker-wrapper {
	-moz-transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
	-webkit-transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
	transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
	position: relative;
	transform-style: preserve-3d;
	width: 37px;
	height: 49px;
}
.map .marker .marker-wrapper:before {
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background-color: #d10a12;
	width: 37px;
	height: 37px;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	z-index: -1;
}
.map .marker .marker-wrapper: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;
	-moz-transform: translateZ(-4px);
	-ms-transform: translateZ(-4px);
	-webkit-transform: translateZ(-4px);
	transform: translateZ(-4px);
	content: "\f002";
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 37px;
	height: 37px;
	line-height: 34px;
	font-size: 14px;
	text-align: center;
}
.map .marker .marker-wrapper .pin {
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 2px white;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 2px white;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 2px white;
	transform-style: preserve-3d;
	border: 2px solid #d10a12;
	position: absolute;
	top: 0;
	left: 0;
	width: 37px;
	height: 37px;
	background-size: cover;
}
.map .marker .marker-wrapper .pin:before {
	-moz-transform: translateZ(-2px);
	-ms-transform: translateZ(-2px);
	-webkit-transform: translateZ(-2px);
	transform: translateZ(-2px);
	-moz-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.3);
	-webkit-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.3);
	box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.3);
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid #d10a12;
	content: "";
	z-index: -2px;
	background-color: #d10a12;
	position: absolute;
	top: -2px;
	left: -2px;
	width: 37px;
	height: 37px;
	z-index: 1;
}
.map .marker .marker-wrapper .pin .image {
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 2px white;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 2px white;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 2px white;
	background-size: cover;
	height: 100%;
	width: 100%;
	position: relative;
	z-index: 2;
}
.map .marker .marker-wrapper .pin .image:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 4px 0 4px;
	border-color: #d10a12 transparent transparent transparent;
	content: "";
	position: absolute;
	bottom: -8px;
	left: 0;
	right: 0;
	margin: auto;
}
.map .marker .tag {
	-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-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-moz-transform: translateZ(3px);
	-ms-transform: translateZ(3px);
	-webkit-transform: translateZ(3px);
	transform: translateZ(3px);
	position: absolute;
	top: -3px;
	right: -1px;
	z-index: -1;
	background-color: #d10a12;
	width: 19px;
	font-size: 9px;
	height: 19px;
	color: #fff;
	text-align: center;
	line-height: 25px;
	transform-style: preserve-3d;
}
.map .marker .tag i {
	-moz-transform: translateZ(2px);
	-ms-transform: translateZ(2px);
	-webkit-transform: translateZ(2px);
	transform: translateZ(2px);
	transform-style: preserve-3d;
}
.map .marker .title {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	-moz-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
	pointer-events: none;
	position: absolute;
	left: 50px;
	top: 5px;
	white-space: nowrap;
	background-color: #fff;
	padding: 2px 4px;
}
.map .marker .title:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 6px 4px 0;
	border-color: transparent #fff transparent transparent;
	content: "";
	position: absolute;
	left: -6px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.map .marker .title:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 6px 4px 0;
	border-color: transparent rgba(0, 0, 0, 0.2) transparent transparent;
	content: "";
	position: absolute;
	left: -6px;
	top: 2px;
	bottom: 0;
	margin: auto;
}
.map .tooltip .tooltip-inner {
	-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);
	white-space: nowrap;
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	background-color: #fff;
	color: #1f1f1f;
}
.map .tooltip .tooltip-arrow {
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	border-top-color: rgba(0, 0, 0, 0.3);
	z-index: 1;
	bottom: -1px;
}
.map .tooltip .tooltip-arrow:after {
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 5px 0;
	border-top-color: #fff;
	position: absolute;
	top: -6px;
	left: -5px;
	content: "";
}
.sidebar-detail {
	-moz-transition: 0.7s ease;
	-webkit-transition: 0.7s ease;
	transition: 0.7s ease;
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	height: 100%;
	width: 100%;
	padding: 10px 0;
}
.sidebar-detail section {
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	margin-bottom: 15px;
	margin-top: 15px;
}
.sidebar-detail section:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.sidebar-detail h3 {
	font-size: 18px;
	font-weight: normal;
	color: inherit;
	margin-bottom: 20px;
}
.sidebar-detail .gallery-wrapper {
	height: 100%;
	position: relative;
}
.sidebar-detail .gallery-wrapper .price {
	font-size: 14px !important;
	padding: 5px 10px !important;
}
.sidebar-detail .gallery {
	height: 100%;
}
.sidebar-detail .gallery .owl-stage-outer {
	height: 100%;
}
.sidebar-detail .sidebar-wrapper, .modal .sidebar-wrapper {
	padding: 0 20px;
}
.sidebar-detail .section-title, .modal .section-title {
	margin-bottom: 15px;
	position: relative;
	margin-top: 10px;
}
.sidebar-detail .section-title h2, .modal .section-title h2 {
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.sidebar-detail .section-title h4, .modal .section-title h4 {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	opacity: 0.6;
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.sidebar-detail h5, .modal h5 {
	font-size: 14px;
}
.sidebar-detail h5 i, .modal h5 i {
	color: rgba(0, 0, 0, 0.2);
	margin-right: 10px;
}
.sidebar-detail h5 a, .modal h5 a {
	color: inherit;
}
.sidebar-detail .label, .modal .label {
	margin-bottom: 10px;
	display: inline-block;
	padding: 5px;
	margin-right: 15px;
	margin-top: 5px;
}
.sidebar-detail .rating-passive, .modal .rating-passive {
	display: inline-block;
}
.sidebar-detail .owl-dots, .modal .owl-dots {
	text-align: left;
}
.sidebar-detail .back, .modal .back {
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-moz-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	cursor: pointer;
	border: 2px solid rgba(0, 0, 0, 0.1);
	width: 40px;
	height: 40px;
	margin-right: 15px;
	position: relative;
}
.sidebar-detail .back:after, .modal .back: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;
	left: 0;
	content: "\#";
	width: 20px;
	height: 20px;
	width: 100%;
	line-height: 36px;
	font-size: 22px;
	text-align: center;
	color: #d10a12;
}
.sidebar-detail .back:hover, .modal .back:hover {
	border: 2px solid rgba(0, 0, 0, 0.3);
}
.sidebar-detail .gallery, .modal .gallery {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	-moz-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	margin: 20px 0;
}
.sidebar-detail .gallery.show, .modal .gallery.show {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.sidebar-detail .gallery img, .modal .gallery img {
	display: block;
	position: relative;
}
.sidebar-detail .gallery img:after, .modal .gallery img: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);
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	content: "";
}
.sidebar-detail .ribbon, .modal .ribbon {
	top: inherit;
	bottom: 0;
}
.sidebar-detail .controls-more, .modal .controls-more {
	margin: inherit;
	bottom: inherit;
	top: 5px;
	z-index: 5;
}
.sidebar-detail .controls-more ul, .modal .controls-more ul {
	bottom: inherit;
	top: 35px;
}
.sidebar-detail .controls-more ul li:first-child a:after, .modal .controls-more ul li:first-child a:after {
	-moz-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 11px 11px;
	border-color: transparent transparent #fff transparent;
	content: "";
	position: absolute;
	right: 0px;
	top: -10px;
	bottom: inherit;
	height: 11px;
	width: 11px;
}
.sidebar-detail .controls-more ul li:first-child a:before, .modal .controls-more ul li:first-child a:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 15px 14px;
	border-color: transparent transparent rgba(0, 0, 0, 0.05) transparent;
	content: "";
	position: absolute;
	right: -2px;
	top: -15px;
	bottom: inherit;
	height: 11px;
	width: 11px;
}
.sidebar-detail .controls-more ul li:first-child a:hover:after, .modal .controls-more ul li:first-child a:hover:after {
	border-color: transparent transparent #e8e8e8 transparent;
}
.sidebar-detail .controls-more ul li:last-child a:before, .sidebar-detail .controls-more ul li:last-child a:after, .modal .controls-more ul li:last-child a:before, .modal .controls-more ul li:last-child a:after {
	display: none;
}
.sidebar-detail .jssocials-share, .modal .jssocials-share {
	padding: 1px 3px 2px 3px;
}
.sidebar-detail .jssocials-share .jssocials-share-logo, .modal .jssocials-share .jssocials-share-logo {
	font-size: 1em;
}

.post_share_icons_wrapper .social_share_item_wrapper {
	margin-right: 10px;
}

.widget{
	margin-bottom: 20px;
	border: rgba(0, 0, 0, 0.2) 1px solid;
	padding: 20px;
	text-align: center;
}
.widget img{
	 max-width: 100%;
	 height: auto;
}

.widget h2 {
	color:#000;
}
.infobox-wrapper {
	-moz-transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
	-webkit-transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
	transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}
.infobox-wrapper.show {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.infobox-wrapper.show>img {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.infobox-wrapper.show .infobox>a {
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}
.infobox-wrapper.show .infobox .rating-passive {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
	-moz-transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.infobox-wrapper.show .infobox .description {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
	-moz-transition-delay: 0.1s;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.infobox-wrapper>img {
	-moz-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	position: absolute !important;
	z-index: 1;
	right: -15px;
	top: -15px;
}
.infobox-wrapper .infobox {
	width: 270px;
}
.infobox-wrapper .infobox .description {
	-moz-transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
	-webkit-transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
	transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-transform: translateX(-10px);
	-ms-transform: translateX(-10px);
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
	z-index: 1;
	bottom: 40px;
	padding-right: 20px;
}
.infobox-wrapper .infobox .description h3 {
	font-size: 18px;
}
.infobox-wrapper .infobox .description h4 {
	font-size: 12px;
}
.infobox-wrapper .infobox .rating-passive {
	-moz-transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
	-webkit-transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
	transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-transform: translateX(-10px);
	-ms-transform: translateX(-10px);
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
	position: absolute;
	bottom: 15px;
	left: 20px;
	padding: 0;
	background-color: transparent;
	color: #fff;
	display: inline-block;
}
.infobox-wrapper .infobox .rating-passive .stars {
	margin-right: 2px;
}
.infobox-wrapper .infobox .rating-passive .stars figure {
	color: #fff;
}
.infobox-wrapper .infobox>a {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-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.5s cubic-bezier(0, 0.28, 0.45, 1.01);
	-webkit-transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
	transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
	-moz-transform: translateY(15px);
	-ms-transform: translateY(15px);
	-webkit-transform: translateY(15px);
	transform: translateY(15px);
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.infobox-wrapper .infobox>a .image {
	background-position: 50% 50%;
	background-size: cover;
}
.infobox-wrapper .infobox>a .image:after {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	background-color: transparent;
}
.infobox-wrapper .infobox .controls-more {
	right: 15px;
	top: inherit;
	bottom: 10px;
}
.infobox-wrapper .infobox .controls-more:hover:after {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	color: #fff;
}
.infobox-wrapper .infobox .controls-more:after {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	opacity: 0.6;
	color: #fff;
}
/* 3. Elements Styling */

body {
	color: #1f1f1f;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	position: relative;
	padding-top: 0px;
}
body.home {
	/*padding-top: 0;*/
}
address {
	margin-bottom: 0px;
}
address figure {
	margin-bottom: 5px;
}
address i {
	width: 30px;
	color: #d10a12;
	margin-left: -30px;
}
a {
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	color: #d10a12;
	text-decoration: none;
	position: relative;
}
a:hover, a:active, a:focus {
	color: #000;
	outline: none !important;
	text-decoration: none;
}
a.link {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
a.link:hover, a.link:active, a.link:focus {
	color: #000;
}
a.link:hover.icon i, a.link:active.icon i, a.link:focus.icon i {
	color: #1f1f1f;
}
a.link.icon i {
	-moz-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	font-size: 12px;
	margin-left: 5px;
	position: relative;
	top: 1px;
}
a.link.arrow: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;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	opacity: 0.6;
	content: "$";
	font-size: 14px;
	vertical-align: middle;
	margin-left: 2px;
	top: -1px;
	position: relative;
}
a.icon i {
	margin: 0 5px;
}
a.underline {
	text-decoration: underline;
}
a.btn {
	display: inline-block;
}
a.alert{
	color: black;
}
a[href^="tel:"] {
	color: inherit;
}
label {
	outline: none;
}
dl {
	margin-bottom: 0;
}
dl dt {
	float: left;
	padding: 2px 0;
}
dl dd {
	text-align: right;
	padding: 2px 0;
}
.home h2 {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	color: #d10a12;
	font-size: 36px;
	font-weight: lighter;
}
.home h3 {
	margin-bottom: 15px;
	font-weight: normal;
	margin-top: 10px;
}
.home .section-title {
	margin-top: 15px;
}
h1.lighter {
	font-weight: lighter;
}
h1 {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	color: #d10a12;
	font-size: 36px;
	font-weight: normal;
	margin-top: 5px;
}
h2 {
	font-size: 26px;
	color: #d10a12;
	font-weight: lighter;
	margin-top: 5px;
}
h3 {
	margin-top: 0px;
	color: #d10a12;
	font-size: 18px;
	margin-bottom: 25px;
}
h3.subtitle {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	opacity: 0.6;
	color: #1f1f1f;
	font-size: 16px;
	font-weight: normal;
}
h3 span {
	padding-left: 5px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
}
hr {
	margin-bottom: 30px;
	margin-top: 30px;
}

html, body {
  height: 100%;
}


/*p {*/
	/*line-height: 25px;*/
/*}*/
ul {
	padding-left: 15px;
}
ul.bullets, ol.bullets {
	list-style: none;
	opacity: 0.65;
	padding-left: 0px;
	line-height: 25px;
}
ul.bullets li: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: "\f111";
	color: #d10a12;
	font-size: 7px;
	position: relative;
	top: -4px;
	margin-right: 12px;
}
ul.checkboxes {
	list-style: none;
	padding-left: 0;
}
ul.checkboxes label {
	font-weight: normal;
}
ul.checkboxes label span {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	opacity: 0.6;
	float: right;
	font-size: 10px;
	line-height: 20px;
}
ul.checkboxes.inline li {
	width: 24%;
	float: left;
}
section:not(.block) {
	margin-top: 5px;
	margin-bottom: 30px;
}
section:not(.block) h2 {
	margin-bottom: 20px;
}
.meal-item{
 margin-bottom:10px
}
/* 4. Universal classes */

.block {
	padding: 30px 0;
	/*overflow: hidden;*/
	position: relative;
}
.block.big-padding {
	padding: 30px 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: #d10a12;
}
.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;
	border-bottom: 5px solid #d10a12;
}
.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: #d10a12;
}
.background-is-dark {
	color: #fff;
}
.background-is-dark a {
	color: #fff;
}
.background-is-dark a:hover, .background-is-dark a:active, .background-is-dark a:focus {
	color: #fff;
}
.background-is-dark a.btn-default {
	color: #000;
}
.background-is-dark h1, .background-is-dark h2, .background-is-dark h3, .background-is-dark h4, .background-is-dark h5 {
	color: #fff;
}
.background-is-dark .btn.btn-primary {
	/*background-color: darken( $color-default, 5% );*/
	color: #fff;
	/*border-color: darken( $color-default, 5% );*/
}
.background-is-dark .btn.btn-primary:hover, .background-is-dark .btn.btn-primary:active, .background-is-dark .btn.btn-primary:active:hover, .background-is-dark .btn.btn-primary:focus {
	/*background-color: darken($color-default,12%); border-color: darken($color-default,12%);*/
}
.background-is-dark .btn.btn-primary.btn-framed {
	color: #fff;
}
.background-is-dark .btn.btn-primary.btn-framed:hover, .background-is-dark .btn.btn-primary.btn-framed:active, .background-is-dark .btn.btn-primary.btn-framed:active:hover, .background-is-dark .btn.btn-primary.btn-framed:focus {
	border-color: #d10a12;
}
.background-is-dark .owl-dots .owl-dot span {
	background-color: #fff;
}
.background-is-dark .ui-slider .noUi-base {
	background-color: #7434ea;
}
.background-is-dark .ui-slider .noUi-base .noUi-connect {
	background-color: #fff;
}
.background-is-dark .ui-slider .noUi-base .noUi-background {
	background-color: #7434ea;
}
.background-is-dark .ui-slider .noUi-base .noUi-handle {
	border: 2px solid #fff;
	background-color: #d10a12;
}
.background-is-dark .ui-slider .noUi-base .noUi-handle:hover, .background-is-dark .ui-slider .noUi-base .noUi-handle.noUi-active {
	-moz-box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.07);
	-webkit-box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.07);
	box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.07);
}
.background-is-dark .ui-slider .values {
	color: #fff;
}
.background-is-dark .ui-slider .values input {
	background-color: transparent;
	border: none;
	width: 49%;
}
.bg-transfer {
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	overflow: hidden;
	z-index: -1;
	width: 100%;
}
.bg-transfer img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.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;
}
.right {
	text-align: right;
}
.container .block {
	padding: 30px;
}
.label.label-info {
	background-color: #f6f6f4;
	color: rgba(0, 0, 0, 0.5);
}
.label.label-danger {
	background-color: #d10a12;
}
.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: #d10a12;
}
.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;
}
.bt-icon{
	background-color: #fff;
	padding: 10px 0;
}
.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) !important;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2) !important;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2) !important;
}
.shadow-big {
	-moz-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.33) !important;
	-webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.33) !important;
	box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.33) !important;
}
/* 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: #d10a12;
	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: #d10a12 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;
	overflow: hidden;
	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: 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: 25px;
	color: black !important;
}
.categories-list .list-item a {
	color: black;
}
.categories-list .list-item a.disabled {
	color: red;
}
.categories-list .list-item .title {
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(209, 10, 18, 0.2);
}
.categories-list .list-item a i {
	font-size: 30px;
	color: #444f
}
.categories-list .list-item a span {
	display: block;
	margin-left: 10px;
	color: #444f;
	font-weight: bold;
}
.categories-list .list-item a.disabled span {;
	color: red;
}
.categories-list .list-item a span:last-child {
	margin-top: 10px;
	font-size: 16px
}
.categories-list .list-item .title .icon {
	/*-moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;*/
	display: inline-block;
	background-color: transparent;
	color: #d10a12;
	text-align: left;
	/*width: 40px;
  height: 40px;*/
	margin-left: 2px;
	margin-right: 8px;
}
.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: 5px;
}
.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: 4px;
	position: relative;
	margin-right: 12px;
}
.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: #d10a12;
}
.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: #d10a12;
	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: #d10a12;
}
.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: #d10a12;
}
.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: #d10a12;*/
	/*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: #d10a12;*/
	/*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: #d10a12;*/
	/*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;*/
/*}*/


/* DATEPICKER */
.datepicker,
.datepicker table tr td,
.datepicker table tr th {
  border-radius: 0;
}
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active.focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active:active:hover {
  background-color: #d10a12;
  border-color: #d10a12;
}
.form-control.bs-datepicker[readonly] {
	background-color: #fff;
}


.detail-sidebar .content {
	background-color: #fafafa;
	padding: 20px;
	margin-top: -5px;
}
.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;
}
.pricelist .file-upload {
	margin-top: 0;
}
.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);
	border: 2px dashed rgba(0, 0, 0, 0.1);
	width: 100%;
	height: 70px;
	text-align: center;
	cursor: pointer;
	position: relative;
	display: inline-block;
	padding: 70px 0 0 0;
	overflow: hidden;
	z-index: 1;
}
.pricelist .file-upload .file-upload-input {
	height: 41px;
	text-align: center;
	padding: 41px 0 0 0;
}
.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: #d10a12;
	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; */
	height: auto;
	width: 100%;
	display: inline-block;
	margin-bottom: 18px;
	margin-right: 15px;
	position: relative;
}
.file-uploaded-images .image img {
	height: 100%;
}
.file-uploaded-images .image .thumb-display {
	background-size:cover;
	background-position:center;
	padding-bottom:100%;
}
@media screen and (min-width: 992px) {
	.pricelist .file-uploaded-images .image .thumb-display {
		padding-bottom:44px;
	}
}
.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: auto;
	height: auto;
}

.gallery.detail .image img {
	max-width: 100%;
	height: auto;
}
.gallery .owl-stage {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#gallery-nav {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin-left: 15px;
	height: 27px;
	width: 75px;
}
#gallery-nav .owl-next, #gallery-nav .owl-prev {
	display: inline-block !important;
	position: absolute;
	cursor: pointer;
	margin-left: 2px;
	top: 0;
}
#gallery-nav .owl-next:after, #gallery-nav .owl-prev: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;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid white;
	padding: 3px 4px;
	font-size: 24px;
}
#gallery-nav .owl-next {
	right: 0px;
}
#gallery-nav .owl-next:after {
	content: "5";
}
#gallery-nav .owl-prev {
	right: 40px;
}
#gallery-nav .owl-prev:after {
	content: "4";
}
.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
}
.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: 14px;
	left: 14px;
	right: 14px;
	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: "";
	-webkit-transition: background-color 1s, opacity 1s;
	-moz-transition: background-color 1s, opacity 1s;
	-o-transition: background-color 1s, opacity 1s;
	transition: background-color 1s, opacity 1s;
}
.item>a .image.no-patina::after {
	background: none;
}
.item.featured .label {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
}
.item.featured .additional-info {
	background-color: #d10a12;
	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: 40px;
}
.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: #d10a12;
	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: 400px;
	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;
}
.price-button {
	display: none !important;
}
.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: #d10a12;
	line-height: 28px;
}
.item .circle.featured {
	background-color: #d10a12;
	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 {
	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: #d10a12;
	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: #d10a12;
}
.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: #d10a12;
}
.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 {
	width: 80%;
	max-width: 880px;
	-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 .gallery.owl-carousel {
	visibility: visible;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.modal .gallery.owl-carousel .owl-nav {
	position: absolute;
	right: 0;
	bottom: 0;
}
.modal .gallery.owl-carousel .owl-nav .owl-prev, .modal .gallery.owl-carousel .owl-nav .owl-next {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	opacity: 0.9;
	-moz-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	background-color: #1f1f1f;
	color: #fff;
	padding: 4px 4px 0px 4px;
	position: absolute;
	bottom: 0;
}
.modal .gallery.owl-carousel .owl-nav .owl-prev:hover, .modal .gallery.owl-carousel .owl-nav .owl-next:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	cursor: pointer;
}
.modal .gallery.owl-carousel .owl-nav .owl-prev {
	right: 32px;
}
.modal .gallery.owl-carousel .owl-nav .owl-next {
	right: 0;
}
.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: #d10a12;
}
.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: #d10a12;
	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;
}
.nav-tabs li i{
	display: block;
	text-align: center;
	font-size: 2em
}
.owl-carousel .owl-item .item .circle.sale {
	top: 20px;
}
.owl-carousel .owl-item .item .circle.featured {
	background-color: #fff;
	color: #d10a12;
}
.owl-dots {
	margin-top: 5px;
	text-align: center;
}
.owl-dots .owl-dot {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
	opacity: 0.3;
	-moz-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	display: inline-block;
}
.owl-dots .owl-dot.active {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.owl-dots .owl-dot span {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	background-color: #000;
	width: 5px;
	height: 5px;
	margin: 3px 5px;
}
.owl-nav .owl-next, .owl-nav .owl-prev {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.5;
	-moz-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.owl-nav .owl-next:before, .owl-nav .owl-prev:before {
	text-shadow: none;
	-webkit-font-smoothing: antialiased;
	font-family: 'ElegantIcons';
	speak: none;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
	font-size: 24px;
}
.owl-nav .owl-next:hover, .owl-nav .owl-prev:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
}
.owl-nav .owl-next:before {
	content: "\$";
}
.owl-nav .owl-prev:before {
	content: "\#";
}
[data-owl-dots="0"] .owl-dots {
	display: none !important;
}
[data-owl-nav="0"] .owl-nav {
	display: none !important;
}
[data-owl-dots="1"] .owl-dots {
	display: block !important;
}
[data-owl-nav-container] .owl-controls {
	display: none !important;
}
[data-owl-nav="1"] .owl-nav {
	display: block !important;
}
[data-owl-nav="1"] .owl-nav .owl-next, [data-owl-nav="1"] .owl-nav .owl-prev {
	display: inline-block !important;
}
.panel-group .panel {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 2px solid rgba(0, 0, 0, 0.1);
}
.panel.panel-active {
	border-color: #d10a1282;
	box-shadow: 0px 0px 6px 2px #959595;
}
.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-heading h3{
	margin-bottom: 0
}
#data-menu .panel-group .panel-heading:hover {
	background-color: inherit;
}
.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%;
	overflow: hidden;
	/*height: 100%;*/
	padding-top: 50px;
}
#page-content {
	margin-top: 19px;
}
.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: 100%;
	overflow: hidden;
	position: relative;
}
#page-footer .footer-wrapper {
	/*border-top: 1px solid rgba(0, 0, 0, 0.05);*/
	/*margin-top: 30px;*/
	margin: 30px 0px;
}
#page-footer p {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	color: #898989;
	margin-bottom: 0;
}
#page-footer .footer-navigation {
	/*background-color: #d10a12;*/
	padding: 8px 0;
	/*color: #fff;*/
	color: #d10a12;
	font-size: 12px;
}
#page-footer .footer-navigation a {
	/*color: #fff;*/
	margin: 0 3px;
	text-decoration: underline;
}
#page-footer .circle-icon {
	color: #d10a12;
}
#page-footer .row.row-app-badges img {
	margin: 20px auto;
}
.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: #d10a12;
}
.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: #d10a12;
	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;
}
.price {
	position: relative;
	margin-bottom: 15px;
	margin-top: 15px;
	text-align: center;
	padding: 30px 20px;
}
.price.box {
	background-color: #fafafa;
}
.price.box.featured {
	background-color: #d10a12;
	color: #fff;
}
.price.box.featured ul li.available, .price.box.featured ul li.not-available, .price.box.featured ul li {
	color: #fff;
	border-bottom-color: rgba(255, 255, 255, 0.2);
}
.price.featured:not(.box) figure {
	background-color: #d10a12;
	color: #fff;
}
.price.description {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
	text-align: left;
	padding-left: 0;
}
.price h2 {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	color: inherit;
	font-size: 30px;
	font-weight: lighter;
}
.price 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: #d10a12;
	font-size: 18px;
	font-weight: bold;
}
.price ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 20px;
	margin-top: 20px;
}
.price ul li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	line-height: 55px;
}
.price ul li:last-child {
	border-bottom: none;
}
.price ul li.available {
	color: #d10a12;
}
.price ul li.not-available {
	color: rgba(0, 0, 0, 0.5);
}
.price 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: #d10a12;
}
.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: #d10a12;
	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: #d10a12;
}
.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: #d10a12;
	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: #d10a12 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: 10px;
	margin-top: 0px;
	display: table;
	width: 100%;
	height: auto;
}
.page-title h3 {
	/*filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);*/
	/*opacity: 0.6;*/
	/*color: inherit;*/
}

.page-title h4{
	font-size: 1.2em;
	text-transform: uppercase;
	color: #D10A12;
	text-align: center;
}

.page-title.error h1 {
	font-size: 35vw;
	font-weight: lighter;
}
.page-title.error h2 {
	font-size: 10vw;
	font-weight: lighter;
}

@media screen and (min-width: 1024px) {
	.page-title.error h1 {
		font-size: 300px;
		font-weight: lighter;
	}
	.page-title.error h2 {
		font-size: 50px;
		font-weight: lighter;
	}
}

.page-message {
	margin-bottom: 10px;
	margin-top: 0px;
	display: table;
	width: 100%;
	height: auto;
}
.page-message.message h1 {
	font-size: 15vw;
	font-weight: lighter;
}
.page-message.message h2 {
	font-size: 5vw;
	font-weight: lighter;
}
.page-message.message img {
	max-width: 10vw !important;
	margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
	.page-message.message h1 {
		font-size: 13vw;
		font-weight: lighter;
	}
	.page-message.message h2 {
		font-size: 4vw;
		font-weight: lighter;
	}
	.page-message.message img {
		max-width: 10vw;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 375px) {
	.page-message.message h1 {
		font-size: 20vw ;
		font-weight: lighter;
	}
	.page-message.message h2 {
		font-size: 7vw;
		font-weight: lighter;
	}
	.page-message.message img {
		max-width: 20vw !important;
		margin-bottom: 20px;
	}
}

.nav > li > a {
	padding: 10px 10px;
}
@media (max-width: 360px) {
	.nav > li > a {
		padding: 10px 5px;
	}
}

.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: 20px;
	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 .btn[type=submit] {
	text-transform: none;
	font-size: 14px;
}
.sidebar .btn[type=submit] i {
	margin-right: 0;
	margin-left: 10px;
}
.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: #d10a12;
	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: #d10a12;
	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: #d10a12;
}
.visitor-rating dt {
	font-weight: normal;
}
.visitor-rating dd {
	font-weight: bold;
	color: #d10a12;
}
.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;
}
.subpage-detail #gallery-nav .owl-next:after, .subpage-detail #gallery-nav .owl-prev:after {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: none;
	background-color: #d10a12;
	padding: 4px;
	color: #fff;
}
.subpage-detail #gallery-nav .owl-prev {
	right: 32px;
}
.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: #d10a12;
	margin-right: 3px;
}
.testimonials {
	padding: 0;
}
.testimonials.center .owl-carousel {
	top: -30px;
	position: relative;
}
.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: 40px;
	height: 40px;
	background-color: #1f1f1f;
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 45px;
	position: fixed;
	right: 10px;
	bottom: 35px;
	z-index: 999;
}
.to-top:hover, .to-top:active, .to-top:focus {
	color: #fff;
}
.user-details {
	margin-bottom: 100px;
	position: relative;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-top: 60px;
}
.user-details .user-image {
	position: absolute;
	top: -45px;
	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 */

input[type="text"], input[type="email"], input[type="date"], input[type="time"], input[type="search"], input[type="password"], input[type="number"], input[type="tel"], textarea.form-control {
	-moz-box-shadow: 0 3px 2px -2px #eee;
	-webkit-box-shadow: 0 3px 2px -2px #eee;
	box-shadow: 0 3px 2px -2px #eee;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-appearance: none;
	background-color: #fff;
	border: none;
	font-size: 14px;
	font-weight: 400;
	outline: none !important;
	width: 100%;
	height: inherit;
	padding: 12px;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
input[type="text"]:active, input[type="text"]:focus, input[type="email"]:active, input[type="email"]:focus, input[type="date"]:active, input[type="date"]:focus, input[type="time"]:active, input[type="time"]:focus, input[type="search"]:active, input[type="search"]:focus, input[type="password"]:active, input[type="password"]:focus, input[type="number"]:active, input[type="number"]:focus, input[type="tel"]:active, input[type="tel"]:focus, textarea.form-control:active, textarea.form-control:focus {
	-moz-box-shadow: 0 3px 2px -2px #eee;
	-webkit-box-shadow: 0 3px 2px -2px #eee;
	box-shadow: 0 3px 2px -2px #eee;
}
input[type="text"]:hover, input[type="email"]:hover, input[type="date"]:hover, input[type="time"]:hover, input[type="search"]:hover, input[type="password"]:hover, input[type="number"]:hover, input[type="tel"]:hover, textarea.form-control:hover {
	-moz-box-shadow: 0 3px 2px -2px #eee;
	-webkit-box-shadow: 0 3px 2px -2px #eee;
	box-shadow: 0 3px 2px -2px #eee;
}
input[type="text"].input-dark, input[type="email"].input-dark, input[type="date"].input-dark, input[type="time"].input-dark, input[type="search"].input-dark, input[type="password"].input-dark, input[type="number"].input-dark, input[type="tel"].input-dark, textarea.form-control.input-dark {
	background-color: rgba(0, 0, 0, 0.3);
	color: #fff;
}
input::-webkit-calendar-picker-indicator {
	display: none;
}
input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
	line-height: inherit;
}
input[type="date"]::-webkit-input-placeholder {
	visibility: hidden !important;
}
.bootstrap-select.open .dropdown-menu {
	visibility: visible;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	pointer-events: auto;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.bootstrap-select .btn {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	-moz-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.1), 0px 2px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.1), 0px 2px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.1), 0px 2px 5px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	border: none;
	outline: none !important;
	text-transform: none;
	padding: 12px;
	padding-right: 30px;
	font-size: 14px;
	width: 100%;
}
.bootstrap-select .btn:active, .bootstrap-select .btn:focus, .bootstrap-select .btn:hover {
	-moz-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2), 0px 2px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2), 0px 2px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2), 0px 2px 5px rgba(0, 0, 0, 0.1);
	top: 0;
	background-color: #fff;
	outline: none !important;
	border: none;
}
.bootstrap-select .dropdown-menu {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	display: block !important;
	visibility: hidden;
	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: scale(0.98);
	-ms-transform: scale(0.98);
	-webkit-transform: scale(0.98);
	transform: scale(0.98);
	pointer-events: none;
	padding: 0;
	border: none;
	background-clip: none;
	margin: 0;
}
.bootstrap-select {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: none !important;
}
.bootstrap-select .dropdown-toggle:focus {
	outline: 0px transparent !important;
}
.bootstrap-select .dropdown-menu>li>a {
	padding: 5px 12px;
}
.bootstrap-select>select {
	left: 0;
	height: 0 !important;
	max-height: 0px;
	padding: 0 !important;
}
.btn[disabled] {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.5;
}
.btn {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-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-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	border-width: 2px;
	border-style: solid;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
}
.btn:active, .btn:active:hover, .btn:focus {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none !important;
}
.btn:hover {
	-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);
}
.btn:active {
	-moz-transform: translateY(1px);
	-ms-transform: translateY(1px);
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
}
.btn.btn-primary {
	background-color: #d10a12;
	color: #fff;
	border-color: #d10a12;
}
.btn-primary.active.focus,
.btn.btn-primary:active, .btn.btn-primary:focus, .btn.btn-primary:hover, .btn.btn-primary:active:hover, .btn.btn-primary:active:focus, .btn.btn-primary:focus:hover {
	background-color: #d10a12;
	border-color: #d10a12;
}
.btn.btn-primary:active:after, .btn.btn-primary:focus:after, .btn.btn-primary:hover:after, .btn.btn-primary:active:hover:after, .btn.btn-primary:active:focus:after, .btn.btn-primary:focus:hover:after {
	background-color: rgba(0, 0, 0, 0.2);
}
.btn.btn-primary: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;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:active:hover, .btn.btn-primary:focus, .btn.btn-primary:active:focus {
	background-color: #d10a12;
	border-color: #d10a12;
}
.btn.btn-primary.btn-rounded:after {
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}
.btn.btn-primary.btn-framed {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #d10a12;
	background-color: transparent;
}
.btn.btn-primary.btn-framed:hover, .btn.btn-primary.btn-framed:active, .btn.btn-primary.btn-framed:active:hover, .btn.btn-primary.btn-framed:focus {
	background-color: transparent;
	/*border-color: darken($color-default,8%);*/
}
.btn.btn-primary.btn-framed.btn-light-frame {
	border-color: rgba(0, 0, 0, 0.2);
}
.btn.btn-primary.btn-framed.btn-light-frame:after {
	display: none;
}
.btn.btn-primary.btn-framed.btn-light-frame:hover, .btn.btn-primary.btn-framed.btn-light-frame:active, .btn.btn-primary.btn-framed.btn-light-frame:active:hover, .btn.btn-primary.btn-framed.btn-light-frame:focus {
	border-color: rgba(0, 0, 0, 0.3);
	background-color: transparent;
}
.btn.btn-default {
	background-color: #fff;
	color: #000;
	border-color: #fff;
}
.btn.btn-default:hover, .btn.btn-default:active, .btn.btn-default:active:hover, .btn.btn-default:focus {
	background-color: #fff;
	border-color: #fff;
}
.home-cat-buttons .btn:hover,
.home-cat-buttons .btn:active,
.home-cat-buttons .btn:active:hover,
.home-cat-buttons .btn:focus {
	-webkit-box-shadow: 0px 0px 9px 4px rgba(87, 87, 87, 0.19);
	-moz-box-shadow: 0px 0px 9px 4px rgba(87, 87, 87, 0.19);
	box-shadow: 0px 0px 9px 4px rgba(87, 87, 87, 0.19);
}
.home-cat-buttons .btn {
	margin: 12px auto;
	-webkit-box-shadow: 0px 0px 6px 1px rgba(87, 87, 87, 0.3);
	-moz-box-shadow: 0px 0px 6px 1px rgba(87, 87, 87, 0.3);
	box-shadow: 0px 0px 6px 1px rgba(87, 87, 87, 0.3);
}
.btn.btn-default.btn-framed {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	background-color: transparent;
	border-color: #fff;
}
.btn.btn-default.btn-framed:hover, .btn.btn-default.btn-framed:active, .btn.btn-default.btn-framed:active:hover, .btn.btn-default.btn-framed:focus {
	background-color: rgba(255, 255, 255, 0.1);
}
.btn.btn-default.btn-framed.btn-light-frame {
	border-color: rgba(255, 255, 255, 0.4);
}
.btn.btn-default.btn-framed.btn-light-frame:hover, .btn.btn-default.btn-framed.btn-light-frame:active, .btn.btn-default.btn-framed.btn-light-frame:active:hover, .btn.btn-default.btn-framed.btn-light-frame:focus {
	border-color: rgba(255, 255, 255, 0.6);
	background-color: transparent;
}
.btn.icon i {
	margin-left: 5px;
	margin-right: 5px;
}
.btn.btn-rounded {
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}
.btn.arrow {
	padding-right: 30px;
	position: relative;
}
.btn.arrow:before {
	text-shadow: none;
	-webkit-font-smoothing: antialiased;
	font-family: 'ElegantIcons';
	speak: none;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	opacity: 0.6;
	content: "$";
	position: absolute;
	font-size: 14px;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 14px;
}
.btn.roll-effect {
	padding-bottom: 4px;
}
.btn.btn-small {
	padding: 3px 8px;
}
.btn.btn-xs {
	font-size: 10px;
	padding: 2px 7px;
}
.btn.darker {
	-moz-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	position: relative;
	border-color: rgba(0, 0, 0, 0.4);
}
.btn.darker:active, .btn.darker:focus, .btn.darker:hover, .btn.darker:active:focus, .btn.darker:active:hover {
	border-color: rgba(0, 0, 0, 0.5);
}
.btn.darker:active:after, .btn.darker:focus:after, .btn.darker:hover:after, .btn.darker:active:focus:after, .btn.darker:active:hover:after {
	background-color: rgba(0, 0, 0, 0.5);
}
.btn.darker:after {
	-moz-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	background-color: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.btn.sa:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 9px 9px;
	border-color: transparent transparent #d10a12 transparent;
	position: absolute;
	content: "";
	right: 0px;
	top: -9px;
	top: -5px;
	z-index: -1;
}
.form-control {
	background-color: transparent;
	height: auto;
}
.icheckbox {
	-moz-box-shadow: inset 0px 0px 0px 2px #e8e8e8;
	-webkit-box-shadow: inset 0px 0px 0px 2px #e8e8e8;
	box-shadow: inset 0px 0px 0px 2px #e8e8e8;
	background-color: #fff;
	cursor: pointer;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	display: inline-block;
	height: 20px;
	margin-right: 10px;
	position: relative;
	width: 20px;
	top: -1px;
}
.icheckbox:after {
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	text-shadow: none;
	-webkit-font-smoothing: antialiased;
	font-family: 'fontawesome';
	speak: none;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
	color: #1f1f1f;
	content: "\f00c";
	position: absolute;
	line-height: 20px;
	font-size: 10px;
	left: 5.5px;
}
.icheckbox.checked:after {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.iradio {
	-moz-box-shadow: inset 0px 0px 0px 2px #e8e8e8;
	-webkit-box-shadow: inset 0px 0px 0px 2px #e8e8e8;
	box-shadow: inset 0px 0px 0px 2px #e8e8e8;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	cursor: pointer;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	display: inline-block;
	height: 20px;
	margin-right: 10px;
	position: relative;
	width: 20px;
	top: -1px;
}
.iradio:after {
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	background-color: #1f1f1f;
	content: "";
	position: absolute;
	line-height: 20px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
.iradio.checked:after {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.hero-section .form.vertical {
	-moz-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.hero-section .form.vertical:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.hero-section .form.vertical ::-webkit-input-placeholder {
	color: white;
}
.hero-section .form.vertical :-moz-placeholder {
	color: white;
}
.hero-section .form.vertical ::-moz-placeholder {
	color: white;
}
.hero-section .form.vertical :-ms-input-placeholder {
	color: white;
}
.hero-section .form.vertical .btn[type=submit] {
	width: inherit;
	margin-top: 15px;
}
.hero-section .form.vertical.search-form .row, .hero-section .form.vertical.search-form .container {
	height: 0;
}
.hero-section .form.vertical .bootstrap-select>.dropdown-toggle.bs-placeholder {
	color: rgba(255, 255, 255, 0.8);
}
.hero-section .form .advanced-search-heading {
	margin-top: 0px;
	margin-bottom: 15px;
}
.hero-section select.form-control, .hero-section select {
	-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: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: #d10a12;
	border: none;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.hero-section select.form-control:active, .hero-section select.form-control:focus, .hero-section select:active, .hero-section select:focus {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.hero-section select.form-control:hover, .hero-section select:hover {
	/*background-color: darken($color-default, 5%);*/
}
.hero-section select.form-control option, .hero-section select option {
	background-color: #fff;
	color: #1f1f1f;
}
.hero-section input[type="text"], .hero-section input[type="email"], .hero-section input[type="date"], .hero-section input[type="time"], .hero-section input[type="search"], .hero-section input[type="password"], .hero-section input[type="number"], .hero-section input[type="tel"], .hero-section textarea.form-control {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-box-shadow: inset 0px 0px 6px 3px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: inset 0px 0px 6px 3px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0px 0px 6px 3px rgba(0, 0, 0, 0.05);
	-moz-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	-webkit-appearance: none;
	background-color: #d10a12;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	color: #fff;
}
.hero-section input[type="text"]:active, .hero-section input[type="text"]:focus, .hero-section input[type="text"]:hover, .hero-section input[type="email"]:active, .hero-section input[type="email"]:focus, .hero-section input[type="email"]:hover, .hero-section input[type="date"]:active, .hero-section input[type="date"]:focus, .hero-section input[type="date"]:hover, .hero-section input[type="time"]:active, .hero-section input[type="time"]:focus, .hero-section input[type="time"]:hover, .hero-section input[type="search"]:active, .hero-section input[type="search"]:focus, .hero-section input[type="search"]:hover, .hero-section input[type="password"]:active, .hero-section input[type="password"]:focus, .hero-section input[type="password"]:hover, .hero-section input[type="number"]:active, .hero-section input[type="number"]:focus, .hero-section input[type="number"]:hover, .hero-section input[type="tel"]:active, .hero-section input[type="tel"]:focus, .hero-section input[type="tel"]:hover, .hero-section textarea.form-control:active, .hero-section textarea.form-control:focus, .hero-section textarea.form-control:hover {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	-moz-box-shadow: inset 0px 0px 70px 0px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: inset 0px 0px 70px 0px rgba(0, 0, 0, 0.25);
	box-shadow: inset 0px 0px 70px 0px rgba(0, 0, 0, 0.25);
}
.hero-section .bootstrap-select.open .dropdown-menu {
	visibility: visible;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	pointer-events: auto;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.hero-section .bootstrap-select .btn {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-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);
	background-color: #d10a12;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	color: #fff;
	outline: none !important;
	text-transform: none;
	padding: 12px;
	font-size: 14px;
	position: relative;
}
.hero-section .bootstrap-select .btn:active, .hero-section .bootstrap-select .btn:focus, .hero-section .bootstrap-select .btn:hover, .hero-section .bootstrap-select .btn:active:hover, .hero-section .bootstrap-select .btn:active:focus, .hero-section .bootstrap-select .btn:focus:hover {
	background-color: #d10a12;
}
.hero-section .bootstrap-select .btn:active:after, .hero-section .bootstrap-select .btn:focus:after, .hero-section .bootstrap-select .btn:hover:after, .hero-section .bootstrap-select .btn:active:hover:after, .hero-section .bootstrap-select .btn:active:focus:after, .hero-section .bootstrap-select .btn:focus:hover:after {
	background-color: rgba(0, 0, 0, 0.2);
}
.hero-section .bootstrap-select .btn: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;
}
.hero-section .bootstrap-select .btn:active, .hero-section .bootstrap-select .btn:focus, .hero-section .bootstrap-select .btn:hover, .hero-section .bootstrap-select .btn:active:hover {
	top: 0;
	color: #fff;
}
.hero-section .bootstrap-select .dropdown-menu {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	display: block !important;
	visibility: hidden;
	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: scale(0.98);
	-ms-transform: scale(0.98);
	-webkit-transform: scale(0.98);
	transform: scale(0.98);
	pointer-events: none;
	padding: 0;
	border: none;
	background-clip: none;
	margin: 0;
	margin-top: -1px;
}
.hero-section .bootstrap-select .dropdown-menu>li>a {
	padding: 5px 12px;
}
.hero-section .form-control {
	/* height: auto; */
    height: 45px;
}
.hero-section .input-group {
	margin-bottom: 15px;
}


.hero-section form, .search-form form {
	/*-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);*/
	/*-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);*/
	/*box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);*/
	-webkit-box-shadow: 0px 0px 9px 4px rgba(87, 87, 87, 0.19);
	-moz-box-shadow: 0px 0px 9px 4px rgba(87, 87, 87, 0.19);
	box-shadow: 0px 0px 9px 4px rgba(87, 87, 87, 0.19);
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.hero-section.has-map .btn[type=submit] {
	-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);
	border-bottom: none;
	margin-top: 15px;
	border: none;
	text-transform: none;
	outline: none !important;
	font-size: 14px;
	padding: 12px 30px;
	position: relative;
}
.hero-section.has-map .btn[type=submit]:active {
	top: 0;
}
.hero-section.has-map .btn[type=submit] i {
	margin-left: 10px;
}
.hero-section.has-map .form.horizontal form {
	padding: 20px 25px 5px 25px;
}
.hero-section .search-form {
	/*position: absolute;*/
	z-index: 20;
	/*height: 0;*/
	width: 100%;
	/*width: 92%;*/
	margin: 24px auto 40px;
}
.hero-section .search-form.show form {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
.hero-section.has-background .form .input-group-btn .btn[type="submit"] {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	position: relative;
	border-color: transparent;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: 11px 15px 12px 15px;
	margin-top: 0;
}
.hero-section.has-background .form .input-group-btn .btn[type="submit"]:active, .hero-section.has-background .form .input-group-btn .btn[type="submit"]:focus, .hero-section.has-background .form .input-group-btn .btn[type="submit"]:hover, .hero-section.has-background .form .input-group-btn .btn[type="submit"]:active:focus, .hero-section.has-background .form .input-group-btn .btn[type="submit"]:active:hover {
	border-color: rgba(0, 0, 0, 0.1);
}
.hero-section.has-background .form .input-group-btn .btn[type="submit"]:active:after, .hero-section.has-background .form .input-group-btn .btn[type="submit"]:focus:after, .hero-section.has-background .form .input-group-btn .btn[type="submit"]:hover:after, .hero-section.has-background .form .input-group-btn .btn[type="submit"]:active:focus:after, .hero-section.has-background .form .input-group-btn .btn[type="submit"]:active:hover:after {
	background-color: rgba(0, 0, 0, 0.1);
}
.hero-section.has-background .form .input-group-btn .btn[type="submit"]:after {
	-moz-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	background-color: transparent;
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.hero-section.has-background .form.horizontal {
	position: relative;
}
.hero-section.has-background .form.horizontal.position-bottom, .hero-section.has-background .form.horizontal.position-top {
	position: absolute;
}
.hero-section.has-background .form.horizontal form {
	padding: 10px 25px;
}
.hero-section.has-background .form.horizontal form:after {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.4;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	content: "";
	position: absolute;
	background-color: #000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.horizontal-input-title {
	display: table;
	height: 46px;
}
.horizontal-input-title * {
	display: table-cell;
	vertical-align: middle;
}
form {
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.form-full {
	padding: 50px 20px 0;
}
.form {
	position: relative;
}
.form.vertical .form-group {
	margin-bottom: 0;
}
.form.horizontal form {
	/*-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);
  background-color: #d10a12;*/
	display: table;
	width: 100%;
	height: 100%;
}
.form.horizontal form ::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.5);
}
.form.horizontal form :-moz-placeholder {
	color: rgba(0, 0, 0, 0.5);
}
.form.horizontal form ::-moz-placeholder {
	color: rgba(0, 0, 0, 0.5);
}
.form.horizontal form :-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.5);
}
.form.horizontal .row>[class^="col-"], .form.horizontal .row>[class*=" col-"] {
	padding-right: 0px;
	padding-left: 0px;
}
.form.horizontal .container {
	height: inherit;
}
.form.horizontal input[type="text"], .form.horizontal input[type="email"], .form.horizontal input[type="date"], .form.horizontal input[type="time"], .form.horizontal input[type="search"], .form.horizontal input[type="password"], .form.horizontal input[type="number"], .form.horizontal input[type="tel"], .form.horizontal textarea.form-control {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 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);;
	background-color: #fff;
	border-bottom: none;
	color: inherit;
}
.form.horizontal input[type="text"]:active, .form.horizontal input[type="text"]:focus, .form.horizontal input[type="text"]:hover, .form.horizontal input[type="email"]:active, .form.horizontal input[type="email"]:focus, .form.horizontal input[type="email"]:hover, .form.horizontal input[type="date"]:active, .form.horizontal input[type="date"]:focus, .form.horizontal input[type="date"]:hover, .form.horizontal input[type="time"]:active, .form.horizontal input[type="time"]:focus, .form.horizontal input[type="time"]:hover, .form.horizontal input[type="search"]:active, .form.horizontal input[type="search"]:focus, .form.horizontal input[type="search"]:hover, .form.horizontal input[type="password"]:active, .form.horizontal input[type="password"]:focus, .form.horizontal input[type="password"]:hover, .form.horizontal input[type="number"]:active, .form.horizontal input[type="number"]:focus, .form.horizontal input[type="number"]:hover, .form.horizontal input[type="tel"]:active, .form.horizontal input[type="tel"]:focus, .form.horizontal input[type="tel"]:hover, .form.horizontal textarea.form-control:active, .form.horizontal textarea.form-control:focus, .form.horizontal textarea.form-control:hover {
	background-color: #fafafa;
	border-bottom: none;
}
.form.horizontal select.form-control, .form.horizontal select {
	-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: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: #fff;
	color: inherit;
	border-bottom: none;
	min-height: 43px;
}
.form.horizontal select.form-control:active, .form.horizontal select.form-control:focus, .form.horizontal select:active, .form.horizontal select:focus {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: none;
}
.form.horizontal select.form-control:hover, .form.horizontal select:hover {
	background-color: #fafafa;
}
.form.horizontal .bootstrap-select .btn {
	background-color: #fff;
	border-bottom: none;
	color: inherit;
}
.form.horizontal .bootstrap-select .btn:active, .form.horizontal .bootstrap-select .btn:focus, .form.horizontal .bootstrap-select .btn:hover {
	background-color: #fafafa;
	color: inherit;
}
.form.horizontal .bootstrap-select>.dropdown-toggle.bs-placeholder {
	color: rgba(0, 0, 0, 0.4);
}
.form.horizontal .btn[type=submit] {
	margin-top: 0;
	width: 100%;
	text-align: center;
}
.form.horizontal .btn[type=submit]:before {
	display: none;
}
.form.horizontal .btn[type=submit] i {
	margin-left: -5px;
}
.form.horizontal.position-top {
	top: 40px;
}
.form.horizontal.position-bottom {
	bottom: 0;
}
.form.horizontal.position-bottom form {
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	position: relative;
	bottom: 40px;
}
.form .checkboxes {
	margin-bottom: 0;
}
.form.has-padding {
	padding-top: 40px;
	padding-bottom: 30px;
}
.form.no-background {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent !important;
}
.form.no-background form {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent !important;
}
.form label {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	font-size: 13px;
	text-transform: none;
	margin-bottom: 8px;
}
.form label.no-margin {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	margin-bottom: 0;
}
.form h3 {
	margin-bottom: 10px;
}
.form .btn[type=submit] {
	-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);
}
.form.inputs-dark form ::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.8);
}
.form.inputs-dark form :-moz-placeholder {
	color: rgba(255, 255, 255, 0.8);
}
.form.inputs-dark form ::-moz-placeholder {
	color: rgba(255, 255, 255, 0.8);
}
.form.inputs-dark form :-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.8);
}
.form.inputs-dark input[type="text"], .form.inputs-dark input[type="email"], .form.inputs-dark input[type="date"], .form.inputs-dark input[type="time"], .form.inputs-dark input[type="search"], .form.inputs-dark input[type="password"], .form.inputs-dark input[type="number"], .form.inputs-dark input[type="tel"], .form.inputs-dark textarea.form-control {
	/*background-color: darken($color-default, 8%);*/
	-moz-box-shadow: inset 0px 0px 0px 30px rgba(0, 0, 0, 0.23);
	-webkit-box-shadow: inset 0px 0px 0px 30px rgba(0, 0, 0, 0.23);
	box-shadow: inset 0px 0px 0px 30px rgba(0, 0, 0, 0.23);
	color: #fff;
	background-color: #d10a12;
}
.form.inputs-dark input[type="text"]:active, .form.inputs-dark input[type="text"]:focus, .form.inputs-dark input[type="text"]:hover, .form.inputs-dark input[type="email"]:active, .form.inputs-dark input[type="email"]:focus, .form.inputs-dark input[type="email"]:hover, .form.inputs-dark input[type="date"]:active, .form.inputs-dark input[type="date"]:focus, .form.inputs-dark input[type="date"]:hover, .form.inputs-dark input[type="time"]:active, .form.inputs-dark input[type="time"]:focus, .form.inputs-dark input[type="time"]:hover, .form.inputs-dark input[type="search"]:active, .form.inputs-dark input[type="search"]:focus, .form.inputs-dark input[type="search"]:hover, .form.inputs-dark input[type="password"]:active, .form.inputs-dark input[type="password"]:focus, .form.inputs-dark input[type="password"]:hover, .form.inputs-dark input[type="number"]:active, .form.inputs-dark input[type="number"]:focus, .form.inputs-dark input[type="number"]:hover, .form.inputs-dark input[type="tel"]:active, .form.inputs-dark input[type="tel"]:focus, .form.inputs-dark input[type="tel"]:hover, .form.inputs-dark textarea.form-control:active, .form.inputs-dark textarea.form-control:focus, .form.inputs-dark textarea.form-control:hover {
	/*background-color: darken($color-default, 12%);*/
	-moz-box-shadow: inset 0px 0px 0px 30px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: inset 0px 0px 0px 30px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0px 0px 0px 30px rgba(0, 0, 0, 0.4);
	background-color: #d10a12;
	border-bottom: none;
}
.form.inputs-dark select.form-control, .form.inputs-dark select {
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 30px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 30px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 30px rgba(0, 0, 0, 0.25);
	background-color: #d10a12;
	color: #fff;
	border-bottom: none;
}
.form.inputs-dark select.form-control:active, .form.inputs-dark select.form-control:focus, .form.inputs-dark select:active, .form.inputs-dark select:focus {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: none;
}
.form.inputs-dark select.form-control:hover, .form.inputs-dark select:hover {
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 30px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 30px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 30px rgba(0, 0, 0, 0.35);
	background-color: #d10a12;
}
.form.inputs-dark .bootstrap-select {
	-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);
}
.form.inputs-dark .bootstrap-select .btn {
	-moz-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	position: relative;
	border-color: rgba(0, 0, 0, 0.2);
	background-color: #d10a12;
	color: #fff;
	border-bottom: none;
}
.form.inputs-dark .bootstrap-select .btn:active, .form.inputs-dark .bootstrap-select .btn:focus, .form.inputs-dark .bootstrap-select .btn:hover, .form.inputs-dark .bootstrap-select .btn:active:focus, .form.inputs-dark .bootstrap-select .btn:active:hover {
	border-color: rgba(0, 0, 0, 0.3);
}
.form.inputs-dark .bootstrap-select .btn:active:after, .form.inputs-dark .bootstrap-select .btn:focus:after, .form.inputs-dark .bootstrap-select .btn:hover:after, .form.inputs-dark .bootstrap-select .btn:active:focus:after, .form.inputs-dark .bootstrap-select .btn:active:hover:after {
	background-color: rgba(0, 0, 0, 0.3);
}
.form.inputs-dark .bootstrap-select .btn:after {
	-moz-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	background-color: rgba(0, 0, 0, 0.2);
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.form.inputs-dark .bootstrap-select .btn:active, .form.inputs-dark .bootstrap-select .btn:focus, .form.inputs-dark .bootstrap-select .btn:hover {
	color: #fff;
	background-color: #d10a12;
}
.form.inputs-dark .bootstrap-select>.dropdown-toggle.bs-placeholder {
	color: rgba(255, 255, 255, 0.8);
}
.form.inputs-dark .btn[type=submit] {
	/*background-color: darken($color-default, 15%);*/
}
.form.inputs-dark .checkboxes {
	color: #fff;
}
.form.inputs-dark .icheckbox {
	-moz-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.1);
	background-color: rgba(0, 0, 0, 0.3);
}
.form.inputs-dark .icheckbox:after {
	color: #fff;
}
.form.inputs-dark .ui-slider .noUi-base {
	/*background-color: lighten($color-default, 20%);*/
	background-color: rgba(255, 255, 255, 0.15);
}
.form.inputs-dark .ui-slider .noUi-base .noUi-connect {
	background-color: #fff;
}
.form.inputs-dark .ui-slider .noUi-base .noUi-background {
	/*background-color: lighten($color-default, 20%);*/
	background-color: rgba(0, 0, 0, 0.7);
}
.form.inputs-dark .ui-slider .noUi-base .noUi-handle {
	border: 2px solid #fff;
	background-color: #d10a12;
}
.form.inputs-dark .ui-slider .noUi-base .noUi-handle:hover, .form.inputs-dark .ui-slider .noUi-base .noUi-handle.noUi-active {
	-moz-box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.07);
	-webkit-box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.07);
	box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.07);
}
.form.inputs-dark .ui-slider .values {
	color: #fff;
}
.form.inputs-dark .ui-slider .values input {
	background-color: transparent;
	border: none;
	width: 49%;
}
.form .btn[type=submit] {
	padding: 12px;
	margin-top: 15px;
}
form.submitted .status {
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
form.submitted .form-group, form.submitted .input-group {
	pointer-events: none;
}
form .status {
	-moz-transform: scale(0.1, 0.1);
	-ms-transform: scale(0.1, 0.1);
	-webkit-transform: scale(0.1, 0.1);
	transform: scale(0.1, 0.1);
	-moz-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	top: -20px;
	right: -20px;
	position: absolute;
}
form .status .status-icon {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	-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);
	width: 40px;
	height: 40px;
	background-color: grey;
	color: #fff;
	text-align: center;
	line-height: 40px;
}
form .status .status-icon.valid {
	background-color: #50aa8d;
}
form .status .status-icon.invalid {
	background-color: #e45544;
}
form .status i {
	font-size: 18px;
}

.loading-input {
    background-image: url("../../assets/img/input-loading.gif");
    background-size: 25px 25px;
    background-position:right center;
    background-repeat: no-repeat;
}

.bundle-row{
	margin-top: 20px;
}

.form.inputs-underline label:not(.no-margin), .input-group.inputs-underline label:not(.no-margin) {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 9px;
	position: relative;
	bottom: -5px;
}
.form.inputs-underline input[type="text"], .form.inputs-underline input[type="email"], .form.inputs-underline input[type="date"], .form.inputs-underline input[type="time"], .form.inputs-underline input[type="search"], .form.inputs-underline input[type="password"], .form.inputs-underline input[type="number"], .form.inputs-underline input[type="tel"], .form.inputs-underline textarea.form-control, .input-group.inputs-underline input[type="text"], .input-group.inputs-underline input[type="email"], .input-group.inputs-underline input[type="date"], .input-group.inputs-underline input[type="time"], .input-group.inputs-underline input[type="search"], .input-group.inputs-underline input[type="password"], .input-group.inputs-underline input[type="number"], .input-group.inputs-underline input[type="tel"], .input-group.inputs-underline textarea.form-control, .form.inputs-underline select {
 	-moz-box-shadow: none;
 	-webkit-box-shadow: none;
 	box-shadow: none;
 	-moz-border-radius: 0px;
 	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-appearance: none;
	background-color: transparent;
	border: none;
	border-bottom: 2px solid rgba(0, 0, 0, 0.08);
	padding-left: 6px;
	padding-right: 6px;
	background-color: white;
}
.well .form.inputs-underline textarea,
.well .form.inputs-underline input[type="text"],
.well .form.inputs-underline input[type="email"],
.well .form.inputs-underline select.form-control {
	background-color: #fff;
}
.form.inputs-underline input[type="text"]:active, .form.inputs-underline input[type="text"]:focus, .form.inputs-underline input[type="email"]:active, .form.inputs-underline input[type="email"]:focus, .form.inputs-underline input[type="date"]:active, .form.inputs-underline input[type="date"]:focus, .form.inputs-underline input[type="time"]:active, .form.inputs-underline input[type="time"]:focus, .form.inputs-underline input[type="search"]:active, .form.inputs-underline input[type="search"]:focus, .form.inputs-underline input[type="password"]:active, .form.inputs-underline input[type="password"]:focus, .form.inputs-underline input[type="number"]:active, .form.inputs-underline input[type="number"]:focus, .form.inputs-underline input[type="tel"]:active, .form.inputs-underline input[type="tel"]:focus, .form.inputs-underline textarea.form-control:active, .form.inputs-underline textarea.form-control:focus, .input-group.inputs-underline input[type="text"]:active, .input-group.inputs-underline input[type="text"]:focus, .input-group.inputs-underline input[type="email"]:active, .input-group.inputs-underline input[type="email"]:focus, .input-group.inputs-underline input[type="date"]:active, .input-group.inputs-underline input[type="date"]:focus, .input-group.inputs-underline input[type="time"]:active, .input-group.inputs-underline input[type="time"]:focus, .input-group.inputs-underline input[type="search"]:active, .input-group.inputs-underline input[type="search"]:focus, .input-group.inputs-underline input[type="password"]:active, .input-group.inputs-underline input[type="password"]:focus, .input-group.inputs-underline input[type="number"]:active, .input-group.inputs-underline input[type="number"]:focus, .input-group.inputs-underline input[type="tel"]:active, .input-group.inputs-underline input[type="tel"]:focus, .input-group.inputs-underline textarea.form-control:active, .input-group.inputs-underline textarea.form-control:focus {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding-left: 12px;
	border-bottom: 2px solid rgba(0, 0, 0, 0.15);
}
.form.inputs-underline input[type="text"]:hover, .form.inputs-underline input[type="email"]:hover, .form.inputs-underline input[type="date"]:hover, .form.inputs-underline input[type="time"]:hover, .form.inputs-underline input[type="search"]:hover, .form.inputs-underline input[type="password"]:hover, .form.inputs-underline input[type="number"]:hover, .form.inputs-underline input[type="tel"]:hover, .form.inputs-underline textarea.form-control:hover, .input-group.inputs-underline input[type="text"]:hover, .input-group.inputs-underline input[type="email"]:hover, .input-group.inputs-underline input[type="date"]:hover, .input-group.inputs-underline input[type="time"]:hover, .input-group.inputs-underline input[type="search"]:hover, .input-group.inputs-underline input[type="password"]:hover, .input-group.inputs-underline input[type="number"]:hover, .input-group.inputs-underline input[type="tel"]:hover, .input-group.inputs-underline textarea.form-control:hover {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.form.inputs-underline .input-group .btn, .input-group.inputs-underline .input-group .btn {
	background-color: transparent;
	border-bottom: 2px solid rgba(0, 0, 0, 0.08);
	padding: 8px 12px 9px 12px;
}
.form.inputs-underline .input-group-btn .btn, .input-group.inputs-underline .input-group-btn .btn {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	position: relative;
	border-color: transparent;
	border-bottom: 2px solid rgba(0, 0, 0, 0.08);
	padding: 14px 12px 13px 12px;
}
.form.inputs-underline .input-group-btn .btn:active, .form.inputs-underline .input-group-btn .btn:focus, .form.inputs-underline .input-group-btn .btn:hover, .form.inputs-underline .input-group-btn .btn:active:focus, .form.inputs-underline .input-group-btn .btn:active:hover, .input-group.inputs-underline .input-group-btn .btn:active, .input-group.inputs-underline .input-group-btn .btn:focus, .input-group.inputs-underline .input-group-btn .btn:hover, .input-group.inputs-underline .input-group-btn .btn:active:focus, .input-group.inputs-underline .input-group-btn .btn:active:hover {
	border-color: rgba(0, 0, 0, 0.1);
}
.form.inputs-underline .input-group-btn .btn:active:after, .form.inputs-underline .input-group-btn .btn:focus:after, .form.inputs-underline .input-group-btn .btn:hover:after, .form.inputs-underline .input-group-btn .btn:active:focus:after, .form.inputs-underline .input-group-btn .btn:active:hover:after, .input-group.inputs-underline .input-group-btn .btn:active:after, .input-group.inputs-underline .input-group-btn .btn:focus:after, .input-group.inputs-underline .input-group-btn .btn:hover:after, .input-group.inputs-underline .input-group-btn .btn:active:focus:after, .input-group.inputs-underline .input-group-btn .btn:active:hover:after {
	background-color: rgba(0, 0, 0, 0.1);
}
.form.inputs-underline .input-group-btn .btn:after, .input-group.inputs-underline .input-group-btn .btn:after {
	-moz-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	background-color: transparent;
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.form.inputs-underline .bootstrap-select, .input-group.inputs-underline .bootstrap-select {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.form.inputs-underline .bootstrap-select .btn, .input-group.inputs-underline .bootstrap-select .btn {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
	border: none;
	border-bottom: 2px solid rgba(0, 0, 0, 0.08);
	color: inherit;
	padding-left: 0 !important;
	outline: none !important;
}
.form.inputs-underline .bootstrap-select .btn:active, .form.inputs-underline .bootstrap-select .btn:focus, .form.inputs-underline .bootstrap-select .btn:hover, .input-group.inputs-underline .bootstrap-select .btn:active, .input-group.inputs-underline .bootstrap-select .btn:focus, .input-group.inputs-underline .bootstrap-select .btn:hover {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
	color: inherit;
}
.form.inputs-underline .bootstrap-select .btn:active:after, .form.inputs-underline .bootstrap-select .btn:focus:after, .form.inputs-underline .bootstrap-select .btn:hover:after, .input-group.inputs-underline .bootstrap-select .btn:active:after, .input-group.inputs-underline .bootstrap-select .btn:focus:after, .input-group.inputs-underline .bootstrap-select .btn:hover:after {
	display: none;
}
.form.inputs-underline .bootstrap-select>.dropdown-toggle.bs-placeholder, .input-group.inputs-underline .bootstrap-select>.dropdown-toggle.bs-placeholder {
	color: rgba(0, 0, 0, 0.3);
}
.form.inputs-underline select, .form.inputs-underline select.form-control, .input-group.inputs-underline select, .input-group.inputs-underline select.form-control, .inputs-underline select.form-control {
	/*background-color: transparent;*/
	background-color: #fff;
	box-shadow: none;
	border: none;
	border-bottom: 2px solid rgba(0, 0, 0, 0.1);
	color: inherit;
	padding-left: 0;
	padding-right: 0;
	outline: none !important;
}
.form.inputs-underline select:hover, .form.inputs-underline select.form-control:hover, .input-group.inputs-underline select:hover, .input-group.inputs-underline select.form-control:hover {
	cursor: pointer;
}
.form.inputs-underline select option[value=""], .form.inputs-underline select.form-control option[value=""], .input-group.inputs-underline select option[value=""], .input-group.inputs-underline select.form-control option[value=""] {
	color: rgba(0, 0, 0, 0.5);
}
.form.inputs-underline ::-webkit-input-placeholder, .input-group.inputs-underline ::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.3);
}
.form.inputs-underline :-moz-placeholder, .input-group.inputs-underline :-moz-placeholder {
	color: rgba(0, 0, 0, 0.3);
}
.form.inputs-underline ::-moz-placeholder, .input-group.inputs-underline ::-moz-placeholder {
	color: rgba(0, 0, 0, 0.3);
}
.form.inputs-underline :-ms-input-placeholder, .input-group.inputs-underline :-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.3);
}
.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: #d10a12;
}
.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 #d10a12;
	background-color: #d10a12;
	cursor: pointer;
	height: 20px;
	width: 20px;
	left: 0px;
	top: -8px;
}
.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: 15px;
	margin-bottom: 20px;
}
.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: none;
	text-align: left;
}
.light-dark {
	font-size: 14px;
	text-transform: none;
}
.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;
	box-shadow: 0 3px 2px -2px #eee;
	-moz-appearance: inherit;
	-webkit-appearance: none;
	background-color: #fff;
	padding: 12px 9px;
	width: 100%;
	position: relative;
	background-image: url("../../assets/img/carret-down.png");
	background-repeat: no-repeat;
	background-position: 94% 50%;
}
select:hover, select.form-control:hover {
	cursor: pointer;
}
.col_padding {
	padding-left: 10px;
}
/*
@-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: 65%;
}
.hero-section.has-sidebar .map-wrapper.all-world {
	width: 100%;
	position:initial;
}
.hero-section.has-sidebar .results-wrapper {
	width: 35%;
}
.hero-section.has-sidebar .results-wrapper.all-world {
	width: 100%;
	/*height: 500px;*/
	/*z-index: 1;*/
	/*margin-bottom: 20px;*/
	/*float: none*/
}
.hero-section .map-wrapper {
	width: 100%;
}
.page-title img {
	width: 16em;
	position: relative;
	z-index: 10;
}
.title h3 i {
	margin-left: 5px;
	margin-right: 10px;
}
.popular {
	font-weight: bold;
}
@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: 55%;
	}
	.hero-section.has-sidebar .map-wrapper.all-world {
		width: 100%;
		position:initial;
	}
	.hero-section.has-sidebar .results-wrapper {
		width: 45%;
	}
	.hero-section.has-sidebar .results-wrapper.all-world {
		width: 100%;
		/*height: 500px;*/
		/*z-index: 1;*/
		/*margin-bottom: 20px;*/
		/*float: none*/
	}
	.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;
	}
	.price h2 {
		font-size: 20px;
	}
	.price 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: 55%;
	}
	.hero-section.has-sidebar .map-wrapper.all-world {
		width: 100%;
		position:initial;
	}
	.hero-section.has-sidebar .results-wrapper {
		width: 45%;
	}
	.hero-section.has-sidebar .results-wrapper.all-world {
		width: 100%;
		/*height: 500px;*/
		/*z-index: 1;*/
		/*margin-bottom: 20px;*/
		/*float: none*/
	}
	.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;
	}
	.col_padding {
		padding-left: 0px;
	}
	#page-content {
		margin-top: 24px;
	}
	.page-title {
		margin-top: 20px
	}
	.page-title img {
		width: 9em
	}
	.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: auto;
		max-width: 100%;
	}
	.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: #d10a12;
		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: 33px;
		margin-top: 0px;
	}
	.hero-section.has-background h2 {
		font-size: 16px;
	}
	.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;*/
	}
	.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: 364px !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 [data-owl-dots="1"] .owl-dots {
		text-align: center;
		width: 100%;
		bottom: 0;
	}
	.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;
	}
}
.panel-collapse {
	display: inline-block;
	float: right;
	margin-top: 10px;
}

/* JACOPO: il seguente blocco è stato commentato perchè
	disturbava la grafica della gestione listino nella dashboard.
	Se serve da qualche parte, eventualmente decommentare
	ma rendere più specifico del semplice "span" in modo
	da non interferire con altri stili..
*/ /*
.panel-collapse span {
	font-family: "fontawesome";
	font-color: #d10a12;
	font-size: 16px;
	padding: 6px;
	color: #d10a12;
}
.panel-collapse[aria-expanded="false"] span:before {
	content: "\f078";
}
.panel-collapse[aria-expanded="true"] span:before {
	content: "\f077";
}
*/ /* JACOPO: fine del blocco commentato */

/*
.panel-collapse[aria-expanded="false"]:before {
  content: "mostra";
}

.panel-collapse[aria-expanded="true"]:before {
  content: "nascondi";
}*/

.btn-group {
	padding: 12px;
}
.btn-sm,
.btn-group-sm > .btn {
    padding: 1px 7px;
	border-radius: 0;
}
.btn-toggle-opacity {
	opacity: 0.4;
}
.btn-toggle-opacity.active {
	opacity: 1;
}
.btn-group .btn.btn-toggle-opacity + .btn.btn-toggle-opacity {
	margin-left: 3px;
}
.round-btn {
	border-radius: 100%;
	width: 45px;
	height: 45px;
}
.form-group {
	margin-bottom: 15px;
}
.search-form .form-group {
	margin-bottom: 0;
}
pre {
	border-width: 0px;
}
/* dashboard */

#btmoney{
	background: #39506f url("../../assets/img/btmoney-bg.jpg") no-repeat 50% 50%;
    background-size: cover;
    color: #fff;
    padding: 30px 20px;
}

#btmoney h2 {
    color: #fff;
    font-size: 44px;
    line-height: 1;
}

#btmoney h2>span {
    color: #45aed6;
}

.img-thumb {
	max-width: 300px;
	height: auto;
}
.img-pay {
	width: 100%;
	max-width: 480px;
	margin: 0 auto 48px;
	display: block;
}
h3.item-title{
 margin: 10px 0;
}
.item-img-thumb{
	max-width: 100%;
}

/* BUG FIXING PADDING */

/*
 * RADIO BUTTONS / WEBSITE TEMPLATES
 */
#template-carousel label.preview {
	display: block;
}
#template-carousel label.preview input[type="radio"] {
	visibility: hidden;
}
#template-carousel label.preview input[type="radio"] + .item {
	margin: 2px 2px 8px 10px;
}
#template-carousel label.preview input[type="radio"].active + .item > a .image:after,
#template-carousel label.preview input[type="radio"].active:checked + .item > a .image:after {
	background-color: rgba(0, 0, 0, 0);
	opacity: 0;
}
#template-carousel label.preview input[type="radio"].active + .item {
	-webkit-box-shadow: 0px 0px 21px 2px rgba(0,0,0,0.43);
	-moz-box-shadow: 0px 0px 21px 2px rgba(0,0,0,0.43);
	-o-box-shadow: 0px 0px 21px 2px rgba(0,0,0,0.43);
	box-shadow: 0px 0px 21px 2px rgba(0,0,0,0.43);
	border: #d10a12 solid 2px;
	margin: 0px 0px 6px 8px;
}

.btn:active,
.btn.active {
	-webkit-box-shadow: inset 0 8px 20px rgba(0, 0, 0, .425);
	-moz-box-shadow: inset 0 8px 20px rgba(0, 0, 0, .425);
	-o-box-shadow: inset 0 8px 20px rgba(0, 0, 0, .425);
	box-shadow: inset 0 8px 20px rgba(0, 0, 0, .425);
}

.error-target,
.success-target {
	color: #fff;
	display: none;
	padding: 14px 10px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
}
.success-target {
	border-color: #4cae4c;
	background-color: #5cb85c;
}
.error-target {
	border-color: #d10a12;
	background-color: #d10a12;
}

input[type="text"].error,
input[type="email"].error,
input[type="date"].error,
input[type="time"].error,
input[type="search"].error,
input[type="password"].error,
input[type="number"].error,
input[type="tel"].error,
select.error,
textarea.error,
.trumbowyg-box.error {
	box-shadow: 0 0px 8px 3px rgb(209, 10, 18, 0.4);
}

#posts .image {
	background-size: cover;
	background-position: center;
}


.input-function-btn{
	cursor:pointer;
	/*background-color:#fff;*/
	color:#d10a11;
	position:absolute;
	top: 2px;
	right:2px;
	padding:10px 8px;
	height: 100%;
	vertical-align: middle;
}
.input-function-btn-right-70{
	right:73px;
}
.input-function-btn-right-50{
	right:48px;
}
.input-function-btn-right-30{
	right:23px;
}
.input-function-btn-right-10{
	right:5px;
}
.input-with-int-btn-40{
	padding-right: 20px !important;
}
.input-with-int-btn-60{
	padding-right: 60px !important;
}


/* ISOTOPES */
.isotope {
	opacity:1;
	-moz-transition: position 1s, top 1s, left 1s, opacity 1s;
	-webkit-transition: position 1s, top 1s, left 1s, opacity 1s;
	transition: position 1s, top 1s, left 1s, opacity 1s;
}
.isotope.isotope-hidden {
	opacity: 0;
	position: absolute;
	top: -9999px;
	left: -9999px;
}


.post-categories li.active a {
	padding: 2px 4px;
	color: #fff;
	background-color: #d10a12;
	border-color: #d10a12;
}

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

.tab-content {
	padding: 0 15px;
}


.post-categories .breadcrumb > li {
	padding: 6px 0;
}
/* MODIFICHE HOMEPAGE */
.home-map-canvas{
 height: 100%;
 width: 100%;
 top: 0;
 position:absolute;
}

.overlay-map{
 position: absolute;
 z-index: 2;
 width: 100%;
 top: 0;
 background:#00000078;
 pointer-events:none;
}

.search-form-container{
    position: absolute;
    top: 180px;
    left: 0;
    right:0;
    z-index: 3;
    pointer-events: none;
  }
.hero-section .container{
 /*position:relative;*/
 /*top:10px;*/
	/*text-align: center;*/
}
.hero-section .page-title{
 pointer-events:none;
 /*margin: 30px 0;*/
 margin: 30px 6% 20px auto;
 /*float: right;*/
 width: auto;
}

@media (max-width: 767px) {
	.hero-section .container {
    /*top: 0;*/
    }
}
/**** ACTIVITY DETAIL ***/
.description-text p{
	line-height: 20px
}
.gallery-image {
	padding: 10px 5px;

}
.gallery-image img{
	max-width: 100%;
	height: auto;
}
section:not(.block) h2.meal-title{
	margin-bottom:25px;
}
.meal-item{
	margin-bottom:25px;
}
h3.group-title{
 	border-bottom:1px dotted #ccc;
 	padding-bottom:10px;
 	margin-bottom:15px
}
/* COOKIE */
#cookie-notice {position: fixed;bottom: 0;left: 0;width: 100%;height:auto;background: #232323;color: #fff;padding:10px;font-size:13px;z-index:9999;}
#cookie-bar a{color: #fff;text-decoration: underline;}
.cookie-header{text-align: right;display: block;}
.cookie-notice-container{line-height:20px;padding:0 20px}
#cn-accept-cookie{cursor: pointer}
.cookie-read-more{text-align: right;}
#cn-more-info{border:none;color:#fff;}
/* CUSTOM CSS */
.px-24{
	width: 24px;
	height: 24px;
}
.hero-section .results-wrapper .result-item>a h3.bt-title{
	margin-bottom: 0;
}

.btn-active{
	color: green !important;
}
.icon-loghinowebbT{
	color: red !important;
	font-size: 1.33333333em;
}

.icon-loghinowebbT{
	font-size: 1.33333333em;
}
.icon-loghinowebbT.btn-active .path1:before {
  color: green;
}
.icon-loghinowebbT.btn-active .path2:before {
  color: green;
}
#loader-wrap {
	display: none;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    color: white; background: #000000;
    z-index: 999998;
    width: 100%;
    height: 100%
}
.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  position:fixed;
  top: 50%;
  left: 50%;
  z-index: 999999;
}
.spinner-bg {
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background-color: #0009;
	z-index: 999998;
}
.spinner-bg .fa-spin {
	position: relative;
	top: 50%;
	left: 50%;
	color: #fff;
	font-size: 36px;
	width: 36px;
	height: 36px;
}

.sort-container .target .ui-state-default,
.sort-container .source .ui-state-default {
	margin: 0 5px 5px 5px;
	padding: 0;
}
.sort-container .connected {
	min-height: 80px;
}

.sort-container .connected input[type=text] {
    box-shadow: inset 3px 3px 3px #00000026;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.radio-thumbnail > input {
  display: none;
}

.radio-thumbnail > input + .thumbnail {
  border: 2px solid #ddd;
  cursor: pointer;
  transition: all 0.4s;
}
.radio-thumbnail > :checked + .thumbnail {
  /*border-color: #66afe9;*/
  /*box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);*/
  /*border-color: #fafafa;*/
	border-color: #d10a12;
  box-shadow: 0 0 14px 2px rgba(33, 33, 33, 0.85);
}

.radio-thumbnail > :disabled + .thumbnail {
  opacity: .5;
}
.well {
	position: relative;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-width: 0;
	padding: 12px;
	background-color: #fafafa;
}
.delete-item-container {
  position: relative;
}
figure.delete-item,
figure.delete-menu,
figure.delete-category,
figure.delete-image {
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	-moz-border-radius: 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;
	z-index: 4;
}
figure.delete-item i,
figure.delete-menu i,
figure.delete-category i,
figure.delete-image i {
	color: #fff;
	font-size: 10px;
}
/* 2.0 */
.error { color:#d10a12; }
.success { color:green; }

/* Homepage */
.categories-list{
	margin-top: 70px
}
#info-menu {
	margin: 30px auto 15px;
	padding: 0;
	width: 100%;
}

#info-menu ul {
	padding: 0;
	margin: 0 ;

}

#info-menu li {
	text-align: center;
	list-style: none;
	width: 19.5%

}

#info-menu li a {
	background-color: #cccccc;
	color: #434040;
	padding: 15px 5px;
	text-decoration: none;
	display: block;
	border-radius: 2px;
	/*border: 1px solid #717172*/
}

#info-menu li a.red-button{
	background: #d10a12;
	color: white;
}

#info-menu li a span{
margin-left: 10px;
    text-transform: uppercase;
    font-weight: bold;

}

@media (max-width: 992px){
#info-menu .list-inline > li {
    display: block;
    width: auto;
}
}

.info-box {width: 100%;margin: 10px auto;text-align: center;position: relative;}
.info-box div{position: absolute;width:100%;display: none;}
/* SELECT 2 */
.label-select-2{
	margin-bottom:12px !important;
}
.select2-selection--single:not([class*=bg-]):not([class*=border-]) {
    border-color: #ddd;
}
/* GALLERY SPINNER */
.gal-spinner {
  margin: 10px auto;
  width: 70px;
  height: 20px;
  text-align: center;
  font-size: 10px;
}

.gal-spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;

  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.gal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.gal-spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.gal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.gal-spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

.input-group-btn.input-group-btn-pricelist {
	width: 80%;
}

.input-group-pricelist input.form-control {
	min-width: 80px;
}

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

.btn-pricelist-collapse {
	width:100%;
	margin-bottom: 8px;
}

.panel-collapse {
	float: none;
	margin-top: 0;
}
.panel-collapse.collapse {
	display: none;
}
.panel-collapse.collapse.in {
	display: block;
}

/* manage input files with images on top */
input[type=file].input-file-hidden {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.label-input-file {
	display: block;
	cursor: pointer;
}

.panel-danger > .panel-heading {
    color: white;
    /*background-color: #d9534f;*/
    border-color: #ebccd1;
}

.panel-danger > .panel-heading h3{
	color: white;
}

#banners img {
	max-width: 100%;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}
.logo-cdg{
	max-width: 100%;
	height: auto;
}
/* FIX MENU */
#pricelist-section .container{
	width: 100% !important
}
.alert-danger a{color:white;font-weight:bold;}
.business-form .col-md-2{text-align: center;}
.sortplaceholder{margin: 0 5px 5px 5px;
    padding: 20px 0;border: 1px dotted #ccc}
.list-choose i{font-size:5em;color: red}

.alert-big{
	height: 200px;
	font-size: 1.5em
}

.alert-big p{
	text-align: center;
	vertical-align: middle;
	line-height: 160px;
	font-weight: bold;
	text-transform: uppercase;
}

.home-bg{
	background: #0a192c url('../../assets/img/home-bg.png') no-repeat;
	  background-size: 95%;
}

.pull-left::after{
	clear: both;
}

a.tooltip-link:hover{color: white}

ul.ul-summary > li {
	padding: 9px 12px;
	border-bottom: 1px solid #eee;
}
ul.ul-summary > li:nth-child(even) {
	background-color: #eee;
}
ul.ul-summary > li:last-child {
	border-bottom: 0px;
}
ul.ul-summary li span {
	font-weight: bold;
}


.text-warning {
	color: #d10a12;
}

.alert {
	border-width: 0px;
	border-radius: 2px;
}
.alert-danger a {
	color: #fff;
}


/* SQUARED RESPONSIVE IMAGE (es. QR CODE)*/
.img-responsive-ratio-1-1 {
	width: 100%;
	background-size: cover;
	background-position: center;
	padding-bottom: 100%;
}


/* BOOTSTRAP COLUMNS OF EQUAL HEIGHTS */
.row.row-equal-height-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.row.row-equal-height-cols [class*="col-"] {
  display: flex;
  flex-direction: column;
}


/* DATA TABLE */
table > tbody > tr > td > span.footable-toggle {
	cursor: pointer;
}
table.footable > tbody > tr:nth-child(odd) {
	background-color: #eee;
}
table.footable > tbody > tr > th,
table.footable > tbody > tr > td {
	border-width: 0;
}
table.footable input[type="text"] {
	padding: 7px 12px;
}
tr.footable-filtering {
	background-color: #f5f5f5;
}
.table > thead:first-child > tr:first-child > th,
table.footable > thead > tr.footable-filtering > th {
	border: solid 1px #fff;
}
@media (min-width: 768px) {
	table.footable > thead > tr.footable-filtering > th div.form-group {
		display: table;
		width: 100%;
	}
	table.footable > thead > tr.footable-filtering > th div.input-group {
    width:100%;
	}
	table.footable > thead > tr.footable-filtering > th .input-group-btn {
    width: 1%;
	}
}


/* BOOTSTRAP CAROUSEL */
.carousel-img {
	padding-bottom: 70%;
	width: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #000;
}

.on-check-autoshow {
	height: 0;
	overflow: hidden;
	transition: all 1s;
}
input:checked ~ .on-check-autoshow {
	height: 32px;
	overflow: visible;
	animation: 1s delay-overflow;
	margin-bottom: 40px;
}
@keyframes delay-overflow {
  from { overflow: hidden; }
}


/* ACTIVITY PAGE UPPER BUTTONS */
.activity .page-title .btn {
	margin-bottom: 3px;
}


/* CATEGORIES */
.js-category-row .form-group {
	position: relative;
}
.js-category-row .form-control:focus {
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.js-category-group .js-category-row .delete-category {
	top: unset;
	right: -10px;
	bottom: 34px;
}
.js-category-group .js-category-row:only-child .delete-category {
	display: none;
}
.js-category-group .js-category-row:not(:first-child) label {
	display: none;
}
.js-category-group .js-category-row:not(:last-child) .js-add-category,
.js-category-group .js-category-row:nth-child(n+6) .js-add-category {
	display: none;
}
@media screen and (min-width: 767px) {
	[class^="col-"].col-cat-super {
		padding-right: 0;
	}
	[class^="col-"].col-cat-medium {
		padding-left: 0;
		padding-right: 0;
	}
	[class^="col-"].col-cat-child {
		padding-left: 0;
	}
}


/* FLAGS */
header .flags {
	display: inline-block;
	margin-left: 10px;
}
header .flags a {
	padding: 0 3px 0;
	font-size: 1.3em;
}


/* SOCIAL BUTTONS */
.btn.btn-social {
	padding: 12px;
}
.btn.btn-social:hover,
.btn.btn-social:focus,
.btn.btn-social.focus {
	color: #fff;
	padding: 12px;
}
.fa-facebook { color: #3b5999; }
.fa-twitter { color: #55acee; }
.fa-google-plus { color: #dd4b39; }
.fa-linkedin { color: #0077B5; }
.fa-pinterest { color: #bd081c; }
.fa-reddit { color: #ff5700; }
.fa-tumblr { color: #34465d; }
.fa-pocket { color: #ee4356; }


/* ICONS - BT MONEY */
.icon-bt-money {
	display: block;
	background-image: url('../../assets/icons/logo-bt-red-36.png');
	width: 22px;
	background-position: center;
	background-size: contain;
	padding-bottom: 100%;
}
.btn-active .icon-bt-money {
	background-image: url('../../assets/icons/logo-bt-green-36.png');
}


/* KEEP LINE BREAK */
.pre-line { white-space: pre-line; }

/* ELLIPSIS ON TEXT OVERFLOW */
.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;  /* limits to X lines */
	-webkit-box-orient: vertical;
	min-height: 60px;
}



/* INPUT NUMBERS (avoid spin arrows) */
/*
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type="number"] {
	-moz-appearance: textfield;
}
*/

/* BTMONEY ACCORDIONS */
ul.ul-summary.list-bt > li {
	padding: 0px 0px;
}
.list-bt .panel-group {
	margin-bottom: 0;
}
.list-bt .panel-group .panel {
	background-color: transparent;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	border-width: 0;
}
.list-bt .panel-group .panel-body {
	background-color: #fff;
}
.list-bt .panel-group .panel-heading + .panel-collapse > .panel-body {
	border-top: 2px solid #ddd;
}
.list-bt .panel-group .panel-heading .panel-title a[aria-expanded="true"]::after,
.list-bt .panel-group .panel-heading .panel-title a[aria-expanded="false"]::after {
	content: "";
}

.crossed-text { text-decoration: line-through; }

/* CHAT */
#messages .message {
	padding:8px;
	width:80%;
	margin:4px auto 4px 0;
	background-color:#bad8a687;
}
#messages .message.message-me {
	margin:4px 0 4px auto;
	text-align:right;
	background-color:#f8f8f8;
}

/* NOTIFICATIONS */
#notifications .notification-to-read {
	font-weight: bold;
}
[data-notifications-counter] {
	padding:1px 5px;
	background-color:#3091f2;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	font-family:sans;
}
div[data-notifications-counter] {
	position:absolute;
	right:-3px;
	top:-5px;
	padding:1px 5px;
	border-radius:50%;
	z-index:777;
}

@media screen and (min-width: 768px) {
    .container {
        width: 96%;
    }
}
