@charset "UTF-8";
body {
  font-family: "Open Sans", sans-serif;
  color: #666;
  margin: 0px;
  padding: 0;
}

@font-face {
  font-family: FontAwesome;
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: 400;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

a, a:active, a:focus {
  color: #666;
}

.font-weight-300 {
  font-weight: 300;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 700;
}

.font-weight-800 {
  font-weight: 800;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

a.label:focus, a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #a9a9a9;
}

.label-default[href]:focus, .label-default[href]:hover {
  background-color: #8f8f8f;
}

.label-primary {
  background-color: #ef766d;
}

.label-primary[href]:focus, .label-primary[href]:hover {
  background-color: #ef3732;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:focus, .label-success[href]:hover {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:focus, .label-info[href]:hover {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:focus, .label-warning[href]:hover {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:focus, .label-danger[href]:hover {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #a9a9a9;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
}

.btn-link {
  color: #666;
  font-weight: 400;
  border-radius: 0;
}

.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
  border-color: transparent;
}

.btn-link:focus, .btn-link:hover {
  color: #ef766d;
  text-decoration: none;
  background-color: transparent;
}

.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
  color: #a9a9a9;
  text-decoration: none;
}

.btn-group-lg > .btn, .btn-lg {
  padding: 17px 47px;
  font-size: 22px;
  line-height: 1.33333;
  border-radius: 40px;
}

.btn-group-sm > .btn, .btn-sm {
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-xs > .btn, .btn-xs {
  padding: 6px 14.8px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Open Sans',sans-serif;
  font-weight: 700;
  color: #45484d;
}

.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  display: inline;
  font: inherit;
  letter-spacing: inherit;
  -webkit-transition: .33s all ease;
  transition: .33s all ease;
}

.h1 a, .h1 a:active, .h1 a:focus, .h2 a, .h2 a:active, .h2 a:focus, .h3 a, .h3 a:active, .h3 a:focus,
.h4 a, .h4 a:active, .h4 a:focus, .h5 a, .h5 a:active, .h5 a:focus, .h6 a, .h6 a:active, .h6 a:focus,
h1 a, h1 a:active, h1 a:focus, h2 a, h2 a:active, h2 a:focus, h3 a, h3 a:active, h3 a:focus, h4 a,
h4 a:active, h4 a:focus, h5 a, h5 a:active, h5 a:focus, h6 a, h6 a:active, h6 a:focus {
  color: #45484d;
}

.h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover, h1 a:hover,
h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #ef766d;
}

.h1, h1 {
  font-size: 30px;
  line-height: 1.2;
}

.h2, h2 {
  font-size: 23px;
  line-height: 1.4;
}

.h3, h3 {
  font-size: 20px;
  line-height: 1.2;
}

.h4, h4 {
  font-size: 18px;
  line-height: 1.2;
}

.h5, h5 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
}

.h6, h6 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

h2 {
  padding: 0;
  font-size: 23px;
  line-height: 26px;
  font-weight: 400;
  color: #666;
}

.small, small {
  font-size: 12px;
  line-height: 18px;
}

code {
  padding: 5px 7px;
  font-size: 75%;
  color: #d9534f;
  background-color: #ecebe4;
  border-radius: 2px;
}

.mark, mark {
  color: #fff;
  background-color: #b6a779;
  padding: .1em .5em;
}

.icon-primary {
  color: #ef766d;
}

a:hover > .icon-primary {
  color: #45484d;
}

a:hover > .icon-facebook.icon-circle {
  color: #fff;
  background: #395b98;
  border-color: #395b98;
}

a:hover > .icon-twitter.icon-circle {
  color: #fff;
  background: #2ca7e0;
  border-color: #2ca7e0;
}

a:hover > .icon-google.icon-circle {
  color: #fff;
  background: #da563e;
  border-color: #da563e;
}

.btn-normal {
  padding-top: 16px;
  padding-bottom: 14px;
  font-size: 12px;
}

.button {
  border-radius: 35px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  border-radius: 35px;
  border: 2px solid;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
  outline: 0 !important;
}

.btn:active, .btn:active:focus, .btn:focus {
  outline: 0;
}

.btn.active, .btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary {
  background-color: #ef766d;
  border-radius: 50px;
  border-color: #ef766d;
  color: #ffffff;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #45484d;
  border-color: #45484d;
  color: #ffffff !important;
}

.btn-action {
  background-color: #1f7ef2;
  border-radius: 50px;
  border-color: #1f7ef2;
  color: #ffffff;
}

.btn-action:hover, .btn-action:active, .btn-action:focus {
  background-color: #0a58ca;
  border-color: #0a58ca;
  color: #ffffff !important;
}

.text-center {
  text-align: center;
}

.container:after, .container:before {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

.grid-element-outline {
  position: relative;
}

.grid-element-outline:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: -1px;
  z-index: -1;
  border: 1px solid #e0e0e0;
}

.grid-element-outline:hover::before {
  border: 1px solid #ef2e28;
}

.brand-logo {
  position: relative;
  max-width: 300px;
}

.brand-logo img {
  width: 100%;
  max-height: 50px;
}

.page-head {
  position: relative;
  z-index: 2;
  background-color: #fff;
}

.page-head.category-hdr {
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #1e3859), color-stop(50%, #1b3555), to(#132b4b));
  background: linear-gradient(to right, #1e3859 1%, #1b3555 50%, #132b4b 100%);
}

.navbar.bg-body-tertiary {
  background-color: transparent !important;
  padding: 20px 16px;
}

.rd-navbar-transparent {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100px;
}

.navbar-nav.rd-navbar-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-nav.rd-navbar-nav > li:not(:last-child) {
  margin-right: 10px;
}

.navbar-nav.rd-navbar-nav > li > a {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding-left: 20px;
  padding-right: 20px;
}

.navbar-nav.rd-navbar-nav > li > a.nav-link.active {
  color: #ef766e !important;
}

.navbar-nav.rd-navbar-nav > li > a:hover {
  color: #ef766e;
}

select::-ms-expand {
  display: none;
}

.no-gutters {
  margin: 0;
}

.no-gutters > div {
  padding: 0;
}

.gutter-10 {
  margin: 0 -5px -10px -5px;
}

.gutter-10 > div {
  padding: 0 5px 10px 5px;
}

.gutter-20 {
  margin: 0 -10px -20px -10px;
}

.gutter-20 > div {
  padding: 0 10px 20px 10px;
}

.pageBanner {
  position: relative;
  z-index: 1;
}

.pageBanner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 300px;
  background: url(/images/bg.svg) center top -2px no-repeat;
  background-size: cover;
  z-index: 0;
}

.pageBanner .FormContainer .btn {
  padding-top: 16px;
  padding-bottom: 14px;
  font-size: 12px;
}

.modal-content {
  background-color: rgba(13, 51, 98, 0.96);
}

.QuoteBox.Fixed {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(13, 51, 98, 0.96);
  overflow-y: scroll;
  z-index: 1010;
}

.QuoteBox.Fixed .Header {
  background-color: transparent;
}

.QuoteBox.Fixed .Content {
  background-color: transparent;
}

.QuoteBox .Header {
  background-color: #0d3362;
  color: #fff;
  font-size: 36px;
  line-height: 36px;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  padding: 40px 20px 50px 20px;
}

.QuoteBox .Content {
  background-color: #1f487c;
  padding: 0 20px 40px 20px;
}

.QuoteBox .Inner {
  max-width: 960px;
  margin: 0 auto;
}

.QuoteBox .Layout {
  position: relative;
  top: -20px;
}

.QuoteBox .ProgressBar {
  position: relative;
  height: 10px;
  background-color: #dadada;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  z-index: 6;
}

.QuoteBox .ProgressBar > div {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #ef766e;
}

.QuoteBox .FormContainer {
  background-color: #fff;
  padding: 30px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 5;
  margin-bottom: -10px;
}

.QuoteBox .FormContainer .Headline {
  font-size: 24px;
  line-height: 30px;
  display: block;
  margin-bottom: 20px;
  color: #45484d;
}

.QuoteBox .SeparatorText {
  border-top: 1px solid #dadada;
  height: 30px;
  margin-top: 30px;
}

.QuoteBox .SeparatorText > span {
  font-size: 12px;
  line-height: 12px;
  color: #999;
  text-align: center;
  display: block;
  width: 100px;
  margin: 0 auto;
  background-color: #fff;
  margin-top: -6px;
  text-transform: uppercase;
  font-weight: 700;
}

.QuoteBox .InfoContainer {
  background-color: #f0f0f0;
  padding: 30px;
  margin-top: 10px;
  position: relative;
  z-index: 4;
  border-radius: 0 4px 4px 0;
}

.QuoteBox .InfoContainer .Headline {
  font-size: 21px;
  line-height: 21px;
  color: #777;
  font-weight: 700;
  display: block;
  margin-bottom: 20px;
}

.QuoteBox .InfoContainer p {
  font-size: 16px;
  line-height: 28px;
  color: #777;
}

.QuoteBox label {
  display: block;
  border-radius: 2px;
  background-color: #f0f0f0;
  padding: 8px 8px 10px 8px;
  font-size: 14px;
  line-height: 14px;
  overflow: auto;
  -webkit-transition: .2s;
  transition: .2s;
  cursor: pointer;
  margin: 0 0 10px 0;
}

.QuoteBox label:hover {
  background-color: #eaeaea;
}

.QuoteBox label input {
  display: block;
  position: relative;
  top: 3px;
  float: left;
  margin-right: 6px;
}

.QuoteBox label span {
  float: left;
  margin-top: 3px;
}

.QuoteBox .Navigation {
  margin-top: 30px;
}

.InputLabel {
  display: block;
  font-size: 14px;
  margin: 0 0 2px 0;
}

.InputBasics {
  border: 1px solid #DADADA;
  display: block;
  padding: 7px;
  margin: 0;
  width: 100%;
  font-size: 14px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #000;
}

.InputBasics::-webkit-input-placeholder {
  color: #CFCFCF;
}

.InputBasics:-ms-input-placeholder {
  color: #CFCFCF;
}

.InputBasics::-ms-input-placeholder {
  color: #CFCFCF;
}

.InputBasics::placeholder {
  color: #CFCFCF;
}

.InputBasics:focus {
  border: 1px solid #AAAAAA;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

.Input_Date_Control {
  border: 1px solid #DADADA;
  display: block;
  padding: 6px;
  margin: 1px;
  width: 31%;
  float: left;
  font-size: 14px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #000;
}

.redErrorMessagetext {
  color: #ff0000;
  font-weight: 700;
  font-size: 12px;
}

.greentext {
  color: #228b22;
  font-weight: 700;
}

.redtext {
  color: #ff0000;
  font-weight: 700;
}

.ph-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.pr-0 {
  padding-right: 0px !important;
}

.country_code {
  height: 100%;
  border: 1px solid #dadada;
  padding: 6px;
  background: #fafafa;
}

.ExitButton {
  display: none;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
}

.ExitButton:hover {
  background-color: #fff;
  color: #0d3362;
}

.Fixed .ExitButton {
  display: block;
}

.PageNumber {
  float: right;
  padding: 11px 14px;
  background-color: #f0f0f0;
  font-size: 12px;
  line-height: 12px;
  border-radius: 4px;
}

.Points-con .QuoteBox {
  position: relative;
  height: 100%;
}

.Points-con .QuoteBox:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-left: 30px solid #fff;
  border-top: 200px solid #fff;
  border-right: 30px solid #1f487c;
  border-bottom: 182px solid #1f487c;
}

.QuoteBox .header {
  background-color: #0d3362;
  color: #fff;
  font-size: 36px;
  line-height: 36px;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  padding: 40px 20px 50px 20px;
}

.QuoteBox .Content {
  background-color: #1f487c;
  padding: 0 20px 40px 20px;
  height: 100%;
}

.QuoteBox .Inner {
  max-width: 960px;
  margin: 0 auto;
}

.QuoteBox .Layout {
  position: relative;
  top: -20px;
}

.QuoteBox .ProgressBar {
  position: relative;
  height: 10px;
  background-color: #dadada;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  z-index: 6;
}

.QuoteBox .ProgressBar > div {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #ef766d;
}

.QuoteBox .FormContainer {
  background-color: #fff;
  padding: 30px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 5;
  margin-bottom: -10px;
}

.QuoteBox .FormContainer .btn {
  padding-top: 16px;
  padding-bottom: 14px;
  font-size: 12px;
}

.QuoteBox .FormContainer .form-check {
  border-radius: 2px;
  background-color: #f0f0f0;
  padding: 10px 8px 10px 8px;
  font-size: 14px;
  line-height: 14px;
  cursor: pointer;
  margin: 0 0 10px 0;
}

.QuoteBox .FormContainer .form-check label {
  margin: 0px;
  padding: 0px;
}

.QuoteBox .FormContainer .form-check:hover {
  background-color: #eaeaea;
}

.QuoteBox .FormContainer .form-check .form-check-input {
  margin-left: 0;
  margin-right: 10px;
  position: relative;
  top: -2px;
}

.QuoteBox .FormContainer .Headline {
  font-size: 24px;
  line-height: 30px;
  display: block;
  margin-bottom: 20px;
  color: #45484d;
}

.QuoteBox .SeparatorText {
  border-top: 1px solid #dadada;
  height: 30px;
  margin-top: 30px;
}

.QuoteBox .SeparatorText > span {
  font-size: 12px;
  line-height: 12px;
  color: #999;
  text-align: center;
  display: block;
  width: 100px;
  margin: 0 auto;
  background-color: #fff;
  margin-top: -6px;
  text-transform: uppercase;
  font-weight: 700;
}

.QuoteBox .InfoContainer {
  background-color: #f0f0f0;
  padding: 30px;
  margin-top: 10px;
  position: relative;
  z-index: 4;
  border-radius: 0 4px 4px 0;
}

.QuoteBox .InfoContainer .Headline {
  font-size: 21px;
  line-height: 21px;
  color: #777;
  font-weight: 700;
  display: block;
  margin-bottom: 20px;
}

.QuoteBox .InfoContainer p {
  font-size: 16px;
  line-height: 28px;
  color: #777;
}

.QuoteBox label {
  display: block;
  border-radius: 2px;
  background-color: #f0f0f0;
  padding: 8px 8px 10px 8px;
  font-size: 14px;
  line-height: 14px;
  overflow: auto;
  -webkit-transition: .2s;
  transition: .2s;
  cursor: pointer;
  margin: 0 0 10px 0;
}

.QuoteBox label:hover {
  background-color: #eaeaea;
}

.QuoteBox label input {
  display: block;
  float: left;
  margin-right: 6px;
}

.QuoteBox label span {
  float: left;
  margin-top: 3px;
}

.QuoteBox .Navigation {
  margin-top: 30px;
}

.Points-con .QuoteBox .Layout {
  margin: 0;
  top: initial;
}

.Points-con .QuoteBox .Layout .FormContainer {
  margin-bottom: -40px;
}

.Points-con .QuoteBox .Content {
  padding: 30px 30px 0 30px;
  border-radius: 0 5px 5px 0;
}

.Points-con {
  border-radius: 5px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin-top: 40px;
  z-index: 900;
  position: relative;
  margin-bottom: 80px;
}

.Points-con .TextColumn {
  padding: 30px;
  background-color: #fff;
  border-radius: 5px 0 0 5px;
}

ul.CustomBullet {
  list-style: none;
}

ul.CustomBullet li {
  position: relative;
}

ul.CustomBullet.ExtraSpace {
  padding-top: 10px;
}

ul.CustomBullet.ExtraSpace li {
  margin-bottom: 18px;
}

ul.CustomBullet.Orange li .Bullet {
  color: #f37671;
}

ul.CustomBullet li .Bullet {
  position: absolute;
  left: -24px;
  font-family: "Font Awesome 5 Free";
}

ul.CustomBullet li i.fas.Bullet {
  top: 3px;
}

.ReviewWidget i.fa-star {
  color: #f5d553;
  margin-right: 3px;
}

.ReviewWidget {
  position: absolute;
  left: 0;
  bottom: -35px;
  font-size: 14px;
}

.Points-con .TextColumn h1 {
  font-size: 30px;
  line-height: 36px;
  margin: 0 0 10px 0;
}

.Points-con .TextColumn h2 {
  padding: 0;
  font-size: 23px;
  line-height: 26px;
  font-weight: 400;
  margin: 5px 0 12px 0 !important;
  color: #666;
}

.Points-con .TextColumn h3 {
  font-size: 18px;
  margin: 22px 0 10px 0;
}

.Points-con .TextColumn p {
  margin: 20px 0 20px 0;
}

html .offset-top-0 {
  margin-top: 0;
}

html .offset-top-10 {
  margin-top: 10px;
}

.section-30 {
  padding-top: 10px;
  padding-bottom: 30px;
}

.grid-element {
  padding: 12px 5px;
}

.artists .artistImageHref {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.artists .artistImg {
  width: 100%;
  visibility: visible !important;
}

.artists .artistLabels {
  position: absolute;
  bottom: 5px;
  left: 5px;
}

.artists .artistBody {
  height: 11em;
}

.artists .artistFooter {
  height: 6em;
}

.artists .artistRating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0;
  font-size: 14px;
}

.artists .artistInfo {
  min-height: 10em;
}

.artists .artistTitle {
  margin-top: 0;
  max-height: 2.8em;
  overflow: hidden;
  margin-bottom: 0px;
}

.artists .artistTitle a {
  text-decoration: none;
}

.artists .artistTitle a:hover {
  text-decoration: none;
}

.artists .artistHomeCity {
  margin-top: 0;
}

.artists .price,
.price {
  font-size: 14px;
  height: 1.4em;
}

.artists .artistVideo {
  height: 1.4em;
}

.artists .artistVideo .artistVideoLink {
  text-decoration: none;
}

.artists .artistVideo .artistVideoLink:hover {
  color: #ef766d;
}

.artists .artistVideo .video-target {
  margin-left: 5px;
  cursor: pointer;
}

.l-moreArtists {
  padding-top: 20px;
}

.l-moreArtists .btn {
  text-decoration: none;
  padding: 10px 28px;
}

.loader-new img {
  margin-right: 8px;
}

.artistsTop10 .artistBody {
  height: 11em;
}

.artistsTop10 .artistFooter {
  height: 4em;
}

.artistsTop10 .artistInfo {
  min-height: 10em;
}

.rating {
  font: 400 14px/18px FontAwesome;
  padding-left: .5em;
}

.rating:before {
  cursor: default;
  color: #f5be2b;
  letter-spacing: .5em;
}

.rating-0:before {
  content: "";
}

.rating-1:before {
  content: "";
}

.rating-2:before {
  content: "";
}

.rating-3:before {
  content: "";
}

.rating-4:before {
  content: "";
}

.rating-5:before {
  content: "";
}

.rating-sm {
  padding-left: 10px;
}

.rating-sm:before {
  font-size: 18px;
  line-height: 1;
  letter-spacing: .18em;
}

.rating-md {
  padding-left: 14px;
}

.rating-md:before {
  font-size: 30px;
  line-height: 1;
  letter-spacing: .38em;
}

.rating-left {
  padding-left: 0;
}

.price {
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  color: #545454;
  margin-top: 5px;
  margin-bottom: 5px;
}

.price-group > * {
  display: inline-block;
  vertical-align: baseline;
}

.price-group > * + * {
  margin-left: 10px;
}

* + .price-group {
  margin-top: 17px;
}

.price-sm {
  font-family: "Libre Baskerville", "Times New Roman", Times, serif;
  font-size: 20px;
  font-weight: 700;
}

.price-bigger {
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.price-md {
  font-size: 24px;
}

.price-lg {
  font-size: 32px;
  font-weight: 700;
}

.grid-element-fill {
  background: #ecebe4;
}

.lead {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

.LinkList h3 {
  margin: 0;
  padding: 0;
  font-weight: 400;
}

.LinkList a {
  font-size: 16px;
  text-decoration: none;
  line-height: 16px;
  padding: 12px;
  display: inline-block;
  background-color: #f0f0f0;
  color: #666;
  margin: 0 0 2px 0;
  width: 100%;
}

.LinkList a:hover {
  background-color: #dadada;
  color: #000;
}

.LinkList h3 a {
  background-color: #1d3758;
  color: #fff;
}

.LinkList h3 a:hover {
  background-color: #0b1d35;
  color: #fff;
}

.LinkList h3.area {
  background-color: #1d3758;
  color: #fff;
  display: inline-block;
  line-height: 16px;
  padding: 12px;
}

.WhiteLinks li a {
  background-color: #fff;
}

.col-count-2 {
  -webkit-column-count: 2;
  column-count: 2;
}

.col-count-3 {
  -webkit-column-count: 3;
  column-count: 3;
}

.accordion {
  margin-top: 20px;
}

.accordion .accordion-button {
  background-color: #ecebe4;
  font-weight: 600;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion .accordion-button:not(.collapsed) {
  background-color: #ecebe4;
}

.accordion .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion .accordion-item {
  margin-bottom: 10px;
}

.PageFooter {
  background-color: #322c36;
  color: #ccc;
  padding: 40px 0 80px 0;
}

.PageFooter hr {
  border-color: #555;
  margin-bottom: 40px;
}

.PageFooter a {
  color: #aaa;
  text-decoration: none;
}

.PageFooter a:hover {
  color: #ef766d;
}

.PageFooter .WidgetTitle {
  font-size: 18px;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}

.PageFooter p {
  line-height: 32px;
}

.LanguageList img {
  display: inline-block;
  margin-right: 5px;
}

.SocialList span {
  width: 20px;
  display: inline-block;
}

.PageFooter .Logo {
  max-width: 220px;
}

.PageFooter .footer-copyrt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ui-to-top.active {
  line-height: 40px;
}

.ui-to-top {
  position: fixed;
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 38px;
  border-radius: 50%;
  position: fixed;
  right: 15px;
  bottom: 15px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}

.ui-to-top,
.ui-to-top:active,
.ui-to-top:focus {
  color: #fff;
  background: #ef766e;
}

.ui-to-top:hover {
  color: #fff;
  background: #bbb5a0;
}

.ui-to-top:focus {
  outline: 0;
}

.ui-to-top.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.mobile .ui-to-top,
.tablet .ui-to-top {
  display: none !important;
}

.fa-angle-up::before {
  content: "\f106";
  font: normal normal normal 14px/1 FontAwesome;
}

ul.Breadcrumb {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: auto;
  font-size: 13px;
  margin-top: -3px;
  margin-bottom: 3px;
}

ul.Breadcrumb li {
  float: left;
}

ul.Breadcrumb li:after {
  display: inline-block;
  margin: 0 10px;
  font-family: FontAwesome;
  content: "\f105";
  font-size: 11px;
  color: #999;
}

ul.Breadcrumb li:last-child:after {
  display: none;
}

ul.Breadcrumb li a {
  color: #999;
}

.BeforeContentBox {
  height: 140px;
  background-color: #1F487C;
  margin-bottom: -80px;
}

.ContentBox {
  padding: 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin-bottom: 40px;
  border-bottom: 7px solid #1f487c;
}

.ContentBox h2 {
  padding: 0;
  font-size: 23px;
  line-height: 26px;
  font-weight: 400;
  margin: 35px 0 12px 0 !important;
  color: #666;
}

.ContentBox h3 {
  font-size: 18px;
  margin: 22px 0 10px 0;
}

.ContentBox.PaddingSmall {
  padding: 20px;
}

.ContentBox.PaddingSmall hr {
  margin: 40px -20px;
}

.ContentBox hr {
  border-color: #f0f0f0;
  margin: 40px -40px;
}

.WhiteLinks li a {
  background-color: #fff;
}

.LinkList a {
  font-size: 16px;
  line-height: 16px;
  padding: 12px;
  display: inline-block;
  background-color: #f0f0f0;
  color: #666;
  margin: 0 0 2px 0;
  width: 100%;
}

.LinkList a:hover {
  background-color: #dadada;
  color: #000;
}

.LinkList h3 a {
  background-color: #1d3758;
  color: #fff;
}

.LinkList h3 a:hover {
  background-color: #0b1d35;
  color: #fff;
}

.LinkList h3.area {
  background-color: #1d3758;
  color: #fff;
  display: inline-block;
  line-height: 16px;
  padding: 12px;
}

.area-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.area-list li {
  width: calc(24% - 10px);
}

.breadcrumb li a {
  text-decoration: none;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

.list-header {
  padding: 0;
  font-size: 23px;
  line-height: 26px;
  font-weight: 400;
  margin: 35px 0 12px 0;
}

.LatestEnquryContainer {
  padding: 40px 0 20px;
  background-color: transparent;
}

.LatestEnquryContainer h3 {
  font-size: 18px;
  margin: 0px 0 10px 0;
}

.HowToContainer {
  padding: 20px 0 40px;
}

.HowToContainer h2 {
  padding: 0;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 26px;
  font-weight: 400;
}

.HowToContainer .card {
  border: 1px solid #eaeaea;
}

.HowToContainer .card h5 {
  font-weight: 600;
  margin-bottom: 20px;
}

.HowToContainer .card h5 span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #1F487C;
  color: #ffffff;
  margin-right: 5px;
  text-align: center;
  line-height: 30px;
  border-radius: 50px;
  font-size: 16px;
}

.HowToContainer .card .card-text {
  color: #666;
}

.areas-header {
  font-size: 30px;
  margin-bottom: 25px;
}

@media (min-width: 480px) {
  .h2, h2 {
    font-size: 26px;
  }
  .h3, h3 {
    font-size: 22px;
  }
  .h4, h4 {
    font-size: 20px;
    line-height: 1.35;
  }
  .h6, h6 {
    font-size: 18px;
    line-height: 1.44;
  }
  .ui-to-top {
    right: 40px;
    bottom: 40px;
  }
}

@media (min-width: 768px) {
  .grid-element {
    padding: 15px 10px;
  }
  .artistHeader {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -15px;
    height: 200px;
    overflow: hidden;
  }
  .h1, h1 {
    font-size: 40px;
  }
  .h2, h2 {
    font-size: 32px;
  }
  .h3, h3 {
    font-size: 28px;
  }
  .h5, h5 {
    font-size: 20px;
  }
  .col-count-sm-1 {
    -webkit-column-count: unset;
    column-count: unset;
  }
  .col-count-sm-2 {
    -webkit-column-count: 2;
    column-count: 2;
  }
  .col-count-sm-3 {
    -webkit-column-count: 3;
    column-count: 3;
  }
}

@media (min-width: 992px) {
  .grid-element {
    padding: 25px 15px;
  }
  .artistHeader {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -28px;
    height: 150px;
    overflow: hidden;
  }
  .h1, h1 {
    font-size: 50px;
  }
  .h2, h2 {
    line-height: 1.15789;
    font-size: 38px;
  }
  .h3, h3 {
    line-height: 1.26667;
    font-size: 30px;
  }
  .price-lg {
    font-size: 38px;
  }
  .col-count-md-1 {
    -webkit-column-count: unset;
    column-count: unset;
  }
  .col-count-md-2 {
    -webkit-column-count: 2;
    column-count: 2;
  }
  .col-count-md-3 {
    -webkit-column-count: 3;
    column-count: 3;
  }
}

@media (min-width: 1200px) {
  .grid-element {
    padding: 29px 15px 29px 15px;
  }
  .col-count-lg-2 {
    -webkit-column-count: 2;
    column-count: 2;
  }
  .col-count-lg-3 {
    -webkit-column-count: 3;
    column-count: 3;
  }
  .col-count-lg-4 {
    -webkit-column-count: 4;
    column-count: 4;
  }
}

@media (max-width: 991px) {
  .container, .container-md, .container-sm {
    max-width: 90%;
  }
  .page-head .navbar .container {
    position: relative;
    padding: 0px;
  }
  .page-head .navbar .container::before {
    width: 100%;
  }
  .page-head .navbar .navbar-collapse {
    position: absolute;
    top: 60px;
    width: 100%;
    left: 0px;
    border-radius: 10px;
    z-index: 999;
    background-color: #1d3757;
    padding: 20px;
  }
  .page-head .navbar .navbar-toggler {
    border: 1px solid #ffffff;
    background-color: #fff;
    position: absolute;
    right: 0;
  }
  .page-head .navbar .navbar-toggler:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .area-list li {
    width: calc(32% - 10px);
  }
}

@media (max-width: 767px) {
  .Points-con {
    margin-bottom: 30px;
  }
  .product {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .lead {
    font-size: 24px;
  }
  .Points-con .QuoteBox:before {
    display: none;
  }
  .Points-con .QuoteBox .Content {
    position: relative;
    top: -30px;
    border-radius: 0 0px 5px 5px;
  }
  .ReviewWidget {
    position: relative;
    bottom: 0;
    padding: 30px;
    top: 6px;
  }
  .QuoteBox .InfoContainer {
    border-radius: 0 0px 5px 5px;
    top: -10px;
  }
  .PageFooter .footer-copyrt {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .area-list li {
    width: calc(48% - 10px);
  }
}

@media (max-width: 480px) {
  .brand-logo {
    max-width: 180px;
  }
  .Points-con {
    margin-top: 10px;
  }
  .area-list li {
    width: calc(100% - 0px);
  }
}
/*# sourceMappingURL=styles.css.map */