 /* Style V.0.0.34b (r601 z-index correction) - no font-weight */

 /* fix */
 input, input:before, input:after {
  -webkit-user-select: initial;
  -khtml-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
 } 
/* fix */

html {
  max-width: 100vw!important;
  overflow-x: hidden;
}

.p-5 { padding: 5px; }
.p-t-5 { padding-top: 5px; }
.p-b-5 { padding-bottom: 5px; }
.p-l-5 { padding-left: 5px; }
.p-r-5 { padding-right: 5px; }

.p-10 { padding: 10px; }
.p-t-10 { padding-top: 10px; }
.p-b-10 { padding-bottom: 10px; }
.p-l-10 { padding-left: 10px; }
.p-r-10 { padding-right: 10px; }

.p-15 { padding: 15px; }
.p-t-15 { padding-top: 15px; }
.p-b-15 { padding-bottom: 15px; }
.p-l-15 { padding-left: 15px; }
.p-r-15 { padding-right: 15px; }

.m-5 { margin: 5px; }
.m-t-5 { margin-top: 5px; }
.m-b-5 { margin-bottom: 5px; }
.m-l-5 { margin-left: 5px; }
.m-r-5 { margin-right: 5px; }

.m-10 { margin: 10px; }
.m-t-10 { margin-top: 10px; }
.m-b-10 { margin-bottom: 10px; }
.m-l-10 { margin-left: 10px; }
.m-r-10 { margin-right: 10px; }

.m-15 { margin: 15px; }
.m-t-15 { margin-top: 15px; }
.m-b-15 { margin-bottom: 15px; }
.m-l-15 { margin-left: 15px; }
.m-r-15 { margin-right: 15px; }
.text-center { text-align: center }
.container {
position: relative; }

section {background-attachment: fixed;background-position: center!important; background-size: cover!important }

.btn {
margin-bottom: 0.5rem; }
.btn + .btn {
margin-left: 1rem; }
@media (max-width: 767px) {
.btn {
  white-space: normal; }
  .btn + .btn {
    margin-left: 0; } }

.bg-primary {
background-color: #c0a375;
}

.bg-success {
background-color: #90a878 !important; }

.bg-info {
background-color: #7e9b9f !important; }

.bg-warning {
background-color: #f3c649 !important; }

.bg-danger {
background-color: #f28281 !important; }

.bg-none {
background: none !important; }

.btn {
font-weight: 500;
/* letter-spacing: 2px; */
/* padding: 0.75rem 2.1875rem; */
font-size: 0.75rem;
line-height: 1.5;
border-radius: 3px;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

.btn-xxs {
padding: 0.225rem 0.5874rem;
font-size: 0.6687rem;
line-height: 1;
border-radius: 3px;
font-style: italic;
font-weight: 400;
letter-spacing: 0px;
}

.btn-xs {
padding: 0.425rem 1.1874rem;
font-size: 0.7687rem;
line-height: 1;
border-radius: 3px;
font-style: italic;
font-weight: 400;
letter-spacing: 0px;
}

.btn-sm {
padding: 0.625rem 2.1874rem;
font-size: 0.9687rem;
line-height: 1.5;
border-radius: 3px;
font-style: italic;
font-weight: 400;
letter-spacing: 0px; }

.btn-lg {
padding: 0.75rem 2.1874rem;
font-size: 0.9687rem;
line-height: 1.33333;
border-radius: 3px; }

.btn-xlg {
padding: 0.75rem 2.1874rem;
font-size: 1.1875rem;
line-height: 1.33333;
border-radius: 3px; }

.btn-primary {
background-color: #c0a375;
border-color: #c0a375;
box-shadow: none;
color: #fff; }
.btn-primary:hover {
color: #fff;
background-color: #a07e49;
border-color: #a07e49;
box-shadow: none; }
.btn-primary:focus, .btn-primary.focus {
color: #fff;
background-color: #a07e49;
border-color: #a07e49; }
.btn-primary:active, .btn-primary.active {
color: #fff;
background-color: #a07e49;
border-color: #a07e49;
background-image: none;
box-shadow: none; }
.btn-primary.disabled, .btn-primary:disabled {
color: #fff !important;
background-color: #a07e49 !important;
border-color: #a07e49 !important;
opacity: 0.85; }

.btn-secondary {
background-color: #bfcecb;
border-color: #bfcecb;
box-shadow: none;
color: #fff; }
.btn-secondary:hover {
color: #fff;
background-color: #94ada8;
border-color: #94ada8;
box-shadow: none; }
.btn-secondary:focus, .btn-secondary.focus {
color: #fff;
background-color: #94ada8;
border-color: #94ada8; }
.btn-secondary:active, .btn-secondary.active {
color: #fff;
background-color: #94ada8;
border-color: #94ada8;
background-image: none;
box-shadow: none; }
.btn-secondary.disabled, .btn-secondary:disabled {
color: #fff !important;
background-color: #94ada8 !important;
border-color: #94ada8 !important;
opacity: 0.85; }

.btn-info {
background-color: #7e9b9f;
border-color: #7e9b9f;
box-shadow: none;
color: #fff; }
.btn-info:hover {
color: #fff;
background-color: #597478;
border-color: #597478;
box-shadow: none; }
.btn-info:focus, .btn-info.focus {
color: #fff;
background-color: #597478;
border-color: #597478; }
.btn-info:active, .btn-info.active {
color: #fff;
background-color: #597478;
border-color: #597478;
background-image: none;
box-shadow: none; }
.btn-info.disabled, .btn-info:disabled {
color: #fff !important;
background-color: #597478 !important;
border-color: #597478 !important;
opacity: 0.85; }

.btn-success {
background-color: #90a878;
border-color: #90a878;
box-shadow: none;
color: #fff; }
.btn-success:hover {
color: #fff;
background-color: #6a8153;
border-color: #6a8153;
box-shadow: none; }
.btn-success:focus, .btn-success.focus {
color: #fff;
background-color: #6a8153;
border-color: #6a8153; }
.btn-success:active, .btn-success.active {
color: #fff;
background-color: #6a8153;
border-color: #6a8153;
background-image: none;
box-shadow: none; }
.btn-success.disabled, .btn-success:disabled {
color: #fff !important;
background-color: #6a8153 !important;
border-color: #6a8153 !important;
opacity: 0.85; }

.btn-warning {
background-color: #f3c649;
border-color: #f3c649;
box-shadow: none;
color: #fff; }
.btn-warning:hover {
color: #fff;
background-color: #e1a90f;
border-color: #e1a90f;
box-shadow: none; }
.btn-warning:focus, .btn-warning.focus {
color: #fff;
background-color: #e1a90f;
border-color: #e1a90f; }
.btn-warning:active, .btn-warning.active {
color: #fff;
background-color: #e1a90f;
border-color: #e1a90f;
background-image: none;
box-shadow: none; }
.btn-warning.disabled, .btn-warning:disabled {
color: #fff !important;
background-color: #e1a90f !important;
border-color: #e1a90f !important;
opacity: 0.85; }

.btn-danger {
background-color: #f28281;
border-color: #f28281;
box-shadow: none;
color: #fff; }
.btn-danger {
background-color: #9c1e1c;
border-color: #9b1a17;
box-shadow: none;
color: #fff; }
.btn-danger:hover {
color: #fff;
background-color: #eb3d3c;
border-color: #eb3d3c;
box-shadow: none; }
.btn-danger:focus, .btn-danger.focus {
color: #fff;
background-color: #eb3d3c;
border-color: #eb3d3c; }
.btn-danger:active, .btn-danger.active {
color: #fff;
background-color: #eb3d3c;
border-color: #eb3d3c;
background-image: none;
box-shadow: none; }
.btn-danger.disabled, .btn-danger:disabled {
color: #fff !important;
background-color: #eb3d3c !important;
border-color: #eb3d3c !important;
opacity: 0.85; }

.btn-white {
background-color: #fff;
border-color: #fff;
box-shadow: none;
color: #535353; }
.btn-white:hover {
color: #fff;
background-color: #d4d4d4;
border-color: #d4d4d4;
box-shadow: none; }
.btn-white:focus, .btn-white.focus {
color: #fff;
background-color: #d4d4d4;
border-color: #d4d4d4; }
.btn-white:active, .btn-white.active {
color: #fff;
background-color: #d4d4d4;
border-color: #d4d4d4;
background-image: none;
box-shadow: none; }
.btn-white.disabled, .btn-white:disabled {
color: #fff !important;
background-color: #d4d4d4 !important;
border-color: #d4d4d4 !important;
opacity: 0.85; }

.btn-black {
background-color: #535353;
border-color: #535353;
box-shadow: none;
color: #fff; }
.btn-black:hover {
color: #fff;
background-color: #2d2d2d;
border-color: #2d2d2d;
box-shadow: none; }
.btn-black:focus, .btn-black.focus {
color: #fff;
background-color: #2d2d2d;
border-color: #2d2d2d; }
.btn-black:active, .btn-black.active {
color: #fff;
background-color: #2d2d2d;
border-color: #2d2d2d;
background-image: none;
box-shadow: none; }
.btn-black.disabled, .btn-black:disabled {
color: #fff !important;
background-color: #2d2d2d !important;
border-color: #2d2d2d !important;
opacity: 0.85; }

.btn-violet {
  background-color: #4d4289!important;
  border-color: #4d4289!important;
  box-shadow: none;
  color: #fff; }
  .btn-violet:hover {
    color: #4d4289!important;
    background-color: #fff!important;
    border-color: #fff!important;
    box-shadow: none; }
  .btn-violet:focus, .btn-violet.focus {
    color: #fff;
    background-color: #4d4289;
    border-color: #4d4289; }
  .btn-violet:active, .btn-violet.active {
    color: #fff;
    background-color: #4d4289;
    border-color: #4d4289;
    background-image: none;
    box-shadow: none; }
  .btn-violet.disabled, .btn-violet:disabled {
    color: #fff !important;
    background-color: #4d4289 !important;
    border-color: #4d4289 !important;
    opacity: 0.85; }

.btn-primary-outline {
background: none;
border-color: #8e7041;
color: #8e7041; }
.btn-primary-outline:focus, .btn-primary-outline.focus, .btn-primary-outline:active, .btn-primary-outline.active {
color: #fff;
background-color: #c0a375;
border-color: #c0a375; }
.btn-primary-outline:hover {
color: #fff;
background-color: #c0a375;
border-color: #c0a375; }
.btn-primary-outline.disabled, .btn-primary-outline:disabled {
color: #fff !important;
background-color: #c0a375 !important;
border-color: #c0a375 !important;
opacity: 0.85; }

.btn-secondary-outline {
background: none;
border-color: #85a29c;
color: #85a29c; }
.btn-secondary-outline:focus, .btn-secondary-outline.focus, .btn-secondary-outline:active, .btn-secondary-outline.active {
color: #fff;
background-color: #bfcecb;
border-color: #bfcecb; }
.btn-secondary-outline:hover {
color: #fff;
background-color: #bfcecb;
border-color: #bfcecb;
}
.btn-secondary-outline.disabled, .btn-secondary-outline:disabled {
color: #fff !important;
background-color: #bfcecb !important;
border-color: #bfcecb !important;
opacity: 0.85; }

.btn-info-outline {
background: none;
border-color: #4e6669;
color: #4e6669; }
.btn-info-outline:focus, .btn-info-outline.focus, .btn-info-outline:active, .btn-info-outline.active {
color: #fff;
background-color: #7e9b9f;
border-color: #7e9b9f; }
.btn-info-outline:hover {
color: #fff;
background-color: #7e9b9f;
border-color: #7e9b9f; }
.btn-info-outline.disabled, .btn-info-outline:disabled {
color: #fff !important;
background-color: #7e9b9f !important;
border-color: #7e9b9f !important;
opacity: 0.85; }

.btn-success-outline {
background: none;
border-color: #5d7149;
color: #5d7149; }
.btn-success-outline:focus, .btn-success-outline.focus, .btn-success-outline:active, .btn-success-outline.active {
color: #fff;
background-color: #90a878;
border-color: #90a878; }
.btn-success-outline:hover {
color: #fff;
background-color: #90a878;
border-color: #90a878; }
.btn-success-outline.disabled, .btn-success-outline:disabled {
color: #fff !important;
background-color: #90a878 !important;
border-color: #90a878 !important;
opacity: 0.85; }

.btn-warning-outline {
background: none;
border-color: #c9970d;
color: #c9970d; }
.btn-warning-outline:focus, .btn-warning-outline.focus, .btn-warning-outline:active, .btn-warning-outline.active {
color: #fff;
background-color: #f3c649;
border-color: #f3c649; }
.btn-warning-outline:hover {
color: #fff;
background-color: #f3c649;
border-color: #f3c649; }
.btn-warning-outline.disabled, .btn-warning-outline:disabled {
color: #fff !important;
background-color: #f3c649 !important;
border-color: #f3c649 !important;
opacity: 0.85; }

.btn-danger-outline {
background: none;
border-color: #e82625;
color: #e82625; }
.btn-danger-outline:focus, .btn-danger-outline.focus, .btn-danger-outline:active, .btn-danger-outline.active {
color: #fff;
background-color: #f28281;
border-color: #f28281; }
.btn-danger-outline:hover {
color: #fff;
background-color: #f28281;
border-color: #f28281; }
.btn-danger-outline.disabled, .btn-danger-outline:disabled {
color: #fff !important;
background-color: #f28281 !important;
border-color: #f28281 !important;
opacity: 0.85; }

.btn-white-outline {
background: none;
border-color: #fff;
color: #fff; }
.btn-white-outline:focus, .btn-white-outline.focus, .btn-white-outline:active, .btn-white-outline.active {
color: #535353;
background-color: #fff;
border-color: #fff; }
.btn-white-outline:hover {
color: #535353;
background-color: #fff;
border-color: #fff; }
.btn-white-outline.disabled, .btn-white-outline:disabled {
color: #535353 !important;
background-color: #fff !important;
border-color: #fff !important;
opacity: 0.85; }

.btn-black-outline {
background: none;
border-color: #202020;
color: #202020; }
.btn-black-outline:focus, .btn-black-outline.focus, .btn-black-outline:active, .btn-black-outline.active {
color: #fff;
background-color: #535353;
border-color: #535353; }
.btn-black-outline:hover {
color: #fff;
background-color: #535353;
border-color: #535353; }
.btn-black-outline.disabled, .btn-black-outline:disabled {
color: #fff !important;
background-color: #535353 !important;
border-color: #535353 !important;
opacity: 0.85; }

a.dps-iconfont:hover {
text-decoration: none; }

#follow-us .dps-section-title, #follow-us .btn-social {
color: #ffcb00;
}
.btn-social {
font-size: 20px;
border-radius: 50%;
padding: 0;
width: 80px;
height: 80px;
line-height: 44px;
text-align: center;
position: relative;
/* color: #232323; */
}
.btn-social i {
top: 0;
line-height: 44px;
width: 44px; }
.btn-social:hover {
color: #fff;
}
.btn-social + .btn {
margin-left: 0.1rem; }

p.lead,
.lead p {
font-size: 1.07rem;

margin-bottom: 2.3125rem; }

.article .lead p, .article .lead ul, .article .lead ol, .article .lead pre, .article .lead blockquote {
margin-bottom: 0; }

.lead {
font-size: 1.07rem;
}
.lead a {
font-style: italic;
font-weight: 400; }
.lead a, .lead a:hover {
  color: #4948fb;
  text-decoration: none;
  }
.lead h1 {
font-size: 3rem;
font-weight: 600;
letter-spacing: -1px;
margin-bottom: 1.605rem; }
.lead h2 {
font-size: 2.5rem;
font-weight: 600;
letter-spacing: -1px;
margin-bottom: 1.605rem; }
.lead h3 {
font-size: 2rem;
font-weight: 600;
margin-bottom: 1.605rem; }
.lead h4 {
font-size: 1.5rem;
font-weight: 600;
margin-bottom: 1.605rem; }
.lead blockquote {
font-style: italic;
padding: 10px 0 10px 20px;
border-left: 4px solid #c39f76;
font-size: 1.09rem;
position: relative; }
.lead ul, .lead ol, .lead pre, .lead blockquote {
margin-bottom: 2.3125rem; }
.lead pre {
background: #f4f4f4;
padding: 10px 0 10px 24px; }

.display-1 {
font-size: 4.39rem;
font-size: calc(20px + 3vw)!important;
letter-spacing: -2px;
margin-bottom: 0.2843em;
margin-top: 3.9rem; }

.display-2 {
font-size: 2rem;
font-size: calc(22px + 1vw)!important;
letter-spacing: -1px;
margin-bottom: 1.5625rem;
margin-top: 3.5rem;
}

.display-3 {
font-size: 2.5rem;
font-size: calc(20px + 1vw)!important;
margin-top: 3.2rem;
margin-bottom: 2rem; }

.display-4 {
font-size: 2rem;
margin-top: 2.3rem;
margin-bottom: 1.8rem; }

.modal-backdrop {
background: -webkit-linear-gradient(left, #564740, #3a414a);
background: -moz-linear-gradient(left, #564740, #3a414a);
background: -o-linear-gradient(left, #564740, #3a414a);
background: -ms-linear-gradient(left, #564740, #3a414a);
background: linear-gradient(left, #564740, #3a414a);
opacity: 0.94; }

.modal-backdrop.in {z-index: 9000!important;}

.dps-gallery {
z-index: 10000!important
}

.no-match, .match-exist { color:rgba(255,0,4,1.00); font-weight: bold }
.form-control {
background-color: #f5f5f5;
border-radius: 3px;
box-shadow: none;
color: #565656;
font-size: 0.875rem;
line-height: 1.43;
min-height: 3.5em;
padding: 0.5em 1.07em 0.5em;
}
.form-control, .form-control:focus {
border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
border-color: #f28281; }

.form-control-label {
cursor: pointer;
font-size: 0.875rem;
margin-bottom: 0.357em;
padding: 0; }

.alert {
border-radius: 0;
border: 0;
font-size: 0.875rem;
line-height: 1.5;
margin-bottom: 1.875rem;
padding: 1.25rem;
position: relative; }
.alert.alert-form:after {
background-color: inherit;
bottom: -7px;
content: "";
display: block;
height: 14px;
left: 50%;
margin-left: -7px;
position: absolute;
transform: rotate(45deg);
width: 14px; }

.alert-success {
background-color: #90a878;
color: #fff; }

.alert-info {
background-color: #7e9b9f;
color: #fff; }

.alert-warning {
background-color: #f3c649;
color: #fff; }

.alert-danger {
background-color: #f28281;
color: #fff; }

/**
* TYPOGRAPHY
*/
body {
color: #232323;
max-width: 100vw;
overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.display-1, .display-2, .display-3, .display-4 {
word-break: break-word;
word-wrap: break-word; }

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
transition-delay: 9999s;
transition-property: background-color, color; }

.text-primary {
color: #c0a375 !important; }

.text-success {
color: #90a878 !important; }

.text-info {
color: #7e9b9f !important; }

.text-warning {
color: #f3c649 !important; }

.text-danger {
color: #f28281 !important; }

.text-white {
color: #fff !important; }

.message-warning fa.fa-close.text-red {
color: #c50200 !important;
margin-left: auto;
margin-right: auto;
clear: both;
}

.text-blue {
color: #2b3eab !important; }

.text-black {
color: #535353 !important; }

.dps-section {
position: relative;
/* padding-top: 120px; 
padding-bottom: 120px; */
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
}

.dps-section-full {
display: table;
height: 100vh;
padding-bottom: 0;
padding-top: 0;
table-layout: fixed;
width: 100%; }
.dps-section-full > .dps-table-cell {
width: 100%; }

.dps-section-small {
padding-top: 60px;
padding-bottom: 60px; }

.dps-section-title {
margin-top: 0; }

.dps-section__container--first {
padding-top: 120px;
padding-bottom: 40px; }

.dps-section__container--middle {
padding-top: 0;
padding-bottom: 40px; }

.dps-section__container--last {
padding-top: 0;
padding-bottom: 120px; }

.dps-section-sm-padding {
padding-top: 40px;
padding-bottom: 40px; }

.dps-section-md-padding {
padding-top: 90px;
padding-bottom: 90px; }

.dps-section-nopadding {
padding-top: 0;
padding-bottom: 0; }

.dps-section-subtitle {
display: block;
font-style: italic;
font-weight: 400;
font-size: 17px;
line-height: 26px;
color: #8c8c8c;
margin-bottom: 30px; }

.dps-section-title + .dps-section-subtitle {
margin-top: -21px; }

.dps-section-hero::before {
display: none !important; }
.dps-section-hero .dps-section-title {
color: #fff;
margin-bottom: 1.6875rem; }
.dps-section-hero .dps-section-lead {
color: #fff;
font-size: 1.5rem;
font-style: italic;
margin-top: -1em; }
.dps-section-hero .dps-section-text {
color: #fff; }

@media (max-width: 767px) {
.dps-section {
padding-top: 60px;
padding-bottom: 60px; }

.dps-section-full {
padding-bottom: 0;
padding-top: 0; }

.dps-section__container--first {
padding-top: 60px;
padding-bottom: 40px; }

.dps-section__container--middle {
padding-top: 0;
padding-bottom: 40px; }

.dps-section__container--last {
padding-top: 0;
padding-bottom: 60px; }

.dps-section-sm-padding {
padding-top: 40px;
padding-bottom: 40px; }

.dps-section-md-padding {
padding-top: 60px;
padding-bottom: 60px; }

.dps-section-nopadding {
padding-top: 0;
padding-bottom: 0; }

.dps-section-subtitle {
margin-bottom: 0; }

.dps-section-hero.dps-after-navbar .dps-section {
padding-top: 120px; }
.dps-section-hero.dps-section-with-arrow .dps-section {
padding-bottom: 120px; }
.dps-section-hero .dps-section-title {
font-size: 3.125rem !important; }
.dps-section-hero .dps-section-lead {
font-size: 1.125rem !important; }
.dps-section-hero .dps-section-btn .btn {
font-size: 0.75rem !important;
line-height: 1.5;
padding: 0.75rem 2.1875rem; } }
.dps-overlay {
/* background-color: #000; */
bottom: 0;
left: 0;
/* opacity: 0.5; */
position: absolute;
right: 0;
top: 0;
z-index: 1;
}
.dps-overlay ~ * {
z-index: 2; }

.dps-background-video,
.dps-background-video-preview {
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0; }

.dps-background-video-preview {
z-index: 0 !important; }

.dps-table {
display: table;
width: 100%; 
max-width: 94vw;
}

.dps-table-full {
height: 100%;
position: relative;
width: 100%; }

.dps-table-cell {
display: table-cell;
float: none;
padding-bottom: 0;
padding-top: 0;
position: relative;
vertical-align: middle; }

.dps-table-md-up {
width: 100%; }
.dps-table-md-up .dps-table-cell {
display: block; }
.dps-table-md-up .dps-table-cell + .dps-table-cell {
padding-top: 40px; }
@media (min-width: 768px) {
.dps-table-md-up {
  display: table; }
  .dps-table-md-up .dps-table-cell {
    display: table-cell; }
  .dps-table-md-up .dps-table-cell + .dps-table-cell {
    padding-top: 0; } }

.dps-figure {
display: block;
margin: 0;
overflow: hidden;
position: relative;
width: 100%; }
.dps-figure img, .dps-figure iframe {
display: block;
width: 100%; }
.dps-figure .dps-figure-caption {
background: #2e2e2e;
color: #fff;
padding: 1.5rem 0;
text-align: center;
width: 100%; }
.dps-figure .dps-figure-caption-over {
background: -moz-linear-gradient(left, rgba(67, 76, 99, 0.85), rgba(188, 155, 114, 0.85)) !important;
background: -ms-linear-gradient(left, rgba(67, 76, 99, 0.85), rgba(188, 155, 114, 0.85)) !important;
background: -o-linear-gradient(left, rgba(67, 76, 99, 0.85), rgba(188, 155, 114, 0.85)) !important;
background: -webkit-linear-gradient(left, rgba(67, 76, 99, 0.85), rgba(188, 155, 114, 0.85)) !important;
background: linear-gradient(left, rgba(67, 76, 99, 0.85), rgba(188, 155, 114, 0.85)) !important;
bottom: 0;
position: absolute; }

.inner .container .col-xs-12.lead img {
margin: 5px;
}

.dps-map {
height: 25rem;
position: relative; }
.dps-map iframe {
height: 100%;
width: 100%; }
.dps-map [data-state-details] {
color: #6b6763;
height: 1.5em;
margin-top: -0.75em;
padding-left: 1.25rem;
padding-right: 1.25rem;
position: absolute;
text-align: center;
top: 50%;
width: 100%; }
.dps-map[data-state] {
background: #e9e5dc; }
.dps-map[data-state="loading"] [data-state-details] {
display: none; }
.dps-map[data-state="loading"]::after {
content: "";
-webkit-animation: btnCircleLoading .6s infinite linear;
animation: btnCircleLoading .6s infinite linear;
border-radius: 50%;
border: 6px rgba(255, 255, 255, 0.35) solid;
border-top-color: #fff;
height: 40px;
left: 50%;
margin-left: -20px;
margin-top: -20px;
position: absolute;
top: 50%;
width: 40px; }

/*-------

Gallery

-------*/
.dps-gallery .dps-gallery-item {
position: relative;
display: inline-block;
width: 25%; }
@media (max-width: 768px) {
.dps-gallery .dps-gallery-item {
  width: 50%; } }
@media (max-width: 400px) {
.dps-gallery .dps-gallery-item {
  width: 100%; } }

.dps-gallery .dps-gallery-item img {
width: 100%;
opacity: 1;
-webkit-transition: .2s opacity ease-in-out;
transition: .2s opacity ease-in-out; }

.dps-gallery .dps-gallery-item > a:hover img {
opacity: 1; }

.dps-gallery .dps-gallery-item > a {
background: #fff;
display: block;
outline: none;
position: relative; }
.dps-gallery .dps-gallery-item > a::before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: -webkit-linear-gradient(left, #554346, #45505b) !important;
background: -moz-linear-gradient(left, #554346, #45505b) !important;
background: -o-linear-gradient(left, #554346, #45505b) !important;
background: -ms-linear-gradient(left, #554346, #45505b) !important;
background: linear-gradient(left, #554346, #45505b) !important;
opacity: 0;
-webkit-transition: .2s opacity ease-in-out;
transition: .2s opacity ease-in-out; }

.dps-gallery .dps-gallery-item .icon {
-webkit-transform: translateX(-50%) translateY(-50%);
-webkit-transition: .2s opacity ease-in-out;
color: #000;
font-size: 30px;
height: 69px;
left: 50%;
opacity: 0;
position: absolute;
top: 50%;
transform: translateX(-50%) translateY(-50%);
transition: .2s opacity ease-in-out;
width: 69px; }
.dps-gallery .dps-gallery-item .icon::before, .dps-gallery .dps-gallery-item .icon::after {
content: "";
display: block;
position: absolute;
height: 69px;
width: 1px;
margin-left: 34.5px;
background-color: #fff; }
.dps-gallery .dps-gallery-item .icon::after {
width: 69px;
height: 1px;
margin-left: 0;
margin-top: 34.5px; }

.dps-gallery .dps-gallery-item > a:hover .icon {
opacity: 1; }

.dps-gallery .dps-gallery-item > a:hover::before {
opacity: 0.9; }

.dps-gallery-title {
font-size: 0.9em;
position: absolute;
display: block;
width: 100%;
bottom: 0;
padding: 1rem;
color: #fff;
background: -webkit-linear-gradient(left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important;
background: -moz-linear-gradient(left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important;
background: -o-linear-gradient(left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important;
background: -ms-linear-gradient(left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important;
background: linear-gradient(left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important;
-webkit-transition: .2s background ease-in-out;
transition: .2s background ease-in-out; }

.dps-gallery .dps-gallery-item > a:hover .dps-gallery-title {
background: transparent !important; }

/* remove spacing */
.dps-gallery .dps-gallery-row.no-gutter {
margin: 0; }

.dps-gallery .dps-gallery-row.no-gutter .dps-gallery-item {
padding: 0; }

/* container */
.dps-gallery .container.dps-gallery-layout-default {
padding: 93px 0; }

/* fix horizontal scrollbar */
.dps-gallery .dps-gallery-layout-default,
.dps-gallery .dps-gallery-layout-article {
overflow: hidden; }

/* lightbox */
.dps-gallery .modal {
position: fixed;
overflow: hidden;
padding-right: 0 !important; }

.dps-gallery .modal-content {
border-radius: 0; }

.dps-gallery .modal-body {
padding: 0; }

.dps-gallery .modal-body img {
width: 100%;
}

.dps-gallery .modal .close {
position: fixed;
background: #1b1b1b;
opacity: 0.5;
font-size: 55px;
font-weight: 300;
width: 70px;
height: 70px;
border-radius: 50%;
color: #fff;
top: 2.5rem;
right: 2.5rem;
line-height: 61px;
border: 0;
text-align: center;
text-shadow: none;
z-index: 5;
-webkit-transition: opacity .3s ease;
-moz-transition: opacity .3s ease;
-o-transition: opacity .3s ease;
transition: opacity .3s ease; }

.dps-gallery .modal .close:hover {
opacity: 1;
background: #000;
color: #fff; }

.dps-gallery .modal.in .modal-dialog {
margin: 0 auto; }

/* modal back color opacity */
.modal-backdrop.in {
opacity: 0.8;
filter: alpha(opacity=80); }

@media (max-width: 768px) {
.dps-gallery .carousel-indicators,
.dps-gallery .carousel-control,
.dps-gallery .modal .close {
position: fixed; } }
/* fix fade in effect */
.dps-gallery .modal.fade .modal-dialog {
-webkit-transition: margin-top 0.3s ease-out;
-moz-transition: margin-top 0.3s ease-out;
-o-transition: margin-top 0.3s ease-out;
transition: margin-top 0.3s ease-out; }

.dps-gallery .modal.in .modal-dialog,
.dps-gallery .modal.fade .modal-dialog {
-webkit-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none; }


.dps-gallery .dps-gallery-item .icon {
-webkit-transform: translateX(-50%) translateY(-50%);
-webkit-transition: .2s opacity ease-in-out;
color: #fff8f8!important;
font-size: 30px;
font-weight: bold;
height: 69px;
left: 50%;
opacity: 0;
position: absolute;
top: 50%;
transform: translateX(-50%) translateY(-50%);
transition: .2s opacity ease-in-out;
width: 69px;
}
.dps-gallery .dps-gallery-item .icon::before, .dps-gallery .dps-gallery-item .icon::after {
content: "";
display: none!important;
position: absolute;
height: 69px;
width: 1px;
margin-left: 34.5px;
background-color: #fff; }
.dps-gallery .dps-gallery-item .icon::after {
width: 69px;
height: 1px;
margin-left: 0;
margin-top: 34.5px; }

.dps-gallery .dps-gallery-item .icon {opacity: 0.5;text-align: center!important;font-size: 1rem!important;}
.index .dps-gallery .dps-gallery-item > a:hover {
opacity: 1;
animation: infinite-spinning 5s;
}


/*-------

Slider

-------*/
.dps-slider .carousel-inner > .active,
.dps-slider .carousel-inner > .next,
.dps-slider .carousel-inner > .prev {
display: table; }

.dps-slider .carousel-control {
position: absolute;
width: 70px;
height: 70px;
top: 50%;
margin-top: -35px;
line-height: 70px;
border-radius: 50%;
color: inherit;
background: #1b1b1b;
border: 0;
opacity: 0.5;
text-shadow: none;
z-index: 5;
color: #fff;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s; }

.dps-gallery .dps-slider .carousel-control {
position: fixed; }
@media (max-width: 991px) {
.dps-gallery .dps-slider .carousel-control {
  bottom: 2.5rem;
  margin-top: 0;
  top: auto;
  z-index: 17; } }

.dps-gallery .dps-slider .carousel-inner > .active {
display: block;
}

.dps-slider .carousel-control.left {
left: 0;
margin-left: 2.5rem; }

.dps-slider .carousel-control.right {
right: 0;
margin-right: 2.5rem; }

.dps-slider .carousel-control .icon-next,
.dps-slider .carousel-control .icon-prev {
margin-top: -18px;
font-size: 40px;
line-height: 27px; }

.dps-slider .carousel-control:hover {
background: #1b1b1b;
color: #fff;
opacity: 1; }

.dps-slider .carousel-indicators {
position: absolute;
bottom: 0;
margin-bottom: 1.5rem !important; }
@media (max-width: 543px) {
.dps-slider .carousel-indicators {
  display: none; } }

.dps-gallery .dps-slider .carousel-indicators {
position: fixed;
margin-bottom: 2.5rem !important; }
@media (max-width: 991px) {
.dps-gallery .dps-slider .carousel-indicators {
  margin-bottom: 3.625rem !important;
  padding-left: 2.5rem;
  padding-right: 2.5rem; } }

.gal-description {
position: absolute;
bottom: 0px;
padding: 0.5%;
width: 100%;
z-index: 10000;
color: #fff;
text-align: center;
background-color: rgba(0,0,0,0.5);
}

.dps-slider .carousel-indicators li,
.dps-slider .carousel-indicators .active {
width: 15px;
height: 15px;
margin: 3px;
background: #1b1b1b;
border: 0;
opacity: 0.5; }

.dps-slider .carousel-indicators .active {
border: 4px solid #1b1b1b;
background: #fff; }

@media (max-width: 767px) {
.dps-slider .carousel-control {
top: auto;
bottom: 20px; }

.dps-slider > .container .carousel-control {
margin-bottom: 0px; } }
/* boxed slider */
.dps-slider > .boxed-slider {
position: relative;
padding: 93px 0; }

.dps-slider > .boxed-slider > div {
position: relative; }

.dps-slider > .container img {
width: 100%; }

.dps-slider > .container img + .row {
position: absolute;
top: 50%;
left: 0;
right: 0;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 2; }

.dps-slider .dps-section {
padding: 0;
background-attachment: scroll; }

.dps-slider .dps-table-cell {
padding: 0; }

.dps-slider > .container .carousel-indicators {
margin-bottom: 3px; }

/* article slider */
.dps-slider > .article-slider .dps-section,
.dps-slider > .article-slider .dps-section .dps-table-cell {
padding-top: 0;
padding-bottom: 0; }

/*-------

Cards

-------*/
.dps-cards-row {
position: relative;
margin-left: 0 !important;
margin-right: 0 !important; }
.dps-cards-col {
padding-left: 0;
padding-right: 0;
padding-top: 40px;
padding-bottom: 40px;
}
@media (max-width: 767px) {
.dps-cards-col {
  padding-top: 60px;
  padding-bottom: 60px; } }
.dps-cards .striped .card {
padding-left: 10%;
padding-right: 10%; }
.dps-cards .striped .dps-cards-col:nth-child(2n+1) {
background: #2e2e2e;
color: #fff; }
.dps-cards .striped .dps-cards-col:nth-child(2n+1) .card-subtitle {
color: #979797; }
.dps-cards .card {
text-align: center;
border: 0;
background: none;
padding-left: 0;
padding-right: 0;
margin-bottom: 0; }
@media (max-width: 991px) {
.dps-cards .card {
  padding-left: 0;
  padding-right: 0; } }
@media (min-width: 992px) {
.dps-cards-row {
display: table;
width: 100%; }
.dps-cards-row::after {
  display: none; }
.dps-cards-col {
display: table-cell;
float: none;
}
.index  .dps-cards-col { width: 33%; }
.dps-cards > .container {
margin: 0;
max-width: none;
padding: 0;
width: 100%; } }
.dps-cards .card-block {
background: none;
padding: 0; }
.dps-cards .card-img-top {
border-radius: 0;
width: auto;
max-width: 100%;
background-position: center;
}
.dps-cards .card-img + .card-block {
padding-top: 2.3125rem; }
.dps-cards .card-text {
margin: 0; }
.dps-cards .card-text + .card-btn {
padding-top: 1.375rem; }
.dps-cards .card-title {
margin-bottom: 0;
font-size: 1.25rem;
font-weight: bold;
letter-spacing: -1px;
line-height: 1.2825; }
.dps-cards .card-title + * {
padding-top: 1rem; }
.dps-cards .card-title + .card-btn {
padding-top: 1.4375rem; }
.dps-cards .card-subtitle {
margin-bottom: 0;
font-style: italic;
font-weight: 400;
font-size: 0.875rem;
color: #5b5b5b;
margin-top: -1rem;
line-height: 1.7857;
padding-bottom: 1rem; }
.dps-cards .card-subtitle + .card-btn {
padding-top: 0.3125rem; }
.dps-cards .iconbox {
border-style: solid;
border-color: #f2f2f2;
border-width: 1px;
width: 100px;
height: 100px;
line-height: 100px;
border-radius: 500px;
display: inline-block; }
.dps-cards .iconbox > .dps-iconfont {
line-height: inherit; }

/*-------

Price Table

-------*/
@media (min-width: 1600px) {
.dps-price-table {
padding-left: 12%;
padding-right: 12%; } }
.dps-price-table .row {
margin-left: 0;
margin-right: 0; }
.dps-price-table .row > div {
padding-left: 0.625rem;
padding-right: 0.625rem; }
@media (max-width: 1199px) {
  .dps-price-table .row > div {
    padding-bottom: 40px; } }

/*-------

Price Table / Plan

-------*/
.dps-plan {
background: none;
border-radius: 0;
border: 1px solid rgba(255, 255, 255, 0.2);
color: #fff;
margin-bottom: 0;
/* padding: 0.625rem; */
}
.dps-plan .list-group-item {
background: none;
border-bottom: 0;
border-top: 1px dotted rgba(255, 255, 255, 0.2);
font-size: 0.875rem;
line-height: 3.125rem;
padding-bottom: 0;
padding-top: 0; }
.dps-plan .card-title {
margin-bottom: 1.5625rem; }
.dps-plan-title {
font-size: 0.9375rem;
font-weight: 700;
line-height: 1.28;
margin-bottom: 0; }
.dps-plan-subtitle, .dps-plan-price-desc {
color: #a0a0a0;
font-size: 0.875rem;
font-style: italic;
font-weight: 400;
line-height: 1.79; }
.dps-plan-price-desc {
display: block;
padding-top: 1.25rem; }
.dps-plan-header, .dps-plan-body {
background: rgba(255, 255, 255, 0.1); }
.dps-plan-header {
padding-bottom: 2.1375rem;
padding-top: 2.1875rem;
padding: 0;
position: relative;
}
.dps-plan-header.bg-primary .dps-plan-subtitle,
.dps-plan-header.bg-primary .dps-plan-price-desc {
  color: #e8ddcd; }
.dps-plan-header.bg-success .dps-plan-subtitle,
.dps-plan-header.bg-success .dps-plan-price-desc {
  color: #d0dac6; }
.dps-plan-header.bg-info .dps-plan-subtitle,
.dps-plan-header.bg-info .dps-plan-price-desc {
  color: #c7d4d5; }
.dps-plan-header.bg-warning .dps-plan-subtitle,
.dps-plan-header.bg-warning .dps-plan-price-desc {
  color: #fbebc1; }
.dps-plan-header.bg-danger .dps-plan-subtitle,
.dps-plan-header.bg-danger .dps-plan-price-desc {
  color: #fef5f5; }
.dps-plan-label {
background: #28262b;
color: #fff;
display: block;
font-size: 0.6875rem;
font-weight: 400;
height: 3.125rem;
line-height: 3.125rem;
min-width: 3.125rem;
padding: 0 0.75rem;
position: absolute;
right: 0;
top: 0; }
.dps-plan-body {
margin-top: 2px;
padding-bottom: 0;
/* padding-top: 2.5rem; */
}
.dps-plan-list {
padding-bottom: 4.0625rem;
padding-top: 1.5625rem; }
.dps-plan-btn {
margin-top: -1.5rem;
/* padding-bottom: 1.375rem; */
/* padding-top: 1.875rem; */
}

/*-------

Price Table / Price

-------*/
.dps-price {
line-height: 1.3;
}
.dps-price-value {
font-size: 1.875rem;
line-height: 1;
position: relative;
top: -1.25rem; }
.dps-price-figure {
font-size: 1.55rem;
line-height: inherit;
padding-left: 0.625rem;
}
.dps-price-term {
font-size: 1.875rem;
position: relative; }
.dps-price-term:before {
  content: "/";
  font-size: 110%;
  font-weight: 100;
  position: relative; }

/*-------

Testimonials

-------*/
.dps-testimonials .row > div {
padding-bottom: 40px; }
.dps-testimonials .row > div:last-child {
padding-bottom: 0; }
@media (min-width: 992px) {
.dps-testimonials .row > div:nth-child(3n+1) {
clear: left; }
.dps-testimonials .row > div:nth-last-child(-1n+3) {
padding-bottom: 0; } }

/*-------

Testimonials / Item

-------*/
.dps-testimonial {
border-radius: 0;
border: 0;
margin-bottom: 0;
text-align: center; }
.dps-testimonial + * {
padding-top: 40px; }
.dps-testimonial.card {
background-color: transparent; }
.dps-testimonial .card-block {
background: #f4f4f4;
color: #565656;
font-size: 1.125rem;
font-style: italic;
font-weight: 400;
line-height: 2;
padding: 1.875rem;
position: relative; }
.dps-testimonial .card-block:after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px; }
.dps-testimonial-lg .card-block {
padding-bottom: 90px; }
.dps-testimonial .card-footer {
background: none;
border: 0;
padding: 0;
position: relative;
z-index: 2; }
.dps-testimonial .card-footer:last-child {
  border-radius: 0; }

/*-------

Testimonials / Author

-------*/
.dps-author-img {
margin-top: -2.5rem; }
.dps-author-img img {
height: 5rem;
width: 5rem; }
.dps-author-name {
color: #2d2d2d;
font-size: 1rem;
font-weight: 700;
letter-spacing: -1px;
line-height: 1.3;
padding-top: 1.25rem; }
.dps-author-desc {
color: #a7a7a7;
font-size: 0.875rem;
font-style: italic;
font-weight: 400;
line-height: 1.597; }

/*-------

Info

-------*/
.dps-info-subtitle, .dps-info-extra .dps-info-title {
margin-bottom: 0; }
.dps-info-extra .dps-info-subtitle {
margin-bottom: 0.5rem; }

/*-------

Subscribe

-------*/
.dps-subscribe {
background: #f5f5f5;
border-radius: 3px;
border: 1px solid #e8e8e8;
height: 4rem;
padding: 0;
position: relative; }
.dps-subscribe .form-control {
background: none;
border: 0;
position: relative;
top: 0.4375rem; }
.dps-subscribe .input-group-btn {
position: static; }
.dps-subscribe .input-group-btn::after {
  border-radius: 3px;
  border: 1px solid transparent;
  bottom: -1px;
  content: "";
  display: block;
  left: -1px;
  position: absolute;
  right: -1px;
  top: -1px; }
.form-active .dps-subscribe .form-control:invalid ~ .input-group-btn::after {
border-color: #f28281; }
.dps-subscribe .btn {
border-radius: 3px !important;
margin-bottom: 0;
margin-right: 0.5625rem; }
.dps-subscribe-dark {
background: none;
border-color: rgba(255, 255, 255, 0.2); }
.dps-subscribe-dark .form-control {
  color: #fff; }

/*-------

Small footer

-------*/
.dps-small-footer {
background: #323232;
color: #acacac;
font-size: 0.8125rem;
padding: 1.75rem 0; }
.dps-small-footer p {
margin-bottom: 0; }

.dps-small-footer a {
color: #c0a375; }
.dps-small-footer a:hover {
text-decoration: none; }

/*-------

Footer

-------*/
.dps-footer {
color: #fff;
padding-left: 1.25rem;
padding-right: 1.25rem; }
@media (min-width: 1280px) {
.dps-footer {
  padding-left: 6.25rem;
  padding-right: 6.25rem; } }
.dps-footer > .row, .dps-footer > .container > .row {
margin-left: 0;
margin-right: 0; }
.dps-footer > .row > div, .dps-footer > .container > .row > div {
  padding-bottom: 40px; }
  .dps-footer > .row > div:last-child, .dps-footer > .container > .row > div:last-child {
    padding-bottom: 0; }
.dps-footer > .container {
padding-left: 0;
padding-right: 0; }
@media (min-width: 768px) {
.dps-footer > .row > div:nth-child(2n+1) {
  clear: left; }
.dps-footer > .row > div:nth-last-child(-1n+2) {
  padding-bottom: 0; }
.dps-footer > .container > .row > div {
  clear: none !important;
  padding-bottom: 0 !important; } }
@media (min-width: 992px) {
.dps-footer > .row > div {
  clear: none !important;
  padding-bottom: 0 !important; } }
.dps-footer p a, .dps-footer ul a {
color: #c0a375; }
.dps-footer p a:hover, .dps-footer ul a:hover {
  text-decoration: none; }
.dps-footer .btn-black {
background-color: #242424;
border-color: #242424; }
.dps-footer .btn-black.disabled, .dps-footer .btn-black[disabled], .dps-footer .btn-black:hover {
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important; }
.dps-footer .dps-map {
height: 18.75rem; }
.dps-footer form .form-control-label {
font-size: 0.875rem;
position: relative; }
.dps-footer form .form-control {
background: none;
border-color: rgba(255, 255, 255,0.9);
color: #fff;
font-size: 0.875rem;
min-height: 3.2em;
padding: 0.5em 1em 0.5em;
}

.dps-footer-content h1, .dps-footer-content h2, .dps-footer-content h3, .dps-footer-content h4,
.dps-footer-content p strong, .dps-footer-content strong, .dps-footer .dps-contacts h1, .dps-footer .dps-contacts h2, .dps-footer .dps-contacts h3, .dps-footer .dps-contacts h4,
.dps-footer .dps-contacts p strong, .dps-footer .dps-contacts strong {
color: #7c7c7c;
font-size: 1rem;
font-weight: 700;
letter-spacing: -1px;
line-height: 1.3;
margin-bottom: 1.875em; }
.dps-footer-content p strong, .dps-footer-content strong, .dps-footer .dps-contacts p strong, .dps-footer .dps-contacts strong {
display: inline-block; }
.dps-footer-content p, .dps-footer .dps-contacts p {
color: #fff;
font-size: 0.875rem;
margin-bottom: 0; }
.dps-footer-content ul, .dps-footer .dps-contacts ul {
line-height: 1.8;
list-style: none;
margin: 0;
padding: 0; }
.dps-footer-content li, .dps-footer .dps-contacts li {
border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
color: #bcbcbc;
display: block;
font-size: 0.875rem;
line-height: 1.8;
overflow: hidden;
padding: 0.72em 0;
padding-left: 1.8em;
position: relative;
width: 100%; }
.dps-footer-content li:last-child, .dps-footer .dps-contacts li:last-child {
border-bottom: 0; }
.dps-footer-content li::before, .dps-footer .dps-contacts li::before {
background: #c0a375;
content: "";
height: 0.36em;
left: 0;
margin-top: -0.18em;
position: absolute;
top: 50%;
width: 0.36em; }
.dps-footer-content li a, .dps-footer .dps-contacts li a {
color: #988571;
-webkit-transition: color .3s ease;
-moz-transition: color .3s ease;
transition: color .3s ease;
}
.dps-footer-content li a:hover, .dps-footer .dps-contacts li a:hover {
  color: #c0a375; }

.footer1 ul {
margin-top: -13px; }

.footer4 > .container > .row {
margin-left: 0;
margin-right: 0; }
.footer4 > .container > .row > div > .row > div:first-child {
padding-bottom: 40px; }
.footer4 > .container > .row > div > .row > div:first-child:last-child {
  padding-bottom: 0; }
@media (min-width: 544px) {
.footer4 > .container > .row > div, .footer4 > .container > .row > div > .row > div {
clear: none !important;
padding-bottom: 0 !important; } }

/*-------

Company

-------*/
.dps-company {
background: none;
border-radius: 0;
border: 0;
margin-bottom: 0; }
.dps-company .card-img-top {
height: 58px;
margin-bottom: 1.57rem;
width: auto; }
.dps-company .card-block {
background: none;
padding: 0; }
.dps-company .card-text {
color: #acacac;
font-size: 0.875rem;
margin-bottom: 1.57rem; }
.dps-company .list-group {
display: block; }
.dps-company .list-group-item {
background: none;
border: 0;
display: table;
padding: 0;
padding-bottom: 1.375rem;
width: 100%; }
.dps-company .list-group-icon,
.dps-company .list-group-text {
display: table-cell;
height: 2.25rem;
position: relative;
vertical-align: middle; }
.dps-company .list-group-icon {
padding-right: 1.25rem;
text-align: center;
width: 3.5rem; }
.dps-company .list-group-text {
color: #fff;
font-size: 0.875rem;
line-height: 1.6;
position: static;
vertical-align: middle; }
.dps-company .list-group-text::after {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
  bottom: 0.625rem;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  width: 50%; }
.dps-company .list-group-item.active, .dps-company .list-group-item.active:hover {
background: none; }
.dps-company .list-group-item.active .list-group-text {
color: #c0a375; }
.dps-company .list-group-item:last-child {
padding-bottom: 0; }
.dps-company .list-group-item:last-child .list-group-text::after {
  display: none; }

/*-------

Arrow

-------*/
@-webkit-keyframes floating-arrow {
from {
-webkit-transform: translateY(-4px);
transform: translateY(-4px); }
65% {
-webkit-transform: translateY(4px);
transform: translateY(4px); }
to {
-webkit-transform: translateY(-4px);
transform: translateY(-4px); } }
@keyframes floating-arrow {
from {
-webkit-transform: translateY(-4px);
transform: translateY(-4px); }
65% {
-webkit-transform: translateY(4px);
transform: translateY(4px); }
to {
-webkit-transform: translateY(-4px);
transform: translateY(-4px); } }

.dps-arrow-up {
bottom: 0px;
right: 10px;
position: fixed;
text-align: right;
z-index: 10000;
width: 100%; }
@media (max-width: 991px) {
.dps-arrow-up {
  bottom: 31px; } }
@media (max-width: 320px) {
.dps-arrow-up {
  bottom: 21px; } }
@media all and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
.dps-arrow-up {
  bottom: 31px; } }
.dps-arrow-up .dps-arrow-icon::before {
  content: "\2039";
  color: #fff;
  text-shadow: 1px 1px 5px #000;
  display: inline-block;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  left: 4px;
  position: relative;
  top: 6px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); 
}

.dps-arrow {
bottom: 13px;
left: 95%;
position: fixed;
z-index: 10000;
text-align: center;
width: 5%;
}
.dps-intro {
position: absolute!important;
left: 48.1vw;
bottom: 12vh;
}
@media (max-width: 991px) {
.dps-arrow {
  bottom: 31px; } }
@media (max-width: 320px) {
.dps-arrow {
  bottom: 21px; } }
@media all and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
.dps-arrow {
  bottom: 31px; } }
.dps-arrow a {
background: rgba(0, 0, 0, 0.1);
border-radius: 3px;
color: #fff;
display: inline-block;
height: 46px;
outline-style: none !important;
position: relative;
text-decoration: none;
transition: all .3s ease-in-out;
width: 46px;
top: 70px;
}
.dps-arrow a:hover {
  background: #2d2d2d; }
.dps-arrow-icon {
display: block; }
.dps-arrow-icon::before {
  content: "\203a";
  display: inline-block;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  left: 4px;
  position: relative;
  top: 6px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }
.dps-arrow-floating .dps-arrow-icon {
-webkit-animation: floating-arrow 1.6s infinite ease-in-out 0s;
animation: floating-arrow 1.6s infinite ease-in-out 0s; }

@media (min-width: 768px) {
.dps-right-padding-md-up {
padding-right: 85px; } }

.dps-valign-top {
vertical-align: top; }

.form-asterisk {
font-family: initial;
position: absolute;
top: -2px;
font-weight: normal; }

.row-sm-offset {
margin-left: -0.625rem;
margin-right: -0.625rem; }
.row-sm-offset > * {
padding-left: 0.625rem;
padding-right: 0.625rem; }

@-webkit-keyframes btnCircleLoading {
from {
-webkit-transform: rotate(0deg); }
to {
-webkit-transform: rotate(359deg); } }
@keyframes btnCircleLoading {
from {
transform: rotate(0deg); }
to {
transform: rotate(359deg); } }
.btn-loader {
-webkit-animation: btnCircleLoading .6s infinite linear;
animation: btnCircleLoading .6s infinite linear;
border-radius: 50%;
border: 4px rgba(255, 255, 255, 0.25) solid;
border-top-color: white;
display: none;
height: 26px;
left: 50%;
margin-left: -13px;
margin-top: -13px;
position: absolute;
top: 50%;
width: 26px; }

.btn-loading {
position: relative; }
.btn-loading .btn-text {
visibility: hidden; }
.btn-loading .btn-loader {
display: block; }

.hidden {
visibility: visible; /* temphack */ }

.visible {
visibility: visible; }

/*-------

Iconfont

-------*/
/* iconfont default styling */
/* for buttons */
.dps-iconfont.dps-iconfont-btn,
.dps-buttons__btn .dps-iconfont {
padding-right: 0.4em;
font-size: 1.6em;
line-height: 0.5em;
vertical-align: text-bottom;
position: relative;
top: -0.12em;
text-decoration: none; }

/* menu links */
.dps-iconfont.dps-iconfont-btn-parent,
.link .dps-iconfont {
font-size: 1.4em;
top: -0.3em;
position: relative;
vertical-align: middle; }

/*menu logo */
.dps-iconfont.dps-iconfont-menu,
.dps-iconfont.dps-iconfont-ext__menu {
font-size: 37px;
text-decoration: none;
color: #fff; }

/* features2, features3 */
.dps-iconfont.dps-iconfont-features2,
.dps-iconfont.dps-iconfont-features3 {
font-size: 119px;
text-decoration: none;
text-align: center;
display: block;
margin-top: 0.2em;
color: #F1C050; }

/* features4 */
.dps-iconfont.dps-iconfont-features4 {
font-size: 50px;
text-decoration: none;
text-align: center;
display: block;
color: #000; }

.dps-iconfont-features7 {
font-size: 50px;
text-decoration: none;
text-align: center;
display: block;
color: #fff; }

/* msg-box4 */
.dps-iconfont.dps-iconfont-msg-box4,
.dps-iconfont.dps-iconfont-msg-box5 {
font-size: 357px;
text-decoration: none;
color: #232323; }

/* header2 */
.dps-iconfont.dps-iconfont-header2 {
font-size: 400px;
text-decoration: none;
color: #fff; }

/* contacts1 */
.dps-iconfont.dps-iconfont-contacts1 {
font-size: 119px;
text-decoration: none;
color: #9C9C9C; }

/* contacts3 */
.dps-iconfont.dps-iconfont-logo-contacts3 {
font-size: 58px;
text-decoration: none;
color: #9C9C9C;
margin-bottom: 1.57rem; }

.dps-iconfont-company-contacts3 {
font-size: 22px;
color: #cfcfcf; }

.dps-iconfont-company-contacts5 {
font-size: 22px;
color: #000; }

html.is-builder .dps-cards .card-img + .card-block {
padding-top: 0; }
html.is-builder .dps-cards .card-text + .card-btn {
padding-top: 0; }
html.is-builder .dps-cards .card-title + * {
padding-top: 0; }
html.is-builder .dps-cards .card-title + .card-btn {
padding-top: 0; }
html.is-builder .dps-cards .card-subtitle + .card-btn {
padding-top: 0; }
html.is-builder :not([data-app-remove-it]).card-img + .card-block {
padding-top: 2.3125rem; }
html.is-builder :not([data-app-remove-it]).card-title + .card-subtitle, html.is-builder :not([data-app-remove-it]).card-title ~ .card-text {
padding-top: 1rem; }
html.is-builder :not([data-app-remove-it]).card-title ~ .card-btn {
padding-top: 1.4375rem; }
html.is-builder :not([data-app-remove-it]).card-subtitle + .card-text {
padding-top: 0; }
html.is-builder :not([data-app-remove-it]).card-subtitle ~ .card-btn {
padding-top: 0.3125rem; }
html.is-builder :not([data-app-remove-it]).card-text + .card-btn {
padding-top: 1.375rem; }

/*labels */
.cat-label {
position: absolute;
top: 0;
left: 0;
padding: 10px;
z-index: 100;
border-radius: 0;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
transition-property: background-color;
transition-duration: 0.3s
}
.cat-label:hover {
background-color: #0c0;
}
.cat-label.nav { position: static; }
.cat-label a { color:#fff; text-decoration: none }
/*# sourceMappingURL=style.css.map */

/***** Languages ***/
.lang-nav-item a {
text-transform: uppercase;
font-size: 0.8rem;
width: 49px;
height: auto;
padding: 0px!important;
float: right;
border: none;
}
.lang-icon { width: 24px; height: 21px; margin: 0; margin-right: 3px; margin-left: 3px; float: left; border:1px solid; background-size: cover!important; background-position: center; background-repeat: no-repeat; }
.lang-icon.it { background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBoZWlnaHQ9IjEwMDAiIHZpZXdCb3g9IjAgMCAzIDIiPg0KPHBhdGggZmlsbD0iIzAwOTI0NiIgZD0ibTAsMGgxdjJoLTF6Ii8+DQo8cGF0aCBmaWxsPSIjZmZmIiBkPSJtMSwwaDF2MmgtMXoiLz4NCjxwYXRoIGZpbGw9IiNjZTJiMzciIGQ9Im0yLDBoMXYyaC0xeiIvPg0KPC9zdmc+DQo=') center; }
.lang-icon.en {  
background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNjAgMzAiIGhlaWdodD0iNjAwIj4NCjxkZWZzPg0KPGNsaXBQYXRoIGlkPSJ0Ij4NCjxwYXRoIGQ9Im0zMCwxNWgzMHYxNXp2MTVoLTMwemgtMzB2LTE1enYtMTVoMzB6Ii8+DQo8L2NsaXBQYXRoPg0KPC9kZWZzPg0KPHBhdGggZmlsbD0iIzAwMjQ3ZCIgZD0ibTAsMHYzMGg2MHYtMzB6Ii8+DQo8cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iNiIgZD0ibTAsMGw2MCwzMG0wLTMwbC02MCwzMCIvPg0KPHBhdGggc3Ryb2tlPSIjY2YxNDJiIiBzdHJva2Utd2lkdGg9IjQiIGQ9Im0wLDBsNjAsMzBtMC0zMGwtNjAsMzAiIGNsaXAtcGF0aD0idXJsKCN0KSIvPg0KPHBhdGggc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjEwIiBkPSJtMzAsMHYzMG0tMzAtMTVoNjAiLz4NCjxwYXRoIHN0cm9rZT0iI2NmMTQyYiIgc3Ryb2tlLXdpZHRoPSI2IiBkPSJtMzAsMHYzMG0tMzAtMTVoNjAiLz4NCjwvc3ZnPg0K') center;
}
.lang-icon.ru { background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NTAgMzAwIj4NCjxwYXRoIGZpbGw9IiNmZmYiIGQ9Im0wLDBoNDUwdjEwMGgtNDUweiIvPg0KPHBhdGggZmlsbD0iIzAwZiIgZD0ibTAsMTAwaDQ1MHYxMDBoLTQ1MHoiLz4NCjxwYXRoIGZpbGw9IiNmMDAiIGQ9Im0wLDIwMGg0NTB2MTAwaC00NTB6Ii8+DQo8L3N2Zz4NCg==') center; }
.lang-icon.es { background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjM1IDY1MCIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KPGRlZnM+DQo8ZyBpZD0idW5pb24iPg0KPHVzZSB5PSItLjIxNiIgeGxpbms6aHJlZj0iI3g0Ii8+DQo8dXNlIHhsaW5rOmhyZWY9IiN4NCIvPg0KPHVzZSB5PSIuMjE2IiB4bGluazpocmVmPSIjczYiLz4NCjwvZz4NCjxnIGlkPSJ4NCI+DQo8dXNlIHhsaW5rOmhyZWY9IiNzNiIvPg0KPHVzZSB5PSIuMDU0IiB4bGluazpocmVmPSIjczUiLz4NCjx1c2UgeT0iLjEwOCIgeGxpbms6aHJlZj0iI3M2Ii8+DQo8dXNlIHk9Ii4xNjIiIHhsaW5rOmhyZWY9IiNzNSIvPg0KPC9nPg0KPGcgaWQ9InM1Ij4NCjx1c2UgeD0iLS4yNTIiIHhsaW5rOmhyZWY9IiNzdGFyIi8+DQo8dXNlIHg9Ii0uMTI2IiB4bGluazpocmVmPSIjc3RhciIvPg0KPHVzZSB4bGluazpocmVmPSIjc3RhciIvPg0KPHVzZSB4PSIuMTI2IiB4bGluazpocmVmPSIjc3RhciIvPg0KPHVzZSB4PSIuMjUyIiB4bGluazpocmVmPSIjc3RhciIvPg0KPC9nPg0KPGcgaWQ9InM2Ij4NCjx1c2UgeD0iLS4wNjMiIHhsaW5rOmhyZWY9IiNzNSIvPg0KPHVzZSB4PSIuMzE1IiB4bGluazpocmVmPSIjc3RhciIvPg0KPC9nPg0KPGcgaWQ9InN0YXIiPg0KPHVzZSB4bGluazpocmVmPSIjcHQiIHRyYW5zZm9ybT0ibWF0cml4KC0uODA5MDIgLS41ODc3OSAuNTg3NzkgLS44MDkwMiAwIDApIi8+DQo8dXNlIHhsaW5rOmhyZWY9IiNwdCIgdHJhbnNmb3JtPSJtYXRyaXgoLjMwOTAyIC0uOTUxMDYgLjk1MTA2IC4zMDkwMiAwIDApIi8+DQo8dXNlIHhsaW5rOmhyZWY9IiNwdCIvPg0KPHVzZSB4bGluazpocmVmPSIjcHQiIHRyYW5zZm9ybT0icm90YXRlKDcyKSIvPg0KPHVzZSB4bGluazpocmVmPSIjcHQiIHRyYW5zZm9ybT0icm90YXRlKDE0NCkiLz4NCjwvZz4NCjxwYXRoIGZpbGw9IiNmZmYiIGlkPSJwdCIgZD0iTS0uMTYyNSwwIDAtLjUgLjE2MjUsMHoiIHRyYW5zZm9ybT0ic2NhbGUoLjA2MTYpIi8+DQo8cGF0aCBmaWxsPSIjYmYwYTMwIiBpZD0ic3RyaXBlIiBkPSJtMCwwaDEyMzV2NTBoLTEyMzV6Ii8+DQo8L2RlZnM+DQo8cGF0aCBmaWxsPSIjZmZmIiBkPSJtMCwwaDEyMzV2NjUwaC0xMjM1eiIvPg0KPHVzZSB4bGluazpocmVmPSIjc3RyaXBlIi8+DQo8dXNlIHk9IjEwMCIgeGxpbms6aHJlZj0iI3N0cmlwZSIvPg0KPHVzZSB5PSIyMDAiIHhsaW5rOmhyZWY9IiNzdHJpcGUiLz4NCjx1c2UgeT0iMzAwIiB4bGluazpocmVmPSIjc3RyaXBlIi8+DQo8dXNlIHk9IjQwMCIgeGxpbms6aHJlZj0iI3N0cmlwZSIvPg0KPHVzZSB5PSI1MDAiIHhsaW5rOmhyZWY9IiNzdHJpcGUiLz4NCjx1c2UgeT0iNjAwIiB4bGluazpocmVmPSIjc3RyaXBlIi8+DQo8cGF0aCBmaWxsPSIjMDAyODY4IiBkPSJtMCwwaDQ5NHYzNTBoLTQ5NHoiLz4NCjx1c2UgeGxpbms6aHJlZj0iI3VuaW9uIiB0cmFuc2Zvcm09Im1hdHJpeCg2NTAgMCAwIDY1MCAyNDcgMTc1KSIvPg0KPC9zdmc+DQo=') center; }
.lang-icon.us { background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA3NTAgNTAwIj4NCjxwYXRoIGZpbGw9IiNjNjBiMWUiIGQ9Im0wLDBoNzUwdjUwMGgtNzUweiIvPg0KPHBhdGggZmlsbD0iI2ZmYzQwMCIgZD0ibTAsMTI1aDc1MHYyNTBoLTc1MHoiLz4NCjwvc3ZnPg0K') center; }

/***** Socialshare ***/
.dps-new-social-likes {
margin-left: auto;
margin-right: auto;
display: inline-block;
}

/***** Comments ***/
.reply_to { 
position: absolute;
z-index:1000;
right:0px;
}
.dps-reply {
margin-left: 5%;
width: 94.5%;
border-left: 5px solid #f4cc72;
}

/***** Search *****/

.app-search {
position: relative;
margin: 15px 0px 15px 10px;
}
.app-search a, .app-search button {
position: absolute;
top: 5px;
right: 13px;
color: #c4c4cd;
background-color: transparent;
border: none;
}
.app-search a i, .app-search button i { padding-top: 10px; }
.app-search .form-control, .app-search .form-control:focus {
border: 1px solid #ccc;
background-color: #FFFFFF;
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
border-radius: 20px;

color: #565656;
color: #36404a;

display: block;

font-size: 13px;
font-weight: 600;

height: 28px;

line-height: 1.42857143;

max-width: 100%;

padding: 6px 12px;
padding-left: 20px;
padding-right: 40px;

-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: all 300ms linear;
-moz-transition: all 300ms linear;
-o-transition: all 300ms linear;
-ms-transition: all 300ms linear;
transition: all 300ms linear;

}
.app-search {
position: relative;
margin: 15px 0px 15px 10px;
}
.search-tsn { 
transition-property: width, padding-left, padding-right;
transition-duration: 0.5s 
}
.search-closed { 
width: 13px;
padding-left: 9px!important;
padding-right: 44px!important;
}



/***** ProdSearch & PropSearch *****/
#showFilters.btn-default { background-color: rgba(113,92,59,1) !important;
}

); }
#prodSearchBar,
#propSearchBar {
margin-bottom: 3px;
}
#prodSearchBar .btn,
#propSearchBar .btn {
margin-bottom: 0!important;
}
.search-input-group {
width: 100%;
z-index: auto;
transition-property: width, z-index;
transition-duration: 0.5s;
}
#top-menu .container(not:#prodSearchBar) .search-input-group:hover, #top-menu .container(not:#prodSearchBar) .search-input-group:active,
#top-menu .container(not:#propSearchBar) .search-input-group:hover, #top-menu .container(not:#propSearchBar) .search-input-group:active{ 
width: 500px;
z-index: 1000;
transition-property: width, z-index, position;
transition-duration: 0.5s;
}
#top-menu .container(not:#prodSearchBar) .search-input-group,
#top-menu .container(not:#propSearchBar) .search-input-group {
top: 4px;
right: 15px;
}
#prodSearchInput,
#propSearchInput {
font-size: 0.79rem;
width:100%;

}

#prodSearchBar .filter .form-control,
#propSearchBar .filter .form-control {
background-color: transparent;
border:none;
}

#filtersCollapseBar li label {
color: #5f4f32;
text-align: center;
/* text-transform: uppercase; */
margin: 0;
position: relative;
left: 15px;
}
.select2-container {
bottom: 8px
}
#filtersCollapseBar li label .select2-container-multi, 
#filtersCollapseBar li label .select2-container-multi .select2-choices,
#filtersCollapseBar li label .select2-container-multi .select2-choices .select2-search-field  {
background-color: #bfa883;
background-image: none;
border: none;
color: #fff;
}
#filtersCollapseBar li label .select2-search-choice {
background-color: transparent;
background-image:none;
border-radius: 0;
box-shadow: none;
border: 1px dashed #ffeb3b;
}
#filtersCollapseBar li label .select2-search-choice li {
border-radius: none;
border:none 
}
#filtersCollapseBar li label .select2-search-choice div, #filtersCollapseBar li label .select2-search-choice a {
color: #FFEB3B;
border:none;
}
#filtersCollapseBar li label .select2-search-choice a {
background-color: #fce83c;
position:absolute;
padding: 2px 8px 3px 5px
}
#filtersCollapseBar li {
display: inline-block;
/* padding-top: 2px; */
margin: -2px;
/* margin-top: 5px; */
}
button.btn.btn-default.dropdown-toggle {}

#prodSearchBar ul.dropdown-menu li,
#propSearchBar ul.dropdown-menu li {
padding-left: 0.3rem;
}


div#filtersRow ul.nav {
-border-bottom: 1px dashed #8d7954;
-border-bottom-left-radius: 20px;
-border-bottom-right-radius: 20px;
background-color: rgba(114, 93, 54, 0.3);
padding-top: 10px;
padding-bottom: 0px!important;
margin: 0;
margin-bottom:-20px;
}
@media only screen and (max-device-width: 480px) {

div#filtersRow ul.nav {
-border-bottom: 1px dashed #8d7954;
-border-bottom-left-radius: 20px;
-border-bottom-right-radius: 20px;
background-color: rgba(114, 93, 54, 1);
padding-top: 10px; 
padding-bottom: 0px!important;
margin: 0;
margin-bottom:-20px;
}
}


a.btn.btn-social img {
width: 90%;
}



#product-grid .row { margin: 10px 0; }
#product-grid .dps-plan-header,
#product-grid .dps-plan-body {
background-color: #f4f4f4;
}
#product-grid ul,
#product-grid .dps-plan-title,
#product-grid .dps-price-value,
#product-grid .dps-price-figure,
#product-grid .dps-price-term {
color: #28262b;
}
#product-grid .dps-plan {
border-color: #e8e8e8;
}
#product-grid .dps-plan .list-group-item {
border-color: #cfcfcf;
}
#product-grid .dps-plan-header,
#product-grid .dps-plan-body {
background-color: #f4f4f4;
}
#product-grid ul,
#product-grid .dps-plan-title,
#product-grid .dps-price-value,
#product-grid .dps-price-figure,
#product-grid .dps-price-term {
color: #28262b;
}
#product-grid .product-title { margin-top: 5px}

#product-grid h6.dps-plan-title.product-title {
text-transform: uppercase;
position: relative;
/* bottom: 1.1rem; */
margin-top: 0!important;
left: 0;
width: 100%;
background-color: #f1cd38;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
color: #fff!important;
font.size:;
font-size: 0.8em;
font-weight: normal;
}

#product-grid .card-title {
margin-bottom: .25rem;
}

#product-grid small.dps-plan-price-desc.product-score {
padding-top: 0.25rem;
}

.shop-badge {
position: relative;
bottom: 7px;
margin-right: 3px;
padding: 9px 5px;
border-radius: 50%;
color:#fff;
background-color: #2839f7
}

.vertical-center {
transform: translate(0, 50%) !important;
-ms-transform: translate(0, 50%) !important; /* IE 9 */
-webkit-transform: translate(0, 50%) !important; /* Safari and Chrome */
}

.my-progress {
background-color: #e6e6e6;
z-index: 5000;
width: 100%;
height: 15px;
}

.my-progress-bar {
background-color: #01a706;
height: 15px;
}
.thumb-bg {
background-position:center; 
background-size: contain; 
background-repeat:no-repeat
}
.thumb-grey { border: 1px solid #aaa; }
.thumb-xs {
width: 20px;
height: auto;
border: 1px solid #aaa;
}

.thumb-md {
width: 60px;
height: 60px;
border: 1px solid #aaa;
}

.thumb-lg {
width: 90px;
height: 90px;
border: 1px solid #aaa;
}

.thumb-xl {
width: 200px;
height: auto;
}

.thumb-responsive {
width:100%;
height: auto;
}

#your-basket table { border: 1px solid #dedede; border-bottom:3px solid #dedede}
#your-basket table td { vertical-align: middle}

#your-basket table th:first-of-type { width: 80px; max-width: 80px; }
tr.basketDetail td img.thumb-md { float: none; margin-left: auto; margin-right:auto }
tr.basketDetail td input { width: 40px; text-align: center; padding: 8px 5px; border: 1px dashed #dedede}

/* #### basket radio #### */
.funkyradio div {
clear: both;
overflow: hidden;
}

.funkyradio label {
width: 100%;
border-radius: 3px;
border: 1px solid #D1D3D4;
font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
display: none;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
position: relative;
line-height: 2.5em;
text-indent: 3.25em;
margin-bottom: 1em;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
position: absolute;
display: block;
top: 0;
bottom: 0;
left: 0;
content: '';
width: 2.5em;
background: #D1D3D4;
border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
content: '\2714';
text-indent: .9em;
color: #C2C2C2;
}

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
color: #777;
}

.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
content: '\2714';
text-indent: .9em;
color: #333;
background-color: #ccc;
}

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
color: #333;
background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
color: #fff;
background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
color: #fff;
background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
color: #fff;
background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
color: #fff;
background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
color: #fff;
background-color: #5bc0de;
}

/* SCSS STYLES */
/*
.funkyradio {

div {
    clear: both;
    overflow: hidden;
}

label {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
}

input[type="radio"],
input[type="checkbox"] {

    &:empty {
        display: none;

        ~ label {
            position: relative;
            line-height: 2.5em;
            text-indent: 3.25em;
            margin-top: 2em;
            cursor: pointer;
            user-select: none;

            &:before {
                position: absolute;
                display: block;
                top: 0;
                bottom: 0;
                left: 0;
                content: '';
                width: 2.5em;
                background: #D1D3D4;
                border-radius: 3px 0 0 3px;
            }
        }
    }

    &:hover:not(:checked) ~ label {
        color: #888;

        &:before {
            content: '\2714';
            text-indent: .9em;
            color: #C2C2C2;
        }
    }

    &:checked ~ label {
        color: #777;

        &:before {
            content: '\2714';
            text-indent: .9em;
            color: #333;
            background-color: #ccc;
        }
    }

    &:focus ~ label:before {
        box-shadow: 0 0 0 3px #999;
    }
}

&-default {
    input[type="radio"],
    input[type="checkbox"] {
        &:checked ~ label:before {
            color: #333;
            background-color: #ccc;
        }
    }
}

&-primary {
    input[type="radio"],
    input[type="checkbox"] {
        &:checked ~ label:before {
            color: #fff;
            background-color: #337ab7;
        }
    }
}

&-success {
    input[type="radio"],
    input[type="checkbox"] {
        &:checked ~ label:before {
            color: #fff;
            background-color: #5cb85c;
        }
    }
}

&-danger {
    input[type="radio"],
    input[type="checkbox"] {
        &:checked ~ label:before {
            color: #fff;
            background-color: #d9534f;
        }
    }
}

&-warning {
    input[type="radio"],
    input[type="checkbox"] {
        &:checked ~ label:before {
            color: #fff;
            background-color: #f0ad4e;
        }
    }
}

&-info {
    input[type="radio"],
    input[type="checkbox"] {
        &:checked ~ label:before {
            color: #fff;
            background-color: #5bc0de;
        }
    }
}
}
*/


#your-basket .h5,
#your-order .h5 {
text-transform: uppercase;
border-bottom: 1px solid #aeaeae;
margin-top: 1.5rem;
}

#userNote textarea {
border: 1px dashed #dedede;
}

p.h5 > small { 
text-transform:none; !important;
font-size: 0.8rem;
margin-left: 3rem;
color: #455cdc;
}

#prodSearchBar > div.dps-table > div.row > div.col-lg-12 > div.input-group > div.input-group-btn,
#propSearchBar > div.dps-table > div.row > div.col-lg-12 > div.input-group > div.input-group-btn {
min-width: 44px;
}
#showFilters {width: 100%;max-height: 44px;padding: 13px;}
#top-menu .nav-dropdown-sm,
#top-menu .nav-dropdown-sm .dropdown-menu,#top-menu .nav-dropdown-sm .link[aria-expanded=true] {
background: #67635d !important;
}
#top-menu .nav-dropdown-sm .dropdown-item:focus,#top-menu .nav-dropdown-sm .dropdown-item:hover,#top-menu .nav-dropdown-sm .link:focus,#top-menu .nav-dropdown-sm .link:hover {
background: #8a8888 !important
}
#top-menu .customer-area {border-bottom: 2px solid #FFEB3B;color: #FFEB3B;padding-bottom: 3px;}
ul.select2-choices, 
.select2-container .select2-choice {
min-height: 15px!important;
background-color: rgb(202, 185, 157)!important;
border-radius: 3px;
box-shadow: none;
color: #565656;
font-size: 0.875rem;
line-height: 1.43;
/* min-height: 3.5em; */
padding: 0.5em 1.07em 0.5em;
font-size: inherit;
font-weight: normal;

border: 1px solid rgb(232, 232, 232) !important;
cursor: text;
overflow: hidden;

background-color: #ecdcc1;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #ecdcc1), color-stop(15%, #ceb893))!important;
background-image: -webkit-linear-gradient(top, #8d7954 1%, #ecdcc1 15%)!important;
background-image: -moz-linear-gradient(top, #8d7954 1%, #ecdcc1 15%)!important;
background-image: linear-gradient(to bottom, #8d7954 1%, #ecdcc1 15%)!important;
}

li.select2-search-choice {
/* max-height: 15px; */
position: relative;
top: 5px;
background-color: #0f0!important;
}

.select2-default {
color: #f00 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
padding: 3px 5px 3px 18px;
margin: 3px 0 3px 5px;
position: relative;

line-height: 14px;
color: #fff;
font-weight: normal;
cursor: default;
border: 1px solid #3F51B5;

border-radius: 3px;

-webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);

background-clip: padding-box;

-webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;

background-color: #3F51B5;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#3F51B5', GradientType=0);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #3F51B5), color-stop(100%, #2b3780));
background-image: -webkit-linear-gradient(top, #3F51B5 20%,  #2b3780 100%);
background-image: -moz-linear-gradient(top, #3F51B5 20%,  #2b3780 100%);
background-image: linear-gradient(to bottom, #3F51B5 20%,  #3F51B5 100%);
}
.select2-search-choice-close { color: #e60909 !important}

input.select2-input.select2-default {
position: relative;
bottom: 3px;
left: 2px;
text-transform: uppercase;
text-align: left;
color: #9a9a9a !important;
transition-property: color;
transition-duration:0.5s;
}
ul.select2-choices:active input.select2-input.select2-default {
color: transparent!important ;
transition-property: color;
transition-duration:0.5s;
}

li.select2-search-choice {
margin: 2px!important;
}

ul#filtersCollapseBar {
width: 100%;
}

.prodSearchBar > .dps-table > .row > .col-xs-12.col-lg-12:first-of-type .input-group,
.propSearchBar > .dps-table > .row > .col-xs-12.col-lg-12:first-of-type .input-group {
border-bottom: 1px solid #5a4d34;
box-shadow: 0px 2px 2px 0px #564a2c;
z-index:100;
}

.totResults {
position: fixed;
bottom: -10px;
left:0;
width: 100vw!important;
height:38px;
font-size: 16px!important;
padding: 8px;
text-align:center;
border-top: 2px solid #8a0303;
background-color: rgba(114, 93, 54, 0.8);
color: #fff;
z-index: 1100;
}
.totResults .text-danger {
color: #8a0303 !important;
}
#exCollapsingNavbar li:nth-child(49) a {
padding: 3px 5px 2px;
border-radius: 5px;
text-transform: uppercase;
--background-color: #4e0e0e;
--box-shadow: 0px 0px 5px #fff;
border: 1px dotted;
transform: rotate(0deg);
border-color: #fff;
transition-property: transform;
transition-duration:0.2s;
animation: txt-color 10s infinite;
-webkit-animation: txt-color 10s infinite;
}
#exCollapsingNavbar li:nth-child(49) a:hover {
transform: rotate(7deg);
}
#exCollapsingNavbar li:nth-child(49) a:before {
margin-right: 4px;
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;
content: "\f290";
position: relative;
bottom: 1px;
}


@-webkit-keyframes txt-color {
0% { background-color: rgba(231, 76, 60, 1); }
20% { background-color: rgba(241, 196, 15, 1); }
40% { background-color: rgba(26, 188, 156, 1); }
60% { background-color: rgba(52, 152, 219, 1); }
80% { background-color: rgba(155, 89, 182, 1); }
100% { background-color: rgba(231, 76, 60, 1); }
}

@keyframes txt-color {
0% { background-color: rgba(231, 76, 60, 1); }
20% { background-color: rgba(241, 196, 15, 1); }
40% { background-color: rgba(26, 188, 156, 1); }
60% { background-color:  rgba(52, 152, 219, 1); }
80% { background-color:  rgba(155, 89, 182, 1); }
100% { background-color:  rgba(231, 76, 60, 1); }
}

.totResults {
background-color: #e74c3c;
animation: bg-color 10s infinite;
-webkit-animation: bg-color 10s infinite;
}

@-webkit-keyframes bg-color {
0% { background-color: rgba(231, 76, 60, 0.9); }
20% { background-color: rgba(241, 196, 15, 0.9); }
40% { background-color: rgba(26, 188, 156, 0.9); }
60% { background-color: rgba(52, 152, 219, 0.9); }
80% { background-color: rgba(155, 89, 182, 0.9); }
100% { background-color: rgba(231, 76, 60, 0.9); }
}

@keyframes bg-color {
0% { background-color: rgba(231, 76, 60, 0.9); }
20% { background-color: rgba(241, 196, 15, 0.9); }
40% { background-color: rgba(26, 188, 156, 0.9); }
60% { background-color: rgba(52, 152, 219, 0.9); }
80% { background-color: rgba(155, 89, 182, 0.9); }
100% { background-color: rgba(231, 76, 60, 0.9); }
}


.message-warning {
display:none;
position:fixed;
text-align:center;
top:0;
left:0;
font-size: 10px!important;
color: #000000;
background-color:rgba(255, 255, 255, 0.8);
border-bottom:1px solid #4d43f9;
width:100vw;
height:auto;
padding:15px 1vw;
padding-bottom: 5px;
z-index:1500;
}

.message-warning  {
background-color: #ffffff;
animation: bg-color1 10s infinite;
-webkit-animation: bg-color1 10s infinite;
}

@-webkit-keyframes bg-color1 {
0% { background-color: rgba(255, 255, 255, 0.8); }
25% { background-color: rgba(255, 255, 255, 1); }
50% { background-color: rgba(255, 255, 255, 0.8); }
75% { background-color: rgba(255, 255, 255, 1); }
100% { background-color: rgba(255, 255, 255, 0.8); }
}

@keyframes bg-color1 {
0% { background-color: rgba(255, 255, 255, 0.8); }
25% { background-color: rgba(255, 255, 255, 1); }
50% { background-color: rgba(255, 255, 255, 0.8); }
75% { background-color: rgba(255, 255, 255, 1); }
100% { background-color: rgba(255, 255, 255, 0.8); }
}

.info-boxes {
border: 1px solid #666;
background-color: rgb(238, 234, 251);
text-align: center;
}
.info-boxes .panel-title { 
margin-bottom: 0;
border-bottom: 1px solid #444;
}
.info-boxes .panel-heading { 
padding: 4px;
padding-bottom:0;
background-color: #4d4954; 
overflow:hidden;
}

.info-boxes h4 a { 
font-size: 1rem;
color: #fff;
width:auto;
position: relative;
bottom:2px;
padding: 0px 20%;
transition-property: color;
transition-duration: 0.5s
}

.info-boxes h4 a:hover {
color:#fbad15;
}
.info-boxes .panel-collapse {
padding: 3px;
font-size: 0.8rem
}

#page-prodotti ul.list-group li {
color: #4d4a55;
border-radius: 0px;
border: 1px solid rgba(77, 74, 85, 0.1);
}

span.pr_soldout {
font-size: 0.8rem;
margin: -2px;
padding: 2px 2px 0px 0px;
}

span.fa.fa-caret-right.text-blue {
position: relative;
top: 2px;
}

@-webkit-keyframes blk-color {
0% { background-color: rgba(0, 0, 0, 0.9); }
20% { background-color: rgba(64, 64, 64, 0.9); }
40% { background-color: rgba(0, 0, 0, 0.9); }
60% { background-color: rgba(64, 64, 64, 0.9); }
80% { background-color: rgba(0, 0, 0, 0.9); }
100% { background-color: rgba(64, 64, 64, 0.9); }
}

@keyframes blk-color { 
0% { background-color: rgba(64, 64, 64, 0.9); }
20% { background-color: rgba(0, 0, 0, 0.9); }
40% { background-color: rgba(64, 64, 64, 0.9); }
60% { background-color: rgba(0, 0, 0, 0.9); }
80% { background-color: rgba(64, 64, 64, 0.9); }
100% { background-color: rgba(0, 0, 0, 0.9); }
}


.card-block.bg-primary {
color: #fff !important;
/* background-color: #1f1b14 !important;
background: #4c4c4c;
background: -moz-linear-gradient(-45deg, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /
background: -webkit-linear-gradient(-45deg, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); 
background: linear-gradient(135deg, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=1 ); */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4c4c4c+0,595959+12,666666+25,474747+39,2c2c2c+50,000000+51,111111+60,2b2b2b+76,1c1c1c+91,131313+100;Black+Gloss+%231 */
-- animation: blk-color 10s infinite;
-- -webkit-animation: blk-color 10s infinite;
}
.card-block.bg-primary h5 { color: #fff !important; }
.card-block.bg-primary p {color: #abb0ff;}

.message-warning i.fa.fa-close.text-red {
clear: both;
margin-left: auto;
margin-right: auto;
border-radius: 12%;
color: #fff;
background-color: #ff0202;
padding: 4px 6px;
position: absolute;
}


#products-widget span.prod_sale.label.label-success {
/* float: left; */
/* clear: both; */
position: absolute;
margin-top: -15px;
margin-left: 12px;
margin-right: auto;
}