﻿.select2-container {
  position: relative;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  cursor: pointer;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.select2-container .select2-selection--single[aria-expanded="true"] {
  border-color: #9C4DA0;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  overflow: hidden;
  padding-right: 20px;
  padding-left: 8px;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--multiple {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 32px;
  cursor: pointer;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 5px;
  border: none;
  font-size: 100%;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-dropdown {
  position: absolute;
  left: -100000px;
  z-index: 1051;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #9C4DA0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: white;
}
.select2-results {
  display: block;
  color: #666;
  font-size: 12px;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.select2-results__options {
  margin: 0;
  padding: 0;
  list-style: none;
}
.select2-results__option {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  padding: 5px 6px;
  -moz-transition: all 75ms ease;
  -o-transition: all 75ms ease;
  -webkit-transition: all 75ms ease;
  transition: all 75ms ease;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  top: 1px;
  border-bottom: none;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  top: -1px;
  border-top: none;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px;
  width: 100%;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: block;
  margin: 0;
  padding: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  border: 0;
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}
.select2-container--default .select2-selection--single {
  border: 1px solid #e5e5e5;
  background-color: #fff;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 39px;
  color: #666;
  font-size: 12px;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  float: right;
  font-weight: bold;
  cursor: pointer;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2px;
  margin-left: -4px;
  width: 0;
  height: 0;
  border-width: 5px 4px 0 4px;
  border-style: solid;
  border-color: #888 transparent transparent transparent;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  right: auto;
  left: 1px;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 0 4px 5px 4px;
  border-color: transparent transparent #888 transparent;
}
.select2-container--default .select2-selection--multiple {
  border: 1px solid #e5e5e5;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: white;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  float: left;
  margin-top: 5px;
  color: #999;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  float: right;
  margin-top: 5px;
  margin-right: 10px;
  font-weight: bold;
  cursor: pointer;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  float: left;
  margin-top: 5px;
  margin-right: 5px;
  padding: 0 5px;
  border: 1px solid #e5e5e5;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #e4e4e4;
  cursor: default;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  display: inline-block;
  margin-right: 2px;
  color: #999;
  font-weight: bold;
  cursor: pointer;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-right: auto;
  margin-left: 5px;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: auto;
  margin-left: 2px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  outline: 0;
  border: solid black 1px;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #e5e5e5;
}
.select2-container--default .select2-search--inline .select2-search__field {
  outline: 0;
  border: none;
  background: transparent;
}
.select2-container--default .select2-results > .select2-results__options {
  overflow-y: auto;
  max-height: 200px;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #f9f9f9;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #9C4DA0;
  color: white;
  padding-left: 10px;
}
.select2-container--default .select2-results__group {
  display: block;
  padding: 6px;
  cursor: default;
}
.select2-container--classic .select2-selection--single {
  outline: 0;
  border: 1px solid #e5e5e5;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #f6f6f6;
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #9C4DA0;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  float: right;
  margin-right: 10px;
  font-weight: bold;
  cursor: pointer;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  height: 26px;
  border: none;
  border-left: 1px solid #e5e5e5;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #ddd;
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2px;
  margin-left: -4px;
  width: 0;
  height: 0;
  border-width: 5px 4px 0 4px;
  border-style: solid;
  border-color: #888 transparent transparent transparent;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  right: auto;
  left: 1px;
  border: none;
  border-right: 1px solid #e5e5e5;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #9C4DA0;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  border: none;
  background: transparent;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 0 4px 5px 4px;
  border-color: transparent transparent #888 transparent;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  outline: 0;
  border: 1px solid #e5e5e5;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: white;
  cursor: text;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #9C4DA0;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  margin: 0;
  padding: 0 5px;
  list-style: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  float: left;
  margin-top: 5px;
  margin-right: 5px;
  padding: 0 5px;
  border: 1px solid #e5e5e5;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #e4e4e4;
  cursor: default;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  display: inline-block;
  margin-right: 2px;
  color: #888;
  font-weight: bold;
  cursor: pointer;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-right: auto;
  margin-left: 5px;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: auto;
  margin-left: 2px;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #9C4DA0;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  outline: 0;
  border: 1px solid #e5e5e5;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
}
.select2-container--classic .select2-dropdown {
  border: 1px solid transparent;
  background-color: white;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  overflow-y: auto;
  max-height: 200px;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  display: block;
  padding: 6px;
  cursor: default;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #9C4DA0;
}
/*# sourceMappingURL=select2.min.css.map */
.navbar-default .navbar-nav > .active > a:after,
.navbar-default .navbar-nav > .active > a:hover:after,
.navbar-default .navbar-nav > .active > a:focus:after,
.navbar-default .navbar-nav > .open > a:after,
.navbar-default .navbar-nav > .open > a:hover:after,
.navbar-default .navbar-nav > .open > a:focus:after {
  width: 50%!important;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #fff;
}
label {
  font-weight: normal;
}
:focus {
  outline: 0!important;
  text-decoration: none!important;
}
@font-face {
  font-family: 'Arvo';
  font-style: normal;
  font-weight: 400;
  src: local('Arvo'), url(http://fonts.gstatic.com/s/arvo/v13/tDbD2oWUg0MKqScQ6A.ttf) format('truetype');
}
@font-face {
  font-family: 'Arvo';
  font-style: normal;
  font-weight: 700;
  src: local('Arvo Bold'), local('Arvo-Bold'), url(http://fonts.gstatic.com/s/arvo/v13/tDbM2oWUg0MKoZw1-LPK9g.ttf) format('truetype');
}
* {
  margin: 0;
}
html,
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  min-width: 1100px;
  height: 100%;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  font-family: 'Arvo', serif;
}
.container {
  width: 1050px !important;
}
.fLeft {
  float: left;
}
ol,
ul {
  list-style: none;
}
/* #region 1) GENERAL CLASSES */
ul.selectbox-options {
  position: absolute;
  z-index: 10;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  max-height: 159px;
  width: 150px;
  border: 1px solid #EEE;
  background: #fff;
  text-align: left;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  -webkit-box-shadow: 1;
  box-shadow: 1;
}
ul.selectbox-options li,
ul.selectbox-options a {
  display: block;
  overflow: hidden;
  padding: 5px;
  min-height: 13px;
  height: auto;
  color: #3C3C3C;
  text-decoration: none;
  font-size: 12px;
  line-height: 11px;
  cursor: pointer;
  -moz-transition: all 150ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -o-transition: all 150ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  -webkit-transition: all 150ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 150ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
ul.selectbox-options li.selectbox-current,
ul.selectbox-options a.selectbox-current,
ul.selectbox-options li.selectbox-hover,
ul.selectbox-options a.selectbox-hover,
ul.selectbox-options li.selectbox-selected,
ul.selectbox-options a.selectbox-selected {
  background: #F9F9F9;
}
ul.selectbox-options li a:hover,
ul.selectbox-options a a:hover,
ul.selectbox-options li.selectbox-selected a,
ul.selectbox-options a.selectbox-selected a {
  color: #9C4DA0;
  text-decoration: none;
}
ul.tiny-selectbox-dropdown-menu {
  width: 90px;
}
.selectbox {
  display: none;
}
a.selectbox {
  cursor: pointer;
}
a.selectbox:hover,
a.selectbox:focus {
  border-color: #9C4DA0;
  text-decoration: none;
}
a.selectbox .selectbox-arrow {
  position: absolute;
  top: 10px;
  right: 4px;
  width: 10px;
  height: 5px;
}
a.selectbox .selectbox-arrow:before {
  position: relative;
  margin-right: -8px;
  content: "\f0d7";
  font: normal normal normal 14px/1 FontAwesome;
}
a.tiny {
  width: 90px!important;
}
a.selectbox-disabled {
  color: #999;
  opacity: 0.8;
  cursor: text;
}
a.selectbox-disabled:hover,
a.selectbox-disabled:focus {
  border: 1px solid silver;
}
a.selectbox-disabled .selectbox-arrow {
  opacity: 0.5;
}
.input,
a.selectbox,
input[type="text"],
input[type="password"],
.textarea,
textarea {
  -webkit-appearance: none;
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0 10px;
  width: 150px;
  height: 40px;
  outline: none;
  border: 1px solid #EEE;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #fff;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #666;
  font-size: 12px;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  line-height: 40px;
  -webkit-transition: all 150ms;
  -o-transition: all 150ms;
  transition: all 150ms;
}
.input.invalid,
a.selectbox.invalid,
input[type="text"].invalid,
input[type="password"].invalid,
.textarea.invalid,
textarea.invalid {
  border-color: #D42929 !important;
}
.input:hover,
a.selectbox:hover,
input[type="text"]:hover,
input[type="password"]:hover,
.textarea:hover,
textarea:hover {
  border-color: #DDD;
}
.input:focus,
a.selectbox:focus,
input[type="text"]:focus,
input[type="password"]:focus,
.textarea:focus,
textarea:focus {
  border-color: #9C4DA0;
}
.textarea {
  padding: 10px;
  height: 70px;
  line-height: 20px;
}
span.invalid {
  border-color: #D42929 !important;
}
span.checkbox {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #9C4DA0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: none #FFF;
  vertical-align: middle;
  cursor: pointer;
}
span.checkbox:hover,
span.checkbox:focus {
  border-color: #7a3c7e;
}
span.checked {
  background: none #fff;
}
span.checked:before {
  color: #9C4DA0;
  content: "\f00c";
  font: normal normal normal 13px/1 FontAwesome;
}
.btn {
  display: inline-block;
  border: 1px solid #9C4DA0;
  background: #9C4DA0;
  color: #FFF;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 25px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}
.btn.loading {
  height: 39px;
  text-indent: -1px;
  font-size: 18px;
}
.btn.loading i {
  display: block;
  text-indent: 0;
  line-height: 26px;
}
.btn:hover,
.btn:focus {
  background-color: #7a3c7e;
  color: white;
}
/* #region 1.1) Panels */
.panel-default {
  border-color: #9C4DA0;
}
.panel-default > .panel-heading {
  padding: 0 15px;
  height: 40px;
  border-color: #7a3c7e;
  background-color: #9C4DA0;
}
.panel-default > .panel-heading a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  line-height: 40px;
}
/* #endregion*/
/* #endregion*/
/*#region 2) NAVBAR*/
.headbar {
  margin-bottom: 0;
  height: 125px;
  border: 0;
  background: #9C4DA0;
}
.headbar .container {
  position: relative;
}
.headbar .logo {
  position: relative;
  float: left;
  width: 175px;
  height: 125px;
}
.headbar .logo img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.headbar .menu {
  position: absolute;
  right: 0;
  bottom: 0;
}
.headbar .menu .navbar-nav > li > a {
  padding: 23px 45px 23px 0;
  border-bottom: 3px solid transparent;
  color: #fff;
  font-size: 12px;
}
.headbar .menu .navbar-nav > li > a:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  display: block;
  width: 0;
  height: 3px;
  background-color: #FFF;
  content: "";
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.headbar .menu .navbar-nav > li > a:hover:after {
  width: 50%;
}
.headbar .menu .dropdown-toggle:hover + .dropdown-menu {
  visibility: visible !important;
  opacity: 1 !important;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.headbar .menu .dropdown-menu {
  display: block;
  visibility: hidden;
  border: 0;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  background-color: #FFF;
  opacity: 0;
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}
.headbar .menu .dropdown-menu:hover {
  visibility: visible !important;
  opacity: 1 !important;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.headbar .menu .dropdown-menu > li > a {
  display: inline-block;
  padding: 5px 20px;
  width: 100%;
  height: 100%;
  color: #9C4DA0;
  text-transform: uppercase;
  font-size: 12px;
  opacity: 0.5;
  -webkit-transition: all 150ms;
  -o-transition: all 150ms;
  transition: all 150ms;
}
.headbar .menu .dropdown-menu > li > a.selected {
  opacity: 1;
}
.headbar .menu .dropdown-menu > li > a:hover {
  background-color: transparent;
  opacity: 1;
}
.headbar .menu .open > .dropdown-menu {
  visibility: visible !important;
  opacity: 1 !important;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* #endregion*/
/* #region 3) BANNER */
.mainbanner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 785px;
}
.mainbanner .bannerContainer {
  position: absolute;
  top: 0;
  width: 100%;
  height: 785px;
}
.mainbanner .bannerContainer .banner {
  visibility: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-position: 50% 0%;
  background-size: cover!important;
  background-repeat: no-repeat;
  opacity: 1;
}
.dheader {
  position: absolute;
  top: 65px;
  width: 100%;
  height: 195px;
  border-top: 4px solid #B4C600;
  background: rgba(0, 0, 0, 0.5);
  color: white;
}
.dheader .propertyHeaderInfo .title {
  margin: 15px auto 10px auto;
  max-width: 800px;
  border: 0;
  text-align: center;
  font-weight: normal;
  font-size: 40px;
}
.dheader .propertyHeaderInfo .location {
  margin: 0px auto;
  max-width: 800px;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
}
.dheader .propertyHeaderInfo .price {
  margin: 5px auto 10px auto;
  padding-bottom: 5px;
  max-width: 590px;
  border-bottom: 1px solid white;
  text-align: center;
  font-weight: normal;
  font-size: 40px;
}
.dheader .propertyHeaderInfo .contacts {
  margin: 0px auto;
  padding: 0;
  max-width: 800px;
  border: 0;
  background: rgba(0, 0, 0, 0);
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
}
.dheader .propertyHeaderInfo i {
  margin-left: 10px;
}
.dheader a.btnBack {
  position: absolute;
  top: 0px;
  right: 0px;
  float: right;
  height: 20px;
  color: white;
  text-transform: lowercase;
  line-height: 18px;
}
.mainbannercontent {
  position: absolute;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 785px;
}
.mainbannercontent .socialsharing {
  margin: 0 auto;
  padding-top: 10px;
  width: 1050px;
  height: 65px;
}
.mainbannercontent .socialsharing ul {
  float: right;
  padding: 0 35px 0 0;
  list-style: none;
}
.mainbannercontent .socialsharing ul li {
  display: inline-block;
  padding: 0 10px;
  cursor: pointer;
}
.mainbannercontent .socialsharing ul li a {
  color: #fff;
  font-size: 25px;
  -webkit-transition: all 150ms;
  -o-transition: all 150ms;
  transition: all 150ms;
}
.mainbannercontent .socialsharing ul li.google:hover a {
  color: #dd4b39;
}
.mainbannercontent .socialsharing ul li.facebook:hover a {
  color: #3b5998;
}
.mainbannercontent .socialsharing ul li.twitter:hover a {
  color: #00aced;
}
.mainbannercontent .socialsharing ul li.linkedin:hover a {
  color: #007bb6;
}
.mainbannercontent .slogan {
  position: relative;
  margin-top: 65px;
  height: 200px;
  border-top: 4px solid #B4C600;
  background: rgba(0, 0, 0, 0.5);
}
.mainbannercontent .slogan h1 {
  position: absolute;
  right: 0;
  bottom: 45px;
  left: 0;
  margin: 0 auto;
  width: 1050px;
  color: #fff;
  text-align: center;
  font-size: 2.4em;
}
.mainbannercontent .slogan h1 span {
  color: #CDADD1;
}
/* #endregion*/
/* #region 4) FOOTER */
.wrapper {
  overflow: hidden;
  margin: 0 auto -4em;
  min-height: 100%;
  height: 100%;
  height: auto !important;
  background-color: #EBEBEB;
}
.dWrapper {
  position: relative;
}
.footer,
.push {
  position: relative;
  margin-top: 56px;
  height: 545px;
}
.footer .topfooter,
.push .topfooter {
  height: 465px;
}
.footer .topfooter .bannerContainerWrapper,
.push .topfooter .bannerContainerWrapper,
.footer .topfooter .bannerContainer,
.push .topfooter .bannerContainer,
.footer .topfooter #slider,
.push .topfooter #slider,
.footer .topfooter .banner,
.push .topfooter .banner {
  height: 465px;
}
.footer .topfooter .banner,
.push .topfooter .banner {
  visibility: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-position: 50% 0;
  background-size: cover !important;
  background-repeat: no-repeat;
  opacity: 1;
}
.footer .topfooter .fmenu,
.push .topfooter .fmenu {
  position: absolute;
  top: 0;
  margin-top: 160px;
  width: 100%;
  height: 305px;
  border-top: 4px solid #B4C600;
  background: rgba(0, 0, 0, 0.5);
}
.footer .topfooter .fmenu .bottommenuwrapper,
.push .topfooter .fmenu .bottommenuwrapper {
  margin: 0 auto;
  margin-top: 30px;
  width: 975px;
}
.footer .topfooter .fmenu .bottommenuwrapper .bottomMenu,
.push .topfooter .fmenu .bottommenuwrapper .bottomMenu {
  list-style: none;
}
.footer .topfooter .fmenu .bottommenuwrapper .bottomMenu li,
.push .topfooter .fmenu .bottommenuwrapper .bottomMenu li {
  margin-top: 15px;
}
.footer .topfooter .fmenu .bottommenuwrapper .bottomMenu li a,
.push .topfooter .fmenu .bottommenuwrapper .bottomMenu li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: all 150ms;
  -o-transition: all 150ms;
  transition: all 150ms;
}
.footer .topfooter .fmenu .bottommenuwrapper .bottomMenu li:first-child,
.push .topfooter .fmenu .bottommenuwrapper .bottomMenu li:first-child {
  margin-top: 0;
}
.footer .bottomfooter,
.push .bottomfooter {
  height: 80px;
  background: #743977;
}
.footer .bottomfooter .FooterInfo,
.push .bottomfooter .FooterInfo {
  margin: 0 auto;
  padding-top: 5px;
  width: 1050px;
  font-size: 11px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.footer .bottomfooter .FooterInfo > div,
.push .bottomfooter .FooterInfo > div {
  display: inline-block;
  color: #fff;
}
.footer .bottomfooter .FooterInfo > div a,
.push .bottomfooter .FooterInfo > div a {
  color: #fff;
  font-weight: bold;
}
.footer .bottomfooter .FooterInfo .dPowered,
.push .bottomfooter .FooterInfo .dPowered {
  float: right;
}
/* #endregion */
/* #region 5) COOKIES */
.dCookiesAlert {
  position: fixed;
  bottom: -42px;
  z-index: 1;
  display: none;
  padding: 5px 0px;
  width: 100%;
  background: rgba(156, 77, 160, 0.8);
  -moz-box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 2px 2px #9E9E9E;
  -webkit-box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px 2px 2px #9E9E9E;
  box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0px 2px 2px #9E9E9E;
}
.dCookiesAlert .info {
  position: relative;
  z-index: 1000;
  display: block;
  margin: 0px auto;
  width: 1000px;
  text-align: left;
}
.dCookiesAlert .info p,
.dCookiesAlert .info p a {
  display: inline-block;
  margin: 0;
  color: #FFF;
  vertical-align: top;
  font-size: 13px;
  line-height: 16px;
}
.dCookiesAlert .info p a {
  color: #CCC;
  text-decoration: underline;
}
.dCookiesAlert .info p a:hover {
  text-decoration: underline;
}
.dCookiesAlert .info .btn {
  float: right;
  margin: 0 0 0 10px;
  padding: 0 2rem;
  border: 1px solid white;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #FFF;
  line-height: 32px;
  cursor: pointer;
  -webkit-transition: all 150ms;
  -o-transition: all 150ms;
  transition: all 150ms;
}
.dCookiesAlert .info .btn:hover {
  background: #9C4DA0;
}
/* #endregion */
/* #region 6) PLUGINS */
/* #region 6.1) Mapa*/
.propertySearch .dLocationPicker #mapHolder .vector-map {
  width: 100%;
  height: 245px;
}
.propertySearch .dLocationPicker #mapHolder .vector-map .map-portugal {
  float: right;
  width: 120px;
  height: 245px;
}
.propertySearch .dLocationPicker #mapHolder .vector-map .map-islands {
  float: left;
  height: 100%;
}
.propertySearch .dLocationPicker #mapHolder .vector-map .map-islands .map-acores {
  margin: 0 auto;
  width: 110px;
  height: 140px;
}
.propertySearch .dLocationPicker #mapHolder .vector-map .map-islands .map-madeira {
  margin: 0 auto;
  width: 110px;
  height: 110px;
}
.propertySearch .dLocationPicker #mapHolder .map-concelhos {
  display: none;
  width: 100%;
  height: 245px;
}
.agencyList .dLocationPicker #mapHolder .vector-map {
  width: 100%;
  height: 400px;
}
.agencyList .dLocationPicker #mapHolder .vector-map .map-portugal {
  float: right;
  width: 200px;
  height: 400px;
}
.agencyList .dLocationPicker #mapHolder .vector-map .map-islands {
  float: left;
  height: 100%;
}
.agencyList .dLocationPicker #mapHolder .vector-map .map-islands .map-acores {
  margin: 0 auto;
  width: 170px;
  height: 140px;
}
.agencyList .dLocationPicker #mapHolder .vector-map .map-islands .map-madeira {
  margin: 0 auto;
  width: 130px;
  height: 110px;
}
.agencyList .dLocationPicker #mapHolder .map-concelhos {
  display: none;
  width: 500px;
  height: 400px;
}
.dLocationPicker #mapHolder {
  position: relative;
  width: 230px;
}
.dLocationPicker #mapHolder .mapHelp {
  display: none;
}
.dLocationPicker #mapHolder .mapHelp:before {
  position: relative;
  top: 1px;
  content: "\f0d9";
  font: 12px FontAwesome;
}
.dLocationPicker .jsMap {
  position: relative;
  display: table;
  width: 225px;
  height: 255px;
}
.dLocationPicker .jsMap .child {
  padding: 35px 0;
}
.dLocationPicker .jsMap .portugal {
  margin: 5px 0 0 80px;
}
.dLocationPicker .jsMap .madeira {
  position: absolute;
  bottom: 40px;
  left: -5px;
}
.dLocationPicker .jsMap .acores {
  position: absolute;
  top: 15px;
  left: -15px;
  width: 112px;
  height: 100px;
}
.dLocationPicker .jsMap .dJSMap {
  margin: 0 auto;
}
.dLocationPicker .jsMap .back {
  position: absolute;
  bottom: 15px;
  left: 0px;
  z-index: 10;
}
.dLocationPicker ._locationPicker {
  position: absolute;
  top: 120px;
  left: 244px;
  width: 346px;
  height: 34px;
}
.dLocationPicker ._locationPicker .locationPicker {
  margin: 0 0 0 1px;
}
.dLocationPicker ._locationPicker .locationPicker > .span {
  position: absolute;
  display: inline-block;
  width: 346px;
  height: 34px;
  border: 1px solid #eee;
  background-color: #fff;
}
.dLocationPicker .locationPicker {
  z-index: 1;
  overflow: visible;
  padding: 0!important;
  width: 346px !important;
  height: auto!important;
  border: 0;
  background-color: rgba(0, 0, 0, 0);
}
.dLocationPicker .locationPicker input {
  border: 0;
  background: none transparent;
  color: #555;
  font-size: 12px;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dLocationPicker .locationPicker input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #555;
}
.dLocationPicker .locationPicker input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #555;
  opacity: 1;
}
.dLocationPicker .locationPicker input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #555;
  opacity: 1;
}
.dLocationPicker .locationPicker input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #555;
}
.dLocationPicker .locationPicker #dSuggestions {
  position: relative;
  z-index: 100;
  display: none;
  overflow: auto;
  margin: -1px 0 0;
  width: 99.8%;
  height: 90px;
  border: 1px solid #EEE;
  border-top: 0;
  -moz-border-radius: 0px 0px 2px 2px;
  -webkit-border-radius: 0px 0px 2px 2px;
  border-radius: 0px 0px 2px 2px;
  background: #FFF;
}
.dLocationPicker .locationPicker #dSuggestions a {
  display: block;
  padding: 0px 8px;
  border-bottom: 1px solid #EDEDED;
  color: #999;
  text-decoration: none;
  font-size: 11px;
  line-height: 29px;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
}
.dLocationPicker .locationPicker #dSuggestions a .highlight {
  color: #9C4DA0;
}
.dLocationPicker .locationPicker #dSuggestions a:first-child {
  border-top: 1px solid #EDEDED;
}
.dLocationPicker .locationPicker #dSuggestions a:last-child {
  border-bottom: 0;
}
.dLocationPicker .locationPicker #dSuggestions a:hover,
.dLocationPicker .locationPicker #dSuggestions a:focus {
  background: #EDEDED;
}
.dLocationPicker .locationPicker span.loader {
  position: absolute;
  top: 0;
  right: 8px;
  display: none;
}
.dLocationPicker .locationPicker span.loader:before {
  text-rendering: auto;
  content: "\f021";
  font-size: 15px;
  font-family: FontAwesome;
  transform: translate(0, 0);
  -moz-animation: fa-spin 1.5s infinite linear;
  -o-animation: fa-spin 1.5s infinite linear;
  -webkit-animation: fa-spin 1.5s infinite linear;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  animation: fa-spin 1.5s infinite linear;
}
.dLocationPicker .locationPicker span.notfound {
  position: absolute;
  top: 6px;
  right: 8px;
  display: none;
  width: 17px;
  height: 17px;
}
.dLocationPicker .locationPicker span.notfound:before {
  position: absolute;
  top: 4px;
  color: #646463;
  content: "\f071";
  font: 18px FontAwesome;
}
.dLocationPicker .locationPicker span.error {
  position: absolute;
  top: 6px;
  right: 8px;
  display: none;
  width: 17px;
  height: 17px;
}
.dLocationPicker .locationPicker span.error:before {
  position: absolute;
  top: 4px;
  color: #C50000;
  content: "\f071";
  font: 18px FontAwesome;
}
.dLocationPicker .locationPicker #dPickedID {
  position: absolute;
  top: 0px;
  right: -250px;
}
.dLocationPicker .locationPicker #dPickedID input {
  width: 150px;
}
.dLocationPicker .locationPicker #dPickedLocations {
  position: absolute;
  top: 1px;
  left: 10px;
}
.dLocationPicker .locationPicker #dPickedLocations a {
  float: right;
  margin: 8px 8px 0 0;
  padding: 0 15px 0 0;
  height: 18px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #9C4DA0;
  color: #FFF;
  text-indent: 4px;
  font-size: 11px;
  line-height: 17px;
}
.dLocationPicker .locationPicker #dPickedLocations a:after {
  position: relative;
  left: 8px;
  content: "x";
  font-size: 10.5px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.dLocationPicker .locationPicker #dPickedLocations a:hover {
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.05);
  text-decoration: none;
}
.maptooltip {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  display: block;
  width: auto;
  height: 39px;
  text-align: left;
  opacity: 1;
}
.maptooltip .tooltipWrapper {
  position: relative;
  top: 10px;
  padding: 0 10px;
  width: auto;
  height: 30px;
  border: 2px solid #8b458f;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(156, 77, 160, 0.8);
  color: #FFF;
  text-align: center;
  font-family: 'Arvo', serif;
  line-height: 28px;
}
.maptooltip .tooltipWrapper:after {
  position: absolute;
  top: 18px;
  left: 20px;
  color: #8b458f;
  content: "\f0d7";
  font: 24px FontAwesome;
}
/* #endregion*/
/* #region 6.2) SEARCH-BAR */
#dSearches {
  margin: 0 auto;
  margin-top: 50px;
  width: 780px;
  height: 45px;
}
#dSmartSearch {
  display: inline-block;
}
#dSmartSearch .smartSearch p {
  display: inline-block;
  margin: 0;
}
#dSmartSearch .smartSearch p.purposes {
  position: relative;
  top: -1px;
  padding: 0 15px;
  width: 140px;
  background: none #9C4DA0;
  color: #FFF;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 45px;
  -webkit-transition: all 0.5s ease 0;
  -o-transition: all 0.5s ease 0;
  transition: all 0.5s ease 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#dSmartSearch .smartSearch p.searchInput {
  position: relative;
  margin: 0 0 0 -43px;
}
#dSmartSearch .smartSearch p.searchInput .input {
  padding: 0 4px;
  width: 413px;
  height: 45px;
  border: 1px solid #FFF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: none #FFF;
  color: #333;
  font-size: 13px;
}
#dSmartSearch .smartSearch p.searchInput:before {
  position: absolute;
  top: 14px;
  left: -5px;
  color: #FFF;
  content: "\f0d9";
  font: 18px FontAwesome;
}
#dSmartSearch .smartSearch p.submit {
  margin-left: 2px;
  height: 45px;
  border: 1px solid #9C4DA0;
  background: none #9C4DA0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#dSmartSearch .smartSearch p.submit a {
  display: inline-block;
  padding: 0 15px;
  width: 100%;
  height: 100%;
  color: #FFF;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 45px;
  -webkit-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}
#dSmartSearch .smartSearch p.submit a:hover {
  background: #8b458f;
  text-decoration: none;
}
#dAdvancedSearch {
  position: relative;
  display: inline-block;
}
#dAdvancedSearch > a {
  display: block;
  margin-left: 13px;
  width: 152px;
  height: 45px;
  background: rgba(0, 0, 0, 0.6);
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 45px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#dAdvancedSearch > a.selected {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#dAdvancedSearch > a:hover,
#dAdvancedSearch > a:focus {
  text-decoration: none;
}
#dAdvancedSearch #dAdvancedSearchDetail {
  position: absolute;
  top: 45px;
  right: 0;
  z-index: 13;
  overflow: hidden;
  width: 779px;
  height: 255px;
  background: url("less/images/background/advanced_search_back.png") no-repeat -60px -30px rgba(0, 0, 0, 0);
}
#dAdvancedSearch #dAdvancedSearchDetail.hidevisibility {
  visibility: hidden;
}
#dAdvancedSearch #dAdvancedSearchDetail .propertySearch {
  position: relative;
  margin-top: 10px;
  height: 245px;
}
#dAdvancedSearch #dAdvancedSearchDetail .propertySearch > fieldset {
  height: 100%;
}
#dAdvancedSearch #dAdvancedSearchDetail .propertySearch .input,
#dAdvancedSearch #dAdvancedSearchDetail .propertySearch a.selectbox,
#dAdvancedSearch #dAdvancedSearchDetail .propertySearch input[type="text"],
#dAdvancedSearch #dAdvancedSearchDetail .propertySearch input[type="password"],
#dAdvancedSearch #dAdvancedSearchDetail .propertySearch .textarea {
  padding: 0 4px;
  width: 183px;
  height: 34px;
  line-height: 34px;
}
#dAdvancedSearch #dAdvancedSearchDetail .propertySearch cite.mandatory {
  color: #B4C600;
}
#dAdvancedSearch #dAdvancedSearchDetail .propertySearch h3 {
  display: none;
}
#dAdvancedSearch #dAdvancedSearchDetail .propertySearch fieldset.propertylocation .location .dLocationPicker #mapHolder .mapHelp {
  position: absolute;
  top: 20px;
  left: 230px;
  display: block;
  width: 200px;
  color: #FFF;
  font-size: 11px;
  font-family: Tahoma;
}
#dAdvancedSearch #dAdvancedSearchDetail .propertySearch fieldset.propertylocation .location .dLocationPicker #mapHolder .mapHelp:before {
  position: relative;
  top: 1px;
  content: "\f0d9";
  font: 12px FontAwesome;
}
#dAdvancedSearch #dAdvancedSearchDetail .propertySearch fieldset.generalInfo {
  padding: 40px 0 0 0;
  width: 69%;
}
#dAdvancedSearch #dAdvancedSearchDetail .propertySearch fieldset.generalInfo p {
  position: relative;
  display: inline-block;
  margin: 0;
}
#dAdvancedSearch #dAdvancedSearchDetail .propertySearch fieldset.generalInfo .checkPurposes span.checkbox {
  width: 18px;
  height: 18px;
  border: 2px solid #9C4DA0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#dAdvancedSearch #dAdvancedSearchDetail .propertySearch fieldset.generalInfo .checkPurposes span.checkbox:hover {
  border-color: #7a3c7e;
}
#dAdvancedSearch #dAdvancedSearchDetail .propertySearch fieldset.generalInfo .checkPurposes span.checkbox.checked {
  background: none #fff;
}
#dAdvancedSearch #dAdvancedSearchDetail .propertySearch fieldset.generalInfo .checkPurposes span.checkbox.checked:before {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #9C4DA0;
  content: '';
}
#dAdvancedSearch #dAdvancedSearchDetail .propertySearch fieldset.generalInfo .checkPurposes ul {
  margin: 0;
  padding: 0;
  height: 30px;
}
#dAdvancedSearch #dAdvancedSearchDetail .propertySearch fieldset.generalInfo div {
  position: relative;
  display: block;
  margin: 0 0 5px;
}
#dAdvancedSearch #dAdvancedSearchDetail .propertySearch fieldset.generalInfo div .purpose {
  display: none;
}
#dAdvancedSearch #dAdvancedSearchDetail .propertySearch fieldset.generalInfo div ul > li {
  display: inline-block;
  margin: 0 10px 0 0;
}
#dAdvancedSearch #dAdvancedSearchDetail .propertySearch fieldset.generalInfo div ul > li label {
  display: inline-block;
  margin-bottom: 3px;
  color: #FFF;
  vertical-align: middle;
  text-indent: 5px;
  font-size: 13px;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#dAdvancedSearch #dAdvancedSearchDetail .propertySearch fieldset.generalInfo .tiny {
  display: inline-block;
  width: 90px;
}
#dAdvancedSearch #dAdvancedSearchDetail .propertySearch fieldset.generalInfo .beds .tiny {
  width: 100px;
}
#dAdvancedSearch #dAdvancedSearchDetail .propertySearch fieldset.generalInfo .type select {
  width: 140px;
}
#dAdvancedSearch #dAdvancedSearchDetail .propertySearch fieldset.generalInfo .purpose select {
  width: 233px;
}
#dAdvancedSearch #dAdvancedSearchDetail .propertySearch fieldset.generalInfo .form-group {
  margin-bottom: 5px;
}
#dAdvancedSearch #dAdvancedSearchDetail .propertySearch fieldset.generalInfo .select2-container .select2-selection--single {
  height: 35px;
}
#dAdvancedSearch #dAdvancedSearchDetail .propertySearch fieldset.generalInfo .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 34px;
}
#dAdvancedSearch #dAdvancedSearchDetail .propertySearch fieldset.generalInfo .select2-container .select2-selection--single .select2-selection__arrow {
  height: 33px;
}
#dAdvancedSearch #dAdvancedSearchDetail .propertySearch fieldset.generalInfo p label {
  display: none;
}
#dAdvancedSearch #dAdvancedSearchDetail .propertySearch fieldset.other {
  padding-right: 5px;
  width: 69%;
  text-align: right;
}
#dAdvancedSearch #dAdvancedSearchDetail .propertySearch fieldset.other p label {
  display: none;
}
#dAdvancedSearch #dAdvancedSearchDetail .propertySearch fieldset.other p .input {
  width: 183px;
}
#dAdvancedSearch #dAdvancedSearchDetail .propertySearch fieldset.mandatory {
  display: none;
}
#dAdvancedSearch #dAdvancedSearchDetail .propertySearch fieldset.actions {
  padding-right: 5px;
  width: 69%;
  text-align: right;
}
#dAdvancedSearch #dAdvancedSearchDetail .propertySearch fieldset.actions a {
  width: 183px;
}
#dAdvancedSearch #dAdvancedSearchDetail .propertySearch fieldset.actions a.clear {
  width: 75px;
}
#dAdvancedSearch #dAdvancedSearchDetail .propertySearch fieldset.actions div {
  display: inline-block;
}
/* #endregion*/
/* #region 6.3) Articles */
.servicesarticles {
  position: relative;
  top: 90px;
  margin: 0 auto;
  width: 800px;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}
.servicesarticles.open {
  top: 260px;
}
.servicesarticles .articlewrapper {
  padding: 10px;
}
.servicesarticles .articlewrapper .article {
  padding: 15px 0 15px 15px;
  height: 250px;
  background: rgba(0, 0, 0, 0.6);
}
.servicesarticles .articlewrapper .article .title {
  margin: 5px 0 10px 0;
  height: 60px;
}
.servicesarticles .articlewrapper .article .title h2 {
  margin: 0;
  color: #fff;
  font-size: 28px;
}
.servicesarticles .articlewrapper .article .content {
  padding-right: 5px;
}
.servicesarticles .articlewrapper .article .content p {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
}
.servicesarticles .articlewrapper .article .actions {
  position: absolute;
  bottom: 20px;
}
.servicesarticles .articlewrapper .article .actions .divider {
  display: block;
  margin-bottom: 10px;
  width: 60px;
  height: 1px;
  background: #FFF;
}
.servicesarticles .articlewrapper .article .actions a {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
}
/* #endregion */
/* #region 6.4) Notify */
#notify {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0!important;
}
#notify .container {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100000;
  margin: 10px auto;
  padding: 0;
  min-height: 46px;
  width: 760px;
  border: 1px solid #666;
  background: #FFF;
  -moz-box-shadow: 0 0 12px #ccc;
  -webkit-box-shadow: 0 0 12px #ccc;
  box-shadow: 0 0 12px #ccc;
  opacity: 0;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
#notify .container.warning {
  border-color: #fad407 !important;
  border-top: 5px solid #fad407 !important;
}
#notify .container.success {
  border-color: #4bc236 !important;
  border-top: 5px solid #4bc236 !important;
}
#notify .container.error {
  border-color: #f20000 !important;
  border-top: 5px solid #f20000 !important;
}
#notify .container:hover {
  opacity: 1!important;
}
#notify .container .content {
  margin: 5px;
  min-height: 16px;
  width: 1000px;
}
#notify .container .content p {
  margin: 15px 5px;
  font-size: 13px;
}
#notify .container .actions {
  position: absolute;
  top: 33%;
  right: 10px;
  width: 100px;
  height: 16px;
}
#notify .container .actions a.close {
  display: block;
  float: right;
  margin-top: -3px;
  width: 15px;
  height: 15px;
  opacity: 0.5;
  cursor: pointer;
}
#notify .container .actions a.close:before {
  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  content: "\f00d";
  font-size: 18px;
  font-family: FontAwesome;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#notify .container .actions a.close:hover {
  opacity: 1;
}
/* #endregion */
/* #region 6.4) Pager */
.pager {
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 50px;
  width: 600px;
  border-top: 1px solid #888;
}
.pager a {
  margin: 3px;
  padding: 3px 5px;
  color: #888;
  text-transform: uppercase;
  font-size: 12px;
}
.pager a.btn {
  color: #fff;
}
.pager a.btn:hover {
  background: #7a3c7e;
}
.pager a.active,
.pager a:hover {
  background-color: #DADADA;
  text-decoration: none;
}
/* #endregion*/
/* #region 6.5) JVECTOR */
svg {
  -ms-touch-action: none;
  touch-action: none;
}
.jvectormap-container {
  -ms-touch-action: none;
  touch-action: none;
  position: relative;
  overflow: hidden;
  width: inherit;
  height: inherit;
}
.jvectormap-tip {
  display: none;
  position: absolute;
  z-index: 9999;
  padding: 0 10px;
  width: auto;
  height: 30px;
  border: 1px solid #8b458f;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: rgba(156, 77, 160, 0.8);
  color: #fff;
  text-align: center;
  font-size: smaller;
  font-family: 'Arvo', serif;
  line-height: 28px;
}
.jvectormap-zoomin,
.jvectormap-zoomout,
.jvectormap-goback {
  position: absolute;
  left: 10px;
  box-sizing: content-box;
  padding: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  border-radius: 3px;
  background: #292929;
  color: white;
  text-align: center;
  line-height: 10px;
  cursor: pointer;
}
.jvectormap-zoomin,
.jvectormap-zoomout {
  width: 10px;
  height: 10px;
}
.jvectormap-zoomin {
  top: 10px;
}
.jvectormap-zoomout {
  top: 30px;
}
.jvectormap-goback {
  bottom: 10px;
  z-index: 1000;
  padding: 6px;
}
.jvectormap-spinner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: center no-repeat url(data:image/gif;base64,R0lGODlhIAAgAPMAAP///wAAAMbGxoSEhLa2tpqamjY2NlZWVtjY2OTk5Ly8vB4eHgQEBAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==);
}
.jvectormap-legend-title {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
.jvectormap-legend-cnt {
  position: absolute;
}
.jvectormap-legend-cnt-h {
  right: 0;
  bottom: 0;
}
.jvectormap-legend-cnt-v {
  top: 0;
  right: 0;
}
.jvectormap-legend {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: black;
  color: white;
}
.jvectormap-legend-cnt-h .jvectormap-legend {
  float: left;
  margin: 0 10px 10px 0;
  padding: 3px 3px 1px 3px;
}
.jvectormap-legend-cnt-h .jvectormap-legend .jvectormap-legend-tick {
  float: left;
}
.jvectormap-legend-cnt-v .jvectormap-legend {
  margin: 10px 10px 0 0;
  padding: 3px;
}
.jvectormap-legend-cnt-h .jvectormap-legend-tick {
  width: 40px;
}
.jvectormap-legend-cnt-h .jvectormap-legend-tick-sample {
  height: 15px;
}
.jvectormap-legend-cnt-v .jvectormap-legend-tick-sample {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.jvectormap-legend-tick-text {
  font-size: 12px;
}
.jvectormap-legend-cnt-h .jvectormap-legend-tick-text {
  text-align: center;
}
.jvectormap-legend-cnt-v .jvectormap-legend-tick-text {
  display: inline-block;
  padding-left: 3px;
  vertical-align: middle;
  line-height: 20px;
}
/* #endregion*/
/* #endregion*/
/* #region 7) PAGES */
/* #region 7.1) DEFAULT */
.Highlightsroll {
  border-top: 4px solid #9C4DA0;
  background: #EBEBEB;
}
.Highlightsroll .header {
  margin: 0 auto;
  width: auto;
  text-align: center;
}
.Highlightsroll .header h2 {
  display: inline-block;
  margin: 70px 0 100px 0;
  color: #9C4DA0;
  font-size: 40px;
}
/* #endregion */
/* #region 7.2) PROPERTY LIST */
.content.list {
  margin-bottom: -9999px;
  padding-bottom: 9999px;
  border-top: 3px solid #9C4DA0;
  background: #EBEBEB;
}
.content .propertyList {
  margin: 0 auto;
  width: 1050px;
}
.content .propertyList .titlewrapper .searchTitle .title {
  margin: 0 auto;
  padding: 65px 0 14px 0;
  width: 600px;
  border-bottom: 1px solid #888;
  color: #9C4DA0;
  text-align: center;
  font-size: 40px;
}
.content .propertyList .titlewrapper .searchTitle .subtitle {
  margin: 0;
}
.content .propertyList .titlewrapper .searchConfiguration {
  margin: 20px auto 0 auto;
  width: 600px;
}
.content .propertyList .titlewrapper .searchConfiguration:after {
  display: table;
  clear: both;
  content: "";
}
.content .propertyList .titlewrapper .searchConfiguration .left {
  float: left;
  width: 50%;
  text-align: center;
}
.content .propertyList .titlewrapper .searchConfiguration .left .recordsFound {
  margin: 0;
  color: #868686;
  text-transform: uppercase;
  font-size: 12px;
}
.content .propertyList .titlewrapper .searchConfiguration .right {
  float: left;
  width: 50%;
}
.content .propertyList .titlewrapper .searchConfiguration .right .listOrder {
  margin: 0;
}
.content .propertyList .titlewrapper .searchConfiguration .right .listOrder label {
  overflow: hidden;
  margin: 0;
  height: 35px;
  color: #868686;
  text-transform: uppercase;
  font-size: 12px;
}
.content .propertyList .titlewrapper .searchConfiguration .right .listOrder .selectbox {
  top: -12px;
  height: 30px;
  line-height: 28px;
}
.content .propertyList .titlewrapper .searchConfiguration .right .listOrder .selectbox .selectbox-arrow {
  top: 8px;
}
.content .noResults {
  padding: 100px 0;
  text-align: center;
}
.propertylisting .stage {
  margin: 0 auto;
  width: 1000px;
}
.propertylisting .stage:after {
  display: table;
  clear: both;
  content: "";
}
.propertylisting .stage .item {
  margin-bottom: 50px;
}
.propertylisting .stage .item .thumbnail .thumbnailWrapper {
  width: 300px;
  height: 225px;
  background: #fff;
}
.propertylisting .stage .item .thumbnail .thumbnailWrapper a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 225px;
  background-color: #F2F2F2;
  vertical-align: top;
  line-height: 300px;
}
.propertylisting .stage .item .thumbnail .thumbnailWrapper a img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.propertylisting .stage .item .details {
  position: relative;
  padding: 25px 0 0 20px;
  width: 300px;
  height: 180px;
  background: #fff;
}
.propertylisting .stage .item .details .reference,
.propertylisting .stage .item .details .condition,
.propertylisting .stage .item .details .energyRating,
.propertylisting .stage .item .details .nettArea,
.propertylisting .stage .item .details .floorArea,
.propertylisting .stage .item .details .constructionYear,
.propertylisting .stage .item .details .type,
.propertylisting .stage .item .details .typology,
.propertylisting .stage .item .details .purpose,
.propertylisting .stage .item .details .country,
.propertylisting .stage .item .details .district,
.propertylisting .stage .item .details .county,
.propertylisting .stage .item .details .parish,
.propertylisting .stage .item .details .zone,
.propertylisting .stage .item .details .numberOfPhotos,
.propertylisting .stage .item .details .numberOfVirtualTours,
.propertylisting .stage .item .details .numberOfVideos,
.propertylisting .stage .item .details .beds,
.propertylisting .stage .item .details .info,
.propertylisting .stage .item .details .baths,
.propertylisting .stage .item .details .garages,
.propertylisting .stage .item .details .resume {
  display: none;
}
.propertylisting .stage .item .details .title {
  margin: 0;
}
.propertylisting .stage .item .details .title a {
  color: #9C4DA0;
  text-transform: uppercase;
  font-size: 20px;
}
.propertylisting .stage .item .details .title a:hover,
.propertylisting .stage .item .details .title a:focus {
  text-decoration: none;
}
.propertylisting .stage .item .details p.location {
  margin: 0;
}
.propertylisting .stage .item .details .price {
  margin: 0;
  color: #8C8C8C;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.propertylisting .stage .item .details .store {
  position: absolute;
  bottom: 0;
  margin: 20px 0 0 0;
  color: #8C8C8C;
  text-transform: uppercase;
}
.propertylisting .stage .item .actions {
  padding: 10px 0 0 20px;
  width: 300px;
  height: 80px;
  background: #fff;
}
.propertylisting .stage .item .actions .divider {
  display: block;
  margin-bottom: 10px;
  width: 60px;
  height: 1px;
  background: #CCC;
}
.propertylisting .stage .item .actions a {
  color: #9C4DA0;
  text-transform: uppercase;
  font-size: 16px;
}
.propertylisting .stage .item .smalllogo {
  position: absolute;
  top: 195px;
  right: 40px;
}
.noproperties {
  margin: 50px 0;
  color: #6B6B6B;
  text-align: center;
}
.noproperties .icon {
  font-size: 5em;
}
.noproperties .icon .fa-stack {
  height: 1.7em;
}
.noproperties .icon .fa-stack-1x {
  color: #9C4DA0;
}
.noproperties .icon .fa-stack-2x {
  color: #FC0;
  text-indent: 45px;
  font-size: 0.5em;
  line-height: 90px;
}
.noproperties .title {
  color: #333;
  font-size: 24px;
}
.noproperties p {
  font-size: 16px;
}
/* #endregion */
/* #region 7.3) PROPERTY DETAIL */
.propertyDetail {
  position: relative;
  border-top: 4px solid #9C4DA0;
}
.propertyDetail h3 {
  margin: 5px auto 20px auto;
  color: #9B4E9E;
  text-align: center;
  font-size: 30px;
}
.propertyDetail .property {
  position: relative;
  clear: both;
}
.propertyDetail .property .btnBack {
  margin: 0px auto;
  padding: 18px 0;
  width: 590px;
  border-bottom: 1px solid #888;
  text-align: center;
}
.propertyDetail .property .btnBack a {
  color: #888;
  text-transform: uppercase;
  font-size: 12px;
}
.propertyDetail .property .ctrPhotos {
  background-color: #EBEBEB;
}
.propertyDetail .property .ctrPhotos #groupPhotos {
  margin: 0px auto;
  padding-bottom: 40px;
  width: 800px;
}
.propertyDetail .property .ctrPhotos #groupPhotos .photos {
  visibility: visible;
}
.propertyDetail .property .ctrPhotos #groupPhotos .photos .mainPhoto {
  display: table;
  clear: both;
  margin: 0px auto;
  width: 800px;
  height: 600px;
  text-align: center;
}
.propertyDetail .property .ctrPhotos #groupPhotos .photos .mainPhoto .mainPhotoWrapper {
  display: table-cell;
  vertical-align: middle;
}
.propertyDetail .property .ctrPhotos #groupPhotos .photos .mainPhoto .mainPhotoWrapper img {
  z-index: 10;
  overflow: hidden;
  max-width: 800px;
  max-height: 600px;
}
.propertyDetail .property .ctrPhotos #groupPhotos .photos .mainPhoto:hover {
  border-color: #9C4DA0;
}
.propertyDetail .property .ctrPhotos #groupPhotos .photos .navigation a {
  position: absolute;
  margin-top: 5px;
  width: 50px;
  height: 70px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #bbb;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 24px;
  line-height: 66px;
}
.propertyDetail .property .ctrPhotos #groupPhotos .photos .navigation a:hover {
  background-color: #9B4E9E;
}
.propertyDetail .property .ctrPhotos #groupPhotos .photos .navigation .nextPhoto {
  margin-left: 750px;
}
.propertyDetail .property .ctrPhotos #groupPhotos .photos .navigation .startSlideshow,
.propertyDetail .property .ctrPhotos #groupPhotos .photos .navigation .stopSlideshow {
  display: none;
}
.propertyDetail .property .ctrPhotos #groupPhotos .photos .pagingInfo {
  position: absolute;
  top: 313px;
  left: 13px;
  display: none;
  width: 85px;
}
.propertyDetail .property .ctrPhotos #groupPhotos .photos .pagingInfo span {
  color: #333;
  line-height: 28px;
}
.propertyDetail .property .ctrPhotos #groupPhotos .photos .pagingInfo span.current {
  color: #9C4DA0;
  font-weight: bold;
}
.propertyDetail .property .ctrPhotos #groupPhotos .photos .thumbnailsWrapper {
  overflow: hidden;
  margin: 5px auto;
  width: 690px;
}
.propertyDetail .property .ctrPhotos #groupPhotos .photos .thumbnailsWrapper .thumbnailsScroller .thumbnails {
  margin: 0px;
  padding: 0px;
}
.propertyDetail .property .ctrPhotos #groupPhotos .photos .thumbnailsWrapper .thumbnailsScroller ul > li .photo {
  display: table;
  float: left;
  width: 99px;
  height: 70px;
  text-align: center;
  opacity: 0.6;
}
.propertyDetail .property .ctrPhotos #groupPhotos .photos .thumbnailsWrapper .thumbnailsScroller ul > li .photo .photoWrapper:hover,
.propertyDetail .property .ctrPhotos #groupPhotos .photos .thumbnailsWrapper .thumbnailsScroller ul > li .photo .current {
  border-color: #9C4DA0;
}
.propertyDetail .property .ctrPhotos #groupPhotos .photos .thumbnailsWrapper .thumbnailsScroller ul > li .photo .photoWrapper {
  display: table-cell;
  width: 93px;
  height: 70px;
  vertical-align: middle;
}
.propertyDetail .property .ctrPhotos #groupPhotos .photos .thumbnailsWrapper .thumbnailsScroller ul > li .photo .photoWrapper img {
  z-index: 10;
  overflow: hidden;
  max-width: 95px;
  max-height: 70px;
  cursor: pointer;
}
.propertyDetail .property .ctrPhotos #groupPhotos .photos .thumbnailsWrapper .thumbnailsScroller ul > li .photo.active {
  opacity: 1;
}
.propertyDetail .property .ctrMainInfo #groupMainInfo {
  margin: 20px auto;
  width: 1000px;
  text-align: center;
}
.propertyDetail .property .ctrMainInfo #groupMainInfo .mainPhoto {
  display: none;
}
.propertyDetail .property .ctrMainInfo #groupMainInfo .details p {
  height: 70px;
  font-size: 15px;
  line-height: 20px;
}
.propertyDetail .property .ctrMainInfo #groupMainInfo .details p.country,
.propertyDetail .property .ctrMainInfo #groupMainInfo .details p.divisions,
.propertyDetail .property .ctrMainInfo #groupMainInfo .details p.zone,
.propertyDetail .property .ctrMainInfo #groupMainInfo .details p.beds,
.propertyDetail .property .ctrMainInfo #groupMainInfo .details p.garages,
.propertyDetail .property .ctrMainInfo #groupMainInfo .details p.location,
.propertyDetail .property .ctrMainInfo #groupMainInfo .details p.purpose {
  display: none;
}
.propertyDetail .property .ctrMainInfo #groupMainInfo .details p label {
  display: block;
  margin: 0px;
  color: #9B4E9E;
  font-weight: normal;
}
.propertyDetail .property .ctrMainInfo #groupFeatures label {
  margin: 0;
  color: #9b4e9e;
  font-weight: normal;
}
.propertyDetail .property .ctrMainInfo #groupFeatures h4 {
  color: #333;
  font-size: 12px;
  cursor: pointer;
}
.propertyDetail .property .ctrMainInfo #groupFeatures h4.expandable:before {
  padding-right: 5px;
  content: "\f063";
  font-weight: normal;
  font-style: normal;
  font-family: FontAwesome;
}
.propertyDetail .property .ctrMainInfo #groupFeatures h4.collapsable:before {
  padding-right: 5px;
  content: "\f062";
  font-weight: normal;
  font-style: normal;
  font-family: FontAwesome;
}
.propertyDetail .property .ctrMainInfo #groupFeatures #featuresDetails > div {
  margin: 15px 0px;
}
.propertyDetail .property .ctrMainInfo #groupFeatures #featuresDetails > div ul {
  margin: 0px;
  padding: 0px 0px 0px 20px;
}
.propertyDetail .property .ctrMainInfo #groupFeatures #featuresDetails > div ul li {
  font-size: 11px;
  line-height: 18px;
}
.propertyDetail .property .ctrMainInfo #groupFeatures #featuresDetails > div ul li label {
  margin: 0px 0px 0px 2px;
  font-weight: bold;
}
.propertyDetail .property .ctrMainInfo #groupFeatures #featuresDetails > div ul li ul {
  margin: 0px 0px 5px 5px;
}
.propertyDetail .property .ctrDescription {
  padding: 20px 0px;
  background-color: #9B4E9E;
  color: white;
  text-align: center;
}
.propertyDetail .property .ctrDescription #groupDescription {
  margin: 20px auto;
  width: 800px;
}
.propertyDetail .property .ctrDescription #groupDescription .description {
  font-size: 15px;
  line-height: 18px;
}
.propertyDetail .property .ctrDescription #groupDescription h3 {
  margin: 0px 0px 20px 0px;
  color: white;
}
.propertyDetail .property .ctrDescription #groupDescription h3:first-child {
  display: none;
}
.propertyDetail .property .ctrDescription #groupDescription .resume {
  display: none;
}
.propertyDetail .property .ctrLocation {
  padding: 35px 0 50px 0;
  background-color: #EBEBEB;
}
.propertyDetail .property .ctrLocation #groupLocation {
  margin: 0px auto;
  width: 1000px;
}
.propertyDetail .property .ctrLocation #groupLocation #dMap {
  margin: 10px 70px 0px;
}
.propertyDetail .property .ctrLocation #groupLocation #dMap #dLocationData {
  position: relative;
  display: none;
  margin: 0px 0px 10px;
  min-height: 60px;
  border-bottom: 2px solid #333;
}
.propertyDetail .property .ctrLocation #groupLocation #dMap #dLocationData div {
  margin: 0px 0px 10px;
}
.propertyDetail .property .ctrLocation #groupLocation #dMap #dLocationData div p {
  display: inline-block;
  margin: 0px 10px 10px 0px;
}
.propertyDetail .property .ctrLocation #groupLocation #dMap #dLocationData div p label {
  margin: 0px 3px 0px 0px;
  color: #9C4DA0;
  text-transform: uppercase;
  font-size: 11px;
}
.propertyDetail .property .ctrLocation #groupLocation #dMap #dLocationData div p span {
  font-size: 11px;
}
.propertyDetail .property .ctrLocation #groupLocation #dMap #dLocationData .locationAddress {
  color: #333;
  font-size: 14px;
}
.propertyDetail .property .ctrLocation #groupLocation #dMap #dLocationData #locationType {
  position: absolute;
  top: 20px;
  right: -10px;
  padding: 0px 0px 0px 40px;
  height: 37px;
}
.propertyDetail .property .ctrLocation #groupLocation #dMap #dLocationData #locationType .locationTypeLabel {
  display: block;
  width: 80px;
  font-size: 11px;
  line-height: 15px;
}
.propertyDetail .property .ctrLocation #groupLocation #dMap #dLocationData .aprox {
  background: transparent url("less/images/smart_map/markers/mainMarker_location.png") no-repeat left;
}
.propertyDetail .property .ctrLocation #groupLocation #dMap #dLocationData .exact {
  background: transparent url("less/images/smart_map/markers/mainMarker_property.png") no-repeat left;
}
.propertyDetail .property .ctrLocation #groupLocation #dMap #dLocationMap #dGoogleMap {
  width: 575px;
}
.propertyDetail .property .ctrLocation #groupLocation #dMap #dLocationMap #noSVOverlay {
  display: none;
}
.propertyDetail .property .ctrLocation #groupLocation #dMap .dLocationUtilities {
  margin: 10px 0px 0px;
}
.propertyDetail .property .ctrLocation #groupLocation #dMap .dLocationUtilities #dUtilsNav {
  margin: 0px auto;
  padding: 0px;
  width: 600px;
  border-bottom: 1px solid #888;
  background: transparent none;
  text-align: center;
}
.propertyDetail .property .ctrLocation #groupLocation #dMap .dLocationUtilities #dUtilsNav li {
  display: inline-block;
  margin: 0px 15px 0px 0px;
  width: 160px;
  height: 30px;
  text-align: center;
}
.propertyDetail .property .ctrLocation #groupLocation #dMap .dLocationUtilities #dUtilsNav li a {
  display: block;
  padding: 0px 5px;
  width: 100%;
  height: 100%;
  color: #888;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 30px;
}
.propertyDetail .property .ctrLocation #groupLocation #dMap .dLocationUtilities #dUtilsNav li a:hover {
  color: #9C4DA0;
}
.propertyDetail .property .ctrLocation #groupLocation #dMap .dLocationUtilities #dUtilsNav li a.active {
  color: #333;
}
.propertyDetail .property .ctrLocation #groupLocation #dMap .dLocationUtilities fieldset #dInterestPoints p {
  margin: 0px 0px 8px;
}
.propertyDetail .property .ctrLocation #groupLocation #dMap .dLocationUtilities fieldset #dInterestPoints p .ck {
  display: block;
  padding: 2px 0 0 35px;
  height: 36px;
  background: url("less/images/smart_map/markers/markers_sprite.png") no-repeat transparent;
  line-height: 24px;
}
.propertyDetail .property .ctrLocation #groupLocation #dMap .dLocationUtilities fieldset #dInterestPoints p .transports {
  background-position: -1px -1px;
}
.propertyDetail .property .ctrLocation #groupLocation #dMap .dLocationUtilities fieldset #dInterestPoints p .commerce {
  background-position: -1px -39px;
}
.propertyDetail .property .ctrLocation #groupLocation #dMap .dLocationUtilities fieldset #dInterestPoints p .restaurants {
  background-position: -1px -77px;
}
.propertyDetail .property .ctrLocation #groupLocation #dMap .dLocationUtilities fieldset #dInterestPoints p .health {
  background-position: -1px -115px;
}
.propertyDetail .property .ctrLocation #groupLocation #dMap .dLocationUtilities fieldset #dInterestPoints p .pharmacies {
  background-position: -1px -153px;
}
.propertyDetail .property .ctrLocation #groupLocation #dMap .dLocationUtilities fieldset #dInterestPoints p .security {
  background-position: -1px -191px;
}
.propertyDetail .property .ctrLocation #groupLocation #dMap .dLocationUtilities fieldset #dInterestPoints p .education {
  background-position: -1px -230px;
}
.propertyDetail .property .ctrLocation #groupLocation #dMap .dLocationUtilities fieldset #dInterestPoints p .sport {
  background-position: -1px -268px;
}
.propertyDetail .property .ctrLocation #groupLocation #dMap .dLocationUtilities fieldset #dInterestPoints p .services {
  background-position: -1px -306px;
}
.propertyDetail .property .ctrLocation #groupLocation #dMap .dLocationUtilities fieldset #dInterestPoints p span.ck {
  display: inline-block;
  width: 260px;
}
.propertyDetail .property .ctrLocation #groupLocation #dMap .dLocationUtilities fieldset #dInterestPoints p span.ck label {
  display: inline-block;
  margin: 0px 0px 0px 5px;
  color: #888;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 12px;
}
.propertyDetail .property .ctrLocation #groupLocation #dMap .dLocationUtilities fieldset #dDirections div {
  float: left;
}
.propertyDetail .property .ctrLocation #groupLocation #dMap .dLocationUtilities fieldset #dDirections p#Endpoint {
  display: none;
}
.propertyDetail .property .ctrLocation #groupLocation #dMap .dLocationUtilities fieldset #dDirections p {
  display: block;
  margin: 0px 0px 10px;
}
.propertyDetail .property .ctrLocation #groupLocation #dMap .dLocationUtilities fieldset #dDirections p label {
  display: block;
  color: #333;
  vertical-align: top;
  line-height: 18px;
}
.propertyDetail .property .ctrLocation #groupLocation #dMap .dLocationUtilities fieldset #dDirections p .input {
  width: 379px;
  height: 33px;
  border: 1px solid #B9B9B9;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-indent: 10px;
}
.propertyDetail .property .ctrLocation #groupLocation #dMap .dLocationUtilities fieldset #dDirections p .input:hover,
.propertyDetail .property .ctrLocation #groupLocation #dMap .dLocationUtilities fieldset #dDirections p .input:focus {
  border: 1px solid #999;
}
.propertyDetail .property .ctrLocation #groupLocation #dMap .dLocationUtilities fieldset #dDirections #directionsPanel {
  margin: 0px 35px 0px 0px;
}
.propertyDetail .property .ctrLocation #groupLocation #dMap .dLocationUtilities fieldset #dDirections #actionsPanel p label {
  display: inline-block;
  width: 75px;
  vertical-align: middle;
}
.propertyDetail .property .ctrLocation #groupLocation #dMap .dLocationUtilities fieldset #dDirections #actionsPanel p span {
  vertical-align: middle;
}
.propertyDetail .property .ctrLocation #groupLocation #dMap .dLocationUtilities fieldset #dDirections #actionsPanel .btn {
  margin: 23px 0 0;
  width: 150px;
  border: 1px solid #9C4DA0;
  background: none #9C4DA0;
  color: #FFF;
  text-align: center;
  text-indent: 0;
  text-transform: uppercase;
  font-size: 11px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}
.propertyDetail .property .ctrLocation #groupLocation #dMap .dLocationUtilities fieldset #dDirections #actionsPanel .btn:hover {
  background: #8b458f;
  text-decoration: none;
}
.propertyDetail .property .ctrLocation #groupLocation #dMap .dLocationUtilities fieldset #dDirections p.toAdress {
  display: none;
}
.propertyDetail .property .ctrLocation #groupLocation #dMap .dLocationUtilities fieldset.ctrInterestPoints,
.propertyDetail .property .ctrLocation #groupLocation #dMap .dLocationUtilities fieldset.ctrDirections {
  margin: 10px auto;
  width: 800px;
  height: 130px;
}
.propertyDetail .property .ctrInfoRequest {
  padding: 10px 0px 30px 0px;
  background-color: #CEAED3;
}
.propertyDetail .property .ctrInfoRequest #groupInfoRequest {
  margin: 0px auto;
  width: 700px;
}
.propertyDetail .property .ctrInfoRequest #groupInfoRequest h3 {
  color: white;
}
.propertyDetail .property .ctrInfoRequest #groupInfoRequest p {
  display: inline-block;
  width: 345px;
}
.propertyDetail .property .ctrInfoRequest #groupInfoRequest p.actions {
  display: block;
  margin: 5px auto;
}
.propertyDetail .property .ctrInfoRequest #groupInfoRequest p.actions a {
  width: 345px;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
}
.propertyDetail .property .ctrInfoRequest #groupInfoRequest p.actions:hover {
  background: #8b458f;
  text-decoration: none;
}
.propertyDetail .property .ctrInfoRequest #groupInfoRequest .subTitle {
  display: none;
}
.propertyDetail .property .ctrInfoRequest #groupInfoRequest .input {
  width: 340px;
  height: 30px;
  border: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 0px 4px #E8E8E8;
  -webkit-box-shadow: inset 0px 4px #E8E8E8;
  box-shadow: inset 0px 4px #E8E8E8;
  color: #999999;
  text-indent: 10px;
  text-transform: lowercase;
  line-height: 30px;
}
.propertyDetail .property .ctrInfoRequest #groupInfoRequest textarea {
  padding-top: 10px;
  width: 688px;
  height: 30px;
  height: 70px;
  border: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 0 4px #e8e8e8;
  -webkit-box-shadow: inset 0 4px #e8e8e8;
  box-shadow: inset 0 4px #e8e8e8;
  text-indent: 10px;
  font-size: 12px;
  font-family: Tahoma;
}
.propertyDetail .property .ctrInfoRequest #groupInfoRequest label {
  margin-top: 2px;
  margin-left: 5px;
  color: white;
  text-transform: uppercase;
}
.propertyDetail .property .ctrSocialSharing {
  padding: 20px 0px;
  background-color: #EBEBEB;
  color: white;
  text-align: center;
}
.propertyDetail .property .ctrSocialSharing #groupSocialSharing {
  margin: 20px auto;
  width: 600px;
}
.propertyDetail .property .ctrSocialSharing #groupSocialSharing h3 {
  color: #888;
  text-transform: capitalize;
}
.propertyDetail .property .ctrSocialSharing #groupSocialSharing .socialSharing,
.propertyDetail .property .ctrSocialSharing #groupSocialSharing .actions {
  display: inline-block;
}
.propertyDetail .property .ctrSocialSharing #groupSocialSharing .socialSharing div,
.propertyDetail .property .ctrSocialSharing #groupSocialSharing .actions div {
  float: left;
  margin: 0px 22px 0px 0px;
  width: 45px;
  height: 45px;
  border: 1px solid #f2f2f2;
  background: #fff;
  background-position: 0 -100%;
  background-size: 100% 200%;
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.16);
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.propertyDetail .property .ctrSocialSharing #groupSocialSharing .socialSharing div a,
.propertyDetail .property .ctrSocialSharing #groupSocialSharing .actions div a {
  display: inline-block;
  overflow: hidden;
  padding: 0;
  width: 45px !important;
  height: 45px !important;
  background: transparent;
  background-image: none!important;
  color: #fff;
  text-indent: -10000px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.propertyDetail .property .ctrSocialSharing #groupSocialSharing .socialSharing div a:hover,
.propertyDetail .property .ctrSocialSharing #groupSocialSharing .actions div a:hover,
.propertyDetail .property .ctrSocialSharing #groupSocialSharing .socialSharing div a:focus,
.propertyDetail .property .ctrSocialSharing #groupSocialSharing .actions div a:focus {
  text-decoration: none;
}
.propertyDetail .property .ctrSocialSharing #groupSocialSharing .socialSharing div a:before,
.propertyDetail .property .ctrSocialSharing #groupSocialSharing .actions div a:before {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  left: 5029px;
  visibility: visible;
  padding: 12px;
  color: white;
  font-size: 18px;
  font-family: FontAwesome;
  line-height: 45px;
  transition: all 0.5s ease;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transform: translate(0, 0);
}
.propertyDetail .property .ctrSocialSharing #groupSocialSharing .socialSharing div#dFacebookShare,
.propertyDetail .property .ctrSocialSharing #groupSocialSharing .actions div#dFacebookShare {
  background-image: linear-gradient(to bottom, #fff 50%, #3b5998 50%);
}
.propertyDetail .property .ctrSocialSharing #groupSocialSharing .socialSharing div#dFacebookShare:hover a,
.propertyDetail .property .ctrSocialSharing #groupSocialSharing .actions div#dFacebookShare:hover a {
  color: #515151;
}
.propertyDetail .property .ctrSocialSharing #groupSocialSharing .socialSharing div#dFacebookShare a:before,
.propertyDetail .property .ctrSocialSharing #groupSocialSharing .actions div#dFacebookShare a:before {
  padding: 15px;
  content: "\f09a";
}
.propertyDetail .property .ctrSocialSharing #groupSocialSharing .socialSharing div#dTwitter,
.propertyDetail .property .ctrSocialSharing #groupSocialSharing .actions div#dTwitter {
  background-image: linear-gradient(to bottom, #fff 50%, #00aced 50%);
}
.propertyDetail .property .ctrSocialSharing #groupSocialSharing .socialSharing div#dTwitter:hover a,
.propertyDetail .property .ctrSocialSharing #groupSocialSharing .actions div#dTwitter:hover a {
  color: #515151;
}
.propertyDetail .property .ctrSocialSharing #groupSocialSharing .socialSharing div#dTwitter a:before,
.propertyDetail .property .ctrSocialSharing #groupSocialSharing .actions div#dTwitter a:before {
  left: 5020px;
  content: "\f099";
}
.propertyDetail .property .ctrSocialSharing #groupSocialSharing .socialSharing div#dPinterest,
.propertyDetail .property .ctrSocialSharing #groupSocialSharing .actions div#dPinterest {
  background-image: linear-gradient(to bottom, #fff 50%, #cb2027 50%);
}
.propertyDetail .property .ctrSocialSharing #groupSocialSharing .socialSharing div#dPinterest:hover a,
.propertyDetail .property .ctrSocialSharing #groupSocialSharing .actions div#dPinterest:hover a {
  color: #515151;
}
.propertyDetail .property .ctrSocialSharing #groupSocialSharing .socialSharing div#dPinterest a:before,
.propertyDetail .property .ctrSocialSharing #groupSocialSharing .actions div#dPinterest a:before {
  left: 5000px;
  content: "\f231";
}
.propertyDetail .property .ctrSocialSharing #groupSocialSharing .socialSharing div#gPlusShare,
.propertyDetail .property .ctrSocialSharing #groupSocialSharing .actions div#gPlusShare {
  background-image: linear-gradient(to bottom, #fff 50%, #dd4b39 50%);
}
.propertyDetail .property .ctrSocialSharing #groupSocialSharing .socialSharing div#gPlusShare:hover a,
.propertyDetail .property .ctrSocialSharing #groupSocialSharing .actions div#gPlusShare:hover a {
  color: #515151;
}
.propertyDetail .property .ctrSocialSharing #groupSocialSharing .socialSharing div#gPlusShare a:before,
.propertyDetail .property .ctrSocialSharing #groupSocialSharing .actions div#gPlusShare a:before {
  left: 5009px;
  content: "\f0d5";
}
.propertyDetail .property .ctrSocialSharing #groupSocialSharing .socialSharing div#dlinkedIn,
.propertyDetail .property .ctrSocialSharing #groupSocialSharing .actions div#dlinkedIn {
  background-image: linear-gradient(to bottom, #fff 50%, #007bb6 50%);
}
.propertyDetail .property .ctrSocialSharing #groupSocialSharing .socialSharing div#dlinkedIn:hover a,
.propertyDetail .property .ctrSocialSharing #groupSocialSharing .actions div#dlinkedIn:hover a {
  color: #515151;
}
.propertyDetail .property .ctrSocialSharing #groupSocialSharing .socialSharing div#dlinkedIn a:before,
.propertyDetail .property .ctrSocialSharing #groupSocialSharing .actions div#dlinkedIn a:before {
  content: "\f0e1";
}
.propertyDetail .property .ctrSocialSharing #groupSocialSharing .socialSharing div.print,
.propertyDetail .property .ctrSocialSharing #groupSocialSharing .actions div.print {
  background-image: linear-gradient(to bottom, #fff 50%, #7C3E7E 50%);
}
.propertyDetail .property .ctrSocialSharing #groupSocialSharing .socialSharing div.print:hover a,
.propertyDetail .property .ctrSocialSharing #groupSocialSharing .actions div.print:hover a {
  color: #515151;
}
.propertyDetail .property .ctrSocialSharing #groupSocialSharing .socialSharing div.print a:before,
.propertyDetail .property .ctrSocialSharing #groupSocialSharing .actions div.print a:before {
  left: 5031px;
  content: "\f02f";
}
.propertyDetail .property .ctrSocialSharing #groupSocialSharing .socialSharing div.recommendForm,
.propertyDetail .property .ctrSocialSharing #groupSocialSharing .actions div.recommendForm {
  background-image: linear-gradient(to bottom, #fff 50%, #9B4E9E 50%);
}
.propertyDetail .property .ctrSocialSharing #groupSocialSharing .socialSharing div.recommendForm:hover a,
.propertyDetail .property .ctrSocialSharing #groupSocialSharing .actions div.recommendForm:hover a {
  color: #515151;
}
.propertyDetail .property .ctrSocialSharing #groupSocialSharing .socialSharing div.recommendForm a:before,
.propertyDetail .property .ctrSocialSharing #groupSocialSharing .actions div.recommendForm a:before {
  content: "\f0e0";
}
.propertyDetail .property .ctrSocialSharing #groupSocialSharing .socialSharing div#dPinterest span,
.propertyDetail .property .ctrSocialSharing #groupSocialSharing .actions div#dPinterest span,
.propertyDetail .property .ctrSocialSharing #groupSocialSharing .socialSharing div.favorite,
.propertyDetail .property .ctrSocialSharing #groupSocialSharing .actions div.favorite {
  display: none;
}
.propertyDetail .property .ctrSocialSharing #groupSocialSharing .socialSharing div:hover,
.propertyDetail .property .ctrSocialSharing #groupSocialSharing .actions div:hover {
  border-color: #eaeaea;
  background-position: 0 0;
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.18);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.18);
}
.propertyDetail .property .ctrSocialSharing #groupSocialSharing .socialSharing div:hover a:before,
.propertyDetail .property .ctrSocialSharing #groupSocialSharing .actions div:hover a:before {
  color: #515151;
}
.propertyDetail .property .ctrSocialSharing #groupSocialSharing .actions .compare {
  display: none;
}
.propertyDetail .property .ctrEnergyRating #groupEnergyRating {
  padding: 60px 0px 18px 37px;
}
.propertyDetail .property .ctrEnergyRating #groupEnergyRating > h3 {
  padding: 0px 0px 14px 0px;
}
.propertyDetail .property .ctrBtnBack {
  padding: 20px 0px;
  background-color: #EBEBEB;
}
.scheduleVisit .subTitle {
  color: #333;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 15px;
}
.scheduleVisit p {
  display: inline-block;
  margin: 0px 0px 10px;
}
.scheduleVisit p label {
  display: block;
  color: #333;
  font-size: 12px;
  line-height: 18px;
}
.scheduleVisit p .textarea {
  width: 275px;
  height: 180px;
  font-family: Tahoma;
}
.scheduleVisit p.actions {
  display: block;
  margin: 5px 3px 0px 0px;
  text-align: right;
}
.scheduleVisit div {
  margin: 0px 0px 10px;
}
.scheduleVisit div span.chk {
  display: inline-block;
  margin: 0px 0px 10px;
  width: 90px;
}
.scheduleVisit div span.chk label {
  display: inline-block;
  margin: 0px 0px 0px 5px;
  color: #333;
  font-size: 11px;
  line-height: 18px;
}
.scheduleVisit div.period {
  margin: 0px 0px -15px;
}
.scheduleVisit div.day > label,
.scheduleVisit div.period > label,
.scheduleVisit div.resume > label {
  margin: 0px 0px 10px;
  padding: 0px 0px 2px;
  border-bottom: 1px solid #9C4DA0;
}
.scheduleVisit div.resume {
  padding: 23px 0px 0px 10px;
  width: 488px;
  height: 54px;
}
.scheduleVisit div.resume span,
.scheduleVisit div.resume .resumeWrapper span {
  display: block;
  margin: 0px 0px 10px;
  font-size: 11px;
}
.scheduleVisit div.actions {
  display: block;
  margin: 5px 3px 0px 0px;
  text-align: right;
}
.scheduleVisit #formContacts div.resume {
  margin: 20px 0px 0px;
}
.scheduleVisit .contactForm p .input {
  margin: 0px 5px 0px 0px;
  width: 139px;
  height: 32px;
}
.scheduleVisit .contactForm p .input:hover,
.scheduleVisit .contactForm p .input:focus {
  background-position: -223px -150px;
}
.scheduleVisit #formCalendar div.resume {
  padding: 23px 0px 0px 10px;
  width: 488px;
  height: 54px;
}
.scheduleVisit #groupScheduleVisit {
  margin: 20px 0px 0px;
  width: 498px;
}
.recommend {
  width: 500px;
  height: 480px;
}
.recommend h1 {
  margin: 0px;
}
.recommend p.SubTitle {
  display: block;
  margin: 10px 0px 8px;
  padding: 5px 0px 5px;
  border-bottom: 1px solid #9C4DA0;
  color: #333;
  font-size: 14px;
}
.recommend p.SubTitle label {
  display: block;
}
.recommend p {
  margin: 0px 0px 10px;
}
.recommend p .input {
  width: 500px;
}
.recommend p .textarea {
  width: 500px;
  height: 100px;
  font-family: Tahoma;
}
.recommend p label {
  display: none;
}
.recommend div.actions {
  text-align: right;
}
.recommend div.actions a {
  display: inline-block;
  margin: 5px auto;
  width: 80px;
  border: 1px solid #9C4DA0;
  background: none #9C4DA0;
  color: white;
  text-transform: capitalize;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}
.recommend div.actions a:hover {
  background: #8b458f;
  text-decoration: none;
}
/* #endregion*/
/* #region 7.4) RECRUITMENT */
.recruitment {
  background: #fff;
}
.recruitment > h1 {
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin: 0 auto;
  padding: 1em;
  width: 1050px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1;
}
.recruitment > h1 span {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0 1em;
  background-color: #FFF;
  color: #9C4DA0;
  line-height: 1;
}
.recruitment > h1 span:after {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #F8F8F8;
  content: "";
}
.recruitment > h1:after {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -2;
  margin-top: -1px;
  margin-left: 1em;
  width: 9999px;
  height: 2px;
  background-color: #EEE;
  content: "";
}
.recruitment .text h3,
.recruitment .text .h3 {
  margin-top: 10px;
  font-size: 13px;
}
.recruitment .content {
  margin: 0 auto;
  padding-bottom: 50px;
  width: 975px;
}
.recruitment .content #generalInfo .form-control {
  width: 100%;
}
.recruitment .content #generalInfo ul.selectbox-options {
  width: 214px;
}
.recruitment .content #generalInfo .name,
.recruitment .content #generalInfo .birthDate,
.recruitment .content #generalInfo .address,
.recruitment .content #generalInfo .zipCode,
.recruitment .content #generalInfo .nationality,
.recruitment .content #generalInfo .phone,
.recruitment .content #generalInfo .email,
.recruitment .content #generalInfo .interestZone {
  color: #484343;
}
.recruitment .content #generalInfo .starstitle {
  float: left;
  width: 100%;
}
.recruitment .content #generalInfo p span {
  display: block;
}
.recruitment .content #generalInfo .interestZone .input,
.recruitment .content #generalInfo .address .input,
.recruitment .content #generalInfo .name .input {
  width: 474px;
}
.recruitment .content #generalInfo .ownerlocation label {
  padding-left: 15px;
}
.recruitment .content #generalInfo .ownerlocation .dLocationPicker label {
  display: none;
}
.recruitment .content #generalInfo:after {
  display: table;
  clear: both;
  content: "";
}
.recruitment .content #wantedWork .curriculum {
  margin-top: 5px;
  width: 100%;
  color: #484343;
}
.recruitment .content #wantedWork .curriculum #lblCurriculum {
  padding-top: 6px;
}
.recruitment .content #wantedWork .curriculum form {
  display: none;
}
.recruitment .content p {
  float: left;
  margin: 20px 20px 0 0;
}
.recruitment .content .actions {
  margin-top: 15px;
  text-align: right;
}
.recruitment .content .actions .btn {
  width: 75px;
}
.recruitment .content .actions .btn:first-child {
  width: 125px;
}
div.stars {
  float: left;
}
div.stars.invalid label {
  color: #D42929;
}
input.star {
  display: none;
}
label.star {
  float: right;
  padding: 5px;
  color: #444;
  font-size: 22px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input.star:checked ~ label.star:before {
  color: #FD4;
  content: '\f005';
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
input.star-10:checked ~ label.star:before {
  color: #F62;
}
label.star:hover {
  -moz-transform: rotate(-10deg) scale(1.1);
  -ms-transform: rotate(-10deg) scale(1.1);
  -o-transform: rotate(-10deg) scale(1.1);
  -webkit-transform: rotate(-10deg) scale(1.1);
  transform: rotate(-10deg) scale(1.1);
}
label.star:before {
  content: '\f006';
  font-family: FontAwesome;
}
/* #endregion*/
/* #region 7.5) CONTACTS */
.contacts {
  padding-bottom: 30px;
  border-top: 3px solid #9C4DA0;
  background: #fff;
}
.contacts .agency {
  position: relative;
  height: 300px;
  background: #F3F0E8;
  background-image: url(less/images/background/mapback.png);
  background-repeat: repeat;
}
.contacts .agency > h1 {
  display: none;
}
.contacts .agency .agencyDetail1 #groupLocation #dAgencyMap {
  background: transparent!important;
}
.contacts .agency .agencyDetail1 #groupLocation:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  -moz-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.8);
  content: '';
  pointer-events: none;
}
.contacts .agency .agencyDetail1 #navigation {
  display: none;
}
.contacts .agency .agencyDetail1 .agencyinfo {
  position: absolute;
  top: 0;
  left: 50px;
  padding: 10px;
  width: 400px;
  background: rgba(255, 255, 255, 0.8);
}
.contacts .agency .agencyDetail1 .agencyinfo .title {
  color: #9C4DA0;
  font-size: 24px;
}
.contacts .agency .agencyDetail1 .agencyinfo .phone {
  display: inline-block;
  width: 39%;
}
.contacts .agency .agencyDetail1 .agencyinfo .schedule {
  display: inline-block;
  width: 60%;
}
.contacts .agency .agencyDetail1 .agencyinfo .logo,
.contacts .agency .agencyDetail1 .agencyinfo .ami {
  display: none;
}
.contacts .agency .agencyDetail1 .agencyinfo label {
  display: block;
  margin: 0;
  font-weight: bold;
}
.contacts .contactform {
  margin: 0 auto;
  width: 1050px;
}
.contacts .contactform .input,
.contacts .contactform a.selectbox,
.contacts .contactform input[type="text"],
.contacts .contactform input[type="password"],
.contacts .contactform .textarea {
  width: 100%;
}
.contacts .contactform > h2 {
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1;
}
.contacts .contactform > h2 span {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0 1em;
  background-color: #FFF;
  color: #9C4DA0;
  line-height: 1;
}
.contacts .contactform > h2 span:after {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #F8F8F8;
  content: "";
}
.contacts .contactform > h2:after {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -2;
  margin-top: -1px;
  /*margin-left: 1em;*/
  width: 9999px;
  height: 2px;
  background-color: #EEE;
  content: "";
}
.contacts .contactform label {
  display: block;
}
.contacts .contactform textarea {
  height: 200px!important;
}
.contacts .contactform .actions a:first-child {
  width: 125px;
}
/* #endregion */
/* #region 7.6) AGENCY LIST */
.agencies {
  padding-bottom: 30px;
  border-top: 3px solid #9C4DA0;
  background: #EBEBEB;
}
.agencies .agencyList {
  margin: 0 auto;
  width: 1050px;
}
.agencies .agencyList .titlewrapper .searchTitle .title {
  margin: 0 auto;
  padding: 65px 0 14px 0;
  width: 600px;
  color: #9C4DA0;
  text-align: center;
  font-size: 40px;
}
.agencies .agencyList .titlewrapper .searchTitle .subtitle {
  margin: 0;
}
.agencies .agencyList .titlewrapper .views {
  margin: 0 auto;
  padding: 5px 0 0 0;
  width: 930px;
  border-bottom: 1px solid #D3D3D3;
  color: #9C4DA0;
  text-align: center;
}
.agencies .agencyList .titlewrapper .views ul {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
.agencies .agencyList .titlewrapper .views ul li {
  display: inline-block;
  height: 30px;
  line-height: 30px;
}
.agencies .agencyList .titlewrapper .views ul li a {
  display: inline-block;
  padding: 0 10px;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
}
.agencies .agencyList .titlewrapper .views ul li a:hover {
  background: #dedede;
  text-decoration: none;
}
.agencies .agencyList .titlewrapper .views ul li a.active {
  background: #D3D3D3;
  color: #9C4DA0;
}
.agencies .agencyList .titlewrapper .searchConfiguration {
  margin: 20px auto 0 auto;
  width: 600px;
}
.agencies .agencyList .titlewrapper .searchConfiguration:after {
  display: table;
  clear: both;
  content: "";
}
.agencies .agencyList .content {
  margin-top: 40px;
}
.agencies .agencyList .content .location {
  position: relative;
  top: -40px;
  margin: 0 auto;
  width: 930px;
}
.agencies .agencyList .content .location h2 {
  margin: -20px 0 35px 0;
  color: #9C4DA0;
  text-align: center;
}
.agencies .agencyList .content .location .header h3 {
  margin: 10px 0 5px 0;
  color: #9C4DA0;
  font-size: 20px;
}
.agencies .agencyList .content .location .header h4 {
  margin-top: 5px;
  color: #9E9E9E;
  font-size: 14px;
}
.agencies .agencyList .content .location .ctrlocation {
  position: relative;
  float: right;
  width: 100%;
}
.agencies .agencyList .content .location .name {
  position: absolute;
  top: 62px;
  left: 340px;
  z-index: 9999;
}
.agencies .agencyList .content .location .name input {
  width: 390px;
  height: 36px;
  line-height: 36px;
}
.agencies .agencyList .content .location .btn {
  position: absolute;
  top: 63px;
  right: 16px;
  z-index: 9999;
  width: 175px;
  height: 34px;
}
.agencies .agencyList .content .location .dLocationPicker {
  position: relative;
  overflow: hidden;
}
.agencies .agencyList .content .location .dLocationPicker h3 {
  display: none;
}
.agencies .agencyList .content .location .dLocationPicker #mapHolder {
  margin: 36px auto 0 auto;
  width: 500px;
  height: 400px;
}
.agencies .agencyList .content .location .dLocationPicker .locationPicker {
  width: 330px !important;
  border: 1px solid #EEE;
}
.agencies .agencyList .content .location .dLocationPicker .locationPicker:hover {
  border: 1px solid #EEE;
}
.agencies .agencyList .content .location .dLocationPicker .locationPicker input {
  padding: 0;
}
.agencies .agencyList .content .location .dLocationPicker .locationPicker input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #AEA9A9;
}
.agencies .agencyList .content .location .dLocationPicker .locationPicker input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #AEA9A9;
  opacity: 1;
}
.agencies .agencyList .content .location .dLocationPicker .locationPicker input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #AEA9A9;
  opacity: 1;
}
.agencies .agencyList .content .location .dLocationPicker .locationPicker input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #AEA9A9;
}
.agencies .agencyList .content .location .dLocationPicker .locationPicker #dSuggestions {
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.agencies .agencyList .content .location .dLocationPicker .locationPicker #dPickedLocations {
  left: 25px;
}
.agencies .agencyList .content .location .dLocationPicker ._locationPicker {
  position: relative;
  top: 0;
  left: 0;
  float: left;
  width: 350px;
  height: auto;
}
.agencies .agencyList .content .location .dLocationPicker ._locationPicker h2 {
  margin-top: 0;
}
.agencies .agencyList .content .location .dLocationPicker ._locationPicker .input {
  position: absolute;
  overflow: visible;
  padding-left: 16px!important;
  border: 0;
  background: rgba(0, 0, 0, 0);
}
.agencies .agencyList .content .location .dLocationPicker ._locationPicker .input .span {
  position: absolute;
  display: inline-block;
  width: 314px;
  height: 36px;
  border: 1px solid #EEE;
  background-color: #fff;
}
.agencies .agencyList .content .location .dLocationPicker ._locationPicker .input input {
  height: 36px;
  line-height: 36px;
}
.agencies .agencyList .content .location .agencySearch .name {
  position: relative;
  top: -150px;
  left: 240px;
}
.agencies .agencyList .content .location .agencySearch .name label {
  display: block;
  font-size: 24px;
}
.agencies .agencyList .content .location .agencySearch .name input {
  width: 350px;
}
.agencies .agencyList .content .details label {
  min-width: 15px;
}
.agencies .agencyList .content .details .ami,
.agencies .agencyList .content .details .apemip,
.agencies .agencyList .content .details .fax {
  display: none;
}
.agencies .agencyList .content .details .address {
  margin-bottom: 20px;
  color: #8C8C8C;
  font-size: 12px;
}
.agencies .agencyList .content .details .email a {
  color: #9C4DA0;
}
.agencies .agencyList .content .details .email,
.agencies .agencyList .content .details .phone,
.agencies .agencyList .content .details .phone label {
  margin: 0;
}
.agencies .agencyList .noagencies {
  margin-bottom: 40px;
  color: #6B6B6B;
  text-align: center;
}
.agencies .agencyList .noagencies .icon {
  font-size: 5em;
}
.agencies .agencyList .noagencies .icon .fa-stack {
  height: 1.7em;
}
.agencies .agencyList .noagencies .icon .fa-stack-1x {
  color: #9C4DA0;
}
.agencies .agencyList .noagencies .icon .fa-stack-2x {
  color: #FC0;
  text-indent: 51px;
  font-size: 0.5em;
  line-height: 63px;
}
.agencies .agencyList .noagencies .title {
  color: #333;
  font-size: 24px;
}
.agencies .agencyList .noagencies p {
  font-size: 16px;
}
/* #endregion */
/* #region 7.7) AGENCY DETAIL */
.agencydetail {
  background: #EBEBEB;
}
.agencydetail .dheader .propertyHeaderInfo {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.agencydetail .dheader .propertyHeaderInfo h1 {
  max-width: 600px;
  border-bottom: 1px solid #FFF;
  text-transform: uppercase;
}
.agencydetail .dheader .propertyHeaderInfo .contacts {
  padding-bottom: 10px;
}
.agencydetail .agencyDetail h2 {
  margin: 40px 0;
  color: #9C4DA0;
  text-align: center;
  font-size: 40px;
}
.agencydetail .agencyDetail .navigation {
  width: 100%;
  border-top: 4px solid white;
  background: rgba(156, 77, 160, 0.4);
}
.agencydetail .agencyDetail .navigation ul {
  margin: 0;
  text-align: center;
}
.agencydetail .agencyDetail .navigation ul li {
  display: inline-block;
  padding: 10px;
  text-transform: uppercase;
}
.agencydetail .agencyDetail .navigation ul li a {
  color: #333;
}
.agencydetail .agencyDetail .groupMainInfo {
  margin: 0 auto;
  width: 1050px;
  text-align: center;
}
.agencydetail .agencyDetail .groupMainInfo .details {
  margin: 0 auto;
  width: 600px;
  border-top: 1px solid #888;
  font-size: 16px;
}
.agencydetail .agencyDetail .groupMainInfo .details .socialName {
  padding-top: 20px;
  padding-bottom: 10px;
  color: #9C4DA0;
}
.agencydetail .agencyDetail .groupMainInfo .details .address,
.agencydetail .agencyDetail .groupMainInfo .details .ami {
  padding-bottom: 10px;
}
.agencydetail .agencyDetail .groupMainInfo .details .phone,
.agencydetail .agencyDetail .groupMainInfo .details .fax,
.agencydetail .agencyDetail .groupMainInfo .details .cellphone {
  display: inline-block;
}
.agencydetail .agencyDetail .groupMainInfo .details .logo,
.agencydetail .agencyDetail .groupMainInfo .details .fullLocation,
.agencydetail .agencyDetail .groupMainInfo .details .apemip,
.agencydetail .agencyDetail .groupMainInfo .details .website,
.agencydetail .agencyDetail .groupMainInfo .details .ami {
  display: none;
}
.agencydetail .agencyDetail .groupMainInfo .smalldetails {
  padding-top: 45px;
  font-size: 12px;
}
.agencydetail .agencyDetail .agencyArticleContent {
  margin-bottom: 220px;
  height: 160px;
  background-color: #B4C600;
}
.agencydetail .agencyDetail .agencyArticleContent .servicesarticles {
  top: 60px;
}
.agencydetail .agencyDetail .agency {
  margin: 0 auto;
  width: 1050px;
}
.agencydetail .agencyDetail .agency .searchConfiguration {
  text-align: center;
}
.agencydetail .agencyDetail .agency .description {
  margin: 50px auto;
  text-align: justify;
  font-size: 16px;
  line-height: 30px;
}
/* #endregion */
/* #region 7.8) FRANCHISING REQUEST */
.franchisingform {
  margin: 0 auto;
  width: 1050px;
}
.franchisingform h3 {
  margin: 0;
}
.franchisingform h2 {
  display: none;
}
.franchisingform .propertylocation label {
  display: inline-block;
  padding-left: 15px;
}
.franchisingform .propertylocation .dLocationPicker label {
  display: none;
}
.franchisingform .pagesimple {
  border: 0;
}
.franchisingform .pagesimple > h1 {
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 30px;
  line-height: 1;
}
.franchisingform .pagesimple > h1 span {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0 1em;
  background-color: #FFF;
  color: #9C4DA0;
  line-height: 1;
}
.franchisingform .pagesimple > h1 span:after {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #F8F8F8;
  content: "";
}
.franchisingform .pagesimple > h1:after {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -2;
  margin-top: -1px;
  /*margin-left: 1em;*/
  width: 9999px;
  height: 2px;
  background-color: #EEE;
  content: "";
}
#FranchisingForm .propertylocation p {
  float: left;
  padding-right: 15px;
  padding-left: 15px;
  width: 33.33333333%;
}
#FranchisingForm .propertylocation p label {
  display: none;
}
#FranchisingForm .propertylocation p ul.selectbox-options {
  width: 29.7%;
}
#FranchisingForm .mandatoryNote,
#FranchisingForm .actions {
  text-align: right;
}
#FranchisingForm .actions p {
  display: inline-block;
}
#FranchisingForm .actions .submit .btn {
  width: 125px;
}
#FranchisingForm .actions .clear .btn {
  width: 75px;
}
/* #endregion */
/* #endregion */
/* #region 8) CONTENT PAGES */
/* #region 8.1) Page Simple */
.pagesimple,
.pageGroup {
  border-top: 4px solid #9C4DA0;
}
.pagesimple h1,
.pageGroup h1 {
  margin-top: 65px;
  color: #9C4DA0;
  text-align: center;
  font-size: 40px;
}
.pagesimple h2,
.pageGroup h2 {
  color: #9C4DA0;
  text-align: center;
  font-size: 30px;
}
.pagesimple .text,
.pageGroup .text {
  margin: 20px auto 0 auto;
  padding-bottom: 30px;
  width: 975px;
  font-size: 15px;
}
.pagesimple .text .themecolor,
.pageGroup .text .themecolor {
  color: #9C4DA0;
}
.pagesimple .text cite,
.pageGroup .text cite {
  color: #9C4DA0;
}
/* #endregion */
/* #region 8.2) Page Articles */
.pageGroup {
  position: relative;
  margin: 0 auto 40px;
  padding: 0;
  max-width: 800px;
  border-top: 0;
}
.pageGroup ul {
  padding: 0;
}
.pageGroup .ArticleItem {
  padding: 0 0 5px;
  height: 145px;
}
.pageGroup .ArticleItem .photo {
  float: left;
  width: 148px;
  height: 112px;
  background: #9C4DA0;
}
.pageGroup .ArticleItem .photo a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.pageGroup .ArticleItem .photo a img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 140px;
  max-height: 105px;
}
.pageGroup .ArticleItem .photo a:after {
  content: none;
}
.pageGroup .ArticleItem .details .title {
  margin: 28px 0 0 165px;
  color: #9C4DA0;
  font-weight: 400;
  font-size: 16px;
}
.pageGroup .ArticleItem .details .title a {
  color: #9C4DA0;
}
.pageGroup .ArticleItem .details .title a:after {
  content: none;
}
.pageGroup .ArticleItem .details .date {
  margin: -4px 0 5px 165px;
  padding: 0 0 5px;
  color: #9C4DA0;
  text-align: right;
  font-weight: 400;
  font-size: 11px;
}
.pageGroup .ArticleItem .details .resume {
  margin: 5px 0 8px 165px;
  padding: 0 0 5px;
  height: 69px;
  border-bottom: 1px dashed #ccc;
  text-align: justify;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}
.pageGroup .ArticleItem .details .resume a {
  color: #9C4DA0;
  text-decoration: none;
  font-weight: 400;
  font-size: 11px;
}
.pageGroup .ArticleItem .details .resume a:hover {
  color: #666;
  text-decoration: underline;
}
.pageGroup .ArticleItem .details .resume a:after {
  content: none;
}
.pageGroup .FAQS .collapsable-hitarea i:before {
  content: "\f146";
}
.pageGroup .FAQS .background {
  padding: 10px;
  background: #9C4DA0;
  color: #fff;
}
.pageGroup .FAQS .background i {
  margin-right: 5px;
}
.pageGroup .FAQS .ArticleItem {
  height: auto!important;
}
.pageGroup .FAQS .ArticleItem .details {
  border: 1px solid #9C4DA0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}
.pageGroup .FAQS .ArticleItem .details .resume {
  margin: 0!important;
  padding: 10px !important;
  height: auto!important;
  border: none!important;
  font-size: 14px!important;
}
.pageGroup .noarticles {
  color: #6B6B6B;
  text-align: center;
}
.pageGroup .noarticles .icon {
  font-size: 5em;
}
.pageGroup .noarticles .icon .fa-ban {
  color: #9C4DA0;
}
.pageGroup .noarticles p {
  font-size: 16px;
}
.articledetail {
  position: relative;
  overflow: hidden;
  margin-bottom: 75px;
}
.articledetail .photo {
  display: table;
  float: left;
  margin: 0 10px 0 5px;
  width: 18%;
  height: 105px;
  text-align: center;
}
.articledetail .photo .photoWrapper {
  display: table-cell;
  background: #9C4DA0;
  vertical-align: middle;
}
.articledetail .photo .photoWrapper img {
  max-width: 140px;
  max-height: 105px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.articledetail .detailwrapper {
  position: relative;
  overflow: hidden;
}
.articledetail .details {
  float: left;
  width: 80%;
}
.articledetail .details .title {
  margin-bottom: 0;
  color: #9C4DA0;
  font-weight: 700;
  font-size: 30px;
  line-height: 60px;
}
.articledetail .details .source,
.articledetail .details .author {
  display: none;
}
.articledetail .resume,
.articledetail .text {
  margin: 0 0 20px;
  text-align: justify;
  font-size: 14px;
  line-height: 18px;
}
.articledetail .resume {
  display: none;
}
.articledetail .text {
  margin: 5px auto !important;
}
.articledetail .goBack {
  position: absolute;
  top: 0;
  right: 15px;
}
.articledetail .goBack a {
  color: #9C4DA0;
  vertical-align: middle;
  cursor: pointer;
}
/* #endregion */
/* #region 8.3) Presentation */
#dPresentation p {
  margin-bottom: 70px;
}
#dPresentation p.title {
  margin-bottom: 0;
  color: #9C4DA0;
}
/* #endregion */
/* #region 8.4) PLANS COMPARISON */
#show-plans-comparison {
  width: 975px;
  background-color: #9b4d9e;
}
table.table-comparison {
  border-collapse: separate;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  font-family: "Trebuchet MS", sans-serif;
  line-height: 1.4em;
}
.table-comparison {
  padding: 10px;
}
.table-comparison td {
  width: 15%;
  color: white;
  text-align: justify;
  font-size: 13px;
}
.table-comparison h1 {
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
.table-comparison td.first {
  width: 55%;
}
.table-comparison td.second {
  background-color: #a768a6;
  text-align: center;
}
.table-comparison td.third {
  background-color: #c79ac6;
  text-align: center;
}
.table-comparison td.fourth {
  background-color: #e7cce6;
  text-align: center;
}
.table-comparison .check:before {
  content: url(less/images/misc/check.png);
}
.table-comparison td.separator {
  padding: 2px;
}
/* #endregion */
/* #endregion*/
/* #region FancyBox */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  margin: 0;
  padding: 0;
  outline: none;
  border: 0;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  margin: 0;
  padding: 15px;
  color: #444;
  white-space: nowrap;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('webkit/images/fancybox/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 8060;
  display: block !important;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
}
.fancybox-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 8040;
  width: 36px;
  /* width: 35px; */
  height: 36px;
  outline: none;
  background: url('webkit/images/fancybox/fancybox_buttons.png') -57px 2px no-repeat #111;
  /* color: #111; */
  /* opacity: 0.8; */
  cursor: pointer;
}
.fancybox-nav {
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  z-index: 8040;
  width: 40%;
  height: 100%;
  background: transparent url('webkit/images/fancybox/blank.gif');
  text-decoration: none;
  cursor: pointer;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  z-index: 8040;
  visibility: hidden;
  margin-top: -18px;
  width: 36px;
  height: 34px;
  cursor: pointer;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  overflow: visible !important;
  max-width: 99999px;
  max-height: 99999px;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8010;
  display: none;
  overflow: hidden;
  background: url('webkit/images/fancybox/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  right: 0;
  bottom: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  position: relative;
  z-index: 8050;
  visibility: hidden;
  text-shadow: none;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  right: 50%;
  bottom: 0;
  z-index: 8050;
  margin-bottom: -35px;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  /* Fallback for web browsers that doesn't support RGBa */
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.8);
  background: transparent;
  color: #FFF;
  text-shadow: 0 1px 2px #222;
  white-space: nowrap;
  font-weight: bold;
  line-height: 24px;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    /*The size of the normal image, half the size of the hi-res image*/
    background-image: url('webkit/images/fancybox/fancybox_sprite@2x.png');
    background-size: 44px 152px;
  }
  #fancybox-loading div {
    /*The size of the normal image, half the size of the hi-res image*/
    background-image: url('webkit/images/fancybox/fancybox_loading@2x.gif');
    background-size: 24px 24px;
  }
}
#fancybox-buttons {
  position: fixed;
  left: 0;
  z-index: 8050;
  width: 100%;
}
#fancybox-buttons.top {
  top: 10px;
}
#fancybox-buttons.bottom {
  bottom: 10px;
}
#fancybox-buttons ul {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 166px;
  height: 30px;
  border: 1px solid #111;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: -moz-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -ms-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -o-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(50%, #343434), color-stop(50%, #292929), color-stop(100%, #333333));
  background: -webkit-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: #323232;
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  list-style: none;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#222222', GradientType=0);
}
#fancybox-buttons ul li {
  float: left;
  margin: 0;
  padding: 0;
}
#fancybox-buttons a {
  display: block;
  width: 30px;
  height: 30px;
  outline: none;
  background-color: transparent;
  background-image: url('webkit/images/fancybox/fancybox_buttons.png');
  background-repeat: no-repeat;
  text-indent: -9999px;
  opacity: 0.8;
}
#fancybox-buttons a:hover {
  opacity: 1;
}
#fancybox-buttons a.btnPrev {
  background-position: 5px 0;
}
#fancybox-buttons a.btnNext {
  border-right: 1px solid #3e3e3e;
  background-position: -33px 0;
}
#fancybox-buttons a.btnPlay {
  background-position: 0 -30px;
}
#fancybox-buttons a.btnPlayOn {
  background-position: -30px -30px;
}
#fancybox-buttons a.btnToggle {
  width: 35px;
  border-right: 1px solid #3e3e3e;
  border-left: 1px solid #111;
  background-position: 3px -60px;
}
#fancybox-buttons a.btnToggleOn {
  background-position: -27px -60px;
}
#fancybox-buttons a.btnClose {
  width: 35px;
  border-left: 1px solid #111;
  background-position: -56px 0px;
}
#fancybox-buttons a.btnDisabled {
  opacity: 0.4;
  cursor: default;
}
/* #endregion */
.data-protection-check label {
  display: initial !important;
}
#dPrivacyTerms h1 {
  margin-top: 65px;
  color: #9C4DA0;
  text-align: center;
  font-size: 40px;
}
#dPrivacyTerms h2 {
  color: #9C4DA0;
  text-align: center;
  font-size: 30px;
}
#dPrivacyTerms p {
  margin-bottom: 30px;
  font-size: 15px;
}