@charset "UTF-8";
.pretty * {
box-sizing: border-box;
}
.pretty input:not([type="checkbox"]):not([type="radio"]) {
display: none;
}
.pretty {
position: relative;
display: inline-block;
margin-right: 1em;
white-space: nowrap;
line-height: 1;
}
.pretty input {
position: absolute;
left: 0;
top: 0;
min-width: 1em;
width: 100%;
height: 100%;
z-index: 2;
opacity: 0;
margin: 0;
padding: 0;
cursor: pointer;
}
.pretty .state label {
position: initial;
display: inline-block;
font-weight: 400;
margin: 0;
text-indent: 1.5em;
min-width: calc(1em + 2px);
}
.pretty .state label:after,
.pretty .state label:before {
content: "";
width: calc(1em + 2px);
height: calc(1em + 2px);
display: block;
box-sizing: border-box;
border-radius: 0;
border: 1px solid transparent;
z-index: 0;
position: absolute;
left: 0;
top: calc((0% - (100% - 1em)) - 8%);
background-color: transparent;
}
.pretty .state label:before {
border-color: #bdc3c7;
}
.pretty .state.p-is-hover,
.pretty .state.p-is-indeterminate {
display: none;
}
@-webkit-keyframes zoom {
0% {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
}
}
@keyframes zoom {
0% {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
}
}
@-webkit-keyframes tada {
0% {
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
-webkit-transform: scale(7);
transform: scale(7);
}
38% {
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
55% {
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
-webkit-transform: scale(1.5);
transform: scale(1.5);
}
72% {
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
-webkit-transform: scale(1);
transform: scale(1);
}
81% {
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
-webkit-transform: scale(1.24);
transform: scale(1.24);
}
89% {
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
-webkit-transform: scale(1);
transform: scale(1);
}
95% {
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
-webkit-transform: scale(1.04);
transform: scale(1.04);
}
100% {
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes tada {
0% {
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
-webkit-transform: scale(7);
transform: scale(7);
}
38% {
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
55% {
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
-webkit-transform: scale(1.5);
transform: scale(1.5);
}
72% {
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
-webkit-transform: scale(1);
transform: scale(1);
}
81% {
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
-webkit-transform: scale(1.24);
transform: scale(1.24);
}
89% {
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
-webkit-transform: scale(1);
transform: scale(1);
}
95% {
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
-webkit-transform: scale(1.04);
transform: scale(1.04);
}
100% {
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
-webkit-transform: scale(1);
transform: scale(1);
}
}
@-webkit-keyframes jelly {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
40% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
50% {
-webkit-transform: scale3d(0.85, 1.15, 1);
transform: scale3d(0.85, 1.15, 1);
}
65% {
-webkit-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1);
}
75% {
-webkit-transform: scale3d(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes jelly {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
40% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
50% {
-webkit-transform: scale3d(0.85, 1.15, 1);
transform: scale3d(0.85, 1.15, 1);
}
65% {
-webkit-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1);
}
75% {
-webkit-transform: scale3d(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@-webkit-keyframes rotate {
0% {
opacity: 0;
-webkit-transform: translateZ(-200px) rotate(-45deg);
transform: translateZ(-200px) rotate(-45deg);
}
100% {
opacity: 1;
-webkit-transform: translateZ(0) rotate(0);
transform: translateZ(0) rotate(0);
}
}
@keyframes rotate {
0% {
opacity: 0;
-webkit-transform: translateZ(-200px) rotate(-45deg);
transform: translateZ(-200px) rotate(-45deg);
}
100% {
opacity: 1;
-webkit-transform: translateZ(0) rotate(0);
transform: translateZ(0) rotate(0);
}
}
@-webkit-keyframes pulse {
0% {
box-shadow: 0 0 0 0 #bdc3c7;
}
100% {
box-shadow: 0 0 0 1.5em rgba(189, 195, 199, 0);
}
}
@keyframes pulse {
0% {
box-shadow: 0 0 0 0 #bdc3c7;
}
100% {
box-shadow: 0 0 0 1.5em rgba(189, 195, 199, 0);
}
}
.pretty.p-default.p-fill .state label:after {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.pretty.p-default .state label:after {
-webkit-transform: scale(0.6);
-ms-transform: scale(0.6);
transform: scale(0.6);
}
.pretty.p-default input:checked ~ .state label:after {
background-color: #bdc3c7 !important;
}
.pretty.p-default.p-thick .state label:after,
.pretty.p-default.p-thick .state label:before {
border-width: calc(1em / 7);
}
.pretty.p-default.p-thick .state label:after {
-webkit-transform: scale(0.4) !important;
-ms-transform: scale(0.4) !important;
transform: scale(0.4) !important;
}
.pretty.p-icon .state .icon {
position: absolute;
font-size: 1em;
width: calc(1em + 2px);
height: calc(1em + 2px);
left: 0;
z-index: 1;
text-align: center;
line-height: normal;
top: calc((0% - (100% - 1em)) - 8%);
border: 1px solid transparent;
opacity: 0;
}
.pretty.p-icon .state .icon:before {
margin: 0;
width: 100%;
height: 100%;
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
line-height: 1;
}
.pretty.p-icon input:checked ~ .state .icon {
opacity: 1;
}
.pretty.p-icon input:checked ~ .state label:before {
border-color: #5a656b;
}
.pretty.p-svg .state .svg {
position: absolute;
font-size: 1em;
width: calc(1em + 2px);
height: calc(1em + 2px);
left: 0;
z-index: 1;
text-align: center;
line-height: normal;
top: calc((0% - (100% - 1em)) - 8%);
border: 1px solid transparent;
opacity: 0;
}
.pretty.p-svg .state svg {
margin: 0;
width: 100%;
height: 100%;
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
line-height: 1;
}
.pretty.p-svg input:checked ~ .state .svg {
opacity: 1;
}
.pretty.p-image .state img {
opacity: 0;
position: absolute;
width: calc(1em + 2px);
height: calc(1em + 2px);
top: 0;
top: calc((0% - (100% - 1em)) - 8%);
left: 0;
z-index: 0;
text-align: center;
line-height: normal;
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
}
.pretty.p-image input:checked ~ .state img {
opacity: 1;
}
.pretty.p-switch input {
min-width: 2em;
}
.pretty.p-switch .state {
position: relative;
}
.pretty.p-switch .state:before {
content: "";
border: 1px solid #bdc3c7;
border-radius: 60px;
width: 2em;
box-sizing: unset;
height: calc(1em + 2px);
position: absolute;
top: 0;
top: calc((0% - (100% - 1em)) - 16%);
z-index: 0;
transition: all 0.5s ease;
}
.pretty.p-switch .state label {
text-indent: 2.5em;
}
.pretty.p-switch .state label:after,
.pretty.p-switch .state label:before {
transition: all 0.5s ease;
border-radius: 100%;
left: 0;
border-color: transparent;
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
}
.pretty.p-switch .state label:after {
background-color: #bdc3c7 !important;
}
.pretty.p-switch input:checked ~ .state:before {
border-color: #5a656b;
}
.pretty.p-switch input:checked ~ .state label:before {
opacity: 0;
}
.pretty.p-switch input:checked ~ .state label:after {
background-color: #5a656b !important;
left: 1em;
}
.pretty.p-switch.p-fill input:checked ~ .state:before {
border-color: #5a656b;
background-color: #5a656b !important;
}
.pretty.p-switch.p-fill input:checked ~ .state label:before {
opacity: 0;
}
.pretty.p-switch.p-fill input:checked ~ .state label:after {
background-color: #fff !important;
left: 1em;
}
.pretty.p-switch.p-slim .state:before {
height: 0.1em;
background: #bdc3c7 !important;
top: calc(50% - 0.1em);
}
.pretty.p-switch.p-slim input:checked ~ .state:before {
border-color: #5a656b;
background-color: #5a656b !important;
}
.pretty.p-has-hover input:hover ~ .state:not(.p-is-hover) {
display: none;
}
.pretty.p-has-hover input:hover ~ .state.p-is-hover {
display: block;
}
.pretty.p-has-hover input:hover ~ .state.p-is-hover .icon {
display: block;
}
.pretty.p-has-focus input:focus ~ .state label:before {
box-shadow: 0 0 3px 0 #bdc3c7;
}
.pretty.p-has-indeterminate
input[type="checkbox"]:indeterminate
~ .state:not(.p-is-indeterminate) {
display: none;
}
.pretty.p-has-indeterminate
input[type="checkbox"]:indeterminate
~ .state.p-is-indeterminate {
display: block;
}
.pretty.p-has-indeterminate
input[type="checkbox"]:indeterminate
~ .state.p-is-indeterminate
.icon {
display: block;
opacity: 1;
}
.pretty.p-toggle .state.p-on {
opacity: 0;
display: none;
}
.pretty.p-toggle .state .icon,
.pretty.p-toggle .state .svg,
.pretty.p-toggle .state img,
.pretty.p-toggle .state.p-off {
opacity: 1;
display: inherit;
}
.pretty.p-toggle .state.p-off .icon {
color: #bdc3c7;
}
.pretty.p-toggle input:checked ~ .state.p-on {
opacity: 1;
display: inherit;
}
.pretty.p-toggle input:checked ~ .state.p-off {
opacity: 0;
display: none;
}
.pretty.p-plain input:checked ~ .state label:before,
.pretty.p-plain.p-toggle .state label:before {
content: none;
}
.pretty.p-plain.p-plain .icon {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.pretty.p-round .state label:after,
.pretty.p-round .state label:before {
border-radius: 100%;
}
.pretty.p-round.p-icon .state .icon {
border-radius: 100%;
overflow: hidden;
}
.pretty.p-round.p-icon .state .icon:before {
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
}
.pretty.p-curve .state label:after,
.pretty.p-curve .state label:before {
border-radius: 20%;
}
.pretty.p-smooth .icon,
.pretty.p-smooth .svg,
.pretty.p-smooth label:after,
.pretty.p-smooth label:before {
transition: all 0.5s ease;
}
.pretty.p-smooth input:checked + .state label:after {
transition: all 0.3s ease;
}
.pretty.p-smooth input:checked + .state .icon,
.pretty.p-smooth input:checked + .state .svg,
.pretty.p-smooth input:checked + .state img {
-webkit-animation: zoom 0.2s ease;
animation: zoom 0.2s ease;
}
.pretty.p-smooth.p-default input:checked + .state label:after {
-webkit-animation: zoom 0.2s ease;
animation: zoom 0.2s ease;
}
.pretty.p-smooth.p-plain input:checked + .state label:before {
content: "";
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
transition: all 0.5s ease;
}
.pretty.p-tada:not(.p-default) input:checked + .state .icon,
.pretty.p-tada:not(.p-default) input:checked + .state .svg,
.pretty.p-tada:not(.p-default) input:checked + .state img,
.pretty.p-tada:not(.p-default) input:checked + .state label:after,
.pretty.p-tada:not(.p-default) input:checked + .state label:before {
-webkit-animation: tada 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1 alternate;
animation: tada 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1 alternate;
opacity: 1;
}
.pretty.p-jelly:not(.p-default) input:checked + .state .icon,
.pretty.p-jelly:not(.p-default) input:checked + .state .svg,
.pretty.p-jelly:not(.p-default) input:checked + .state img,
.pretty.p-jelly:not(.p-default) input:checked + .state label:after,
.pretty.p-jelly:not(.p-default) input:checked + .state label:before {
-webkit-animation: jelly 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
animation: jelly 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
opacity: 1;
}
.pretty.p-jelly:not(.p-default) input:checked + .state label:before {
border-color: transparent;
}
.pretty.p-rotate:not(.p-default) input:checked ~ .state .icon,
.pretty.p-rotate:not(.p-default) input:checked ~ .state .svg,
.pretty.p-rotate:not(.p-default) input:checked ~ .state img,
.pretty.p-rotate:not(.p-default) input:checked ~ .state label:after,
.pretty.p-rotate:not(.p-default) input:checked ~ .state label:before {
-webkit-animation: rotate 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
animation: rotate 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
opacity: 1;
}
.pretty.p-rotate:not(.p-default) input:checked ~ .state label:before {
border-color: transparent;
}
.pretty.p-pulse:not(.p-switch) input:checked ~ .state label:before {
-webkit-animation: pulse 1s;
animation: pulse 1s;
}
.pretty input[disabled] {
cursor: not-allowed;
display: none;
}
.pretty input[disabled] ~ * {
opacity: 0.5;
}
.pretty.p-locked input {
display: none;
cursor: not-allowed;
}
.pretty input:checked ~ .state.p-primary label:after,
.pretty.p-toggle .state.p-primary label:after {
background-color: #428bca !important;
}
.pretty input:checked ~ .state.p-primary .icon,
.pretty input:checked ~ .state.p-primary .svg,
.pretty.p-toggle .state.p-primary .icon,
.pretty.p-toggle .state.p-primary .svg {
color: #fff;
stroke: #fff;
}
.pretty input:checked ~ .state.p-primary-o label:before,
.pretty.p-toggle .state.p-primary-o label:before {
border-color: #428bca;
}
.pretty input:checked ~ .state.p-primary-o label:after,
.pretty.p-toggle .state.p-primary-o label:after {
background-color: transparent;
}
.pretty input:checked ~ .state.p-primary-o .icon,
.pretty input:checked ~ .state.p-primary-o .svg,
.pretty input:checked ~ .state.p-primary-o svg,
.pretty.p-toggle .state.p-primary-o .icon,
.pretty.p-toggle .state.p-primary-o .svg,
.pretty.p-toggle .state.p-primary-o svg {
color: #428bca;
stroke: #428bca;
}
.pretty.p-default:not(.p-fill) input:checked ~ .state.p-primary-o label:after {
background-color: #428bca !important;
}
.pretty.p-switch input:checked ~ .state.p-primary:before {
border-color: #428bca;
}
.pretty.p-switch.p-fill input:checked ~ .state.p-primary:before {
background-color: #428bca !important;
}
.pretty.p-switch.p-slim input:checked ~ .state.p-primary:before {
border-color: #245682;
background-color: #245682 !important;
}
.pretty input:checked ~ .state.p-info label:after,
.pretty.p-toggle .state.p-info label:after {
background-color: #5bc0de !important;
}
.pretty input:checked ~ .state.p-info .icon,
.pretty input:checked ~ .state.p-info .svg,
.pretty.p-toggle .state.p-info .icon,
.pretty.p-toggle .state.p-info .svg {
color: #fff;
stroke: #fff;
}
.pretty input:checked ~ .state.p-info-o label:before,
.pretty.p-toggle .state.p-info-o label:before {
border-color: #5bc0de;
}
.pretty input:checked ~ .state.p-info-o label:after,
.pretty.p-toggle .state.p-info-o label:after {
background-color: transparent;
}
.pretty input:checked ~ .state.p-info-o .icon,
.pretty input:checked ~ .state.p-info-o .svg,
.pretty input:checked ~ .state.p-info-o svg,
.pretty.p-toggle .state.p-info-o .icon,
.pretty.p-toggle .state.p-info-o .svg,
.pretty.p-toggle .state.p-info-o svg {
color: #5bc0de;
stroke: #5bc0de;
}
.pretty.p-default:not(.p-fill) input:checked ~ .state.p-info-o label:after {
background-color: #5bc0de !important;
}
.pretty.p-switch input:checked ~ .state.p-info:before {
border-color: #5bc0de;
}
.pretty.p-switch.p-fill input:checked ~ .state.p-info:before {
background-color: #5bc0de !important;
}
.pretty.p-switch.p-slim input:checked ~ .state.p-info:before {
border-color: #2390b0;
background-color: #2390b0 !important;
}
.pretty input:checked ~ .state.p-success label:after,
.pretty.p-toggle .state.p-success label:after {
background-color: #5cb85c !important;
}
.pretty input:checked ~ .state.p-success .icon,
.pretty input:checked ~ .state.p-success .svg,
.pretty.p-toggle .state.p-success .icon,
.pretty.p-toggle .state.p-success .svg {
color: #fff;
stroke: #fff;
}
.pretty input:checked ~ .state.p-success-o label:before,
.pretty.p-toggle .state.p-success-o label:before {
border-color: #5cb85c;
}
.pretty input:checked ~ .state.p-success-o label:after,
.pretty.p-toggle .state.p-success-o label:after {
background-color: transparent;
}
.pretty input:checked ~ .state.p-success-o .icon,
.pretty input:checked ~ .state.p-success-o .svg,
.pretty input:checked ~ .state.p-success-o svg,
.pretty.p-toggle .state.p-success-o .icon,
.pretty.p-toggle .state.p-success-o .svg,
.pretty.p-toggle .state.p-success-o svg {
color: #5cb85c;
stroke: #5cb85c;
}
.pretty.p-default:not(.p-fill) input:checked ~ .state.p-success-o label:after {
background-color: #5cb85c !important;
}
.pretty.p-switch input:checked ~ .state.p-success:before {
border-color: #5cb85c;
}
.pretty.p-switch.p-fill input:checked ~ .state.p-success:before {
background-color: #5cb85c !important;
}
.pretty.p-switch.p-slim input:checked ~ .state.p-success:before {
border-color: #357935;
background-color: #357935 !important;
}
.pretty input:checked ~ .state.p-warning label:after,
.pretty.p-toggle .state.p-warning label:after {
background-color: #f0ad4e !important;
}
.pretty input:checked ~ .state.p-warning .icon,
.pretty input:checked ~ .state.p-warning .svg,
.pretty.p-toggle .state.p-warning .icon,
.pretty.p-toggle .state.p-warning .svg {
color: #fff;
stroke: #fff;
}
.pretty input:checked ~ .state.p-warning-o label:before,
.pretty.p-toggle .state.p-warning-o label:before {
border-color: #f0ad4e;
}
.pretty input:checked ~ .state.p-warning-o label:after,
.pretty.p-toggle .state.p-warning-o label:after {
background-color: transparent;
}
.pretty input:checked ~ .state.p-warning-o .icon,
.pretty input:checked ~ .state.p-warning-o .svg,
.pretty input:checked ~ .state.p-warning-o svg,
.pretty.p-toggle .state.p-warning-o .icon,
.pretty.p-toggle .state.p-warning-o .svg,
.pretty.p-toggle .state.p-warning-o svg {
color: #f0ad4e;
stroke: #f0ad4e;
}
.pretty.p-default:not(.p-fill) input:checked ~ .state.p-warning-o label:after {
background-color: #f0ad4e !important;
}
.pretty.p-switch input:checked ~ .state.p-warning:before {
border-color: #f0ad4e;
}
.pretty.p-switch.p-fill input:checked ~ .state.p-warning:before {
background-color: #f0ad4e !important;
}
.pretty.p-switch.p-slim input:checked ~ .state.p-warning:before {
border-color: #c77c11;
background-color: #c77c11 !important;
}
.pretty input:checked ~ .state.p-danger label:after,
.pretty.p-toggle .state.p-danger label:after {
background-color: #d9534f !important;
}
.pretty input:checked ~ .state.p-danger .icon,
.pretty input:checked ~ .state.p-danger .svg,
.pretty.p-toggle .state.p-danger .icon,
.pretty.p-toggle .state.p-danger .svg {
color: #fff;
stroke: #fff;
}
.pretty input:checked ~ .state.p-danger-o label:before,
.pretty.p-toggle .state.p-danger-o label:before {
border-color: #d9534f;
}
.pretty input:checked ~ .state.p-danger-o label:after,
.pretty.p-toggle .state.p-danger-o label:after {
background-color: transparent;
}
.pretty input:checked ~ .state.p-danger-o .icon,
.pretty input:checked ~ .state.p-danger-o .svg,
.pretty input:checked ~ .state.p-danger-o svg,
.pretty.p-toggle .state.p-danger-o .icon,
.pretty.p-toggle .state.p-danger-o .svg,
.pretty.p-toggle .state.p-danger-o svg {
color: #d9534f;
stroke: #d9534f;
}
.pretty.p-default:not(.p-fill) input:checked ~ .state.p-danger-o label:after {
background-color: #d9534f !important;
}
.pretty.p-switch input:checked ~ .state.p-danger:before {
border-color: #d9534f;
}
.pretty.p-switch.p-fill input:checked ~ .state.p-danger:before {
background-color: #d9534f !important;
}
.pretty.p-switch.p-slim input:checked ~ .state.p-danger:before {
border-color: #a02622;
background-color: #a02622 !important;
}
.pretty.p-bigger .icon,
.pretty.p-bigger .img,
.pretty.p-bigger .svg,
.pretty.p-bigger label:after,
.pretty.p-bigger label:before {
font-size: 1.2em !important;
top: calc((0% - (100% - 1em)) - 35%) !important;
}
.pretty.p-bigger label {
text-indent: 1.7em;
}
@media print {
.pretty .state .icon,
.pretty .state label:after,
.pretty .state label:before,
.pretty .state:before {
color-adjust: exact;
-webkit-print-color-adjust: exact;
print-color-adjust: exact;
}
}.irs{position:relative;display:block;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:12px;font-family:Arial,sans-serif}.irs-line{position:relative;display:block;overflow:hidden;outline:none !important}.irs-bar{position:absolute;display:block;left:0;width:0}.irs-shadow{position:absolute;display:none;left:0;width:0}.irs-handle{position:absolute;display:block;box-sizing:border-box;cursor:default;z-index:1}.irs-handle.type_last{z-index:2}.irs-min,.irs-max{position:absolute;display:block;cursor:default}.irs-min{left:0}.irs-max{right:0}.irs-from,.irs-to,.irs-single{position:absolute;display:block;top:0;left:0;cursor:default;white-space:nowrap}.irs-grid{position:absolute;display:none;bottom:0;left:0;width:100%;height:20px}.irs-with-grid .irs-grid{display:block}.irs-grid-pol{position:absolute;top:0;left:0;width:1px;height:8px;background:#000}.irs-grid-pol.small{height:4px}.irs-grid-text{position:absolute;bottom:0;left:0;white-space:nowrap;text-align:center;font-size:9px;line-height:9px;padding:0 3px;color:#000}.irs-disable-mask{position:absolute;display:block;top:0;left:-1%;width:102%;height:100%;cursor:default;background:rgba(0,0,0,0);z-index:2}.lt-ie9 .irs-disable-mask{background:#000;filter:alpha(opacity=0);cursor:not-allowed}.irs-disabled{opacity:.4}.irs-hidden-input{position:absolute !important;display:block !important;top:0 !important;left:0 !important;width:0 !important;height:0 !important;font-size:0 !important;line-height:0 !important;padding:0 !important;margin:0 !important;overflow:hidden;outline:none !important;z-index:-9999 !important;background:none !important;border-style:solid !important;border-color:transparent !important}.irs--flat{height:40px}.irs--flat.irs-with-grid{height:60px}.irs--flat .irs-line{top:25px;height:12px;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-bar{top:25px;height:12px;background-color:#ed5565}.irs--flat .irs-bar--single{border-radius:4px 0 0 4px}.irs--flat .irs-shadow{height:1px;bottom:16px;background-color:#e1e4e9}.irs--flat .irs-handle{top:22px;width:16px;height:18px;background-color:transparent}.irs--flat .irs-handle>i:first-child{position:absolute;display:block;top:0;left:50%;width:2px;height:100%;margin-left:-1px;background-color:#da4453}.irs--flat .irs-handle.state_hover>i:first-child,.irs--flat .irs-handle:hover>i:first-child{background-color:#a43540}.irs--flat .irs-min,.irs--flat .irs-max{top:0;padding:1px 3px;color:#999;font-size:10px;line-height:1.333;text-shadow:none;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-from,.irs--flat .irs-to,.irs--flat .irs-single{color:white;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#ed5565;border-radius:4px}.irs--flat .irs-from:before,.irs--flat .irs-to:before,.irs--flat .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#ed5565}.irs--flat .irs-grid-pol{background-color:#e1e4e9}.irs--flat .irs-grid-text{color:#999}.irs--big{height:55px}.irs--big.irs-with-grid{height:70px}.irs--big .irs-line{top:33px;height:12px;background-color:white;background:linear-gradient(to bottom, #ddd -50%, white 150%);border:1px solid #ccc;border-radius:12px}.irs--big .irs-bar{top:33px;height:12px;background-color:#92bce0;border:1px solid #428bca;background:linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);box-shadow:inset 0 0 1px 1px rgba(255,255,255,0.5)}.irs--big .irs-bar--single{border-radius:12px 0 0 12px}.irs--big .irs-shadow{height:1px;bottom:16px;background-color:rgba(66,139,202,0.5)}.irs--big .irs-handle{top:25px;width:30px;height:30px;border:1px solid rgba(0,0,0,0.3);background-color:#cbcfd5;background:linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);box-shadow:1px 1px 2px rgba(0,0,0,0.2),inset 0 0 3px 1px white;border-radius:30px}.irs--big .irs-handle.state_hover,.irs--big .irs-handle:hover{border-color:rgba(0,0,0,0.45);background-color:#939ba7;background:linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%)}.irs--big .irs-min,.irs--big .irs-max{top:0;padding:1px 5px;color:white;text-shadow:none;background-color:#9f9f9f;border-radius:3px}.irs--big .irs-from,.irs--big .irs-to,.irs--big .irs-single{color:white;text-shadow:none;padding:1px 5px;background-color:#428bca;background:linear-gradient(to bottom, #428bca 0%, #3071a9 100%);border-radius:3px}.irs--big .irs-grid-pol{background-color:#428bca}.irs--big .irs-grid-text{color:#428bca}.irs--modern{height:55px}.irs--modern.irs-with-grid{height:55px}.irs--modern .irs-line{top:25px;height:5px;background-color:#d1d6e0;background:linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);border:1px solid #a3adc1;border-bottom-width:0;border-radius:5px}.irs--modern .irs-bar{top:25px;height:5px;background:#20b426;background:linear-gradient(to bottom, #20b426 0%, #18891d 100%)}.irs--modern .irs-bar--single{border-radius:5px 0 0 5px}.irs--modern .irs-shadow{height:1px;bottom:21px;background-color:rgba(209,214,224,0.5)}.irs--modern .irs-handle{top:37px;width:12px;height:13px;border:1px solid #a3adc1;border-top-width:0;box-shadow:1px 1px 1px rgba(0,0,0,0.1);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(1){position:absolute;display:block;top:-4px;left:1px;width:6px;height:6px;border:1px solid #a3adc1;background:white;transform:rotate(45deg)}.irs--modern .irs-handle>i:nth-child(2){position:absolute;display:block;box-sizing:border-box;top:0;left:0;width:10px;height:12px;background:#e9e6e6;background:linear-gradient(to bottom, white 0%, #e9e6e6 100%);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(3){position:absolute;display:block;box-sizing:border-box;top:3px;left:3px;width:4px;height:5px;border-left:1px solid #a3adc1;border-right:1px solid #a3adc1}.irs--modern .irs-handle.state_hover,.irs--modern .irs-handle:hover{border-color:#7685a2;background:#c3c7cd;background:linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%)}.irs--modern .irs-handle.state_hover>i:nth-child(1),.irs--modern .irs-handle:hover>i:nth-child(1){border-color:#7685a2}.irs--modern .irs-handle.state_hover>i:nth-child(3),.irs--modern .irs-handle:hover>i:nth-child(3){border-color:#48536a}.irs--modern .irs-min,.irs--modern .irs-max{top:0;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;color:white;background-color:#d1d6e0;border-radius:5px}.irs--modern .irs-from,.irs--modern .irs-to,.irs--modern .irs-single{font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#20b426;color:white;border-radius:5px}.irs--modern .irs-from:before,.irs--modern .irs-to:before,.irs--modern .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#20b426}.irs--modern .irs-grid{height:25px}.irs--modern .irs-grid-pol{background-color:#dedede}.irs--modern .irs-grid-text{color:silver;font-size:13px}.irs--sharp{height:50px;font-size:12px;line-height:1}.irs--sharp.irs-with-grid{height:57px}.irs--sharp .irs-line{top:30px;height:2px;background-color:black;border-radius:2px}.irs--sharp .irs-bar{top:30px;height:2px;background-color:#ee22fa}.irs--sharp .irs-bar--single{border-radius:2px 0 0 2px}.irs--sharp .irs-shadow{height:1px;bottom:21px;background-color:rgba(0,0,0,0.5)}.irs--sharp .irs-handle{top:25px;width:10px;height:10px;background-color:#a804b2}.irs--sharp .irs-handle>i:first-child{position:absolute;display:block;top:100%;left:0;width:0;height:0;border:5px solid transparent;border-top-color:#a804b2}.irs--sharp .irs-handle.state_hover,.irs--sharp .irs-handle:hover{background-color:black}.irs--sharp .irs-handle.state_hover>i:first-child,.irs--sharp .irs-handle:hover>i:first-child{border-top-color:black}.irs--sharp .irs-min,.irs--sharp .irs-max{color:white;font-size:14px;line-height:1;top:0;padding:3px 4px;opacity:.4;background-color:#a804b2;border-radius:2px}.irs--sharp .irs-from,.irs--sharp .irs-to,.irs--sharp .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 4px;background-color:#a804b2;color:white;border-radius:2px}.irs--sharp .irs-from:before,.irs--sharp .irs-to:before,.irs--sharp .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#a804b2}.irs--sharp .irs-grid{height:25px}.irs--sharp .irs-grid-pol{background-color:#dedede}.irs--sharp .irs-grid-text{color:silver;font-size:13px}.irs--round{height:50px}.irs--round.irs-with-grid{height:65px}.irs--round .irs-line{top:36px;height:4px;background-color:#dee4ec;border-radius:4px}.irs--round .irs-bar{top:36px;height:4px;background-color:#006cfa}.irs--round .irs-bar--single{border-radius:4px 0 0 4px}.irs--round .irs-shadow{height:4px;bottom:21px;background-color:rgba(222,228,236,0.5)}.irs--round .irs-handle{top:26px;width:24px;height:24px;border:4px solid #006cfa;background-color:white;border-radius:24px;box-shadow:0 1px 3px rgba(0,0,255,0.3)}.irs--round .irs-handle.state_hover,.irs--round .irs-handle:hover{background-color:#f0f6ff}.irs--round .irs-min,.irs--round .irs-max{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgba(0,0,0,0.1);border-radius:4px}.irs--round .irs-from,.irs--round .irs-to,.irs--round .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:#006cfa;color:white;border-radius:4px}.irs--round .irs-from:before,.irs--round .irs-to:before,.irs--round .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#006cfa}.irs--round .irs-grid{height:25px}.irs--round .irs-grid-pol{background-color:#dedede}.irs--round .irs-grid-text{color:silver;font-size:13px}.irs--square{height:50px}.irs--square.irs-with-grid{height:60px}.irs--square .irs-line{top:31px;height:4px;background-color:#dedede}.irs--square .irs-bar{top:31px;height:4px;background-color:black}.irs--square .irs-shadow{height:2px;bottom:21px;background-color:#dedede}.irs--square .irs-handle{top:25px;width:16px;height:16px;border:3px solid black;background-color:white;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.irs--square .irs-handle.state_hover,.irs--square .irs-handle:hover{background-color:#f0f6ff}.irs--square .irs-min,.irs--square .irs-max{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgba(0,0,0,0.1)}.irs--square .irs-from,.irs--square .irs-to,.irs--square .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:black;color:white}.irs--square .irs-grid{height:25px}.irs--square .irs-grid-pol{background-color:#dedede}.irs--square .irs-grid-text{color:silver;font-size:11px}
.YouTubePopUp-Wrap{position:fixed;width:100%;height:100%;background-color:#000;background-color:rgba(0,0,0,.8);top:0;left:0;opacity:0;z-index:9999999999999;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:YouTubePopUp;animation-name:YouTubePopUp}@-webkit-keyframes YouTubePopUp{0%{opacity:0}100%{opacity:1}}@keyframes YouTubePopUp{0%{opacity:0}100%{opacity:1}}body.logged-in .YouTubePopUp-Wrap{top:32px;z-index:99998}.YouTubePopUp-Content{max-width:680px;display:block;margin:0 auto;height:100%;position:relative}.YouTubePopUp-Content iframe{max-width:100%!important;width:100%!important;display:block!important;height:480px!important;border:none!important;position:absolute;top:0;bottom:0;margin:auto 0}.YouTubePopUp-Hide{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:YouTubePopUpHide;animation-name:YouTubePopUpHide}@-webkit-keyframes YouTubePopUpHide{0%{opacity:1}100%{opacity:0}}@keyframes YouTubePopUpHide{0%{opacity:1}100%{opacity:0}}.YouTubePopUp-Close{position:absolute;top:0;cursor:pointer;bottom:528px;right:0;margin:auto 0;width:24px;height:24px;background:url(//ilankanali.com/wp-content/themes/dwt-listing/assets/images/close.png) no-repeat;background-size:24px 24px;-webkit-background-size:24px 24px;-moz-background-size:24px 24px;-o-background-size:24px 24px}.YouTubePopUp-Close:hover{opacity:.5}@media all and (max-width:768px) and (min-width:10px){.YouTubePopUp-Content{max-width:90%}}@media all and (max-width:600px) and (min-width:10px){.YouTubePopUp-Content iframe{height:320px!important}.YouTubePopUp-Close{bottom:362px}}@media all and (max-width:480px) and (min-width:10px){.YouTubePopUp-Content iframe{height:220px!important}.YouTubePopUp-Close{bottom:262px}}.air-datepicker-cell.-year-.-other-decade-,.air-datepicker-cell.-day-.-other-month-{color:var(--adp-color-other-month)}.air-datepicker-cell.-year-.-other-decade-:hover,.air-datepicker-cell.-day-.-other-month-:hover{color:var(--adp-color-other-month-hover)}.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month-{color:var(--adp-color-other-month)}.-selected-.air-datepicker-cell.-year-.-other-decade-,.-selected-.air-datepicker-cell.-day-.-other-month-{color:#fff;background:var(--adp-background-color-selected-other-month)}.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-selected-.-focus-.air-datepicker-cell.-day-.-other-month-{background:var(--adp-background-color-selected-other-month-focused)}.-in-range-.air-datepicker-cell.-year-.-other-decade-,.-in-range-.air-datepicker-cell.-day-.-other-month-{background-color:var(--adp-background-color-in-range);color:var(--adp-color)}.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month-{background-color:var(--adp-background-color-in-range-focused)}.air-datepicker-cell.-year-.-other-decade-:empty,.air-datepicker-cell.-day-.-other-month-:empty{background:none;border:none}.air-datepicker-cell{border-radius:var(--adp-cell-border-radius);box-sizing:border-box;cursor:pointer;display:flex;position:relative;align-items:center;justify-content:center;z-index:1}.air-datepicker-cell.-focus-{background:var(--adp-cell-background-color-hover)}.air-datepicker-cell.-current-{color:var(--adp-color-current-date)}.air-datepicker-cell.-current-.-focus-{color:var(--adp-color)}.air-datepicker-cell.-current-.-in-range-{color:var(--adp-color-current-date)}.air-datepicker-cell.-disabled-{cursor:default;color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-in-range-{color:var(--adp-color-disabled-in-range)}.air-datepicker-cell.-disabled-.-current-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-in-range-{background:var(--adp-cell-background-color-in-range);border-radius:0}.air-datepicker-cell.-in-range-:hover{background:var(--adp-cell-background-color-in-range-hover)}.air-datepicker-cell.-range-from-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius)}.air-datepicker-cell.-range-to-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0}.air-datepicker-cell.-range-to-.-range-from-{border-radius:var(--adp-cell-border-radius)}.air-datepicker-cell.-selected-{color:#fff;border:none;background:var(--adp-cell-background-color-selected)}.air-datepicker-cell.-selected-.-current-{color:#fff;background:var(--adp-cell-background-color-selected)}.air-datepicker-cell.-selected-.-focus-{background:var(--adp-cell-background-color-selected-hover)}
.air-datepicker-body{transition:all var(--adp-transition-duration) var(--adp-transition-ease)}.air-datepicker-body.-hidden-{display:none}.air-datepicker-body--day-names{display:grid;grid-template-columns:repeat(7, var(--adp-day-cell-width));margin:8px 0 3px}.air-datepicker-body--day-name{color:var(--adp-day-name-color);display:flex;align-items:center;justify-content:center;flex:1;text-align:center;text-transform:uppercase;font-size:.8em}.air-datepicker-body--day-name.-clickable-{cursor:pointer}.air-datepicker-body--day-name.-clickable-:hover{color:var(--adp-day-name-color-hover)}.air-datepicker-body--cells{display:grid}.air-datepicker-body--cells.-days-{grid-template-columns:repeat(7, var(--adp-day-cell-width));grid-auto-rows:var(--adp-day-cell-height)}.air-datepicker-body--cells.-months-{grid-template-columns:repeat(3, 1fr);grid-auto-rows:var(--adp-month-cell-height)}.air-datepicker-body--cells.-years-{grid-template-columns:repeat(4, 1fr);grid-auto-rows:var(--adp-year-cell-height)}
.air-datepicker-nav{display:flex;justify-content:space-between;border-bottom:1px solid var(--adp-border-color-inner);min-height:var(--adp-nav-height);padding:var(--adp-padding);box-sizing:content-box}.-only-timepicker- .air-datepicker-nav{display:none}.air-datepicker-nav--title,.air-datepicker-nav--action{display:flex;cursor:pointer;align-items:center;justify-content:center}.air-datepicker-nav--action{width:var(--adp-nav-action-size);border-radius:var(--adp-border-radius);-webkit-user-select:none;-moz-user-select:none;user-select:none}.air-datepicker-nav--action:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--action:active{background:var(--adp-background-color-active)}.air-datepicker-nav--action.-disabled-{visibility:hidden}.air-datepicker-nav--action svg{width:32px;height:32px}.air-datepicker-nav--action path{fill:none;stroke:var(--adp-nav-arrow-color);stroke-width:2px}.air-datepicker-nav--title{border-radius:var(--adp-border-radius);padding:0 8px}.air-datepicker-nav--title i{font-style:normal;color:var(--adp-nav-color-secondary);margin-left:.3em}.air-datepicker-nav--title:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--title:active{background:var(--adp-background-color-active)}.air-datepicker-nav--title.-disabled-{cursor:default;background:none}
.air-datepicker-buttons{display:grid;grid-auto-columns:1fr;grid-auto-flow:column}.air-datepicker-button{display:inline-flex;color:var(--adp-btn-color);border-radius:var(--adp-btn-border-radius);cursor:pointer;height:var(--adp-btn-height);border:none;background:rgba(255,255,255,0)}.air-datepicker-button:hover{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover)}.air-datepicker-button:focus{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover);outline:none}.air-datepicker-button:active{background:var(--adp-btn-background-color-active)}.air-datepicker-button span{outline:none;display:flex;align-items:center;justify-content:center;width:100%;height:100%}
.air-datepicker-time{display:grid;grid-template-columns:max-content 1fr;grid-column-gap:12px;align-items:center;position:relative;padding:0 var(--adp-time-padding-inner)}.-only-timepicker- .air-datepicker-time{border-top:none}.air-datepicker-time--current{display:flex;align-items:center;flex:1;font-size:14px;text-align:center}.air-datepicker-time--current-colon{margin:0 2px 3px;line-height:1}.air-datepicker-time--current-hours,.air-datepicker-time--current-minutes{line-height:1;font-size:19px;font-family:"Century Gothic",CenturyGothic,AppleGothic,sans-serif;position:relative;z-index:1}.air-datepicker-time--current-hours:after,.air-datepicker-time--current-minutes:after{content:"";background:var(--adp-background-color-hover);border-radius:var(--adp-border-radius);position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}.air-datepicker-time--current-hours.-focus-:after,.air-datepicker-time--current-minutes.-focus-:after{opacity:1}.air-datepicker-time--current-ampm{text-transform:uppercase;align-self:flex-end;color:var(--adp-time-day-period-color);margin-left:6px;font-size:11px;margin-bottom:1px}.air-datepicker-time--row{display:flex;align-items:center;font-size:11px;height:17px;background:linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat}.air-datepicker-time--row:first-child{margin-bottom:4px}.air-datepicker-time--row input[type=range]{background:none;cursor:pointer;flex:1;height:100%;width:100%;padding:0;margin:0;-webkit-appearance:none}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none}.air-datepicker-time--row input[type=range]::-ms-tooltip{display:none}.air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:hover::-moz-range-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:hover::-ms-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:focus{outline:none}.air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]:focus::-moz-range-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]:focus::-ms-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-webkit-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-moz-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-ms-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{margin-top:calc(var(--adp-time-thumb-size)/2*-1)}.air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:rgba(0,0,0,0);background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-moz-range-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:rgba(0,0,0,0);background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-ms-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:rgba(0,0,0,0);background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-ms-fill-lower{background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-ms-fill-upper{background:rgba(0,0,0,0)}
.air-datepicker{--adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--adp-font-size: 14px;--adp-width: 246px;--adp-z-index: 100;--adp-padding: 4px;--adp-grid-areas: "nav" "body" "timepicker" "buttons";--adp-transition-duration: .3s;--adp-transition-ease: ease-out;--adp-transition-offset: 8px;--adp-background-color: #fff;--adp-background-color-hover: #f0f0f0;--adp-background-color-active: #eaeaea;--adp-background-color-in-range: rgba(92, 196, 239, .1);--adp-background-color-in-range-focused: rgba(92, 196, 239, .2);--adp-background-color-selected-other-month-focused: #8ad5f4;--adp-background-color-selected-other-month: #a2ddf6;--adp-color: #4a4a4a;--adp-color-secondary: #9c9c9c;--adp-accent-color: #4eb5e6;--adp-color-current-date: var(--adp-accent-color);--adp-color-other-month: #dedede;--adp-color-disabled: #aeaeae;--adp-color-disabled-in-range: #939393;--adp-color-other-month-hover: #c5c5c5;--adp-border-color: #dbdbdb;--adp-border-color-inner: #efefef;--adp-border-radius: 4px;--adp-border-color-inline: #d7d7d7;--adp-nav-height: 32px;--adp-nav-arrow-color: var(--adp-color-secondary);--adp-nav-action-size: 32px;--adp-nav-color-secondary: var(--adp-color-secondary);--adp-day-name-color: #ff9a19;--adp-day-name-color-hover: #8ad5f4;--adp-day-cell-width: 1fr;--adp-day-cell-height: 32px;--adp-month-cell-height: 42px;--adp-year-cell-height: 56px;--adp-pointer-size: 10px;--adp-poiner-border-radius: 2px;--adp-pointer-offset: 14px;--adp-cell-border-radius: 4px;--adp-cell-background-color-hover: var(--adp-background-color-hover);--adp-cell-background-color-selected: #5cc4ef;--adp-cell-background-color-selected-hover: #45bced;--adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);--adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);--adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);--adp-btn-height: 32px;--adp-btn-color: var(--adp-accent-color);--adp-btn-color-hover: var(--adp-color);--adp-btn-border-radius: var(--adp-border-radius);--adp-btn-background-color-hover: var(--adp-background-color-hover);--adp-btn-background-color-active: var(--adp-background-color-active);--adp-time-track-height: 1px;--adp-time-track-color: #dedede;--adp-time-track-color-hover: #b1b1b1;--adp-time-thumb-size: 12px;--adp-time-padding-inner: 10px;--adp-time-day-period-color: var(--adp-color-secondary);--adp-mobile-font-size: 16px;--adp-mobile-nav-height: 40px;--adp-mobile-width: 320px;--adp-mobile-day-cell-height: 38px;--adp-mobile-month-cell-height: 48px;--adp-mobile-year-cell-height: 64px}.air-datepicker-overlay{--adp-overlay-background-color: rgba(0, 0, 0, .3);--adp-overlay-transition-duration: .3s;--adp-overlay-transition-ease: ease-out;--adp-overlay-z-index: 99}
.air-datepicker{background:var(--adp-background-color);border:1px solid var(--adp-border-color);box-shadow:0 4px 12px rgba(0,0,0,.15);border-radius:var(--adp-border-radius);box-sizing:content-box;display:grid;grid-template-columns:1fr;grid-template-rows:repeat(4, max-content);grid-template-areas:var(--adp-grid-areas);font-family:var(--adp-font-family),sans-serif;font-size:var(--adp-font-size);color:var(--adp-color);width:var(--adp-width);position:absolute;transition:opacity var(--adp-transition-duration) var(--adp-transition-ease),transform var(--adp-transition-duration) var(--adp-transition-ease);z-index:var(--adp-z-index)}.air-datepicker:not(.-custom-position-){opacity:0}.air-datepicker.-from-top-{transform:translateY(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-from-right-{transform:translateX(var(--adp-transition-offset))}.air-datepicker.-from-bottom-{transform:translateY(var(--adp-transition-offset))}.air-datepicker.-from-left-{transform:translateX(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-active-:not(.-custom-position-){transform:translate(0, 0);opacity:1}.air-datepicker.-active-.-custom-position-{transition:none}.air-datepicker.-inline-{border-color:var(--adp-border-color-inline);box-shadow:none;position:static;left:auto;right:auto;opacity:1;transform:none}.air-datepicker.-inline- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-{--adp-font-size: var(--adp-mobile-font-size);--adp-day-cell-height: var(--adp-mobile-day-cell-height);--adp-month-cell-height: var(--adp-mobile-month-cell-height);--adp-year-cell-height: var(--adp-mobile-year-cell-height);--adp-nav-height: var(--adp-mobile-nav-height);--adp-nav-action-size: var(--adp-mobile-nav-height);position:fixed;width:var(--adp-mobile-width);border:none}.air-datepicker.-is-mobile- *{-webkit-tap-highlight-color:rgba(0,0,0,0)}.air-datepicker.-is-mobile- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-:not(.-custom-position-){transform:translate(-50%, calc(-50% + var(--adp-transition-offset)))}.air-datepicker.-is-mobile-.-active-:not(.-custom-position-){transform:translate(-50%, -50%)}.air-datepicker.-custom-position-{transition:none}.air-datepicker-global-container{position:absolute;left:0;top:0}.air-datepicker--pointer{--pointer-half-size: calc(var(--adp-pointer-size) / 2);position:absolute;width:var(--adp-pointer-size);height:var(--adp-pointer-size);z-index:-1}.air-datepicker--pointer:after{content:"";position:absolute;background:#fff;border-top:1px solid var(--adp-border-color-inline);border-right:1px solid var(--adp-border-color-inline);border-top-right-radius:var(--adp-poiner-border-radius);width:var(--adp-pointer-size);height:var(--adp-pointer-size);box-sizing:border-box}.-top-left- .air-datepicker--pointer,.-top-center- .air-datepicker--pointer,.-top-right- .air-datepicker--pointer,[data-popper-placement^=top] .air-datepicker--pointer{top:calc(100% - var(--pointer-half-size) + 1px)}.-top-left- .air-datepicker--pointer:after,.-top-center- .air-datepicker--pointer:after,.-top-right- .air-datepicker--pointer:after,[data-popper-placement^=top] .air-datepicker--pointer:after{transform:rotate(135deg)}.-right-top- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer,[data-popper-placement^=right] .air-datepicker--pointer{right:calc(100% - var(--pointer-half-size) + 1px)}.-right-top- .air-datepicker--pointer:after,.-right-center- .air-datepicker--pointer:after,.-right-bottom- .air-datepicker--pointer:after,[data-popper-placement^=right] .air-datepicker--pointer:after{transform:rotate(225deg)}.-bottom-left- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer,[data-popper-placement^=bottom] .air-datepicker--pointer{bottom:calc(100% - var(--pointer-half-size) + 1px)}.-bottom-left- .air-datepicker--pointer:after,.-bottom-center- .air-datepicker--pointer:after,.-bottom-right- .air-datepicker--pointer:after,[data-popper-placement^=bottom] .air-datepicker--pointer:after{transform:rotate(315deg)}.-left-top- .air-datepicker--pointer,.-left-center- .air-datepicker--pointer,.-left-bottom- .air-datepicker--pointer,[data-popper-placement^=left] .air-datepicker--pointer{left:calc(100% - var(--pointer-half-size) + 1px)}.-left-top- .air-datepicker--pointer:after,.-left-center- .air-datepicker--pointer:after,.-left-bottom- .air-datepicker--pointer:after,[data-popper-placement^=left] .air-datepicker--pointer:after{transform:rotate(45deg)}.-top-left- .air-datepicker--pointer,.-bottom-left- .air-datepicker--pointer{left:var(--adp-pointer-offset)}.-top-right- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer{right:var(--adp-pointer-offset)}.-top-center- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer{left:calc(50% - var(--adp-pointer-size)/2)}.-left-top- .air-datepicker--pointer,.-right-top- .air-datepicker--pointer{top:var(--adp-pointer-offset)}.-left-bottom- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer{bottom:var(--adp-pointer-offset)}.-left-center- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer{top:calc(50% - var(--adp-pointer-size)/2)}.air-datepicker--navigation{grid-area:nav}.air-datepicker--content{box-sizing:content-box;padding:var(--adp-padding);grid-area:body}.-only-timepicker- .air-datepicker--content{display:none}.air-datepicker--time{grid-area:timepicker}.air-datepicker--buttons{grid-area:buttons}.air-datepicker--buttons,.air-datepicker--time{padding:var(--adp-padding);border-top:1px solid var(--adp-border-color-inner)}.air-datepicker-overlay{position:fixed;background:var(--adp-overlay-background-color);left:0;top:0;width:0;height:0;opacity:0;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),left 0s,height 0s,width 0s;transition-delay:0s,var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration);z-index:var(--adp-overlay-z-index)}.air-datepicker-overlay.-active-{opacity:1;width:100%;height:100%;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),height 0s,width 0s}.typed-hero-section .typed-cursor,
.typed-hero-section .typed-cursor--blink {
display: none;
}
input.form-control {
height: 30px;
}
.social-media>li a:has(.footer-tiktok-icon) {
width: 46px;
line-height: 32px;
}
.social-media>li a .footer-tiktok-icon {
width: 18px;
height: 18px;
}
.social-media>li a .footer-tiktok-icon:hover {
transform: scale(1);
} .footer-tiktok-icon {
width: 16px;
height: 16px;
transition: transform 0.3s ease, opacity 0.3s ease;
opacity: 0.8;
filter: brightness(0); }
@media (prefers-color-scheme: light) {
footer .footer-tiktok-icon {
filter: brightness(0) invert(1);
opacity: 1;
}
}
@media (prefers-color-scheme: dark) {
footer .footer-tiktok-icon {
filter: brightness(0) invert(1); opacity: 1;
}
} .footer-tiktok-icon:hover {
transform: scale(1.2);
opacity: 1;
} .light-footer .footer-tiktok-icon {
filter: brightness(0); opacity: 0.8;
} .dark-footer .footer-tiktok-icon {
filter: brightness(0) invert(1); opacity: 1;
} .footer-tiktok-icon:hover {
transform: scale(1.2);
opacity: 1;
}
.custom-error {
color: #ff0000;
}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0} @media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(//ilankanali.com/wp-content/themes/dwt-listing/assets/fonts/glyphicons-halflings-regular.eot);src:url(//ilankanali.com/wp-content/themes/dwt-listing/assets/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(//ilankanali.com/wp-content/themes/dwt-listing/assets/fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(//ilankanali.com/wp-content/themes/dwt-listing/assets/fonts/glyphicons-halflings-regular.woff) format('woff'),url(//ilankanali.com/wp-content/themes/dwt-listing/assets/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(//ilankanali.com/wp-content/themes/dwt-listing/assets/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{background-color:transparent;border:0}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px\9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#ff0000}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;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:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.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}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.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;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}.mega-menu{margin:0 auto;padding:0;display:block;float:none;position:relative;width:100%;font-size:16px;min-height:50px;font-family:'Poppins',sans-serif;clear:both;box-sizing:border-box}@media screen and (max-width:992px){.mega-menu{margin:0}}.mega-menu .drop-down-multilevel li:last-child{border-bottom:medium none}.mega-menu *{outline:0;list-style:none;text-decoration:none;box-sizing:border-box;font-weight:400;-webkit-tap-highlight-color:transparent;text-align:left}@media screen and (max-width:992px){.mega-menu *{word-break:break-all}}.mega-menu i.fa{font-family:"FontAwesome"}.mega-menu img{margin:0;padding:0;display:block;max-width:100%!important;float:left}.mega-menu input{border:0}.mega-menu>section.menu-list-items{margin:0;padding:20px 0;display:block;float:left;width:100%;background-color:inherit}.mega-menu .menu-logo{margin:0;padding:0;display:block;float:left;position:relative}@media screen and (min-width:993px){.mega-menu .menu-logo.menu-logo-align-right{float:right}}@media screen and (max-width:992px){.mega-menu .menu-logo{width:100%}}.mega-menu .menu-logo>li{margin:0;padding:0;display:block;float:left;font-size:1em;line-height:50px}@media screen and (max-width:992px){.mega-menu .menu-logo>li{width:100%;line-height:normal}}.mega-menu .menu-logo>li>a{margin:0;float:left;width:100%;padding:0 15px 0 0}@media screen and (max-width:992px){.mega-menu .menu-logo>li>a{line-height:normal;padding-top:16px;padding-bottom:16px;position:relative;z-index:10;width:auto}}.mega-menu .menu-logo>li>a i.fa{padding:0;display:inline-block;font-size:1.25em;position:absolute;top:0;left:20px;bottom:0;margin:auto 0;line-height:50px}.mega-menu .menu-logo>li>a img{position:relative}.mega-menu .menu-links{margin:0;padding:0;display:block;float:left}.mega-menu .menu-links-right{margin:0;padding:0;display:block;float:right}@media screen and (max-width:992px){.mega-menu .menu-links,.mega-menu .menu-links-right{width:100%;background:#fff}}@media screen and (min-width:993px){.mega-menu .menu-links,.mega-menu .menu-links-right{display:block!important;max-height:100%!important;overflow:visible!important}.mega-menu .menu-links.menu-links-align-right{float:right}}.mega-menu .menu-links>li{margin:0;padding:0;display:block;float:left;transition:background-color 200ms ease;font-size:1em}.mega-menu .menu-links-right>li{margin:0;padding:0;display:block;float:left;transition:background-color 200ms ease;font-size:1em}@media screen and (max-width:992px){.mega-menu .menu-links>li,.mega-menu .menu-links-right>li{width:100%;position:relative;cursor:pointer;line-height:normal;z-index:50}}.mega-menu .menu-links>li>a{margin:0;padding:0 20px;display:inline-block;float:none;width:100%;color:#555;font-size:14px;font-weight:400;line-height:50px;position:relative;text-transform:capitalize}.mega-menu .menu-links-right>li>a{margin:0;padding:0 10px;display:inline-block;float:none;width:100%;color:#555;font-size:14px;font-weight:400;line-height:50px;position:relative;text-transform:uppercase}@media screen and (max-width:992px){.mega-menu .menu-links>li>a,.mega-menu .menu-links-right>li>a{width:auto;line-height:normal;padding-top:15px;padding-bottom:15px;position:static;padding-right:10px;z-index:20}}.mega-menu .menu-links>li>a i.fa,.mega-menu .menu-links-right>li>a i.fa{font-size:1em;line-height:.8125em;padding-right:2px}.mega-menu .menu-links>li>a i.fa.fa-indicator,.mega-menu .menu-links-right>li>a i.fa.fa-indicator{padding-right:0;padding-left:2px}@media screen and (max-width:992px){.mega-menu .menu-links>li>a i.fa.fa-indicator,.mega-menu .menu-links-right>li>a i.fa.fa-indicator{float:right;position:absolute;right:20px;top:0;bottom:0;line-height:50px;height:50px}}.mega-menu .menu-social-bar{margin:0;display:block;float:left;padding:0 10px}@media screen and (min-width:993px){.mega-menu .menu-social-bar{display:block!important}}@media screen and (min-width:993px){.mega-menu .menu-social-bar.menu-social-bar-right{float:right}}@media screen and (max-width:992px){.mega-menu .menu-social-bar{width:100%;text-align:center}}.mega-menu .menu-social-bar>li{margin:0;padding:0;display:block;float:left;font-size:1em;line-height:50px}@media screen and (max-width:992px){.mega-menu .menu-social-bar>li{float:none;display:inline-block;margin-bottom:-5px}}.mega-menu .menu-social-bar>li>a{margin:0;display:inline-block;float:left;width:100%;color:#fff;font-size:.875em;padding:0 5px;transition:background-color 200ms ease;line-height:50px}@media screen and (min-width:993px){.mega-menu .menu-social-bar>li>a{padding-left:10px;padding-right:10px}}.mega-menu .menu-social-bar>li>a i.fa{margin:0;padding:0;display:inline-block;float:left;width:100%;font-size:1.125em;line-height:50px}.mega-menu .menu-search-bar{margin:0;padding:0;display:block;float:right;position:relative;height:50px}@media screen and (min-width:993px){.mega-menu .menu-search-bar.menu-search-bar-left{float:left}}@media screen and (max-width:992px){.mega-menu .menu-search-bar{width:100%;position:absolute;top:0;right:0}}.mega-menu .menu-search-bar li,.mega-menu .menu-search-bar form,.mega-menu .menu-search-bar label{margin:0;padding:0;display:block;float:left;width:100%;line-height:45px}.mega-menu .menu-search-bar li:hover i.fa.fa-search{background:#f58936}.mega-menu .menu-search-bar input{max-width:0;width:100%;margin:0;padding:5px 50px 5px 0;font-size:.8125em;transition:max-width 400ms ease,background 400ms ease,padding-left 400ms ease;height:50px;display:block;background:0;color:#fff;font-weight:400}.mega-menu .menu-search-bar input:focus{max-width:170px;background:#f58936;padding-left:20px}@media screen and (max-width:992px){.mega-menu .menu-search-bar input:focus{max-width:100%;position:relative;z-index:20}}.mega-menu .menu-search-bar i.fa.fa-search{position:absolute;top:0;right:0;bottom:0;width:50px;text-align:center;line-height:50px;color:#fff;cursor:text;transition:background 200ms ease;z-index:40}.mega-menu .menu-search-bar:-moz-placeholder{opacity:1!important;color:#fff!important}.mega-menu .menu-search-bar::-moz-placeholder{opacity:1!important;color:#fff!important}.mega-menu .menu-search-bar:-ms-input-placeholder{opacity:1!important;color:#fff!important}.mega-menu .menu-search-bar::-webkit-input-placeholder{opacity:1!important;color:#fff!important}@media screen and (max-width:992px){.mega-menu .menu-search-bar.active input{padding-right:150px}.mega-menu .menu-search-bar.active i.fa.fa-search{right:70px}}.mega-menu .menu-mobile-collapse-trigger{margin:0;padding:0;height:50px;width:70px;background:#1a1a1a;display:none;position:absolute;top:5px;right:0;z-index:100;float:right;cursor:pointer;transition:background 200ms ease}.mega-menu .menu-mobile-collapse-trigger:hover{background:black}.mega-menu .menu-mobile-collapse-trigger:before,.mega-menu .menu-mobile-collapse-trigger:after,.mega-menu .menu-mobile-collapse-trigger span{content:"";display:block;height:4px;width:40px;background:#fff;position:absolute;top:13px;left:0;right:0;margin:0 auto;transition:opacity 400ms ease,-webkit-transform 400ms ease 0s;transition:transform 400ms ease 0s,opacity 400ms ease;transition:transform 400ms ease 0s,opacity 400ms ease,-webkit-transform 400ms ease 0s;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);-webkit-transform-origin:0 50% 0;-ms-transform-origin:0 50% 0;transform-origin:0 50% 0}.mega-menu .menu-mobile-collapse-trigger:after{top:33px}.mega-menu .menu-mobile-collapse-trigger span{top:23px}.mega-menu .menu-mobile-collapse-trigger.active span{opacity:0}.mega-menu .menu-mobile-collapse-trigger.active:before{-webkit-transform:rotate(50deg);-ms-transform:rotate(50deg);transform:rotate(50deg)}.mega-menu .menu-mobile-collapse-trigger.active:after{-webkit-transform:rotate(-50deg);-ms-transform:rotate(-50deg);transform:rotate(-50deg)}@media screen and (max-width:992px){.mega-menu .menu-mobile-collapse-trigger{display:block}}.mega-menu .drop-down-multilevel{margin:0;padding:0;display:block;position:absolute;top:auto;left:auto;right:auto;z-index:50;width:100%;background:#fff;float:left;max-width:255px;border:1px solid #f3f3f3;box-shadow:0 0 10px rgba(46,59,125,.23)}.mega-menu .drop-down-multilevel *{color:#232323}@media screen and (min-width:993px){.mega-menu .drop-down-multilevel{display:block!important;opacity:0;visibility:hidden;top:70px}}@media screen and (max-width:992px){.mega-menu .drop-down-multilevel{max-width:100%!important;position:relative;left:0;top:0;padding:10px;display:none}}.mega-menu .drop-down-multilevel li{margin:0;padding:0;display:block;float:left;width:100%;position:relative;transition:background 200ms ease;z-index:50;border-bottom:1px solid #f3f3f3}.mega-menu .drop-down-multilevel li:last-child{border-bottom:medium none}.mega-menu .drop-down-multilevel li:hover>a{color:inherit}.mega-menu .drop-down-multilevel a{margin:0;padding:13px 15px;font-size:14px;display:inline-block;float:left;width:100%;color:#555;font-weight:400;transition:color 200ms ease;min-height:40px;text-transform:capitalize}@media screen and (max-width:992px){.mega-menu .drop-down-multilevel a{width:auto}}.mega-menu .drop-down-multilevel i.fa{float:left;line-height:1.375em;font-size:1em;display:block;padding-right:10px;transition:color 200ms ease}.mega-menu .drop-down-multilevel i.fa.fa-indicator{float:right;line-height:20px;font-size:1em;display:block;padding-left:10px;padding-right:0}@media screen and (max-width:992px){.mega-menu .drop-down-multilevel i.fa.fa-indicator{float:right;height:50px;position:absolute;top:0;right:20px;line-height:50px;z-index:1}}.mega-menu .drop-down-multilevel .drop-down-multilevel{left:100%;top:0}@media screen and (min-width:993px){.mega-menu .drop-down-multilevel .drop-down-multilevel.left-side{left:-100%}}@media screen and (max-width:992px){.mega-menu .drop-down-multilevel .drop-down-multilevel{left:5px}}.mega-menu .drop-down,.mega-menu .drop-down-tab-bar{position:absolute;left:auto;top:70px;right:auto;background:#fff;float:left;padding:10px;z-index:999;display:block;cursor:default;overflow:hidden}.mega-menu .drop-down *,.mega-menu .drop-down-tab-bar *{color:#232323}@media screen and (min-width:993px){.mega-menu .drop-down,.mega-menu .drop-down-tab-bar{display:block!important;opacity:0;visibility:hidden}.mega-menu.vertical-left.desktopTopFixed .drop-down,.mega-menu.vertical-left.desktopTopFixed .drop-down-tab-bar{margin-left:0!important;margin-right:0!important}.mega-menu.vertical-right.desktopTopFixed .drop-down,.mega-menu.vertical-right.desktopTopFixed .drop-down-tab-bar{margin-left:0!important;margin-right:0!important}}@media screen and (min-width:993px){.mega-menu .drop-down,.mega-menu .drop-down-tab-bar{display:block!important;opacity:0;visibility:hidden;border-radius:0!important;box-shadow:0 0 0 1px rgba(0,0,0,.05)}}@media screen and (max-width:992px){.mega-menu .drop-down,.mega-menu .drop-down-tab-bar{width:100%!important;top:0;left:0;position:relative;display:none}}.mega-menu .drop-down .grid-row,.mega-menu .drop-down-tab-bar .grid-row{margin:0;padding:0;min-height:1px;width:100%;float:left;clear:both}.mega-menu .drop-down [class*="grid-col-"],.mega-menu .drop-down-tab-bar [class*="grid-col-"]{margin:0;float:left;padding:10px;position:relative}.mega-menu .drop-down .grid-col-1,.mega-menu .drop-down-tab-bar .grid-col-1{width:8.333333333333333%}.mega-menu .drop-down .grid-col-2,.mega-menu .drop-down-tab-bar .grid-col-2{width:16.66666666666667%}.mega-menu .drop-down .grid-col-3,.mega-menu .drop-down-tab-bar .grid-col-3{width:25%}.mega-menu .drop-down .grid-col-4,.mega-menu .drop-down-tab-bar .grid-col-4{width:33.33333333333333%}.mega-menu .drop-down .grid-col-5,.mega-menu .drop-down-tab-bar .grid-col-5{width:41.66666666666667%}.mega-menu .drop-down .grid-col-6,.mega-menu .drop-down-tab-bar .grid-col-6{width:50%}.mega-menu .drop-down .grid-col-7,.mega-menu .drop-down-tab-bar .grid-col-7{width:58.33333333333333%}.mega-menu .drop-down .grid-col-8,.mega-menu .drop-down-tab-bar .grid-col-8{width:66.66666666666667%}.mega-menu .drop-down .grid-col-9,.mega-menu .drop-down-tab-bar .grid-col-9{width:75%}.mega-menu .drop-down .grid-col-10,.mega-menu .drop-down-tab-bar .grid-col-10{width:83.33333333333333%}.mega-menu .drop-down .grid-col-11,.mega-menu .drop-down-tab-bar .grid-col-11{width:91.66666666666667%}.mega-menu .drop-down .grid-col-12,.mega-menu .drop-down-tab-bar .grid-col-12{width:100%}.mega-menu .drop-down.grid-col-1,.mega-menu .drop-down-tab-bar.grid-col-1{width:8.333333333333333%}.mega-menu .drop-down.grid-col-2,.mega-menu .drop-down-tab-bar.grid-col-2{width:16.66666666666667%}.mega-menu .drop-down.grid-col-3,.mega-menu .drop-down-tab-bar.grid-col-3{width:25%}.mega-menu .drop-down.grid-col-4,.mega-menu .drop-down-tab-bar.grid-col-4{width:33.33333333333333%}.mega-menu .drop-down.grid-col-5,.mega-menu .drop-down-tab-bar.grid-col-5{width:41.66666666666667%}.mega-menu .drop-down.grid-col-6,.mega-menu .drop-down-tab-bar.grid-col-6{width:50%}.mega-menu .drop-down.grid-col-7,.mega-menu .drop-down-tab-bar.grid-col-7{width:58.33333333333333%}.mega-menu .drop-down.grid-col-8,.mega-menu .drop-down-tab-bar.grid-col-8{width:66.66666666666667%}.mega-menu .drop-down.grid-col-9,.mega-menu .drop-down-tab-bar.grid-col-9{width:75%}.mega-menu .drop-down.grid-col-10,.mega-menu .drop-down-tab-bar.grid-col-10{width:83.33333333333333%}.mega-menu .drop-down.grid-col-11,.mega-menu .drop-down-tab-bar.grid-col-11{width:91.66666666666667%}.mega-menu .drop-down.grid-col-12,.mega-menu .drop-down-tab-bar.grid-col-12{width:100%;padding:0 15px;left:0}@media screen and (max-width:992px){.mega-menu .drop-down [class*="grid-col-"],.mega-menu .drop-down-tab-bar [class*="grid-col-"]{width:50%}}@media screen and (max-width:992px){.mega-menu .drop-down [class*="grid-col-"],.mega-menu .drop-down-tab-bar [class*="grid-col-"]{width:100%}}.mega-menu .drop-down.grid-demo span,.mega-menu .drop-down-tab-bar.grid-demo span{float:left;display:inline-block;width:100%;padding:4px 6px;background:#bfbfbf;font-size:.75em;color:#555}.mega-menu .drop-down .space-0,.mega-menu .drop-down-tab-bar .space-0{padding:0!important;margin:0!important}.mega-menu .drop-down a,.mega-menu .drop-down-tab-bar a{font-size:14px;display:inline-block;padding:8px 0;width:100%;max-width:100%;color:#444;text-transform:capitalize;font-weight:500}.mega-menu .drop-down li a::before{color:#999}.mega-menu .drop-down h1,.mega-menu .drop-down h2,.mega-menu .drop-down h3,.mega-menu .drop-down h4,.mega-menu .drop-down h5,.mega-menu .drop-down h6,.mega-menu .drop-down-tab-bar h1,.mega-menu .drop-down-tab-bar h2,.mega-menu .drop-down-tab-bar h3,.mega-menu .drop-down-tab-bar h4,.mega-menu .drop-down-tab-bar h5,.mega-menu .drop-down-tab-bar h6{margin-top:0;font-weight:700}.mega-menu .drop-down h1,.mega-menu .drop-down-tab-bar h1{font-size:1.5em;line-height:1;padding-top:.53em;margin-bottom:.5em}.mega-menu .drop-down h2,.mega-menu .drop-down-tab-bar h2{font-size:1.375em;padding-top:.25em;margin-bottom:.5em}.mega-menu .drop-down h3,.mega-menu .drop-down-tab-bar h3{font-size:1.125em;line-height:1;padding-top:.35em;margin-bottom:.65em}.mega-menu .drop-down h4,.mega-menu .drop-down-tab-bar h4{font-size:1em;line-height:1.25;padding-top:.45em;margin-bottom:.8em}.mega-menu .drop-down h5,.mega-menu .drop-down-tab-bar h5{font-size:.875em;font-weight:700;padding-top:.6em;margin-bottom:.9em}.mega-menu .drop-down h6,.mega-menu .drop-down-tab-bar h6{font-size:.75em;font-weight:700;margin-bottom:0}.mega-menu .drop-down figure img,.mega-menu .drop-down-tab-bar figure img{width:100%;height:auto;display:block}.mega-menu .drop-down figcaption,.mega-menu .drop-down-tab-bar figcaption{font-size:small;font-style:italic;color:#666}.mega-menu .drop-down ul,.mega-menu .drop-down ol,.mega-menu .drop-down dl,.mega-menu .drop-down-tab-bar ul,.mega-menu .drop-down-tab-bar ol,.mega-menu .drop-down-tab-bar dl{padding:0;margin:0 0 14px}.mega-menu .drop-down form,.mega-menu .drop-down-tab-bar form{margin-bottom:1.5em}.mega-menu .drop-down form ul,.mega-menu .drop-down-tab-bar form ul{list-style:none none;margin:0;padding:0}.mega-menu .drop-down form ul li,.mega-menu .drop-down-tab-bar form ul li{*zoom:1;margin-bottom:1.5em}.mega-menu .drop-down form ul li:before,.mega-menu .drop-down form ul li:after,.mega-menu .drop-down-tab-bar form ul li:before,.mega-menu .drop-down-tab-bar form ul li:after{content:"";display:table}.mega-menu .drop-down form ul li:after,.mega-menu .drop-down-tab-bar form ul li:after{clear:both}.mega-menu .drop-down fieldset,.mega-menu .drop-down-tab-bar fieldset{margin:0;padding:1.5em}.mega-menu .drop-down label,.mega-menu .drop-down-tab-bar label{display:block}.mega-menu .drop-down label.inline,.mega-menu .drop-down-tab-bar label.inline{display:inline;padding-right:24px}.mega-menu .drop-down input[type="text"],.mega-menu .drop-down input[type="url"],.mega-menu .drop-down input[type="email"],.mega-menu .drop-down input[type="password"],.mega-menu .drop-down input[type="search"],.mega-menu .drop-down input[type="number"],.mega-menu .drop-down input[type="date"],.mega-menu .drop-down input[type="month"],.mega-menu .drop-down input[type="week"],.mega-menu .drop-down input[type="time"],.mega-menu .drop-down input[type="datetime"],.mega-menu .drop-down input[type="datetime-local"],.mega-menu .drop-down input[type="tel"],.mega-menu .drop-down textarea,.mega-menu .drop-down-tab-bar input[type="text"],.mega-menu .drop-down-tab-bar input[type="url"],.mega-menu .drop-down-tab-bar input[type="email"],.mega-menu .drop-down-tab-bar input[type="password"],.mega-menu .drop-down-tab-bar input[type="search"],.mega-menu .drop-down-tab-bar input[type="number"],.mega-menu .drop-down-tab-bar input[type="date"],.mega-menu .drop-down-tab-bar input[type="month"],.mega-menu .drop-down-tab-bar input[type="week"],.mega-menu .drop-down-tab-bar input[type="time"],.mega-menu .drop-down-tab-bar input[type="datetime"],.mega-menu .drop-down-tab-bar input[type="datetime-local"],.mega-menu .drop-down-tab-bar input[type="tel"],.mega-menu .drop-down-tab-bar textarea{display:block;width:100%;margin:0 0 .75em;padding:10px;font-size:.8125em;border:1px solid #e8e8e8;line-height:1.5em}.mega-menu .drop-down select,.mega-menu .drop-down-tab-bar select{width:100%;height:2.1em;margin-bottom:.9em;border:1px solid #f5f5f5}.mega-menu .drop-down input[type="range"],.mega-menu .drop-down input[type="color"],.mega-menu .drop-down-tab-bar input[type="range"],.mega-menu .drop-down-tab-bar input[type="color"]{vertical-align:middle;height:1.5em;width:100%}.mega-menu .drop-down input[type="range"],.mega-menu .drop-down-tab-bar input[type="range"]{height:1.4em}.mega-menu .drop-down input[type="color"],.mega-menu .drop-down-tab-bar input[type="color"]{width:1.5em}.mega-menu .drop-down input[type="time"],.mega-menu .drop-down-tab-bar input[type="time"]{margin:0 0 .55em}.mega-menu .drop-down progress,.mega-menu .drop-down meter,.mega-menu .drop-down-tab-bar progress,.mega-menu .drop-down-tab-bar meter{display:block;width:100%;height:1.5em}.mega-menu .drop-down table,.mega-menu .drop-down-tab-bar table{margin-bottom:1.4em;width:100%;border:1px solid #f5f5f5}.mega-menu .drop-down thead,.mega-menu .drop-down-tab-bar thead{text-align:left;font-weight:700}.mega-menu .drop-down tbody tr:nth-child(even) td,.mega-menu .drop-down-tab-bar tbody tr:nth-child(even) td{background:#ddd}.mega-menu .drop-down tfoot,.mega-menu .drop-down-tab-bar tfoot{font-style:italic}.mega-menu .drop-down tfoot td,.mega-menu .drop-down tfoot th,.mega-menu .drop-down-tab-bar tfoot td,.mega-menu .drop-down-tab-bar tfoot th{padding:.75em 10px}.mega-menu .drop-down th,.mega-menu .drop-down td,.mega-menu .drop-down caption,.mega-menu .drop-down-tab-bar th,.mega-menu .drop-down-tab-bar td,.mega-menu .drop-down-tab-bar caption{border:1px solid #f5f5f5}.mega-menu .drop-down td,.mega-menu .drop-down th,.mega-menu .drop-down-tab-bar td,.mega-menu .drop-down-tab-bar th{padding:0 10px 0 10px;line-height:1.45em}.mega-menu .drop-down caption,.mega-menu .drop-down-tab-bar caption{border-bottom:0;padding:.75em 10px;line-height:1.45em;text-align:left;font-style:italic}.mega-menu .drop-down p,.mega-menu .drop-down-tab-bar p{margin:0 0 1.5em 0;font-size:.8125em}.mega-menu .drop-down blockquote,.mega-menu .drop-down-tab-bar blockquote{margin:0 1.5em 1.5em;font-style:italic}.mega-menu .drop-down mark,.mega-menu .drop-down-tab-bar mark{line-height:1.5;background:#78aace;color:#fff}.mega-menu .drop-down del,.mega-menu .drop-down-tab-bar del{color:#ddd}.mega-menu .drop-down ins,.mega-menu .drop-down small,.mega-menu .drop-down-tab-bar ins,.mega-menu .drop-down-tab-bar small{line-height:1.5}.mega-menu .drop-down kbd,.mega-menu .drop-down samp,.mega-menu .drop-down-tab-bar kbd,.mega-menu .drop-down-tab-bar samp{line-height:1.4}.mega-menu .drop-down hr,.mega-menu .drop-down-tab-bar hr{background:#f5f5f5;color:#f5f5f5;clear:both;float:none;width:100%;height:1px;margin:0 0 1.4em;border:0}.mega-menu .drop-down input[type="submit"],.mega-menu .drop-down input[type="button"],.mega-menu .drop-down button[type=submit],.mega-menu .drop-down button[type=reset],.mega-menu .drop-down-tab-bar input[type="submit"],.mega-menu .drop-down-tab-bar input[type="button"],.mega-menu .drop-down-tab-bar button[type=submit],.mega-menu .drop-down-tab-bar button[type=reset]{background:#f58936;padding:10px 20px;margin:5px 10px 0 0;line-height:1.5em;font-weight:600;font-size:.8125em;color:#fff;border-radius:0;display:block;float:left;transition:background-color 200ms ease;border:0;text-align:center}.mega-menu .drop-down input[type="submit"]:hover,.mega-menu .drop-down input[type="button"]:hover,.mega-menu .drop-down button[type=submit]:hover,.mega-menu .drop-down button[type=reset]:hover,.mega-menu .drop-down-tab-bar input[type="submit"]:hover,.mega-menu .drop-down-tab-bar input[type="button"]:hover,.mega-menu .drop-down-tab-bar button[type=submit]:hover,.mega-menu .drop-down-tab-bar button[type=reset]:hover{background-color:#333}@media screen and (max-width:992px){.mega-menu .drop-down input[type="submit"],.mega-menu .drop-down input[type="button"],.mega-menu .drop-down button[type=submit],.mega-menu .drop-down button[type=reset],.mega-menu .drop-down-tab-bar input[type="submit"],.mega-menu .drop-down-tab-bar input[type="button"],.mega-menu .drop-down-tab-bar button[type=submit],.mega-menu .drop-down-tab-bar button[type=reset]{width:100%}}.mega-menu .drop-down a,.mega-menu .drop-down-tab-bar a{transition:color 200ms ease}.mega-menu .drop-down a:hover,.mega-menu .drop-down-tab-bar a:hover{color:inherit}@media screen and (max-width:992px){.mega-menu .drop-down a,.mega-menu .drop-down-tab-bar a{width:auto}}.mega-menu .drop-down::-moz-selection,.mega-menu .drop-down-tab-bar::-moz-selection{background:#ffb9ad}.mega-menu .drop-down::selection,.mega-menu .drop-down-tab-bar::selection{background:#ffb9ad}.mega-menu .drop-down .list-description span,.mega-menu .drop-down-tab-bar .list-description span{color:#aeaeae;display:inline-block;width:100%}.mega-menu .drop-down .image-description,.mega-menu .drop-down-tab-bar .image-description{position:relative}.mega-menu .drop-down .image-description img,.mega-menu .drop-down-tab-bar .image-description img{display:inline-block;float:left;max-width:100%;position:absolute;left:0;right:0;height:40px;width:40px}.mega-menu .drop-down .image-description a,.mega-menu .drop-down-tab-bar .image-description a{padding-left:50px}.mega-menu .drop-down .image-description span,.mega-menu .drop-down-tab-bar .image-description span{color:#aeaeae;display:inline-block;width:100%}.mega-menu .drop-down i.fa,.mega-menu .drop-down-tab-bar i.fa{padding-right:10px}.mega-menu .drop-down iframe,.mega-menu .drop-down-tab-bar iframe{width:100%;display:block;margin:0;padding:0;border:0}@media screen and (min-width:993px){.mega-menu .drop-down.offset-1,.mega-menu .drop-down-tab-bar.offset-1{margin-left:100px}.mega-menu .drop-down.offset-2,.mega-menu .drop-down-tab-bar.offset-2{margin-left:-150px}.mega-menu .drop-down.offset-3,.mega-menu .drop-down-tab-bar.offset-3{margin-left:-200px}.mega-menu .drop-down.offset-4,.mega-menu .drop-down-tab-bar.offset-4{margin-left:-250px}.mega-menu .drop-down.offset-5,.mega-menu .drop-down-tab-bar.offset-5{margin-left:-300px}}.mega-menu .drop-down .menu-contact-form,.mega-menu .drop-down-tab-bar .menu-contact-form{margin:0;display:block;float:left;width:100%;background:#f7f7f7;padding:20px}.mega-menu .drop-down .menu-contact-form input[type=submit],.mega-menu .drop-down .menu-contact-form input[type=reset],.mega-menu .drop-down-tab-bar .menu-contact-form input[type=submit],.mega-menu .drop-down-tab-bar .menu-contact-form input[type=reset]{text-align:center}.mega-menu .drop-down .menu-contact-form button i.fa,.mega-menu .drop-down-tab-bar .menu-contact-form button i.fa{display:none;color:#fff;line-height:normal;min-height:1px;height:auto;margin:0;padding:0;position:relative;left:.625em}.mega-menu .drop-down .menu-contact-form .nav_form_notification,.mega-menu .drop-down-tab-bar .menu-contact-form .nav_form_notification{display:block;width:100%;clear:both;font-size:.75em;padding:0;margin:0;position:relative;top:.625em;color:red}.mega-menu .mobileTriggerButton{margin:0;padding:0;position:absolute;top:0;left:0;right:0;height:50px;display:none;z-index:-1}@media screen and (max-width:992px){.mega-menu .mobileTriggerButton{display:block}}.mega-menu .desktopTriggerButton{margin:0;padding:0;position:absolute;top:0;left:0;right:0;bottom:0;z-index:10;display:block;opacity:.2}@media screen and (max-width:992px){.mega-menu .desktopTriggerButton{display:none}}@media screen and (min-width:993px){.mega-menu.desktopTopFixed .menu-list-items{background:#fff none repeat scroll 0 0;left:0;max-width:100%;padding:20px 0;position:fixed;right:0;top:0;width:100%;-webkit-box-shadow:0 2px 2px rgba(0,0,0,.2);-moz-box-shadow:0 1px 2px rgba(0,0,0,.2);box-shadow:0 2px 2px rgba(0,0,0,.2);z-index:99}.desktopTopFixed.mega-menu.vertical-left .menu-list-items{max-width:250px}.desktopTopFixed.mega-menu.vertical-right .menu-list-items{max-width:250px;left:auto}.mega-menu.desktopTopFixed .menu-list-items .drop-down.grid-col-12,.mega-menu.desktopTopFixed .menu-list-items .drop-down-tab-bar.grid-col-12{width:97.5%;margin:0 15px!important}}@media screen and (max-width:992px){.mega-menu.mobileTopFixed .menu-list-items{position:fixed;top:0;left:0;right:0;max-width:100%}}.mega-menu .drop-down-tab-bar{margin:0;padding:10px;float:left}.mega-menu .drop-down-tab-bar li{float:left;margin:0;padding:0;display:block}@media screen and (max-width:992px){.mega-menu .drop-down-tab-bar li{width:100%;position:relative}}.mega-menu .drop-down-tab-bar a{float:left;width:100%;display:inline-block;padding:5px 10px;font-size:.8125em}@media screen and (max-width:992px){.mega-menu .drop-down-tab-bar a{width:auto;padding-right:20px}}.mega-menu .drop-down-tab-bar i.fa{display:inline-block;padding-right:5px}.mega-menu .drop-down-tab-bar i.fa.fa-indicator{padding-right:0;padding-left:10px;line-height:.8125em}@media screen and (max-width:992px){.mega-menu .drop-down-tab-bar i.fa.fa-indicator{float:right;position:absolute;right:12px;top:0;bottom:0;line-height:25px}}@media screen and (min-width:993px){.mega-menu .menu-links li.hoverTrigger>.drop-down.effect-scale,.mega-menu .menu-links li.hoverTrigger>.drop-down-tab-bar.effect-scale,.mega-menu .menu-links li.hoverTrigger>.drop-down-multilevel.effect-scale,.mega-menu .menu-links li.ClickTrigger .drop-down.effect-scale,.mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.effect-scale,.mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.effect-scale{-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.mega-menu .menu-links li.hoverTrigger>.drop-down.effect-expand-top,.mega-menu .menu-links li.hoverTrigger>.drop-down-tab-bar.effect-expand-top,.mega-menu .menu-links li.hoverTrigger>.drop-down-multilevel.effect-expand-top,.mega-menu .menu-links li.ClickTrigger .drop-down.effect-expand-top,.mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.effect-expand-top,.mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.effect-expand-top{-webkit-transform:rotateX(90deg);transform:rotateX(90deg);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}.mega-menu .menu-links li.hoverTrigger>.drop-down.effect-expand-bottom,.mega-menu .menu-links li.hoverTrigger>.drop-down-tab-bar.effect-expand-bottom,.mega-menu .menu-links li.hoverTrigger>.drop-down-multilevel.effect-expand-bottom,.mega-menu .menu-links li.ClickTrigger .drop-down.effect-expand-bottom,.mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.effect-expand-bottom,.mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.effect-expand-bottom{-webkit-transform:rotateX(90deg);transform:rotateX(90deg);-webkit-transform-origin:0 100%;-ms-transform-origin:0 100%;transform-origin:0 100%}.mega-menu .menu-links li.hoverTrigger>.drop-down.effect-expand-left,.mega-menu .menu-links li.hoverTrigger>.drop-down-tab-bar.effect-expand-left,.mega-menu .menu-links li.hoverTrigger>.drop-down-multilevel.effect-expand-left,.mega-menu .menu-links li.ClickTrigger .drop-down.effect-expand-left,.mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.effect-expand-left,.mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.effect-expand-left{-webkit-transform:rotateY(90deg);transform:rotateY(90deg);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}.mega-menu .menu-links li.hoverTrigger>.drop-down.effect-expand-right,.mega-menu .menu-links li.hoverTrigger>.drop-down-tab-bar.effect-expand-right,.mega-menu .menu-links li.hoverTrigger>.drop-down-multilevel.effect-expand-right,.mega-menu .menu-links li.ClickTrigger .drop-down.effect-expand-right,.mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.effect-expand-right,.mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.effect-expand-right{-webkit-transform:rotateY(90deg);transform:rotateY(90deg);-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.mega-menu .menu-links li.hoverTrigger:hover>.drop-down,.mega-menu .menu-links li.hoverTrigger:hover>.drop-down-tab-bar,.mega-menu .menu-links li.hoverTrigger:hover>.drop-down-multilevel,.mega-menu .menu-links li.ClickTrigger .drop-down.active,.mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.active,.mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.active{transition-delay:200ms!important}.mega-menu .menu-links li.hoverTrigger:hover>.drop-down.effect-fade,.mega-menu .menu-links li.hoverTrigger:hover>.drop-down-tab-bar.effect-fade,.mega-menu .menu-links li.hoverTrigger:hover>.drop-down-multilevel.effect-fade,.mega-menu .menu-links li.ClickTrigger .drop-down.active.effect-fade,.mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.active.effect-fade,.mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.active.effect-fade{opacity:1;visibility:visible}.mega-menu .menu-links li.hoverTrigger:hover>.drop-down.effect-scale,.mega-menu .menu-links li.hoverTrigger:hover>.drop-down-tab-bar.effect-scale,.mega-menu .menu-links li.hoverTrigger:hover>.drop-down-multilevel.effect-scale,.mega-menu .menu-links li.ClickTrigger .drop-down.active.effect-scale,.mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.active.effect-scale,.mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.active.effect-scale{opacity:1;visibility:visible;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.mega-menu .menu-links li.hoverTrigger:hover>.drop-down.effect-expand-top,.mega-menu .menu-links li.hoverTrigger:hover>.drop-down-tab-bar.effect-expand-top,.mega-menu .menu-links li.hoverTrigger:hover>.drop-down-multilevel.effect-expand-top,.mega-menu .menu-links li.ClickTrigger .drop-down.active.effect-expand-top,.mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.active.effect-expand-top,.mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.active.effect-expand-top{opacity:1;visibility:visible;-webkit-transform:rotateX(0deg);transform:rotateX(0deg)}.mega-menu .menu-links li.hoverTrigger:hover>.drop-down.effect-expand-bottom,.mega-menu .menu-links li.hoverTrigger:hover>.drop-down-tab-bar.effect-expand-bottom,.mega-menu .menu-links li.hoverTrigger:hover>.drop-down-multilevel.effect-expand-bottom,.mega-menu .menu-links li.ClickTrigger .drop-down.active.effect-expand-bottom,.mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.active.effect-expand-bottom,.mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.active.effect-expand-bottom{opacity:1;visibility:visible;-webkit-transform:rotateX(0deg);transform:rotateX(0deg)}.mega-menu .menu-links li.hoverTrigger:hover>.drop-down.effect-expand-left,.mega-menu .menu-links li.hoverTrigger:hover>.drop-down-tab-bar.effect-expand-left,.mega-menu .menu-links li.hoverTrigger:hover>.drop-down-multilevel.effect-expand-left,.mega-menu .menu-links li.ClickTrigger .drop-down.active.effect-expand-left,.mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.active.effect-expand-left,.mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.active.effect-expand-left{opacity:1;visibility:visible;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.mega-menu .menu-links li.hoverTrigger:hover>.drop-down.effect-expand-right,.mega-menu .menu-links li.hoverTrigger:hover>.drop-down-tab-bar.effect-expand-right,.mega-menu .menu-links li.hoverTrigger:hover>.drop-down-multilevel.effect-expand-right,.mega-menu .menu-links li.ClickTrigger .drop-down.active.effect-expand-right,.mega-menu .menu-links li.ClickTrigger .drop-down-tab-bar.active.effect-expand-right,.mega-menu .menu-links li.ClickTrigger .drop-down-multilevel.active.effect-expand-right{opacity:1;visibility:visible;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.mega-menu .menu-links-right li.hoverTrigger>.drop-down.effect-scale,.mega-menu .menu-links-right li.hoverTrigger>.drop-down-tab-bar.effect-scale,.mega-menu .menu-links-right li.hoverTrigger>.drop-down-multilevel.effect-scale,.mega-menu .menu-links-right li.ClickTrigger .drop-down.effect-scale,.mega-menu .menu-links-right li.ClickTrigger .drop-down-tab-bar.effect-scale,.mega-menu .menu-links-right li.ClickTrigger .drop-down-multilevel.effect-scale{-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.mega-menu .menu-links-right li.hoverTrigger>.drop-down.effect-expand-top,.mega-menu .menu-links-right li.hoverTrigger>.drop-down-tab-bar.effect-expand-top,.mega-menu .menu-links-right li.hoverTrigger>.drop-down-multilevel.effect-expand-top,.mega-menu .menu-links-right li.ClickTrigger .drop-down.effect-expand-top,.mega-menu .menu-links-right li.ClickTrigger .drop-down-tab-bar.effect-expand-top,.mega-menu .menu-links-right li.ClickTrigger .drop-down-multilevel.effect-expand-top{-webkit-transform:rotateX(90deg);transform:rotateX(90deg);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}.mega-menu .menu-links-right li.hoverTrigger>.drop-down.effect-expand-bottom,.mega-menu .menu-links-right li.hoverTrigger>.drop-down-tab-bar.effect-expand-bottom,.mega-menu .menu-links-right li.hoverTrigger>.drop-down-multilevel.effect-expand-bottom,.mega-menu .menu-links-right li.ClickTrigger .drop-down.effect-expand-bottom,.mega-menu .menu-links-right li.ClickTrigger .drop-down-tab-bar.effect-expand-bottom,.mega-menu .menu-links-right li.ClickTrigger .drop-down-multilevel.effect-expand-bottom{-webkit-transform:rotateX(90deg);transform:rotateX(90deg);-webkit-transform-origin:0 100%;-ms-transform-origin:0 100%;transform-origin:0 100%}.mega-menu .menu-links-right li.hoverTrigger>.drop-down.effect-expand-left,.mega-menu .menu-links-right li.hoverTrigger>.drop-down-tab-bar.effect-expand-left,.mega-menu .menu-links-right li.hoverTrigger>.drop-down-multilevel.effect-expand-left,.mega-menu .menu-links-right li.ClickTrigger .drop-down.effect-expand-left,.mega-menu .menu-links-right li.ClickTrigger .drop-down-tab-bar.effect-expand-left,.mega-menu .menu-links-right li.ClickTrigger .drop-down-multilevel.effect-expand-left{-webkit-transform:rotateY(90deg);transform:rotateY(90deg);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}.mega-menu .menu-links-right li.hoverTrigger>.drop-down.effect-expand-right,.mega-menu .menu-links-right li.hoverTrigger>.drop-down-tab-bar.effect-expand-right,.mega-menu .menu-links-right li.hoverTrigger>.drop-down-multilevel.effect-expand-right,.mega-menu .menu-links-right li.ClickTrigger .drop-down.effect-expand-right,.mega-menu .menu-links-right li.ClickTrigger .drop-down-tab-bar.effect-expand-right,.mega-menu .menu-links-right li.ClickTrigger .drop-down-multilevel.effect-expand-right{-webkit-transform:rotateY(90deg);transform:rotateY(90deg);-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.mega-menu .menu-links-right li.hoverTrigger:hover>.drop-down,.mega-menu .menu-links-right li.hoverTrigger:hover>.drop-down-tab-bar,.mega-menu .menu-links-right li.hoverTrigger:hover>.drop-down-multilevel,.mega-menu .menu-links-right li.ClickTrigger .drop-down.active,.mega-menu .menu-links-right li.ClickTrigger .drop-down-tab-bar.active,.mega-menu .menu-links-right li.ClickTrigger .drop-down-multilevel.active{transition-delay:200ms!important}.mega-menu .menu-links-right li.hoverTrigger:hover>.drop-down.effect-fade,.mega-menu .menu-links-right li.hoverTrigger:hover>.drop-down-tab-bar.effect-fade,.mega-menu .menu-links-right li.hoverTrigger:hover>.drop-down-multilevel.effect-fade,.mega-menu .menu-links-right li.ClickTrigger .drop-down.active.effect-fade,.mega-menu .menu-links-right li.ClickTrigger .drop-down-tab-bar.active.effect-fade,.mega-menu .menu-links-right li.ClickTrigger .drop-down-multilevel.active.effect-fade{opacity:1;visibility:visible}.mega-menu .menu-links-right li.hoverTrigger:hover>.drop-down.effect-scale,.mega-menu .menu-links-right li.hoverTrigger:hover>.drop-down-tab-bar.effect-scale,.mega-menu .menu-links-right li.hoverTrigger:hover>.drop-down-multilevel.effect-scale,.mega-menu .menu-links-right li.ClickTrigger .drop-down.active.effect-scale,.mega-menu .menu-links-right li.ClickTrigger .drop-down-tab-bar.active.effect-scale,.mega-menu .menu-links-right li.ClickTrigger .drop-down-multilevel.active.effect-scale{opacity:1;visibility:visible;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.mega-menu .menu-links-right li.hoverTrigger:hover>.drop-down.effect-expand-top,.mega-menu .menu-links-right li.hoverTrigger:hover>.drop-down-tab-bar.effect-expand-top,.mega-menu .menu-links-right li.hoverTrigger:hover>.drop-down-multilevel.effect-expand-top,.mega-menu .menu-links-right li.ClickTrigger .drop-down.active.effect-expand-top,.mega-menu .menu-links-right li.ClickTrigger .drop-down-tab-bar.active.effect-expand-top,.mega-menu .menu-links-right li.ClickTrigger .drop-down-multilevel.active.effect-expand-top{opacity:1;visibility:visible;-webkit-transform:rotateX(0deg);transform:rotateX(0deg)}.mega-menu .menu-links-right li.hoverTrigger:hover>.drop-down.effect-expand-bottom,.mega-menu .menu-links-right li.hoverTrigger:hover>.drop-down-tab-bar.effect-expand-bottom,.mega-menu .menu-links-right li.hoverTrigger:hover>.drop-down-multilevel.effect-expand-bottom,.mega-menu .menu-links-right li.ClickTrigger .drop-down.active.effect-expand-bottom,.mega-menu .menu-links-right li.ClickTrigger .drop-down-tab-bar.active.effect-expand-bottom,.mega-menu .menu-links-right li.ClickTrigger .drop-down-multilevel.active.effect-expand-bottom{opacity:1;visibility:visible;-webkit-transform:rotateX(0deg);transform:rotateX(0deg)}.mega-menu .menu-links-right li.hoverTrigger:hover>.drop-down.effect-expand-left,.mega-menu .menu-links-right li.hoverTrigger:hover>.drop-down-tab-bar.effect-expand-left,.mega-menu .menu-links-right li.hoverTrigger:hover>.drop-down-multilevel.effect-expand-left,.mega-menu .menu-links-right li.ClickTrigger .drop-down.active.effect-expand-left,.mega-menu .menu-links-right li.ClickTrigger .drop-down-tab-bar.active.effect-expand-left,.mega-menu .menu-links-right li.ClickTrigger .drop-down-multilevel.active.effect-expand-left{opacity:1;visibility:visible;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.mega-menu .menu-links-right li.hoverTrigger:hover>.drop-down.effect-expand-right,.mega-menu .menu-links-right li.hoverTrigger:hover>.drop-down-tab-bar.effect-expand-right,.mega-menu .menu-links-right li.hoverTrigger:hover>.drop-down-multilevel.effect-expand-right,.mega-menu .menu-links-right li.ClickTrigger .drop-down.active.effect-expand-right,.mega-menu .menu-links-right li.ClickTrigger .drop-down-tab-bar.active.effect-expand-right,.mega-menu .menu-links-right li.ClickTrigger .drop-down-multilevel.active.effect-expand-right{opacity:1;visibility:visible;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}}@media screen and (max-width:992px){.mega-menu .menu-links li .drop-down,.mega-menu .menu-links li .drop-down-tab-bar,.mega-menu .menu-links li .drop-down-multilevel{-webkit-transition:none!important;transition:none!important}.mega-menu .menu-links{margin-top:10px}.mega-menu .menu-logo>li>a{padding:0}.mega-menu>section.menu-list-items{padding:10px 0}.mega-menu .menu-links>li.active .drop-down-multilevel a:hover{color:#323232}.mega-menu .drop-down-multilevel li:hover>a i.fa{color:#323232}.mega-menu .drop-down-multilevel a{display:block}.mega-menu .mobileTriggerButton{z-index:1}.mega-menu .drop-down-multilevel,.mega-menu .drop-down,.mega-menu .drop-down-tab-bar{border-top:0!important}.mega-menu .menu-links-right li .drop-down,.mega-menu .menu-links-right li .drop-down-tab-bar,.mega-menu .menu-links-right li .drop-down-multilevel{-webkit-transition:none!important;transition:none!important}.mega-menu .menu-links-right{margin-top:10px}.mega-menu .menu-logo>li>a{padding:0}.mega-menu>section.menu-list-items{padding:10px 0}.mega-menu img{margin:5px 0}.mega-menu .menu-links-right>li.active .drop-down-multilevel a:hover{color:#323232}.mega-menu .drop-down-multilevel li:hover>a i.fa{color:#323232}.mega-menu .drop-down-multilevel a{display:block;width:100%}.mega-menu .mobileTriggerButton{z-index:1}.mega-menu .drop-down-multilevel,.mega-menu .drop-down,.mega-menu .drop-down-tab-bar{border-top:0!important}}@media screen and (min-width:993px){.mega-menu.vertical-left,.mega-menu.vertical-right{float:left;width:auto;display:block;max-width:250px}.mega-menu.vertical-left .menu-logo,.mega-menu.vertical-right .menu-logo{clear:both;width:100%}.mega-menu.vertical-left .menu-logo>li,.mega-menu.vertical-right .menu-logo>li{width:100%}.mega-menu.vertical-left .menu-logo>li>a,.mega-menu.vertical-right .menu-logo>li>a{width:100%}.mega-menu.vertical-left .menu-links,.mega-menu.vertical-right .menu-links,.mega-menu.vertical-left .menu-links-right,.mega-menu.vertical-right .menu-links-right{clear:both;width:100%}.mega-menu.vertical-left .menu-links>li,.mega-menu.vertical-right .menu-links>li,.mega-menu.vertical-left .menu-links-right>li,.mega-menu.vertical-right .menu-links-right>li{clear:both;width:100%;position:relative}.mega-menu.vertical-left .menu-links>li>a,.mega-menu.vertical-right .menu-links>li>a,.mega-menu.vertical-left .menu-links-right>li>a,.mega-menu.vertical-right .menu-links-right>li>a{width:100%;position:relative;line-height:48px}.mega-menu.vertical-left .menu-links>li>a i.fa.fa-indicator,.mega-menu.vertical-right .menu-links>li>a i.fa.fa-indicator,.mega-menu.vertical-left .menu-links-right>li>a i.fa.fa-indicator,.mega-menu.vertical-right .menu-links-right>li>a i.fa.fa-indicator{float:right;line-height:48px}.mega-menu.vertical-left .menu-social-bar,.mega-menu.vertical-right .menu-social-bar{width:100%;text-align:center}.mega-menu.vertical-left .menu-social-bar>li,.mega-menu.vertical-right .menu-social-bar>li{display:inline-block;float:none}.mega-menu.vertical-left .menu-social-bar>li>a,.mega-menu.vertical-right .menu-social-bar>li>a{padding-left:10px;padding-right:10px}.mega-menu.vertical-left .drop-down-multilevel,.mega-menu.vertical-right .drop-down-multilevel{top:0;left:100%}.mega-menu.vertical-left .drop-down,.mega-menu.vertical-left .drop-down-tab-bar,.mega-menu.vertical-right .drop-down,.mega-menu.vertical-right .drop-down-tab-bar{left:100%;top:0;min-width:600px}.mega-menu.vertical-left .drop-down.grid-col-12,.mega-menu.vertical-left .drop-down-tab-bar.grid-col-12,.mega-menu.vertical-right .drop-down.grid-col-12,.mega-menu.vertical-right .drop-down-tab-bar.grid-col-12{min-width:1000px}.mega-menu.vertical-left .offset-1,.mega-menu.vertical-left .offset-2,.mega-menu.vertical-left .offset-3,.mega-menu.vertical-left .offset-4,.mega-menu.vertical-left .offset-5,.mega-menu.vertical-right .offset-1,.mega-menu.vertical-right .offset-2,.mega-menu.vertical-right .offset-3,.mega-menu.vertical-right .offset-4,.mega-menu.vertical-right .offset-5{margin-left:0}.mega-menu.vertical-left .offset-1-vertical,.mega-menu.vertical-right .offset-1-vertical{margin-top:-100px!important}.mega-menu.vertical-left .offset-2-vertical,.mega-menu.vertical-right .offset-2-vertical{margin-top:-150px!important}.mega-menu.vertical-left .offset-3-vertical,.mega-menu.vertical-right .offset-3-vertical{margin-top:-200px!important}.mega-menu.vertical-left .offset-4-vertical,.mega-menu.vertical-right .offset-4-vertical{margin-top:-250px!important}.mega-menu.vertical-left .offset-5-vertical,.mega-menu.vertical-right .offset-5-vertical{margin-top:-300px!important}.mega-menu.vertical-left.desktopTopFixed,.mega-menu.vertical-right.desktopTopFixed{float:left;right:auto;padding:0;height:100%}.mega-menu.vertical-left.desktopTopFixed .menu-list-items,.mega-menu.vertical-right.desktopTopFixed .menu-list-items{padding:0;height:100%}.mega-menu.vertical-left.desktopTopFixed .drop-down,.mega-menu.vertical-left.desktopTopFixed .drop-down-tab-bar,.mega-menu.vertical-right.desktopTopFixed .drop-down,.mega-menu.vertical-right.desktopTopFixed .drop-down-tab-bar{margin:0}.mega-menu.vertical-right{float:right}.mega-menu.vertical-right .drop-down-multilevel{left:auto;right:100%}}@media screen and (min-width:993px) and (min-width:993px){.mega-menu.vertical-right .drop-down-multilevel.left-side{left:100%}}@media screen and (min-width:993px){.mega-menu.vertical-right .drop-down,.mega-menu.vertical-right .drop-down-tab-bar{left:auto;right:100%}.mega-menu.vertical-right.desktopTopFixed{float:right;left:auto;right:0;padding:0;height:100%}}@media screen and (min-width:993px){.mega-menu.vertical-left .menu-search-bar,.mega-menu.vertical-right .menu-search-bar{width:100%}.mega-menu.vertical-left .menu-search-bar input,.mega-menu.vertical-left .menu-search-bar li,.mega-menu.vertical-left .menu-search-bar form,.mega-menu.vertical-left .menu-search-bar label,.mega-menu.vertical-right .menu-search-bar input,.mega-menu.vertical-right .menu-search-bar li,.mega-menu.vertical-right .menu-search-bar form,.mega-menu.vertical-right .menu-search-bar label{width:100%;max-width:100%;background:#f58936;transition:none}.mega-menu.vertical-left .menu-search-bar input,.mega-menu.vertical-right .menu-search-bar input{padding-left:20px}}@media screen and (min-width:993px){.mega-menu.menuFullWidth{max-width:100%}}.mega-menu .drop-down-multilevel.right-menu{right:0}.mega-menu .menu-links>li:last-child>a,.mega-menu .menu-links-right>li:last-child>a{padding-right:0}.menu-transparent .mega-menu .menu-links>li:last-child>a,.menu-transparent .mega-menu .menu-links-right>li:last-child>a{padding-right:20px }.mega-menu .menu-links li.hoverTrigger .drop-down.grid-col-12,.mega-menu .menu-links-right li.hoverTrigger .drop-down.grid-col-12{padding-left:15px;padding-right:15px}@media(max-width:1500px){.mega-menu .drop-down.grid-col-5{width:51.666667%}}@media(max-width:1272px){.mega-menu .drop-down.grid-col-5{width:61.666667%}}
.mega-menu .menu-mobile-collapse-trigger.active::after {
top: 42px;
}.slider-selection,.slider-track-high,.slider-track-low{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;border-radius:4px}.slider-handle.custom::before,.slider-tick.custom::before{line-height:20px;font-size:20px;content:'\2605';color:#726204}.slider{display:inline-block;vertical-align:middle;position:relative}.slider.slider-horizontal{width:210px;height:20px}.slider.slider-horizontal .slider-track{height:10px;width:100%;margin-top:-5px;top:50%;left:0}.slider.slider-horizontal .slider-selection,.slider.slider-horizontal .slider-track-high,.slider.slider-horizontal .slider-track-low{height:100%;top:0;bottom:0}.slider.slider-horizontal .slider-handle,.slider.slider-horizontal .slider-tick{margin-left:-10px}.slider.slider-horizontal .slider-handle.triangle,.slider.slider-horizontal .slider-tick.triangle{position:relative;top:50%;transform:translateY(-50%);border-width:0 10px 10px;width:0;height:0;border-bottom-color:#2e6da4;margin-top:0}.slider.slider-horizontal .slider-tick-container{white-space:nowrap;position:absolute;top:0;left:0;width:100%}.slider.slider-horizontal.slider-rtl .slider-tick-container,.slider.slider-horizontal.slider-rtl .slider-track{left:initial;right:0}.slider.slider-horizontal .slider-tick-label-container{white-space:nowrap;margin-top:20px}.slider.slider-horizontal .slider-tick-label-container .slider-tick-label{padding-top:4px;display:inline-block;text-align:center}.slider .hide,.slider input{display:none}.slider.slider-horizontal.slider-rtl .slider-handle,.slider.slider-horizontal.slider-rtl .slider-tick{margin-left:initial;margin-right:-10px}.slider.slider-vertical{height:210px;width:20px}.slider.slider-vertical .slider-track{width:10px;height:100%;left:25%;top:0}.slider.slider-vertical .slider-selection{width:100%;left:0;top:0;bottom:0}.slider.slider-vertical .slider-track-high,.slider.slider-vertical .slider-track-low{width:100%;left:0;right:0}.slider.slider-vertical .slider-handle,.slider.slider-vertical .slider-tick{margin-top:-10px}.slider.slider-vertical .slider-handle.triangle,.slider.slider-vertical .slider-tick.triangle{border-width:10px 0 10px 10px;width:1px;height:1px;border-left-color:#2e6da4;border-right-color:#2e6da4;margin-left:0;margin-right:0}.slider-handle,.slider-tick{position:absolute;width:20px;height:20px}.slider.slider-vertical .slider-tick-label-container{white-space:nowrap}.slider.slider-vertical .slider-tick-label-container .slider-tick-label{padding-left:4px}.slider.slider-vertical.slider-rtl .slider-track{left:initial;right:25%}.slider.slider-vertical.slider-rtl .slider-selection{left:initial;right:0}.slider.slider-vertical.slider-rtl .slider-handle.triangle,.slider.slider-vertical.slider-rtl .slider-tick.triangle{border-width:10px 10px 10px 0}.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label{padding-left:initial;padding-right:4px}.slider.slider-disabled .slider-handle{background-image:-webkit-linear-gradient(top,#dfdfdf 0,#bebebe 100%);background-image:-o-linear-gradient(top,#dfdfdf 0,#bebebe 100%);background-image:linear-gradient(to bottom,#dfdfdf 0,#bebebe 100%);background-repeat:repeat-x}.slider.slider-disabled .slider-track{background-image:-webkit-linear-gradient(top,#e5e5e5 0,#e9e9e9 100%);background-image:-o-linear-gradient(top,#e5e5e5 0,#e9e9e9 100%);background-image:linear-gradient(to bottom,#e5e5e5 0,#e9e9e9 100%);background-repeat:repeat-x;cursor:not-allowed}.slider .tooltip.top{margin-top:-36px}.slider .tooltip-inner{white-space:nowrap;max-width:none}.slider-track{position:absolute;cursor:pointer;background-image:-webkit-linear-gradient(top,#f5f5f5 0,#f9f9f9 100%);background-image:-o-linear-gradient(top,#f5f5f5 0,#f9f9f9 100%);background-image:linear-gradient(to bottom,#f5f5f5 0,#f9f9f9 100%);background-repeat:repeat-x;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1);border-radius:4px}.slider-selection{position:absolute;background-image:-webkit-linear-gradient(top,#f9f9f9 0,#f5f5f5 100%);background-image:-o-linear-gradient(top,#f9f9f9 0,#f5f5f5 100%);background-image:linear-gradient(to bottom,#f9f9f9 0,#f5f5f5 100%);background-repeat:repeat-x;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-sizing:border-box}.slider-selection.tick-slider-selection{background-image:-webkit-linear-gradient(top,#8ac1ef 0,#82b3de 100%);background-image:-o-linear-gradient(top,#8ac1ef 0,#82b3de 100%);background-image:linear-gradient(to bottom,#8ac1ef 0,#82b3de 100%);background-repeat:repeat-x}.slider-track-high,.slider-track-low{position:absolute;background:0 0;box-sizing:border-box}.slider-handle{top:0;background-color:#337ab7;background-image:-webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);background-repeat:repeat-x;filter:none;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);border:0 solid transparent}.slider-handle.round{border-radius:50%}.slider-handle.custom,.slider-handle.triangle{background:0 0}.slider-tick{background-image:-webkit-linear-gradient(top,#f9f9f9 0,#f5f5f5 100%);background-image:-o-linear-gradient(top,#f9f9f9 0,#f5f5f5 100%);background-image:linear-gradient(to bottom,#f9f9f9 0,#f5f5f5 100%);background-repeat:repeat-x;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;filter:none;opacity:.8;border:0 solid transparent}.slider-tick.round{border-radius:50%}.slider-tick.custom,.slider-tick.triangle{background:0 0}.slider-tick.in-selection{background-image:-webkit-linear-gradient(top,#8ac1ef 0,#82b3de 100%);background-image:-o-linear-gradient(top,#8ac1ef 0,#82b3de 100%);background-image:linear-gradient(to bottom,#8ac1ef 0,#82b3de 100%);background-repeat:repeat-x;opacity:1}.datepicker--cells{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.datepicker--cell{border-radius:4px;box-sizing:border-box;cursor:pointer;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:32px;z-index:1}.datepicker--cell.-focus-{background:#f0f0f0}.datepicker--cell.-current-{color:#1f1f1f}.datepicker--cell.-current-.-focus-{color:#4a4a4a}.datepicker--cell.-current-.-in-range-{color:#1f1f1f}.datepicker--cell.-in-range-{background:rgba(92,196,239,.1);color:#4a4a4a;border-radius:0}.datepicker--cell.-in-range-.-focus-{background-color:rgba(92,196,239,.2)}.datepicker--cell.-disabled-{cursor:default;color:#aeaeae}.datepicker--cell.-disabled-.-focus-{color:#aeaeae}.datepicker--cell.-disabled-.-in-range-{color:#a1a1a1}.datepicker--cell.-disabled-.-current-.-focus-{color:#aeaeae}.datepicker--cell.-range-from-{border:1px solid rgba(92,196,239,.5);background-color:rgba(92,196,239,.1);border-radius:4px 0 0 4px}.datepicker--cell.-range-to-{border:1px solid rgba(92,196,239,.5);background-color:rgba(92,196,239,.1);border-radius:0 4px 4px 0}.datepicker--cell.-selected-,.datepicker--cell.-selected-.-current-{color:#fff;background:#1f1f1f}.datepicker--cell.-range-from-.-range-to-{border-radius:4px}.datepicker--cell.-selected-{border:none}.datepicker--cell.-selected-.-focus-{background:#1f1f1f}.datepicker--cell:empty{cursor:default}.datepicker--days-names{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:8px 0 3px}.datepicker--day-name{color:#ff9a19;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex:1;-ms-flex:1;flex:1;text-align:center;text-transform:uppercase;font-size:.8em}.-only-timepicker- .datepicker--content,.datepicker--body,.datepicker-inline .datepicker--pointer{display:none}.datepicker--cell-day{width:14.28571%}.datepicker--cells-months{height:170px}.datepicker--cell-month{width:33.33%;height:25%}.datepicker--cells-years,.datepicker--years{height:170px}.datepicker--cell-year{width:25%;height:33.33%}.datepickers-container{position:absolute;left:0;top:0}@media print{.datepickers-container{display:none}}.datepicker{background:#fff;border:1px solid #dbdbdb;box-shadow:0 4px 12px rgba(0,0,0,.15);border-radius:4px;box-sizing:content-box;font-family:Tahoma,sans-serif;font-size:14px;color:#4a4a4a;width:250px;position:absolute;left:-100000px;opacity:0;transition:opacity .3s ease,left 0s .3s,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease,left 0s .3s;transition:opacity .3s ease,transform .3s ease,left 0s .3s,-webkit-transform .3s ease;z-index:100}.datepicker.-from-top-{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.datepicker.-from-right-{-webkit-transform:translateX(8px);transform:translateX(8px)}.datepicker.-from-bottom-{-webkit-transform:translateY(8px);transform:translateY(8px)}.datepicker.-from-left-{-webkit-transform:translateX(-8px);transform:translateX(-8px)}.datepicker.active{opacity:1;-webkit-transform:translate(0);transform:translate(0);transition:opacity .3s ease,left 0s 0s,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease,left 0s 0s;transition:opacity .3s ease,transform .3s ease,left 0s 0s,-webkit-transform .3s ease}.datepicker-inline .datepicker{border-color:#d7d7d7;box-shadow:none;position:static;left:auto;right:auto;opacity:1;-webkit-transform:none;transform:none}.datepicker--content{box-sizing:content-box;padding:4px}.datepicker--pointer{position:absolute;background:#fff;border-top:1px solid #dbdbdb;border-right:1px solid #dbdbdb;width:10px;height:10px;z-index:-1}.datepicker--nav-action:hover,.datepicker--nav-title:hover{background:#f0f0f0}.-top-center- .datepicker--pointer,.-top-left- .datepicker--pointer,.-top-right- .datepicker--pointer{top:calc(100% - 4px);-webkit-transform:rotate(135deg);transform:rotate(135deg)}.-right-bottom- .datepicker--pointer,.-right-center- .datepicker--pointer,.-right-top- .datepicker--pointer{right:calc(100% - 4px);-webkit-transform:rotate(225deg);transform:rotate(225deg)}.-bottom-center- .datepicker--pointer,.-bottom-left- .datepicker--pointer,.-bottom-right- .datepicker--pointer{bottom:calc(100% - 4px);-webkit-transform:rotate(315deg);transform:rotate(315deg)}.-left-bottom- .datepicker--pointer,.-left-center- .datepicker--pointer,.-left-top- .datepicker--pointer{left:calc(100% - 4px);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.-bottom-left- .datepicker--pointer,.-top-left- .datepicker--pointer{left:10px}.-bottom-right- .datepicker--pointer,.-top-right- .datepicker--pointer{right:10px}.-bottom-center- .datepicker--pointer,.-top-center- .datepicker--pointer{left:calc(50% - 10px / 2)}.-left-top- .datepicker--pointer,.-right-top- .datepicker--pointer{top:10px}.-left-bottom- .datepicker--pointer,.-right-bottom- .datepicker--pointer{bottom:10px}.-left-center- .datepicker--pointer,.-right-center- .datepicker--pointer{top:calc(50% - 10px / 2)}.datepicker--body.active{display:block}.datepicker--nav{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #efefef;min-height:32px;padding:4px}.-only-timepicker- .datepicker--nav{display:none}.datepicker--nav-action,.datepicker--nav-title{display:-webkit-flex;display:-ms-flexbox;display:flex;cursor:pointer;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.datepicker--nav-action{width:32px;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker--nav-action.-disabled-{visibility:hidden}.datepicker--nav-action svg{width:32px;height:32px}.datepicker--nav-action path{fill:none;stroke:#9c9c9c;stroke-width:2px}.datepicker--nav-title{border-radius:4px;padding:0 8px}.datepicker--buttons,.datepicker--time{border-top:1px solid #efefef;padding:4px}.datepicker--nav-title i{font-style:normal;color:#9c9c9c;margin-left:5px}.datepicker--nav-title.-disabled-{cursor:default;background:0 0}.datepicker--buttons{display:-webkit-flex;display:-ms-flexbox;display:flex}.datepicker--button{color:#1f1f1f;cursor:pointer;border-radius:4px;-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:32px}.datepicker--button:hover{color:#4a4a4a;background:#f0f0f0}.datepicker--time{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative}.datepicker--time.-am-pm- .datepicker--time-sliders{-webkit-flex:0 1 138px;-ms-flex:0 1 138px;flex:0 1 138px;max-width:138px}.-only-timepicker- .datepicker--time{border-top:none}.datepicker--time-sliders{-webkit-flex:0 1 153px;-ms-flex:0 1 153px;flex:0 1 153px;margin-right:10px;max-width:153px}.datepicker--time-label{display:none;font-size:12px}.datepicker--time-current{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex:1;-ms-flex:1;flex:1;font-size:14px;text-align:center;margin:0 0 0 10px}.datepicker--time-current-colon{margin:0 2px 3px;line-height:1}.datepicker--time-current-hours,.datepicker--time-current-minutes{line-height:1;font-size:19px;font-family:"Century Gothic",CenturyGothic,AppleGothic,sans-serif;position:relative;z-index:1}.datepicker--time-current-hours:after,.datepicker--time-current-minutes:after{content:'';background:#f0f0f0;border-radius:4px;position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}.datepicker--time-current-hours.-focus-:after,.datepicker--time-current-minutes.-focus-:after{opacity:1}.datepicker--time-current-ampm{text-transform:uppercase;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;color:#9c9c9c;margin-left:6px;font-size:11px;margin-bottom:1px}.datepicker--time-row{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:11px;height:17px;background:linear-gradient(to right,#dedede,#dedede) left 50%/100% 1px no-repeat}.datepicker--time-row:first-child{margin-bottom:4px}.datepicker--time-row input[type=range]{background:0 0;cursor:pointer;-webkit-flex:1;-ms-flex:1;flex:1;height:100%;padding:0;margin:0;-webkit-appearance:none}.datepicker--time-row input[type=range]::-ms-tooltip{display:none}.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:hover::-moz-range-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:hover::-ms-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:focus{outline:0}.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb{background:#1f1f1f;border-color:#1f1f1f}.datepicker--time-row input[type=range]:focus::-moz-range-thumb{background:#1f1f1f;border-color:#1f1f1f}.datepicker--time-row input[type=range]:focus::-ms-thumb{background:#1f1f1f;border-color:#1f1f1f}.datepicker--time-row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s;margin-top:-6px}.datepicker--time-row input[type=range]::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s}.datepicker--time-row input[type=range]::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s}.datepicker--time-row input[type=range]::-webkit-slider-runnable-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-moz-range-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-ms-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-ms-fill-lower{background:0 0}.datepicker--time-row input[type=range]::-ms-fill-upper{background:0 0}.datepicker--time-row span{padding:0 12px}.datepicker--time-icon{color:#9c9c9c;border:1px solid;border-radius:50%;font-size:16px;position:relative;margin:0 5px -1px 0;width:1em;height:1em}.datepicker--time-icon:after,.datepicker--time-icon:before{content:'';background:currentColor;position:absolute}.datepicker--time-icon:after{height:.4em;width:1px;left:calc(50% - 1px);top:calc(50% + 1px);-webkit-transform:translateY(-100%);transform:translateY(-100%)}.datepicker--time-icon:before{width:.4em;height:1px;top:calc(50% + 1px);left:calc(50% - 1px)}.datepicker--cell-day.-other-month-,.datepicker--cell-year.-other-decade-{color:#dedede}.datepicker--cell-day.-other-month-:hover,.datepicker--cell-year.-other-decade-:hover{color:#c5c5c5}.-disabled-.-focus-.datepicker--cell-day.-other-month-,.-disabled-.-focus-.datepicker--cell-year.-other-decade-{color:#dedede}.-selected-.datepicker--cell-day.-other-month-,.-selected-.datepicker--cell-year.-other-decade-{color:#fff;background:#a2ddf6}.-selected-.-focus-.datepicker--cell-day.-other-month-,.-selected-.-focus-.datepicker--cell-year.-other-decade-{background:#8ad5f4}.-in-range-.datepicker--cell-day.-other-month-,.-in-range-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,.1);color:#ccc}.-in-range-.-focus-.datepicker--cell-day.-other-month-,.-in-range-.-focus-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,.2)}.datepicker--cell-day.-other-month-:empty,.datepicker--cell-year.-other-decade-:empty{background:0 0;border:none}@-webkit-keyframes passing-through{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%,70%{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-40px);-moz-transform:translateY(-40px);-ms-transform:translateY(-40px);-o-transform:translateY(-40px);transform:translateY(-40px)}}@-moz-keyframes passing-through{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%,70%{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-40px);-moz-transform:translateY(-40px);-ms-transform:translateY(-40px);-o-transform:translateY(-40px);transform:translateY(-40px)}}@keyframes passing-through{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%,70%{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-40px);-moz-transform:translateY(-40px);-ms-transform:translateY(-40px);-o-transform:translateY(-40px);transform:translateY(-40px)}}@-webkit-keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}}@-moz-keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}}@keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}10%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}20%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}@-moz-keyframes pulse{0%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}10%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}20%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}@keyframes pulse{0%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}10%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}20%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}@-webkit-keyframes passing-through{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%,70%{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-40px);-moz-transform:translateY(-40px);-ms-transform:translateY(-40px);-o-transform:translateY(-40px);transform:translateY(-40px)}}@-moz-keyframes passing-through{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%,70%{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-40px);-moz-transform:translateY(-40px);-ms-transform:translateY(-40px);-o-transform:translateY(-40px);transform:translateY(-40px)}}@keyframes passing-through{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%,70%{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-40px);-moz-transform:translateY(-40px);-ms-transform:translateY(-40px);-o-transform:translateY(-40px);transform:translateY(-40px)}}@-webkit-keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}}@-moz-keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}}@keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px)}30%{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}10%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}20%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}@-moz-keyframes pulse{0%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}10%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}20%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}@keyframes pulse{0%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}10%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}20%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}.dropzone,.dropzone *{box-sizing:border-box}.dropzone{min-height:150px;border:2px solid rgba(0,0,0,.3);background:#fff;padding:20px 20px}.dropzone.dz-clickable{cursor:pointer}.dropzone.dz-clickable *{cursor:default}.dropzone.dz-clickable .dz-message,.dropzone.dz-clickable .dz-message *{cursor:pointer}.dropzone.dz-started .dz-message{display:none}.dropzone.dz-drag-hover{border-style:solid}.dropzone.dz-drag-hover .dz-message{opacity:.5}.dropzone .dz-message{text-align:center;margin:2em 0}.dropzone .dz-preview{position:relative;display:inline-block;vertical-align:top;margin:16px;min-height:100px}.dropzone .dz-preview:hover{z-index:1000}.dropzone .dz-preview:hover .dz-details{opacity:1}.dropzone .dz-preview.dz-file-preview .dz-image{border-radius:20px;background:#999;background:linear-gradient(to bottom,#eee,#ddd)}.dropzone .dz-preview.dz-file-preview .dz-details{opacity:1}.dropzone .dz-preview.dz-image-preview{background:#fff}.dropzone .dz-preview.dz-image-preview .dz-details{-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;-ms-transition:opacity .2s linear;-o-transition:opacity .2s linear;transition:opacity .2s linear}.dropzone .dz-preview .dz-remove{font-size:14px;text-align:center;display:block;cursor:pointer;border:none}.dropzone .dz-preview .dz-remove:hover{text-decoration:underline}.dropzone .dz-preview:hover .dz-details{opacity:1}.dropzone .dz-preview .dz-details{z-index:20;position:absolute;top:0;left:0;opacity:0;font-size:13px;min-width:100%;max-width:100%;padding:2em 1em;text-align:center;color:rgba(0,0,0,.9);line-height:150%}.dropzone .dz-preview .dz-details .dz-size{margin-bottom:1em;font-size:16px}.dropzone .dz-preview .dz-details .dz-filename{white-space:nowrap}.dropzone .dz-preview .dz-details .dz-filename:hover span{border:1px solid rgba(200,200,200,.8);background-color:rgba(255,255,255,.8)}.dropzone .dz-preview .dz-details .dz-filename:not(:hover){overflow:hidden;text-overflow:ellipsis}.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span{border:1px solid transparent}.dropzone .dz-preview .dz-details .dz-filename span,.dropzone .dz-preview .dz-details .dz-size span{background-color:rgba(255,255,255,.4);padding:0 .4em;border-radius:3px}.dropzone .dz-preview:hover .dz-image img{-webkit-transform:scale(1.05,1.05);-moz-transform:scale(1.05,1.05);-ms-transform:scale(1.05,1.05);-o-transform:scale(1.05,1.05);transform:scale(1.05,1.05);-webkit-filter:blur(8px);filter:blur(8px)}.dropzone .dz-preview .dz-image{border-radius:20px;overflow:hidden;width:120px;height:120px;position:relative;display:block;z-index:10}.dropzone .dz-preview .dz-image img{display:block}.dropzone .dz-preview.dz-success .dz-success-mark{-webkit-animation:passing-through 3s cubic-bezier(.77,0,.175,1);-moz-animation:passing-through 3s cubic-bezier(.77,0,.175,1);-ms-animation:passing-through 3s cubic-bezier(.77,0,.175,1);-o-animation:passing-through 3s cubic-bezier(.77,0,.175,1);animation:passing-through 3s cubic-bezier(.77,0,.175,1)}.dropzone .dz-preview.dz-error .dz-error-mark{opacity:1;-webkit-animation:slide-in 3s cubic-bezier(.77,0,.175,1);-moz-animation:slide-in 3s cubic-bezier(.77,0,.175,1);-ms-animation:slide-in 3s cubic-bezier(.77,0,.175,1);-o-animation:slide-in 3s cubic-bezier(.77,0,.175,1);animation:slide-in 3s cubic-bezier(.77,0,.175,1)}.dropzone .dz-preview .dz-error-mark,.dropzone .dz-preview .dz-success-mark{pointer-events:none;opacity:0;z-index:500;position:absolute;display:block;top:50%;left:50%;margin-left:-27px;margin-top:-27px}.dropzone .dz-preview .dz-error-mark svg,.dropzone .dz-preview .dz-success-mark svg{display:block;width:54px;height:54px}.dropzone .dz-preview.dz-processing .dz-progress{opacity:1;-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-ms-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear}.dropzone .dz-preview.dz-complete .dz-progress{opacity:0;-webkit-transition:opacity .4s ease-in;-moz-transition:opacity .4s ease-in;-ms-transition:opacity .4s ease-in;-o-transition:opacity .4s ease-in;transition:opacity .4s ease-in}.dropzone .dz-preview:not(.dz-processing) .dz-progress{-webkit-animation:pulse 6s ease infinite;-moz-animation:pulse 6s ease infinite;-ms-animation:pulse 6s ease infinite;-o-animation:pulse 6s ease infinite;animation:pulse 6s ease infinite}.dropzone .dz-preview .dz-progress{opacity:1;z-index:1000;pointer-events:none;position:absolute;height:16px;left:50%;top:50%;margin-top:-8px;width:80px;margin-left:-40px;background:rgba(255,255,255,.9);-webkit-transform:scale(1);border-radius:8px;overflow:hidden}.dropzone .dz-preview .dz-progress .dz-upload{background:#333;background:linear-gradient(to bottom,#666,#444);position:absolute;top:0;left:0;bottom:0;width:0;-webkit-transition:width .3s ease-in-out;-moz-transition:width .3s ease-in-out;-ms-transition:width .3s ease-in-out;-o-transition:width .3s ease-in-out;transition:width .3s ease-in-out}.dropzone .dz-preview.dz-error .dz-error-message{display:block}.dropzone .dz-preview.dz-error:hover .dz-error-message{opacity:1;pointer-events:auto}.dropzone .dz-preview .dz-error-message{pointer-events:none;z-index:1000;position:absolute;display:block;display:none;opacity:0;-webkit-transition:opacity .3s ease;-moz-transition:opacity .3s ease;-ms-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease;border-radius:8px;font-size:13px;top:130px;left:-10px;width:140px;background:#be2626;background:linear-gradient(to bottom,#be2626,#a92222);padding:.5em 1.2em;color:#fff}.dropzone .dz-preview .dz-error-message:after{content:'';position:absolute;top:-6px;left:64px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #be2626}@font-face{font-family:flexslider-icon;src:url(//ilankanali.com/wp-content/themes/dwt-listing/assets/fonts/flexslider-icon.eot);src:url(//ilankanali.com/wp-content/themes/dwt-listing/assets/fonts/flexslider-icon.eot?#iefix) format('embedded-opentype'),url(//ilankanali.com/wp-content/themes/dwt-listing/assets/fonts/flexslider-icon.woff) format('woff'),url(//ilankanali.com/wp-content/themes/dwt-listing/assets/fonts/flexslider-icon.ttf) format('truetype'),url(//ilankanali.com/wp-content/themes/dwt-listing/assets/fonts/flexslider-icon.svg#flexslider-icon) format('svg');font-weight:400;font-style:normal}.flex-container a:hover,.flex-slider a:hover{outline:0}.flex-control-nav,.flex-direction-nav,.slides,.slides>li{margin:0;padding:0;list-style:none}.flex-pauseplay span{text-transform:capitalize}.flexslider{margin:0;padding:0}.flexslider .slides>li{display:none;-webkit-backface-visibility:hidden}.flexslider .slides img{width:100%;display:block}.flexslider .slides:after{content:"\0020";display:block;clear:both;visibility:hidden;line-height:0;height:0}html[xmlns] .flexslider .slides{display:block}* html .flexslider .slides{height:1%}.no-js .flexslider .slides>li:first-child{display:block}.flexslider{margin:0 0 60px;background:#fff;border:4px solid #fff;position:relative;zoom:1;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:'' 0 1px 4px rgba(0,0,0,.2);-moz-box-shadow:'' 0 1px 4px rgba(0,0,0,.2);-o-box-shadow:'' 0 1px 4px rgba(0,0,0,.2);box-shadow:'' 0 1px 4px rgba(0,0,0,.2)}.flexslider .slides{zoom:1}.flexslider .slides img{height:auto;-moz-user-select:none}.flex-viewport{max-height:2000px;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;-ms-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease}.loading .flex-viewport{max-height:300px}.carousel li{margin-right:5px}.flex-direction-nav a{text-decoration:none;display:block;width:40px;height:40px;margin:-20px 0 0;position:absolute;top:50%;z-index:10;overflow:hidden;opacity:0;cursor:pointer;color:rgba(0,0,0,.8);text-shadow:1px 1px 0 rgba(255,255,255,.3);-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.flex-direction-nav a:before{font-family:flexslider-icon;font-size:40px;display:inline-block;content:'\f001';color:rgba(0,0,0,.8);text-shadow:1px 1px 0 rgba(255,255,255,.3)}.flex-direction-nav a.flex-next:before{content:'\f002'}.flex-direction-nav .flex-prev{left:-50px}.flex-direction-nav .flex-next{right:-50px;text-align:right}.flexslider:hover .flex-direction-nav .flex-prev{opacity:.7;left:10px}.flexslider:hover .flex-direction-nav .flex-prev:hover{opacity:1}.flexslider:hover .flex-direction-nav .flex-next{opacity:.7;right:10px}.flexslider:hover .flex-direction-nav .flex-next:hover{opacity:1}.flex-direction-nav .flex-disabled{opacity:0!important;cursor:default;z-index:-1}.flex-pauseplay a{display:block;width:20px;height:20px;position:absolute;bottom:5px;left:10px;opacity:.8;z-index:10;overflow:hidden;cursor:pointer;color:#000}.flex-pauseplay a:before{font-family:flexslider-icon;font-size:20px;display:inline-block;content:'\f004'}.flex-pauseplay a:hover{opacity:1}.flex-pauseplay a.flex-play:before{content:'\f003'}.flex-control-nav{width:100%;position:absolute;bottom:-40px;text-align:center}.flex-control-nav li{margin:0 6px;display:inline-block;zoom:1}.flex-control-paging li a{width:11px;height:11px;display:block;background:#666;background:rgba(0,0,0,.5);cursor:pointer;text-indent:-9999px;-webkit-box-shadow:inset 0 0 3px rgba(0,0,0,.3);-moz-box-shadow:inset 0 0 3px rgba(0,0,0,.3);-o-box-shadow:inset 0 0 3px rgba(0,0,0,.3);box-shadow:inset 0 0 3px rgba(0,0,0,.3);-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px}.flex-control-paging li a:hover{background:#333;background:rgba(0,0,0,.7)}.flex-control-paging li a.flex-active{background:#000;background:rgba(0,0,0,.9);cursor:default}.flex-control-thumbs{margin:5px 0 0;position:static;overflow:hidden}.flex-control-thumbs li{width:25%;float:left;margin:0}.flex-control-thumbs img{width:100%;height:auto;display:block;opacity:.7;cursor:pointer;-moz-user-select:none;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;-ms-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease}.flex-control-thumbs img:hover{opacity:1}.flex-control-thumbs .flex-active{opacity:1;cursor:default}@media screen and (max-width:860px){.flex-direction-nav .flex-prev{opacity:1;left:10px}.flex-direction-nav .flex-next{opacity:1;right:10px}}.jqte{margin:30px 0;border:#000 1px solid;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;box-shadow:0 0 3px #999;-webkit-box-shadow:0 0 3px #999;-moz-box-shadow:0 0 3px #999;overflow:hidden;transition:box-shadow .4s,border .4s;-webkit-transition:-webkit-box-shadow .4s,border .4s;-moz-transition:-moz-box-shadow .4s,border .4s;-o-transition:-o-box-shadow .4s,border .4s}.jqte *{color:#333;font-family:Arial,Helvetica,sans-serif;font-size:14px}.jqte_focused{border-color:#00aae7;box-shadow:0 0 10px #00bdff;-webkit-box-shadow:0 0 10px #00bdff;-moz-box-shadow:0 0 10px #00bdff}.jqte_toolbar{overflow:auto;padding:3px 4px;background:#eee;border-bottom:#bbb 1px solid}.jqte_tool{float:left;margin:0;padding:0;cursor:pointer}.jqte_tool,.jqte_tool_icon,.jqte_tool_label{border:#eee 1px solid;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px}.jqte_hiddenField{display:none}.jqte_tool_icon{display:block;width:22px;height:22px;background:url(//ilankanali.com/wp-content/themes/dwt-listing/assets/css/jquery-te.png) no-repeat}.jqte_tool.jqte_tool_1 .jqte_tool_label{position:relative;display:block;padding:3px;width:70px;height:16px;overflow:hidden}.jqte_tool.jqte_tool_1 .jqte_tool_text{font:700 13px Arial,sans-serif;color:#222}.jqte_tool.jqte_tool_1 .jqte_tool_icon{position:absolute;top:10px;right:2px;width:6px;height:4px;background-position:-19px -23px;border:0;border-radius:none;-webkit-border-radius:none;-moz-border-radius:none}.jqte_tool.jqte_tool_2 .jqte_tool_icon{background-position:0 0}.jqte_tool.jqte_tool_3 .jqte_tool_icon{background-position:-22px 0}.jqte_tool.jqte_tool_4 .jqte_tool_icon{background-position:-44px 0}.jqte_tool.jqte_tool_5 .jqte_tool_icon{background-position:-66px 0}.jqte_tool.jqte_tool_6 .jqte_tool_icon{background-position:-88px 0}.jqte_tool.jqte_tool_7 .jqte_tool_icon{background-position:-110px 0}.jqte_tool.jqte_tool_8 .jqte_tool_icon{background-position:-132px 0}.jqte_tool.jqte_tool_9 .jqte_tool_icon{background-position:-154px 0}.jqte_tool.jqte_tool_10 .jqte_tool_icon{background-position:-176px 0}.jqte_tool.jqte_tool_11 .jqte_tool_icon{background-position:-198px 0}.jqte_tool.jqte_tool_12 .jqte_tool_icon{background-position:-220px 0}.jqte_tool.jqte_tool_13 .jqte_tool_icon{background-position:-242px 0}.jqte_tool.jqte_tool_14 .jqte_tool_icon{background-position:-264px 0}.jqte_tool.jqte_tool_15 .jqte_tool_icon{background-position:-286px 0}.jqte_tool.jqte_tool_16 .jqte_tool_icon{background-position:-308px 0}.jqte_tool.jqte_tool_17 .jqte_tool_icon{background-position:-330px 0}.jqte_tool.jqte_tool_18 .jqte_tool_icon{background-position:-352px 0}.jqte_tool.jqte_tool_19 .jqte_tool_icon{background-position:-374px 0}.jqte_tool.jqte_tool_20 .jqte_tool_icon{background-position:-396px 0}.jqte_tool.jqte_tool_21 .jqte_tool_icon{background-position:-418px 0}.jqte_tool:hover{background-color:#fff;border-color:#fff}.jqte_tool:hover .jqte_tool_icon,.jqte_tool:hover .jqte_tool_label{border:#aaa 1px solid}.jqte_tool:active .jqte_tool_icon,.jqte_tool:active .jqte_tool_label{border:#777 1px solid}.jqte_tool.jqte_tool_1:active .jqte_tool_icon,.jqte_tool.jqte_tool_1:hover .jqte_tool_icon{border:0}.jqte_tool_depressed{background-color:#ddd;border-color:#ccc}.jqte_tool_depressed .jqte_tool_icon{border-color:#aaa}.jqte_tool_depressed:hover{background-color:#eee}.jqte_linkform{padding:5px 10px;background:#ddd;border-bottom:#bbb 1px solid}.jqte_linktypeselect{position:relative;float:left;width:130px;background:#eee;cursor:pointer}.jqte_linktypeselect:Active{background:#fff}.jqte_linktypeview{padding:3px 5px;border:#333 1px solid;color:#777;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;outline:0}.jqte_linktypetext{font-size:12px}.jqte_linktypearrow{position:absolute;bottom:8px;right:6px;width:7px;height:6px;margin:0 auto;background:url(//ilankanali.com/wp-content/themes/dwt-listing/assets/css/jquery-te.png) -7px -23px no-repeat}.jqte_linktypes{display:none;position:absolute;top:22px;left:1px;width:125px;background:#fff;border:#333 1px solid;box-shadow:0 1px 4px #aaa;-webkit-box-shadow:0 1px 4px #aaa;-moz-box-shadow:0 1px 4px #aaa}.jqte_linktypes a{display:block;padding:4px 5px;font-size:12px}.jqte_linktypes a:hover{background:#ddd}.jqte_linkinput{float:left;margin:0 5px;padding:3px 5px;width:300px;background:#eee;border:#333 1px solid;color:#777;font-size:12px;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;outline:0}.jqte_linkinput:focus,.jqte_linkinput:hover{background:#fff;border-color:#000}.jqte_linkbutton{float:left;padding:3px 12px;background:#aaa;border:#333 1px solid;color:#fff;font-size:12px;font-weight:700;cursor:pointer;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;box-shadow:inset 0 1px #eee;-webkit-box-shadow:inset 0 1px #eee;-moz-box-shadow:inset 0 1px #eee}.jqte_linkbutton:hover{background:#a1a1a1}.jqte_linkbutton:active{box-shadow:inset 0 1px #ccc;-webkit-box-shadow:inset 0 1px #ccc;-moz-box-shadow:inset 0 1px #ccc;background:#888}.jqte_formats{display:none;position:absolute;width:180px;oveflow-x:hidden;overflow-y:auto;background:#fff;border:#aaa 1px solid;box-shadow:0 0 5px #aaa;-webkit-box-shadow:0 0 5px #aaa;-moz-box-shadow:0 0 5px #aaa;z-index:100}.jqte_format{display:block;padding:4px 7px;font-size:13px}.jqte_format:hover{background:#ddd}.jqte_format_1,.jqte_format_2,.jqte_format_3,.jqte_format_4,.jqte_format_5,.jqte_format_6{font-weight:700}.jqte_format_1{font-size:22px}.jqte_format_2{font-size:20px}.jqte_format_3{font-size:18px}.jqte_format_4{font-size:16px}.jqte_format_5{font-size:14px}.jqte_format_6{font-size:12px}.jqte_format_7{font-family:"Courier New",Courier,monospace}.jqte_fontsizes{display:none;position:absolute;width:180px;height:198px;oveflow-x:hidden;overflow-y:auto;background:#fff;border:#aaa 1px solid;box-shadow:0 0 5px #aaa;-webkit-box-shadow:0 0 5px #aaa;-moz-box-shadow:0 0 5px #aaa}.jqte_fontsize{display:block;padding:3px 7px}.jqte_fontsize:hover{background:#ddd}.jqte_cpalette{display:none;position:absolute;padding:6px;width:144px;background:#fff;border:#aaa 1px solid;box-shadow:0 0 5px #aaa;-webkit-box-shadow:0 0 5px #aaa;-moz-box-shadow:0 0 5px #aaa}.jqte_color{display:block;float:left;width:16px;height:16px;border:#fff 1px solid}.jqte_color:hover{border-color:#000}.jqte_colorSeperator{float:none;clear:both;height:7px}.jqte_editor,.jqte_source{padding:10px;background:#fff;min-height:100px;max-height:900px;overflow:auto;outline:0;word-wrap:break-word;-ms-word-wrap:break-word;resize:vertical}.jqte_editor div,.jqte_editor p{margin:0 0 7px}.jqte_editor a:link,.jqte_editor a:link *{color:#06f!important;text-decoration:underline}.jqte_editor blockquote{margin-top:0;margin-bottom:7px}.jqte_editor img{float:left;margin:0 10px 5px 0}.jqte_editor a[jqte-setlink],.jqte_editor a[jqte-setlink] *{background:#3297fd!important;color:#fff!important}.jqte_editor h1,.jqte_editor h2,.jqte_editor h3,.jqte_editor h4,.jqte_editor h5,.jqte_editor h6,.jqte_editor pre{display:block;margin:0 0 3px}.jqte_editor h1,.jqte_editor h1 *{font-size:26px}.jqte_editor h2,.jqte_editor h2 *{font-size:24px}.jqte_editor h3,.jqte_editor h3 *{font-size:22px}.jqte_editor h4,.jqte_editor h4 *{font-size:20px}.jqte_editor h5,.jqte_editor h5 *{font-size:18px}.jqte_editor h6,.jqte_editor h6 *{font-size:15px}.jqte_editor pre,.jqte_editor pre *{font-family:"Courier New",Courier,monospace}.jqte_source,.jqte_source textarea{background:#fff1e8}.jqte_source textarea{margin:0!important;padding:0!important;display:block!important;width:100%!important;min-height:100px;font-family:Courier,Arial,sans-serif!important;font-weight:400;font-size:15px;overflow:hidden!important;outline:0;resize:none}.jqte_source textarea,.jqte_source textarea:focus{css_shadow:none!important;background:0 0!important;border:0!important}.jqte_title{display:none;position:absolute;z-index:9999}.jqte_titleArrow{position:relative}.jqte_titleArrowIcon{width:7px;height:6px;margin:0 auto;background:url(//ilankanali.com/wp-content/themes/dwt-listing/assets/css/jquery-te.png) 0 -23px no-repeat}.jqte_titleText{padding:5px 7px;margin-top:0;min-width:5px;min-height:1px;max-width:400px;background:#000;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;word-wrap:break-word;-ms-word-wrap:break-word}.jqte_titleText,.jqte_titleText *{color:#fff;font-size:11px}.jqte_placeholder{position:relative;display:none}.jqte_placeholder_text{position:absolute;top:43px;left:10px;font-size:14px;color:#ccc}.jqte_linkbutton,.jqte_linktypeselect,.jqte_tool{cursor:pointer;float:left}.jqte{margin:10px 0;border:1px solid #e1e1e1;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;overflow:hidden;transition:box-shadow .4s,border .4s;-webkit-transition:-webkit-box-shadow .4s,border .4s;-moz-transition:-moz-box-shadow .4s,border .4s;-o-transition:-o-box-shadow .4s,border .4s}.jqte *{color:#333;font-family:Arial,Helvetica,sans-serif;font-size:14px}.jqte_focused{border-color:#e1e1e1;box-shadow:0 0 10px #e1e1e1;-webkit-box-shadow:0 0 10px #e1e1e1;-moz-box-shadow:0 0 10px #e1e1e1}.jqte ol,.jqte ul{padding-left:40px;margin-bottom:10px}.jqte_toolbar{overflow:auto;padding:3px 4px;background:#eff3f6;border-bottom:#bbb 1px solid}.jqte_tool{margin:0;padding:0}.jqte_tool,.jqte_tool_icon,.jqte_tool_label{border:1px solid #eee;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px}.jqte_hiddenField{display:none}.jqte_tool_icon{display:block;width:22px;height:22px;background:url(//ilankanali.com/wp-content/themes/dwt-listing/assets/images/jquery-te.png) no-repeat}.jqte_tool.jqte_tool_1 .jqte_tool_label{position:relative;display:block;padding:3px;width:70px;height:auto;overflow:hidden}.jqte_tool.jqte_tool_1 .jqte_tool_text{font:700 13px Arial,sans-serif;color:#222}.jqte_editor pre,.jqte_editor pre *,.jqte_format_7{font-family:"Courier New",Courier,monospace}.jqte_tool.jqte_tool_1 .jqte_tool_icon{position:absolute;top:10px;right:2px;width:6px;height:4px;background-position:-19px -23px;border:none;border-radius:none;-webkit-border-radius:none;-moz-border-radius:none}.jqte_tool.jqte_tool_2 .jqte_tool_icon{background-position:0 0}.jqte_tool.jqte_tool_3 .jqte_tool_icon{background-position:-22px 0}.jqte_tool.jqte_tool_4 .jqte_tool_icon{background-position:-44px 0}.jqte_tool.jqte_tool_5 .jqte_tool_icon{background-position:-66px 0}.jqte_tool.jqte_tool_6 .jqte_tool_icon{background-position:-88px 0}.jqte_tool.jqte_tool_7 .jqte_tool_icon{background-position:-110px 0}.jqte_tool.jqte_tool_8 .jqte_tool_icon{background-position:-132px 0}.jqte_tool.jqte_tool_9 .jqte_tool_icon{background-position:-154px 0}.jqte_tool.jqte_tool_10 .jqte_tool_icon{background-position:-176px 0}.jqte_tool.jqte_tool_11 .jqte_tool_icon{background-position:-198px 0}.jqte_tool.jqte_tool_12 .jqte_tool_icon{background-position:-220px 0}.jqte_tool.jqte_tool_13 .jqte_tool_icon{background-position:-242px 0}.jqte_tool.jqte_tool_14 .jqte_tool_icon{background-position:-264px 0}.jqte_tool.jqte_tool_15 .jqte_tool_icon{background-position:-286px 0}.jqte_tool.jqte_tool_16 .jqte_tool_icon{background-position:-308px 0}.jqte_tool.jqte_tool_17 .jqte_tool_icon{background-position:-330px 0}.jqte_tool.jqte_tool_18 .jqte_tool_icon{background-position:-352px 0}.jqte_tool.jqte_tool_19 .jqte_tool_icon{background-position:-374px 0}.jqte_tool.jqte_tool_20 .jqte_tool_icon{background-position:-396px 0}.jqte_tool.jqte_tool_21 .jqte_tool_icon{background-position:-418px 0}.jqte_tool:hover{background-color:#fff;border-color:#fff}.jqte_tool:hover .jqte_tool_icon,.jqte_tool:hover .jqte_tool_label{border:1px solid #aaa}.jqte_tool:active .jqte_tool_icon,.jqte_tool:active .jqte_tool_label{border:1px solid #777}.jqte_tool.jqte_tool_1:active .jqte_tool_icon,.jqte_tool.jqte_tool_1:hover .jqte_tool_icon{border:none}.jqte_tool_depressed{background-color:#ddd;border-color:#ccc}.jqte_tool_depressed .jqte_tool_icon{border-color:#aaa}.jqte_tool_depressed:hover{background-color:#eee}.jqte_linkform{padding:5px 10px;background:#ddd;border-bottom:#bbb 1px solid}.jqte_linktypeselect{position:relative;width:130px;background:#eee}.jqte_linktypeselect:Active{background:#fff}.jqte_linktypeview{padding:3px 5px;border:1px solid #333;color:#777;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;outline:0}.jqte_linktypetext{font-size:12px}.jqte_linktypearrow{position:absolute;bottom:8px;right:6px;width:7px;height:6px;margin:0 auto;background:url(//ilankanali.com/wp-content/themes/dwt-listing/assets/images/jquery-te.png) -7px -23px no-repeat}.jqte_linktypes{display:none;position:absolute;top:22px;left:1px;width:125px;background:#fff;border:1px solid #333;box-shadow:0 1px 4px #aaa;-webkit-box-shadow:0 1px 4px #aaa;-moz-box-shadow:0 1px 4px #aaa}.jqte_linktypes a{display:block;padding:4px 5px;font-size:12px}.jqte_linktypes a:hover{background:#ddd}.jqte_linkinput{float:left;margin:0 5px;padding:3px 5px;width:300px;background:#eee;border:1px solid #333;color:#777;font-size:12px;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;outline:0}.jqte_linkinput:focus,.jqte_linkinput:hover{background:#fff;border-color:#000}.jqte_linkbutton{padding:3px 12px;background:#aaa;border:1px solid #333;color:#fff;font-size:12px;font-weight:700;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;box-shadow:inset 0 1px #eee;-webkit-box-shadow:inset 0 1px #eee;-moz-box-shadow:inset 0 1px #eee}.jqte_linkbutton:hover{background:#a1a1a1}.jqte_linkbutton:active{box-shadow:inset 0 1px #ccc;-webkit-box-shadow:inset 0 1px #ccc;-moz-box-shadow:inset 0 1px #ccc;background:#888}.jqte_fontsizes,.jqte_formats{width:180px;oveflow-x:hidden;overflow-y:auto;box-shadow:0 0 5px #aaa;border:1px solid #aaa;position:absolute}.jqte_formats{display:none;background:#fff;-webkit-box-shadow:0 0 5px #aaa;-moz-box-shadow:0 0 5px #aaa;z-index:100}.jqte_format{display:block;padding:4px 7px;font-size:13px}.jqte_format:hover{background:#ddd}.jqte_format_1,.jqte_format_2,.jqte_format_3,.jqte_format_4,.jqte_format_5,.jqte_format_6{font-weight:700}.jqte_format_1{font-size:22px}.jqte_format_2{font-size:20px}.jqte_format_3{font-size:18px}.jqte_format_4{font-size:16px}.jqte_format_5{font-size:14px}.jqte_format_6{font-size:12px}.jqte_fontsizes{display:none;height:198px;background:#fff;-webkit-box-shadow:0 0 5px #aaa;-moz-box-shadow:0 0 5px #aaa}.jqte_fontsize{display:block;padding:3px 7px}.jqte_fontsize:hover{background:#ddd}.jqte_cpalette{display:none;position:absolute;padding:6px;width:144px;background:#fff;border:1px solid #aaa;box-shadow:0 0 5px #aaa;-webkit-box-shadow:0 0 5px #aaa;-moz-box-shadow:0 0 5px #aaa}.jqte_color{display:block;float:left;width:16px;height:16px;border:1px solid #fff}.jqte_color:hover{border-color:#000}.jqte_colorSeperator{float:none;clear:both;height:7px}.jqte_editor,.jqte_source{padding:10px;background:#fff;min-height:150px;max-height:900px;overflow:auto;outline:0;word-wrap:break-word;-ms-word-wrap:break-word;resize:vertical}.jqte_editor div,.jqte_editor p{margin:0 0 7px}.jqte_editor a:link,.jqte_editor a:link *{color:#06f!important;text-decoration:underline}.jqte_editor blockquote{margin-top:0;margin-bottom:7px}.jqte_editor img{float:left;margin:0 10px 5px 0}.jqte_editor a[jqte-setlink],.jqte_editor a[jqte-setlink] *{background:#3297fd!important;color:#fff!important}.jqte_editor h1,.jqte_editor h2,.jqte_editor h3,.jqte_editor h4,.jqte_editor h5,.jqte_editor h6,.jqte_editor pre{display:block;margin:0 0 3px}.jqte_editor h1,.jqte_editor h1 *{font-size:26px}.jqte_editor h2,.jqte_editor h2 *{font-size:24px}.jqte_editor h3,.jqte_editor h3 *{font-size:22px}.jqte_editor h4,.jqte_editor h4 *{font-size:20px}.jqte_editor h5,.jqte_editor h5 *{font-size:18px}.jqte_editor h6,.jqte_editor h6 *{font-size:15px}.jqte_source,.jqte_source textarea{background:#fff1e8}.jqte_source textarea{margin:0!important;padding:0!important;display:block!important;width:100%!important;min-height:100px;font-family:Courier,Arial,sans-serif!important;font-weight:400;font-size:15px;overflow:hidden!important;outline:0;resize:none}.jqte_placeholder,.jqte_title{display:none}.jqte_source textarea,.jqte_source textarea:focus{css_shadow:none!important;background:0 0!important;border:none!important}.jqte_title{position:absolute;z-index:9999}.jqte_placeholder,.jqte_titleArrow{position:relative}.jqte_titleArrowIcon{width:7px;height:6px;margin:0 auto;background:url(//ilankanali.com/wp-content/themes/dwt-listing/assets/images/jquery-te.png) 0 -23px no-repeat}.jqte_titleText{padding:5px 7px;margin-top:0;min-width:5px;min-height:1px;max-width:400px;background:#000;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;word-wrap:break-word;-ms-word-wrap:break-word}.jqte_titleText,.jqte_titleText *{color:#fff;font-size:11px}.jqte_placeholder_text{position:absolute;top:43px;left:10px;font-size:14px;color:#ccc}.fancybox-active{overflow:hidden}body.fancybox-iosfix{position:fixed;left:0;right:0}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99992;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancybox-infobar{top:0;left:0;font-size:13px;padding:0 10px;height:44px;min-width:44px;line-height:44px;color:#ccc;text-align:center;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased;mix-blend-mode:exclusion}.fancybox-toolbar{top:0;right:0;margin:0;padding:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancybox-is-closing .fancybox-stage{overflow:visible}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:0;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.fancybox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image:before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-slide>*{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide>base,.fancybox-slide>link,.fancybox-slide>meta,.fancybox-slide>script,.fancybox-slide>style,.fancybox-slide>title{display:none}.fancybox-slide .fancybox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:0 0;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-image,.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-iframe{display:block;padding:0;border:0;height:100%}.fancybox-error,.fancybox-iframe{margin:0;width:100%;background:#fff}.fancybox-error{padding:40px;max-width:380px;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font-size:16px;line-height:20px}.fancybox-button{box-sizing:border-box;display:inline-block;vertical-align:top;width:44px;height:44px;margin:0;padding:10px;border:0;border-radius:0;background:rgba(30,30,30,.6);transition:color .3s ease;cursor:pointer;outline:0}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:focus,.fancybox-button:hover{color:#fff}.fancybox-button[disabled]{color:#ccc;cursor:default;opacity:.6}.fancybox-button svg{display:block;position:relative;overflow:visible;shape-rendering:geodwt-admin-statsPrecision}.fancybox-button svg path{fill:currentColor;stroke:currentColor;stroke-linejoin:round;stroke-width:3}.fancybox-button--share svg path{stroke-width:1}.fancybox-button--pause svg path:nth-child(1),.fancybox-button--play svg path:nth-child(2){display:none}.fancybox-button--zoom svg path{fill:transparent}.fancybox-navigation{display:none}.fancybox-show-nav .fancybox-navigation{display:block}.fancybox-navigation button{position:absolute;top:50%;margin:-50px 0 0;z-index:99997;background:0 0;width:60px;height:100px;padding:17px}.fancybox-navigation button:before{content:"";position:absolute;top:30px;right:10px;width:40px;height:40px;background:rgba(30,30,30,.6)}.fancybox-navigation .fancybox-button--arrow_left{left:0}.fancybox-navigation .fancybox-button--arrow_right{right:0}.fancybox-close-small{position:absolute;top:0;right:0;width:44px;height:44px;padding:0;margin:0;border:0;border-radius:0;background:0 0;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"Ã—";position:absolute;top:5px;right:5px;width:30px;height:30px;font:20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background-color:transparent;transition:background-color .25s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus{outline:0}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-slide--iframe .fancybox-close-small,.fancybox-slide--image .fancybox-close-small{top:0;right:-44px}.fancybox-slide--iframe .fancybox-close-small:after,.fancybox-slide--image .fancybox-close-small:after{font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after,.fancybox-slide--image .fancybox-close-small:hover:after{color:#fff;background:0 0}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small{display:none}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 2vw 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all;position:relative}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-slide>.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:0 0;position:absolute;top:50%;left:50%;margin-top:-30px;margin-left:-30px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0);transform:rotate(0);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}.fancybox-share{padding:30px;border-radius:3px;background:#f4f4f4;max-width:90%}.fancybox-share h1{color:#222;margin:0 0 20px;font-size:33px;font-weight:700;text-align:center}.fancybox-share p{margin:0;padding:0;text-align:center}.fancybox-share p:first-of-type{margin-right:-10px}.fancybox-share_button{display:inline-block;text-decoration:none;margin:0 10px 10px 0;padding:10px 20px;border:0;border-radius:3px;box-shadow:0 2px 2px 0 rgba(0,0,0,.16);background:#fff;white-space:nowrap;font-size:16px;line-height:23px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;min-width:140px;color:#707070;transition:all .2s}.fancybox-share_button:focus,.fancybox-share_button:hover{text-decoration:none;color:#333;box-shadow:0 2px 2px 0 rgba(0,0,0,.3)}.fancybox-share_button svg{margin-right:5px;width:20px;height:20px;vertical-align:text-bottom}.fancybox-share input{box-sizing:border-box;width:100%;margin:5px 0 0;padding:10px 15px;border:1px solid #d7d7d7;border-radius:3px;background:#ebebeb;color:#5d5b5b;font-size:14px;outline:0}.fancybox-thumbs{display:none;position:absolute;top:0;bottom:0;right:0;width:212px;margin:0;padding:2px 2px 4px;background:#fff;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancybox-thumbs-x{overflow-y:hidden;overflow-x:auto}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0;white-space:nowrap}.fancybox-thumbs-x>ul{overflow:hidden}.fancybox-thumbs-y>ul::-webkit-scrollbar{width:7px}.fancybox-thumbs-y>ul::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs>ul>li{float:left;overflow:hidden;padding:0;margin:2px;width:100px;height:75px;max-width:calc(50% - 4px);max-height:calc(100% - 8px);position:relative;cursor:pointer;outline:0;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs>ul>li{max-width:calc(100% - 10px)}}.tipsy{position:absolute;top:0;left:0;padding:6px 8px;font-family:sans-serif;font-size:12px;line-height:normal;color:#fff;-webkit-border-radius:3px;border-radius:3px;background-color:rgba(0,0,0,.75);z-index:9999}.tipsy:before{position:absolute;bottom:-5px;left:5px;display:inline-block;content:'';border-right:5px solid transparent;border-top:5px solid rgba(0,0,0,.75);border-bottom:0 solid rgba(0,0,0,.75);border-left:5px solid transparent}.tipsy.arrow-top:before{bottom:auto;top:-5px;border-top-width:0;border-bottom-width:5px}.tipsy.arrow-bottom:before{bottom:-5px;top:auto;border-top-width:5px;border-bottom-width:0}.tipsy.arrow-left:before{left:5px;right:auto}.tipsy.arrow-center:before{left:50%;right:auto;margin-left:-5px}.tipsy.arrow-right:before{right:5px;left:auto}.tipsy.arrow-side-left:before{top:50%;bottom:auto;left:0;right:auto;margin-top:-5px;margin-left:-5px;border-right-color:rgba(0,0,0,.75);border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:0}.tipsy.arrow-side-right:before{top:50%;bottom:auto;right:0;left:auto;margin-top:-5px;margin-right:-5px;border-left-color:rgba(0,0,0,.75);border-top:5px solid transparent;border-bottom:5px solid transparent;border-right:0}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid #000 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:0 0;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top,#fff 50%,#eee 100%);background-image:-o-linear-gradient(top,#fff 50%,#eee 100%);background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top,#eee 50%,#ccc 100%);background-image:-o-linear-gradient(top,#eee 50%,#ccc 100%);background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top,#fff 0,#eee 50%);background-image:-o-linear-gradient(top,#fff 0,#eee 50%);background-image:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top,#eee 50%,#fff 100%);background-image:-o-linear-gradient(top,#eee 50%,#fff 100%);background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb} .owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//ilankanali.com/wp-content/themes/dwt-listing/assets/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
.rating-container .rating-stars{position:relative;cursor:pointer;vertical-align:middle;display:inline-block;overflow:hidden;white-space:nowrap}.rating-container .rating-input{position:absolute;cursor:pointer;width:100%;height:1px;bottom:0;left:0;font-size:1px;border:none;background:0 0;padding:0;margin:0}.rating-disabled .rating-input,.rating-disabled .rating-stars{cursor:not-allowed}.rating-container .star{display:inline-block;margin:0 3px;text-align:center}.rating-container .empty-stars{color:#aaa}.rating-container .filled-stars{position:absolute;left:0;top:0;margin:auto;color:#fde16d;white-space:nowrap;overflow:hidden}.rating-rtl{float:right}.rating-animate .filled-stars{transition:width .25s ease;-o-transition:width .25s ease;-moz-transition:width .25s ease;-webkit-transition:width .25s ease}.rating-rtl .filled-stars{left:auto;right:0;-moz-transform:matrix(-1,0,0,1,0,0) translate3d(0,0,0);-webkit-transform:matrix(-1,0,0,1,0,0) translate3d(0,0,0);-o-transform:matrix(-1,0,0,1,0,0) translate3d(0,0,0);transform:matrix(-1,0,0,1,0,0) translate3d(0,0,0)}.rating-rtl.is-star .filled-stars{right:.06em}.rating-rtl.is-heart .empty-stars{margin-right:.07em}.rating-lg{font-size:3.91em}.rating-md{font-size:3.13em}.rating-sm{font-size:2.5em}.rating-xs{font-size:2em}.rating-xl{font-size:4.89em}.rating-container .clear-rating{color:#aaa;cursor:not-allowed;display:inline-block;vertical-align:middle;font-size:60%;padding-right:5px}.clear-rating-active{cursor:pointer!important}.clear-rating-active:hover{color:#843534}.rating-container .caption .label{display:inline-block;padding:5px 10px;line-height:1;text-align:center;vertical-align:baseline;border-radius:3px;font-weight:400}.rating-container .caption{color:#999;display:inline-block;vertical-align:middle;font-size:60%;margin-left:5px;margin-right:0}.rating-rtl .caption{margin-right:5px;margin-left:0}@media print{.rating-container .clear-rating{display:none}}.wickedpicker{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;box-shadow:0 0 0 1px rgba(14,41,57,.12),0 2px 5px rgba(14,41,57,.44),inset 0 -1px 2px rgba(14,41,57,.15);background:#fefefe;margin:0 auto;border-radius:.1px;width:270px;height:130px;font-size:14px;display:none}.wickedpicker__title{background-image:-webkit-linear-gradient(top,#fff 0,#f2f2f2 100%);position:relative;background:#f2f2f2;margin:0 auto;border-bottom:1px solid #e5e5e5;padding:12px 11px 10px 15px;color:#4c4c4c;font-size:inherit}.wickedpicker__close{-webkit-transform:translateY(-25%);-moz-transform:translateY(-25%);-ms-transform:translateY(-25%);-o-transform:translateY(-25%);transform:translateY(-25%);position:absolute;top:25%;right:10px;color:#34495e;cursor:pointer}.wickedpicker__close:before{content:'\00d7'}.wickedpicker__controls{padding:10px 0;line-height:normal;margin:0}.wickedpicker__controls__control,.wickedpicker__controls__control--separator{vertical-align:middle;display:inline-block;font-size:inherit;margin:0 auto;width:35px;letter-spacing:1.3px}.wickedpicker__controls__control-down,.wickedpicker__controls__control-up{color:#34495e;position:relative;display:block;margin:3px auto;font-size:18px;cursor:pointer}.wickedpicker__controls__control-up:before{content:'\e800'}.wickedpicker__controls__control-down:after{content:'\e801'}.wickedpicker__controls__control--separator{width:5px}.text-center,.wickedpicker__controls,.wickedpicker__controls__control,.wickedpicker__controls__control--separator,.wickedpicker__controls__control-down,.wickedpicker__controls__control-up,.wickedpicker__title{text-align:center}.hover-state{color:#3498db}@font-face{font-family:fontello;src:url(//ilankanali.com/wp-content/themes/dwt-listing/assets/fonts/fontello.eot?52602240);src:url(//ilankanali.com/wp-content/themes/dwt-listing/assets/fonts/fontello.eot?52602240#iefix) format("embedded-opentype"),url(//ilankanali.com/wp-content/themes/dwt-listing/assets/fonts/fontello.woff?52602240) format("woff"),url(//ilankanali.com/wp-content/themes/dwt-listing/assets/fonts/fontello.ttf?52602240) format("truetype"),url(//ilankanali.com/wp-content/themes/dwt-listing/assets/fonts/fontello.svg?52602240#fontello) format("svg");font-weight:400;font-style:normal}.fontello-after:after,.fontello:before,.wickedpicker__controls__control-down:after,.wickedpicker__controls__control-up:before{font-family:fontello;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.tag-editor{list-style-type:none;padding:0 5px 0 0;margin:0;overflow:hidden;border:1px solid #eee;cursor:text;color:#555;background:#fff;line-height:20px}.tag-editor li{display:block;float:left;overflow:hidden;margin:3px 0}.tag-editor div{float:left;padding:0 1px}.tag-editor .placeholder{padding:0 8px;color:#999}.tag-editor .tag-editor-spacer{padding:0;width:8px;overflow:hidden;color:transparent;background:0 0}.tag-editor input{vertical-align:inherit;border:0;outline:0;padding:0;margin:0;cursor:text;font-family:inherit;font-weight:inherit;font-size:inherit;font-style:inherit;box-shadow:none;background:0 0;color:#444}.tag-editor-hidden-src{position:absolute!important;left:-99999px}.tag-editor ::-ms-clear{display:none}.tag-editor .tag-editor-tag{padding-left:5px;color:#46799b;background:#e0eaf1;white-space:nowrap;overflow:hidden;cursor:pointer;border-radius:2px 0 0 2px}.tag-editor .tag-editor-delete{background:#e0eaf1;cursor:pointer;border-radius:0 2px 2px 0;padding-left:3px;padding-right:4px}.tag-editor .tag-editor-delete i{line-height:18px;display:inline-block}.tag-editor .tag-editor-delete i:before{font-size:16px;color:#8ba7ba;content:"×";font-style:normal}.tag-editor .tag-editor-delete:hover i:before{color:#d65454}.tag-editor .tag-editor-tag.active+.tag-editor-delete,.tag-editor .tag-editor-tag.active+.tag-editor-delete i{visibility:hidden;cursor:text}.tag-editor .tag-editor-tag.active{background:0 0!important}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default;font-size:14px}.ui-front{z-index:9999}.ui-menu{list-style:none;padding:1px;margin:0;display:block;outline:0}.ui-menu .ui-menu-item a{text-decoration:none;display:block;padding:2px .4em;line-height:1.4;min-height:0}.ui-widget-content{border:1px solid #bbb;background:#fff;color:#555}.ui-widget-content a{color:#46799b}.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{background:#e0eaf1}.ui-helper-hidden-accessible{display:none} @-webkit-keyframes jconfirm-spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes jconfirm-spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}body[class*=jconfirm-no-scroll-]{overflow:hidden!important}.jconfirm{position:fixed;top:0;left:0;right:0;bottom:0;z-index:99999999;font-family:inherit;overflow:hidden}.jconfirm .jconfirm-bg{position:fixed;top:0;left:0;right:0;bottom:0;-webkit-transition:opacity .4s;transition:opacity .4s}.jconfirm .jconfirm-bg.jconfirm-bg-h{opacity:0!important}.jconfirm .jconfirm-scrollpane{position:fixed;top:0;left:0;right:0;bottom:0;overflow-y:auto;-webkit-perspective:500px;perspective:500px;-webkit-perspective-origin:center;perspective-origin:center}.jconfirm .jconfirm-box{background:#fff;border-radius:4px;position:relative;outline:0;padding:15px 15px 0;overflow:hidden;margin-left:auto;margin-right:auto}@-webkit-keyframes type-blue{1%,100%{border-color:#3498db}50%{border-color:#5faee3}}@keyframes type-blue{1%,100%{border-color:#3498db}50%{border-color:#5faee3}}@-webkit-keyframes type-green{1%,100%{border-color:#2ecc71}50%{border-color:#54d98c}}@keyframes type-green{1%,100%{border-color:#2ecc71}50%{border-color:#54d98c}}@-webkit-keyframes type-red{1%,100%{border-color:#e74c3c}50%{border-color:#ed7669}}@keyframes type-red{1%,100%{border-color:#e74c3c}50%{border-color:#ed7669}}@-webkit-keyframes type-orange{1%,100%{border-color:#f1c40f}50%{border-color:#f4d03f}}@keyframes type-orange{1%,100%{border-color:#f1c40f}50%{border-color:#f4d03f}}@-webkit-keyframes type-purple{1%,100%{border-color:#9b59b6}50%{border-color:#b07cc6}}@keyframes type-purple{1%,100%{border-color:#9b59b6}50%{border-color:#b07cc6}}@-webkit-keyframes type-dark{1%,100%{border-color:#34495e}50%{border-color:#46627f}}@keyframes type-dark{1%,100%{border-color:#34495e}50%{border-color:#46627f}}.jconfirm .jconfirm-box.jconfirm-type-animated{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.jconfirm .jconfirm-box.jconfirm-type-blue{border-top:solid 7px #3498db;-webkit-animation-name:type-blue;animation-name:type-blue}.jconfirm .jconfirm-box.jconfirm-type-green{border-top:solid 7px #2ecc71;-webkit-animation-name:type-green;animation-name:type-green}.jconfirm .jconfirm-box.jconfirm-type-red{border-top:solid 7px #e74c3c;-webkit-animation-name:type-red;animation-name:type-red}.jconfirm .jconfirm-box.jconfirm-type-orange{border-top:solid 7px #f1c40f;-webkit-animation-name:type-orange;animation-name:type-orange}.jconfirm .jconfirm-box.jconfirm-type-purple{border-top:solid 7px #9b59b6;-webkit-animation-name:type-purple;animation-name:type-purple}.jconfirm .jconfirm-box.jconfirm-type-dark{border-top:solid 7px #34495e;-webkit-animation-name:type-dark;animation-name:type-dark}.jconfirm .jconfirm-box.loading{height:120px}.jconfirm .jconfirm-box.loading:before{content:'';position:absolute;left:0;background:#fff;right:0;top:0;bottom:0;border-radius:10px;z-index:1}.jconfirm .jconfirm-box.loading:after{opacity:.6;content:'';height:30px;width:30px;border:solid 3px transparent;position:absolute;left:50%;margin-left:-15px;border-radius:50%;-webkit-animation:jconfirm-spin 1s infinite linear;animation:jconfirm-spin 1s infinite linear;border-bottom-color:#1e90ff;top:50%;margin-top:-15px;z-index:2}.jconfirm .jconfirm-box div.jconfirm-closeIcon{height:20px;width:20px;position:absolute;top:5px;right:5px;cursor:pointer;opacity:.6;text-align:center;-webkit-transition:opacity .3s ease-in;transition:opacity .3s ease-in;font-size:27px!important;line-height:14px!important;display:none}.jconfirm .jconfirm-box div.jconfirm-closeIcon:empty{display:none}.jconfirm .jconfirm-box div.jconfirm-closeIcon .fa{font-size:16px}.jconfirm .jconfirm-box div.jconfirm-closeIcon .glyphicon{font-size:16px}.jconfirm .jconfirm-box div.jconfirm-closeIcon .zmdi{font-size:16px}.jconfirm .jconfirm-box div.jconfirm-closeIcon:hover{opacity:1}.jconfirm .jconfirm-box div.jconfirm-title-c{display:block;font-size:22px;line-height:20px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.jconfirm .jconfirm-box div.jconfirm-title-c.jconfirm-hand{cursor:move}.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c{font-size:inherit;padding-bottom:15px;display:inline-block;vertical-align:middle}.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c i{vertical-align:middle}.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c:empty{display:none}.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:inherit;font-family:inherit;display:inline-block;vertical-align:middle;padding-bottom:15px}.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title:empty{display:none}.jconfirm .jconfirm-box div.jconfirm-content-pane{margin-bottom:15px;height:auto;-webkit-transition:height .4s ease-in;transition:height .4s ease-in;display:inline-block;width:100%;position:relative;overflow:hidden}.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content img{max-width:100%;height:auto}.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content:empty{display:none}.jconfirm .jconfirm-box .jconfirm-buttons{padding-bottom:11px}.jconfirm .jconfirm-box .jconfirm-buttons>button{margin-bottom:4px;margin-left:2px;margin-right:2px}.jconfirm .jconfirm-box .jconfirm-buttons button{display:inline-block;padding:6px 12px;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;border-radius:4px;min-height:1em;outline:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;transition:opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;-webkit-tap-highlight-color:transparent;border:0;background-image:none}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue{background-color:#3498db;color:#fff;text-shadow:none;-webkit-transition:background .2s;transition:background .2s}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue:hover{background-color:#2980b9;color:#fff}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green{background-color:#2ecc71;color:#fff;text-shadow:none;-webkit-transition:background .2s;transition:background .2s}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green:hover{background-color:#27ae60;color:#fff}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red{background-color:#e74c3c;color:#fff;text-shadow:none;-webkit-transition:background .2s;transition:background .2s}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red:hover{background-color:#c0392b;color:#fff}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange{background-color:#f1c40f;color:#fff;text-shadow:none;-webkit-transition:background .2s;transition:background .2s}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange:hover{background-color:#f39c12;color:#fff}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default{background-color:#ecf0f1;color:#000;text-shadow:none;-webkit-transition:background .2s;transition:background .2s}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default:hover{background-color:#bdc3c7;color:#000}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple{background-color:#9b59b6;color:#fff;text-shadow:none;-webkit-transition:background .2s;transition:background .2s}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple:hover{background-color:#8e44ad;color:#fff}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark{background-color:#34495e;color:#fff;text-shadow:none;-webkit-transition:background .2s;transition:background .2s}.jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark:hover{background-color:#2c3e50;color:#fff}.jconfirm .jconfirm-box.jconfirm-type-red .jconfirm-title-c .jconfirm-icon-c{color:#e74c3c!important}.jconfirm .jconfirm-box.jconfirm-type-blue .jconfirm-title-c .jconfirm-icon-c{color:#3498db!important}.jconfirm .jconfirm-box.jconfirm-type-green .jconfirm-title-c .jconfirm-icon-c{color:#2ecc71!important}.jconfirm .jconfirm-box.jconfirm-type-purple .jconfirm-title-c .jconfirm-icon-c{color:#9b59b6!important}.jconfirm .jconfirm-box.jconfirm-type-orange .jconfirm-title-c .jconfirm-icon-c{color:#f1c40f!important}.jconfirm .jconfirm-box.jconfirm-type-dark .jconfirm-title-c .jconfirm-icon-c{color:#34495e!important}.jconfirm .jconfirm-clear{clear:both}.jconfirm.jconfirm-rtl{direction:rtl}.jconfirm.jconfirm-rtl div.jconfirm-closeIcon{left:5px;right:auto}.jconfirm.jconfirm-light .jconfirm-bg,.jconfirm.jconfirm-white .jconfirm-bg{background-color:#444;opacity:.2}.jconfirm.jconfirm-light .jconfirm-box,.jconfirm.jconfirm-white .jconfirm-box{box-shadow:0 2px 6px rgba(0,0,0,.2);border-radius:5px}.jconfirm.jconfirm-light .jconfirm-box .jconfirm-title-c .jconfirm-icon-c,.jconfirm.jconfirm-white .jconfirm-box .jconfirm-title-c .jconfirm-icon-c{margin-right:8px;margin-left:0}.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons,.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons{float:right}.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button,.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button{text-transform:uppercase;font-size:14px;font-weight:700;text-shadow:none}.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default,.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default{box-shadow:none;color:#333}.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:hover,.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default:hover{background:#ddd}.jconfirm.jconfirm-light.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c,.jconfirm.jconfirm-white.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c{margin-left:8px;margin-right:0}.jconfirm.jconfirm-black .jconfirm-bg,.jconfirm.jconfirm-dark .jconfirm-bg{background-color:#2f4f4f;opacity:.4}.jconfirm.jconfirm-black .jconfirm-box,.jconfirm.jconfirm-dark .jconfirm-box{box-shadow:0 2px 6px rgba(0,0,0,.2);background:#444;border-radius:5px;color:#fff}.jconfirm.jconfirm-black .jconfirm-box .jconfirm-title-c .jconfirm-icon-c,.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-title-c .jconfirm-icon-c{margin-right:8px;margin-left:0}.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons,.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons{float:right}.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button,.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button{border:0;background-image:none;text-transform:uppercase;font-size:14px;font-weight:700;text-shadow:none;-webkit-transition:background .1s;transition:background .1s;color:#fff}.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default,.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default{box-shadow:none;color:#fff;background:0}.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default:hover,.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default:hover{background:#666}.jconfirm.jconfirm-black.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c,.jconfirm.jconfirm-dark.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c{margin-left:8px;margin-right:0}.jconfirm .jconfirm-box.hilight.jconfirm-hilight-shake{-webkit-animation:shake .82s cubic-bezier(.36,.07,.19,.97) both;animation:shake .82s cubic-bezier(.36,.07,.19,.97) both;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.jconfirm .jconfirm-box.hilight.jconfirm-hilight-glow{-webkit-animation:glow .82s cubic-bezier(.36,.07,.19,.97) both;animation:glow .82s cubic-bezier(.36,.07,.19,.97) both;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}@-webkit-keyframes shake{10%,90%{-webkit-transform:translate3d(-2px,0,0);transform:translate3d(-2px,0,0)}20%,80%{-webkit-transform:translate3d(4px,0,0);transform:translate3d(4px,0,0)}30%,50%,70%{-webkit-transform:translate3d(-8px,0,0);transform:translate3d(-8px,0,0)}40%,60%{-webkit-transform:translate3d(8px,0,0);transform:translate3d(8px,0,0)}}@keyframes shake{10%,90%{-webkit-transform:translate3d(-2px,0,0);transform:translate3d(-2px,0,0)}20%,80%{-webkit-transform:translate3d(4px,0,0);transform:translate3d(4px,0,0)}30%,50%,70%{-webkit-transform:translate3d(-8px,0,0);transform:translate3d(-8px,0,0)}40%,60%{-webkit-transform:translate3d(8px,0,0);transform:translate3d(8px,0,0)}}@-webkit-keyframes glow{0%,100%{box-shadow:0 0 3px red}50%{box-shadow:0 0 30px red}}@keyframes glow{0%,100%{box-shadow:0 0 3px red}50%{box-shadow:0 0 30px red}}.jconfirm{-webkit-perspective:400px;perspective:400px}.jconfirm .jconfirm-box{opacity:1;-webkit-transition-property:all;transition-property:all}.jconfirm .jconfirm-box.jconfirm-animation-bottom,.jconfirm .jconfirm-box.jconfirm-animation-left,.jconfirm .jconfirm-box.jconfirm-animation-none,.jconfirm .jconfirm-box.jconfirm-animation-opacity,.jconfirm .jconfirm-box.jconfirm-animation-right,.jconfirm .jconfirm-box.jconfirm-animation-rotate,.jconfirm .jconfirm-box.jconfirm-animation-rotatex,.jconfirm .jconfirm-box.jconfirm-animation-rotatey,.jconfirm .jconfirm-box.jconfirm-animation-scale,.jconfirm .jconfirm-box.jconfirm-animation-scalex,.jconfirm .jconfirm-box.jconfirm-animation-scaley,.jconfirm .jconfirm-box.jconfirm-animation-top,.jconfirm .jconfirm-box.jconfirm-animation-zoom{opacity:0}.jconfirm .jconfirm-box.jconfirm-animation-rotate{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.jconfirm .jconfirm-box.jconfirm-animation-rotatex{-webkit-transform:rotateX(90deg);transform:rotateX(90deg);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}.jconfirm .jconfirm-box.jconfirm-animation-rotatexr{-webkit-transform:rotateX(-90deg);transform:rotateX(-90deg);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}.jconfirm .jconfirm-box.jconfirm-animation-rotatey{-webkit-transform:rotatey(90deg);-ms-transform:rotatey(90deg);transform:rotatey(90deg);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}.jconfirm .jconfirm-box.jconfirm-animation-rotateyr{-webkit-transform:rotatey(-90deg);-ms-transform:rotatey(-90deg);transform:rotatey(-90deg);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}.jconfirm .jconfirm-box.jconfirm-animation-scaley{-webkit-transform:scaley(1.5);-ms-transform:scaley(1.5);transform:scaley(1.5);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}.jconfirm .jconfirm-box.jconfirm-animation-scalex{-webkit-transform:scalex(1.5);-ms-transform:scalex(1.5);transform:scalex(1.5);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}.jconfirm .jconfirm-box.jconfirm-animation-top{-webkit-transform:translate(0,-100px);-ms-transform:translate(0,-100px);transform:translate(0,-100px)}.jconfirm .jconfirm-box.jconfirm-animation-left{-webkit-transform:translate(-100px,0);-ms-transform:translate(-100px,0);transform:translate(-100px,0)}.jconfirm .jconfirm-box.jconfirm-animation-right{-webkit-transform:translate(100px,0);-ms-transform:translate(100px,0);transform:translate(100px,0)}.jconfirm .jconfirm-box.jconfirm-animation-bottom{-webkit-transform:translate(0,100px);-ms-transform:translate(0,100px);transform:translate(0,100px)}.jconfirm .jconfirm-box.jconfirm-animation-zoom{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.jconfirm .jconfirm-box.jconfirm-animation-scale{-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5)}.jconfirm .jconfirm-box.jconfirm-animation-none{visibility:hidden}.jconfirm.jconfirm-supervan .jconfirm-bg{background-color:rgba(54,70,93,.95)}.jconfirm.jconfirm-supervan .jconfirm-box{background-color:transparent}.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-blue{border:0}.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-green{border:0}.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-red{border:0}.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-orange{border:0}.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-purple{border:0}.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-dark{border:0}.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-closeIcon{color:#fff}.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c{text-align:center;color:#fff;font-size:28px;font-weight:400}.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c>*{padding-bottom:25px}.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c{margin-right:8px;margin-left:0}.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content-pane{margin-bottom:25px}.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content{text-align:center;color:#fff}.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons{text-align:center}.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons button{font-size:16px;border-radius:2px;background:#303f53;text-shadow:none;border:0;color:#fff;padding:10px;min-width:100px}.jconfirm.jconfirm-supervan.jconfirm-rtl .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c{margin-left:8px;margin-right:0}.jconfirm.jconfirm-material .jconfirm-bg{background-color:rgba(0,0,0,.67)}.jconfirm.jconfirm-material .jconfirm-box{background-color:#fff;box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12);padding:30px 25px 10px 25px}.jconfirm.jconfirm-material .jconfirm-box .jconfirm-title-c .jconfirm-icon-c{margin-right:8px;margin-left:0}.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-closeIcon{color:rgba(0,0,0,.87)}.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-title-c{color:rgba(0,0,0,.87);font-size:22px;font-weight:700}.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-content{color:rgba(0,0,0,.87)}.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons{text-align:right}.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons button{text-transform:uppercase;font-weight:500}.jconfirm.jconfirm-material.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c{margin-left:8px;margin-right:0}.jconfirm.jconfirm-bootstrap .jconfirm-bg{background-color:rgba(0,0,0,.21)}.jconfirm.jconfirm-bootstrap .jconfirm-box{background-color:#fff;box-shadow:0 3px 8px 0 rgba(0,0,0,.2);border:solid 1px rgba(0,0,0,.4);padding:15px 0 0}.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-title-c .jconfirm-icon-c{margin-right:8px;margin-left:0}.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-closeIcon{color:rgba(0,0,0,.87)}.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-title-c{color:rgba(0,0,0,.87);font-size:22px;font-weight:700;padding-left:15px;padding-right:15px}.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-content{color:rgba(0,0,0,.87);padding:0 15px}.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons{text-align:right;padding:10px;margin:-5px 0 0;border-top:solid 1px #ddd;overflow:hidden;border-radius:0 0 4px 4px}.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons button{font-weight:500}.jconfirm.jconfirm-bootstrap.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c{margin-left:8px;margin-right:0}.jconfirm.jconfirm-modern .jconfirm-bg{background-color:#708090;opacity:.6}.jconfirm.jconfirm-modern .jconfirm-box{background-color:#fff;box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12);padding:30px 30px 15px}.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-closeIcon{color:rgba(0,0,0,.87);top:15px;right:15px}.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c{color:rgba(0,0,0,.87);font-size:24px;font-weight:700;text-align:center;margin-bottom:10px}.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c{-webkit-transition:-webkit-transform .5s;transition:transform .5s;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);display:block;margin-right:0;margin-left:0;margin-bottom:10px;font-size:69px;color:#aaa}.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-content{text-align:center;font-size:15px;color:#777;margin-bottom:25px}.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons{text-align:center}.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button{font-weight:700;text-transform:uppercase;-webkit-transition:background .1s;transition:background .1s;padding:10px 20px}.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button+button{margin-left:4px}.jconfirm.jconfirm-modern.jconfirm-open .jconfirm-box .jconfirm-title-c .jconfirm-icon-c{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.typeahead__container button,.typeahead__container input,.typeahead__container optgroup,.typeahead__container select,.typeahead__container textarea{margin:0}.typeahead__container optgroup{font-weight:700}.typeahead__container button,.typeahead__container input{overflow:visible}.typeahead__container button,.typeahead__container select{text-transform:none}.typeahead__container [type=reset],.typeahead__container [type=submit],.typeahead__container button,.typeahead__container html [type=button]{-webkit-appearance:button}.typeahead__container [type=button]::-moz-focus-inner,.typeahead__container [type=reset]::-moz-focus-inner,.typeahead__container [type=submit]::-moz-focus-inner,.typeahead__container button::-moz-focus-inner{border-style:none;padding:0}.typeahead__container [type=button]:-moz-focusring,.typeahead__container [type=reset]:-moz-focusring,.typeahead__container [type=submit]:-moz-focusring,.typeahead__container button:-moz-focusring{outline:1px dotted ButtonText}.typeahead__container fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}.typeahead__container legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}.typeahead__container textarea{overflow:auto}.typeahead__container [type=checkbox],.typeahead__container [type=radio]{box-sizing:border-box;padding:0}.typeahead__container [type=number]::-webkit-inner-spin-button,.typeahead__container [type=number]::-webkit-outer-spin-button{height:auto}.typeahead__container [type=search]{-webkit-appearance:textfield;outline-offset:-2px;box-shadow:none}.typeahead__container [type=search]::-webkit-search-cancel-button,.typeahead__container [type=search]::-webkit-search-decoration{-webkit-appearance:none}.typeahead__container ::-webkit-input-placeholder{color:inherit;opacity:.54}.typeahead__container ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.typeahead__container{position:relative}.typeahead__container *{box-sizing:border-box;outline:0}.typeahead__query{position:relative;z-index:2;width:100%}.typeahead__filter{position:relative}.typeahead__filter button{min-width:100%;white-space:nowrap}.typeahead__filter button:after{display:inline-block;margin-left:4px;width:0;height:0;vertical-align:-2px;content:"";border:4px solid;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent}.typeahead__field{display:-ms-flexbox;display:flex;position:relative;width:100%;background:#fff}.typeahead__button button{border-top-right-radius:2px;border-bottom-right-radius:2px}.typeahead__field{color:#555}.typeahead__field .typeahead__hint,.typeahead__field [contenteditable],.typeahead__field input,.typeahead__field textarea{display:block;width:100%;line-height:1.25;min-height:calc(.5rem * 2 + 1.25rem + 2px);padding:15px;background:#fff;border:1px solid #ddd;border-radius:2px 0 0 2px;-webkit-appearance:none;-moz-appearance:none;appearance:none;box-sizing:border-box}.typeahead__field .typeahead__hint:active,.typeahead__field .typeahead__hint:focus,.typeahead__field [contenteditable]:active,.typeahead__field [contenteditable]:focus,.typeahead__field input:active,.typeahead__field input:focus,.typeahead__field textarea:active,.typeahead__field textarea:focus{border-color:#ddd}.typeahead__field input[type=search],.typeahead__field input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none}.typeahead__field input[type=search]::-ms-clear{display:none;width:0;height:0}.typeahead__container.hint .typeahead__field [contenteditable],.typeahead__container.hint .typeahead__field input,.typeahead__container.hint .typeahead__field textarea{background:0 0}.typeahead__container.hint .typeahead__query>:last-child,.typeahead__hint{background:#fff}.typeahead__container button{display:inline-block;margin-bottom:0;text-align:center;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;line-height:1.25;padding:15px 20px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff;border:1px solid}.typeahead__container button:focus,.typeahead__container button:hover{color:#fff}.typeahead__container button.disabled,.typeahead__container button[disabled],.typeahead__container input.disabled,.typeahead__container input[disabled]{cursor:not-allowed;pointer-events:none;opacity:.65;box-shadow:none;background-color:#fff;border-color:#f1f1f1}.typeahead__container .typeahead__field .typeahead__hint,.typeahead__container .typeahead__field .typeahead__label-container,.typeahead__container .typeahead__field [contenteditable],.typeahead__container .typeahead__field input,.typeahead__container .typeahead__field textarea{padding-right:32px}.typeahead__button,.typeahead__filter{z-index:1}.typeahead__button button,.typeahead__filter button{margin-left:-1px;border-bottom-left-radius:0;border-top-left-radius:0}.typeahead__button:active,.typeahead__button:active button:active,.typeahead__button:active button:focus,.typeahead__button:focus,.typeahead__button:focus button:active,.typeahead__button:focus button:focus,.typeahead__button:hover,.typeahead__button:hover button:active,.typeahead__button:hover button:focus,.typeahead__filter:active,.typeahead__filter:active button:active,.typeahead__filter:active button:focus,.typeahead__filter:focus,.typeahead__filter:focus button:active,.typeahead__filter:focus button:focus,.typeahead__filter:hover,.typeahead__filter:hover button:active,.typeahead__filter:hover button:focus{z-index:5}.typeahead__filter+.typeahead__button button{margin-left:-2px}.typeahead__container.filter .typeahead__filter{z-index:5}.typeahead__dropdown,.typeahead__list{position:absolute;left:0;z-index:45;width:100%;min-width:160px;padding:0;margin:2px 0 0;list-style:none;text-align:left;background-color:#fff;border:1px solid #f1f1f1;border-radius:2px;background-clip:padding-box}.typeahead__result.detached .typeahead__list{position:relative;z-index:6;top:auto;left:auto}.typeahead__dropdown{right:0;left:auto;z-index:50}.typeahead__container .form-control:focus{box-shadow:none}.typeahead__list>li{position:relative;border-top:1px solid #f1f1f1}.typeahead__list>li:first-child{border-top:none}.typeahead__dropdown .typeahead__dropdown-item[disabled]>a,.typeahead__list .typeahead__item[disabled]>a{cursor:not-allowed;color:#bababa;background-color:#fafafa}.typeahead__dropdown .typeahead__dropdown-item>a,.typeahead__list .typeahead__item>a{display:block;padding:.9rem .95rem;clear:both;color:#333;text-decoration:none}.typeahead__dropdown .typeahead__dropdown-item:not([disabled]).active>a,.typeahead__dropdown .typeahead__dropdown-item:not([disabled])>a:focus,.typeahead__dropdown .typeahead__dropdown-item:not([disabled])>a:hover,.typeahead__list .typeahead__item:not([disabled]).active>a,.typeahead__list .typeahead__item:not([disabled])>a:focus,.typeahead__list .typeahead__item:not([disabled])>a:hover{background-color:#f5f5f5;color:#3c3c3c}.typeahead__list.empty>li{padding:.9rem .95rem;color:#333}.typeahead__list>.typeahead__group{border-color:#bfdef6;font-weight:600}.typeahead__list>.typeahead__group:first-child{border-top:1px solid #bfdef6}.typeahead__list>.typeahead__group.active>a,.typeahead__list>.typeahead__group>a,.typeahead__list>.typeahead__group>a:focus,.typeahead__list>.typeahead__group>a:hover{cursor:default;color:#444;background:#ecf5fc;display:block;padding:.7rem .75rem;clear:both;text-decoration:none;text-transform:capitalize}.typeahead__list>li.typeahead__group+li.typeahead__item{border-color:#bfdef6}.typeahead__container.backdrop+.typeahead__backdrop,.typeahead__container.filter .typeahead__dropdown,.typeahead__container.hint .typeahead__hint,.typeahead__container.result .typeahead__list{display:block!important}.typeahead__container .typeahead__dropdown,.typeahead__container .typeahead__hint,.typeahead__container .typeahead__list,.typeahead__container+.typeahead__backdrop{display:none!important}.typeahead__dropdown li:last-child{margin-top:5px;padding-top:5px;border-top:1px solid #f1f1f1}.typeahead__cancel-button{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;right:0;cursor:pointer;line-height:1.25;padding:15px;visibility:hidden}.typeahead__label .typeahead__cancel-button{visibility:visible;right:4px}.typeahead__container.cancel:not(.loading) .typeahead__cancel-button,.typeahead__label .typeahead__cancel-button{visibility:visible}.typeahead__container.cancel:not(.loading) .typeahead__cancel-button:hover,.typeahead__label .typeahead__cancel-button:hover{color:#d0021b}.typeahead__search-icon{padding:0 5px;font-size:16px;color:#fff;font-weight:600;display:inline!important}.typeahead__container.loading .typeahead__query:after,.typeahead__container.loading .typeahead__query:before{transition:all 0s linear,opacity .2s ease;position:absolute;z-index:3;content:"";top:50%;right:.55em;margin-top:-.675rem;width:1.35rem;height:1.35rem;box-sizing:border-box;border-radius:500rem;border-style:solid;border-width:.1em}.typeahead__container.loading .typeahead__query:before{border-color:rgba(0,0,0,.35)}.typeahead__container.loading .typeahead__query:after{animation:a .6s linear;animation-iteration-count:infinite;border-color:#fff transparent transparent;box-shadow:0 0 0 1px transparent}@keyframes a{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.typeahead__label-container{list-style:none;position:absolute;padding-top:.375rem;padding-left:6px;width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap;display:-ms-flexbox;display:flex}.typeahead__label{display:-ms-flexbox;display:flex;font-size:.875rem;position:relative;background:#ecf5fc;border:1px solid #c2e0ff;padding-left:4px;border-radius:2px;margin-right:4px;margin-bottom:.375rem}.typeahead__label>*{-ms-flex-item-align:center;align-self:center}.typeahead__label .typeahead__cancel-button{line-height:normal;height:auto;position:static;padding:calc(1rem * .25 - 1px) 6px calc(1rem * .25 + 1px);margin-left:4px;font-size:.875rem;border-left:1px solid #f1f1f1}.typeahead__label .typeahead__cancel-button:hover{background-color:#d5e9f9}.imageupload .alert,.imageupload .file-tab .thumbnail{margin-bottom:10px}.imageupload.imageupload-disabled{cursor:not-allowed;opacity:.6}.imageupload.imageupload-disabled>*{pointer-events:none}.imageupload .panel-title{margin-right:15px;padding-top:8px}.imageupload .btn-file{overflow:hidden;position:relative}.imageupload .btn-file input[type=file]{cursor:inherit;display:block;font-size:100px;min-height:100%;min-width:100%;opacity:0;position:absolute;right:0;text-align:right;top:0}.imageupload .file-tab button,.imageupload .url-tab{display:none}.imageupload .url-tab .thumbnail{margin:10px 0}.icheckbox_flat,.iradio_flat{display:inline-block;vertical-align:middle;margin:0;padding:0;width:20px;height:20px;background:url(//ilankanali.com/wp-content/themes/dwt-listing/assets/images/flat.png) no-repeat;border:none;cursor:pointer}.icheckbox_flat{background-position:0 0}.icheckbox_flat.checked{background-position:-22px 0}.icheckbox_flat.disabled{background-position:-44px 0;cursor:default}.icheckbox_flat.checked.disabled{background-position:-66px 0}.iradio_flat{background-position:-88px 0}.iradio_flat.checked{background-position:-110px 0}.iradio_flat.disabled{background-position:-132px 0;cursor:default}.iradio_flat.checked.disabled{background-position:-154px 0}@media (-o-min-device-pixel-ratio:5/4),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi),(min-resolution:1.25dppx){.icheckbox_flat,.iradio_flat{background-image:url(//ilankanali.com/wp-content/themes/dwt-listing/assets/images/flat@2x.png);-webkit-background-size:176px 22px;background-size:176px 22px}}.woocommerce ul,.woocommerce ul li{list-style:none}.woocommerce .variations{position:relative;margin-bottom:15px;float:left;width:100%}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item{padding:10px 0}.wc-proceed-to-checkout{display:inline-table}.woocommerce .cross-sells h2{color:#232323;font-size:20px;text-transform:capitalize}.woocommerce .cross-sells ul.products li{background:#fff none repeat scroll 0 0;border:1px solid #eee;margin-bottom:30px;overflow:hidden;position:relative;text-align:center;transition:background 0.5s ease-in-out 0s}.woocommerce .cross-sells ul.products li h3{color:#232323;display:inline-block;font-family:"Poppins",sans-serif;font-size:18px;margin-bottom:0;padding:0 12px;text-transform:capitalize}.woocommerce .cross-sells ul.products li .star-rating{margin:0 auto}.woocommerce .cross-sells ul.products li .price{margin-top:10px}.woocommerce .side-bar .widget ul li.wc-layered-nav-rating a::after,.woocommerce .side-bar .widget ul li.mini_cart_item a::after{display:none}.woocommerce .widget_shopping_cart_content .cart_list li a.remove,.woocommerce.widget_shopping_cart_content .cart_list li a.remove{color:#fff!important;font-size:20px;font-weight:700;left:5px;position:absolute;overflow:hidden;z-index:9;background:#000;padding-left:5px;top:15px}.woocommerce .widget_shopping_cart_content .cart_list li a.remove:hover,.woocommerce.widget_shopping_cart_content .cart_list li a.remove:hover{background:#e52d27}p.total{margin-top:15px}.woocommerce ul.cart_list,.woocommerce ul.product_list_widget li.empty{margin-bottom:0;padding-bottom:0;position:relative}.woocommerce ul.cart_list li:last-child,.woocommerce ul.product_list_widget li:last-child{padding-bottom:0}.woocommerce ul.cart_list li,.woocommerce ul.product_list_widget li{border-bottom:1px solid #eee;margin-bottom:10px;padding-bottom:14px}.woocommerce ul.cart_list li:last-child,.woocommerce ul.product_list_widget li:last-child{border:medium none;margin-bottom:0!important}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img,.woocommerce-page ul.cart_list li img,.woocommerce-page ul.product_list_widget li img{box-shadow:none!important;float:left!important;margin:0 15px 0 0!important;width:80px!important}.woocommerce .widget_shopping_cart .cart_list li,.woocommerce.widget_shopping_cart .cart_list li{padding-left:0;padding-top:0;position:relative}.woocommerce.widget_shopping_cart .total,.woocommerce .widget_shopping_cart .total,.woocommerce-page.widget_shopping_cart .total,.woocommerce-page .widget_shopping_cart .total{border:medium none!important;margin-left:15px}.woocommerce .widget_shopping_cart_content .total strong,.woocommerce.widget_shopping_cart_content .total strong{display:inline-block;min-width:40px;color:#232323}.side-bar.col-left .amount{color:#000;font-size:14px;font-weight:600}.side-bar.col-left del .amount{color:#999;font-weight:400}.woocommerce .product-view .product-shop .star-rating::before{font-size:14px!important;letter-spacing:2px}.woocommerce .product-view .product-shop .star-rating{font-size:14px;letter-spacing:2px;margin-top:8px}.woocommerce .star-rating{float:right;display:block;margin-bottom:0;font-size:12px}.woocommerce-review-link{color:#818181;font-size:16px}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img,.woocommerce-page ul.cart_list li img,.woocommerce-page ul.product_list_widget li img{box-shadow:none!important;float:left!important;margin:0 12px 0 0!important;width:80px!important}.woocommerce.widget_shopping_cart .total,.woocommerce .widget_shopping_cart .total,.woocommerce-page.widget_shopping_cart .total,.woocommerce-page .widget_shopping_cart .total{border:medium none!important;margin-left:15px;padding-top:0}.woocommerce-page .widget_shopping_cart p.buttons{margin-bottom:5px;margin-left:15px;margin-top:15px}.woocommerce.widget_shopping_cart_content a.button.checkout{margin-left:10px}.side-bar ins.amount{color:#d00a2d;font-size:13px;font-weight:600}.side-bar .old-price .amount{color:#666;font-size:14px;font-weight:400}.woocommerce ul.cart_list li a,.woocommerce ul.product_list_widget li a,.woocommerce-page ul.cart_list li a,.woocommerce-page ul.product_list_widget li a{font-size:14px;display:block;margin-bottom:3px}.woocommerce ul.cart_list li a:hover,.woocommerce ul.product_list_widget li a:hover,.woocommerce-page ul.cart_list li a:hover,.woocommerce-page ul.product_list_widget li a:hover{color:#222}.widget_shopping_cart_content_content li{border-bottom:1px solid #eee;margin-bottom:10px!important;padding:6px 2px 15px!important}.widget_shopping_cart_content_content li.empty{border-bottom:medium none;margin-bottom:0;padding-bottom:0!important}.woocommerce .star-rating span,.woocommerce-page .star-rating span{color:#ffc107}.price_slider_wrapper{padding:12px 0 5px}.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{background-color:#222!important;border-radius:100%}.woocommerce .widget_price_filter .price_slider_amount{font-weight:600}.woocommerce .widget_price_filter .ui-slider .ui-slider-range{background-color:#333!important}.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{background-color:#999!important;margin-bottom:22px;margin-top:12px}.woocommerce-product-search{background-color:#fff;padding:0}.woocommerce-product-search label{border-bottom:1px solid #222;color:#333;display:none;font-size:14px;letter-spacing:1px;margin-bottom:15px;padding-bottom:6px;text-transform:uppercase}.woocommerce-product-search input{border:1px solid #e3e3e3!important;color:#fff!important;font-size:14px;font-weight:600;margin-top:2px;padding:6px 15px;text-transform:uppercase}.woocommerce-product-search input.search-field{background:#fff none repeat scroll 0 0!important;color:#ccc!important;font-size:12px;font-weight:400;margin-top:2px;padding:6px 10px;text-transform:none;width:60%}.clear-all{background:#222 none repeat scroll 0 0!important;border:1px solid #222!important;color:#fff!important;display:inline-block;font-size:11px!important;font-weight:bold!important;letter-spacing:1px;line-height:normal;padding:10px 12px!important;text-transform:uppercase!important}.clear-all:hover{background:#222 none repeat scroll 0 0!important;border:1px solid #222!important;color:#fff!important;padding:10px 12px!important}.clear-all::before{content:"";font-family:FontAwesome;font-size:12px;padding-right:5px}.side-bar .button{background:#fff none repeat scroll 0 0!important;border:1px solid #e5e5e5!important;color:#666!important;font-size:11px!important;font-weight:bold!important;letter-spacing:1px;padding:10px 15px!important;text-transform:uppercase!important;transition:color 300ms ease-in-out 0s,background-color 300ms ease-in-out 0s,background-position 300ms ease-in-out 0s}.side-bar .button:hover{background:#e52d27 none repeat scroll 0 0!important;border:1px solid #e52d27!important;color:#fff!important;padding:10px 15px!important}.woocommerce.widget_product_tag_cloud .tagcloud{padding:15px 0 0}.widget_product_categories{background:#fff none repeat scroll 0 0;border:medium none;margin-bottom:30px;padding-bottom:4px}.widget_product_categories .product-categories{padding:8px 12px}.widget_product_categories .product-categories li{border-bottom:0 solid #eaeaea;padding:6px 0 8px;position:relative}.widget_product_categories .product-categories li:last-child{border-bottom:medium none}.widget_product_categories .product-categories li a{color:#333;font-size:12px;font-weight:700;letter-spacing:1px;text-transform:uppercase}.widget_product_categories .product-categories li a ul li a{text-transform:none}.widget_product_categories .product-categories li.current-cat a{color:#222;font-size:12px;font-weight:600;letter-spacing:1px;text-transform:uppercase}.widget_product_categories .product-categories li.current-cat ul li a{border-bottom:0 solid #eaeaea;color:#222;font-size:12px!important;font-weight:400;text-transform:none}.widget_product_categories .product-categories li ul li{padding-bottom:4px;padding-left:6px;padding-top:4px}.widget_product_categories .product-categories li ul li{border-bottom:medium none}.widget_product_categories .product-categories li ul li a{border-bottom:0 solid #eaeaea;color:#000;font-size:12px!important;font-weight:400;margin:0!important;padding:6px 3px!important;text-decoration:none;text-transform:none;transition:color 300ms ease-in-out 0s,background-color 300ms ease-in-out 0s,background-position 300ms ease-in-out 0s}.widget_product_categories .product-categories li .count{display:none}.widget_product_categories .product-categories li ul li::before{color:#999;content:"";font-family:FontAwesome;font-size:14px;height:inherit;line-height:16px;padding-right:4px;position:relative;vertical-align:text-bottom}.widget_product_categories .product-categories{margin-top:8px;overflow:auto;padding:0}.widget_product_categories .cat-item.cat-parent:hover{cursor:pointer}.variations_form.cart{border-bottom:0 dotted #ddd;margin:18px 0 10px;padding:0 0 6px}.woocommerce div.product form.cart .variations{margin-bottom:0!important}.woocommerce div.product form.cart .variations select{margin-bottom:15px!important;width:160px}.product-view .product-shop .icon-plus::before{font-size:14px}.product-view .product-shop del .amount{color:#999;font-size:20px;font-weight:400;text-decoration:none}.product-view .product-shop .price del{color:#999}.product-view .product-shop .icon-minus::before{font-size:14px}.woocommerce div.product p.price,.woocommerce div.product span.price{color:#d00a2d!important;font-weight:bold!important}.woocommerce p.stars a.star-1::after,.woocommerce p.stars a.star-2::after,.woocommerce p.stars a.star-3::after,.woocommerce p.stars a.star-4::after,.woocommerce p.stars a.star-5::after,.woocommerce-page p.stars a.star-1::after,.woocommerce-page p.stars a.star-2::after,.woocommerce-page p.stars a.star-3::after,.woocommerce-page p.stars a.star-4::after,.woocommerce-page p.stars a.star-5::after{color:#ffc107}.woocommerce .quantity .plus,.woocommerce .quantity .minus,.woocommerce #content .quantity .plus,.woocommerce #content .quantity .minus,.woocommerce-page .quantity .plus,.woocommerce-page .quantity .minus,.woocommerce-page #content .quantity .plus,.woocommerce-page #content .quantity .minus{height:20px!important}.woocommerce .woocommerce-error::before,.woocommerce .woocommerce-info::before,.woocommerce .woocommerce-message::before{display:none!important}.woocommerce table.wishlist_table th.product-price,.woocommerce table.wishlist_table th.product-stock-stauts{text-align:center}.woocommerce table.wishlist_table thead th{padding:10px!important}h3#order_review_heading{border-bottom:0 solid #e4e4e4;color:#333;font-size:15px;font-weight:600;margin-bottom:15px;overflow:hidden;line-height:35px;text-align:left;margin:0 0 15px;text-transform:uppercase}#tab-description h2{display:none}#reviews #comments h2{font-size:14px;font-weight:600;letter-spacing:1px;margin:auto auto 15px;padding:0;text-transform:uppercase}#review_form #respond h3{font-size:14px;font-weight:600;letter-spacing:1px;margin:auto auto 15px;padding:0;text-transform:uppercase}.woocommerce-tabs .panel{box-shadow:none!important;margin-bottom:0}.woocommerce a.button.checkout{background:#222 none repeat scroll 0 0;border:1px solid #222;color:#fff;margin-left:5px}.woocommerce a.button.btn-proceed-checkout{background:#fcd54c none repeat scroll 0 0!important;border:1px solid #fcd54c!important;border-radius:0;color:#000!important;padding:12px 35px!important}.woocommerce a.button.btn-proceed-checkout span{font-size:16px!important;font-weight:700!important;letter-spacing:1px!important}.woocommerce a.button.btn-proceed-checkout:hover{background:#222 none repeat scroll 0 0!important;border:1px solid #222!important;color:#fff!important}a.showcoupon{color:#222}.woocommerce .blockUI.blockOverlay{display:none!important}.woocommerce-account #customer_login h2{font-size:13px;font-weight:600;letter-spacing:1px;margin:5px auto 10px;text-transform:uppercase}.woocommerce .woocommerce-info::before{color:green!important}.woocommerce .woocommerce-info::before,.woocommerce-page .woocommerce-info::before{background:rgba(0,0,0,0) none repeat scroll 0 0!important;box-shadow:none!important;color:#339900!important;font-size:15px!important;font-weight:normal!important;left:15px!important;top:13px!important}.woocommerce .woocommerce-error{background-color:#feebe6}.woocommerce .woocommerce-info,.woocommerce-page .woocommerce-info{background:#f3fdf0 none repeat scroll 0 0;border:1px solid #e2f7db!important;border-radius:0!important;box-shadow:none!important;color:#5e5e5e;list-style:outside none none!important;margin:0 0 2em!important;padding:1em 1em 1em 3.5em!important;position:relative;text-shadow:0 0 0 #fff;width:auto}.woocommerce .woocommerce-error,.woocommerce-page .woocommerce-error{background:#fae2e5 none repeat scroll 0 0;border:1px solid #f4d1d4!important}.step-title h3,.woocommerce-shipping-fields h3{color:#000;font-size:16px;font-weight:600;letter-spacing:1px;margin-bottom:0;text-transform:uppercase}.select2-container .select2-choice{-moz-user-select:none;background-clip:padding-box;background-color:#fff!important;border:1px solid #ddd!important;border-radius:0!important;color:#444;display:block;font-weight:400;overflow:hidden;padding:0 8px!important;position:relative;text-decoration:none;white-space:nowrap}.woocommerce table.shop_table .amount{color:#232323;font-size:16px}.woocommerce-checkout #payment div.form-row{margin-bottom:25px;padding:1em 0}.woocommerce .cart .button.btn-update{background:#222 none repeat scroll 0 0!important;border:1px solid #222!important;border-radius:0;color:#fff!important;float:right!important;font-size:11px;font-weight:600;letter-spacing:1px;margin-left:8px!important;padding:10px 12px}.woocommerce .cart .button.btn-update:hover{background:#222 none repeat scroll 0 0!important;border:1px solid #222!important}#empty_cart_button.button{background-color:#fff!important;border:1px solid #d1d1d1!important;border-radius:0;color:#666!important;float:right;font-size:11px;font-weight:600;letter-spacing:1px;padding:10px 12px}#empty_cart_button.button:hover{background-color:#222!important;border:1px solid #222!important;color:#fff!important}.shop_table .button.btn-continue{background-color:#fff!important;border:1px solid #d1d1d1!important;border-radius:0;color:#666!important;float:left!important;font-size:11px;font-weight:600;letter-spacing:1px;padding:10px 12px}.shop_table .button.btn-continue:hover{background-color:#222!important;border:1px solid #222!important;color:#fff!important}.button.coupon,.button.btn-continue,.button.continue,.button.login,button.btn-share,.button.create-account{background-color:#222!important;border:1px solid #222!important;color:#fff!important}#discount-coupon-form button.button{background:#222 none repeat scroll 0 0!important;border:1px solid #222!important;border-radius:0;color:#fff!important;font-size:11px;font-weight:600;letter-spacing:1px;margin-top:8px;padding:10px 12px}.woocommerce div.product form.cart,.woocommerce div.product p.cart{border:medium none;margin-bottom:8px!important;padding:2px 0 0}.summary .product_meta{margin-top:5px!important}.woocommerce div.product .woocommerce-product-rating{margin-bottom:15px!important;margin-top:10px}.woocommerce form.checkout_coupon{border-radius:0}.woocommerce form.checkout_coupon input.button{padding:15px 25px}.woocommerce form.login,.woocommerce form.register{border:medium none;border-radius:0;margin:auto;padding:0}.woocommerce label{color:#999!important;font-size:14px;text-transform:capitalize}p.lost_password{float:right;margin-right:55px;margin-top:-34px}p.lost_password a{font-size:12px;text-decoration:underline}.woocommerce form.register{min-height:285px}#shopping-cart-totals-table label{display:inline}.woocommerce div.product form.cart table.group_table{margin-bottom:18px;margin-top:2px}.woocommerce div.product form.cart table.group_table .fa.fa-shopping-cart{display:none}.woocommerce div.product .group_table p.stock{margin:auto}.woocommerce div.product form.cart table.group_table tbody{border:1px solid #ddd;display:inline-block;width:100%}.woocommerce div.product form.cart table.group_table tbody tr{border-bottom:1px solid #ddd;vertical-align:middle}.woocommerce div.product form.cart table.group_table tbody tr:last-child{border-bottom:0 solid #ddd}.woocommerce div.product form.cart .group_table td.label{color:#333;font-size:12px;font-weight:600;margin:auto}.woocommerce div.product form.cart .group_table td{vertical-align:middle}.woocommerce div.product form.cart .group_table label{font-size:14px;line-height:20px;margin:12px auto auto}.woocommerce div.product form.cart .group_table label a{color:#333}.woocommerce div.product form.cart .group_table td:last-child{padding-bottom:10px;padding-top:12px}.woocommerce .group_table .quantity input.qty{background:#fff none repeat scroll 0 0;height:39px!important;padding:2px 8px}.woocommerce div.product form.cart .group_table td{padding:8px}.woocommerce div.product form.cart table.group_table .price{font-size:14px;padding-top:14px}.woocommerce div.product form.cart table.group_table .price ins,.woocommerce div.product form.cart table.group_table .price span.amount{font-size:13px;font-weight:600}.woocommerce div.product form.cart table.group_table .price del .amount{font-weight:400}.woocommerce div.product form.cart .group_table td label.pull-left{display:none}.woocommerce div.product form.cart .group_table td .button .icon-shopping-cart{display:none}.mini-cart dl.variation{margin-bottom:0}.mini-cart dd p{margin-bottom:0}.mini-cart dl.variation{margin-bottom:0;margin-left:80px;text-align:left}.mini-cart dd p{margin-bottom:0}.mini-cart dl.variation dt{display:inline-block}.mini-cart dl.variation dd{display:inline-block}.woocommerce ul.cart_list li dl,.woocommerce ul.product_list_widget li dl{border-left:medium none!important;display:table!important;margin:0;padding-left:0!important}.woocommerce ul.cart_list li dl dd,.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dd,.woocommerce ul.product_list_widget li dl dt{margin-bottom:auto!important}.single_variation_wrap .variations_button{display:inline-block;width:100%}.single_variation_wrap .variations_button label.pull-left{line-height:40px;margin-right:10px}.woocommerce-account .page-content .woocommerce h2{font-size:16px;font-weight:600;letter-spacing:1px}.col2-set .col-1.address{border:medium none}.woocommerce-account .page-content .woocommerce h3{font-size:16px;font-weight:600;letter-spacing:1px;text-transform:uppercase}.woocommerce-account .col-main{margin-bottom:15px}.shop_table dl{font-size:12px;margin:0;padding:0}.shop_table dl dt{display:inline-block;font-size:12px}.shop_table dd p,.shop_table dd{display:inline-block;font-size:12px;margin:auto}.shop_table .item-options dd{color:#ccc;margin:0}.woocommerce-message .button.wc-forward{border:1px solid #6dbe14!important;box-shadow:0 0 0 0 #fff inset;transition:all 0.4s cubic-bezier(.8,0,0,1) 0s}.woocommerce-message .button.wc-forward:hover{border:1px solid #6dbe14!important;box-shadow:0 -40px 0 0 #6dbe14 inset!important;transition:all 0.4s cubic-bezier(.8,0,0,1) 0s}.box-additional .products-grid .item .item-inner .item-img .item-box-hover .product-detail-bnt a{padding:12px 0!important}.woocommerce ul#shipping_method label{display:inline}.woocommerce form.register input[type="email"],.woocommerce form.register input[type="email"]:focus{outline:medium none}.woocommerce form .form-row.woocommerce-invalid label{color:#333!important}.widget-posts-wrap{margin-top:15px}.woocommerce div.product form.cart div.quantity{float:left;margin:0 10px 0 0}.search-results .display-product-option{float:none;margin-top:-12px;position:relative;width:100%;z-index:10}.search-results .toolbar .woocommerce-message{left:0;position:absolute;top:-45px;width:100%}.side-bar .widget_shopping_cart_content{padding-bottom:10px}.woocommerce table.my_account_orders td,.woocommerce table.my_account_orders th{padding:10px;vertical-align:middle}.category-products .products-grid li.item.wide-first{clear:both}.cart-collaterals .totals h2{border-bottom:2px solid #eaeaea;color:#000;font-size:14px;font-weight:600;letter-spacing:.5px;margin-bottom:15px;margin-top:auto;padding:10px 0;text-transform:uppercase}.cart_totals.totals.calculated_shipping table.shop_table{margin:15px!important}.woocommerce .widget_layered_nav ul{border:0 none;list-style:outside none none;margin:0;padding:15px 0 0}.woocommerce .widget_layered_nav_filters ul{border:0 none;list-style:outside none none;margin:0;padding:15px 0 0}.woocommerce .widget_layered_nav_filters ul li{display:block;margin-bottom:4px;width:100%}.woocommerce .woocommerce-info::before{color:green!important}.woocommerce .woocommerce-message,.woocommerce .woocommerce-error,.woocommerce-page .woocommerce-message,.woocommerce-page .woocommerce-error{border-radius:3px;position:relative;width:100%;margin-bottom:20px;color:#939daa;font-size:16px;padding:10px 30px}.woocommerce .woocommerce-info,.woocommerce-page .woocommerce-info{background:#f3fdf0 none repeat scroll 0 0;border:1px solid #e2f7db!important;border-radius:0!important;box-shadow:none!important;color:#5e5e5e;list-style:outside none none!important;margin:0 0 2em!important;padding:.7em 1em .7em 3.5em!important;position:relative;text-shadow:0 0 0 #fff;width:auto}.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-info .button{float:right;font-size:12px;padding:10px 25px}.woocommerce .woocommerce-message .button{background-color:#6dbe14!important;border:1px solid #6dbe14!important;color:#fff!important;font-weight:normal!important;padding:10px 25px!important}.widget_recent_entries ul{margin-top:12px}.widget_recent_entries ul li{padding:4px 0}.radio,.checkbox{display:inline-block}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{color:#fff!important}.woocommerce input#coupon_code{margin-bottom:0}#add_payment_method #payment ul.payment_methods li input,.woocommerce-checkout #payment ul.payment_methods li input{margin:0 5px 0 0}.woocommerce form.login input.button,.woocommerce form.register input.button{background-color:#222!important;border:1px solid #222!important;color:#fff!important;float:left!important;margin-right:10px}.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images{width:100%!important}.woocommerce-MyAccount-navigation ul{box-shadow:0 0 30px 0 rgba(33,30,25,.1);position:relative;overflow:hidden;margin-top:0;padding-left:0}.woocommerce-MyAccount-navigation ul li a{border-bottom:1px solid #ebebeb;display:block;overflow:hidden;padding:15px 20px;position:relative;text-transform:uppercase;color:#232323;font-weight:500;font-family:"Poppins",sans-serif}.woocommerce-MyAccount-content{box-shadow:0 0 30px 0 rgba(33,30,25,.1);position:relative;overflow:hidden;padding:15px}.woocommerce-page #content div.product div.images{float:left;width:48%;margin-bottom:2em}.woocommerce-main-image{background:#fff none repeat scroll 0 0;border:5px solid #c49e60!important;color:#232323!important;cursor:pointer!important;float:left!important;overflow:hidden!important;padding:20px!important;position:relative!important;text-align:center!important;width:100%!important}.woocommerce-breadcrumb{margin:40px 30px!important}.woocommerce-breadcrumb{color:#c49e60!important;font-size:16px;letter-spacing:2px;text-transform:uppercase}.woocommerce-breadcrumb a{color:#fff;font-size:16px;letter-spacing:2px;text-transform:uppercase}.woocommerce span.onsale{z-index:99;background-color:#c49e60;border-radius:100%;color:#fff;font-size:.857em;font-weight:600;line-height:2;margin:0;position:absolute;text-align:center;top:0;left:0}.woocommerce span.onsale::before{border-color:transparent transparent transparent #c49e60;border-style:solid;border-width:0 10px 15px 20px;bottom:-5px;content:"";left:25%;position:absolute}.woocommerce div.product .product_title{text-transform:uppercase;font-weight:600}.p-vote{display:block;position:relative;overflow:hidden}.p-vote i{float:left;margin-right:10px;color:#c49e60;font-size:20px}.woocommerce .quantity .qty{padding:12px 8px 12px 15px;text-align:center;width:10em;border:1px solid #eee}.woocommerce div.product form.cart .button{float:left;vertical-align:middle;padding:15px 30px;background-color:#c49e60;border:1px solid #c49e60;color:#FFF;letter-spacing:2px;overflow:hidden;position:relative;-webkit-transition:all 0.3s ease 0s;-moz-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;text-transform:uppercase}.woocommerce div.product form.cart .button:hover{background-color:transparent!important; color:#c49e60 !important}.woocommerce div.product form.cart,.woocommerce div.product p.cart{display:table;margin:0 auto;text-align:center}.woocommerce div.product div.images div.thumbnails{clear:both;padding-top:2em;position:relative}.woocommerce #content div.product div.thumbnails a,.woocommerce div.product div.thumbnails a,.woocommerce-page #content div.product div.thumbnails a,.woocommerce-page div.product div.thumbnails a{border:1px solid;padding:10px}.woocommerce div.product .woocommerce-tabs ul.tabs{padding:0;margin-bottom:0}.woocommerce div.product .woocommerce-tabs ul.tabs li.active{background:#c49e60;border-bottom-color:#fff;z-index:2;border-radius:0;color:#FFF}.woocommerce div.product .woocommerce-tabs ul.tabs li{background-color:#FFF;font-size:14px;text-transform:uppercase;letter-spacing:2px;border-radius:0;border:0}.woocommerce div.product .woocommerce-tabs ul.tabs::before{border-bottom:3px solid #c49e60}.woocommerce div.product .woocommerce-tabs ul.tabs li::before,.woocommerce div.product .woocommerce-tabs ul.tabs li::after{box-shadow:none!important;border:none!important}.woocommerce div.product .woocommerce-tabs ul.tabs li a{padding:10px 20px;-webkit-transition:all 0.3s ease 0s;-moz-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.woocommerce .woocommerce-message,.woocommerce .woocommerce-info{box-shadow:0 0 2px 0 rgba(0,0,0,.21);margin-top:30px!important;font-weight:600;line-height:40px;text-transform:capitalize;color:#818181;position:relative;overflow:hidden}.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{text-transform:capitalize;font-size:14px;background:#fff;-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-ms-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out;color:#ccc;border:1px solid #ddd}.woocommerce #respond input#submit:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover{background-color:#000}.woocommerce .blog-sidebar .widget #respond input#submit,.woocommerce .blog-sidebar .widget a.button,.woocommerce .blog-sidebar .widget button.button,.woocommerce .blog-sidebar .widget input.button{letter-spacing:0;padding:12px 15px}.woocommerce .blog-sidebar .widget a.button.checkout{border:medium none;margin-left:5px}.woocommerce .blog-sidebar .widget .star-rating,.woocommerce .blog-sidebar .widget .star-rating::before{font-size:12px!important;margin-bottom:3px!important}.woocommerce .blog-sidebar .widget .reviewer{font-size:14px}.woocommerce .blog-sidebar .widget span.star-rating span{color:#ffc107}.woocommerce .blog-sidebar .widget ul.product_list_widget li a span.product-title{color:#232323;padding-left:0}.woocommerce #respond input#submit:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover{background-color:#e52d27;border-color:#e52d27;color:#fff}.woocommerce ul.products li.product h3:hover{color:#e52d27}.woocommerce-message .button:hover,.checkout_coupon .button:hover{background-color:#e52d27;border-color:#e52d27;color:#fff!important}.blog-article-content h2{text-transform:capitalize;font-weight:500}.woocommerce-cart table.cart td,.woocommerce-cart table.cart th{text-transform:capitalize;font-weight:500}.woocommerce-cart table.cart td.actions .coupon .input-text{padding:10px 20px;text-transform:capitalize;width:auto!important}.woocommerce-cart .cart_totals table{border:medium none!important;border-collapse:separate;margin:15px;padding:0;width:100%}.woocommerce table.shop_table{border-collapse:collapse!important;border-radius:0;margin:0 -1px 24px 0;text-align:left;width:100%}.woocommerce table.shop_table tr{border-bottom:1px solid #e1e1e1!important}#add_payment_method table.cart td.actions .coupon .input-text,.woocommerce-cart table.cart td.actions .coupon .input-text,.woocommerce-checkout table.cart td.actions .coupon .input-text{border:1px solid #e1e1e1!important}.woocommerce table.shop_table tbody:first-child tr:first-child td,.woocommerce table.shop_table tbody:first-child tr:first-child th{border-top:0 none!important}.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt{background-color:#242424 !important; border-color:#242424 !important; color:#fff !important;}.woocommerce #respond input#submit.alt:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover{background-color:#242424;border-color:#242424;color:#fff}.woocommerce .cart-collaterals h2{margin:0;font-size:22px;margin-bottom:20px;text-transform:capitalize}.woocommerce .cart-collaterals table.shop_table tr th{color:#818181!important;text-align:left}.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals{float:none;width:100%}.dwt_listing_product-details .cart .quantity{display:inline}.woocommerce-cart .cart-collaterals .cart_totals table td,.woocommerce-cart .cart-collaterals .cart_totals table th{padding:10px 0;vertical-align:top}.woocommerce table.shop_table .amount{font-size:14px}.woocommerce-cart .cart_totals tr td,.woocommerce-cart .cart_totals tr th{border-top:1px solid #ebe9eb}.woocommerce-cart .cart_totals table td,.woocommerce-cart .cart_totals table th{border-left:0 none;border-right:0 none;line-height:2em;padding:6px 0;vertical-align:top}.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt{color:#fff;padding:15px 35px!important;font-size:14px!important}.woocommerce table.shop_table td .button:hover,.wc-proceed-to-checkout .button:hover,.place-order .button:hover{color:#fff!important}.woocommerce table.shop_table td .button{padding:15px 35px!important;color:#FFF!important;text-transform:capitalize;-webkit-transition:all 0.3s ease 0s;-moz-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;font-size:12px;background-color:#242424;border-color:#242424}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{padding:30px 15px!important}.woocommerce .shop_table thead tr{padding:10px!important}.woocommerce .shop_table thead tr th{padding:15px!important;color:#fff!important;font-weight:600!important;background:#000 none repeat scroll 0 0}.woocommerce ul.products li.product .price{color:#999!important;font-size:.857em;font-weight:400}.woocommerce .cart-subtotal,.woocommerce .order-total{text-transform:uppercase}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea{background-color:#fff;background-image:none;border:1px solid #e1e1e1;border-radius:1px;box-shadow:none;color:#555;font-size:14px;height:auto;padding:15px 12px;transition:all 0.2s cubic-bezier(0,0,.58,1) 0s;margin-bottom:15px}.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register{background-color:transparent;border:1px solid #d3ced2;margin:2em 0;padding:20px;text-align:left}.woocommerce .cart-subtotal th{border-bottom:medium none}.woocommerce-billing-fields h3,.woocommerce-shipping-fields h3,.woocommerce-checkout h3{color:#232323;font-size:20px;font-weight:600;line-height:1.4em;text-transform:capitalize;margin-bottom:15px}.woocommerce-billing-fields label,.woocommerce-shipping-fields label{text-transform:capitalize}.shop_table .product-name,.shop_table .product-total{text-transform:capitalize;font-weight:600;letter-spacing:1px}.woocommerce form .form-row .select2-container{line-height:3em}.woocommerce-message{background-color:#fff;margin-top:30px!important;padding:20px}body .woocommerce .woocommerce-tabs h2{margin-bottom:5px}body .woocommerce .woocommerce-tabs table{margin-top:10px}body .woocommerce .woocommerce-tabs #review_form{padding-bottom:15px}#single-product-page-progression-studios .related.products{padding-bottom:25px}body .woocommerce .woocommerce-tabs.wc-tabs-wrapper{padding:20px 0}body .woocommerce .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs{margin:0;padding:0}body .woocommerce .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs::before{border-bottom:2px solid #ebebeb}body.woocommerce .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li::before,body.woocommerce .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li::after{display:none!important}body .woocommerce .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li{background:rgba(0,0,0,0) none repeat scroll 0 0;border:medium none;float:left;margin:0;padding:0}body .woocommerce .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li a{background:transparent none repeat scroll 0 0;border-left:2px solid #ebebeb;border-top:2px solid #ebebeb;color:#888;font-size:13px;font-weight:500;letter-spacing:.5px;line-height:1;margin:0;padding:20px 30px;text-transform:uppercase}body .woocommerce .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li:last-child a{border-right:1px solid #ebebeb}body .woocommerce .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li.active a{background:#fff none repeat scroll 0 0;color:#000}body .woocommerce .woocommerce-tabs.wc-tabs-wrapper .entry-content{background:#fff none repeat scroll 0 0;border-bottom:2px solid #ebebeb;border-left:2px solid #ebebeb;border-right:2px solid #ebebeb;padding:30px 30px 10px}.woocommerce-tabs.wc-tabs-wrapper #reviews ol.commentlist{padding-top:10px}ol.commentlist{padding-left:0}.woocommerce-tabs.wc-tabs-wrapper #reviews h3#reply-title{margin:30px 0 15px;text-align:left}.woocommerce p.myaccount_user{margin-bottom:30px}.woocommerce .col-1.address{padding:30px 0 20px}body form.lost_reset_password,body form.login{background:#fff none repeat scroll 0 0;border:medium none;box-shadow:0 2px 6px rgba(0,0,0,.07);padding:4%}body table.shop_table{background:#fff none repeat scroll 0 0;border-bottom:1px solid #d5d8dd;border-color:#d5d8dd;border-radius:0;border-top:1px solid #d5d8dd;box-shadow:0 0 15px rgba(0,0,0,0)}body table.shop_table th{-moz-border-bottom-colors:none;-moz-border-left-colors:none;-moz-border-right-colors:none;-moz-border-top-colors:none;background:#fff none repeat scroll 0 0;border-color:-moz-use-text-color -moz-use-text-color #d5d8dd;border-image:none;border-style:none none solid;border-width:medium medium 1px;color:#23272c;font-size:15px;font-weight:400!important;line-height:1;padding-bottom:20px;padding-top:20px;letter-spacing:1px}body table.shop_table td,body table.shop_table tr{border-top:medium none;font-size:14px}body .woocommerce table.shop_table td.product-remove{width:20px}body .woocommerce table.shop_table td.product-thumbnail{text-align:center;width:110px}body .woocommerce table.shop_table td.product-thumbnail img{height:90px;width:90px}body .woocommerce table.shop_table td.product-remove a.remove{color:#232323!important}body .woocommerce table.shop_table td.product-remove a.remove:hover{background:rgba(0,0,0,0) none repeat scroll 0 0}body .woocommerce table.shop_table td.product-subtotal{color:#1f2228}body .woocommerce table.shop_table .coupon input{font-size:12px;width:auto}body .woocommerce table.shop_table tr.cart_item td{padding-bottom:14px;padding-top:14px}body .woocommerce table.shop_table tr.cart_item td a{color:#232323}.woocommerce #respond input#submit.disabled:hover,.woocommerce #respond input#submit:disabled:hover,.woocommerce #respond input#submit[disabled]:disabled:hover,.woocommerce a.button.disabled:hover,.woocommerce a.button:disabled:hover,.woocommerce a.button[disabled]:disabled:hover,.woocommerce button.button.disabled:hover,.woocommerce button.button:disabled:hover,.woocommerce button.button[disabled]:disabled:hover,.woocommerce input.button.disabled:hover,.woocommerce input.button:disabled:hover,.woocommerce input.button[disabled]:disabled:hover{border:1px solid #000;background-color:#000}body .woocommerce table.shop_table tr td{border:medium none!important;padding:13px 0}body .woocommerce table.shop_table tr th{border:medium none!important;padding:13px 0}.woocommerce table.shop_table{border:1px solid #e1e1e1}.woocommerce table.shop_table tfoot tr{border-bottom:1px solid #e1e1e1!important}#add_payment_method #payment,.woocommerce-cart #payment,.woocommerce-checkout #payment{background:#fff none repeat scroll 0 0;border-radius:0}#add_payment_method #payment div.payment_box,.woocommerce-cart #payment div.payment_box,.woocommerce-checkout #payment div.payment_box{background:transparent!important;border:1px solid #e1e1e1;color:#515151;font-size:.92em;line-height:1.5;margin:1em 0;padding:1em;position:relative;width:100%}#add_payment_method #payment div.payment_box::before,.woocommerce-cart #payment div.payment_box::before,.woocommerce-checkout #payment div.payment_box::before{-moz-border-bottom-colors:none;-moz-border-left-colors:none;-moz-border-right-colors:none;-moz-border-top-colors:none;border-color:transparent transparent #eee;border-image:none;border-style:solid;border-width:1em;content:"";display:block;left:0;margin:-1em 0 0 2em;position:absolute;top:-15px}#add_payment_method #payment ul.payment_methods li img,.woocommerce-cart #payment ul.payment_methods li img,.woocommerce-checkout #payment ul.payment_methods li img{box-shadow:none;margin:-2px 20px 0 .5em;padding:0;position:relative;vertical-align:middle}.woo-section .woocommerce-tabs div.panel{padding:20px!important}.widget ul.children{margin-top:0!important;margin-left:20px}.widget ul.children li:last-child{border-bottom:none!important;padding-bottom:0}.woo-single .price .woocommerce-Price-amount{background-color:#c49e60;color:#fff;font-size:40px;padding:0 20px;text-decoration:none!important}.breadcrumb-links{color:#fff;font-size:16px;letter-spacing:2px;text-transform:uppercase}.woocommerce #review_form #respond textarea{background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:1px;box-shadow:none;color:#555;font-size:14px;height:150px;padding:15px 12px;transition:all 0.2s cubic-bezier(0,0,.58,1) 0s}.price_slider{margin-bottom:1em}.price_slider_amount{text-align:right;color:#232323;font-weight:600}.price_slider_amount .button{font-size:1.15em}.price_slider_amount .button{float:left}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:.9em;height:.9em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:1px solid rgba(0,0,0,.25);cursor:pointer;background:#e7e7e7;background:-webkit-gradient(linear,left top,left bottom,from(#FEFEFE),to(#e7e7e7));background:-webkit-linear-gradient(#FEFEFE,#e7e7e7);background:-moz-linear-gradient(center top,#FEFEFE 0%,#e7e7e7 100%);background:-moz-gradient(center top,#FEFEFE 0%,#e7e7e7 100%);outline:none;top:-.3em;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.3),0 0 0 1px rgba(255,255,255,.65) inset;-moz-box-shadow:0 1px 2px rgba(0,0,0,.3),0 0 0 1px rgba(255,255,255,.65) inset;box-shadow:0 1px 2px rgba(0,0,0,.3),0 0 0 1px rgba(255,255,255,.65) inset}.ui-slider .ui-slider-handle:last-child{margin-left:-1em}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background:none repeat scroll 0 0 #e52d27;box-shadow:1px 1px 1px .5px rgba(0,0,0,.25) inset;-webkit-box-shadow:1px 1px 1px .5px rgba(0,0,0,.25) inset;-moz-box-shadow:1px 1px 1px .5px rgba(0,0,0,.25) inset;-webkit-border-radius:1em;-moz-border-radius:1em;border-radius:1em}.price_slider_amount .button:hover{background-color:#e52d27}.price_slider_wrapper .ui-widget-content{-webkit-border-radius:1em;-moz-border-radius:1em;border-radius:1em;background:#1e1e1e;background:-webkit-gradient(linear,left top,left bottom,from(#1e1e1e),to(#6a6a6a));background:-webkit-linear-gradient(#1e1e1e,#6a6a6a);background:-moz-linear-gradient(center top,#1e1e1e 0%,#6a6a6a 100%);background:-moz-gradient(center top,#1e1e1e 0%,#6a6a6a 100%)}.ui-slider-horizontal{height:.5em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:-1px}.ui-slider-horizontal .ui-slider-range-max{right:-1px}.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{color:#323232;font-size:14px;text-transform:uppercase;margin-bottom:0}.woocommerce #reviews #comments ol.commentlist li .star-rating{float:right;display:block;margin-bottom:0;font-size:12px;margin-top:6px}.woocommerce #reviews #comments ol.commentlist li .comment-text p{color:#818181}.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .verified,.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time{font-size:12px;color:#818181}.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time{color:#818181}.woocommerce #reviews #comments ol.commentlist li .comment-text{border:medium none;border-radius:0;margin:0 0 0 60px;padding:0 1em 0}.woocommerce #reviews #comments ol.commentlist li .comment-text p{margin:0}.woocommerce #reviews #comments ol.commentlist li{padding:0;margin:0 0 50px}.woocommerce #reviews #comments ol.commentlist li img.avatar{width:60px;border-radius:50%}.woocommerce .product-single .product-single-detail #reviews,.woocommerce .product-single .product-single-detail .table-responsive{margin-top:20px}.woocommerce .product-single .product-single-detail #reviews #review_form_wrapper{background:#f6f6f6;padding:20px 20px}.woocommerce .product-single .product-single-detail #reviews #review_form_wrapper #reply-title{color:#232323;font-size:22px;margin-top:10px;font-family:"Poppins",sans-serif;text-transform:capitalize}.woocommerce .product-single .product-single-detail #reviews #review_form_wrapper form label{display:inline-block;font-size:14px;font-weight:600;margin-bottom:5px;max-width:100%;margin-top:15px}.woocommerce .product-single .product-single-detail .table-responsive table tr th{color:#232323;text-transform:capitalize}.woocommerce .product-single .product-variation label{color:#18293b;display:inline-block;font-size:14px;font-weight:600;margin-bottom:5px;max-width:100%;text-transform:capitalize}.woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering{float:right;margin-bottom:0}.woocommerce .woocommerce-result-count{color:#232323;display:inline-block;font-family:"Poppins",sans-serif;font-size:16px;text-transform:capitalize;vertical-align:top;margin-bottom:0;line-height:40px}.woocommerce ul.cart_list li a,.woocommerce ul.product_list_widget li a{font-weight:600}.woocommerce .cart-collaterals .cross-sells ul.products li.product .button{margin-bottom:20px}.info-bar-meta-link.shopping_bag_btn{margin:10px 0}.shopping_bag_btn{color:#333;display:block;font-size:12px;font-weight:900;line-height:20px;margin:0;position:relative;text-transform:uppercase;transition:none 0s ease 0s}.shopping_bag_btn span{background-color:#c33;color:#fff;display:inline-block;font-size:12px;font-weight:900;margin-left:5px;padding:0 6px}.woocommerce .woocommerce-Address-title.title{position:relative}.woocommerce .woocommerce-Address-title.title .edit{position:absolute;top:10px;right:5px}.woocommerce .woocommerce-Address-title.title h3{font-size:20px;margin:6px 0}.woocommerce form .form-row label{font-size:14px;font-weight:600;margin-bottom:5px;max-width:100%;color:#232323!important}.woocommerce #review_form #respond{background-color:#f9f9f9;padding:20px;position:relative}.woocommerce #review_form #respond .form-submit input[type="submit"]{padding:10px 20px;font-size:14px;color:#fff;background-color:#242424;border-color:#242424;left:16px;font-weight:400}.woocommerce #review_form #respond .comment-reply-title{margin-left:16px;font-size:22px;color:#232323;text-transform:capitalize;font-weight:600;line-height:45px}.woocommerce #review_form #respond p.comment-notes{margin-left:16px;margin-top:0}.woocommerce #review_form #respond p.stars a{color:#ffc107}.woocommerce #review_form #respond p.stars a:hover{color:pink!important}.woocommerce .woocommerce-order-details table.shop_table{line-height:55px}.woocommerce section.woocommerce-order-details{padding:10px 30px 35px;margin-bottom:0;background:#eff3f6}.woocommerce section.woocommerce-order-details h2{font-size:24px;text-transform:capitalize}.woocommerce .woocommerce-order p.woocommerce-thankyou-order-received{font-size:24px;font-weight:400;color:#232323;margin-bottom:15px}.woocommerce .woocommerce-order section.woocommerce-columns{padding-top:0;padding-bottom:0}.woocommerce .woocommerce-order section.woocommerce-columns h2{margin-top:0;font-size:24px;text-transform:capitalize}.woocommerce .woocommerce-customer-details,.woocommerce .woocommerce-order-details,.woocommerce .woocommerce-order-downloads{margin-bottom:0;padding-bottom:0;padding-top:30px}.woocommerce .woocommerce-customer-details address{border-radius:0;border:1px solid #ebebeb;line-height:25px}.woocommerce .woocommerce-order ul.woocommerce-order-overview{background:#eff3f6;padding:20px 30px}.dwt_listing_woo-filters{margin-bottom:30px;position:relative;float:left;width:100%}.dwt_listing_woo-filters .minict_wrapper span{font-size:16px}.shop-sidebar{position:relative}.shop-sidebar .widget{position:relative;border-color:#eee;margin-bottom:30px;margin-top:0;background-color:#fff;border:1px solid #eee;padding:20px 25px;overflow:hidden}.shop-sidebar .widget .widget-heading{border:medium none}.shop-sidebar .widget .widget-heading h4.panel-title{margin-bottom:10px}.shop-sidebar .widget .widget-heading h4{border-bottom:1px solid #e3e3e3;color:#323232;margin:0 0 15px;margin-bottom:15px;padding-bottom:15px;text-transform:capitalize;position:relative;font-size:16px;font-weight:500}.shop-sidebar .widget .widget-heading h4::before{content:"";height:1px;left:0;position:absolute;bottom:-1px;width:70px;background-color:#e52d27}.shop-sidebar .widget ul{padding-left:0;margin-bottom:0;position:relative}.shop-sidebar .widget ul li{width:100%;margin:0;text-align:left;display:table;padding:10px 0;border-bottom:1px solid #f1f1f1;font-size:14px;color:#999}.shop-sidebar .widget ul li a{text-align:left;color:#232323;font-size:14px}.shop-sidebar .widget ul li.wc-layered-nav-rating a{color:#999}.shop-sidebar .widget ul li span.count{text-align:right;float:right}.shop-sidebar .widget ul.product-categories li a{text-align:left;color:#232323;float:left;font-size:14px;margin-left:15px;margin-right:5px}.shop-sidebar .widget ul.product-categories li a::before{content:'\f0da';color:#ddd;line-height:27px;font-family:fontawesome;width:30px;text-align:left;position:absolute;left:0}.shop-sidebar .widget ul li del{color:#ddd;margin-right:5px}.shop-sidebar .widget .tagcloud a:hover{background:#e52d27;color:#fff;border:1px solid #e52d27}.shop-sidebar .widget ul li:last-child{border-bottom:medium none;padding-bottom:0}.shop-sidebar .widget .tagcloud{margin-top:7px;overflow:hidden}.shop-sidebar .widget .tagcloud a{background:#fff none repeat scroll 0 0;border:1px solid #e2e2e2;display:inline-block;float:left;font-size:14px;line-height:34px;margin:0 4px 8px 0;padding:0 17px;color:#232323;border-radius:3px;text-transform:uppercase;transition:all 0.3s ease 0s;o-transition:all 0.3s ease 0s;-ms-transition:all 0.3s ease 0s;-moz-transition:all 0.3s ease 0s;-webkit-transition:all 0.3s ease 0s}.shop-img-rapper{position:relative;overflow:hidden;color:#fff;background-color:#000;-webkit-transform:translateZ(0);transform:translateZ(0)}.shop-img-rapper *,.shop-img-rapper *:before,.shop-img-rapper *:after{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.shop-img-rapper img{max-width:100%;backface-visibility:hidden;vertical-align:top}.shop-img-rapper .hover-effect{position:absolute;top:0;bottom:0;left:0;right:0}.shop-img-rapper .hover-effect:before,.shop-img-rapper .hover-effect:after,.shop-img-rapper .hover-effect div:before,.shop-img-rapper .hover-effect div:after{opacity:0;-webkit-transform:scale(.05);transform:scale(.05)}.shop-img-rapper .hover-effect:before,.shop-img-rapper .hover-effect:after{height:50%;width:50%;position:absolute;content:'';background-color:#080808}.shop-img-rapper .hover-effect:before{top:0;left:0}.shop-img-rapper .hover-effect:after{bottom:0;right:0}.shop-img-rapper .hover-effect div:before,.shop-img-rapper .hover-effect div:after{width:50%;height:50%;position:absolute;content:'';background-color:#000}.shop-img-rapper .hover-effect div:before{top:0;right:0}.shop-img-rapper .hover-effect div:after{bottom:0;left:0}.shop-img-rapper i{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:32px;z-index:1;opacity:0}.shop-img-rapper a{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1}.shop-img-rapper:hover img,.shop-img-rapper.hover img{zoom:1;filter:alpha(opacity=50);-webkit-opacity:.5;opacity:.5}.shop-img-rapper:hover i,.shop-img-rapper.hover i{opacity:.7;-webkit-transition-delay:0.2s;transition-delay:0.2s}.shop-img-rapper:hover .hover-effect:before,.shop-img-rapper.hover .hover-effect:before,.shop-img-rapper:hover .hover-effect:after,.shop-img-rapper.hover .hover-effect:after,.shop-img-rapper:hover .hover-effect div:before,.shop-img-rapper.hover .hover-effect div:before,.shop-img-rapper:hover .hover-effect div:after,.shop-img-rapper.hover .hover-effect div:after{-webkit-transform:scale(1);transform:scale(1);opacity:.8}.shop-img-rapper:hover .hover-effect:before,.shop-img-rapper.hover .hover-effect:before{-webkit-transition-delay:0;transition-delay:0}.shop-img-rapper:hover .hover-effect:after,.shop-img-rapper.hover .hover-effect:after{-webkit-transition-delay:0.3s;transition-delay:0.3s}.shop-img-rapper:hover .hover-effect div:before,.shop-img-rapper.hover .hover-effect div:before{-webkit-transition-delay:0.1s;transition-delay:0.1s}.shop-img-rapper:hover .hover-effect div:after,.shop-img-rapper.hover .hover-effect div:after{-webkit-transition-delay:0.2s;transition-delay:0.2s}.dwt_listing_product-details .cart ul li label a{padding-right:10px}.dwt_listing_product-details .cart ul li label{padding-left:5px}.woocommerce form .form-row{padding:0;margin:0 0 25px; width:100%;}#customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .input-text{margin-bottom:0}#add_payment_method #payment ul.payment_methods,.woocommerce-cart #payment ul.payment_methods,.woocommerce-checkout #payment ul.payment_methods{border:1px solid #e1e1e1}.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info,.woocommerce-page .woocommerce-form-coupon-toggle .woocommerce-info{padding:.7em 1em .7em 1.5em!important}
.woocommerce div.product form.cart{
margin:inherit!important;
}
.dwt_listing_product-details div.product form.cart .button{
background-color: #242424;
border-color: #242424;
color: #fff !important;
}
.woocommerce div.product form.cart .button:hover {
background-color: #242424 !important;
border-color: #242424 !important;
color: #fff !important;
}body {
color: #444;
font-weight: 400;
overflow-x: hidden;
-webkit-text-size-adjust: 100%;
-webkit-overflow-scrolling: touch;
-webkit-font-smoothing: antialiased;
line-height: 1.6em;
margin: 0 auto;
font-family: Poppins, sans-serif
}
.nopadding {
padding: 0
}
.noradiusleft {
border-radius: 3px 0 0 3px
}
.bg-white {
background-color: #fff
}
.bg-gray {
background-color: #fafafa
}
.bg-dark {
background-color: #242424
}
a {
outline: 0;
color: #333;
text-decoration: none;
-webkit-transition: all .3s ease 0s;
-moz-transition: all .3s ease- 0s;
-o-transition: all .3s ease 0s;
transition: all .3s ease 0s
}
a:focus,
a:hover {
text-decoration: none;
color: #e52d27;
outline: 0
}
h1,
h2 {
line-height: 1.5em;
font-weight: 400
}
h3,
h4 {
font-weight: 400;
line-height: 1.4em
}
h5,
h6 {
line-height: 1.4em
}
p {
font-family: 'Open Sans', sans-serif;
line-height: 24px
}
ol,
ul {
margin: 0;
padding: 0
}
section {
padding: 70px 0
}
.heading-2 {
margin-bottom: 50px;
text-align: center
}
.heading-2.left {
text-align: left
}
.heading-2 h2 {
font-weight: 500;
line-height: 35px;
margin: 0;
text-transform: capitalize
}
.heading-2 h3 {
font-size: 20px;
font-weight: 400;
margin: 0;
text-transform: capitalize
}
.heading-2.heading-white h3,
.heading-white {
color: #fff
}
.mt70 {
margin-top: 70px
}
.pt30 {
padding-top: 30px
}
.mt-30 {
margin-top: -30px
}
.btn {
padding: 10px 20px;
font-size: 14px
}
.footer-content .copyright,
.footer-content .copyright a {
color: #fff;
text-transform: capitalize;
font-size: 16px
}
.btn-theme {
color: #fff;
background-color: #242424;
border-color: #242424;
-webkit-transition: all .3s ease 0s;
-moz-transition: all .3s ease- 0s;
-o-transition: all .3s ease 0s;
transition: all .3s ease 0s
}
.btn-theme.active,
.btn-theme:active,
.btn-theme:focus,
.btn-theme:hover,
.open .dropdown-toggle.btn-theme {
color: #fff;
background-color: #e52d27;
border-color: #e52d27
}
.btn-theme.active,
.btn-theme:active,
.open .dropdown-toggle.btn-theme {
background-image: none
}
.btn-theme.disabled,
.btn-theme.disabled.active,
.btn-theme.disabled:active,
.btn-theme.disabled:focus,
.btn-theme.disabled:hover,
.btn-theme[disabled],
.btn-theme[disabled].active,
.btn-theme[disabled]:active,
.btn-theme[disabled]:focus,
.btn-theme[disabled]:hover,
fieldset[disabled] .btn-theme,
fieldset[disabled] .btn-theme.active,
fieldset[disabled] .btn-theme:active,
fieldset[disabled] .btn-theme:focus,
fieldset[disabled] .btn-theme:hover {
background-color: #242424;
border-color: #242424
}
.btn-theme .badge {
color: #e52d27;
background-color: #fff
}
.eds-list {
margin: 20px 0
}
.eds-list img {
display: block;
margin: 0 auto;
box-shadow: 1px 1px 10px rgba(0, 0, 0, .1)
}
.page-header-area-2 {
padding: 30px 0;
text-align: left;
position: relative;
background-color: #fafafa
}
.page-header-area-2 .small-breadcrumb {
background: 0 0
}
.page-header-area-2 .small-breadcrumb .breadcrumb-link ul li a {
color: #999
}
.page-header-area-2 .small-breadcrumb .breadcrumb-link ul li::after {
color: #a0a0a0
}
.page-header-area-2 .small-breadcrumb .breadcrumb-link ul li a.active {
border-bottom: medium none
}
.page-header-area-2 h1 {
color: #232323;
font-size: 26px;
font-weight: 600;
text-transform: capitalize;
margin: 0
}
.page-header-area-2 .key-features {
margin-top: 15px;
margin-bottom: 0
}
.small-breadcrumb {
overflow: hidden;
position: relative;
width: 100%
}
.small-breadcrumb .breadcrumb-link {
overflow: hidden
}
.small-breadcrumb .breadcrumb-link ul li {
float: left;
padding: 0 15px
}
.small-breadcrumb .breadcrumb-link ul li:first-child {
padding-left: 0
}
.small-breadcrumb .breadcrumb-link ul li a {
color: #fff;
display: inline-block;
position: relative
}
.small-breadcrumb .breadcrumb-link ul li a .icon {
margin-right: 5px
}
.small-breadcrumb .breadcrumb-link ul li a .icon {
display: inline-block;
width: auto
}
.small-breadcrumb .breadcrumb-link ul li a::after {
bottom: -8px;
content: "";
height: 4px;
left: 0;
position: absolute;
-webkit-transition: all .3s ease 0s;
-moz-transition: all .3s ease 0s;
-ms-transition: all .3s ease 0s;
-o-transition: all .3s ease 0s;
transition: all .3s ease 0s;
width: 100%
}
.small-breadcrumb .breadcrumb-link ul li a:hover::after {
bottom: -4px;
-webkit-transition: all .3s ease 0s;
-moz-transition: all .3s ease 0s;
-ms-transition: all .3s ease 0s;
-o-transition: all .3s ease 0s;
transition: all .3s ease 0s
}
.small-breadcrumb .breadcrumb-link ul li a:first-child {
padding-left: 0
}
.small-breadcrumb .breadcrumb-link ul li {
position: relative;
list-style: none
}
.small-breadcrumb .breadcrumb-link ul li::after {
color: #fff;
content: "\f105";
font-family: FontAwesome;
font-size: 13px;
font-style: normal;
font-weight: 400;
position: absolute;
right: 0;
text-decoration: inherit;
top: 0
}
.small-breadcrumb .breadcrumb-link ul li:last-child::after {
display: none
}
.transparent-breadcrumb-listing::after {
background: rgba(0, 0, 0, .7);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: -1
}
.transparent-breadcrumb-listing {
background: rgba(0, 0, 0, 0) url(//ilankanali.com/wp-content/themes/dwt-listing/assets/images/collage.jpg) no-repeat fixed center center/cover;
color: #fff;
padding-bottom: 35px;
padding-top: 175px;
position: relative;
z-index: 1
}
.transparent-breadcrumb-listing.bread-type-4 {
padding-bottom: 60px;
padding-top: 60px
}
.transparent-breadcrumb-listing.bread-type-4 .small-breadcrumb .breadcrumb-link {
overflow: hidden;
margin: 0 auto;
display: table
}
.transparent-breadcrumb-listing.bread-type-4 .small-breadcrumb h1 {
text-align: center;
margin-bottom: 0;
margin-top: 0;
font-weight: 600
}
.transparent-breadcrumb-listing .short-detail .list-category ul {
list-style: none
}
.transparent-breadcrumb-listing .short-detail .list-category ul li {
display: inline-block;
padding-right: 10px
}
.transparent-breadcrumb-listing .short-detail .list-category ul li a {
color: #fff
}
.transparent-breadcrumb-listing .short-detail .list-category ul li:after {
content: "\f105";
width: 100%;
height: 100%;
font-family: FontAwesome;
color: #fff;
margin-left: 10px
}
.transparent-breadcrumb-listing .short-detail .list-category ul li:last-child:after {
margin: 0;
content: ""
}
.transparent-breadcrumb-listing .list-heading h2 {
margin: 0;
text-transform: capitalize;
font-weight: 600;
text-align: left;
color: #fff
}
.transparent-breadcrumb-listing .single-listing .list-heading {
margin-bottom: 10px
}
.transparent-breadcrumb-listing .list-heading h2 .business-status {
background-color: #c00;
color: #fff;
padding: 3px 10px;
border-radius: 3px;
font-size: 12px;
font-weight: 400;
vertical-align: top;
margin-left: 10px
}
.list-heading h2 .business-status {
background-color: #c00;
color: #fff;
padding: 3px 10px;
border-radius: 3px;
font-size: 12px;
font-weight: 400;
vertical-align: top;
margin-left: 10px
}
.transparent-breadcrumb-listing .list-meta {
position: relative
}
.transparent-breadcrumb-listing .list-meta ul {
list-style: none
}
.transparent-breadcrumb-listing .list-meta ul li {
display: inline-block;
margin-right: 15px
}
.transparent-breadcrumb-listing .list-meta ul li:last-child {
margin: 0
}
.transparent-breadcrumb-listing .list-meta ul li:after {
content: "|";
width: 100%;
height: 100%;
color: #ddd;
margin-left: 15px
}
.transparent-breadcrumb-listing .list-meta ul li:last-child:after {
content: "";
margin: 0
}
.transparent-breadcrumb-listing .list-meta .ratings i {
color: #ddd;
font-style: normal
}
.papular-listing-2 .ratings.elegent i {
color: #ddd;
font-style: normal
}
.transparent-breadcrumb-listing .list-meta .ratings i.color {
color: #fc0
}
.transparent-breadcrumb-listing .list-meta i.rating-counter {
color: #ddd;
text-transform: capitalize;
margin-left: 10px
}
.transparent-breadcrumb-listing .list-meta .list-meta-with-icons i {
font-size: 16px;
margin-right: 10px
}
.transparent-breadcrumb-listing .list-meta .list-meta-with-icons a {
color: #fff
}
.transparen-listing-sidebar {
position: absolute;
top: -73px;
overflow: visible;
z-index: 1
}
.transparen-listing-sidebar .profile-widget .media {
border: 1px solid #ddd;
border-radius: 3px
}
.transparent-breadcrumb-listing.single-listing {
padding-bottom: 30px;
padding-top: 230px
}
.transparent-breadcrumb-listing.single-listing .list-heading h2 {
text-align: left;
color: #fff
}
.pagination {
border-radius: 0;
margin: 0
}
.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
border-radius: 3px
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
background-color: #e52d27;
border: 1px solid #e52d27;
color: #fff
}
.pagination li {
box-shadow: none;
display: inline-block;
margin-right: 10px
}
.pagination li>a {
background-color: #e1e8ed;
border-color: #e1e8ed;
color: #777;
font-size: 14px;
font-weight: 500;
padding: 10px 14px;
border-radius: 3px
}
.pagination li>a:hover {
background-color: #e52d27;
color: #fff;
border: 1px solid #e52d27
}
#spinner {
background: #fff;
height: 100%;
left: 0;
opacity: 1;
position: fixed;
text-align: center;
top: 0;
width: 100%;
z-index: 999999999
}
.spinner-img {
height: 100%;
left: 0;
position: fixed;
top: 35%;
width: 100%
}
.first-heading {
margin-top: 0
}
.first-heading .title {
padding-top: 0
}
.featured-ribbon {
height: 75px;
overflow: hidden;
position: absolute;
right: 0;
text-align: right;
top: 0;
width: 75px;
z-index: 1
}
.featured-ribbon span {
box-shadow: 0 3px 12px -7px #000;
color: #242424;
display: block;
font: 600 10px/30px "Source Sans Pro", sans-serif;
position: absolute;
right: -35px;
text-align: center;
text-transform: uppercase;
top: 13px;
transform: rotate(45deg);
width: 125px;
background: #fc0
}
.menu-transparent {
padding: 15px 0;
position: absolute;
width: 100%;
z-index: 99;
border-bottom: 1px solid;
border-color: rgba(204, 204, 204, .3)
}
.mega-menu.transparent {
position: relative;
min-height: 38px;
z-index: 99
}
.menu-transparent .mega-menu.transparent.desktopTopFixed .menu-list-items {
background: #242424 none repeat scroll 0 0;
padding: 1% 14%
}
.mega-menu.transparent .menu-logo>li>a {
padding: 0
}
.mega-menu.transparent .menu-links>li>a {
font-size: 14px;
color: #fff
}
.mega-menu.transparent>div.menu-list-items {
background-color: transparent
}
.mega-menu.transparent .menu-links {
float: right
}
.mega-menu.transparent .menu-button {
float: right;
margin-bottom: 0
}
.mega-menu .menu-links>li>a {
font-size: 14px
}
.mega-menu.transparent .menu-button li a {
color: #fff
}
.menu-transparent .mega-menu .menu-logo li a img {
margin-top: 8px
}
.menu-transparent .mega-menu .menu-list-items .menu-links .drop-down-multilevel {
top: 65px
}
.menu-transparent .mega-menu .menu-list-items .menu-links .drop-down-multilevel li .drop-down-multilevel {
top: 0
}
.mega-menu.transparent .menu-button li a.dropdown-toggle {
color: #fff
}
.menu-transparent .mega-menu.transparent.desktopTopFixed .menu-list-items .menu-links .drop-down-multilevel {
top: 82px
}
.menu-transparent .mega-menu.transparent.desktopTopFixed .menu-list-items .menu-links .drop-down-multilevel li .drop-down-multilevel {
top: 0
}
.mega-menu.transparent .menu-button img.resize {
border-color: #fff;
width: 40px;
height: 40px;
margin-right: 0
}
.mega-menu.transparent .menu-button li.post-btn {
border: 1px solid #fff;
border-radius: 3px;
position: relative;
overflow: hidden;
margin-top: 6px
}
.mega-menu.transparent .menu-button li.post-btn:hover {
background-color: #fff
}
.mega-menu.transparent .menu-button li.post-btn:hover a,
.mega-menu.transparent .menu-button li.post-btn:hover i {
color: #242424
}
.mega-menu.transparent .menu-button li.post-btn a {
padding: 0 20px;
line-height: 35px;
color: #fff
}
.mega-menu.transparent .menu-button li.post-btn a i {
margin-right: 5px
}
.header2 {
position: relative;
box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .1);
z-index: 99
}
.header-type-2 .mega-menu.header2 .menu-links {
padding: 7px 0
}
.header-type-2 .mega-menu.header2 .menu-logo>li>a {
padding: 0 15px 0 15px
}
.header-type-2 .mega-menu.header2 .menu-button li.profile-dropdown {
margin-top: 10px
}
.header-type-2 .mega-menu.header2 .menu-button li {
line-height: 63px
}
.header-type-2 .mega-menu.header2 .drop-down-multilevel {
top: 65px
}
.header-type-2 .mega-menu.header2 .drop-down-multilevel .drop-down-multilevel {
top: 0
}
.header-type-2 .mega-menu.header2.desktopTopFixed .menu-list-items {
padding: 0
}
.mega-menu.header2 .menu-button {
float: right;
margin-bottom: 0
}
.mega-menu.header2 .menu-button li.post-btn {
position: relative;
overflow: hidden;
background: #e52d27
}
.mega-menu.header2 .menu-button li.post-btn a {
padding: 0 20px;
line-height: 65px;
color: #fff;
text-transform: uppercase;
font-weight: 500
}
.mega-menu.header2 .menu-button li.post-btn a i {
margin-right: 5px
}
.mega-menu.header2 .container-fluid {
padding: 0
}
.mega-menu.header2 .menu-logo>li {
margin-top: 15px
}
.mega-menu.header2 .menu-button li a {
color: #242424
}
.mega-menu.header2 .menu-button li.profile-dropdown ul.dropdown-menu a {
color: #242424
}
.mega-menu.header2 .menu-button img.resize {
border-color: #242424
}
.header-type-3 .mega-menu .menu-links>li>a {
padding: 0 12px
}
.menu-button li {
float: left;
margin-right: 20px;
margin-left: 20px
}
.menu-button li a {
font-size: 14px;
line-height: 50px
}
.menu-button li.profile-dropdown {
margin-top: 5px
}
.menu-button li.profile-dropdown a {
line-height: 28px
}
.menu-button li:last-child {
margin-right: 0
}
.menu-button img.resize {
border: 1px solid #000;
border-radius: 50%;
padding: 3px;
width: 45px;
margin-right: 10px
}
.menu-button li.profile-dropdown ul.dropdown-menu {
margin-top: 18px;
border-radius: 0;
min-width: 190px;
padding: 0
}
.menu-button li.profile-dropdown ul.dropdown-menu li {
float: left;
width: 100%;
margin: 0;
padding: 0;
display: block
}
.menu-button li.profile-dropdown ul.dropdown-menu li a {
padding: 11px 15px;
color: #555;
font-size: 14px
}
.menu-button li.profile-dropdown ul.dropdown-menu li a:hover {
color: #e52d27
}
.menu-button li.profile-dropdown ul.dropdown-menu li a i {
margin-right: 10px
}
.menu-button li.profile-dropdown ul.dropdown-menu li a .label {
border-radius: 50%
}
.header-top-profile li:last-child {
margin-right: 0
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
color: #fff!important;
background-color: #e52d27
}
.header-top-profile img.resize {
border: 1px solid #000;
border-radius: 50%;
padding: 3px;
width: 45px;
height: 45px;
margin-right: 10px
}
.header-top-profile .myname {
font-size: 14px
}
.header-top-profile .logout {
display: block;
font-size: 10px;
line-height: 10px
}
.header-top-profile li.profile-dropdown ul.dropdown-menu {
padding: 0;
margin-top: 10px;
border-radius: 0;
width: 190px
}
.header-top-profile li.profile-dropdown ul.dropdown-menu li {
margin: 0;
float: none;
display: block
}
.header-top-profile li.profile-dropdown ul.dropdown-menu li a:hover {
color: #e52d27
}
.header-top {
position: relative;
padding: 15px 0;
background-color: #fff;
box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .1);
z-index: 99;
width: 100%
}
.header-top.fixed-header {
box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .1);
z-index: 99;
width: 100%;
position: fixed
}
.header-top .form-group {
margin-bottom: 0;
margin-right: 10px;
position: relative
}
.header-top ul {
list-style: none
}
.header-top .top-search-form input {
height: 40px;
border: 1px solid #ddd;
font-size: 14px;
box-shadow: none
}
.header-top .top-search-form .btn-default {
height: 40px;
border: none;
background-color: #f9f9f9
}
.header-top .top-search-form .btn-default #search_concept {
margin-right: 5px
}
.header-top .top-search-form button[type=submit] {
border-radius: 0
}
.header-top .top-search-form button[type=submit] span {
color: #999
}
.header-top .header-top-profile {
position: relative
}
.header-top .dropdown-menu {
margin-top: 0;
padding: 0;
width: 300px
}
.header-top .dropdown-menu a {
padding: 10px 15px;
font-size: 14px;
font-weight: 400
}
.header-top .dropdown-menu a i {
margin-right: 10px
}
.header-top .btn-default.active,
.header-top .btn-default:active,
.header-top .btn-default:focus,
.header-top .open>.dropdown-toggle.btn-default {
background-color: #f9f9f9
}
.header-top .header-top-profile ul {
margin-bottom: 0
}
.header-top .header-top-profile ul li {
display: inline-block
}
.header-top .header-top-profile ul li.profile a {
color: #242424
}
.header-top .header-top-profile ul li.profile {
line-height: 20px;
padding: 10px 0
}
.header-top .header-top-profile ul li.ad-listing-btn {
border: 1px solid #e52d27;
border-radius: 4px;
margin-top: 0
}
.header-top .header-top-profile ul li.ad-listing-btn a:hover {
background-color: #e52d27;
color: #fff
}
.header-top .header-top-profile ul li.ad-listing-btn a:hover i {
color: #fff
}
.header-top .header-top-profile ul li.ad-listing-btn a {
color: #fff;
padding: 15px 20px;
border-radius: 3px
}
.header-type-3 .header-top .top-search-form {
margin-top: 5px
}
.header-type-3 .header-top .menu-logo img {
margin-top: 7px
}
.header-type-3 .header-top .mega-menu .drop-down-multilevel {
top: 69px
}
.header-type-3 .header-top .mega-menu .drop-down-multilevel li ul.drop-down-multilevel {
top: 0
}
.header-top .header-top-profile ul li.ad-listing-btn a i {
color: #fff;
margin-right: 5px
}
.header-top #menu-1 {
float: left;
width: 100%;
position: relative
}
.home-main {
height: 660px;
background-position: center center;
position: relative;
background-repeat: no-repeat
}
.home-main::before {
background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, .5)) repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%
}
.home-main-2 {
height: auto;
position: relative;
background-repeat: no-repeat;
background-size: cover
}
.home-main-2::before {
background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, .8)) repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%
}
.home-main-2 .main-section-area {
margin-top: 160px
}
.home-main-2 .main-section-area h1 {
line-height: 60px;
margin-bottom: 35px;
color: #fff;
font-size: 60px;
text-align: center
}
.home-main-2 .main-section-area p {
color: #fff;
display: block;
font-size: 20px;
line-height: 30px;
margin: 0 auto;
text-align: center;
width: 100%
}
.home-main-2 .main-arrow {
width: 70px;
position: absolute;
left: -20px;
top: 10px;
-ms-transform: rotate(50deg);
-webkit-transform: rotate(50deg);
transform: rotate(50deg)
}
.home-main-2 .category-section {
margin-top: 100px;
text-align: center
}
.home-main-2 .category-section .category-list1 a.new_v1 {
border-radius: 3px;
color: #fff;
padding: 15px;
width: 110px;
height: 105px;
line-height: 80px
}
.home-main-2 .category-section .category-list1 a.new_v1:hover {
background-color: transparent!important;
color: #fff!important;
border: 1px solid #fff!important
}
.home-main-2 .category-section .category-list1 a.new_v1 span {
color: #fff;
font-size: 16px
}
.home-main-2 .category-section .category-list1 .owl-item:nth-child(10n+1) a.new_v1 {
border: 1px solid #f55e5c
}
.home-main-2 .category-section .category-list1 .owl-item:nth-child(10n+2) a.new_v1 {
border: 1px solid #3ac0ff
}
.home-main-2 .category-section .category-list1 .owl-item:nth-child(10n+3) a.new_v1 {
border: 1px solid #77df40
}
.home-main-2 .category-section .category-list1 .owl-item:nth-child(10n+4) a.new_v1 {
border: 1px solid #f4c837
}
.home-main-2 .category-section .category-list1 .owl-item:nth-child(10n+5) a.new_v1 {
border: 1px solid #c56dfb
}
.home-main-2 .category-section .category-list1 .owl-item:nth-child(10n+6) a.new_v1 {
border: 1px solid #ff6c00
}
.home-main-2 .category-section .category-list1 .owl-item:nth-child(10n+7) a.new_v1 {
border: 1px solid #ff4081
}
.home-main-2 .category-section .category-list1 .owl-item:nth-child(10n+8) a.new_v1 {
border: 1px solid #09c097
}
.home-main-2 .category-section .category-list1 .owl-item:nth-child(10n+9) a.new_v1 {
border: 1px solid #f66
}
.home-main-2 .category-section .category-list1 a.new_v1:nth-child(10n+10) {
border: 1px solid #57dc90
}
.home-main-2 .owl-stage-outer {
overflow-y: hidden;
height: 100%;
min-height: 30vh
}
.home-main-2 .owl-carousel .owl-nav {
position: absolute;
top: 5px;
width: 100%
}
.home-main-2 .owl-carousel .owl-nav i {
font-size: 20px
}
.home-main-2 .owl-carousel .owl-nav .owl-prev {
background-color: transparent;
color: #fff;
left: -20px;
position: absolute;
top: 35px
}
.home-main-2 .owl-carousel .owl-nav .owl-next {
background-color: transparent;
color: #fff;
right: -20px;
position: absolute;
top: 35px
}
.main-search-bar {
background-color: rgba(255, 255, 255, .4);
border-radius: 5px;
margin-top: 40px;
padding: 20px;
position: relative;
float: left;
width: 100%
}
.main-search-bar .form-group {
margin-bottom: 0
}
.main-search-bar .btn {
border-radius: 0 3px 3px 0;
line-height: 42px;
padding: 0
}
#intro-hero::after {
background: rgba(0, 0, 0, .7);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: -1
}
#intro-hero { color: #fff;
padding-bottom: 100px;
padding-top: 220px;
position: relative;
z-index: 1
}
.hero-title {
color: #fff;
font-size: 24px;
font-weight: 300;
margin: 0;
margin-bottom: 5px
}
#intro-hero h2 {
font-size: 34px;
color: #fff;
font-weight: 500;
margin-top: 0;
margin-bottom: 0
}
.hero-tagline {
font-size: 18px;
margin-bottom: 50px;
margin-top: 20px;
line-height: 26px
}
#intro-hero .hero-text-box {
position: relative;
margin-top: 70px
}
.form-join {
background: #fff none repeat scroll 0 0;
border-radius: 4px;
box-shadow: 0 0 50px 10px rgba(0, 0, 0, .05);
margin: 0 auto;
padding: 30px;
position: relative
}
.form-join>h4 {
color: #191919;
font-size: 24px;
font-weight: 500;
margin-top: 0;
margin-bottom: 20px
}
.form-join .form-group label {
text-align: left
}
label {
color: #333;
font-size: 14px;
font-weight: 400
}
.form-join .form-control {
border: 1px solid #ddd;
box-shadow: none;
border-radius: 3px;
color: #555;
font-size: 14px;
height: auto;
padding: 10px 15px;
-webkit-transition: all .2s cubic-bezier(0, 0, .58, 1) 0s;
-moz-transition: all .2s cubic-bezier(0, 0, .58, 1) 0s;
-ms-transition: all .2s cubic-bezier(0, 0, .58, 1) 0s;
-o-transition: all .2s cubic-bezier(0, 0, .58, 1) 0s;
transition: all .2s cubic-bezier(0, 0, .58, 1) 0s
}
.form-join .btn-theme {
margin-top: 20px;
text-transform: capitalize
}
.main-map {
position: relative;
overflow: hidden;
padding: 0
}
#map {
height: 100vh;
width: 100%;
margin: 0;
position: relative
}
.dwt_listing_single-detial .event-map #map,
.dwt_listing_single-detial .event-map #static_map {
height: 400px
}
#google-map-btn a {
background-color: #fff;
border-radius: 3px;
box-shadow: 0 1px 4px -1px rgba(0, 0, 0, .2);
box-sizing: border-box;
color: #333;
display: inline-block;
padding: 9px 16px 8px;
-webkit-transition: all .2s ease-in-out 0s;
-moz-transition: all .2s ease-in-out 0s;
-o-transition: all .2s ease-in-out 0s;
transition: all .2s ease-in-out 0s
}
#google-map-btn {
bottom: 20px;
font-size: 16px;
list-style: outside none none;
position: absolute;
right: 20px;
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-o-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
z-index: 999
}
#google-map-btn.top {
bottom: initial;
right: 20px;
top: 20px
}
#google-map-btn li {
float: left;
line-height: 20px;
margin-left: 4px
}
#nextpoint::after,
#prevpoint::before {
font-family: FontAwesome;
font-size: 16px;
font-weight: 500;
line-height: 1px;
margin: 0 0 0 6px;
position: relative;
top: 1px
}
#prevpoint::before {
content: "\f104";
margin: 0 6px 0 0
}
#nextpoint::after {
content: "\f105";
margin: 0 0 0 6px
}
.gmnoprint {
margin: 10px
}
.custom-zoom-in,
.custom-zoom-out {
background-color: #fff;
color: #333;
cursor: pointer;
border-radius: 3px;
margin: 5px 15px;
-webkit-transition: color .3s, background-color .3s;
-moz-transition: color .3s, background-color .3s;
-o-transition: color .3s, background-color .3s;
transition: color .3s, background-color .3s;
box-shadow: 0 1px 4px -1px rgba(0, 0, 0, .2);
text-align: center;
font-size: 15px;
height: 32px;
width: 32px
}
.custom-zoom-in:hover,
.custom-zoom-out:hover {
background-color: #66676b;
color: #fff
}
.custom-zoom-in:before,
.custom-zoom-out:before {
font-family: FontAwesome;
width: 100%;
line-height: 34px;
-webkit-transition: -webkit-text-stroke .3s;
-moz-transition: -webkit-text-stroke .3s;
-o-transition: -webkit-text-stroke .3s;
transition: -webkit-text-stroke .3s;
-webkit-text-stroke: 1px #fff
}
.custom-zoom-in:before {
content: "\f067"
}
.custom-zoom-out:before {
content: "\f068"
}
.custom-zoom-in:hover:before,
.custom-zoom-out:hover:before {
-webkit-text-stroke: 1px #66676b
}
.cluster img {
display: none
}
.cluster div::before {
border: 7px solid #e52d27;
box-shadow: 0 0 0 4px #e52d27 inset;
opacity: .2
}
.cluster div {
background-color: #e52d27
}
.cluster {
width: 36px!important;
height: 36px!important
}
.cluster div {
text-align: center;
font-size: 15px!important;
color: #fff!important;
font-weight: 500;
border-radius: 50%;
width: 36px!important;
height: 36px!important;
line-height: 36px!important
}
.cluster div:before {
opacity: .2;
content: '';
position: absolute;
border-radius: 50%;
top: 0;
left: 0;
width: 100%;
height: 100%;
animation: cluster-animation 2.5s infinite
}
@keyframes cluster-animation {
0%,
100% {
transform: scale(1.3) rotate(0)
}
50% {
transform: scale(1.5) rotate(90deg)
}
}
.infoBox-close {
position: absolute;
top: 10px;
right: 10px;
display: inline-block;
z-index: 999;
text-align: center;
line-height: 31px;
cursor: pointer;
font-size: 15px;
font-weight: 500;
height: 31px;
width: 31px;
background-color: #fff;
color: #333;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
font-family: FontAwesome;
border-radius: 3px;
-webkit-text-stroke: 1px #fff
}
.infoBox-close:hover {
color: #fff;
background-color: #66676b;
-webkit-text-stroke: 1px #66676b
}
.infoBox {
-webkit-animation: fadeIn .9s;
animation: fadeIn .9s
}
@-webkit-keyframes fadeIn {
from {
opacity: 0
}
to {
opacity: 1
}
}
@keyframes fadeIn {
from {
opacity: 0
}
to {
opacity: 1
}
}
.infoBox:after {
content: "";
position: absolute;
bottom: -20px;
left: 40px;
width: 0;
height: 0;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-top: 20px solid #fff
}
.map-grid-box {
position: relative;
-webkit-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05);
-ms-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05);
-o-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05);
-moz-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05);
box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05)
}
.map-grid-box .image {
float: left
}
.map-grid-box .image img {
width: 170px;
margin-right: 10px
}
.map-grid-box .map-grid-box-meta {
padding: 8px 0
}
.map-grid-box .map-grid-box-title h3 {
margin: 0
}
.map-grid-box .map-grid-box-title h3 a {
font-size: 18px
}
.map-grid-box .map-grid-box-title .location i {
margin-right: 5px;
font-size: 16px
}
.map-grid-box .map-grid-box-bottom {
position: relative;
overflow: hidden
}
.map-grid-box .map-grid-box-bottom a {
float: left;
margin-right: 10px
}
.map-grid-box .map-grid-box-bottom a i {
display: inline-block;
margin-right: 5px;
font-size: 20px;
vertical-align: middle
}
.map-grid-box .map-grid-box-meta {
background-color: #fff
}
.map-grid-box .map-grid-box-bottom p.open24 {
margin-bottom: 0;
background-color: #fc0;
color: #242424;
padding: 1px 10px;
border-radius: 3px;
font-size: 12px;
float: left
}
.map-grid-box .map-grid-box-bottom p.open {
margin-bottom: 0;
background-color: #68a864;
color: #fff;
padding: 1px 10px;
border-radius: 3px;
font-size: 12px;
float: left
}
.map-grid-box .map-grid-box-bottom p.close {
margin-bottom: 0;
background-color: #c00;
color: #fff;
padding: 1px 10px;
border-radius: 3px;
font-size: 12px;
float: left
}
.category-section .category-list1 {
position: relative;
margin: 0 auto
}
.category-section .category-list1 a.new_v1 {
background-color: #e52d27;
padding: 15px;
border-radius: 10px;
font-size: 60px;
display: inline-block;
color: #fff;
margin-bottom: 20px;
position: relative
}
.category-section .category-list1 a.new_v1:last-child {
margin-right: 0
}
.category-section .category-list1 a.new_v1 span {
color: #242424;
font-size: 16px;
left: 0;
position: relative;
text-align: center;
width: 100%;
-webkit-transition: all .3s ease 0s;
-moz-transition: all .3s ease- 0s;
-o-transition: all .3s ease 0s;
transition: all .3s ease 0s
}
.category-section .category-list1 a.new_v1:focus,
.category-section .category-list1 a.new_v1:hover {
background-color: #e52d27!important
}
.category-section .category-list1 .owl-item:nth-child(10n+1) a.new_v1 {
background: #f55e5c none repeat scroll 0 0
}
.category-section .category-list1 .owl-item:nth-child(10n+2) a.new_v1 {
background: #3ac0ff none repeat scroll 0 0
}
.category-section .category-list1 .owl-item:nth-child(10n+3) a.new_v1 {
background: #77df40 none repeat scroll 0 0
}
.category-section .category-list1 .owl-item:nth-child(10n+4) a.new_v1 {
background: #f4c837 none repeat scroll 0 0
}
.category-section .category-list1 .owl-item:nth-child(10n+5) a.new_v1 {
background: #c56dfb none repeat scroll 0 0
}
.category-section .category-list1 .owl-item:nth-child(10n+6) a.new_v1 {
background: #ff6c00 none repeat scroll 0 0
}
.category-section .category-list1 .owl-item:nth-child(10n+7) a.new_v1 {
background: #ff4081 none repeat scroll 0 0
}
.category-section .category-list1 .owl-item:nth-child(10n+8) a.new_v1 {
background: #09c097 none repeat scroll 0 0
}
.category-section .category-list1 .owl-item:nth-child(10n+9) a.new_v1 {
background: #f66 none repeat scroll 0 0
}
.category-section .category-list1 .owl-item:nth-child(10n+10) a.new_v1 {
background: #57dc90 none repeat scroll 0 0
}
#intro-hero .category-section .category-list1 {
display: block;
text-align: center
}
#intro-hero .category-section .category-list1 a.new_v1 {
padding: 15px;
border-radius: 3px;
width: 100px;
height: 100px;
line-height: 65px
}
#intro-hero .category-section .category-list1 a.new_v1:hover {
background-color: transparent!important;
color: #fff!important;
border: 1px solid #fff!important
}
#intro-hero .category-section .category-list1 a.new_v1 span {
color: #fff;
font-size: 16px;
display: block;
postion: relative
}
.category-section .category-list1 .catz_iconz span a {
color: #fff
}
#intro-hero .category-section .category-list1 .owl-item:nth-child(10n+1) a.new_v1 {
border: 1px solid #f55e5c
}
#intro-hero .category-section .category-list1 .owl-item:nth-child(10n+2) a.new_v1 {
border: 1px solid #3ac0ff
}
#intro-hero .category-section .category-list1 .owl-item:nth-child(10n+3) a.new_v1 {
border: 1px solid #77df40
}
#intro-hero .category-section .category-list1 .owl-item:nth-child(10n+4) a.new_v1 {
border: 1px solid #f4c837
}
#intro-hero .category-section .category-list1 .owl-item:nth-child(10n+5) a.new_v1 {
border: 1px solid #c56dfb
}
#intro-hero .category-section .category-list1 .owl-item:nth-child(10n+6) a.new_v1 {
border: 1px solid #ff6c00
}
#intro-hero .category-section .category-list1 .owl-item:nth-child(10n+7) a.new_v1 {
border: 1px solid #ff4081
}
#intro-hero .category-section .category-list1 .owl-item:nth-child(10n+8) a.new_v1 {
border: 1px solid #09c097
}
#intro-hero .category-section .category-list1 .owl-item:nth-child(10n+9) a.new_v1 {
border: 1px solid #f66
}
#intro-hero .category-section .category-list1 .owl-item:nth-child(10n+10) a.new_v1 {
border: 1px solid #57dc90
}
#intro-hero .highlighted-text {
width: 150px;
position: absolute;
left: 0;
top: 100px
}
#intro-hero .highlighted-text img {
-ms-transform: rotate(50deg);
-webkit-transform: rotate(50deg);
transform: rotate(50deg)
}
#intro-hero .category-section {
margin-top: 100px
}
#intro-hero .owl-carousel .owl-stage-outer {
overflow-x: hidden;
overflow-y: hidden;
height: 100%;
min-height: 150px;
max-height: 250px
}
#intro-hero .owl-carousel .owl-nav {
position: absolute;
top: 5px;
width: 100%
}
#intro-hero .owl-carousel .owl-nav i {
font-size: 20px
}
#intro-hero .owl-carousel .owl-nav .owl-prev {
background-color: transparent;
color: #fff;
left: -30px;
position: absolute;
top: 17px
}
#intro-hero .owl-carousel .owl-nav .owl-next {
background-color: transparent;
color: #fff;
right: -30px;
position: absolute;
top: 17px
}
.category-list-modern {
position: relative;
overflow: hidden
}
.category-list-modern ul {
list-style: none
}
.category-list-modern ul li {
width: 15.5%;
display: inline-block;
margin-right: 15px;
margin-bottom: 15px
}
.category-list-modern ul li:last-child {
margin-right: 0
}
.category-list-modern ul li a:hover {
color: #242424
}
.category-list-modern .category-list-modern-single {
text-align: center;
border-radius: 4px;
padding: 30px 15px
}
.category-list-modern .category-list-modern-single:hover {
-webkit-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05);
-ms-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05);
-o-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05);
-moz-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05);
box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05)
}
.category-list-modern ul li:nth-child(10n+1) .category-list-modern-single {
border: 1px solid #f55e5c
}
.category-list-modern ul li:nth-child(10n+2) .category-list-modern-single {
border: 1px solid #3ac0ff
}
.category-list-modern ul li:nth-child(10n+3) .category-list-modern-single {
border: 1px solid #77df40
}
.category-list-modern ul li:nth-child(10n+4) .category-list-modern-single {
border: 1px solid #f4c837
}
.category-list-modern ul li:nth-child(10n+5) .category-list-modern-single {
border: 1px solid #c56dfb
}
.category-list-modern ul li:nth-child(10n+6) .category-list-modern-single {
border: 1px solid #ff6c00
}
.category-list-modern ul li:nth-child(10n+7) .category-list-modern-single {
border: 1px solid #ff4081
}
.category-list-modern ul li:nth-child(10n+8) .category-list-modern-single {
border: 1px solid #09c097
}
.category-list-modern ul li:nth-child(10n+9) .category-list-modern-single {
border: 1px solid #f66
}
.category-list-modern ul li:nth-child(10n+10) .category-list-modern-single {
border: 1px solid #57dc90
}
.category-list-modern .category-list-modern-single img {
display: block;
margin: 0 auto
}
.category-list-modern ul li a span {
background-color: #242424;
color: #fff;
padding: 0 10px;
border-radius: 4px;
font-size: 12px;
letter-spacing: .5px
}
.cities-section {
position: relative;
overflow: hidden;
width: 100%;
padding-bottom: 40px;
}
.cities-section .country-box {
height: auto;
margin-bottom: 30px;
overflow: hidden;
position: relative;
width: 100%;
border-radius: 10px;
z-index: 1
}
.cities-section .country-box img {
position: relative;
transition: opacity 1s ease 0s, -webkit-transform 1s ease 0s;
width: 100%
}
.cities-section .country-box .country-description {
position: absolute;
bottom: 0;
width: 100%;
text-align: center;
-webkit-transition: all .3s ease 0s;
-moz-transition: all .3s ease- 0s;
-o-transition: all .3s ease 0s;
transition: all .3s ease 0s
}
.country-description-overlay {
background-color: rgba(0, 0, 0, .5);
height: 84%;
width: 88%;
z-index: 99;
position: absolute;
top: 0;
top: 20px;
right: 20px;
border-radius: 10px;
overflow: hidden
}
.cities-section .country-box:hover .country-description {
bottom: 60px
}
.cities-section .country-box .country-name,
.country-box .category-name,
.country-box .country-ads {
color: #fff;
display: block;
font-weight: 400
}
.cities-section .country-box .country-name {
font-size: 20px;
margin-bottom: 0;
text-transform: capitalize;
-webkit-transition-delay: 50ms;
-moz-transition-delay: 50ms;
-o-transition-delay: 50ms;
transition-delay: 50ms
}
.cities-section .country-box .country-ads {
bottom: 0;
display: block;
font-size: 14px
}
.cities-section .country-box:hover {
-moz-user-select: none;
user-select: none
}
.cities-section .country-box:hover img {
-webkit-transform: scale3d(1.1, 1.1, 1);
-moz-transform: scale3d(1.1, 1.1, 1);
-o-transform: scale3d(1.1, 1.1, 1);
-ms-transform: scale3d(1.1, 1.1, 1);
transform: scale3d(1.1, 1.1, 1)
}
.cities-section .country-box:hover .country-name,
.country-box:hover .category-name,
.country-box:hover .country-ads {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
-ms-transform: stranslate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.featured-badge {
position: absolute;
background-color: #e52d27;
font-size: 18px;
top: 0;
right: 30px;
width: 33px;
height: 33px;
line-height: 35px;
text-align: center;
z-index: 99
}
.featured-badge::after,
.featured-badge::before {
content: '';
border: 20px solid transparent;
position: absolute;
z-index: -1;
top: 8px
}
.featured-badge::after {
right: 0;
border-right-color: #e52d27
}
.featured-badge::before {
left: 0;
border-left-color: #e52d27
}
.featured-badge i {
color: #fff
}
.cities-grid-area-2 .city-card {
height: 400px;
position: relative;
overflow: hidden;
border-radius: 10px;
box-shadow: 5px 5px 0 rgba(0, 0, 0, .15);
text-align: center;
margin-bottom: 30px
}
.cities-grid-area-2 .city-card .color-overlay {
background: rgba(0, 0, 0, .4);
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
-webkit-transition: background .3s cubic-bezier(.33, .66, .66, 1);
-moz-transition: background .3s cubic-bezier(.33, .66, .66, 1);
-o-transition: background .3s cubic-bezier(.33, .66, .66, 1);
transition: background .3s cubic-bezier(.33, .66, .66, 1)
}
.cities-grid-area-2 .city-card .gradient-overlay {
background-image: -webkit-linear-gradient(transparent 0, rgba(0, 0, 0, .6) 21%);
background-image: -moz-linear-gradient(transparent 0, rgba(0, 0, 0, .6) 21%);
background-image: -o-linear-gradient(transparent 0, rgba(0, 0, 0, .6) 21%);
background-image: linear-gradient(transparent 0, rgba(0, 0, 0, .6) 21%);
position: absolute;
top: 350px;
left: 0;
z-index: 15
}
.cities-grid-area-2 .city-card:hover .card-info {
opacity: 1;
bottom: 120px
}
.cities-grid-area-2 .city-card:hover .color-overlay {
background: rgba(0, 0, 0, .8)
}
.cities-grid-area-2 .title-content {
text-align: center;
margin: 70px 0 0 0;
position: absolute;
z-index: 1;
width: 100%;
top: 0;
left: 0
}
.cities-grid-area-2 h3 {
font-size: 20px;
font-weight: 500;
letter-spacing: 2px;
color: #fff;
margin-bottom: 0
}
.cities-grid-area-2 hr {
width: 50px;
height: 3px;
margin: 20px auto;
border: 0;
background: #d0bb57
}
.cities-grid-area-2 .card-info {
width: 100%;
position: absolute;
bottom: 100px;
left: 0;
margin: 0 auto;
padding: 0 50px;
color: #dce3e7;
font-style: 16px;
line-height: 24px;
z-index: 20;
opacity: 0;
-webkit-transition: bottom .3s, opacity .3s cubic-bezier(.33, .66, .66, 1);
-moz-transition: bottom .3s, opacity .3s cubic-bezier(.33, .66, .66, 1);
-o-transition: bottom .3s, opacity .3s cubic-bezier(.33, .66, .66, 1);
transition: bottom .3s, opacity .3s cubic-bezier(.33, .66, .66, 1)
}
.cities-grid-area-2 .utility-info {
position: absolute;
bottom: 30px;
left: 30px;
z-index: 20
}
.cities-grid-area-2 .utility-list {
list-style-type: none;
margin: 0;
padding: 0;
width: 100%
}
.cities-grid-area-2 .utility-list li {
display: inline-block;
color: #dce3e7;
text-transform: capitalize;
font-size: 16px
}
.comments img {
width: 15px;
float: left;
margin-right: 10px
}
.process {
position: relative;
overflow: hidden;
background-attachment: scroll;
background-image: url(//ilankanali.com/wp-content/themes/dwt-listing/assets/images/shape-bg.png);
background-repeat: repeat;
width: 100%;
z-index: 9
}
.process .process-box {
position: relative;
margin-bottom: 20px
}
.process .process-box span {
color: #e52d27;
float: left;
font-size: 20px;
font-weight: 600;
line-height: 30px;
margin-right: 10px;
overflow: hidden;
position: relative
}
.process .process-box h3 {
font-weight: 500;
text-transform: capitalize;
font-size: 20px;
margin-top: 0
}
.process .process-box P {
font-size: 16px
}
#papular-listing-reviews {
background-color: #f8f8f8;
position: relative;
overflow: hidden;
padding-bottom: 50px
}
.papular-reviews {
background: #fff none repeat scroll 0 0;
box-shadow: 0 2px 5px -1px rgba(0, 0, 0, .16);
margin-bottom: 30px
}
.papular-reviews:hover {
box-shadow: 0 2px 5px -1px rgba(0, 0, 0, .4)
}
.papular-reviews .absolute-in-image .duration {
padding: 15px
}
.papular-reviews .absolute-in-image .duration span {
background: #e52d27 none repeat scroll 0 0;
color: #fff;
padding: 10px 20px;
text-transform: capitalize;
letter-spacing: 1px
}
.papular-reviews a {
color: #777;
font-weight: 400
}
.papular-reviews a h6 {
color: #333;
margin: 0 0 10px
}
.papular-reviews a h4 {
color: #242424;
font-size: 16px;
margin: 0 0 10px;
text-transform: capitalize;
-webkit-transition: all .3s ease-in-out 0s;
-moz-transition: all .3s ease-in-out 0s;
-o-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s
}
.papular-reviews a h4:hover {
color: #e52d27
}
.papular-reviews .content {
padding: 15px 90px 15px 15px;
position: relative
}
.absolute-in-content {
line-height: 1;
position: absolute;
right: 15px;
text-align: right;
top: 15px;
width: 60px
}
.absolute-in-content .btn {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
font-size: 18px;
padding: 0 6px
}
.absolute-in-content .likes {
color: #e52d27;
font-size: 16px;
font-weight: 700
}
.papular-reviews .raty-wrapper>div {
float: left;
margin-right: 7px;
margin-top: -1px
}
.star-rating-read-only i {
color: #e52d27
}
.papular-reviews .raty-wrapper>div span {
display: inline-block;
padding-left: 5px;
padding-top: 5px
}
.papular-reviews .absolute-in-image {
position: absolute;
right: 0;
bottom: 0
}
.papular-reviews .absolute-in-image .duration {
padding: 15px
}
.papular-reviews .image {
position: relative
}
.papular-listing {
position: relative
}
#papular-listing {
padding-bottom: 40px
}
.listing-item {
background-color: #fff;
-webkit-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05);
-ms-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05);
-o-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05);
-moz-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05);
box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05);
color: #1f1f1f;
display: block;
float: none;
margin-bottom: 0;
margin-top: 30px;
position: relative;
width: 100%;
-webkit-transition: all .3s ease 0s;
-moz-transition: all .3s ease 0s;
-o-transition: all .3s ease 0s;
transition: all .3s ease 0s
}
.listing-item .timing {
position: absolute;
top: 15px;
left: 15px;
color: #ffff;
}
.listing-item .listing-details {
position: absolute;
bottom: 15px;
left: 15px;
color: #ffff;
padding: 0px;
}
.listing-item .listing-img {
position: relative;
overflow: hidden
}
.listing-item .listing-details h4 a,
.listing-item .listing-details h4 a:hover {
color: #ffff;
}
.listing-item .listing-img a.post-img::after {
background: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .3));
background: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .3));
background: -webkit-gradient(linear, 0 100%, 0 0, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, .3)));
background: -o-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .3));
background: rgba(0, 0, 0, 0) linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .3)) repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
opacity: 1;
position: absolute;
top: 0;
width: 100%
}
.listing-item .cat-icon-listing {
position: relative;
font-size: 30px
}
.listing-item .cat-icon-listing i {
display: inline-block;
float: left;
margin-right: 5px;
font-size: 28px;
vertical-align: middle
}
.listing-item .cat-icon-listing span {
font-size: 14px;
line-height: 35px
}
.listing-item .cat-icon-listing a {
color: #999
}
.listing-details {
padding: 20px 20px
}
.listing-details p {
margin-bottom: 0
}
.listing-item .profile-avtar img {
width: 35px;
height: 35px;
border-radius: 30px
}
.listing-item .profile-avtar {
position: absolute;
right: 15px;
bottom: 15px;
border: 1px solid #fff;
border-radius: 30px;
}
.listing-item .video-button {
position: absolute;
right: 60px;
bottom: 10px;
opacity: .6;
-webkit-transition: all .3s ease 0s;
-moz-transition: all .3s ease- 0s;
-o-transition: all .3s ease 0s;
transition: all .3s ease 0s
}
.listing-item:hover .video-button {
opacity: 1
}
.listing-item .claimed-badge {
position: absolute;
right: 100px;
bottom: 10px;
-webkit-transition: all .3s ease 0s;
-moz-transition: all .3s ease- 0s;
-o-transition: all .3s ease 0s;
transition: all .3s ease 0s
}
.listing-item.list .listing-details {
min-height: 130px;
padding: 0 20px
}
.listing-item.list .bottom-details {
padding: 10px 20px!important
}
.listing-item.list .listing-details h4 {
margin-bottom: 0;
margin-top: 14px
}
.listing-item.list .listing-details p {
margin: 0
}
.listing-details h4 a {
color: #242424;
margin-bottom: 0;
text-transform: capitalize
}
.listing-details h4 a:hover {
color: #e52d27
}
.listing-item .ratings i {
color: #ddd;
font-size: 14px;
}
.listing-item .ratings i.rating-counter {
background-color: #25a25a;
background-image: -moz-linear-gradient(center bottom, rgba(0, 0, 0, .17) 0, rgba(255, 255, 255, .17) 100%);
background-image: -webkit-linear-gradient(center bottom, rgba(0, 0, 0, .17) 0, rgba(255, 255, 255, .17) 100%);
background-image: -webkit-gradient(linear, 0 100%, 0 0, from(rgba(0, 0, 0, .17)), to(rgba(255, 255, 255, .17)));
background-image: -o-linear-gradient(center bottom, rgba(0, 0, 0, .17) 0, rgba(255, 255, 255, .17) 100%);
background-image: linear-gradient(center bottom, rgba(0, 0, 0, .17) 0, rgba(255, 255, 255, .17) 100%);
font-style: normal;
padding: 0 10px;
color: #fff;
font-size: 14px;
font-weight: 600;
margin-left: 10px;
border-radius: 5px
}
.listing-item .ratings i.color {
color: #fc0
}
.listing-details h4 {
margin: 0;
font-size: 18px;
font-weight: 500
}
.bottom-details p {
float: left;
font-size: 12px;
margin-bottom: 0;
padding: 8px 20px;
text-transform: uppercase;
font-weight: 600
}
.bottom-details p.closed {
color: #c00
}
.bottom-details p.open24-7 {
color: #242424
}
.bottom-details p.open {
color: #68a864
}
.bottom-details {
position: relative;
border-top: 1px solid #f1f1f1;
float: left;
width: 100%
}
.bottom-details ul {
position: relative;
list-style: none;
margin-bottom: 0
}
.bottom-details ul li {
display: inline-block;
position: relative;
}
.bottom-details ul a {
font-size: 14px;
padding: 8px 18px;
border-left: 1px solid #f9f9f9;
vertical-align: middle;
line-height: 30px;
display: inline-grid;
}
.bottom-details ul a.color {
color: #242424
}
.icon-section-area ul {
list-style: none
}
.icon-section-area ul li {
float: left
}
.icon-section-area ul li a {
border: 1px solid #f1f1f1;
font-size: 50px;
display: inline-block;
padding: 15px
}
.papular-listing-2 .listing-item {
width: 100%;
display: inline-block;
box-shadow: 1px 1px 10px rgba(0, 0, 0, .2)
}
.papular-listing-2 .listing-details {
position: absolute;
bottom: 0;
width: 100%;
padding: 15px
}
.papular-listing-2 .listing-item .listing-img a.post-img::after {
background: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .8));
background: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .8));
background: -webkit-gradient(linear, 0 100%, 0 0, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, .8)));
background: -o-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .8));
background: rgba(0, 0, 0, 0) linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .8)) repeat scroll 0 0
}
.papular-listing-2 .listing-details h4 {
margin: 0
}
.papular-listing-2 .listing-details h4 a {
color: #fff
}
.papular-listing-2 .ratings {
bottom: 0;
display: inline-block;
left: 0;
margin: 0;
padding: 0;
position: relative;
-webkit-transition: all .4s ease 0s;
-moz-transition: all .4s ease- 0s;
-o-transition: all .4s ease 0s;
transition: all .4s ease 0s
}
.papular-listing-2 .ratings i {
color: #fc0;
font-size: 14px;
line-height: normal
}
.papular-listing-2 .listing-item .ratings i.rating-counter {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border-radius: 0;
color: #fc0;
font-weight: 400;
padding: 5px;
margin: 0
}
.papular-listing-2 .listing-item .profile-avtar {
bottom: auto;
top: 15px
}
.papular-listing-2 .bottom-details p.open {
background-color: #68a864;
color: #fff;
float: none;
text-align: center;
font-size: 14px
}
.papular-listing-2 .bottom-details p.closed {
background-color: #c00;
color: #fff;
float: none;
text-align: center;
font-size: 14px
}
.papular-listing-2 .bottom-details {
border: none
}
.paid-business {
background-color: #fc0;
background-image: -moz-linear-gradient(center bottom, rgba(0, 0, 0, .17) 0, rgba(255, 255, 255, .17) 100%);
background-image: -webkit-linear-gradient(center bottom, rgba(0, 0, 0, .17) 0, rgba(255, 255, 255, .17) 100%);
background-image: -webkit-gradient(linear, 0 100%, 0 0, from(rgba(0, 0, 0, .17)), to(rgba(255, 255, 255, .17)));
background-image: -o-linear-gradient(center bottom, rgba(0, 0, 0, .17) 0, rgba(255, 255, 255, .17) 100%);
background-image: linear-gradient(center bottom, rgba(0, 0, 0, .17) 0, rgba(255, 255, 255, .17) 100%);
border-radius: 3px;
color: #242424;
font-size: 12px;
margin-left: 10px;
padding: 0 10px;
position: relative;
vertical-align: text-top;
text-transform: uppercase;
box-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
-webkit-transition: all .3s ease 0s;
-moz-transition: all .3s ease- 0s;
-o-transition: all .3s ease 0s;
transition: all .3s ease 0s
}
#papular-listing .owl-carousel .owl-stage-outer {
overflow: visible
}
#papular-listing .owl-carousel .owl-item {
opacity: .3;
transform: none
}
#papular-listing .owl-carousel .owl-item.active {
opacity: 1
}
#papular-listing .owl-carousel .owl-nav div {
position: absolute;
top: 35%;
background-color: #e52d27;
color: #fff;
margin: 0;
border-radius: 0;
font-size: 20px;
padding: 10px;
-webkit-transition: all .3s ease 0s;
-moz-transition: all .3s ease- 0s;
-o-transition: all .3s ease 0s;
transition: all .3s ease 0s
}
#papular-listing .owl-carousel .owl-nav div:hover {
background-color: #b7241f
}
#papular-listing .owl-carousel .owl-nav .owl-prev {
left: -36px
}
#papular-listing .owl-carousel .owl-nav .owl-next {
right: -39px
}
.papular-listing-2 .timing {
position: absolute;
top: 20px;
left: 15px
}
#papular-listing .papular-listing-2-slider.owl-carousel .owl-nav button.owl-prev {
position: absolute;
left: -25px;
top: 35%
}
#papular-listing .papular-listing-2-slider.owl-carousel .owl-nav button.owl-next {
position: absolute;
right: -25px;
top: 35%
}
#papular-listing .papular-listing-2-slider.owl-carousel .owl-nav button.owl-next,
#papular-listing .papular-listing-2-slider.owl-carousel .owl-nav button.owl-prev,
#papular-listing .papular-listing-2-slider.owl-carousel button.owl-dot {
padding: 10px 12px!important;
background-color: #e52d27;
color: #fff;
border-radius: 0;
display: inline-block
}
.papular-listing-2 .timing .closed {
background-color: #c00;
background-image: -moz-linear-gradient(center bottom, rgba(0, 0, 0, .17) 0, rgba(255, 255, 255, .17) 100%);
background-image: -webkit-linear-gradient(center bottom, rgba(0, 0, 0, .17) 0, rgba(255, 255, 255, .17) 100%);
background-image: -webkit-gradient(linear, 0 100%, 0 0, from(rgba(0, 0, 0, .17)), to(rgba(255, 255, 255, .17)));
background-image: -o-linear-gradient(center bottom, rgba(0, 0, 0, .17) 0, rgba(255, 255, 255, .17) 100%);
background-image: linear-gradient(center bottom, rgba(0, 0, 0, .17) 0, rgba(255, 255, 255, .17) 100%);
color: #fff;
padding: 3px 10px;
border-radius: 3px;
font-size: 12px
}
.timing .opened {
background-color: #25a25a;
background-image: -moz-linear-gradient(center bottom, rgba(0, 0, 0, .17) 0, rgba(255, 255, 255, .17) 100%);
background-image: -webkit-linear-gradient(center bottom, rgba(0, 0, 0, .17) 0, rgba(255, 255, 255, .17) 100%);
background-image: -webkit-gradient(linear, 0 100%, 0 0, from(rgba(0, 0, 0, .17)), to(rgba(255, 255, 255, .17)));
background-image: -o-linear-gradient(center bottom, rgba(0, 0, 0, .17) 0, rgba(255, 255, 255, .17) 100%);
background-image: linear-gradient(center bottom, rgba(0, 0, 0, .17) 0, rgba(255, 255, 255, .17) 100%);
color: #fff;
padding: 3px 10px;
border-radius: 3px;
font-size: 12px
}
.timing .always-opened {
background-color: #fc0;
background-image: -moz-linear-gradient(center bottom, rgba(0, 0, 0, .17) 0, rgba(255, 255, 255, .17) 100%);
background-image: -webkit-linear-gradient(center bottom, rgba(0, 0, 0, .17) 0, rgba(255, 255, 255, .17) 100%);
background-image: -webkit-gradient(linear, 0 100%, 0 0, from(rgba(0, 0, 0, .17)), to(rgba(255, 255, 255, .17)));
background-image: -o-linear-gradient(center bottom, rgba(0, 0, 0, .17) 0, rgba(255, 255, 255, .17) 100%);
background-image: linear-gradient(center bottom, rgba(0, 0, 0, .17) 0, rgba(255, 255, 255, .17) 100%);
color: #fff;
padding: 3px 10px;
border-radius: 3px;
font-size: 12px
}
.bisiness-cat {
color: #fff;
text-transform: capitalize;
font-size: 12px
}
.load-btn {
text-align: center;
display: block;
margin: 0 auto;
margin-top: 30px
}
.load-btn a {
padding: 10px 30px;
text-transform: uppercase
}
#testimonial_1 .item {
display: block;
height: auto;
width: 100%
}
.testimonial-style-2 {
position: relative
}
.testimonial-style-2 .testimonial {
margin: 0 20px
}
.testimonial-style-2 .testimonial .testimonial-content {
padding: 35px 25px 35px 50px;
margin-bottom: 30px;
background: #fff;
-webkit-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05);
-ms-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05);
-o-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05);
-moz-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05);
box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05);
position: relative
}
.testimonial-style-2 .testimonial .testimonial-content:after {
content: "";
display: inline-block;
width: 20px;
height: 20px;
background: #fff;
position: absolute;
bottom: -10px;
left: 22px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg)
}
.testimonial-style-2 .testimonial-content .testimonial-icon {
width: 50px;
height: 45px;
background: #999;
text-align: center;
font-size: 22px;
color: #fff;
line-height: 42px;
position: absolute;
top: 37px;
left: -19px;
-webkit-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05);
-ms-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05);
-o-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05);
-moz-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05);
box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05)
}
.testimonial-style-2 .testimonial-content .testimonial-icon:before {
content: "";
border-bottom: 16px solid #888;
border-left: 18px solid transparent;
position: absolute;
top: -16px;
left: 1px
}
.testimonial-style-2 .testimonial .description {
font-size: 16px;
font-style: italic;
color: #a0a0a0;
line-height: 26px;
margin: 0
}
.testimonial-style-2 .testimonial .title {
display: block;
font-size: 18px;
font-weight: 500;
color: #525252;
text-transform: capitalize;
letter-spacing: 1px;
margin: 0 0 5px 0
}
.testimonial-style-2 .testimonial .post {
display: block;
font-size: 14px;
color: #e52d27
}
.testimonial-style-2 .owl-theme .owl-controls {
margin-top: 20px
}
.testimonial-style-2 .owl-theme .owl-controls .owl-page span {
background: #ccc;
opacity: 1;
-webkit-transition: all .4s ease 0s;
-moz-transition: all .4s ease 0s;
-o-transition: all .4s ease 0s;
transition: all .4s ease 0s
}
.testimonial-style-2 .owl-theme .owl-controls .owl-page.active span,
.testimonial-style-2 .owl-theme .owl-controls.clickable .owl-page:hover span {
background: #ff4242
}
figure.snip1197 {
position: relative;
float: left;
margin: 10px 1% 40px;
width: 98%;
color: #333;
overflow: visible;
border-radius: 3px
}
figure.snip1197 img {
float: right;
max-width: 40%;
vertical-align: middle;
border-radius: 0 3px 3px 0
}
figure.snip1197 figcaption {
top: 0;
bottom: 0;
left: 0;
width: 60%;
position: absolute;
background-color: #fff;
border-radius: 3px;
overflow: visible;
-webkit-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05);
-ms-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05);
-o-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05);
-moz-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05);
box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05)
}
figure.snip1197 blockquote {
position: relative;
padding: 25px 50px 25px 50px;
font-size: 16px;
text-align: left;
margin: 0;
line-height: 1.6em;
border: none;
font-family: 'Open Sans', sans-serif;
color: #777
}
figure.snip1197 blockquote:after,
figure.snip1197 blockquote:before {
font-family: FontAwesome;
content: "\201C";
position: absolute;
font-size: 50px;
opacity: .3;
font-style: normal
}
figure.snip1197 blockquote:before {
top: 25px;
left: 20px
}
figure.snip1197 blockquote:after {
content: "\201D";
right: 20px;
bottom: 0
}
figure.snip1197 .arrow {
top: 30px;
left: 100%;
width: 0;
height: 0;
border-left: 0 solid transparent;
border-right: 25px solid transparent;
border-top: 25px solid #fff;
margin: 0;
position: absolute
}
figure.snip1197 .author {
position: absolute;
top: 100%;
width: 60%;
padding: 10px 0;
color: #777;
margin: 0;
text-transform: uppercase
}
figure.snip1197 .author h5 {
opacity: .8;
margin: 0;
font-weight: 800
}
figure.snip1197 .author h5 span {
font-weight: 400;
text-transform: none;
padding-left: 5px
}
.main-filters {
position: relative;
margin-bottom: 15px
}
.filter {
margin-right: 20px;
display: inline-block;
box-shadow: 0;
border-radius: 0
}
.filter:last-child {
margin-right: 0;
float: right
}
.filter ul {
list-style: none
}
.filter .dropdown-menu {
padding: 0;
min-width: 320px;
border: none
}
.filter .list-group {
margin: 0
}
.filter .list-group-item {
border: none;
position: relative;
overflow: hidden
}
.filter .list-group-item .desc-text {
width: 80%;
float: left
}
.filter.filter-expensive .list-group-item .desc-text span {
display: inline-block;
vertical-align: top;
margin-right: 10px
}
.filter.filter-expensive .list-group-item .desc-text .filter-text-area h4 {
margin: 0;
color: #777;
font-size: 16px
}
.filter.filter-expensive .list-group-item .desc-text .filter-text-area p {
margin-bottom: 0;
color: #777
}
.filter.filter-expensive .list-group-item .desc-text .filter-text-area {
margin: 0
}
.filter.filter-expensive .filter-text-erea-icon {
width: 20%;
float: left;
text-align: right;
font-size: 16px;
color: #999
}
.filter.filter-expensive .dropdown-menu {
padding: 15px 0
}
.filter.filter-amenities .list-group-item .desc-text span {
display: inline-block;
margin-right: 10px
}
.filter.filter-amenities .list-group-item .desc-text .filter-text-area p {
margin: 0;
text-transform: capitalize;
font-family: Poppins, sans-serif
}
.filter.filter-amenities .dropdown-menu {
border-radius: 0;
left: auto;
max-width: 600px;
min-width: 600px;
right: 0
}
.filter.filter-amenities .list-group-item .desc-text {
float: left;
width: 33.3%;
margin-bottom: 20px
}
.filter.filter-amenities .list-group-item .desc-text .filter-text-area {
margin-right: 20px
}
.filter.filter-amenities .list-group-item {
padding: 30px 30px 10px 30px;
border: none;
-webkit-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05);
-ms-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05);
-o-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05);
-moz-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05);
box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05)
}
.filter .badgebox {
opacity: 0
}
.filter .badgebox+.badge {
text-indent: -999999px;
width: 20px;
background-color: #fff;
color: #242424;
padding: 3px 5px
}
.filter .badgebox:checked+.badge {
text-indent: 0;
background-color: #fff;
color: #242424
}
.filter .badgebox:checked .btn {
color: #000
}
.filter .badgebox:checked .filter .btn {
background-color: #242424
}
.filter .btn {
margin-right: 0
}
.filter-rated .btn.active,
.filter-timing .btn.active {
background-color: #e52d27;
color: #fff;
box-shadow: none;
border-color: #e52d27
}
.filter a.btn,
.filter-rated .btn,
.filter-timing .btn {
padding: 5px 10px;
background-color: #fff;
color: #777;
border: 1px solid #ddd;
font-size: 14px;
text-transform: capitalize;
border-radius: 3px
}
.filter .btn i {
margin-right: 10px
}
.filter a.dropdown.btn {
padding: 8px 15px
}
.filter a.dropdown.btn .caret {
margin-left: 5px
}
.filter .dropdown.open a.btn {
background-color: #e52d27;
color: #fff
}
.location-filters input.form-control {
border: 1px solid #ddd;
border-radius: 3px;
color: #555;
font-size: 14px;
height: 45px;
padding: 10px 15px;
box-shadow: none
}
.blog-post-container {
position: relative;
overflow: hidden;
padding-bottom: 40px
}
.blog-post-container .col-lg-4 .single-post img {
width: 100%
}
.blog-post-container .single-post {
margin-bottom: 30px;
position: relative
}
.blog-post-container .single-post .content {
padding: 24px 40px;
-webkit-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05);
-ms-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05);
-o-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05);
-moz-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05);
box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05)
}
.blog-post-container .single-post .content h3 {
font-size: 18px;
line-height: 26px;
color: #242424;
font-weight: 500;
text-transform: capitalize;
margin: 0;
margin-bottom: 6px
}
.blog-post-container .single-post .content p {
margin-bottom: 0;
color: #929fa8;
font-weight: 500;
font-size: 14px;
line-height: 24px
}
.blog-post-container .single-post .content p.meta {
font-size: 14px;
line-height: 24px;
color: #929fa8;
position: relative;
padding-bottom: 5px;
margin-bottom: 18px;
font-weight: 500
}
.blog-post-container .single-post .content p.meta:before {
content: '';
background: #dedede;
width: 35px;
height: 1px;
position: absolute;
bottom: 0;
left: 0
}
.blog-post-container .single-post .content p.meta a {
color: #374045
}
.blog-post-container .single-post .content a.read-more {
text-transform: uppercase;
color: #e52d27;
font-size: 12px;
line-height: 30px;
display: inline-block;
font-weight: 500
}
.blog-section-2 {
position: relative;
overflow: hidden;
padding-bottom: 40px
}
.blog-section-2 .blog-inner-box {
position: relative;
margin-bottom: 30px
}
.blog-section-2 .blog-inner-box .blog-lower-box {
position: relative;
padding: 30px 20px;
text-align: center;
border-radius: 0 0 4px 4px;
-webkit-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05);
-ms-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05);
-o-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05);
-moz-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05);
box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05);
background: #fff;
-ms-word-wrap: break-word;
word-wrap: break-word
}
.blog-section-2 .blog-inner-box .blog-lower-box .blog-date {
position: relative;
color: #818181;
font-size: 14px;
margin-bottom: 10px
}
.blog-section-2 .blog-inner-box .blog-lower-box h3 {
position: relative;
font-size: 18px;
font-weight: 500;
text-transform: capitalize;
margin-top: 10px
}
.blog-section-2 .blog-inner-box .blog-lower-box h3 a {
color: #333;
transition: all .3s ease;
-moz-transition: all .3s ease;
-webkit-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease
}
.blog-section-2 .blog-inner-box .blog-lower-box h3 a:hover {
color: #f74949
}
.blog-section-2 .blog-inner-box .blog-lower-box .text {
position: relative;
font-size: 15px;
color: #333;
margin-top: 10px;
margin-bottom: 20px;
line-height: 1.8em
}
.blog-section-2 .blog-inner-box .blog-lower-box .btn {
padding: 5px 10px;
font-size: 14px;
text-transform: capitalize
}
.subscribe-section {
position: relative;
overflow: hidden;
background-color: #242424;
padding: 50px 0
}
.subscribe-section .heading-2 {
margin: 0;
margin-top: 10px;
text-align: left
}
.subscribe-section .heading-2 h3 {
color: #fff
}
.subscribe-section .announcement-img img {
position: relative;
opacity: .3;
width: 50px
}
.subscribe-section .subscription-form {
position: relative;
overflow: hidden
}
.subscribe-section .subscription-form input[type=email],
.subscribe-section .subscription-form input[type=text] {
position: relative;
overflow: hidden;
height: 50px
}
.subscribe-section .subscription-form .submit-btn {
position: absolute;
right: 0;
top: 0
}
.subscribe-section .subscription-form .submit-btn button {
height: 50px;
padding: 0 20px;
text-transform: uppercase;
border-radius: 0 3px 3px 0;
border: 1px solid #fff
}
.subscribe-section .subscription-form form {
box-shadow: none
}
.subscribe-section .subscription-form .form-group {
margin: 0
}
footer {
background: url(//ilankanali.com/wp-content/themes/dwt-listing/assets/images/footer.jpg);
padding: 40px 0;
width: 100%;
background-size: cover;
background-attachment: fixed;
position: relative;
overflow: hidden
}
footer:before {
background: rgba(0, 0, 0, .5);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%
}
.social-media {
height: auto;
margin-bottom: 20px;
width: 100%
}
.social-media>li {
display: inline-block;
margin: 0 6px
}
.social-media>li a {
border: 1px solid #fff;
border-radius: 50%;
display: inline-block;
padding: 5px
}
.social-media>li a:hover {
background-color: #e52d27;
color: #fff;
border-color: #e52d27
}
.social-media>li i {
color: #fff;
display: block;
font-size: 20px;
line-height: 32px;
text-align: center;
-webkit-transition: all .2s ease-in-out 0s;
-moz-transition: all .2s ease-in-out 0s;
-o-transition: all .2s ease-in-out 0s;
transition: all .2s ease-in-out 0s;
width: 34px
}
.copyright {
text-align: center;
height: auto;
width: 100%
}
.copyright p {
color: #fff;
font-size: 14px;
line-height: 21px;
margin: 0;
text-transform: capitalize
}
.footer-logo {
text-align: center;
height: auto;
margin: 0 0 35px;
width: 100%
}
.footer-logo img {
text-align: center;
margin: 0 auto;
display: block
}
.footer {
padding: 50px 0;
background: #fff url(//ilankanali.com/wp-content/themes/dwt-listing/assets/images/city.png) repeat-x scroll center bottom;
padding-bottom: 90px;
border-top: 1px solid #f1f1f1
}
.footer h3 {
margin: 0
}
.footer .ft-left .footer-img {
padding: 0 0 10px 0
}
.footer .ft-left p {
color: #818181;
font-size: 14px;
letter-spacing: 0;
line-height: 30px
}
.footer .footer-social ul {
list-style-type: none;
margin-top: 10px
}
.footer .footer-social {
position: relative;
overflow: hidden;
margin-top: 30px
}
.footer .ft-right ul li:before {
content: "-";
margin-right: 10px;
font-family: FontAwesome
}
.footer .footer-social ul li {
display: inline;
margin-right: 5px;
background: #fff
}
.footer .footer-social li a i {
display: inline-block;
color: #242424;
font-size: 18px;
margin-right: 5px;
font-weight: 400
}
.ft-right {
padding: 0
}
.ft-right ul {
list-style-type: none;
-webkit-columns: 2;
columns: 2;
padding: 0;
margin-top: 10px
}
.ft-right ul li {
font-size: 14px;
font-weight: 400;
line-height: 2.5
}
.ft-right ul li a {
color: #818181;
text-decoration: none
}
.footer .ft-right p {
font-size: 12px;
color: #848484;
line-height: 1.5;
letter-spacing: 0;
margin-top: 10px
}
.social-icons {
position: relative;
overflow: hidden;
margin: 5px 0
}
.social-icons span.text {
float: left;
margin-right: 10px;
margin-top: 6px
}
.social-icons ul {
list-style: none;
margin-bottom: 10px
}
.social-icons ul li {
display: inline;
margin-right: 5px
}
.social-icons ul li i {
font-size: 14px
}
.footer ul.social li a {
width: 32px;
height: 32px;
border: 1px solid #e0e0e0;
display: inline-block;
text-align: center;
line-height: 30px
}
.listing-preview .address span {
display: block;
margin-bottom: 10px
}
.listing-preview .listing-details p {
margin-bottom: 10px
}
.listing-preview .listing-item .cat-icon-listing {
margin-bottom: 0
}
.listing-details .ratings {
position: relative;
margin-top: 10px;
}
.highlights {
width: 100%;
padding: 70px 0 40px;
text-align: center;
position: relative;
overflow: hidden
}
.highlights h6 {
text-transform: uppercase;
font-weight: 700;
font-size: 14px;
letter-spacing: .4px;
color: #3d404e;
position: relative;
padding-bottom: 30px
}
.highlights h6:after {
content: '';
width: 30px;
height: 3px;
background: #ffbb3f;
position: absolute;
left: 50%;
bottom: 0;
margin-left: -15px
}
.highlights h2 {
padding: 0 10%;
font-size: 40px;
line-height: 60px;
margin-bottom: 50px
}
.parallex .highlights h4,
.parallex .process-cycle p {
color: #fff
}
.highlights h4 {
font-weight: 600;
color: #242424;
padding-bottom: 18px;
margin-bottom: 11px;
position: relative
}
.highlights h4:before {
content: '';
width: 6px;
height: 6px;
background: #e52d27;
position: absolute;
left: 50%;
bottom: 0;
border-radius: 50%
}
.highlights h4 span {
color: #feca09;
font-size: 24px
}
.highlights .process-cycle {
padding: 0 20px;
position: relative;
margin-bottom: 30px
}
.bg-gray.highlights .process-cycle {
box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .07);
padding: 35px 20px;
background: #fff
}
.highlights figure {
background: #fff none repeat scroll 0 0;
border-radius: 50%;
box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .1);
height: 100px;
margin: 0 auto 20px !important;
overflow: hidden;
padding: 9px 5px;
width: 100px
}
.highlights figure img {
width: 60px;
height: 60px;
margin: 10px auto
}
.highlights img.arrow {
margin-left: 35%;
margin-top: -263px;
opacity: .6;
position: absolute
}
.call-to-action {
background-attachment: fixed;
background-position: center center;
background-size: cover;
position: relative;
width: 100%;
z-index: 9;
text-align: center
}
.call-to-action::before {
background: rgba(0, 0, 0, .7) none repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%
}
.call-to-action h2 {
color: #fff;
font-size: 40px;
text-transform: capitalize;
font-weight: 500;
margin: 0;
margin-bottom: 30px
}
section.call-to-action {
padding: 100px 0
}
.call-to-action p {
color: #fff;
display: block;
font-size: 18px;
margin: 0 auto;
width: 75%;
line-height: 24px;
letter-spacing: 1px
}
.call-to-action a {
background-color: #fff;
border: 2px solid transparent;
box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
color: #242424;
display: inline-block;
font-size: 14px;
height: 45px;
letter-spacing: 1px;
line-height: 44px;
margin-top: 40px;
padding: 0 30px;
position: relative;
text-align: center;
text-transform: uppercase;
-webkit-transition: all .3s ease-in-out 0s;
-moz-transition: all .3s ease-in-out 0s;
-o-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s;
width: auto;
z-index: 5
}
.pricing {
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: center;
justify-content: center;
width: 100%;
margin: 0 auto 3em
}
.pricing-item {
position: relative;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-align-items: stretch;
align-items: stretch;
text-align: center;
-webkit-flex: 0 1 330px;
flex: 0 1 330px
}
.pricing-action {
color: inherit;
border: none;
background: 0 0
}
.pricing-action:focus {
outline: 0
}
.pricing-feature-list {
text-align: left
}
.pricing-palden .pricing-item {
cursor: default;
color: #818181;
background: #fff;
box-shadow: 0 0 10px rgba(46, 59, 125, .23);
border-radius: 3px;
margin: 1em
}
@media screen and (min-width:66.25em) {
.pricing-palden .pricing-item {
margin: 1em -.5em
}
.pricing-palden .pricing__item--featured {
margin: 0;
z-index: 10;
box-shadow: 0 0 20px rgba(46, 59, 125, .23)
}
}
.pricing-palden .pricing-deco::before {
background: rgba(0, 0, 0, .5) none repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%
}
.pricing-palden .pricing-deco {
border-radius: 3px;
padding: 50px 0 80px 0;
position: relative;
overflow: hidden
}
.pricing-palden .pricing-item:nth-child(10n+1) .pricing-deco {
background-size: cover;
background-position: center bottom
}
.pricing-palden .pricing-item:nth-child(10n+2) .pricing-deco {
background-size: cover
}
.pricing-palden .pricing-item:nth-child(10n+3) .pricing-deco {
background-size: cover;
background-position: center bottom
}
.pricing-palden .pricing-deco-img {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 80px
}
.pricing-palden .pricing-title {
font-size: 12px;
margin: 0;
text-transform: uppercase;
letter-spacing: 5px;
color: #fff;
position: relative
}
.pricing-palden .deco-layer {
-webkit-transition: -webkit-transform .5s;
transition: transform .5s
}
.pricing-palden .pricing-item:hover .deco-layer--1 {
-webkit-transform: translate3d(15px, 0, 0);
transform: translate3d(15px, 0, 0)
}
.pricing-palden .pricing-item:hover .deco-layer--2 {
-webkit-transform: translate3d(-15px, 0, 0);
transform: translate3d(-15px, 0, 0)
}
.pricing-palden .icon {
font-size: 2.5em
}
.pricing-palden .pricing-price {
font-size: 5em;
font-weight: 700;
padding: 0;
color: #fff;
margin: 0 0 .25em 0;
line-height: .75;
position: relative
}
.pricing-palden .pricing-currency {
font-size: .15em;
vertical-align: top
}
.pricing-palden .pricing-period {
font-size: .15em;
padding: 0 0 0 .5em;
font-style: italic
}
.pricing-palden .pricing__sentence {
font-weight: 700;
margin: 0 0 1em 0;
padding: 0 0 .5em
}
.pricing-palden .pricing-feature-list {
margin: 0;
padding: .25em 0 2.5em;
list-style: none;
text-align: center
}
.pricing-palden .pricing-feature {
padding: 1em 0
}
.pricing-palden .pricing-action {
font-weight: 500;
margin: auto 3em 3em 3em;
padding: 1em 2em;
color: #242424;
border-radius: 3px;
border: 1px solid #242424;
-webkit-transition: background-color .3s;
transition: background-color .3s;
font-family: Poppins, sans-serif
}
.pricing-palden .pricing-action:focus,
.pricing-palden .pricing-action:hover {
background-color: #242424;
color: #fff
}
.pricing-palden .pricing-item--featured .pricing-deco {
padding: 5em 0 8.885em 0
}
.pricing-palden .pricing-item.pricing__item--featured .pricing-action {
background-color: #242424;
color: #fff
}
.app-section {
position: relative;
padding-bottom: 0;
background-attachment: scroll;
background-image: url(//ilankanali.com/wp-content/themes/dwt-listing/assets/images/main-image.jpg);
background-size: cover;
background-position: center center
}
.app-section::before {
background: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .8));
background: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .8));
background: -webkit-gradient(linear, 0 100%, 0 0, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, .8)));
background: -o-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .8));
background: rgba(0, 0, 0, 0) linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .8)) repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%
}
.app-section p {
margin-bottom: 50px;
line-height: 30px;
font-size: 16px;
color: #fff
}
.app-section ul {
list-style: none;
margin-bottom: 40px
}
.app-section ul li {
font-size: 20px;
padding: 10px 0;
display: inline;
margin-right: 20px;
color: #fff
}
.app-section ul li:last-child {
margin-right: 0
}
.app-section ul li span {
font-size: 26px;
color: #e52d27;
font-weight: 800
}
.app-section .heading-2 {
text-align: left;
margin-bottom: 10px
}
.app-section .apps-buttons {
position: relative
}
.app-section .apps-buttons a {
border: 1px solid #f1f1f1;
font-size: 14px;
padding: 5px 20px 5px 10px;
position: relative;
margin-right: 10px;
-webkit-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05);
-ms-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05);
-o-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05);
-moz-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05);
box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05)
}
.app-section.bg-gray .apps-buttons a {
background-color: #fff
}
.app-section .apps-buttons img {
border-right: 1px solid #f1f1f1;
float: left;
margin-right: 15px;
padding-right: 15px;
width: 55px
}
.app-section .apps-buttons .text {
display: block;
font-size: 12px;
overflow: hidden;
position: relative;
text-transform: uppercase
}
.app-section .apps-buttons .app-name {
font-size: 16px;
letter-spacing: 2px;
overflow: hidden;
position: relative;
text-transform: uppercase
}
.app-section h2 {
margin: 0;
color: #fff
}
.app-section .heading-2 h2 {
margin: 0;
color: #fff
}
.app-section .heading-2 h3 {
margin: 0;
color: #fff
}
.app-section h4 span {
font-weight: 600;
color: #6441a5;
text-transform: uppercase
}
.scrollup {
background-color: #e52d27;
border-radius: 2px;
bottom: 34px;
box-shadow: 2px 2px 2px rgba(0, 0, 0, .6);
display: none;
height: 40px;
opacity: .8;
padding: 5px;
position: fixed;
right: 20px;
width: 40px;
z-index: 9
}
.scrollup:hover {
opacity: 1
}
.sell_for_me {
border-radius: 2px;
bottom: 34px;
box-shadow: 2px 2px 2px rgba(0, 0, 0, .6);
height: 40px;
opacity: .8;
padding: 5px;
position: fixed;
width: 100px;
color: rgb(255, 255, 255);
right: 70px;
text-align: center;
background-color: rgb(50, 66, 50) !important;
z-index: 2;
}
.sell_for_me:hover {
opacity: 1;
color: #fff;
}
.scrollup i {
color: #fff;
display: block;
line-height: 30px;
text-align: center
}
.right-part {
width: calc(100% - 700px);
position: fixed;
right: 0;
top: 0;
float: right
}
.right-part.left-flip {
right: auto;
left: 0
}
.left-part {
float: right;
padding: 0 10px;
width: 700px;
margin-top: 30px
}
.location-filters {
position: relative
}
.location-filters .form-group {
margin-bottom: 20px
}
.location-filters .form-group i {
position: absolute;
right: 20px;
top: 14px;
color: #999
}
.filters-toggle {
font-size: 14px;
float: right;
cursor: pointer
}
.filters-toggle i {
font-size: 14px;
margin-right: 5px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
display: inline-block
}
.filters-container {
position: relative;
float: left;
width: 100%
}
.filters-toggle.collapsed i {
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
-ms-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0)
}
.filters-container label {
margin-right: 10px;
font-size: 16px
}
.filters-container .proximity-space {
margin-right: 10px
}
.result-area {
position: relative;
overflow: hidden;
width: 100%;
float: left;
margin-top: 10px;
margin-bottom: 10px
}
.result-area h4 {
margin-top: 0
}
.slider-track {
background-color: #f9f9f9;
box-shadow: none
}
.slider.slider-horizontal .slider-track {
height: 7px;
width: 100%;
margin-top: -4px;
top: 50%;
left: 0
}
.slider.slider-horizontal {
width: 80%;
height: 20px
}
.slider-handle {
background: 0 0;
background-color: #fff;
border: 2px solid #e52d27;
width: 18px;
height: 18px
}
.slider-selection {
background: 0 0;
background-color: #e52d27;
box-shadow: none
}
.slider-track {
background-image: -moz-linear-gradient(#ddd 0, #ddd 100%);
background-image: -webkit-linear-gradient(#ddd 0, #ddd 100%);
background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#ddd), to(#ddd));
background-image: -o-linear-gradient(#ddd 0, #ddd 100%);
background-image: linear-gradient(#ddd 0, #ddd 100%)
}
.listing-widget-sidebar {
position: relative;
-webkit-box-shadow: 0 0 20px rgba(38, 38, 38, .2);
box-shadow: 0 0 20px rgba(38, 38, 38, .2);
padding: 40px
}
.listing-widget-sidebar .listing-widget input.form-control {
border: 1px solid #ddd;
border-radius: 3px;
color: #999;
font-size: 14px;
height: 45px;
padding: 10px 15px;
box-shadow: none
}
.listing-widget-sidebar .listing-widget .form-control::-moz-placeholder {
color: #999
}
.listing-widget-sidebar .listing-widget .form-group {
margin-bottom: 20px;
position: relative
}
.listing-widget-sidebar .listing-widget .form-group i {
position: absolute;
right: 10px;
top: 14px;
color: #999
}
.listing-widget-sidebar .listing-widget .slider.slider-horizontal {
width: 100%
}
.listing-widget-sidebar .listing-widget .listing-widget-heading h4 {
color: #323232;
margin: 0;
text-transform: capitalize;
position: relative;
font-size: 16px;
font-weight: 500
}
.listing-widget-sidebar .listing-widget.amenties {
cursor: pointer;
margin-bottom: 20px
}
.listing-widget-sidebar .listing-widget.amenties #amenties-dropdown ul {
list-style: none;
margin: 15px 0
}
.listing-widget-sidebar .listing-widget.amenties #amenties-dropdown ul li {
padding: 5px 5px 5px 0
}
.listing-widget-sidebar .listing-widget.amenties #amenties-dropdown ul li:last-child {
padding-bottom: 0
}
.listing-widget-sidebar .listing-widget.amenties #amenties-dropdown ul li label {
margin-left: 10px;
margin-bottom: 0;
color: #999;
vertical-align: middle;
font-size: 16px
}
.single-post .short-detail .list-category ul {
list-style: none
}
.single-post .short-detail .list-category ul li {
display: inline-block;
padding-right: 10px
}
.single-post .short-detail .list-category ul li a {
color: #e52d27
}
.single-post .short-detail .list-category ul li:after {
content: "\f105";
width: 100%;
height: 100%;
font-family: FontAwesome;
color: #e52d27;
margin-left: 10px
}
.single-post .short-detail .list-category ul li:last-child:after {
margin: 0;
content: ""
}
.amenties .amen-head {
font-size: 20px;
font-weight: 500
}
.single-post .tagline {
margin-bottom: 0;
color: #e52d27
}
.single-post .list-heading h2 {
color: #fff;
margin: 0;
text-transform: capitalize;
font-weight: 600;
color: #444
}
.single-post .list-heading h2 .business-status.business-close {
background-color: #c00;
color: #fff;
padding: 3px 10px;
border-radius: 3px;
font-size: 12px;
font-weight: 400;
vertical-align: top;
margin-left: 10px
}
.single-post .list-heading h2 .business-status.business-open {
background-color: #68a864;
color: #fff;
padding: 3px 10px;
border-radius: 3px;
font-size: 12px;
font-weight: 400;
vertical-align: top;
margin-left: 10px
}
.single-post .list-heading h2 .business-status.business-open24 {
background-color: #fc0;
color: #242424;
padding: 3px 10px;
border-radius: 3px;
font-size: 12px;
font-weight: 400;
vertical-align: top;
margin-left: 10px
}
.single-post .list-meta {
position: relative
}
.single-post .list-meta ul {
list-style: none
}
.single-post .list-meta ul li {
display: inline-block;
margin-right: 15px
}
.single-post .list-meta ul li:last-child {
margin: 0
}
.single-post .list-meta ul li:after {
content: "|";
width: 100%;
height: 100%;
color: #ddd;
margin-left: 15px
}
.single-post .list-meta ul li:last-child:after {
content: "";
margin: 0
}
.single-post .list-meta .ratings i {
color: #ddd;
font-style: normal
}
.single-post .list-meta .ratings i.color {
color: #fc0
}
.single-post .list-meta i.rating-counter {
color: #999;
text-transform: capitalize;
margin-left: 10px
}
.single-post .list-meta .list-meta-with-icons i {
font-size: 16px;
margin-right: 10px
}
.single-post .list-meta .list-meta-with-icons a {
color: #c00
}
.single-post .list-images {
margin-top: 20px
}
.single-post .list-images .flexslider {
border: none;
overflow: hidden;
margin-bottom: 20px;
border-radius: 0
}
.single-post .list-images .flex-control-thumbs li {
width: 12.5%;
border: 1px solid #f9f9f9
}
.single-post .list-images .flex-control-thumbs {
margin: 0;
overflow: hidden;
position: absolute;
bottom: 0;
-webkit-transition: all .3s ease 0s;
-moz-transition: all .3s ease- 0s;
-o-transition: all .3s ease 0s;
transition: all .3s ease 0s
}
.single-post .list-images .flex-direction-nav a::before {
font-size: 22px
}
.single-post .list-images .flex-direction-nav a { }
.short-detail .list-detail p {
color: #999;
line-height: 30px;
font-size: 16px
}
.list-detail .tabbable-line>.nav-tabs {
border: none;
margin: 0
}
.list-detail .tabbable-line>.nav-tabs>li>a {
border: 0;
margin-right: 0;
color: #737373
}
.list-detail .tabbable-line>.nav-tabs>li>a>i {
color: #a6a6a6
}
.list-detail .tabbable-line>.nav-tabs>li.open,
.list-detail .tabbable-line>.nav-tabs>li:hover {
border-bottom: 4px solid #fbcdcf
}
.list-detail .tabbable-line>.nav-tabs>li.open>a,
.list-detail .tabbable-line>.nav-tabs>li:hover>a {
border: 0;
color: #333
}
.list-detail .tabbable-line>.nav-tabs>li.open>a>i,
.list-detail .tabbable-line>.nav-tabs>li:hover>a>i {
color: #a6a6a6
}
.list-detail .tabbable-line>.nav-tabs>li.open .dropdown-menu,
.list-detail .tabbable-line>.nav-tabs>li:hover .dropdown-menu {
margin-top: 0
}
.list-detail .tabbable-line>.nav-tabs>li.active {
border-bottom: 4px solid #f3565d;
position: relative
}
.list-detail .tabbable-line>.nav-tabs>li a:hover,
.list-detail .tabbable-line>.nav-tabs>li.active a:focus,
.list-detail .tabbable-line>.nav-tabs>li.active a:hover {
border-bottom: none
}
.list-detail .tabbable-line>.nav-tabs>li.active>a {
border: 0;
color: #333
}
.list-detail .tabbable-line>.nav-tabs>li.active>a>i {
color: #404040
}
.list-detail .tabbable-line>.tab-content {
margin-top: -3px;
background-color: #fff;
border: 0;
border-top: 1px solid #eee;
padding: 15px 0
}
.list-detail .portlet .tabbable-line>.tab-content {
padding-bottom: 0
}
.list-detail .tabbable-line>.nav-tabs>li.active>a {
background-color: #f9f9f9;
border-radius: 4px 4px 0 0
}
.list-detail #map,
.list-detail #static_map {
height: 400px!important
}
.list-detail ul.listing-other-features {
margin-bottom: 20px;
position: relative;
overflow: hidden;
list-style: none;
padding: 15px 30px;
background-color: #f5f5f5;
border-bottom: 1px solid #f1f1f1
}
.list-detail ul.listing-other-features.additional-fields {
margin-bottom: 20px;
position: relative;
overflow: hidden;
list-style: none;
padding: 15px 10px;
background-color: #fff;
border-bottom: 1px solid #f1f1f1
}
.additional-fields-search-container {
display: none;
overflow: hidden;
transition: max-height 0.3s ease-out;
}
.event-acf-fields{
display: flex;
justify-content: start;
align-items: center;
font-size: 20px;
}
.event-acf-fields p{
font-weight: 700;
margin-right: 10px;
}
#toggle-additional-fields{
padding: 10px;
color: #999999;
border: 1px solid #DDDDDD;
border-radius: 8px;
transition: all 0.3s ease;
}
#toggle-additional-fields:hover {
color: #000;
border: 1px solid #000;
}
.toggle-icon {
padding-left: 20px;
float: right;
transition: transform 0.3s ease;
}
.list-detail ul.listing-other-features.additional-fields:last-child {
border-bottom: medium none;
margin: 0
}
.list-detail ul.listing-other-features li {
width: 33.3%;
padding: 5px 0;
float: left;
text-transform: capitalize;
color: #555
}
.list-detail ul.listing-other-features li i {
margin-right: 5px;
color: #fc0
}
.list-detail ul.listing-other-features li i.ti-close {
color: #ccc
}
.list-detail ul.list-items {
padding-left: 40px;
color: #7f7f7f;
margin-bottom: 20px
}
.list-detail #panels #map {
height: 350px
}
.post-review {
margin-bottom: 30px
}
.post-review h3 {
color: #232323;
font-size: 22px;
text-transform: capitalize;
margin: 0
}
.post-review .progress-bar-review {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: currentcolor #f1f1f1 #f1f1f1;
border-image: none;
border-style: none solid solid;
border-width: medium 1px 1px;
color: #232323;
font-size: 16px;
line-height: 45px;
font-weight: 400;
padding: 0;
position: relative;
overflow: hidden;
background-color: #fcfcfc
}
.post-review .progress-bar-review:last-of-type {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: currentcolor #f1f1f1 #f1f1f1;
border-image: none;
border-style: none solid solid;
border-width: medium 1px 1px
}
.post-review .progress-bar-review .progress-title {
display: table-cell
}
.post-review .progress {
border-radius: 4px;
box-shadow: none;
height: 8px;
margin: 20px 0 0
}
@media (max-width:992px) {
.post-review .progress {
margin: 0
}
}
.post-review .progress .progress-bar {
border-radius: 4px;
box-shadow: none
}
.post-review .summary-review {
padding: 30px 0;
position: relative;
overflow: hidden;
border-bottom: 1px solid #ddd
}
.post-review .summary-review .text-summary {
float: left
}
.list-detail #panels section main .post-review .summary-review .text-summary h3 {
margin: 0;
color: #e52d27
}
.post-review .summary-review .text-summary h3 a {
padding: 5px 10px;
background-color: #242424;
color: #fff;
font-size: 14px;
margin-left: 20px
}
.post-review .summary-review .final-rate {
float: right;
-webkit-transition: all .3s ease 0s;
-moz-transition: all .3s ease- 0s;
-o-transition: all .3s ease 0s;
transition: all .3s ease 0s
}
.post-review .summary-review .final-rate i {
font-size: 14px;
cursor: pointer;
padding: 15px
}
.post-review .summary-review .final-rate.collapsed {
-ms-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
transform: rotate(180deg)
}
.progress-bar {
position: relative;
width: 100%;
background-color: transparent
}
.progress-bar>span {
display: block;
height: 100%;
width: 0;
background: #f44a56
}
.blog-post .post-excerpt iframe {
margin-bottom: 30px;
width: 100%
}
.pro-rating a {
font-size: 18px
}
.reviews {
position: relative;
overflow: hidden
}
.review-box {
position: relative;
overflow: hidden;
padding-bottom: 10px;
border-bottom: 1px solid #f5f5f5;
margin-bottom: 30px
}
.reviews .review-box:last-child {
margin-bottom: 0
}
.review-author-img {
text-align: center
}
.review-box .review-author-left .review-author-img img {
width: 90px;
border-radius: 3px 3px 0 0
}
.review-box .review-author-left {
width: 90px;
border-radius: 3px 3px 0 0;
float: left;
margin-right: 20px
}
.review-box .review-author-right {
float: left;
width: calc(100% - 110px)
}
.list-detail #panels section main .review-box .review-author-right h4 {
margin-top: 0
}
.list-detail #panels section main .review-box .review-author-right .review-detail-meta {
margin-bottom: 10px
}
.list-detail #panels section main .review-box .review-author-right .review-author-detail p {
margin-bottom: 20px
}
.single-post .review-box .review-author-right .review-author-detail .ratings {
margin-right: 10px
}
.single-post .review-box .review-author-right .review-author-detail .ratings i {
color: #ddd;
font-style: normal;
font-size: 14px
}
.single-post .review-box .review-author-right .review-author-detail .ratings i.color {
color: #fc0
}
.single-post .review-box .review-author-right .review-author-detail i.rating-counter {
color: #999;
text-transform: capitalize;
margin-left: 0;
font-size: 12px
}
.single-post .review-box .review-author-left .review-author-img .reviewer-category-badge {
display: block;
color: #fff;
background-color: #73cf42;
font-style: normal;
margin-bottom: 5px;
position: relative;
overflow: hidden;
padding: 5px 0;
border-radius: 0 0 3px 3px;
font-size: 12px;
text-transform: capitalize
}
.single-post .review-box .review-author-left .review-author-img span {
text-transform: capitalize
}
.single-post .review-box .review-author-right .review-author-detail .review-detail-meta a {
color: #e52d27
}
.single-post .review-box .review-author-right .review-author-detail .review-detail-meta {
margin-bottom: 10px
}
.single-post .review-box .review-author-right .review-author-detail p {
margin-bottom: 15px;
line-height: 26px!important
}
.single-post .review-box .review-author-right .review-author-detail .image-gallery .review-img-container:nth-child(5):after {
background: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .8));
background: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .8));
background: -webkit-gradient(linear, 0 100%, 0 0, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, .8)));
background: -o-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .8));
background: rgba(0, 0, 0, 0) linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .8)) repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
opacity: 1;
position: absolute;
top: 0;
width: 100%
}
.single-post .review-box .review-author-right .review-author-detail .image-gallery .review-img-container:first-child:after {
height: auto;
background: 0 0;
content: "";
opacity: 0
}
.single-post .review-box .review-author-right .review-author-detail .image-gallery .review-img-container {
position: relative;
overflow: hidden;
float: left;
margin-right: 5px;
border-radius: 4px
}
.single-post .review-box .review-author-right .review-author-detail .image-gallery .review-img-container:last-child {
margin-right: 0
}
.single-post .review-box .review-author-right .review-author-detail .image-gallery img {
width: 120px
}
.single-post .review-box .review-author-right .review-author-detail .image-gallery a {
position: relative;
overflow: hidden
}
.single-post .review-box .review-author-right .review-author-detail .image-gallery {
position: relative;
overflow: hidden
}
.single-post .review-box .review-author-right .review-author-detail .image-gallery .more-images {
left: 50px;
position: absolute;
top: 35px;
width: 100%;
color: #fff;
font-size: 30px;
z-index: 999
}
.single-post .review-box .review-author-right .review-author-detail .review-helpful {
margin-top: 10px
}
.single-post .review-box .review-author-right .review-author-detail .review-helpful span {
display: block;
margin-bottom: 10px
}
.single-post .review-box .review-author-right .review-author-detail .Like {
position: relative;
display: inline-block
}
.single-post .review-box .review-author-right .review-author-detail .Like_link {
cursor: pointer
}
.single-post .review-box .review-author-right .review-author-detail .Emojis {
position: relative;
float: left;
width: 100%;
border-radius: 100rem;
-webkit-transition: .3s .3s;
-moz-transition: .3s .3s;
-o-transition: .3s .3s;
transition: .3s .3s;
opacity: 1;
visibility: visible;
margin-bottom: 25px
}
.single-post .review-box .review-author-right .review-author-detail .Emoji {
position: relative;
width: 5.5rem;
height: 5rem;
color: #ffd972;
cursor: pointer;
float: left
}
.single-post .review-box .review-author-right .review-author-detail .Emoji .icon {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-transform: scale(.8);
transform: scale(.8);
-webkit-transition: -webkit-transform .2s ease;
transition: -webkit-transform .2s ease;
transition: transform .2s ease;
transition: transform .2s ease, -webkit-transform .2s ease
}
.single-post .review-box .review-author-right .review-author-detail .Emoji:hover .icon {
-webkit-transform: scale(1) translate3d(0, -10%, 0);
-moz-transform: scale(1) translate3d(0, -10%, 0);
-ms-transform: scale(1) translate3d(0, -10%, 0);
-o-transform: scale(1) translate3d(0, -10%, 0);
transform: scale(1) translate3d(0, -10%, 0)
}
.single-post .review-box .review-author-right .review-author-detail .Emoji .icon.focus {
-webkit-transform: scale(1) translate3d(0, -10%, 0);
-moz-transform: scale(1) translate3d(0, -10%, 0);
-ms-transform: scale(1) translate3d(0, -10%, 0);
-o-transform: scale(1) translate3d(0, -10%, 0);
transform: scale(1) translate3d(0, -10%, 0)
}
.single-post .review-box .review-author-right .review-author-detail .icon {
background-image: url(//ilankanali.com/wp-content/themes/dwt-listing/assets/images/giphy.gif);
background-repeat: no-repeat
}
.single-post .review-box .review-author-right .review-author-detail .icon-like {
background-position: -4px -4px
}
.single-post .review-box .review-author-right .review-author-detail .icon-heart {
background-position: -66px -4px
}
.single-post .review-box .review-author-right .review-author-detail .icon-haha {
background-position: -127px -4px
}
.single-post .review-box .review-author-right .review-author-detail .icon-wow {
background-position: -190px -4px
}
.single-post .review-box .review-author-right .review-author-detail .icon-sad {
background-position: -250px -4px
}
.single-post .review-box .review-author-right .review-author-detail .icon-angry {
background-position: -310px -4px
}
.single-post .review-box .review-author-right .review-author-detail .Emoji .emoji-name {
background-color: rgba(0, 0, 0, .8);
border-radius: 3px;
bottom: 60px;
color: #fff;
position: absolute;
width: 50px;
text-align: center;
opacity: 0;
text-transform: capitalize;
-webkit-transition: all .3s ease 0s;
-moz-transition: all .3s ease- 0s;
-o-transition: all .3s ease 0s;
transition: all .3s ease 0s
}
.single-post .review-box .review-author-right .review-author-detail .Emoji:hover .emoji-name {
opacity: 1
}
.single-post .review-box .review-author-right .review-author-detail .Emoji .emoji-count {
border-radius: 3px;
bottom: -25px;
color: #242424;
padding: 2px 10px;
position: absolute;
font-size: 12px;
width: 55px;
text-align: center
}
.review-author-detail .review-helpful .report-review {
display: inline-block;
float: right;
margin-top: 12px;
position: relative
}
.review-author-detail .review-helpful .report-review:hover .report-review-title {
display: block
}
.review-author-detail .review-helpful .report-review .report-review-title {
position: absolute;
top: 10px;
right: 50px;
width: 120px;
display: none;
color: #fff;
font-size: 12px;
background-color: rgba(0, 0, 0, .7);
border-radius: 3px;
text-align: center;
-webkit-transition: all .3s ease 0s;
-moz-transition: all .3s ease- 0s;
-o-transition: all .3s ease 0s;
transition: all .3s ease 0s
}
.single-post .short-detail .list-detail .review-filters {
position: relative;
margin-bottom: 30px
}
.single-post .short-detail .list-detail .review-filters h3 {
margin: 0;
line-height: 36px
}
.single-post .short-detail .list-detail .review-filters .form-group {
margin-bottom: 0
}
#review-form {
position: relative;
overflow: hidden
}
.profile-widget input.form-control,
.review-form input.form-control {
border-radius: 3px;
height: 40px;
box-shadow: none;
font-size: 14px;
background-color: #fefefe;
border-color: #ddd
}
.profile-widget input.form-control:focus,
.review-form input.form-control:focus {
background-color: #fff
}
.profile-widget textarea,
.review-form textarea {
box-shadow: none;
font-size: 16px;
background-color: #fefefe;
border-color: #ddd
}
.profile-widget input:focus,
.profile-widget textarea:focus,
.review-form input:focus,
.review-form textarea:focus {
box-shadow: none;
border: 1px solid #ccc;
background-color: #fff
}
.review-form .form-group {
margin-bottom: 20px
}
.review-form {
background-color: #fff;
padding: 20px
}
.list-detail .review-form {
background-color: #f9f9f9
}
.review-form h3 {
margin-top: 0
}
.review-form .upload-ad-images {
min-height: 240px;
text-align: center;
line-height: 200px;
border: 3px dotted #e1e1e1
}
.review-form .upload-ad-images .dz-message {
font-size: 20px;
font-family: Mogra, cursive;
display: inline-block;
vertical-align: middle;
line-height: normal
}
.review-form .upload-ad-images .dz-message .note {
font-family: Poppins, sans-serif;
font-size: 16px
}
.review-form .dropzone .dz-image-preview {
line-height: normal
}
.review-form .dropzone.dz-started {
line-height: normal
}
.review-form .upload-ad-images.dz-started .dz-message {
display: none
}
.list-detail #panels section main h3 {
margin: 0;
margin-bottom: 20px
}
.sidebar {
position: relative
}
.sidebar.transparen-listing-sidebar.solid {
top: 0
}
.widget {
background-color: #fff;
border: 1px solid #f5f5f5;
border-radius: 3px;
color: #242424;
margin-top: 20px;
padding: 15px
}
.sidebar .panel {
box-shadow: none;
border: none;
border-radius: 3px
}
.sidebar #map {
height: 200px
}
.sidebar .panel .panel-heading {
padding: 0;
border-radius: 3px 3px 0 0;
border-color: #eee
}
.sidebar .panel .panel-heading .nav-tabs>li {
width: 50%
}
.profile-widget .auth-img {
float: left
}
.profile-widget .media {
border: 1px solid #f5f5f5;
border-bottom: none;
padding: 15px
}
.profile-widget .auth-img img {
width: 80px;
border-radius: 3px
}
.media-left,
.media-right,
.profile-widget .media-body {
padding: 10px 15px
}
.profile-widget .panel-body {
padding: 20px
}
.profile-widget .panel-body .media {
background-color: #fff
}
.sidebar .profile-widget .panel {
background-color: #fff;
border: 1px solid #f5f5f5
}
.sidebar .profile-widget .panel .nav-tabs>li>a {
padding: 10px;
margin: 0;
border: none;
text-align: center;
font-weight: 500
}
.sidebar .profile-widget .panel .nav-tabs>li>a:hover {
background-color: #fff
}
.sidebar .profile-widget .panel .panel-heading .nav {
border-bottom: none;
background-color: #fff;
border-radius: 3px 3px 0 0
}
.widget-listing-details {
position: relative;
overflow: hidden
}
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.sidebar .profile-widget .nav-tabs>li.active>a {
background-color: #fff;
border-bottom: 2px solid #e52d27;
color: #e52d27
}
.sidebar .profile-widget ul.widget-listing-details li {
display: block;
padding: 10px 0;
position: relative;
overflow: hidden;
margin-bottom: 10px;
border-bottom: 1px solid #eee
}
.sidebar .profile-widget ul.widget-listing-details li a {
color: #242424
}
.sidebar .profile-widget ul.widget-listing-details li span {
display: table-cell
}
.sidebar .profile-widget ul.widget-listing-details li span img {
margin-right: 10px;
vertical-align: top
}
.sidebar .profile-widget .social-media>li i {
color: #999;
font-size: 14px;
line-height: normal;
width: auto
}
.sidebar .profile-widget .social-media>li a {
border: none
}
.sidebar .profile-widget .social-media>li a:hover {
background-color: transparent;
color: #242424
}
.sidebar .profile-widget .social-media {
margin-bottom: 0
}
.widget-opening-hours {
padding: 15px;
margin: 20px 0px !important;
background-color: #fff;
border-radius: 3px;
color: #7f7f7f;
border: 1px solid #f5f5f5;
-webkit-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05);
-ms-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05);
-o-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05);
-moz-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05);
box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05)
}
.widget-opening-hours .opening-hours-title {
cursor: pointer;
color: #242424;
font-weight: 500
}
.widget-opening-hours .opening-hours-title span {
color: #e52d27
}
.widget-opening-hours .opening-hours-title img {
margin-right: 10px
}
.widget-opening-hours .opening-hours-title i {
line-height: 24px
}
.widget-opening-hours #opening-hours ul li .day-name { text-transform: capitalize;
font-weight: 500
}
.widget-opening-hours #opening-hours ul li .day-timing { text-transform: capitalize
}
.widget-opening-hours #opening-hours ul {
list-style: none;
position: relative;
overflow: hidden;
margin: 0 0 0;
padding: 0 10px 0 10px
}
.widget-opening-hours #opening-hours ul li {
border-bottom: 1px solid #eee;
position: relative;
overflow: hidden;
padding: 10px 0;
width: 100%;
font-size: 14px
}
.widget-opening-hours #opening-hours ul li:last-child {
border: none;
padding-bottom: 0
}
.widget-opening-hours #opening-hours ul li.closed .day-timing {
color: #e52d27
}
.sidebar-dark .profile-widget .media {
background-color: #f5f5f5
}
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.sidebar.sidebar-dark .profile-widget .nav-tabs>li.active>a {
background-color: #f5f5f5
}
.sidebar.sidebar-dark .profile-widget .panel {
background-color: #f5f5f5
}
.sidebar.sidebar-dark .profile-widget ul.widget-listing-details li {
border-bottom: 1px solid #ddd
}
.sidebar.sidebar-dark .profile-widget .social-media>li i {
color: #242424
}
.sidebar.sidebar-dark .widget-opening-hours {
background-color: #f5f5f5;
color: #242424
}
.sidebar.sidebar-dark .widget-opening-hours #opening-hours ul li {
border-bottom: 1px solid #ddd
}
.sidebar.sidebar-dark .profile-widget .panel .nav-tabs>li>a:hover {
background-color: #f5f5f5
}
.sidebar.sidebar-dark .profile-widget .panel .panel-heading .nav {
background-color: #f5f5f5
}
.sidebar .widget .claim {
position: relative;
overflow: hidden
}
.sidebar .widget .claim a {
width: 100%;
display: block
}
.sidebar .widget .claim img {
margin-right: 10px
}
.sidebar .widget .claim i {
line-height: 24px
}
.sidebar .widget .pricing-widget img {
margin-right: 10px
}
.widget.papular-listing-2 {
position: relative;
overflow: hidden;
padding: 0;
border: none
}
.claim-model .modal-body {
position: relative;
overflow: hidden;
padding: 0
}
.claim-model .model-form {
width: 60%;
display: inline-block;
float: left;
padding: 20px
}
.claim-model .model-img {
width: 40%;
float: left
}
.claim-model .modal-body h3 {
margin-bottom: 30px;
color: #e52d27;
text-transform: capitalize;
font-weight: 500
}
.claim-model .modal-body .btn {
font-size: 14px;
display: block;
width: 100%
}
.claim-model .modal-body button.close {
position: absolute;
color: #000;
right: 10px;
top: 10px
}
.single-post-2 {
padding: 0
}
.single-post-2 .column-accordian {
min-height: 100%;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch
}
.single-post-2 .column-accordian>.column {
-webkit-tap-highlight-color: transparent;
color: #fff;
font-weight: 700;
cursor: pointer;
text-align: center;
height: 450px;
text-transform: uppercase;
-webkit-transition: .3s;
transition: .3s;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border: 1px solid #fff
}
.single-post-2 .column-accordian>.column:nth-child(1) {
background: rgba(191, 149, 64, .8)
}
.single-post-2 .column-accordian>.column:nth-child(2) {
background: rgba(149, 191, 64, .8)
}
.single-post-2 .column-accordian>.column:nth-child(3) {
background: rgba(64, 191, 64, .8)
}
.single-post-2 .column-accordian>.column:nth-child(4) {
background: rgba(64, 191, 149, .8)
}
.single-post-2 .column-accordian>.column:nth-child(5) {
background: rgba(64, 149, 191, .8)
}
.single-post-2 .column-accordian>.column:nth-child(6) {
background: rgba(64, 64, 191, .8)
}
.single-post-2 .column-accordian>.column:nth-child(7) {
background: rgba(149, 64, 191, .8)
}
.single-post-2 .column-accordian>.column>div {
width: 3vmin;
-webkit-transition: .6s;
transition: .6s;
position: relative
}
.single-post-2 .column-accordian>.column.flex {
-webkit-box-flex: 4;
-ms-flex: 4;
flex: 4
}
.single-post-2 .column-accordian .column div a i {
color: #fff;
font-size: 16px;
left: 0;
padding: 15px;
position: absolute;
background-color: rgba(0, 0, 0, .3)
}
.single-post-2 .column-accordian .column div a {
display: none;
text-decoration: none;
-webkit-transition: all .3s ease 0s;
-moz-transition: all .3s ease- 0s;
-o-transition: all .3s ease 0s;
transition: all .3s ease 0s
}
.single-post-2 .column-accordian>.column.flex div a {
display: block;
text-decoration: none;
-webkit-transition: all .3s ease 0s;
-moz-transition: all .3s ease- 0s;
-o-transition: all .3s ease 0s;
transition: all .3s ease 0s
}
.blog-sidebar .widget+.widget {
margin-top: 5px
}
.blog-sidebar .widget {
position: relative;
border-color: #e1e8ed;
margin-bottom: 30px;
margin-top: 0;
background-color: #fff;
border: 1px solid #e1e8ed;
padding: 20px;
overflow: hidden
}
hr {
border: 1px solid #e1e8ed
}
.blog-sidebar .widget .widget-heading {
border: medium none
}
.blog-sidebar .widget .recent-ads {
padding-top: 5px
}
.blog-sidebar .widget .widget-heading h4 {
border-bottom: 1px solid #e1e8ed;
color: #333;
margin: 0 0 15px;
padding-bottom: 15px;
text-transform: capitalize;
position: relative;
font-size: 16px;
font-weight: 500
}
.blog-sidebar .widget .widget-heading .panel-title a {
padding: 0
}
.blog-sidebar .widget .widget-heading h4::before {
content: "";
height: 1px;
left: 0;
position: absolute;
bottom: -1px;
width: 70px;
background-color: #e52d27
}
.blog-sidebar .widget .recent-ads .recent-ads-list .recent-ads-container .recent-ads-list-content ul.recent-ads-list-location li a {
padding: 0
}
.blog-sidebar .widget .recent-ads .recent-ads-list .recent-ads-container .recent-ads-list-content ul.recent-ads-list-location li a::after {
display: none
}
.blog-sidebar .widget ul li:last-child {
border-bottom: medium none;
padding-bottom: 0
}
.blog-sidebar .widget .tagcloud {
margin-top: 7px;
overflow: hidden
}
.blog-sidebar .widget .tagcloud a {
background: #fff none repeat scroll 0 0;
border: 1px solid #e2e2e2;
display: inline-block;
float: left;
font-size: 14px;
line-height: 34px;
margin: 0 4px 8px 0;
padding: 0 17px;
color: #232323;
border-radius: 3px;
text-transform: uppercase;
transition: all .3s ease 0s;
o-transition: all .3s ease 0s;
-ms-transition: all .3s ease 0s;
-moz-transition: all .3s ease 0s;
-webkit-transition: all .3s ease 0s
}
.blog-sidebar .widget .gallery-image img {
transition: all .3s ease 0s;
o-transition: all .3s ease 0s;
-ms-transition: all .3s ease 0s;
-moz-transition: all .3s ease 0s;
-webkit-transition: all .3s ease 0s;
width: 100%
}
.blog-sidebar .widget .gallery-image img:hover {
background: #232323;
opacity: .7
}
.blog-sidebar .widget .gallery-image {
margin-top: 10px;
overflow: hidden
}
.blog-sidebar .widget .gallery-image a {
float: left;
margin-bottom: 10px;
margin-right: 3px;
max-width: 24%;
transition: all .3s ease 0s;
o-transition: all .3s ease 0s;
-ms-transition: all .3s ease 0s;
-moz-transition: all .3s ease 0s;
-webkit-transition: all .3s ease 0s
}
.sidebar .widget-title {
color: #232323;
font-size: 16px;
font-weight: 500;
margin-bottom: 25px
}
.sidebar .widget ul {
list-style: outside none none;
margin: 0;
padding: 0
}
.sidebar .widget ul li {
border-bottom: 1px solid #f3f3f3;
font-size: 16px;
line-height: 26px; }
.recent-ads .recent-ads-list {
border-bottom: 1px solid rgba(0, 0, 0, .12);
margin: 0 0 15px;
padding: 0 0 15px
}
.recent-ads .recent-ads-list:last-child {
border: 0 none;
margin: 0;
padding: 0
}
.recent-ads .recent-ads-container {
display: table;
width: 100%
}
.recent-ads .recent-ads-list-image {
display: table-cell;
width: 96px
}
.recent-ads .recent-ads-list-image img {
display: block;
position: relative;
width: 100%;
z-index: 2
}
.recent-ads .recent-ads-list-image-inner {
background-color: rgba(0, 0, 0, .12);
display: block;
height: 60px;
margin: 0 16px 0 0;
position: relative;
width: 100px
}
.recent-ads .recent-ads-list-content {
display: table-cell;
vertical-align: top
}
.recent-ads .recent-ads-list-content h3 {
color: #232323;
font-size: 16px
}
.recent-ads .recent-ads-list-title {
margin: 0
}
.recent-ads .recent-ads-list-title a {
color: #232323;
font-size: 14px
}
.recent-ads .recent-ads-list-title a:hover {
color: #e52d27
}
.recent-ads .recent-ads-list-location {
list-style: outside none none;
margin: 0;
padding: 0
}
.recent-ads .recent-ads-list-location li {
display: inline!important;
border-bottom: medium none!important
}
.blog-share {
border-bottom: 1px solid #d7d7d7;
padding: 15px 0
}
.blog-share h3 {
color: #232323;
display: inline-block;
font-size: 16px;
line-height: 29px;
padding-top: 3px
}
.blog-share .share ul {
display: inline-block;
list-style-type: none
}
.blog-share .share ul li {
display: inline-block
}
.blog-share .share h3 {
font-weight: 500;
margin: 0
}
.blog-share .share ul li a {
color: #232323
}
.blog-share .share ul li a:hover {
text-decoration: underline;
color: #e52d27
}
blockquote {
border-left: 5px solid #e52d27
}
.recent-ads .recent-ads-list-location li::before {
display: none!important
}
.recent-ads .recent-ads-list .recent-ads-container .recent-ads-list-content ul.recent-ads-list-location li a {
color: #a0a0a0;
font-size: 14px;
text-transform: capitalize;
margin: 0
}
.recent-ads .recent-ads-list .recent-ads-container .recent-ads-list-content ul.recent-ads-list-location li a:before {
content: ''
}
.recent-ads .recent-ads-list-price {
display: inline-block;
font-size: 18px;
font-weight: 600
}
.blog-detial .alignleft {
float: left;
margin: 7px 24px 7px 0
}
.blog-detial .alignright {
float: right;
margin: 7px 0 7px 24px
}
.post-info {
font-size: 16px;
margin-bottom: 30px;
color: #999;
text-transform: capitalize;
border-bottom: 1px solid #e1e8ed;
padding-bottom: 20px
}
.post-info a i {
color: #999;
margin-right: 5px;
font-size: 14px
}
.post-info a {
font-weight: 500
}
.post-info a:last-child {
margin-left: 5px
}
.post-title {
font-size: 24px;
margin-bottom: 15px;
margin-top: 10px;
font-weight: 500;
text-transform: capitalize;
-webkit-transition: all .3s ease 0s;
-moz-transition: all .3s ease 0s;
-ms-transition: all .3s ease 0s;
-o-transition: all .3s ease 0s;
transition: all .3s ease 0s
}
.post-excerpt {
margin-bottom: 30px
}
.post-excerpt p {
color: #333;
line-height: 1.9;
font-size: 16px
}
.post-img {
margin-bottom: 20px
}
.blog-detial .blog-section .blog-heading h2 {
color: #232323;
font-size: 20px;
margin: 40px 0 15px;
padding: 13px 18px 0 0;
text-transform: capitalize;
font-weight: 500
}
.blog-detial .post-excerpt .blog-section .blog-heading h2 {
margin: 0 0 15px
}
.blog-detial .comment-list {
list-style: outside none none;
margin: 0;
padding: 0;
position: relative;
margin-top: 25px
}
.blog-detial .comment-info {
border-bottom: 1px solid #f2f2f2;
display: block;
padding: 10px 0 15px 0;
overflow: hidden;
position: relative
}
.blog-detial .comment-info p {
margin-bottom: 30px
}
.blog-detial .comment-info img {
max-width: 90px
}
.blog-detial .comment-info .author-title {
color: #323232;
line-height: 16px;
margin-bottom: 22px
}
.blog-detial .author-title strong {
color: #323232;
font-size: 16px;
text-transform: uppercase;
font-weight: 500
}
.blog-detial .comment-date {
border-left: 1px solid #777;
color: #777;
font-size: 12px;
margin-left: 17px;
padding-left: 17px
}
.blog-detial .comment-list .children {
list-style: outside none none;
padding-left: 35px
}
.blog-detial .comment-info img {
max-width: 90px;
border-radius: 3px
}
.comment-list {
list-style: outside none none;
margin: 0;
padding: 0
}
.comment-info {
border-bottom: 1px solid #f2f2f2;
display: block;
overflow: hidden;
position: relative
}
.comment-info img {
max-width: 90px
}
.comment-info .author-title {
color: #323232;
line-height: 16px;
margin-bottom: 22px
}
.author-title strong {
color: #323232;
font-size: 16px;
text-transform: uppercase
}
.comment-date {
border-left: 1px solid #777;
color: #777;
font-size: 12px;
margin-left: 17px;
padding-left: 17px
}
.comment-info img {
max-width: 90px
}
.comment-list .comment .comment-info .author-desc .author-title li a {
color: #232323
}
.user-contact-info {
margin-bottom: 5px
}
.blog-detial .page-numbers {
display: inline-block;
padding: 5px 10px;
margin: 0 2px 0 0;
border: 1px solid #ddd;
line-height: 1;
text-decoration: none;
border-radius: 2px;
font-weight: 600
}
.blog-detial .page-numbers.current,
a.page-numbers:hover {
background: #f9f9f9
}
.blog-detial .navigation li a,
.blog-detial .navigation li a:hover,
.blog-detial .navigation li.active a,
.blog-detial .navigation li.disabled {
color: #fff;
text-decoration: none
}
.blog-detial .navigation li {
display: inline
}
.blog-detial .navigation li a,
.blog-detial .navigation li a:hover,
.blog-detial .navigation li.active a,
.blog-detial .navigation li.disabled {
background-color: #6fb7e9;
border-radius: 3px;
cursor: pointer;
padding: 12px;
padding: .75rem
}
.blog-detial .navigation li a:hover,
.blog-detial .navigation li.active a {
background-color: #3c8dc5
}
.blog-detial .blog-section.review-form {
padding: 30px 0;
margin-top: 20px
}
.blog-detial .blog-section.review-form h2 {
margin-top: 0;
padding-top: 0
}
.transparent-breadcrumb-listing.bread-type-2 {
padding-bottom: 40px;
padding-top: 110px
}
.transparent-breadcrumb-listing.bread-type-2 .small-breadcrumb .header-page h1 {
margin: 0;
text-transform: capitalize;
font-weight: 600;
text-align: left
}
.contact-us {
position: relative;
overflow: hidden
}
input.form-control {
height: 45px
}
.contact-us .form-group label {
font-size: 16px
}
.contact-us .icon-box {
background-color: #e52d27;
float: left;
margin-right: 15px;
padding: 15px;
display: table-cell;
border-radius: 3px
}
.contact-us .icon-box i {
font-size: 24px;
color: #fff
}
.contact-us .content-area {
display: table-cell
}
.contact-us .contact-detail-box {
overflow: hidden;
position: relative;
margin-bottom: 20px;
background-color: #f9f9f9;
padding: 15px
}
.contact-us .content-area h4 {
margin: 0;
font-size: 18px;
margin-bottom: 5px
}
.contact-us .content-area p {
margin: 0
}
.contact-us input.form-control {
border-radius: 0 3px 3px 0;
height: 45px;
box-shadow: none;
font-size: 14px;
background-color: #f9f9f9;
border-color: #f9f9f9
}
.contact-us textarea {
box-shadow: none;
font-size: 14px;
background-color: #f9f9f9;
border-color: #f9f9f9
}
.contact-us .contact-detail {
position: relative;
overflow: hidden
}
.contact-us .form-group {
margin-bottom: 30px
}
.about-us .large-paragraph {
font-size: 22px;
margin-bottom: 10px;
line-height: 1.5;
color: #232323
}
.about-us h2 {
margin: 0;
margin-bottom: 30px;
color: #e52d27
}
.about-us p {
font-size: 16px;
color: #818181;
line-height: 1.6em
}
.services-grid .icons img {
width: 60px
}
.services-grid h4 {
font-size: 20px;
margin-btoom: 10px;
color: #232323;
font-weight: 500
}
.services-grid {
-webkit-transition: all .3s ease 0s;
-moz-transition: all .3s ease 0s;
-o-transition: all .3s ease 0s;
transition: all .3s ease 0s;
margin-bottom: 30px;
position: relative
}
.services {
position: relative;
overflow: hidden;
margin-top: 30px
}
.funfacts {
background-position: center center;
background-repeat: repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-attachment: fixed;
padding: 40px 0;
position: relative
}
.funfacts::before {
background: rgba(0, 0, 0, .7);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%
}
.funfacts h3 {
color: #fff;
margin: 0;
font-size: 20px
}
.funfacts .counter-box {
padding-left: 20px
}
.funfacts .counter-seprator {
border: none;
padding: 40px 20px
}
.funfacts .fun-facts-icons {
font-size: 45px;
margin-bottom: 10px
}
.funfacts .counter-box .counter-stats {
font-size: 24px;
font-weight: 400;
margin: 8px 0 4px;
color: #fff
}
.counter-seprator {
border-right: 1px solid #d6d6d6;
display: inline-block;
float: left;
width: 25%
}
.counter-seprator .icon-container {
float: left;
background-color: rgba(255, 255, 255, .6);
padding: 15px;
margin-right: 10px
}
.counter-seprator .icon-container img {
width: 35px;
color: #fff
}
.main-event {
background-attachment: fixed;
background-position: center center;
background-size: cover;
position: relative;
width: 100%;
text-align: center
}
.main-event:before {
background: rgba(0, 0, 0, .7);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%
}
.main-event .event-box {
width: 100%;
float: left;
z-index: 3;
padding: 0 20px;
position: relative;
text-align: center
}
.main-event .event-box:after,
.main-event .event-box:before {
content: '';
max-width: 460px;
width: 100%;
max-height: 115px;
height: 100%;
position: absolute;
margin: 0 0 0 -230px;
border-left: 14px solid #fff
}
.main-event .event-box:before {
top: 0;
border-bottom: 0;
border-top: 14px solid #fff;
width: 115px;
left: 30%
}
.main-event .event-box:after {
bottom: 40px;
border-top: 0;
border-bottom: 14px solid #fff;
border-left: 0;
width: 115px;
border-right: 14px solid #fff;
right: 0
}
.main-event .event-inner {
width: 100%;
float: left;
z-index: 3;
padding: 100px 0 100px;
position: relative
}
.main-event .event-title {
font-size: 34px;
color: #f5af02;
text-transform: capitalize;
position: absolute;
top: 60px;
left: 32%
}
.main-event .event-date {
border: 0;
padding: 0;
min-width: 0;
display: block;
font-size: 18px;
margin-top: 30px;
line-height: 40px;
color: #fff
}
.main-event blockquote {
border: 0;
margin: 0;
padding: 0;
width: 100%;
quotes: none;
font-size: 40px;
font-weight: 500;
line-height: 50px
}
.main-event blockquote a {
color: #fff
}
.main-event .event-author-content {
position: relative;
overflow: hidden
}
.main-event .event-author {
width: 100%;
float: left;
text-align: left
}
.event-author-box {
max-width: 320px;
width: 100%;
margin: 0 auto;
margin-top: 35px;
border-radius: 30px;
border: 1px solid #fff
}
.main-event .event-author-box img {
width: 60px;
height: 62px;
float: left;
border-radius: 50%;
border: 6px solid rgba(255, 255, 255, .5)
}
.main-event .event-author-detail {
overflow: hidden;
padding: 6px 20px
}
.main-event .event-author h2 {
color: #fff;
font-weight: 500;
margin: 0;
font-size: 18px
}
.main-event .event-author h2 a {
color: #fff
}
.main-event .event-business-name {
clear: both;
color: #fff;
display: block;
font-size: 12px
}
.main-event .event-business-name:hover {
color: #fff
}
.ads-list-archive {
background-color: #fff;
-webkit-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05);
-ms-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05);
-o-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05);
-moz-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05);
box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05);
color: #777;
display: block;
margin-bottom: 30px;
position: relative;
float: left;
width: 100%;
overflow: hidden
}
.ads-list-archive .archive-history {
margin-top: 20px
}
.ad-archive-img {
overflow: hidden;
position: relative
}
.ad-archive-img a img {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition: all .7s ease 0s;
-moz-transition: all .7s ease 0s;
-ms-transition: all .7s ease 0s;
-o-transition: all .7s ease 0s;
transition: all .7s ease 0s
}
.ad-archive-img .images-zone a img {
min-height: 220px;
max-height: 220px
}
.profile-detail-area .ads-list-archive {
min-height: 220px
}
.ad-archive-img img {
width: 100%
}
.ad-archive-img .closed {
background-color: #c00;
color: #fff;
padding: 1px 10px;
border-radius: 3px;
font-size: 12px;
position: absolute;
top: 20px;
right: 15px
}
.ad-archive-img .open24 {
background-color: #fc0;
color: #fff;
padding: 1px 10px;
border-radius: 3px;
font-size: 12px;
position: absolute;
top: 20px;
right: 15px
}
.ad-archive-img .open-now {
background-color: #25a25a;
color: #fff;
padding: 1px 10px;
border-radius: 3px;
font-size: 12px;
position: absolute;
top: 20px;
right: 15px
}
.ad-archive-desc {
border-right: medium none;
padding: 10px 5px
}
.ad-archive-desc .rating {
font-size: 15px;
margin: 15px 0 3px -3px
}
.ad-archive-desc h3 {
font-size: 18px;
margin-top: 5px;
margin-bottom: 15px;
color: #232323;
font-weight: 500
}
.ad-archive-desc h3 a {
color: #232323
}
.ad-archive-desc h3 a:hover,
.ad-archive-desc h3:hover {
cursor: pointer
}
.ad-archive-desc p {
font-size: 14px;
margin-bottom: 0
}
ul.add_info {
margin: 0;
padding: 0
}
.ad-archive-desc ul.add_info {
margin-top: 10px
}
.ad-archive-desc ul.short-meta {
margin-top: 5px
}
.ad-archive-desc ul.short-meta li {
border-right: 1px solid #e7e7e7;
line-height: 15px;
padding: 0 10px
}
.ad-archive-desc ul.short-meta li:first-child {
padding-left: 5px
}
.ad-archive-desc ul.short-meta li:last-child {
border-right: medium none
}
.ad-archive-desc ul.short-meta li a {
color: #777
}
ul.add_info li {
border: 1px solid #ededed;
display: inline-block;
margin-right: 5px;
text-align: center;
width: 100px;
height: 45px;
}
ul.add_info li i {
font-size: 14px;
position: relative;
color: #a0a0a0
}
.ad-archive-desc .category-title {
margin-bottom: 10px
}
.ad-archive-desc .category-title a {
color: #e52d27;
margin-right: 15px;
font-family: 'Open Sans', sans-serif
}
.ad-archive-desc .category-title a:last-child {
margin-right: 0
}
.ad-archive-desc .category-title a i {
margin-right: 5px;
font-size: 16px
}
.ad-archive-desc .ad-meta .read-more {
text-transform: capitalize;
font-family: 'Open Sans', sans-serif;
color: #999;
margin-left: 30px
}
.ad-archive-desc .ad-meta .save-ad {
color: #999;
font-size: 14px
}
.ad-archive-desc .pull-right .btn i {
padding-right: 5px
}
.ad-archive-desc .last-updated {
position: relative;
float: left
}
.ad-archive-desc .last-updated i {
color: #ddd;
font-size: 14px
}
.ad-archive-desc .last-updated i.color {
color: #fc0
}
.ad-archive-desc .last-updated .rating-counter {
margin-left: 10px;
color: #999;
font-style: normal
}
.ad-archive-desc .ad-meta {
position: relative;
float: right
}
.listing-section .widget.papular-listing-2 .listing-details h4 a {
font-size: 16px
}
.listing-section .pagination {
border-radius: 0;
text-align: center;
margin: 0 auto;
display: block;
margin-top: 20px
}
footer.footer-3 {
padding: 70px 0;
background: #f9f9f9 url(//ilankanali.com/wp-content/themes/dwt-listing/assets/images/world-map.png) no-repeat scroll center center
}
footer.footer-3:before {
content: none;
background-color: transparent
}
.footer_block {
overflow: hidden;
clear: both
}
.footer_block .f_logo {
clear: both;
color: #ff4632;
font-size: 24px;
margin-bottom: 30px;
margin-top: 0;
position: relative
}
.footer_block h4 {
font-size: 18px;
margin-top: 0;
text-transform: capitalize;
color: #232323;
margin-bottom: 30px;
position: relative;
font-weight: 500
}
.footer_block p {
font-size: 14px;
color: #8b8b8b;
margin: 0
}
.footer_block a {
font-size: 14px;
text-transform: capitalize;
display: block;
color: #232323
}
.footer_block a:hover {
color: #e52d27
}
.footer-links li::before {
color: #969ea7;
content: "";
font-family: FontAwesome;
left: 16px;
position: absolute
}
ul.footer-links li {
padding: 5px 0;
padding-left: 20px
}
ul.footer-links li:first-child {
padding-top: 0
}
.recentpost li {
display: block;
margin: 0 0 15px 0;
overflow: hidden
}
.recentpost li:last-child {
margin-bottom: 0
}
.recentpost li span {
position: relative;
width: 60px;
height: 60px;
background: #bfbfbf;
float: left;
margin: 0 10px 10px 0;
overflow: hidden
}
.recentpost li span a.plus {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: block;
margin: 0;
text-align: center
}
.recentpost li span a.plus img {
width: 60px;
height: 60px
}
.recentpost li span a.plus i {
position: absolute;
top: 50%;
left: 0;
display: block;
width: 100%;
margin-top: -100%;
font-size: 30px;
color: #fff;
font-style: normal;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: all ease-in-out .3s;
-ms-transition: all ease-in-out .3s;
transition: all ease-in-out .3s
}
.recentpost li span a.plus:hover i {
margin-top: 0
}
.recentpost li p {
line-height: 20px
}
.recentpost li p a {
margin: 0;
font-size: 16px;
color: #232323;
text-transform: capitalize;
font-weight: 500
}
.recentpost li p a:hover {
color: #e52d27
}
footer .personal-info li {
color: #242424;
display: inline-block;
font-size: 14px;
line-height: 24px;
padding: 10px 0;
width: 100%
}
ul.personal-info li:first-child {
padding-top: 0
}
.footer_block .personal-info li i {
color: #969ea7;
float: left;
font-size: 18px;
margin-right: 10px;
margin-top: 5px
}
.footer-bottom-section {
padding: 30px
}
.footer-bottom {
text-align: center
}
.footer-bottom p {
font-size: 14px;
line-height: 20px;
margin-bottom: 0
}
ul.footer-menu {
position: relative;
overflow: hidden;
margin: 0 auto;
display: table;
padding-top: 15px
}
.footer-bottom .footer-menu li {
float: left;
padding: 0 20px;
font-size: 14px;
border-right: 1px solid #969ea7;
text-transform: capitalize
}
.footer-bottom .footer-menu li:last-child {
border-right: none
}
.footer-3 .social-media {
margin-top: 20px; }
.footer-3 .social-media>li a {
border: 1px solid #999;
border-radius: 3px;
display: inline-block;
padding: 5px
}
.footer-3 .social-media>li a:hover {
border-color: #e52d27
}
.footer-3 .social-media>li a:hover i {
color: #fff
}
.footer-3 .social-media>li i {
color: #999;
display: block;
font-size: 16px;
line-height: normal;
text-align: center;
width: auto
}
.footer-3 .ratings i {
color: #ddd;
font-size: 12px
}
.footer-3 .ratings i.color {
color: #fc0
}
.submit-listing {
position: relative;
overflow: hidden;
background-color: #eff3f6
}
.submit-listing .step-content h2 {
margin-top: 0;
font-size: 24px
}
.submit-listing .tab-content {
width: 74%;
float: left;
padding: 30px;
background-color: #fff;
margin-left: 10px;
min-height: auto!important
}
.submit-listing .tab-content .form-group label {
line-height: 50px;
margin-bottom: 0
}
.submit-listing .tab-content .form-group label span {
color: #e52d27
}
.submit-listing .tab-content .form-group input {
height: 50px;
background-color: #fff;
width: 100%;
border: 1px solid #e1e1e1;
box-shadow: none;
line-height: 50px;
border-radius: 0 3px 3px 0
}
.submit-listing .tab-content .form-group .input-group-addon:first-child {
border: 1px solid;
background-color: #fff;
border-right: none;
padding: 15px;
box-shadow: none;
border-radius: 3px 0 0 3px;
color: #d1d1d1
}
.submit-listing .tab-content .form-group {
position: relative;
float: left;
width: 100%;
margin-bottom: 10px
}
.submit-listing .tab-content .form-group.has-success label {
color: #242424
}
.submit-listing .submit-post-img-container {
border: 10px solid #e1e1e1;
position: relative;
overflow: hidden
}
#submit-listing-map,
#submit-map-open {
height: 360px;
width: 100%
}
.submit-listing #pricing-fields {
float: left;
width: 100%;
background-color: #eff3f6;
padding: 20px
}
.submit-listing #business-hours-fields {
margin-top: 20px;
float: left;
width: 100%
}
.submit-listing .btn-toolbar {
clear: both
}
#business-hours-fields .tab-content {
width: 100%;
padding: 0
}
.with-nav-tabs.panel-info .nav-tabs>li>a,
.with-nav-tabs.panel-info .nav-tabs>li>a:focus,
.with-nav-tabs.panel-info .nav-tabs>li>a:hover {
color: #31708f
}
.with-nav-tabs.panel-info .nav-tabs>.open>a,
.with-nav-tabs.panel-info .nav-tabs>.open>a:focus,
.with-nav-tabs.panel-info .nav-tabs>.open>a:hover,
.with-nav-tabs.panel-info .nav-tabs>li>a:focus,
.with-nav-tabs.panel-info .nav-tabs>li>a:hover {
color: #31708f;
background-color: #bce8f1;
border-color: transparent
}
.with-nav-tabs.panel-info .nav-tabs>li.active>a,
.with-nav-tabs.panel-info .nav-tabs>li.active>a:focus,
.with-nav-tabs.panel-info .nav-tabs>li.active>a:hover {
color: #31708f;
background-color: #fff;
border-color: #bce8f1;
border-bottom-color: transparent
}
.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu {
background-color: #d9edf7;
border-color: #bce8f1
}
.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>li>a {
color: #31708f
}
.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>li>a:focus,
.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>li>a:hover {
background-color: #bce8f1
}
.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>.active>a,
.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>.active>a:focus,
.with-nav-tabs.panel-info .nav-tabs>li.dropdown .dropdown-menu>.active>a:hover {
color: #fff;
background-color: #31708f
}
.submit-listing #business-hours-fields label {
width: 100%
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary,
.submit-listing .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
background-color: #242424
}
.panel-info>.panel-heading {
padding: 0
}
.panel-info>.panel-heading .nav-tabs {
border: none
}
.submit-listing .social-media-fields {
background-color: #eff3f6;
padding: 20px 20px 5px;
position: relative
}
.submit-listing .custom-alert .icheckbox_flat {
float: right
}
.submit-listing .social-media-fields h4 {
margin-bottom: 20px
}
.submit-listing .upload-ad-images {
min-height: 199px;
text-align: center;
line-height: 200px;
border: 3px dotted #e1e1e1
}
.submit-listing .upload-ad-images .dz-message {
font-size: 20px;
font-family: Mogra, cursive;
display: inline-block;
vertical-align: middle;
line-height: normal
}
.submit-listing .upload-ad-images .dz-message .note {
font-family: Poppins, sans-serif;
font-size: 16px
}
.submit-listing .dropzone .dz-image-preview {
line-height: normal
}
.submit-listing .dropzone.dz-started {
line-height: normal
}
.submit-listing .upload-ad-images.dz-started .dz-message {
display: none
}
.submit-listing .login-section {
background-color: #eff3f6;
padding: 20px;
position: relative;
overflow: hidden;
margin-top: 20px
}
.submit-listing .tab-content .login-section .form-group label {
font-size: 16px;
margin-right: 20px
}
.submit-listing .tab-content .login-section #signin-fields {
position: relative;
overflow: hidden;
clear: both
}
.submit-listing .tab-content .login-section #signin-fields label {
margin-right: 0
}
.submit-listing .sw-toolbar-bottom .sw-btn-group,
.submit-listing .sw-toolbar-bottom .sw-btn-group-extra {
margin-top: 20px
}
.submit-listing .sw-toolbar-bottom .sw-btn-group {
margin-top: 20px;
margin-right: 5px
}
.submit-listing .sw-toolbar-bottom .sw-btn-group .btn,
.submit-listing .sw-toolbar-bottom .sw-btn-group-extra .btn {
border-radius: 3px!important;
margin-right: 10px
}
.submit-listing .sw-toolbar-bottom .sw-btn-group .btn:last-child,
.submit-listing .sw-toolbar-bottom .sw-btn-group-extra .btn:last-child {
margin-right: 0
}
.submit-listing .sw-toolbar-bottom .sw-btn-group .btn {
background-color: #242424;
color: #fff;
padding: 10px 30px;
border: none
}
.submit-listing .sw-toolbar-bottom .sw-btn-group .btn:focus,
.submit-listing .sw-toolbar-bottom .sw-btn-group .btn:hover {
background-color: #e52d27;
border: none!important;
box-shadow: none!important
}
.submit-listing .category-based-features {
position: relative;
overflow: hidden;
margin-bottom: 20px;
background-color: #eff3f6;
padding: 20px;
padding-bottom: 10px
}
.submit-listing .category-based-features:after {
content: "";
display: table;
clear: both
}
.submit-listing .category-based-features ul {
list-style: none
}
.submit-listing .submit-listing-section .form-group .bootstrap-switch {
margin-top: 5px
}
.submit-listing .category-based-features ul li {
float: left;
width: 33%;
margin-bottom: 10px
}
.submit-listing .category-based-features ul li label {
margin-left: 10px
}
.submit-listing .submit-listing-notic {
position: relative;
overflow: hidden;
background-color: #eff3f6;
padding: 20px;
padding-bottom: 10px
}
.submit-listing .submit-listing-section {
background-color: #fff;
padding: 30px;
margin-bottom: 30px;
position: relative
}
.submit-listing .submit-listing-section:after {
content: "";
display: table;
clear: both
}
.submit-listing .submit-listing-section .form-group label {
margin-bottom: 10px;
margin-top: 10px;
}
.submit-listing .submit-listing-section .form-group label span {
color: #e52d27;
margin-left: 5px;
}
.submit-listing .submit-listing-section .pric-dwt { padding: 10px 0px; }
input.table-slot{
border-radius: 3px;
height: 45px;
padding: 15px;
}
.submit-listing .submit-listing-section .form-group .input-group-addon:first-child {
border: 1px solid #e1e1e1;
background-color: #fff;
border-right: none;
padding: 13px 15px;
box-shadow: none;
border-radius: 3px 0 0 3px;
color: #d1d1d1
}
.submit-listing .submit-listing-section .form-group {
position: relative;
float: left;
width: 100%;
margin-bottom: 15px
}
.submit-listing .submit-listing-section .form-group.has-success label {
color: #242424
}
.submit-listing .submit-post-button {
position: relative;
overflow: hidden;
margin-top: 30px
}
.submit-listing .submit-post-button .btn {
float: right
}
.dashboard {
background-color: #eff3f6;
position: relative;
z-index: 1;
padding-top: 0
}
.dashboard.theme-padding {
padding: 70px 0
}
.dashboard.theme-padding .mt-30 {
margin-top: 0
}
.dashboard.theme-padding .profile-states {
margin-top: 0
}
.dashboard .contact-box {
background: #fff;
padding: 20px 0 0 0;
border: 1px solid #e8eef1;
border-radius: 0 3px 3px 0;
border-bottom: none
}
.dashboard .contact-box .top-box {
width: 100%;
display: inline-block;
padding: 7px 20px;
position: relative
}
.dashboard .contact-box .top-box i {
width: 40px;
height: 40px;
font-size: 17px;
border-radius: 50%;
background: rgba(3, 169, 244, .1);
color: #03a9f4;
text-align: center;
line-height: 35px
}
.dashboard .contact-box .contact-action {
display: inline-block;
float: right
}
.dashboard .contact-box .contact-action i {
position: relative;
margin: 0 5px
}
.dashboard .contact-box .contact-action a.edit-can i {
background: rgba(7, 177, 7, .12);
color: #07b107
}
.dashboard .contact-box .contact-action a.delete-can i {
background: rgba(221, 32, 39, .12);
color: #dd2027
}
.dashboard .contact-box .contact-img {
max-width: 100px;
display: table;
margin: 0 auto;
margin-top: -130px;
position: relative;
margin-bottom: 30px
}
.dashboard .contact-box .contact-img img {
width: 100px;
height: 100px;
border: 5px solid rgba(255, 255, 255, .8)
}
.dashboard .contact-box .contact-caption {
text-align: center;
padding-bottom: 30px
}
.dashboard .contact-box .contact-caption h4 {
margin-bottom: 3px
}
.dashboard .contact-box .contact-caption span {
display: block;
margin-bottom: 10px
}
.dashboard .contact-box .contact-caption span.follow-user {
background-color: #07b107;
color: #fff;
display: inline;
padding: 0 20px;
margin-bottom: 0;
border-radius: 4px
}
.dashboard .contact-box .contact-caption span.follow-user a {
color: #fff
}
.dashboard .contact-box .contact-footer {
padding: 0 10px;
display: flex;
flex-wrap: nowrap;
align-items: center;
background-color: #fafafa
}
.dashboard .contact-box .contact-footer a.col-half {
width: 50%;
float: left;
padding: 12px 0;
text-align: center
}
.dashboard .contact-box .contact-footer a.col-half span {
font-size: 14px
}
.dashboard .contact-box .contact-footer a.col-half span i {
font-size: 17px;
position: relative;
display: block;
font-style: normal
}
.dashboard .profile-menu {
background: #fff;
padding: 0;
border: 1px solid #e8eef1;
border-radius: 0 3px 3px 0;
margin-bottom: 25px;
position: relative;
overflow: hidden;
border-top: none;
-webkit-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05);
-ms-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05);
-o-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05);
-moz-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05);
box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05)
}
.dashboard .profile-packages-section {
background-color: rgba(3, 169, 244, .1);
color: #242424;
padding: 20px;
border: 1px solid #e8eef1;
border-radius: 3px
}
.profile-packages-section+.profile-packages-section {
margin-top: 25px;
position: relative
}
.profile-packages-section.white {
background-color: #fff
}
.profile-packages-section.white p {
color: #999
}
.profile-packages-section.white i.fa-exclamation-triangle {
-webkit-transform: translatey(0);
transform: translatey(0);
-webkit-animation: float 6s ease-in-out infinite;
animation: float 6s ease-in-out infinite;
bottom: 10px;
font-size: 65px;
position: absolute;
right: 10px;
opacity: .3;
color: #f0ad4e
}
.dashboard .profile-packages-section h4 {
margin-top: 0;
font-weight: 500
}
@-webkit-keyframes float {
0% {
-webkit-transform: translatey(0);
transform: translatey(0)
}
50% {
-webkit-transform: translatey(-15px);
transform: translatey(-15px)
}
100% {
-webkit-transform: translatey(0);
transform: translatey(0)
}
}
@keyframes float {
0% {
-webkit-transform: translatey(0);
transform: translatey(0)
}
50% {
-webkit-transform: translatey(-15px);
transform: translatey(-15px)
}
100% {
-webkit-transform: translatey(0);
transform: translatey(0)
}
}
.dashboard .profile-packages-section p {
margin-bottom: 20px
}
.dashboard .profile-packages-section .btn {
padding: 5px 10px;
font-size: 12px;
text-transform: capitalize
}
.dashboard .profile-detail-area {
background-color: #fff;
padding: 20px;
border-radius: 4px;
position: relative;
float: left;
width: 100%
}
.dashboard .profile-states {
margin-top: -30px
}
.dashboard .profile-states .state-box {
background-color: #fff;
margin-bottom: 20px;
border-radius: 4px;
padding: 20px;
-webkit-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05);
-ms-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05);
-o-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05);
-moz-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05);
box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05)
}
.dashboard .profile-states .state-box .icon {
line-height: 82px;
text-align: center;
color: #232323;
float: left;
margin-right: 10px
}
.dashboard .profile-states .state-box .icon i {
font-size: 24px;
border-radius: 50%;
padding: 20px;
background-color: #03a9f4;
color: #fff
}
.dashboard .profile-states .col-md-6:nth-child(4n+2) i {
background-color: #5cb85c
}
.dashboard .profile-states .col-md-6:nth-child(4n+3) i {
background-color: #f0ad4e
}
.dashboard .profile-states .col-md-6:nth-child(4n+4) i {
background-color: #d9534f
}
.dashboard .profile-states .state-box .content {
background-color: #f5f5f5;
border-radius: 50px 0 0 50px
}
.dashboard .profile-states .state-box .content .numb {
font-size: 40px;
font-weight: 500;
color: #232323;
margin-right: 10px;
display: inline-block;
vertical-align: middle
}
.dashboard .profile-states .state-box .content .text {
font-size: 14px;
font-weight: 400;
color: #232323;
line-height: 70px;
display: inline
}
.dashboard .profile-detail-area .notification-box {
border-bottom: 1px solid #f3f3f3;
float: left;
margin-bottom: 10px;
padding-bottom: 10px;
width: 100%
}
.dashboard .profile-detail-area .notification-box:last-child {
border-bottom: 0;
margin-bottom: 0
}
.dashboard .profile-detail-area .notification-box>i {
float: left;
margin-right: 15px;
width: 3%;
font-size: 20px;
line-height: 40px;
color: #03a9f4
}
.dashboard .profile-detail-area .notification-box-info {
display: table;
width: 93%
}
.dashboard .profile-detail-area .notification-box-title {
color: #555;
display: inline-block;
font-weight: 300;
letter-spacing: 0;
width: 80%
}
.dashboard .profile-detail-area .notification-time {
color: #999;
float: right;
font-size: 12px;
margin-top: 10px
}
.dashboard .profile-detail-area .notification-box-text {
float: left;
margin: 7px 0;
width: 100%
}
.dashboard .profile-detail-area .notification-box-text>p {
color: #555;
font-size: 13px;
font-weight: 300;
letter-spacing: 0;
margin-bottom: 0
}
.dashboard .profile-detail-area .notification-box-title>h5,
.notification-box-inr>h6 {
display: inline-block;
font-size: 15px;
font-weight: 500;
margin-bottom: 0;
text-transform: capitalize
}
.dashboard .profile-detail-area .notification-box-title>h5 a {
color: #232323;
margin-right: 10px;
margin-left: 0;
font-weight: 500
}
.dashboard .profile-detail-area .notification-box-title a {
display: inline-block;
font-size: 16px;
margin-bottom: 0;
text-transform: capitalize;
color: #e52d27;
margin-left: 10px
}
.dashboard .profile-detail-area .profile-detail-title {
position: relative;
overflow: hidden;
margin-bottom: 30px
}
.dashboard .profile-detail-area .profile-detail-title a {
margin-left: 5px;
float: right;
font-size: 12px;
font-weight: 300;
-webkit-transition: all .3s ease 0s;
-moz-transition: all .3s ease- 0s;
-o-transition: all .3s ease 0s;
transition: all .3s ease 0s
}
.dashboard .profile-detail-area .profile-detail-title a .label-success {
border: 1px solid #5cb85c;
color: #5cb85c;
background-color: transparent
}
.dashboard .profile-detail-area .profile-detail-title a .label-warning {
border: 1px solid #f0ad4e;
color: #f0ad4e;
background-color: transparent
}
.dashboard .profile-detail-area .profile-detail-title a .label-danger {
border: 1px solid #d9534f;
color: #d9534f;
background-color: transparent
}
.dashboard .profile-detail-area .profile-detail-title a .label-default {
border: 1px solid #777;
color: #777;
background-color: transparent
}
.dashboard .profile-detail-area .profile-detail-title a .label-info {
border: 1px solid #5bc0de;
color: #5bc0de;
background-color: transparent
}
.dashboard .profile-detail-area .profile-detail-title a.active .label-success,
.dashboard .profile-detail-area .profile-detail-title a:hover .label-success {
background-color: #5cb85c;
color: #fff;
border: 1px solid #5cb85c
}
.dashboard .profile-detail-area .profile-detail-title a.active .label-warning,
.dashboard .profile-detail-area .profile-detail-title a:hover .label-warning {
background-color: #f0ad4e;
color: #fff;
border: 1px solid #f0ad4e
}
.dashboard .profile-detail-area .profile-detail-title a.active .label-danger,
.dashboard .profile-detail-area .profile-detail-title a:hover .label-danger {
background-color: #d9534f;
color: #fff;
border: 1px solid #d9534f
}
.dashboard .profile-detail-area .profile-detail-title a.active .label-info,
.dashboard .profile-detail-area .profile-detail-title a:hover .label-info {
background-color: #5bc0de;
color: #fff;
border: 1px solid #5bc0de
}
.dashboard .profile-detail-area .profile-detail-title a.active .label-default,
.dashboard .profile-detail-area .profile-detail-title a:hover .label-default {
background-color: #777;
color: #fff;
border: 1px solid #777
}
.dashboard .profile-detail-area .profile-detail-title span {
float: right;
font-size: 14px;
font-weight: 300;
padding: 5px 10px;
line-height: 20px;
color: #fff;
border-radius: 4px;
-webkit-transition: all .3s ease 0s;
-moz-transition: all .3s ease- 0s;
-o-transition: all .3s ease 0s;
transition: all .3s ease 0s
}
.dashboard .profile-detail-area .profile-detail-title h4 {
text-align: left;
display: inline;
line-height: 40px;
font-weight: 500
}
.dashboard .profile-detail-area .profile-listing-box {
border-bottom: 1px solid #f3f3f3;
padding-bottom: 30px;
margin-bottom: 20px
}
.dashboard .profile-detail-area .profile-listing-box:last-child {
margin-bottom: 0;
border-bottom: 0
}
.dashboard .profile-detail-area .profile-listing-box>img {
float: left;
margin-right: 20px;
width: 10%;
width: 100px;
height: 100px
}
.dashboard .profile-detail-area .profile-listing-box-info {
display: table;
width: 83%
}
.dashboard .profile-detail-area .profile-listing-box-title h5 a {
font-size: 16px;
font-weight: 400
}
.dashboard .profile-detail-area .profile-listing-box-text ul {
position: relative;
overflow: hidden;
margin-bottom: 20px
}
.dashboard .profile-detail-area .profile-listing-box-text ul li {
display: inline-block;
margin-right: 20px;
color: #999
}
.dashboard .profile-detail-area .profile-listing-box-text ul li a {
color: #999
}
.dashboard .profile-detail-area .profile-listing-box-text ul li a.published {
color: #5cb85c
}
.dashboard .profile-detail-area .profile-listing-box-text ul li a.pending {
color: #f0ad4e
}
.dashboard .profile-detail-area .profile-listing-box-text ul li a.expired {
color: #d9534f
}
.dashboard .profile-detail-area .profile-listing-box-text ul li a:hover {
color: #e52d27
}
.dashboard .profile-detail-area .profile-listing-box-text ul li:before {
content: "-";
width: 100%;
height: 100%;
font-family: FontAwesome;
color: #999;
margin-right: 5px
}
.dashboard .profile-detail-area .profile-listing-actions {
position: relative
}
.dashboard .profile-detail-area .profile-listing-actions a {
border: 1px solid #bbb;
padding: 3px 15px;
display: inline-block;
margin-right: 5px;
color: #999;
border-radius: 4px;
font-size: 12px;
margin-bottom: 5px
}
.dashboard .profile-detail-area .profile-listing-actions a:hover {
background-color: #232323;
color: #fff;
border: 1px solid #232323
}
.dashboard .profile-detail-area .profile-listing-actions a i {
margin-right: 5px
}
.dashboard .profile-detail-area.saved-listings .profile-listing-box-text ul {
margin-bottom: 0
}
.dashboard .profile-detail-area .edit-profile .form-group {
margin-bottom: 30px
}
.dashboard .profile-detail-area .edit-profile .form-group label span {
color: red
}
.dashboard .profile-detail-area .edit-profile input {
height: 50px;
background-color: #fff;
width: 100%;
border: 1px solid #e1e1e1;
box-shadow: none;
line-height: 50px;
border-radius: 3px
}
.dashboard .profile-detail-area .edit-profile .social-media-fields {
margin-top: 20px;
margin-bottom: 30px;
width: 100%;
background-color: #eff3f6;
padding: 20px;
position: relative;
overflow: hidden
}
.dashboard .profile-detail-area .edit-profile .social-media-fields h4 {
margin-bottom: 20px;
margin-top: 0
}
.dashboard .profile-detail-area .edit-profile .social-media-fields .input-group-addon {
border: 1px solid #e1e1e1;
background-color: #fff;
border-right: none;
padding: 15px;
box-shadow: none;
border-radius: 4px 0 0 4px;
color: #d1d1d1
}
.dashboard .profile-detail-area .edit-profile .social-media-fields input {
height: 50px;
background-color: #fff;
width: 100%;
border: 1px solid #e1e1e1;
box-shadow: none;
line-height: 50px;
border-radius: 0 4px 4px 0
}
.dashboard .profile-sidebar .p-image {
position: absolute;
top: 85px;
left: 30px;
color: #232323
}
.dashboard .profile-sidebar .p-image .profile-file-upload {
display: none
}
.dashboard .profile-sidebar .profile-upload-button {
font-size: 20PX;
background-color: rgba(0, 0, 0, .5);
padding: 10px;
border-radius: 50px;
color: #fff;
-webkit-transition: all .3s ease 0s;
-moz-transition: all .3s ease- 0s;
-o-transition: all .3s ease 0s;
transition: all .3s ease 0s;
cursor: pointer
}
.dashboard .profile-sidebar .profile-upload-button:hover {
background-color: rgba(0, 0, 0, .5);
color: #242424
}
.dashboard .cover-image {
position: absolute;
top: -60px;
right: 30px;
color: #fff;
width: 130px;
cursor: pointer
}
.dashboard .cover-image .cover-upload-button {
font-style: normal
}
.dashboard .cover-image .cover-upload-button small {
font-size: 100%;
margin-left: 10px;
font-family: Poppins, sans-serif
}
.dashboard .cover-image .cover-file-upload {
display: none
}
.dashboard .profile-detail-area .profile {
margin-bottom: 30px
}
.dashboard .profile-detail-area .profile ul {
list-style: none;
padding-left: 20px
}
.dashboard .profile-detail-area .profile ul li {
padding-bottom: 10px;
width: 100%;
color: #444
}
.dashboard .profile-detail-area .profile ul li strong {
width: 25%;
display: inline-block
}
.dashboard .profile-detail-area .profile ul li span {
width: 75%
}
.dashboard .profile-detail-area .profile .profile-detail-title {
margin-bottom: 10px
}
.dashboard .profile-detail-area .profile p {
color: #444
}
.dashboard .profile-detail-area .profile-followers {
position: relative;
overflow: hidden;
background-color: #fafafa;
padding: 15px;
border-radius: 4px;
margin-bottom: 30px;
box-shadow: 1px 1px 5px rgba(0, 0, 0, .1)
}
.dashboard .profile-detail-area .profile-followers img {
width: 100px;
height: 100px
}
.dashboard .profile-detail-area .profile-followers p {
margin-bottom: 5px
}
.dashboard .profile-detail-area .profile-followers a.action {
color: #e52d27
}
.dashboard .profile-detail-area .profile-followers a.action i {
margin-right: 5px
}
.profile-review-box {
position: relative;
float: left;
width: 100%;
margin-bottom: 30px
}
.profile-review-box img.img-circle {
width: 70px;
height: 70px;
float: left;
margin-right: 35px
}
.profile-review-box .profile-review-box-info {
width: 85%;
padding: 15px 20px;
float: left;
background-color: #fafafa;
border-radius: 4px;
position: relative;
word-break: break-word;
border: 1px solid #f1f1f1
}
.profile-review-box .profile-review-box-info:before {
content: '';
position: absolute;
left: -20px;
top: 10px;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-right: 20px solid #fafafa
}
.dashboard .profile-detail-area .profile-review-box-info .profile-review-title {
display: inline-block;
font-weight: 300;
letter-spacing: 0;
width: 100%
}
.dashboard .profile-detail-area .profile-review-box-info .profile-review-title>h5 {
display: inline-block;
font-size: 15px;
font-weight: 500;
margin: 0;
text-transform: capitalize
}
.dashboard .profile-detail-area .profile-review-box-info .profile-review-title a {
font-weight: 500;
display: inline-block;
font-size: 16px;
margin-bottom: 0;
text-transform: capitalize;
color: #232323;
margin-left: 10px
}
.dashboard .profile-detail-area .profile-review-box-info .profile-review-title>h5 a {
color: #232323;
margin-right: 10px;
margin-left: 0;
font-weight: 500
}
.dashboard .profile-detail-area .profile-review-box-info .profile-review-title .review-toggle-angle {
position: absolute;
top: 15px;
right: 15px;
cursor: pointer;
-webkit-transition: all .3s ease 0s;
-moz-transition: all .3s ease- 0s;
-o-transition: all .3s ease 0s;
transition: all .3s ease 0s
}
.dashboard .profile-detail-area .profile-review-box-info .profile-review-title .review-toggle-angle.collapsed {
-ms-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
transform: rotate(180deg)
}
.dashboard .profile-detail-area .profile-review-box-info .profile-review-box-text {
margin-top: 10px
}
.dashboard .profile-detail-area .profile-review-box-info .profile-review-box-text p {
color: #444
}
.dashboard .profile-detail-area .profile-review-box-info .profile-review-meta {
padding-top: 10px
}
.dashboard .profile-detail-area .profile-review-box-info .profile-review-meta ul {
list-style: none
}
.dashboard .profile-detail-area .profile-review-box-info .profile-review-meta ul li {
display: inline-block;
margin-right: 20px;
color: #999
}
.dashboard .profile-detail-area .profile-review-box-info .profile-review-meta .ratings i {
color: #bbb;
font-style: normal;
font-size: 14px
}
.dashboard .profile-detail-area .profile-review-box-info .profile-review-meta .ratings i.color {
color: #fc0
}
.dashboard .profile-detail-area .profile-review-box-info .profile-review-box-text .profile-review-reply-box {
margin-top: 20px;
position: relative
}
.dashboard .profile-detail-area .profile-review-box-info .profile-review-box-text .profile-review-reply-box h5 {
margin-bottom: 10px;
margin-top: 0
}
.dashboard .profile-detail-area .profile-review-box-info .profile-review-box-text .profile-review-reply-box textarea {
width: 100%;
border: 1px solid #f1f1f1;
border-radius: 4px;
padding: 15px;
margin-bottom: 15px
}
.dashboard .profile-detail-area .profile-review-box-info .profile-review-box-text .profile-review-reply-box textarea:focus,
.dashboard .profile-detail-area .profile-review-box-info .profile-review-box-text .profile-review-reply-box textarea:hover {
box-shadow: none;
border: 1px solid #f1f1f1
}
.dashboard .profile-detail-area .profile-review-box-info .profile-review-box-text .profile-review-edit-box {
padding: 0
}
.dashboard .profile-detail-area .profile-review-box-info .profile-review-box-text .profile-review-edit-box h5 {
margin-bottom: 10px;
margin-top: 0;
cursor: pointer
}
.dashboard .profile-detail-area .profile-review-box-info .profile-review-box-text .profile-review-edit-box h5 i {
margin-right: 10px
}
.dashboard .profile-detail-area .profile-review-box-info .profile-review-box-text .profile-review-edit-box .review-form {
padding: 20px 0
}
.profile-menu .accordion {
width: 100%;
max-width: 768px;
background: #fff
}
.profile-menu .accordion .profile-menu-link {
width: 100%;
cursor: pointer;
display: inline-block;
padding: 15px 15px 15px 20px;
color: #232323;
font-size: 14px;
border-bottom: 1px solid #f8f8f8;
position: relative;
-webkit-transition: all .4s ease;
-o-transition: all .4s ease;
transition: all .4s ease
}
.profile-menu .accordion li a {
display: block;
text-decoration: none;
color: #232323;
padding: 15px;
padding-left: 20px;
-webkit-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
font-weight: 400;
border-bottom: 1px solid #f8f8f8
}
.profile-menu .accordion .profile-menu-link:hover,
.profile-menu .accordion li a:hover {
color: #e52d27
}
.profile-menu .accordion li i {
position: absolute;
top: 20px;
left: 12px;
font-size: 18px;
color: #595959;
-webkit-transition: all .4s ease;
-o-transition: all .4s ease;
transition: all .4s ease
}
.profile-menu .accordion li i.ti-angle-down {
right: 12px;
left: auto;
font-size: 14px
}
.profile-menu .accordion li.open .profile-menu-link {
color: #e52d27
}
.profile-menu .accordion li.open i {
color: #e52d27
}
.profile-menu .accordion li.open i.ti-angle-down {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg)
}
.profile-menu .accordion li span {
margin-right: 5px
}
.profile-menu .submenu {
display: none;
background: #fff;
font-size: 14px
}
.profile-menu .submenu li {
border-bottom: 1px solid #f1f1f1;
background-color: #fafafa
}
.profile-menu .submenu li:last-child {
border-bottom: 1px solid #fff
}
.profile-menu .accordion li .submenu a {
display: block;
text-decoration: none;
color: #232323;
padding: 12px;
padding-left: 35px;
-webkit-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
font-weight: 400
}
.profile-menu .submenu a:hover {
background: #fff2e5;
color: #232323
}
.error-page-section {
position: relative;
overflow: hidden;
text-align: center
}
.error-page-section .error-404 h2 {
font-size: 150px;
font-weight: 500;
font-family: Mogra, cursive;
margin: 0;
line-height: 150px;
text-shadow: 5px 5px 1px rgba(0, 0, 0, .2)
}
.error-page-section .error-404 h4 {
font-size: 30px;
margin-top: 0;
font-weight: 500
}
.error-page-section .error-404 p {
font-size: 16px;
margin-bottom: 30px
}
.login .modal-dialog {
width: 350px
}
.login .modal-footer {
border-top: 0;
margin-top: 0;
padding: 10px 20px 20px
}
.login .modal-header {
border: 0 none;
padding: 15px 15px 15px
}
.login .division {
float: none;
margin: 0 auto 18px;
overflow: hidden;
position: relative;
text-align: center;
width: 100%
}
.login .division .line {
border-top: 1px solid #dfdfdf;
position: absolute;
top: 10px;
width: 34%
}
.login .division .line.l {
left: 0
}
.login .division .line.r {
right: 0
}
.login .division span {
color: #424242;
font-size: 17px
}
.login .box .social {
float: none;
margin: 0 auto 30px;
text-align: center
}
.login .social .circle {
background-color: #e1e8ed;
color: #fff;
border-radius: 100px;
display: inline-block;
margin: 0 17px;
padding: 15px
}
.login .social .circle .fa {
font-size: 16px
}
.login .social .facebook {
background-color: #455ca8;
color: #fff
}
.login .social .google {
background-color: #f74933
}
.login .facebook:hover {
background-color: #6e83cd
}
.login .google:hover {
background-color: #ff7566
}
.login .forgot {
color: #797979;
margin-left: 0;
overflow: hidden;
text-align: center;
width: 100%
}
.login .btn-login,
.registerBox .btn-register {
background-color: #0bf;
border-color: #0bf;
border-width: 0;
display: block;
margin: 0 auto;
padding: 15px 50px;
text-transform: uppercase;
width: 100%
}
.login .form-control {
border-radius: 3px
}
.login .box .form input[type=password],
.login .box .form input[type=text] {
border-radius: 3px;
color: #333;
font-size: 16px;
height: 46px;
margin-bottom: 15px;
padding: 13px 12px;
width: 100%
}
@media (max-width:400px) {
.login .modal-dialog {
width: 100%
}
}
.sidebar.transparen-listing-sidebar .contact-box {
background: #fff;
padding: 20px 0 20px 0;
border: 1px solid #e8eef1;
border-radius: 0 3px 3px 0;
border-bottom: none
}
.sidebar.transparen-listing-sidebar .contact-box .contact-img {
max-width: 100px;
display: table;
margin: 0 auto;
margin-top: -70px;
position: relative
}
.sidebar.transparen-listing-sidebar .contact-box .contact-img img {
width: 100px;
height: 100px;
border: 5px solid rgba(255, 255, 255, .8)
}
.sidebar.transparen-listing-sidebar .contact-box .contact-caption {
text-align: center;
padding-bottom: 15px;
padding: 0 35px
}
.sidebar.transparen-listing-sidebar .contact-box .contact-caption h4 {
margin-bottom: 3px
}
.sidebar.transparen-listing-sidebar .contact-box .contact-caption span {
display: block;
margin-bottom: 10px
}
.sidebar.transparen-listing-sidebar .contact-box .contact-caption span.follow-user {
background-color: #07b107;
color: #fff;
display: inline;
padding: 0 20px;
margin-bottom: 0;
border-radius: 4px
}
.sidebar.transparen-listing-sidebar .contact-box .contact-caption span.follow-user a {
color: #fff
}
.sidebar.transparen-listing-sidebar .contact-box .contact-footer {
padding: 0 10px;
display: flex;
flex-wrap: nowrap;
align-items: center;
background-color: #fafafa
}
.sidebar.transparen-listing-sidebar .contact-box .contact-footer a.col-half {
width: 50%;
float: left;
padding: 12px 0;
text-align: center
}
.sidebar.transparen-listing-sidebar .contact-box .contact-footer a.col-half span {
font-size: 14px
}
.sidebar.transparen-listing-sidebar .contact-box .contact-footer a.col-half span i {
font-size: 17px;
position: relative;
display: block;
font-style: normal
}
.none {
display: none
}
iframe {
width: 100%
}
.aligncenter {
clear: both;
display: block;
margin: 6px auto;
text-align: center
}
.alignleft {
float: left;
margin-bottom: 6px!important;
margin-left: 0;
margin-right: 24px;
margin-top: 6px
}
.alignright {
float: right;
margin-bottom: 6px!important;
margin-left: 24px;
margin-right: 0;
margin-top: 6px
}
.wp-caption-dd,
.wp-caption-text {
color: #444;
font-size: 16px;
font-style: italic;
font-weight: 400;
line-height: 17px;
margin: 6px 0 26px;
text-align: left
}
.blog-detial .blog-post .post-excerpt .tags-share .tags ul {
margin-top: 0;
padding-left: 0;
margin-bottom: 15px
}
.blog-detial .blog-post .post-excerpt .col-md-12.add-pages {
padding-left: 0;
margin-top: 15px
}
.post-desc ul {
list-style: circle;
margin-bottom: 0;
margin-top: 20px;
font-size: 16px
}
.post-desc ol {
font-size: 16px
}
.single-blog.blog-detial .blog-post .post-excerpt.post-desc ul li ul {
margin-top: 0
}
.single-blog.blog-detial .blog-post .post-excerpt.post-desc .comment-info p {
margin-bottom: 5px
}
.single-blog.blog-detial .blog-post .post-excerpt.post-desc .comment-info blockquote p {
margin-bottom: 0
}
.single-blog.blog-detial .blog-post .post-excerpt h1,
.single-blog.blog-detial .blog-post .post-excerpt h2,
.single-blog.blog-detial .blog-post .post-excerpt h3,
.single-blog.blog-detial .blog-post .post-excerpt h4,
.single-blog.blog-detial .blog-post .post-excerpt h5,
.single-blog.blog-detial .blog-post .post-excerpt h6 {
color: #333
}
.static-page .blog-detial .blog-post table tr th {
color: #333
}
.static-page .blog-detial .blog-post table tr td a {
color: #333;
font-weight: 600
}
.static-page .single-blog.blog-detial.blog-detial .blog-section .comment-respond .comment-form p.logged-in-as {
margin-left: 0
}
.static-page .single-blog.blog-detial.blog-detial .blog-section .blog-heading h2 {
margin-top: 0
}
.static-page .single-blog.blog-detial.blog-detial .blog-section .comment-respond .comment-form div.col-sm-12 {
padding-left: 0;
padding-right: 0
}
.static-page .single-blog.blog-detial .blog-post {
margin-bottom: 0
}
.single-blog.blog-detial .blog-post .post-excerpt dl dt,
.single-blog.blog-detial .blog-post .post-excerpt table tr th {
color: #333
}
.main-menu .mega-menu .drop-down,
.main-menu .mega-menu .drop-down-tab-bar {
top: 58px
}
.main-menu .mega-menu .drop-down-multilevel {
top: 58px
}
.main-menu .mega-menu ul.drop-down-multilevel li ul.drop-down-multilevel {
top: 0
}
.single-blog.blog-detial .blog-post .post-excerpt dl {
margin-top: 10px
}
.single-blog.blog-detial .blog-post .post-excerpt dl dd,
.single-blog.blog-detial .blog-post .post-excerpt dl dt {
margin-bottom: 10px
}
.single-blog.blog-detial .blog-post .post-excerpt p em strong,
.single-blog.blog-detial .blog-post .post-excerpt p strong,
.single-blog.blog-detial .blog-post .post-excerpt ul li em strong {
color: #333
}
.about-us-content p {
margin-bottom: 15px
}
.blog-sidebar .widget.widget-content .textwidget p strong {
color: #333
}
.blog-sidebar .widget.widget-content a.rsswidget {
display: inline-block
}
.blog-sidebar .widget {
padding: 20px 25px
}
.blog-sidebar .widget .widget-heading h4.panel-title {
margin-bottom: 10px
}
.blog-sidebar .widget .widget-heading h4 a {
padding: 0
}
.blog-sidebar .widget select {
margin-top: 15px
}
.blog-sidebar .widget.widget-content ul li.cat-item ul.children {
padding: 0;
margin-left: 10px!important
}
.gallery {
margin-left: -.5em;
margin-right: -.5em
}
.gallery:after {
display: table;
content: "";
clear: both
}
.gallery-item {
margin: 0;
float: left;
padding: .5em
}
.gallery-item img {
width: 100%
}
.gallery-columns-1 .gallery-item {
width: 100%;
float: none
}
.gallery-columns-2 .gallery-item {
width: 50%
}
.gallery-columns-3 .gallery-item {
width: 33.3333%
}
.gallery-columns-4 .gallery-item {
width: 25%
}
.gallery-columns-5 .gallery-item {
width: 20%
}
.gallery-columns-6 .gallery-item {
width: 16.6667%
}
.gallery-columns-7 .gallery-item {
width: 14.2857%
}
.gallery-columns-8 .gallery-item {
width: 12.5%
}
.gallery-columns-9 .gallery-item {
width: 11.1111%
}
.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
clear: left
}
.post-desc table,
.post-desc td,
.post-desc th {
border: 1px solid #ddd;
text-align: left
}
.post-desc table {
border-collapse: collapse;
width: 100%
}
.post-desc td,
.post-desc th {
padding: 15px
}
.media .children li {
margin-bottom: 0!important
}
.comment_form {
margin-top: 0!important
}
.commentform .form-submit {
padding-left: 15px
}
.comment-reply-title {
margin-top: 0!important
}
.sb_margin_top {
margin-top: 40px
}
.sb_margin_bottom {
margin-bottom: 40px
}
#wp-calendar {
width: 100%;
font-size: 16px
}
#wp-calendar thead th {
background: #f5f5f5;
border: 1px solid #ddd;
border-top: 0;
font-size: 14px
}
#wp-calendar tbody td {
text-align: center;
border: 1px solid #ddd;
line-height: 2.5em;
transition: background .15s ease;
-webkit-transition: background .15s ease;
-o-transition: background .15s ease;
-moz-transition: background .15s ease
}
#wp-calendar tbody td:hover {
background: #f1f1f1;
color: #333
}
#wp-calendar tbody td a {
display: block;
text-decoration: none;
background: #f1f1f1;
color: #333
}
#wp-calendar tbody td:hover a {
background: #4d4d4d;
color: #fff
}
#wp-calendar tfoot td {
padding-top: 1px;
padding: 4px
}
#wp-calendar caption {
cursor: pointer;
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
margin: 0;
padding: 12px;
outline: 0 none!important;
border: 1px solid #ddd;
color: #232323
}
#wp-calendar tbody a {
display: block;
text-decoration: underline
}
#wp-calendar th {
text-align: center;
border: 1px solid transparent;
border-top: 0;
padding: 7px 0;
color: #a7a7a7
}
#footer #wp-calendar thead th {
background: #222
}
#footer #wp-calendar tbody td {
border-color: #222
}
.screen-reader-text {
display: none
}
.blog-sidebar .widget select {
position: relative;
display: inline-block;
width: 100%;
margin-bottom: 15px
}
.blog-sidebar .widget .widget ul.children {
margin-top: 0;
padding-left: 0
}
.blog-sidebar .widget select {
display: inline-block;
width: 100%;
padding: 10px 15px;
outline: 0
}
.textwidget img {
width: 300px;
height: auto
}
#sb_message_response {
display: none
}
.blog-sidebar .widget .sub-menu ul.children {
margin-left: 5px!important
}
.blog-sidebar .widget.widget-content ul.children {
padding-top: 2px;
margin-top: 0;
padding-left: 0;
padding-bottom: 2px
}
.sb_ads_top {
padding-bottom: 8px
}
.sb_ads_bottom {
padding-bottom: 28px
}
.sticky,
.tag-sticky-2 {
background: 0
}
.sticky,
.tag-sticky-2 {
background-color: #ededed;
color: #272727
}
.sticky:before,
.tag-sticky-2:before {
content: "\f08d";
color: #999;
padding: 10px;
font-family: FontAwesome;
display: inline-block;
right: 24px;
font-size: 30px;
position: absolute;
text-transform: uppercase;
top: 20px
}
.blog-post .sticky,
.blog-post .tag-sticky-2 {
background: #fff;
border: 2px solid #232323
}
.btn:focus,
a:focus {
outline: 0!important;
text-decoration: none!important
}
.logged-in-as a {
color: #000!important
}
.section-padding-page {
padding: 40px 0
}
.bg-gray {
background-color: #fafafa!important
}
.bg-white {
background-color: #fff!important
}
.link-more {
font-size: 13px
}
.shop-grid .woocommerce-placeholder {
height: 344px!important
}
.custom_holder_single {
width: 293px!important;
height: 223px!important
}
.custom_holder_grid {
height: 269px!important;
width: 358px!important
}
.custom_holder_list {
height: 196px!important;
width: 261px!important
}
.no-custom-padding {
padding: 0!important
}
.orderby {
height: 40px;
width: 250px
}
.tab-content .product-tabs-content {
padding: 25px
}
.woocommerce-Reviews-title {
display: none
}
.fun-facts-icons {
font-size: 45px;
margin-bottom: 10px
}
.why-icon {
font-size: 50px!important;
line-height: 70px!important;
margin-left: 20px!important
}
.woocommerce-product-search {
background-color: transparent!important
}
#white_bar {
display: none
}
.clr_white {
color: #fff
}
.white-social {
color: #fff!important
}
.input-group-addon button {
border: 0;
background-color: #eee
}
.tags ul li {
margin-left: 5px
}
.tagcloud a {
font-size: 14px!important
}
.features .features-text h3 a {
color: #000!important;
font-size: 16px;
margin: 0;
padding: 0 0 10px;
text-align: left;
text-transform: capitalize
}
.cats-ld {
display: none
}
#ad_posting {
display: none
}
.select-package hr {
margin-top: 0!important
}
.ad-price small {
font-size: 10px;
color: #000;
margin-right: 5px
}
.status_active {
background: #4caf50;
color: #fff
}
.status_expired {
background: #d9534f;
color: #fff
}
.status_sold {
background: #3498db;
color: #fff
}
.ad_status {
padding: 5px 12px!important;
margin-bottom: 5px
}
.category-grid-box-1 .message-box .message span {
color: #fff;
font-size: 20px;
font-weight: 600;
padding: 5px 20px;
text-transform: capitalize;
background-color: #f58936!important
}
.category-grid-box-1 .message-box {
bottom: 3px;
position: absolute;
right: 0
}
.category-grid-box-1 .message-box:hover {
cursor: pointer
}
.message-text {
width: 100%!important
}
.message-history-active {
background-color: #f8f8f8
}
.return-to-shop {
display: none
}
.sb_anchor {
color: #fff!important;
font-weight: bolder
}
.popover-title {
color: #000!important
}
.popover-content .btn-group a.btn-primary {
color: #fff!important
}
.popover-title {
font-size: 14px!important
}
.ad-listing .ad-content .additional-info li a:hover {
background-color: #f58936!important
}
.padding-left {
padding-left: 10px!important
}
.jqte_editor ul {
margin-left: 39px!important
}
.ad-listing-meta ul {
list-style: none!important
}
.search-block .text-box {
position: relative;
background: #f3f3f3
}
.icon-search {
position: absolute;
top: 10px;
left: 14px;
font-size: 34px;
color: #ccc
}
.search-modal .modal-body {
position: relative;
padding-top: 0
}
.search-modal .modal-header {
background: #202020 none repeat scroll 0 0
}
.search-modal .modal-header h3 {
color: #fff
}
.search-modal .form-control {
background-color: transparent!important;
border: none!important;
padding-left: 40px
}
.search-modal .search-block .popular-search {
padding-top: 15px
}
.search-modal .search-block .popular-search label {
font-size: 16px
}
.search-modal .search-block .popular-search ul li a {
color: #232323
}
.search-modal .form-control:focus {
box-shadow: none
}
.search-modal .close {
color: #fff!important
}
.search-modal .close:focus,
.search-modal .close:hover {
color: #fff!important
}
.descs-box .desc-points {
margin-bottom: 0!important
}
.descs-box .desc-points p b {
color: #232323!important
}
.descs-box .tags-share {
border-bottom: 0 solid #d7d7d7!important;
padding: 0!important
}
.padding_cats+.padding_cats {
padding-left: 5px
}
.contactEmail a {
color: #000!important
}
span.profile_tabs {
cursor: pointer!important
}
.blog-sidebar .widget .widget-content {
background-color: #fff;
border-top-color: #eee;
overflow: hidden;
padding: 20px 25px
}
.widget-content ol {
padding-left: 15px
}
.f_custom {
display: block
}
.wpcf7-form .form-control {
display: inline-block
}
span .wpcf7-not-valid {
border: 1px solid red
}
span.wpcf7-not-valid-tip {
display: none
}
div.wpcf7-validation-errors {
background: #ffe2e2;
border: 1px solid red;
color: #c10000
}
div.wpcf7-response-output {
margin: 2em 0;
padding: 15px;
border-radius: 5px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
position: absolute;
top: 0;
width: 100%
}
div.wpcf7-validation-errors {
display: none!important
}
.wpcf7-spam-blocked {
background: #e2e2e2;
border: 1px solid #bcbcbc!important;
color: #232323
}
.wpcf7-mail-sent-ng {
background: #fcf8e3;
border: 1px solid #ac9163!important;
color: #8a6d3b
}
.wpcf7-mail-sent-ok {
background: #dff0d8;
border: 1px solid #3c763d!important;
color: #3c763d
}
.blog-sidebar .widget.widget-content .tagcloud a:hover {
color: #fff
}
.single-blog.blog-detial .blog-post .post-excerpt blockquote p cite {
color: #232323;
font-weight: 600
}
.static-page .blog-post {
border: medium none
}
.widget .search-form input.search-submit {
display: none!important
}
.post-desc h1 {
font-size: 48px;
margin: 25px 0 0
}
.post-desc h2 {
font-size: 30px;
margin: 25px 0
}
.post-desc h3 {
font-size: 22px;
margin: 22px 0
}
.post-desc h4 {
font-size: 20px;
margin: 25px 0
}
.post-desc h5 {
font-size: 18px;
margin: 30px 0
}
.post-desc h6 {
font-size: 16px;
margin: 36px 0
}
.blog-sidebar .widget .select2-container--default .select2-selection--single .select2-selection__clear {
display: none
}
.sb-top-bar_notification {
background-color: #fcf8e3;
text-align: center;
padding: .6em;
color: #000;
font-size: smaller;
font-weight: 800;
display: none
}
.sb-top-bar_notification a {
text-decoration: none;
color: #8a6d3b
}
.user-img {
width: 50px!important
}
.header-top .header-right ul.listnone li.dropdown ul.dropdown-menu {
left: auto;
right: 0!important
}
.blog-sidebar .widget .input-group-addon {
color: #fff;
border: medium none;
border-radius: 0
}
.blog-post .post-excerpt form.post-password-form input[type=submit] {
color: #fff;
padding: 2px 15px
}
.blog-post .post-excerpt form.post-password-form input[type=submit] {
background-color: #242424;
border: 1px solid #242424
}
.static-page .post-excerpt {
margin-bottom: 0
}
.static-page .single-blog.blog-detial .post-excerpt.post-desc ol {
margin-bottom: 0
}
.post-ad-form .row .col-md-6 {
min-height: 97px
}
.post-excerpt.post-desc ul li span {
font-size: 16px!important
}
.post-excerpt.post-desc ul li em,
.post-excerpt.post-desc ul li strong {
color: #232323!important;
font-weight: 500!important;
font-size: 16px!important
}
.blog-detial .comment-info img {
max-width: 70px
}
.blog-detial .comment-info .author-title {
margin-bottom: 0
}
.comment-list .comment .comment-info .author-desc .author-title li a {
color: #999;
font-size: 14px
}
.blog-sidebar .widget ul {
padding-left: 0;
margin-bottom: 0;
position: relative
}
.blog-sidebar .widget ul li {
width: 100%;
margin: 0;
text-align: left;
display: table;
padding: 10px 0;
border-bottom: 1px solid #f1f1f1;
font-size: 14px;
color: #999
}
.blog-sidebar .widget ul li.recentcomments {
display: inline-block
}
.blog-sidebar .widget ul li.recentcomments a {
float: none;
margin-left: 5px;
margin-right: 0
}
.blog-sidebar .widget ul li.recentcomments span.comment-author-link a {
margin-left: 0
}
.blog-sidebar .widget ul li a::before {
content: '\f0da';
color: #e1e8ed;
line-height: 27px;
font-family: fontawesome;
width: 30px;
text-align: left;
position: absolute;
left: 0
}
.blog-sidebar .widget ul li a {
text-align: left;
color: #333;
float: left;
font-size: 14px;
margin-left: 15px;
margin-right: 5px
}
.blog-sidebar .widget .textwidget {
color: #999
}
.blog-sidebar .widget .textwidget p strong {
color: #232323
}
@-webkit-keyframes jconfirm-spin {
from {
-webkit-transform: rotate(0);
transform: rotate(0)
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@keyframes jconfirm-spin {
from {
-webkit-transform: rotate(0);
transform: rotate(0)
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
.list-section-1 .list-section-1 #imaginary_container {
margin-top: 0
}
.list-section-1 .stylish-input-group .input-group-addon {
background: #fff!important;
border-color: #e1e1e1
}
.list-section-1 .stylish-input-group .form-control {
border-right: 0;
box-shadow: 0 0 0;
border-color: #e1e1e0
}
.list-section-1 .stylish-input-group button {
border: 0;
background: 0 0
}
.list-section-1 .selectpicker {
border: 1px solid #e1e1e1;
width: 100%;
height: 45px
}
.list-section-1 .list-category-buttons .btn {
width: 100%
}
.list-section-1 .list-box-shadow {
box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05);
position: relative;
display: table;
width: 100%;
padding: 30px
}
.list-section-1 .list-box-shadow .form-join {
float: left;
width: 100%;
background: #38496b;
border-radius: 0
}
.list-section-1 .list-box-shadow .form-join label {
color: #fff
}
.list-section-1 .list-box-shadow .form-join .btn-theme {
margin-top: 25px;
color: #fff;
padding: 12px 20px
}
.for-shortcodes.list-boxes {
padding: 70px 0
}
.list-boxes {
padding: 0 0 70px 0
}
.list-boxes .list-contain-text h2 {
font-weight: 500;
text-transform: capitalize;
font-size: 20px;
color: #ffff;
margin: 0;
margin-bottom: 5px
}
.list-boxes .list-contain-text h2 a {
color: #fff
}
.list-boxes .list-contain-text .fa-location-arrow {
padding-right: 10px;
color: #ffc400
}
.list-boxes .list-contain-text {
bottom: 0;
padding: 20px;
width: 100%;
position: absolute
}
.event-catz {
position: absolute;
top: 30px;
left: 15px
}
.event-catz .btn-success {
background-color: #e52d27;
color: #fff;
border: none;
padding: 4px 10px;
margin-bottom: 5px;
font-size: 12px
}
.pricing-table {
position: relative;
padding-bottom: 40px
}
.list-boxes .list-contain-text span {
color: #ddd;
font-size: 14px
}
.list-style-images-area {
position: relative
}
.list-style-images-area img.event-img {
width: 100%;
min-height: 250px;
max-height: 250px;
-webkit-transition: -webkit-transform linear .4s;
-o-transition: transform linear .4s;
-moz-transition: transform linear .4s, -moz-transform linear .4s;
transition: transform linear .4s;
transition: transform linear .4s, -webkit-transform linear .4s, -moz-transform linear .4s
}
.list-style-images-area:hover img.event-img {
-webkit-transform: scale(1.158);
-moz-transform: scale(1.158);
-ms-transform: scale(1.158);
transform: scale(1.158);
-webkit-transition: -webkit-transform linear 5s;
-o-transition: transform linear 5s;
-moz-transition: transform linear 5s, -moz-transform linear 5s;
transition: transform linear 5s;
transition: transform linear 5s, -webkit-transform linear 5s, -moz-transform linear 5s
}
.list-boxes-submit-area .event-dates {
font-weight: 600;
margin-bottom: 5px
}
.list-boxes-submit-area {
position: relative;
overflow: hidden
}
.list-section-1 {
padding: 40px 0 0
}
.list-bottom-area {
background: #fff;
padding: 0;
box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05);
position: relative;
overflow: hidden
}
.list-bottom-area .fa-clock-o {
font-size: 22px
}
.list-contain-area {
position: relative;
margin-bottom: 30px
}
.dwt_listing_timer-icon {
float: left;
width: 20%;
border-right: 1px solid #ddd;
text-align: center
}
.dwt_listing_timer-icon i {
font-size: 42px!important;
line-height: 76px
}
.dwt_listing_timer-count {
float: right;
width: 80%
}
.overlays {
background: rgba(0, 0, 0, 0) url(//ilankanali.com/wp-content/themes/dwt-listing/assets/images/overlaybg.png) repeat-x scroll left bottom;
bottom: 0;
color: #fff;
left: 0;
min-height: 40px;
position: absolute;
width: 100%
}
.events-type-list .ads-list-archive .ad-archive-desc .category-title {
margin-bottom: 5px
}
.events-type-list .ads-list-archive .event-stats ul {
list-style: none
}
.events-type-list .ads-list-archive .event-stats ul li {
font-size: 14px;
color: #777;
padding: 3px 0;
font-family: 'Open Sans', sans-serif
}
.events-type-list .ads-list-archive .event-stats ul li strong {
color: #232323
}
.events-type-list .ads-list-archive .event-stats ul li i {
margin-right: 5px;
color: #ffc400
}
.event-hero-intro {
padding: 220px 0 250px;
background-size: cover;
position: relative
}
.event-hero-intro::after {
background: rgba(0, 0, 0, .2);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%
}
.event-hero-intro h1 {
font-size: 39px;
font-weight: 700
}
.event-hero-intro p {
width: 70%;
text-align: center;
margin: 0 auto;
margin-bottom: 0;
margin-bottom: 20px
}
.event-hero-intro h1,
.event-hero-intro p {
color: #fff;
position: relative;
z-index: 1
}
.event-hero-intro-search {
width: 100%;
max-width: 680px;
margin: 0 auto;
position: relative;
z-index: 1
}
.event-hero-intro-search input {
font-size: 16px;
height: 62px;
padding: 0 30px;
color: #000;
width: 100%;
border: none;
border-radius: 3px
}
.event-hero-intro-search button {
font-size: 16px;
height: 62px;
margin-left: 6px;
text-align: center;
color: #fff;
border: none;
width: 100%;
border-radius: 3px;
background: #e52d27
}
.event-hero-intro-search button i {
margin-left: 20px
}
.search_box {
background: rgba(255, 255, 255, .2);
padding: 30px;
-webkit-border-radius: 3px;
border-radius: 3px;
position: relative;
overflow: hidden
}
.event-list-cat {
color: #fff;
position: relative;
overflow: hidden;
width: 100%;
background-color: #000;
text-align: left;
margin-bottom: 30px
}
.event-list-cat * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all .6s ease;
transition: all .6s ease
}
.event-list-cat img {
max-width: 100%;
overflow: hidden
}
.event-list-cat:after {
background: #000;
width: 0;
height: 6px;
position: absolute;
left: 0;
bottom: 0;
content: '';
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out
}
.event-list-cat .event-cat-hover {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 15px 30px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
background-color: rgba(0, 0, 0, .7);
z-index: 9;
color: #fff
}
.event-list-cat h2,
.event-list-cat span {
margin: 0;
width: 100%
}
.event-list-cat h2 {
font-weight: 400;
text-transform: uppercase;
font-size: 18px !important;
color: #fff !important;
}
.event-list-cat span {
color: #e6e6e6;
font-weight: 700;
text-transform: uppercase
}
.event-list-cat.red:after {
background-color: #c0392b
}
.event-list-cat.red span {
color: #d65548
}
.event-list-cat.hover img,
.event-list-cat:hover img {
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2)
}
.event-list-cat.hover:after,
.event-list-cat:hover:after {
width: 100%
}
.hero-list-event::before {
background-color: rgba(34, 34, 34, .6);
content: "";
display: inline-block;
height: 100%;
position: absolute;
width: 100%
}
.hero-list-event {
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
min-height: 550px;
position: relative;
width: 100%
}
.hero-list-event .search-container {
display: block;
padding: 150px 0 0;
position: relative;
width: 100%
}
.hero-list-event .search-container h1 {
color: #fff;
font-size: 36px;
margin-bottom: 30px;
font-weight: 500
}
.hero-list-event .search-container .tab .nav-tabs {
border-bottom: 0 none;
background: 0 0
}
.hero-list-event .search-container .tab .nav-tabs li a {
font-size: 16px;
color: #333;
background: #fff;
border: none;
padding: 12px 22px;
border-radius: 0;
position: relative
}
.hero-list-event .search-container .tab .nav-tabs li.active a {
border: 0 none;
background: #fa6e6f;
color: #fff
}
.hero-list-event .search-container .tab .nav-tabs li.active a:after {
content: "";
position: absolute;
left: 45%;
bottom: -14px;
border: 7px solid transparent;
border-top: 7px solid #fa6e6f
}
.hero-list-event .search-container .tab .tab-content {
padding: 15px 30px;
font-size: 14px;
color: #5a5c5d;
margin-top: 20px;
background: rgba(255, 255, 255, .3);
border-bottom: 3px solid #fa6e6f;
float: left;
width: 100%
}
.hero-list-event .search-container .tab .tab-content .form-group label {
color: #fff;
font-size: 16px;
font-weight: 500
}
.hero-list-event .search-container .tab .tab-content .form-group .form-control {
border-radius: 3px
}
.hero-list-event .search-container .tab .tab-content .form-group .btn {
margin-top: 30px;
border-radius: 0;
padding: 12px 20px
}
@media only screen and (max-width:480px) {
.hero-list-event .search-container .tab .nav-tabs li {
width: 100%;
margin-bottom: 10px
}
.hero-list-event .search-container .tab .nav-tabs li a {
border: 1px solid #d3d3d3
}
.hero-list-event .search-container .tab .nav-tabs li.active a:after {
border: none
}
}
.hero-list-event .search-container .input-group-addon {
color: #ccc;
background-color: #fff;
border-radius: 0;
padding: 10px 15px
}
.single-event-detials .event-images-card,
.single-event-detials .owl-item {
transition: all 1s ease-out;
-webkit-transition: all 1s ease-out;
-moz-transition: all 1s ease-out;
-o-transition: all 1s ease-out;
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0) scale(1, 1);
-moz-transform: translateZ(0) scale(1, 1);
-ms-transform: translateZ(0) scale(1, 1);
-o-transform: translateZ(0) scale(1, 1);
transform: translateZ(0) scale(1, 1)
}
.single-event-detials .owl-wrapper {
position: relative;
width: 100%;
margin: 0;
padding: 0
}
.single-event-detials.cards {
position: relative;
width: 100%
}
.single-event-detials .event-images-card {
display: flex;
justify-content: center;
border-radius: 4px;
opacity: .7;
-webkit-transform: scale(.87);
transform: scale(.87);
transition: opacity 1s ease, -webkit-transform .4s .5s ease-out;
transition: transform .4s .5s ease-out, opacity 1s ease;
transition: transform .4s .5s ease-out, opacity 1s ease, -webkit-transform .4s .5s ease-out;
box-shadow: 0 1px 3px rgba(0, 0, 0, .2)
}
.single-event-detials .active .event-images-card {
box-shadow: 0 0 1em rgba(0, 0, 0, .2);
-webkit-transform: box-shadow .3s ease, transform .1s .4s ease-in, opacity .4s ease;
transform: box-shadow .3s ease, transform .1s .4s ease-in, opacity .4s ease
}
.single-event-detials .event-loop-content {
display: flex;
align-items: center;
text-align: center;
color: #fff;
opacity: 1
}
.single-event-detials .event-loop-content img {
min-width: 875px;
min-height: 450px;
max-height: 450px
}
.single-event-detials .active .event-loop-content {
opacity: 1;
transition: opacity .4s ease
}
.single-event-detials .center .event-images-card {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1)
}
.single-event-detials .center .event-images-card:hover {
box-shadow: 0 8px 16px -5px rgba(0, 0, 0, .4)
}
.single-event-detials .owl-theme .owl-dots .owl-dot span {
width: 4em;
height: 4px;
margin: 0 .5em;
background: #d6d6d6;
display: block;
-webkit-backface-visibility: visible;
transition: opacity .2s ease;
border-radius: 0
}
.single-event-detials .owl-theme .owl-dots .owl-dot.active span,
.single-event-detials .owl-theme .owl-dots .owl-dot:hover span {
background: #ff527b
}
@-webkit-keyframes slide-down {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -120%, 0);
transform: translate3d(0, -120%, 0)
}
100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
}
@keyframes slide-down {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -120%, 0);
transform: translate3d(0, -120%, 0)
}
100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
}
@-webkit-keyframes slide-up {
0% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -120%, 0);
transform: translate3d(0, -120%, 0)
}
}
@keyframes slide-up {
0% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -120%, 0);
transform: translate3d(0, -120%, 0)
}
}
.event-short-info {
padding: 10px 15px;
border-radius: 3px;
border: 1px solid #ddd;
position: relative;
overflow: hidden
}
.event-short-info h4 {
margin: 0;
font-weight: 500;
color: #232323;
font-size: 16px;
text-transform: capitalize
}
.event-short-info ul {
list-style: none
}
.event-short-info li {
font-size: 14px;
padding: 15px 0;
float: left;
width: 100%;
border-bottom: 1px solid #e1e8ed;
color: #818181
}
.event-short-info li a {
color: #818181
}
.event-short-info li:last-child {
border-bottom: medium none
}
.event-short-info li i {
padding-right: 5px;
font-size: 16px;
color: #ffc400
}
.dwt_listing_single-event .dwt_listing_single-detial {
position: relative;
overflow: hidden;
margin-top: 30px
}
.dwt_listing_single-detial .event-title-zone {
position: relative
}
.dwt_listing_single-detial .entry-content b,
.dwt_listing_single-detial .entry-content strong {
color: #232323
}
.dwt_listing_single-detial .entry-content ol,
.dwt_listing_single-detial .entry-content ul {
padding-left: 20px
}
.dwt_listing_single-detial .entry-content ol li,
.dwt_listing_single-detial .entry-content ul li {
color: #818181;
padding: 5px 0
}
.dwt_listing_single-detial .event-title-zone h3 {
font-size: 22px;
margin-bottom: 15px;
margin-top: 0;
font-weight: 500;
text-transform: capitalize;
-webkit-transition: all .3s ease 0s;
-moz-transition: all .3s ease 0s;
-ms-transition: all .3s ease 0s;
-o-transition: all .3s ease 0s;
transition: all .3s ease 0s
}
.dwt_listing_single-detial .entry-content h4 {
color: #232323
}
.dwt_listing_single-detial .entry-content p {
color: #999;
font-size: 16px;
line-height: 30px
}
.dwt_listing_single-detial .entry-content .event-map {
position: relative;
margin: 30px 0
}
.dwt_listing_single-detial .entry-content .event-map #map {
height: 400px
}
.modern-version-block-info {
line-height: 35px;
width: 100%;
margin-bottom: 30px
}
.modern-version-block-info .post-author {
color: #818181;
font-size: 14px
}
.modern-version-block-info .spliator {
margin: 0 5px
}
.modern-version-block-info .post-author a {
color: #333;
font-weight: 500;
font-size: 14px
}
.modern-version-block-info img {
border-radius: 100%;
margin-right: 7px;
width: 35px
}
.dwt_listing_single-detial .entry-content .review-author-detail h4 {
margin: 0
}
.dwt_listing_single-detial .entry-content .review-box .review-author-left .review-author-img img {
border-radius: 50%
}
.dwt_listing_single-detial .entry-content .single-post {
margin-bottom: 30px
}
.dwt_listing_single-detial .entry-content .single-post .reviews .review-filters {
margin-bottom: 15px
}
.dwt_listing_single-event .dwt_listing_single-detial .blog-sidebar .list-bottom-area {
border: 1px solid #ddd;
margin-bottom: 30px;
box-shadow: none
}
.dwt_listing_single-event .dwt_listing_single-detial .blog-sidebar .list-style-images-area img.event-img {
min-height: 320px;
max-height: 320px
}
.dwt_listing_single-event .dwt_listing_single-detial .blog-sidebar .listing-coupon-block {
border: 1px solid #e1e8ed
}
.dwt_listing_single-event .dwt_listing_single-detial .blog-sidebar .widget .list-boxes {
padding: 0
}
.widget-margin {
margin-top: 20px
}
.dwt_listing_single-detial .entry-content .blog-post .blog-section .comment-list p {
margin-bottom: 5px
}
.dwt_listing_single-detial .entry-content .blog-post .blog-section .blog-heading h2 {
margin: inherit;
padding: inherit;
font-size: 18px
}
.dwt_listing_listing-detialz .widget {
margin-top: 0;
margin-bottom: 20px
}
.dwt_listing_listing-detialz .listing-tagcloud {
margin-top: 15px;
overflow: hidden
}
.dwt_listing_listing-detialz .listing-tagcloud a {
background: #fff none repeat scroll 0 0;
border: 1px solid #e2e2e2;
display: inline-block;
float: left;
font-size: 12px;
line-height: 34px;
margin: 0 4px 8px 0;
padding: 0 17px;
color: #999;
border-radius: 3px;
text-transform: uppercase;
transition: all .3s ease 0s;
o-transition: all .3s ease 0s;
-ms-transition: all .3s ease 0s;
-moz-transition: all .3s ease 0s;
-webkit-transition: all .3s ease 0s
}
.single-event-widget {
position: relative;
width: 100%;
height: 100%;
background: url(//ilankanali.com/wp-content/themes/dwt-listing/assets/images/event-polygon.jpg) center center no-repeat;
background-size: cover;
min-height: 250px;
margin-bottom: 20px;
padding: 30px;
border: 1px solid #f5f5f5;
-webkit-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05);
-ms-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05);
-o-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05);
-moz-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05);
box-shadow: 0 2px 22px 0 rgba(0, 0, 0, .05)
}
.single-event-widget:before {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: #000;
background: -moz-linear-gradient(to right, #434343, #000);
background: -webkit-linear-gradient(to right, #434343, #000);
background: -webkit-gradient(linear, 100% 0, 0 0, from(#434343), to(#000));
background: -o-linear-gradient(to right, #434343, #000);
background: linear-gradient(to right, #434343, #000);
opacity: .75
}
.notify-event {
position: relative;
z-index: 999;
border: 1px solid #fff;
padding: 20px 15px
}
.notify-event i {
font-size: 60px;
color: #fff;
z-index: 9
}
.notify-event h3 {
font-size: 18px
}
.notify-event p {
font-size: 14px
}
.notify-event h3,
.notify-event p {
color: #fff
}
.notify-event ul {
list-style: none;
margin-bottom: 15px;
position: relative;
overflow: hidden
}
.notify-event ul li {
color: #fff;
float: left;
padding: 4px 0;
width: 100%
}
.notify-event ul li i {
padding-right: 5px;
font-size: 16px;
color: #ffc400
}
.submit-post-img-container span.my-loc a {
font-size: 18px;
color: #565656
}
.submit-post-img-container span.my-loc {
background: #fff none repeat scroll 0 0;
margin: 10px 14px;
padding: 0;
position: absolute;
cursor: pointer;
z-index: 9;
width: 35px;
height: 35px;
overflow: hidden;
bottom: 4px;
right: 20px;
line-height: 37px;
text-align: center;
outline: medium none currentcolor
}
.fresh-arrival {
margin: 0
}
.partners .single-partner {
padding: 20px;
border: 1px solid #eee;
margin: 0 -1px -1px 0;
text-align: center
}
.partners .single-partner img {
opacity: .5;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;
width: auto;
display: ine-block;
display: inline-block
}
.partners .single-partner:hover img {
opacity: 1
}
.no-gutters {
margin-right: 0;
margin-left: 0
}
.no-gutters>.col,
.no-gutters>[class*=col-] {
padding-right: 0;
padding-left: 0
}
.partners.bg-gray .single-partner {
border: 1px solid #ccc
}
.listing-detial-video iframe {
border-width: 0
}
.listing-section {
position: relative;
overflow: hidden;
width: 100%
}
.additional_field {
position: relative;
margin-bottom: 30px;
background-color: #eff3f6;
float: left;
width: 100%;
padding-bottom: 20px
}
.submit-listing .category-based-fields {
margin-top: 20px;
margin-bottom: 0;
padding: 0 20px;
position: relative;
float: left;
width: 100%;
overflow: hidden
}
.submit-listing .category-based-fields ul.my_fields {
list-style: none
}
.submit-listing .category-based-fields ul.my_fields li {
float: left;
width: 33%;
margin-bottom: 10px
}
.submit-listing .category-based-fields ul.my_fields li label {
margin-left: 10px
}
.fields-custom-text {
font-size: 18px;
margin-bottom: 20px
}
.app-section.bg-gray .heading-2 {
padding-top: 50px
}
.dashboard .transparen-listing-sidebar {
position: relative;
top: 0
}
.dashboard-tabs .nav-tabs {
border-bottom: 1px solid #e52d27
}
.dashboard-tabs .nav-tabs li {
margin: 0 2px 0 0;
position: relative
}
.dashboard-tabs .nav-tabs li.active:before {
content: "";
position: absolute;
bottom: -28px;
left: 51px;
border: 14px solid transparent;
border-top-color: #e52d27
}
.dashboard-tabs .nav-tabs li.active:after {
content: "";
position: absolute;
bottom: -24px;
left: 53px;
border: 12px solid transparent;
border-top-color: #fff
}
.dashboard-tabs .nav-tabs li a {
border: none;
padding: 13px 35px;
font-size: 14px;
color: #777;
background: 0 0;
border-radius: 0;
font-weight: 500
}
.dashboard-tabs .nav-tabs li a:hover {
color: #e52d27
}
.dashboard-tabs .nav-tabs li a i {
display: block;
text-align: center;
margin-bottom: 5px
}
.dashboard-tabs .nav-tabs li.active a,
.dashboard-tabs .nav-tabs li.active a:focus,
.dashboard-tabs .nav-tabs li.active a:hover {
border: none;
background: 0 0;
color: #e52d27;
transition: background .2s linear 0s
}
.dashboard-tabs .tab-content {
font-size: 14px;
color: #777;
background: #fff;
line-height: 25px;
margin-top: 25px
}
.dashboard-tabs .tab-content #my-eventz .profile-listing-box {
padding-bottom: 0;
min-height: 136px
}
.dashboard-tabs .tab-content #my-eventz .profile-listing-box-title h5 a {
font-size: 18px;
font-weight: 500
}
.autocomplete-suggestions {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #999;
background: #fff;
cursor: default;
overflow: auto;
-webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, .64);
-moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, .64);
box-shadow: 1px 4px 3px rgba(50, 50, 50, .64)
}
.autocomplete-suggestion {
padding: 2px 5px;
white-space: nowrap;
overflow: hidden
}
.autocomplete-no-suggestion {
padding: 2px 5px
}
.autocomplete-selected {
background: #f0f0f0
}
.autocomplete-suggestions strong {
font-weight: 700;
color: #000
}
.autocomplete-group {
padding: 2px 5px;
font-weight: 700;
font-size: 16px;
color: #000;
display: block;
border-bottom: 1px solid #000
}
.short-detail .list-detail .listing-description ol,
.short-detail .list-detail .listing-description ul {
padding-left: 40px
}
.short-detail .list-detail .listing-description ol li,
.short-detail .list-detail .listing-description ul li {
color: #ababab;
padding-bottom: 10px;
font-family: 'Open Sans', sans-serif
}
.custom-sorting-filters {
position: relative;
padding: 20px 30px 20px;
background-color: #fff;
color: #333;
font-size: 14px;
float: left;
width: 100%;
border-top: 1px solid #f1f1f1
}
.custom-sorting-filters .list-inline li i {
color: #bbb
}
.custom-sorting-filters .list-inline li button {
border: medium none;
padding: 0;
background: 0 0;
background-color: transparent
}
.list-style-images-area .profile-avtar {
position: absolute;
right: 20px;
top: 20px;
border-radius: 30px
}
.list-style-images-area .profile-avtar img {
width: 45px;
border-radius: 30px
}
.custom-allign {
line-height: 30px
}
.mega-menu .drop-down-multilevel li:hover>a {
color: #e52d27
}
.mega-menu .drop-down-multilevel li:hover>a i {
color: #e52d27
}
.listing-widget .listing-widget-heading h4 i {
margin-top: 3px
}
.faqs-accordion {
list-style: outside none none;
margin: 0;
padding: 0
}
.faqs-accordion>li {
border-bottom: 1px solid #f3f3f3;
padding: 18px 0
}
.gray .faqs-accordion>li {
border-bottom: 1px solid #ddd
}
.faqs-accordion>li:first-child {
padding-top: 0
}
.faqs-accordion-title {
font-size: 18px;
font-weight: 500;
position: relative;
margin: 0
}
.faqs-accordion-title a {
display: block;
color: #232323
}
.faqs-accordion-title a::before {
background: rgba(0, 0, 0, 0) url(//ilankanali.com/wp-content/themes/dwt-listing/assets/images/plus.png) no-repeat scroll center center;
content: "";
display: block;
height: 8px;
margin-top: -4px;
position: absolute;
right: 0;
top: 50%;
width: 8px
}
.faqs-accordion li.open .faqs-accordion-title a::before {
background: rgba(0, 0, 0, 0) url(//ilankanali.com/wp-content/themes/dwt-listing/assets/images/minus.png) no-repeat scroll center center
}
.faqs-accordion-content {
display: none;
padding-top: 10px
}
.faqs-accordion-content p {
margin-bottom: 15px;
line-height: 1.6em;
font-size: 16px;
color: #999
}
.faqs-accordion-content p:last-child {
margin-bottom: 0
}
.faqs-accordion.first-open li:first-child .faqs-accordion-content {
display: block
}
.woocommerce .woocommerce-ordering {
width: 30%
}
#dwt_listing_map_listing {
width: 800px;
height: 600px;
border: 1px solid #ccc
}
.ads-listing-history {
position: relative;
overflow: hidden;
width: 100%
}
.no-container {
display: table;
height: 100%;
table-layout: fixed;
width: 100vw;
position: relative;
overflow: hidden
}
.no-container>.left-area {
display: flex;
height: 100%;
vertical-align: top;
position: relative;
overflow: hidden
}
.no-container #map {
height: 100%
}
.no-container .map {
height: 100%;
width: 100%;
z-index: 1;
overflow: hidden
}
.no-container>.right-area {
background: #f1f2f6 none repeat scroll 0 0;
display: table-cell;
height: 100%;
vertical-align: top;
position: relative
}
.no-container>.right-area>.inner-content.no-right {
padding: 20px 0 0 0
}
.no-container>.right-area>.inner-content {
height: calc(101vh - 73px);
overflow: auto;
padding: 20px 15px 0 0;
width: 100%;
position: relative;
clear: both
}
.map-in-listings {
position: relative;
overflow: hidden;
width: 100%;
background: #fff;
font-size: 14px
}
.map-in-listings .list-thumbnail a img {
min-height: 170px;
max-height: 170px;
width: 100%
}
.map-in-listings .list-thumbnail {
position: relative;
width: 100%
}
.map-in-listings .entry-header {
width: 100%;
padding: 10px
}
.map-in-listings .entry-header h3 {
font-size: 16px;
margin-top: 0;
margin-bottom: 5px;
font-weight: 500
}
.map-in-listings .entry-header h3 a {
color: #242424;
text-transform: capitalize
}
.map-in-listings .entry-header .ratings {
position: relative;
overflow: hidden;
margin-bottom: 6px
}
.map-in-listings .entry-header .ratings i.rating-counter {
background-color: #25a25a;
background-image: -moz-linear-gradient(center bottom, rgba(0, 0, 0, .17) 0, rgba(255, 255, 255, .17) 100%);
background-image: -webkit-linear-gradient(center bottom, rgba(0, 0, 0, .17) 0, rgba(255, 255, 255, .17) 100%);
background-image: -webkit-gradient(linear, 0 100%, 0 0, from(rgba(0, 0, 0, .17)), to(rgba(255, 255, 255, .17)));
background-image: -o-linear-gradient(center bottom, rgba(0, 0, 0, .17) 0, rgba(255, 255, 255, .17) 100%);
background-image: linear-gradient(center bottom, rgba(0, 0, 0, .17) 0, rgba(255, 255, 255, .17) 100%);
font-style: normal;
padding: 0 10px;
color: #fff;
font-size: 14px;
font-weight: 600;
margin-left: 10px;
border-radius: 5px
}
.map-in-listings .entry-header .ratings i.color {
color: #fc0
}
.map-in-listings .entry-header .ratings i {
color: #ddd;
font-size: 14px
}
.map-in-listings .entry-header .posted-date {
color: #999
}
.left-area .leaflet-popup-content-wrapper {
padding: 1px;
text-align: left;
pointer-events: all;
box-shadow: none;
overflow: hidden;
line-height: inherit;
border-radius: 0
}
.left-area .leaflet-popup-content {
margin: 0;
overflow: hidden;
position: relative;
border-radius: 0;
box-shadow: none;
line-height: inherit
}
.leaflet-container a.leaflet-popup-close-button {
z-index: 2
}
.filtes-with-maps .panel-group .panel {
border-radius: 0;
box-shadow: none;
border-color: #ddd;
margin-top: 15px
}
.filtes-with-maps .panel-default>.panel-heading {
padding: 0;
border-radius: 0;
color: #777;
background-color: #fff;
border-color: #ddd
}
.filtes-with-maps .panel-title {
font-size: 14px
}
.filtes-with-maps .panel-title>a {
display: block;
padding: 10px 15px;
text-decoration: none;
color: #777;
font-size: 16px
}
.filtes-with-maps .more-less {
float: right;
color: #777;
font-size: 12px;
line-height: 18px
}
.filtes-with-maps .panel-default>.panel-heading+.panel-collapse>.panel-body {
border-top-color: #ddd
}
.filtes-with-maps .panel-default ul li {
width: 33%;
margin-top: 5px
}
.filtes-with-maps .panel-default ul li label {
color: #777;
font-size: 14px
}
.filtes-with-maps .panel-default .btn {
padding: 6px 20px;
margin-top: 10px;
float: right
}
.filtes-with-maps {
position: relative;
width: 100%
}
.filtes-with-maps .seprator {
position: relative;
width: 100%;
clear: both;
float: left
}
.filtes-with-maps:after,
.filtes-with-maps:before {
content: "";
display: table
}
.filtes-with-maps:after {
clear: both
}
.search-top-bar {
position: relative;
clear: both
}
.new-filter {
background: #fff;
border-radius: 4px;
margin-top: -100px;
margin-bottom: 50px;
float: left;
width: 100%;
padding: 20px;
position: relative;
z-index: 990;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}
.new-filter .search-form .btn {
margin-top: 43px
}
.new-filter.no-top-margin {
margin-top: 0
}
.adv-srch {
color: #232323;
float: right;
font-size: 14px;
font-weight: 500;
text-align: right
}
.new-filter .advanced-search {
display: none
}
.new-filter input.form-control {
border: 1px solid #ddd;
border-radius: 3px;
box-shadow: none
}
.new-filter .form-group {
margin-bottom: 20px;
position: relative;
display: block
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
border: solid #000 ddd
}
.select2-container--default .select2-selection--multiple {
border: 1px solid #ddd;
border-radius: 3px;
min-height: 44px
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
border: solid #ddd 1px
}
.select2-dropdown {
background-color: #fff;
border: 1px solid #ddd;
border-radius: 3px
}
.no-container .ads-listing-history .ad-archive-desc h3 {
margin-top: 0;
margin-bottom: 5px
}
.no-container .ads-listing-history .ad-archive-desc .category-title {
margin-bottom: 7px
}
.search-heading-zone {
position: relative;
min-height: 80px;
padding: 30px 22px 21px 76px;
background-color: #242424
}
.search-heading-zone .h4 {
display: block;
color: #fff;
font-weight: 500;
margin: 0;
font-size: 20px
}
.search-heading-zone i {
position: absolute;
top: 25px;
left: 30px;
font-size: 29px;
color: #fff;
opacity: .7
}
.filter-zone {
padding-bottom: 25px;
margin-bottom: 35px;
border-bottom: 1px solid #f0f0f0;
display: inline-block;
width: 100%
}
.listing-sort {
position: relative;
padding-top: 10px
}
.filter-zone p {
margin-bottom: 0
}
.filter-zone h3 {
margin-top: 0
}
.filter-zone .dwt_listing_filters {
margin-bottom: 0;
margin-top: 15px
}
.search-container .tab-content .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 29px
}
.dwt_listing_product-single-detial .tab-content .tab-pane p:last-child {
margin-bottom: 0
}
.comment-meta-wrapper {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-bottom: 2rem
}
.comment .gravatar {
width: 5rem;
margin: 0
}
.comment-wrapper img.avatar {
border-radius: 50%;
vertical-align: bottom;
margin: 0;
min-width: 40px;
border: 1px solid #ddd;
padding: 1px
}
.comment-meta {
line-height: 1.4
}
.comment-author-linkz,
.comment-author-linkz a {
color: #333;
font-weight: 500
}
.comment-meta-item,
.entry-meta-item {
font-size: 14px;
text-transform: uppercase;
color: #999
}
.comment-meta-item a {
color: #e52d27
}
.comment-content {
padding: 2rem;
background-color: #fafafa;
border: 1px solid #e1e8ed;
margin-bottom: 2rem;
position: relative
}
.comment-list .comment .comment-wrapper,
.comment-list .comment .comment-wrapper ol,
.comment-list .comment .comment-wrapper ul {
color: #545454
}
.comment-list .comment .comment-wrapper dd,
.comment-list .comment .comment-wrapper dt {
line-height: inherit
}
.comment-list .comment .comment-wrapper table {
border: 1px solid #999;
background-color: #fff
}
.comment-list .comment .comment-wrapper table,
.comment-list .comment .comment-wrapper td,
.comment-list .comment .comment-wrapper th {
text-align: left
}
.comment-content::after {
position: absolute;
top: -8px;
left: 12px;
width: 0;
height: 0;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 8px solid #e1e8ed
}
.comment-content::after {
clear: both
}
.comment-content::after,
.comment-content::before {
content: "";
display: table;
table-layout: fixed
}
.comment-reply-link {
font-family: inherit;
font-size: 14px;
line-height: 1.5;
text-transform: uppercase;
color: #e52d27
}
h3#reply-title {
font-size: 18px
}
.post-excerpt li {
margin: 0 0 0 2.571428571rem
}
.blog-section .comment-respond .comment-form .form-group label {
font-size: 16px
}
.comment-content ul,
.mu_register ul,
.post-excerpt ol,
.post-excerpt ul {
line-height: 1.714285714
}
.post-excerpt ol.comment-list li {
margin: inherit
}
.post-excerpt ol.comment-list li .comment-body ol,
.post-excerpt ol.comment-list li .comment-body ul {
margin: 0 0 0 2.571428571rem
}
.post-views {
display: none
}
.post-desc .add-pages span.btn {
font-size: 14px;
font-weight: 500;
padding: 10px 14px
}
.post-desc .add-pages span.btn.btn-default:hover {
color: #fff;
background-color: #e52d27;
border-color: #e52d27
}
.dashboard .profile-detail-area .ad-archive-desc h3 {
font-size: 18px;
margin-top: 0;
margin-bottom: 5px
}
.dashboard .profile-detail-area .ad-archive-desc .category-title {
margin-bottom: 5px
}
.error-404 {
position: relative;
padding: 80px;
-webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .05);
-moz-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .05);
box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .05)
}
.dwt_listing_product-details form.cart ul li {
margin-bottom: 5px
}
.premium-slider .owl-carousel .owl-nav button.owl-next,
.premium-slider .owl-carousel .owl-nav button.owl-prev,
.premium-slider .owl-carousel button.owl-dot {
padding: 5px 10px!important;
background-color: #e52d27;
color: #fff
}
.premium-slots.no-top {
margin-top: 0
}
.search-widget {
position: relative
}
.profile-detail-area .profile-review-box .review-form {
background-color: transparent
}
.additional_custom_fields {
position: relative;
overflow: hidden
}
.specific-search {
position: relative
}
.specific-search>i {
color: #999;
cursor: pointer;
font-size: 18px;
right: 15px;
position: absolute;
top: 50%;
z-index: 1;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%)
}
.specific-search>i.extra-spin {
top: 30%
}
.tab-content .specific-search>i {
top: 67%
}
.form-join .specific-search>i {
top: 68%
}
.form-join .specific-search>i.extra-spin {
top: 57%
}
.tab-content .specific-search>i.extra-spin {
top: 57%
}
.location-filters .form-group i.detect-me {
right: 45px;
top: 20px
}
.location-filters .form-group i.detect-me.extra-spin {
top: 30%
}
.mega-menu .menu-list-items ul.drop-down-multilevel li a {
color: #444
}
.hero-with-live-search {
position: relative;
height: 600px
}
.hero-with-live-search p {
color: #fff;
z-index: 55;
position: relative;
font-size: 18px;
margin-bottom: 20px
}
.hero-with-live-search .main-search-title {
padding-top: 162px
}
.hero-with-live-search .main-search-title h1 {
color: #fff;
font-size: 36px;
margin-top: 0;
margin-bottom: 10px
}
.search-section {
height: auto;
outline: medium none;
padding: 0;
position: relative;
width: 100%;
z-index: 5
}
.search-section .search-options>li {
float: left;
list-style: outside none none;
margin: 0;
width: 60%;
position: relative
}
.search-section .search-options>li input {
margin: 0;
width: 100%;
color: #444;
padding-left: 10px
}
.search-section .search-options>li .btn {
border-radius: 0 2px 2px 0;
height: 44px
}
.search-section .search-options>li .btn.btn-danger {
background-color: #2d343d;
border-color: #2d343d
}
.search-section .search-options>li:nth-child(2) {
width: 25%
}
.search-section .search-options>li:nth-child(3) {
width: 15%
}
.hero-form-sub {
color: #fff;
font-size: 12px;
margin: 24px 0 0;
position: relative
}
.hero-form-sub strong {
margin: 0 20px 0 0;
font-size: 14px
}
.hero-form-sub ul {
display: inline-block;
margin: 0;
padding: 0;
position: relative
}
.hero-form-sub li {
display: inline-block;
margin: 5px 10px 5px 0;
position: relative
}
.hero-form-sub li a {
background-color: #2e2e2e;
border-radius: 3px;
color: #fff;
padding: 3px 12px;
text-transform: capitalize
}
#form-panel {
background-color: rgba(255, 255, 255, .45);
padding: 24px 25px;
position: relative
}
.typeahead.dropdown-menu {
padding: 0 0;
z-index: 999
}
.typeahead.dropdown-menu li {
border-bottom: 1px solid #f1f1f1
}
.typeahead.dropdown-menu>li>a {
padding: 10px 20px;
white-space: normal
}
.classical-hero {
position: relative;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 662px;
min-height: 662px
}
.hero-content-extra {
width: 50%;
text-align: center;
display: table;
margin: 90px auto 0
}
.hero-content-extra h1 {
font-size: 32px;
font-weight: 700;
color: #232323
}
.hero-content-extra p {
color: #777
}
.buttons-case {
padding: 0;
margin: 0;
list-style: none
}
.buttons-case li a.btn {
width: 200px;
padding: 12px 20px
}
.buttons-case>li {
display: inline-block;
margin: 10px 10px 10px 0
}
.btn-theme.btn-active {
color: #fff;
background-color: #e52d27;
border-color: #e52d27
}
.review-detail-meta {
font-weight: 600
}
.form-join .form-group {
position: relative
}
.transparent-breadcrumb-listing .list-heading h2 {
color: #fff!important
}
.header-type-2 {
box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .1)
}
.menu-list-items span.label {
color: #fff!important
}
.hero-with-live-search .main-search-title.need-extra-space {
padding-top: 310px
}
.icon-section-area-listing ul {
list-style: none
}
.icon-section-area-listing ul li {
float: left;
width: 20%;
border: 1px solid #f1f1f1;
text-align: center;
padding: 15px;
height: 140px
}
.icon-section-area-listing ul li span {
display: block
}
.icon-section-area-listing ul li a {
font-size: 50px;
display: inline-block
}
.profile-menu .accordion .profile-menu-link,
.profile-menu .accordion li,
.profile-menu .accordion li a {
font-size: 14px!important
}
.dashboard .profile-packages-section .plan-detail b {
color: #242424
}
.dashboard .profile-detail-area .notification-box-title strong {
font-weight: 500;
color: #232323
}
.dashboard .profile-detail-area .notification-box-title a {
font-weight: 500
}
.get-loc {
position: relative
}
.get-loc i.detect-me {
color: #999;
cursor: pointer;
font-size: 18px;
right: 15px;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 2
}
.get-loc i.extra-spin {
top: 28%
}
.listing-item .listing-img a.post-img img {
min-width: unset;
max-height: unset;
width: 100%;
height: 100%;
object-fit: cover;
}
.hero-youtube {
position: relative;
color: #fff;
padding-top: 200px;
padding-bottom: 200px;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover
}
.video_overlay {
background-color: rgba(11, 15, 41, .45);
position: absolute;
height: 100%;
width: 100%;
top: 0;
right: 0
}
.hero-youtube .hero-title {
font-size: 48px;
font-weight: 700;
color: #fff;
line-height: 1.1
}
.hero-youtube .hero-tagline {
font-size: 16px;
line-height: 30px;
width: 39%;
margin: 14px auto;
color: #fff
}
.grid-style-s1,
.grid-style-s2,
grid-style-s4 {
background: #fff none repeat scroll 0 0;
border-radius: 3px;
box-shadow: 0 0 50px 0 rgba(0, 0, 0, .12);
margin-bottom: 30px;
position: relative;
overflow: hidden
}
.grid-style-s1 .author-and-cat {
overflow: hidden;
position: relative;
padding: 10px 30px
}
.grid-style-s1 .author-areaz {
display: block;
float: left;
width: 85%
}
.grid-style-s1 .author-areaz a img {
border: 1px solid #e4e4e4;
border-radius: 50%;
float: left;
margin-right: 15px;
width: 50px
}
.grid-style-s1 .listing-auth-name>h5 {
margin-bottom: 0;
text-transform: capitalize;
margin-top: 0
}
.grid-style-s1 .listing-auth-name {
overflow: hidden;
padding-top: 5px
}
.grid-style-s1 .listing-auth-name a span {
color: #ccc
}
.grid-style-s1 .listing-bookmark {
color: #ed1c24;
display: block;
float: right;
font-size: 20px;
font-weight: 700;
padding-top: 11px
}
.grid-style-s1 .listing-bookmark i {
color: #ed1c24
}
.grid-style-s1 .listing-image-box {
overflow: hidden;
position: relative
}
.grid-style-s1 .listing-image-box img {
min-width: 100%;
max-height: 250px
}
.grid-style-s1 .listing-grid-content-area>h4 {
font-weight: 500;
line-height: 29px;
margin-bottom: 21px;
margin-top: 0
}
.grid-style-s1 .listing-grid-content-area {
padding: 0 30px 30px;
position: relative
}
.grid-style-s1 .listing-grid-content-area>h4:hover a {
color: #86bc42
}
.grid-style-s1 .listing-grid-content-area>a {
color: #ccc;
font-weight: 600;
text-transform: uppercase
}
.grid-style-s1 .listing-grid-content-area>a i {
padding-left: 7px
}
.grid-style-s1 .listing-grid-content-area>a:hover {
color: #86bc42
}
.grid-style-s1 .listing-short-meta {
overflow: hidden;
padding: 17px 0 4px
}
.grid-style-s1 .ratings {
position: relative;
float: left
}
.grid-style-s1 .ratings i.color {
color: #fc0
}
.grid-style-s1 .ratings i {
color: #ddd;
font-size: 14px
}
.grid-style-s1 .ratings span.rating-counter {
font-size: 14px;
font-weight: 600;
margin-left: 5px;
border-radius: 5px;
color: #ccc
}
.grid-style-s1 .video-button,
.grid-style-s3 .video-button {
position: absolute;
right: 30px;
bottom: 10px;
opacity: .6;
-webkit-transition: all .3s ease 0s;
-moz-transition: all .3s ease- 0s;
-o-transition: all .3s ease 0s;
transition: all .3s ease 0s;
z-index: 9
}
.grid-style-s1 .claimed-badge {
position: absolute;
right: 30px;
bottom: 50px;
-webkit-transition: all .3s ease 0s;
-moz-transition: all .3s ease- 0s;
-o-transition: all .3s ease 0s;
transition: all .3s ease 0s;
z-index: 9
}
.header-type-2 .menu-button li.profile-dropdown ul.dropdown-menu li a {
padding: 1px 15px
}
.header-type-2 .menu-button li.profile-dropdown ul.dropdown-menu {
margin-top: 9px
}
.for_featured_list {
position: relative;
overflow: hidden
}
#featurez .panel-body .custom-alert {
margin-bottom: 0
}
.form-control-clear {
z-index: 10;
pointer-events: auto;
cursor: pointer
}
::-ms-clear {
display: none
}
.listing-widget-sidebar .input-group .form-group input.form-control {
border: 1px solid #ddd!important;
border-radius: 3px;
color: #999;
font-size: 14px;
height: 45px;
padding: 10px 15px;
box-shadow: none
}
.listing-widget-sidebar .input-group {
margin-bottom: 20px;
position: relative
}
.listing-widget-sidebar .input-group .input-group-btn .btn-default {
border-color: #ddd;
color: #bdbdbd;
line-height: 23px
}
.listing-widget-sidebar .input-group .form-group .form-control-feedback {
line-height: 45px;
color: #bdbdbd
}
.listing-widget-sidebar .input-group .input-group-btn .btn-default:hover {
color: #fff
}
.no-container .left-area .leaflet-div-icon:before,
.no-container .left-area .map-marker:before {
border: 4px solid transparent;
border-width: 10px 13px;
border-top-color: #242424;
bottom: -21px;
height: 0;
content: '';
display: block;
left: 50%;
position: absolute;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
width: 0;
z-index: 11
}
.no-container .left-area .leaflet-div-icon:after,
.no-container .left-area .map-marker:after {
background-color: #242424;
border-radius: 50%;
bottom: 0;
box-shadow: inset 0 0 8px rgba(0, 0, 0, .3);
content: '';
left: 0;
position: absolute;
right: 0;
top: 0;
z-index: 12
}
.no-container .left-area .leaflet-div-icon i,
.no-container .left-area .map-marker i {
color: #fff;
font-size: 30px;
left: 50%;
position: absolute;
top: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
z-index: 13
}
.no-container .left-area .leaflet-div-icon:hover,
.no-container .left-area .map-marker:hover {
top: -2px
}
.no-container .left-area .leaflet-container .leaflet-div-icon,
.no-container .left-area .leaflet-container .map-marker {
background-color: #242424;
border: 5px solid #242424;
border-radius: 50%;
cursor: pointer;
position: relative;
-webkit-transition: all .15s linear;
transition: all .15s linear;
z-index: 10
}
.location-filters .input-group .input-group-btn .btn-default {
border-color: #ddd;
color: #bdbdbd;
line-height: 23px;
border-radius: 0
}
.location-filters .input-group .form-group .form-control-feedback {
line-height: 45px;
color: #bdbdbd
}
.location-filters .input-group .input-group-btn .btn-default:hover {
color: #fff
}
.no-container .left-area .marker-cluster-small div {
background-color: rgba(0, 0, 0, .85)
}
.no-container .left-area .marker-cluster-small {
background-color: rgba(36, 36, 36, .66)
}
.no-container .left-area .marker-cluster span {
color: #fff
}
.search-banner {
margin: 0;
padding: 50px 0 30px;
background-color: #ebebeb
}
.search-banner .search-title {
font-size: 20px;
font-weight: 500;
text-transform: capitalize;
margin-bottom: 25px;
margin-top: 0
}
.transparent-breadcrumb-listing.no-extra-bread {
padding-bottom: 0;
padding-top: 82px
}
.with-solid-menu.menu-transparent {
position: relative;
width: 100%
}
.with-solid-menu.menu-transparent .mega-menu.transparent .menu-button img.resize {
border-color: #000
}
.with-solid-menu.menu-transparent .mega-menu.transparent .menu-links>li>a {
color: #444
}
.with-solid-menu.menu-transparent .mega-menu.transparent .menu-button li a {
color: #444
}
.with-solid-menu.menu-transparent .mega-menu.transparent .menu-button li.post-btn a {
color: #fff
}
.with-solid-menu.menu-transparent .mega-menu.transparent .menu-button li.post-btn:hover a,
.with-solid-menu.menu-transparent .mega-menu.transparent .menu-button li.post-btn:hover i {
color: #fff
}
.filters-option-bar {
border-radius: 0;
height: 55px;
margin-bottom: 30px;
box-shadow: 0 0 35px rgba(0, 0, 0, .1);
display: block
}
.filters-option-bar h4 {
line-height: 55px;
border-radius: 0;
margin: 0
}
.filters-option-bar .heading-icon {
width: 55px;
color: #fff;
text-align: center;
margin-right: 20px;
display: inline-block;
border-radius: 0;
position: relative
}
.filters-option-bar .heading {
font-size: 17px
}
.filters-option-bar .heading-icon .icon-design {
color: #274cbf
}
.filters-option-bar .search-area-sort {
width: 220px;
margin-top: 5px;
float: right;
padding-right: 15px
}
h4.for_amenties {
font-size: 20px;
font-weight: 500;
text-transform: capitalize;
margin-top: 20px;
margin-bottom: 20px
}
.search-banner #amenties-dropdown {
margin-bottom: 10px
}
.switcher-item.list-grid-switcher-item {
float: none;
width: 100%;
background-color: #fff;
margin-bottom: 10px
}
.switcher-item.list-grid-switcher-item .caption {
padding: 45px 15px 0 0
}
.switcher-item.list-grid-switcher-item .authorz {
float: left;
width: 100%
}
.switcher-item.list-grid-switcher-item:after,
.switcher-item.list-grid-switcher-item:before {
display: table;
content: " "
}
.switcher-item.list-grid-switcher-item img {
float: left
}
.switcher-item.list-grid-switcher-item:after {
clear: both
}
.list-grid-switcher-item-text {
margin: 0 0 11px
}
.switcher-item.list-grid-switcher-item .switcher-image-box {
float: left
}
.list-grid-switcher-item .switcher-image-box {
margin-bottom: 0;
margin-right: 20px
}
.switcher-image-box img {
width: 100%
}
.gird_with_list {
box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
background-color: #fff;
border-radius: 3px;
position: relative;
overflow: hidden;
margin-bottom: 30px
}
.gird_with_list .caption {
padding: 15px 20px
}
.gird_with_list .caption h4 {
margin: 0;
font-size: 18px;
font-weight: 500;
margin-bottom: 10px
}
.gird_with_list .caption h4 a {
color: #242424;
margin-bottom: 0;
text-transform: capitalize
}
.gird_with_list .caption .venue span {
font-size: 20px;
color: #db3a3c
}
.gird_with_list .caption .venue a {
margin-left: 5px
}
.gird_with_list .caption .list-inline li:first-child {
padding-left: 0!important
}
.gird_with_list .caption .list-inline li:last-child {
border-right: medium none
}
.gird_with_list .caption .list-inline {
margin-left: 0;
margin-bottom: 5px
}
.gird_with_list .caption .list-inline li {
padding: 5px 10px!important;
border-right: 1px solid #e8ecec;
font-size: 14px;
color: #28b8dc;
line-height: 5px
}
.gird_with_list .caption .list-inline li a {
color: #28b8dc
}
.switcher-image-box {
position: relative;
display: block;
margin-bottom: 15px
}
.imz-over:after {
background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, .7)) repeat scroll 0 0;
content: "\a ";
height: 100%;
left: 0;
opacity: 1;
position: absolute;
top: 0;
width: 100%
}
.authorz {
padding: 10px 30px;
position: relative;
overflow: hidden;
background-color: #f7f7f7
}
.authorz .author-thumb {
height: 50px;
width: 50px;
float: left;
border-radius: 50%;
overflow: hidden
}
.authorz .author-thumb a {
display: block
}
.authorz .author-info {
float: left;
width: calc(100% - 50px);
padding: 0 20px;
position: relative;
margin-top: 8px
}
.authorz .author-info h6 {
font-weight: 700;
margin: 0
}
.authorz .author-info .listing-date {
color: rgba(38, 38, 38, .5);
font-size: 1.4rem
}
.authorz .author-info>a {
position: absolute;
top: 12px;
right: 0
}
.switcher-image-box .claimed-badge {
position: absolute;
left: 60px;
bottom: 10px;
-webkit-transition: all .3s ease 0s;
-moz-transition: all .3s ease- 0s;
-o-transition: all .3s ease 0s;
transition: all .3s ease 0s
}
.switcher-image-box .video-button {
position: absolute;
left: 20px;
bottom: 10px;
opacity: .6;
-webkit-transition: all .3s ease 0s;
-moz-transition: all .3s ease- 0s;
-o-transition: all .3s ease 0s;
transition: all .3s ease 0s
}
span.bookmarkz-listing {
position: absolute;
right: 20px;
bottom: -20px;
display: table;
z-index: 1
}
span.bookmarkz-listing i {
background: #e52d27;
border: 1px solid transparent;
text-align: center;
line-height: 42px;
width: 42px;
height: 42px;
border-radius: 50%;
color: #fff;
font-size: 17px
}
.filters-option-bar .btn-group {
margin-right: 5px
}
.filters-option-bar .btn-group .btn {
border: 1px solid #ddd;
padding: 10px 15px;
margin-top: 5px
}
.listing-widget-sidebar .with_sidebar.amenties_ajax #amenties-dropdown ul {
list-style: none;
margin: 15px 0
}
.listing-widget-sidebar .with_sidebar.amenties_ajax #amenties-dropdown ul li {
padding: 5px 5px 5px 0
}
.listing-widget-sidebar .with_sidebar.amenties_ajax #amenties-dropdown ul li:last-child {
padding-bottom: 0
}
.listing-widget-sidebar .with_sidebar.amenties_ajax #amenties-dropdown ul li label {
margin-left: 10px;
margin-bottom: 0;
color: #999;
vertical-align: middle;
font-size: 16px
}
.btn-circle {
width: 30px;
height: 30px;
text-align: center;
padding: 6px 0;
font-size: 12px;
line-height: 1.428571429;
border-radius: 15px
}
.cardz {
border: 0;
border-radius: .1875rem;
display: inline-block;
position: relative;
width: 100%;
margin-bottom: 30px;
box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .2)
}
.cardz .card-image {
position: relative
}
.cardz:not(.card-plain) .rounded {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0
}
.card-title {
font-weight: 500
}
.card-agent-6 {
padding: 20px 30px
}
.cardz.card-agent-6 .card-image {
position: relative;
width: 80px;
height: 80px
}
.cardz.card-agent-6 .card-image img {
border: 3px solid #ddd
}
.card-agent-6 .card-text {
font-weight: 300;
font-size: 14px;
letter-spacing: .05em;
margin-bottom: 0;
margin-top: 5px
}
.card-agent-6 .card-title {
margin-bottom: 5px;
margin-top: 0
}
.card-agent-6 .card-title a {
color: #444
}
.card-agent-6 ul.list-inline {
margin-bottom: 0
}
.card-agent-6 ul.list-inline .list-inline-item:not(:last-child) {
margin-right: 10px;
font-size: 14px
}
.card-agent-6 .agent-button {
position: relative
}
.card-agent-6 .agent-button a {
position: absolute;
right: 0;
bottom: -4px;
padding: 5px 10px;
font-size: 14px;
margin-bottom: 0;
font-weight: 500
}
.author-margin {
margin-top: 10px!important
}
.card-agent-6 .author-loc {
font-size: 16px
}
.card-agent-6 .author-loc span {
margin-right: 2px
}
.extra-sp {
position: relative;
padding-top: 10px
}
.event_map_section {
position: relative
}
.event-map-section {
width: 100%;
height: 100%;
height: -webkit-calc(101vh - 90px);
height: calc(101vh - 90px);
display: table;
table-layout: fixed;
position: relative;
overflow: hidden
}
.event-map-section>.map-zone {
display: table-cell;
height: 100%;
vertical-align: top
}
.map_event {
width: 100%;
height: 100%
}
.event-map-section>.map-content-zone {
display: table-cell;
height: 100%;
background: #f1f2f6;
vertical-align: top
}
.event-map-section>.map-content-zone>.result-zone {
width: 100%;
height: -webkit-calc(101vh - 90px);
height: calc(101vh - 90px);
overflow: auto
}
.event-filters {
background: #fff;
position: relative;
width: 100%;
padding: 30px 30px 20px
}
.inner-padging {
padding: 30px 30px 0;
position: relative
}
.eventzform.form-join {
background: #fff none repeat scroll 0 0;
border-radius: 4px;
box-shadow: 0 0 50px 10px rgba(0, 0, 0, .05);
position: relative;
padding: 0;
margin-bottom: 40px;
border: 1px solid #f1f1f1
}
.has-icon {
position: relative
}
.custom-form-field .form-control-feedback {
line-height: 42px;
color: #bdbdbd
}
#additional_fields_filters{
display: none;
overflow: hidden;
transition: all 0.3s ease-out;
border-color: #ddd;
color: #bdbdbd;
line-height: 20px;
}
#additional_fields_filters:hover{
background-color: #E52D27;
color: #FFFFFF;
border-color: #E52D27;
}
.custom-form-field .input-group-btn .btn-default {
border-color: #ddd;
color: #bdbdbd;
line-height: 20px;
-webkit-transition: all .3s ease 0s;
-moz-transition: all .3s ease- 0s;
-o-transition: all .3s ease 0s;
transition: all .3s ease 0s
}
.custom-form-field .input-group .input-group-btn .btn-default:hover {
color: #fff
}
.event-filters .location-filters {
margin-bottom: 20px
}
.map-zone .ads-list-archive {
margin-bottom: 0;
border-radius: 12px
}
.map-zone .leaflet-popup-content {
margin: 0;
line-height: 1.4;
overflow: hidden;
position: relative
}
.map-zone .ad-archive-desc h3 {
font-size: 16px;
margin-top: 3px;
margin-bottom: 5px
}
.map-zone .ad-archive-desc .category-title a {
font-size: 13px
}
.map-zone .leaflet-popup-content-wrapper {
padding: 0
}
.d_action_btnz i {
font-size: 18px;
display: block;
width: 50px;
height: 50px;
background-color: #eee;
line-height: 50px;
border-radius: 50%;
text-align: center
}
.d-l-favorite i {
color: #f15636
}
.d-l-report i {
color: #fcc400
}
.listing-page-slider.owl-theme .owl-nav .owl-prev {
background: url(//ilankanali.com/wp-content/themes/dwt-listing/assets/images/l_arrow.png) left center no-repeat;
height: 54px;
position: absolute;
top: 50%;
width: 27px;
z-index: 1000;
left: 2%;
cursor: pointer;
color: transparent;
margin-top: -27px
}
.listing-page-slider.owl-theme .owl-nav .owl-next {
background: url(//ilankanali.com/wp-content/themes/dwt-listing/assets/images/r_arrow.png) right center no-repeat;
height: 54px;
position: absolute;
top: 50%;
width: 27px;
z-index: 1000;
right: 2%;
cursor: pointer;
color: transparent;
margin-top: -27px
}
.listing-page-slider.owl-theme .owl-nav {
margin-top: 0
}
.listing-page-slider.owl-theme .owl-nav .owl-next:hover,
.listing-page-slider.owl-theme .owl-nav .owl-prev:hover {
opacity: .5
}
.single-page-title-bar .list-category ul li a {
font-size: 16px
}
.single-page-title-bar.single-post .list-heading {
border-bottom: medium none;
margin-bottom: 10px;
padding-bottom: 0
}
.single-detail-page .list-detail ul.listing-other-features {
margin-bottom: 0;
padding: 0;
background-color: transparent;
border-bottom: medium none
}
.new-hero-explore-section {
background-image: url(//ilankanali.com/wp-content/themes/dwt-listing/assets/images/music.jpg);
height: 750px;
position: relative;
padding: 200px 0
}
.new-hero-explore-section::before {
content: "";
top: 0;
right: 0;
bottom: 0;
left: 0;
position: absolute;
background: rgba(0, 7, 81, .7)
}
.new-layer-image {
position: absolute;
top: 0
}
.explore-differnt-categories {
background-color: rgba(255, 255, 255, .45);
padding: 10px 0;
margin-top: 10px;
padding-left: 7px
}
.explore-differnt-categories .new-about-us-content li a {
color: #ffff;
padding: 0 10px
}
.explore-differnt-categories .new-about-us-content li:hover {
color: #fff;
background-color: #e52d27
}
.explore-differnt-categories .new-about-us-content {
position: relative;
overflow: hidden
}
.explore-differnt-categories .new-about-us-content li {
background-color: #2e2e2e;
padding: 5px;
border-radius: 7px;
margin-right: 10px
}
.image-left img {
position: relative
}
.image-left {
position: absolute;
bottom: 0;
left: 0
}
.image-right img {
position: relative
}
.image-right {
position: absolute;
top: 0;
right: 0
}
.feature-text-h1 {
text-align: center;
margin-bottom: 30px
}
.feature-text-h1 h2 {
font-size: 24px;
text-transform: capitalize;
margin: 0!important;
color: #777
}
.feature-text-h1 h3 {
font-size: 24px;
text-transform: capitalize;
color: #232323;
margin: 0!important
}
.feature-dwtimage {
position: relative
}
.feature-dwtimage::before {
content: "";
top: 0;
left: 0;
right: 0;
bottom: 0;
position: absolute;
background: rgba(0, 0, 0, .6);
border-radius: 32px
}
.feature-dwtimage img {
border-radius: 32px
}
.dwt-feature-ribbon span {
background: #d2281e none repeat scroll 0 0;
box-shadow: 0 3px 12px -7px rgba(0, 0, 0, 1);
color: #fff;
display: block;
text-align: center;
text-transform: uppercase;
transform: rotate(45deg);
width: 100px
}
.dwt-feature-ribbon {
position: absolute;
top: 32px;
right: -7px
}
.new-blog-section-3 {
background: url(//ilankanali.com/wp-content/themes/dwt-listing/assets/images/style.png);
background-position: top right;
background-repeat: no-repeat;
right: auto
}
.blog-lower-box-h1 {
background-color: #fff!important
}
.new-popular-listing {
background: url(//ilankanali.com/wp-content/themes/dwt-listing/assets/images/style.png);
right: auto;
background-position: top right;
background-repeat: no-repeat
}
.dwt-carousal-section {
padding-bottom: 0
}
.carosual-content {
position: relative
}
.listing-page-slider.owl-carousel .owl-stage-outer {
overflow: hidden
}
.single-page-buttons-section {
margin-top: 26px;
float: right
}
.single-page-title-bar {
position: relative;
overflow: hidden;
padding: 25px 0 30px
}
.single-title-buttons .new-title-page-button-section li a {
padding: 23px 25px;
border-right: 1px solid #f5f5f5
}
.single-title-buttons .new-title-page-button-section li:first-child a {
padding-left: 0
}
.new-title-button-section {
padding: 15px 0;
border-top: 1px solid #f5f5f5;
position: relative;
overflow: hidden;
box-shadow: 2px 2px 4px #f5f5f5
}
.new-title-button-section .list-inline>li {
padding-right: 0;
padding-left: 0
}
.single-title-buttons .new-title-page-button-section li a:nth-child(2n+6) {
border-right: 1px solid #f5f5f5
}
.single-detail-page {
background: #f6f6f6
}
.sidebar-panels .panel-heading {
border-bottom: none
}
#accordion_listing_detial .panel,
.sidebar-panels .panel {
border: none;
border-radius: 0;
margin-bottom: 20px;
webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .08);
box-shadow: 0 0 30px 0 rgba(0, 0, 0, .08)
}
#accordion_listing_detial .panel-heading,
.sidebar-panels .panel-heading {
padding: 0
}
#accordion_listing_detial .panel-title a,
.sidebar-panels .panel-title a {
display: block;
padding: 15px 20px;
background: #fff;
font-size: 20px;
font-weight: 600;
text-transform: capitalize;
border-bottom: 2px solid #F6F6F6;
position: relative;
transition: all .3s ease 0s
}
#accordion_listing_detial .panel-title i,
.sidebar-panels .panel-title i {
margin-right: 5px
}
#accordion_listing_detial .panel-title a.collapsed {
color: #333
}
#accordion_listing_detial .panel-title a.collapsed:hover,
#accordion_listing_detial .panel-title a:before,
#accordion_listing_detial .panel-title a:hover,
#accordion_listing_detial .panel-title a:hover:before {
color: #fbc02d
}
#accordion_listing_detial .panel-body,
.sidebar-panels .panel-body {
padding: 30px 27px;
font-size: 14px;
color: grey;
line-height: 23px;
border-top: none
}
.list-detail ul.listing-other-features.additional-fields.elegent-s {
margin-bottom: 20px;
position: relative;
overflow: hidden;
list-style: none;
padding: 15px 10px;
background-color: #fff;
border-bottom: 1px solid #f1f1f1
}
.no-white.widget {
background-color: transparent
}
.transparent-breadcrumb-listing.elegent-bread {
padding-bottom: 0;
padding-top: 81px
}
.s-timezone {
margin-top: 10px
}
.s-timezone strong {
color: #444
}
.p-extra-txt {
padding: 0 20px
}
.menu_item_historyz .modal-dialog {
overflow-y: initial!important
}
.menu_item_historyz .modal-body {
height: 450px;
overflow-y: auto
}
.mega-menu.header2 .menu-button.no-left-p {
margin-right: 40px
}
.mega-menu.header2 .menu-button.no-left-p .dropdown-menu {
right: 0;
left: auto
}
.header-type-3 .menu-button.pull-right.no-left-p {
margin-right: 40px
}
.header-type-3 .mega-menu .menu-button.pull-right.no-left-p .dropdown-menu {
right: 0;
left: auto
}
.mega-menu.transparent .menu-button.no-left-p .dropdown-menu {
right: 0;
left: auto
}
.with-solid-menu .mega-menu.transparent .menu-button {
margin-right: 40px
}
.with-solid-menu .mega-menu.transparent .menu-button.no-left-p .dropdown-menu {
right: 0;
left: auto
}
.arrow {
position: relative;
-webkit-animation: bounce 2s infinite ease-in-out
}
@-moz-keyframes bounce {
0%,
100%,
20%,
50%,
80% {
-moz-transform: translateY(0);
transform: translateY(0)
}
40% {
-moz-transform: translateY(-15px);
transform: translateY(-15px)
}
60% {
-moz-transform: translateY(-5px);
transform: translateY(-5px)
}
}
@-webkit-keyframes bounce {
0%,
100%,
20%,
50%,
80% {
-webkit-transform: translateY(0);
transform: translateY(0)
}
40% {
-moz-transform: translateY(-15px);
transform: translateY(-15px)
}
60% {
-moz-transform: translateY(-5px);
transform: translateY(-5px)
}
}
@keyframes bounce {
0%,
100%,
20%,
50%,
80% {
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-webkit-transform: translateY(0);
transform: translateY(0)
}
40% {
-moz-transform: translateY(-15px);
-ms-transform: translateY(-15px);
-webkit-transform: translateY(-15px);
transform: translateY(-15px)
}
60% {
-moz-transform: translateY(-5px);
-ms-transform: translateY(-5px);
-webkit-transform: translateY(-5px);
transform: translateY(-5px)
}
}
.scroll-to {
text-align: center;
width: 130px;
height: 130px;
border: 2px solid #fff;
z-index: 9;
position: absolute;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
bottom: -60px;
border-radius: 50%;
left: 50%;
margin-left: -65px
}
.scroll-to a {
position: absolute;
left: 50%;
top: 50%;
width: 60px;
height: 60px;
margin-left: -30px;
margin-top: -30px;
background: #fff;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
-moz-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
-ms-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
-o-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
line-height: 60px;
font-size: 30px
}
.dwt-new-catz {
position: relative
}
.glyphicon-ring {
width: 60px;
height: 60px;
border-radius: 50%;
border: 3px solid #fff;
color: #fff;
display: inline-table;
text-align: center;
position: absolute;
z-index: 999;
top: 20px;
left: 23px
}
.glyphicon-ring [class*=flaticon].glyphicon-bordered {
font-size: 36px;
vertical-align: middle;
display: table-cell
}
.glyphicon-ring .glyphicon-bordered {
font-size: 42px;
vertical-align: middle;
display: table-cell
}
.glyphicon-white {
background: #fff;
color: #000;
border: 4px solid #000
}
.glyphicon-teal {
background: teal;
color: orange
}
.glyphicon-red {
background: red
}
.elegent-cats .col-md-4:nth-child(10n+1) .dwt-new-catz .glyphicon-ring {
background: #f55e5c none repeat scroll 0 0
}
.elegent-cats .col-md-4:nth-child(10n+2) .dwt-new-catz .glyphicon-ring {
background: #3ac0ff none repeat scroll 0 0
}
.elegent-cats .col-md-4:nth-child(10n+3) .dwt-new-catz .glyphicon-ring {
background: #77df40 none repeat scroll 0 0
}
.elegent-cats .col-md-4:nth-child(10n+4) .dwt-new-catz .glyphicon-ring {
background: #f4c837 none repeat scroll 0 0
}
.elegent-cats .col-md-4:nth-child(10n+5) .dwt-new-catz .glyphicon-ring {
background: #c56dfb none repeat scroll 0 0
}
.elegent-cats .col-md-4:nth-child(10n+6) .dwt-new-catz .glyphicon-ring {
background: #ff6c00 none repeat scroll 0 0
}
.elegent-cats .col-md-4:nth-child(10n+7) .dwt-new-catz .glyphicon-ring {
background: #ff4081 none repeat scroll 0 0
}
.elegent-cats .col-md-4:nth-child(10n+8) .dwt-new-catz .glyphicon-ring {
background: #09c097 none repeat scroll 0 0
}
.elegent-cats .col-md-4:nth-child(10n+9) .dwt-new-catz .glyphicon-ring {
background: #f66 none repeat scroll 0 0
}
.elegent-cats .col-md-4:nth-child(10n+10) .dwt-new-catz .glyphicon-ring {
background: #57dc90 none repeat scroll 0 0
}
.elegent-cats .col-md-4:nth-child(10n+1) .dwt-new-catz .e-cat-desc .e-cat-count {
background: #f55e5c none repeat scroll 0 0
}
.elegent-cats .col-md-4:nth-child(10n+2) .dwt-new-catz .e-cat-desc .e-cat-count {
background: #3ac0ff none repeat scroll 0 0
}
.elegent-cats .col-md-4:nth-child(10n+3) .dwt-new-catz .e-cat-desc .e-cat-count {
background: #77df40 none repeat scroll 0 0
}
.elegent-cats .col-md-4:nth-child(10n+4) .dwt-new-catz .e-cat-desc .e-cat-count {
background: #f4c837 none repeat scroll 0 0
}
.elegent-cats .col-md-4:nth-child(10n+5) .dwt-new-catz .e-cat-desc .e-cat-count {
background: #c56dfb none repeat scroll 0 0
}
.elegent-cats .col-md-4:nth-child(10n+6) .dwt-new-catz .e-cat-desc .e-cat-count {
background: #ff6c00 none repeat scroll 0 0
}
.elegent-cats .col-md-4:nth-child(10n+7) .dwt-new-catz .e-cat-desc .e-cat-count {
background: #ff4081 none repeat scroll 0 0
}
.elegent-cats .col-md-4:nth-child(10n+8) .dwt-new-catz .e-cat-desc .e-cat-count {
background: #09c097 none repeat scroll 0 0
}
.elegent-cats .col-md-4:nth-child(10n+9) .dwt-new-catz .e-cat-desc .e-cat-count {
background: #f66 none repeat scroll 0 0
}
.elegent-cats .col-md-4:nth-child(10n+10) .dwt-new-catz .e-cat-desc .e-cat-count {
background: #57dc90 none repeat scroll 0 0
}
.dwt-new-catz .e-cat-box {
height: auto;
margin-bottom: 30px;
overflow: hidden;
position: relative;
width: 100%;
border-radius: 10px;
z-index: 2
}
.dwt-new-catz .e-cat-box img {
position: relative;
transition: opacity 1s ease 0s, -webkit-transform 1s ease 0s
}
.dwt-new-catz .e-cat-box .e-cat-desc {
position: absolute;
bottom: 0;
width: 100%;
padding: 30px 30px 0;
-webkit-transition: all .3s ease 0s;
-moz-transition: all .3s ease- 0s;
-o-transition: all .3s ease 0s;
transition: all .3s ease 0s
}
.dwt-new-catz .e-cat-overly {
background-color: rgba(0, 0, 0, .3);
height: 100%;
width: 100%;
z-index: 99;
position: absolute;
top: 0;
right: 0;
border-radius: 10px;
overflow: hidden
}
.dwt-new-catz .e-cat-box:hover .e-cat-count,
.dwt-new-catz .e-cat-box:hover .e-cat-desc {
bottom: 15px;
opacity: 1;
display: inline-block
}
.dwt-new-catz .e-cat-box .e-cat-name,
.e-cat-box .category-name,
.e-cat-box .e-cat-count {
color: #fff;
display: block;
font-weight: 400
}
.dwt-new-catz .e-cat-box .e-cat-name,
.e-cat-box p {
color: #fff;
display: block;
font-size: 16px
}
.dwt-new-catz .e-cat-box .e-cat-name {
font-size: 22px;
margin-bottom: 0;
text-transform: capitalize;
transition-delay: 50ms;
margin-top: 0;
font-weight: 500
}
.dwt-new-catz .e-cat-box .e-cat-count {
bottom: 0;
font-size: 14px;
margin-bottom: 0;
opacity: 0;
display: none;
transition-delay: 50ms;
padding: 0 10px;
border-radius: 3px
}
.dwt-new-catz .e-cat-box:hover {
-moz-user-select: none;
user-select: none
}
.dwt-new-catz .e-cat-box:hover img {
-webkit-transform: scale3d(1.1, 1.1, 1);
-moz-transform: scale3d(1.1, 1.1, 1);
-o-transform: scale3d(1.1, 1.1, 1);
-ms-transform: scale3d(1.1, 1.1, 1);
transform: scale3d(1.1, 1.1, 1)
}
.dwt-new-catz .e-cat-box:hover .e-cat-name,
.e-cat-box:hover .category-name,
.e-cat-box:hover .e-cat-count {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
-ms-transform: stranslate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.new-hero-explore-section {
background-image: url(//ilankanali.com/wp-content/themes/dwt-listing/assets/images/new-hero.png);
height: 750px;
position: relative;
padding: 245px 0 0
}
.new-hero-explore-section::before {
content: "";
top: 0;
right: 0;
bottom: 0;
left: 0;
position: absolute;
background: rgba(0, 0, 0, .7)
}
.new-layer-image {
position: absolute;
top: 0
}
.new-hero-search-bar {
border-radius: 100px;
background: #fff;
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
box-shadow: 0 0 5px rgba(0, 0, 0, .15);
padding: 5px 5px 5px 30px;
margin-top: 45px
}
.new-hero-search-bar .form-group {
margin-bottom: 0;
position: relative
}
.new-hero-search-bar .form-group.input-iconz input {
background: 0 0;
border: none;
padding: 15px 0 15px 50px;
width: 100%;
color: #444;
line-height: 26px
}
.new-hero-search-bar input {
background: 0 0;
border: none;
padding: 15px;
width: 100%;
color: #999
}
.new-hero-search-bar .submit {
color: #fff;
border-radius: 100px;
font-size: 1.3em;
cursor: pointer
}
.new-hero-search-bar .form-group::after {
content: '';
display: block;
height: 60%;
width: 1px;
background: #ddd;
position: absolute;
top: 20%;
right: 0
}
.new-hero-search-bar .form-group:last-of-type::after,
.new-hero-search-bar .form-group:nth-of-type(3)::after {
display: none
}
.new-hero-search-bar .form-group .select2-container--default .select2-selection--single {
background-color: transparent;
border: medium none;
border-radius: 0;
margin-left: 30px;
height: 55px
}
.new-hero-search-bar .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
color: #999;
line-height: 50px;
padding: 3px 20px 0 8px
}
.new-hero-search-bar .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
height: 50px;
position: absolute;
top: 2px;
right: 1px;
width: 20px
}
.new-hero-search-bar input::placeholder {
color: #999;
opacity: 1
}
.new-hero-search-bar input::-ms-input-placeholder {
color: #999
}
.new-hero-search-bar input::-ms-input-placeholder {
color: #999
}
.dwt-new-hero {
position: relative;
margin-top: 30px
}
.dwt-new-hero h1 {
font-size: 40px;
font-weight: 600;
line-height: 50px;
color: #fff
}
.dwt-new-hero span.sub-head {
font-size: 22px;
color: #888;
font-weight: 300;
line-height: 34px;
margin-top: 5px;
display: inline-block
}
.dwt-search-section {
border-radius: 100px;
background: #fff;
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
box-shadow: 0 0 5px rgba(0, 0, 0, .15)
}
.input-iconz i {
position: absolute;
left: 20px;
color: #ddd;
font-size: 20px;
line-height: 55px
}
.new-banner-image_dwt {
position: relative;
clear: both;
margin-bottom: 30px
}
.new-banner-image_dwt img {
width: 100%
}
.dwt-with-adverts .heading-2 {
margin-bottom: 30px
}
.buisness-listing-section {
background: url(//ilankanali.com/wp-content/themes/dwt-listing/assets/images/funfacts_new.png);
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: auto;
position: relative
}
.buisness-listing-section::before {
content: "";
top: 0;
right: 0;
bottom: 0;
left: 0;
position: absolute;
background: rgba(0, 7, 81, .7)
}
.buisness-listing-section .counter-seprator {
border-right: medium none;
text-align: center
}
.buisness-listing-section .counter-stats {
color: #fff;
margin-bottom: 5px;
font-weight: 500;
font-size: 24px
}
.buisness-listing-section .count-title {
color: #fff;
margin: 0;
font-weight: 500
}
.buisness-listing-section .counter-seprator .icon-container img {
width: 64px;
margin: 0 auto
}
.buisness-listing-section .buisness-icons {
margin: 0 auto;
display: table
}
.buisness-listing-section .counter-seprator .icon-container {
float: none;
background-color: transparent;
padding: 15px
}
.buisness-listing-section .buisness-inner-section {
position: absolute;
top: 0
}
.how-it-work-section {
background-image: url(//ilankanali.com/wp-content/themes/dwt-listing/assets/images/preview.png);
width: 100%;
height: 400px;
background-repeat: no-repeat;
position: relative
}
.hiw-main-box .hiw-single-box {
position: relative;
padding: 50px 30px
}
.hiw-count {
position: absolute;
opacity: .3;
right: 30px;
font-size: 60px;
color: #ccc
}
.hiw-img-box img {
margin: 0 auto
}
.hiw-img-box {
position: relative
}
.hiw-img-2 {
width: 100px;
position: absolute;
left: 50%;
margin-left: -50px;
top: 50%;
margin-top: -28px
}
.hiw-img-2 img {
width: 50px
}
.hiw-text-box {
text-align: center
}
.hiw-heading {
margin-bottom: 7px
}
.hiw-main-box {
background-color: #fff;
position: relative;
overflow: hidden;
box-shadow: 0 0 30px rgba(0, 0, 0, .1);
z-index: 7
}
.hiw-count {
position: absolute;
opacity: .3;
right: 84px;
font-size: 60px;
color: #ccc
}
.hiw-img-box img {
margin: 0 auto
}
.hiw-heading h2 {
margin: 0;
font-size: 20px
}
.extra-points {
margin-top: -225px;
clear: both
}
.dark-footer {
color: #6b7b82;
text-align: center;
background-color: #282828;
position: relative
}
.dark-footer .footer-top {
padding: 60px 0 50px;
color: #e3e3e3
}
.dark-footer .dwt-footer-widgets {
margin-top: 30px;
text-align: left
}
.dark-footer .about p {
color: #eee;
margin: 20px 0
}
.dark-footer .dwt-footer-widgets h2 {
color: #fff;
font-size: 18px;
margin-bottom: 15px;
text-transform: capitalize
}
.dark-footer .list {
list-style: none
}
.dark-footer .list li {
padding-left: 15px;
margin: 0 0 10px;
position: relative
}
.dark-footer .list li a {
color: #eee
}
.dark-footer .list li i {
position: absolute;
top: 50%;
text-align: center;
left: 0;
color: #36bfc4;
margin-top: -7px
}
.dark-footer .list li i {
text-align: center
}
.dark-footer ul.social li a {
width: 32px;
height: 32px;
background: #3c3c3c;
display: inline-block;
text-align: center;
line-height: 35px
}
.dark-footer .list li a:hover {
margin-left: 3px
}
.dark-footer .social-icons ul li i {
font-size: 14px;
color: #eee
}
.footer-copy {
padding: 25px 0;
background: #282828;
text-align: center;
border-top: 1px solid rgba(231, 231, 231, .07)
}
.footer-text p {
margin: 0;
font-size: 14px
}
.leaflet-pane {
z-index: 90!important
}
.leaflet-bottom,
.leaflet-top {
z-index: 98!important
}
.dwt-new-short9 {
position: relative;
min-height: 99vh;
background-size: cover;
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center center;
background-image: url(//ilankanali.com/wp-content/themes/dwt-listing/assets/images/dwt-food.jpg)
}
.dwt-new-short9 .new-hero1 {
padding-top: 180px;
padding-bottom: 60px;
width: 65%;
margin: 0 auto;
position: relative
}
.dwt-new-short9 .new-hero1 h1,
.dwt-new-short9 .new-hero1 h4,
.dwt-new-short9 .new-hero1 p {
color: #fff;
position: relative
}
.dwt-new-short9 .new-hero1 h1 {
font-size: 4.5rem;
font-weight: 700;
margin-top: 0
}
.dwt-new-short9 .new-hero1 p {
font-size: 18px;
margin-bottom: 35px
}
.dwt-new-short9 .new-hero1 form {
position: relative
}
.dwt-new-short9 .new-hero1 .search-form {
background-color: rgba(255, 255, 255, .2);
padding: 20px;
border-radius: 4px;
position: relative
}
.typeahead__search-icon span {
margin-left: 5px
}
form.custom-style-search .typeahead__result .row {
display: table-row
}
form.custom-style-search .typeahead__result .row>* {
display: table-cell;
vertical-align: middle
}
form.custom-style-search .typeahead__result .l-title {
padding: 0 10px
}
form.custom-style-search .typeahead__result .id {
font-size: 12px;
color: #777;
font-variant: small-caps
}
form.custom-style-search .typeahead__result .search-avatar img {
height: 26px;
width: 36px
}
form.custom-style-search .typeahead__list {
max-height: 350px;
overflow-y: auto;
overflow-x: hidden
}
form.custom-style-search .typeahead__result {
position: relative
}
form.custom-style-search .typeahead__result .project-information>span {
display: block;
margin-bottom: 5px
}
form.custom-style-search .typeahead__result>ul>li>a small {
padding-left: 0;
color: #999
}
span.search-catz {
position: relative;
float: left;
margin-right: 5px
}
span.search-catz span {
vertical-align: text-top
}
.search-catz i {
font-size: 32px
}
span.tags {
position: relative;
float: left;
margin-right: 5px
}
span.tags span {
vertical-align: text-top
}
.tags i {
font-size: 32px
}
.ui-autocomplete {
max-height: 300px;
overflow-y: auto;
overflow-x: hidden
}
.ui-menu {
list-style: none;
padding: 0;
margin: 0;
display: block;
outline: 0
}
.ui-menu .ui-menu {
position: absolute
}
.ui-menu .ui-menu-item {
position: relative;
margin: 0;
padding: 5px 20px;
font-size: 14px;
font-weight: 400;
cursor: pointer;
min-height: 0;
list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
}
.ui-widget {
font-family: Poppins;
font-size: 1.1em
}
.ui-widget .ui-widget {
font-size: 1em
}
.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
font-family: Poppins;
font-size: 1em
}
.ui-widget-content {
border: 1px solid #ddd;
color: #444
}
.ui-widget-content a {
color: #444
}
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
border: 1px solid #0073ea;
background: #0073ea url(//ilankanali.com/wp-content/themes/dwt-listing/assets/images/blue_border.png) 50% 50% repeat-x;
font-weight: 400;
color: #fff
}
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
color: #fff;
text-decoration: none
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
color: #ff0084;
text-decoration: none
}
.video_overlay_2 {
background-color: rgba(0, 0, 0, .55);
position: absolute;
height: 100%;
width: 100%;
top: 0;
right: 0
}
.hero-with-live-search .search-section .custom-style-search.select2 .select2-selection--single {
border: 1px solid #ddd;
border-radius: 0;
height: 45px
}
.header-type-3 .header-top .typeahead__search-icon {
padding: 0 1.25rem;
width: 16px;
height: 16px;
background: url(data:image/svg+xml;charset=utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI1MC4zMTMgMjUwLjMxMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjUwLjMxMyAyNTAuMzEzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+CjxnIGlkPSJTZWFyY2giPgoJPHBhdGggc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkOyIgZD0iTTI0NC4xODYsMjE0LjYwNGwtNTQuMzc5LTU0LjM3OGMtMC4yODktMC4yODktMC42MjgtMC40OTEtMC45My0wLjc2ICAgYzEwLjctMTYuMjMxLDE2Ljk0NS0zNS42NiwxNi45NDUtNTYuNTU0QzIwNS44MjIsNDYuMDc1LDE1OS43NDcsMCwxMDIuOTExLDBTMCw0Ni4wNzUsMCwxMDIuOTExICAgYzAsNTYuODM1LDQ2LjA3NCwxMDIuOTExLDEwMi45MSwxMDIuOTExYzIwLjg5NSwwLDQwLjMyMy02LjI0NSw1Ni41NTQtMTYuOTQ1YzAuMjY5LDAuMzAxLDAuNDcsMC42NCwwLjc1OSwwLjkyOWw1NC4zOCw1NC4zOCAgIGM4LjE2OSw4LjE2OCwyMS40MTMsOC4xNjgsMjkuNTgzLDBDMjUyLjM1NCwyMzYuMDE3LDI1Mi4zNTQsMjIyLjc3MywyNDQuMTg2LDIxNC42MDR6IE0xMDIuOTExLDE3MC4xNDYgICBjLTM3LjEzNCwwLTY3LjIzNi0zMC4xMDItNjcuMjM2LTY3LjIzNWMwLTM3LjEzNCwzMC4xMDMtNjcuMjM2LDY3LjIzNi02Ny4yMzZjMzcuMTMyLDAsNjcuMjM1LDMwLjEwMyw2Ny4yMzUsNjcuMjM2ICAgQzE3MC4xNDYsMTQwLjA0NCwxNDAuMDQzLDE3MC4xNDYsMTAyLjkxMSwxNzAuMTQ2eiIgZmlsbD0iIzU1NTU1NSIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=) no-repeat scroll center center transparent
}
.header-type-3 .header-top .typeahead__container button {
background-color: #fff;
border: 1px solid #ddd;
padding: .9rem 1.3rem
}
.header-type-3 .header-top .typeahead__cancel-button {
line-height: 10px
}
.dwt-search-s .typeahead__search-icon {
padding: 0;
font-size: 14px;
color: #bdbdbd
}
.typeahead__container .dwt-search-s button {
padding: 13px 17px;
border: 1px solid #ddd;
background: #fff;
color: #444
}
.for-downtown-only .mega-menu .menu-links>li>a,
.for-downtown-only .mega-menu.transparent .menu-links>li>a {
color: #fff
}
.typeahead__container.tp-bar button {
line-height: 1.22
}
.location-filters .btn {
padding: 10px 17px
}
.dwt-for-map .typeahead__container button,
.dwt-for-side .typeahead__container button {
line-height: 1.24
}
.listing-widget-sidebar .input-group .input-group-btn .btn-default {
padding: 10px 17px;
border-radius: 0
}
.dwt-new-filterz {
position: relative;
margin-bottom: 15px;
width: 100%;
display: flow-root
}
.dwt-new-filterz .form-control {
border: 1px solid #ddd;
border-radius: 0
}
.dwt-new-filterz .specific-search>i {
right: 40px
}
.dwt-new-filterz .form-control:focus {
box-shadow: none
}
.street-adr {
font-size: 16px
}
.single-detail-page .list-detail #d-desc ol,
.single-detail-page .list-detail #d-desc ul {
padding-left: 20px;
margin-bottom: 10px
}
.single-detail-page .list-detail #d-desc ol li,
.single-detail-page .list-detail #d-desc ul li {
padding: 3px 0
}
.single-detail-page .list-detail #d-desc p b,
.single-detail-page .list-detail #d-desc p strong {
color: #333
}
.s-call-action {
height: 600px;
background-repeat: no-repeat;
background-position: center center
}
.s-call-action .s-call-action-content h2 {
font-size: 48px;
font-weight: 700;
line-height: 48px;
margin: 0 0 20px;
color: #fff
}
.s-call-action .s-call-action-content h3 {
font-size: 24px;
line-height: 24px;
margin: 0 0 30px;
color: #fff;
font-weight: 300
}
.s-call-action .s-call-action-content p {
margin: 0 0 30px;
color: #fff
}
.s-call-action-content {
padding-top: 180px
}
.s-call-action-content .btn-theme+.btn-theme {
margin-left: 10px
}
.s-call-action-content .btn-white.btn-theme {
background: #fff;
border-color: #fff;
color: #444
}
.s-listing-gallery {
margin: 0;
padding: 0;
list-style: none
}
.s-listing-gallery li.s-gallery-box {
float: left;
width: 25%;
text-align: center;
position: relative;
z-index: 1;
-webkit-transition: all .24s cubic-bezier(.39, .575, .565, 1);
transition: all .24s cubic-bezier(.39, .575, .565, 1);
color: #fff
}
.s-listing-gallery li.s-gallery-box:after {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
content: "";
background: #000;
opacity: 0;
visibility: hidden;
-webkit-transition: all .24s cubic-bezier(.39, .575, .565, 1);
transition: all .24s cubic-bezier(.39, .575, .565, 1)
}
.s-listing-gallery li.s-gallery-box .s-gallery-content {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 2
}
.s-listing-gallery li.s-gallery-box .s-gallery-content h4 {
font-size: 22px;
text-transform: capitalize;
text-align: center;
position: absolute;
left: 0;
top: 36%;
width: 100%;
-webkit-transform: translate(0, 15%);
transform: translate(0, 15%);
-webkit-transition: all .24s cubic-bezier(.39, .575, .565, 1);
transition: all .24s cubic-bezier(.39, .575, .565, 1);
color: #fff;
opacity: 0;
visibility: hidden
}
.s-gallery-cat a,
.s-listing-gallery li.s-gallery-box .s-gallery-content h4 a {
color: #fff
}
.s-gallery-cat {
color: #fff;
font-size: 16px;
position: absolute;
left: 0;
width: 100%;
text-align: center;
margin: 0 0 0;
top: 25%;
-webkit-transform: translate(0, 10%);
transform: translate(0, 10%);
-webkit-transition: all .24s cubic-bezier(.39, .575, .565, 1);
transition: all .24s cubic-bezier(.39, .575, .565, 1);
opacity: 0;
visibility: hidden
}
.s-listing-gallery li.s-gallery-box .s-gallery-content h5 {
color: #fff;
font-size: 16px;
position: absolute;
left: 0;
width: 100%;
text-align: center;
margin: 0 0 0;
top: 52%;
-webkit-transform: translate(0, 15%);
transform: translate(0, 15%);
-webkit-transition: all .24s cubic-bezier(.39, .575, .565, 1);
transition: all .24s cubic-bezier(.39, .575, .565, 1);
opacity: 0;
visibility: hidden
}
.s-listing-gallery li.s-gallery-box .s-gallery-content h5 i {
margin-right: 5px
}
.s-listing-gallery li.s-gallery-box .s-gallery-content a.btn-gallery {
position: absolute;
top: 80%;
-webkit-transform: translate(-50%, -90%);
transform: translate(-50%, -90%);
-webkit-transition: all .24s cubic-bezier(.39, .575, .565, 1);
transition: all .24s cubic-bezier(.39, .575, .565, 1);
opacity: 0;
visibility: hidden
}
.s-listing-gallery li.s-gallery-box img {
width: 100%
}
.s-listing-gallery li.s-gallery-box:hover:after {
opacity: .7;
visibility: visible
}
.s-listing-gallery li.s-gallery-box:hover .s-gallery-cat {
-webkit-transform: translate(0, -10%);
transform: translate(0, -10%);
opacity: 1;
visibility: visible
}
.s-listing-gallery li.s-gallery-box:hover .s-gallery-content h4 {
-webkit-transform: translate(0, -35%);
transform: translate(0, -35%);
opacity: 1;
visibility: visible
}
.s-listing-gallery li.s-gallery-box:hover .s-gallery-content h5 {
-webkit-transform: translate(0, -45%);
transform: translate(0, -45%);
opacity: 1;
visibility: visible
}
.s-listing-gallery li.s-gallery-box:hover .s-gallery-content a.btn-gallery {
-webkit-transform: translate(-50%, -60%);
transform: translate(-50%, -60%);
opacity: 1;
visibility: visible
}
.header-info-bar {
font-size: 14px;
line-height: 40px;
position: relative;
background-color: #503263
}
.header-info-bar a {
color: #fff
}
ul.header-social {
display: block;
height: 40px
}
ul.header-social>li {
display: inline-block;
height: 40px;
margin-right: 1px;
text-align: center
}
ul.header-social>li>a {
background-color: rgba(255, 255, 255, .2);
color: #fff;
display: inline-block;
font-size: 16px;
height: 40px;
line-height: 40px;
margin-left: 5.5px;
margin-right: 5.5px;
position: relative;
transition: background-color .4s ease-in-out 0s;
width: 30px
}
ul.header-social>li>a::after,
ul.header-social>li>a::before {
content: "";
display: block;
position: absolute;
top: 0;
transition: border-color .4s ease-in-out 0s
}
ul.header-social>li>a::before {
border-color: transparent rgba(255, 255, 255, .2) rgba(255, 255, 255, .2) transparent;
border-style: solid;
border-width: 20px 5px;
right: 100%
}
ul.header-social>li>a::after {
border-color: rgba(255, 255, 255, .2) transparent transparent rgba(255, 255, 255, .2);
border-style: solid;
border-width: 20px 5px;
left: 100%
}
ul.header-social>li>a.social-twitter:hover {
background-color: #1bb6ec
}
ul.header-social>li>a.social-twitter:hover::before {
border-bottom: 20px solid #1bb6ec;
border-right: 5px solid #1bb6ec;
right: 100%
}
ul.header-social>li>a.social-twitter:hover::after {
border-left: 5px solid #1bb6ec;
border-top: 20px solid #1bb6ec;
left: 100%
}
ul.header-social>li>a.social-facebook:hover {
background-color: #3c599b
}
ul.header-social>li>a.social-facebook:hover::before {
border-bottom: 20px solid #3c599b;
border-right: 5px solid #3c599b;
right: 100%
}
ul.header-social>li>a.social-facebook:hover::after {
border-left: 5px solid #3c599b;
border-top: 20px solid #3c599b;
left: 100%
}
ul.header-social>li>a.social-facebook-square:hover {
background-color: #3c599b
}
ul.header-social>li>a.social-facebook-square:hover::before {
border-bottom: 20px solid #3c599b;
border-right: 5px solid #3c599b;
right: 100%
}
ul.header-social>li>a.social-facebook-square:hover::after {
border-left: 5px solid #3c599b;
border-top: 20px solid #3c599b;
left: 100%
}
ul.header-social>li>a.social-tiktok:hover {
background-color: #d94e37
}
ul.header-social>li>a.social-tiktok:hover::before {
border-bottom: 20px solid #d94e37;
border-right: 5px solid #d94e37;
right: 100%
}
ul.header-social>li>a.social-tiktok:hover::after {
border-left: 5px solid #d94e37;
border-top: 20px solid #d94e37;
left: 100%
}
ul.header-social>li>a.social-dribbble:hover {
background-color: #e04c86
}
ul.header-social>li>a.social-dribbble:hover::before {
border-bottom: 20px solid #e04c86;
border-right: 5px solid #e04c86;
right: 100%
}
ul.header-social>li>a.social-dribbble:hover::after {
border-left: 5px solid #e04c86;
border-top: 20px solid #e04c86;
left: 100%
}
ul.header-social>li>a.social-rss:hover {
background-color: #ff9600
}
ul.header-social>li>a.social-rss:hover::before {
border-bottom: 20px solid #ff9600;
border-right: 5px solid #ff9600;
right: 100%
}
ul.header-social>li>a.social-rss:hover::after {
border-left: 5px solid #ff9600;
border-top: 20px solid #ff9600;
left: 100%
}
ul.header-social>li>a.social-youtube:hover {
background-color: #c4302b
}
ul.header-social>li>a.social-youtube:hover::before {
border-bottom: 20px solid #c4302b;
border-right: 5px solid #c4302b;
right: 100%
}
ul.header-social>li>a.social-youtube:hover::after {
border-left: 5px solid #c4302b;
border-top: 20px solid #c4302b;
left: 100%
}
ul.header-social>li>a.social-vimeo-square:hover {
background-color: #4ebbff
}
ul.header-social>li>a.social-vimeo-square:hover::before {
border-bottom: 20px solid #4ebbff;
border-right: 5px solid #4ebbff;
right: 100%
}
ul.header-social>li>a.social-vimeo-square:hover::after {
border-left: 5px solid #4ebbff;
border-top: 20px solid #4ebbff;
left: 100%
}
ul.header-social>li>a.social-pinterest:hover {
background-color: #c92228
}
ul.header-social>li>a.social-pinterest:hover::before {
border-bottom: 20px solid #c92228;
border-right: 5px solid #c92228;
right: 100%
}
ul.header-social>li>a.social-pinterest:hover::after {
border-left: 5px solid #c92228;
border-top: 20px solid #c92228;
left: 100%
}
ul.header-social>li>a.social-linkedin:hover {
background-color: #0077b5
}
ul.header-social>li>a.social-linkedin:hover::before {
border-bottom: 20px solid #0077b5;
border-right: 5px solid #0077b5;
right: 100%
}
ul.header-social>li>a.social-linkedin:hover::after {
border-left: 5px solid #0077b5;
border-top: 20px solid #0077b5;
left: 100%
}
ul.header-social>li>a.social-linkedin-square:hover {
background-color: #0077b5
}
ul.header-social>li>a.social-linkedin-square:hover::before {
border-bottom: 20px solid #0077b5;
border-right: 5px solid #0077b5;
right: 100%
}
ul.header-social>li>a.social-linkedin-square:hover::after {
border-left: 5px solid #0077b5;
border-top: 20px solid #0077b5;
left: 100%
}
ul.header-social>li>a.social-skype:hover {
background-color: #1db1ee
}
ul.header-social>li>a.social-skype:hover::before {
border-bottom: 20px solid #1db1ee;
border-right: 5px solid #1db1ee;
right: 100%
}
ul.header-social>li>a.social-skype:hover::after {
border-left: 5px solid #1db1ee;
border-top: 20px solid #1db1ee;
left: 100%
}
ul.header-social>li>a.social-apple:hover {
background-color: #000
}
ul.header-social>li>a.social-apple:hover::before {
border-bottom: 20px solid #000;
border-right: 5px solid #000;
right: 100%
}
ul.header-social>li>a.social-apple:hover::after {
border-left: 5px solid #000;
border-top: 20px solid #000;
left: 100%
}
ul.header-social>li>a.social-instagram:hover {
background-color: #3f729b
}
ul.header-social>li>a.social-instagram:hover::before {
border-bottom: 20px solid #3f729b;
border-right: 5px solid #3f729b;
right: 100%
}
ul.header-social>li>a.social-instagram:hover::after {
border-left: 5px solid #3f729b;
border-top: 20px solid #3f729b;
left: 100%
}
ul.header-social>li>a.social-tumblr:hover {
background-color: #32506d
}
ul.header-social>li>a.social-tumblr:hover::before {
border-bottom: 20px solid #32506d;
border-right: 5px solid #32506d;
right: 100%
}
ul.header-social>li>a.social-tumblr:hover::after {
border-left: 5px solid #32506d;
border-top: 20px solid #32506d;
left: 100%
}
.header-info-bar ul.header-social {
float: right
}
.header-info-bar p {
color: #fff;
padding: 8px 0;
margin-bottom: 0;
line-height: 24px;
float: left;
padding-right: 15px
}
.n-header-4 {
padding: 20px 0;
box-shadow: 0 4px 2px -2px #f1f1f1
}
.n-header-4 .mega-menu .menu-logo li a img {
margin-top: 8px
}
.n-header-4 .mega-menu .menu-button {
float: right;
margin-bottom: 0
}
.n-header-4 .mega-menu .menu-button li.post-btn {
position: relative;
overflow: hidden;
border-radius: 2px
}
.n-header-4 .mega-menu .menu-button li.post-btn a i {
margin-right: 5px
}
.n-header-4 .mega-menu .menu-button li.post-btn a {
padding: 0 20px;
line-height: 50px;
color: #fff;
text-transform: uppercase;
font-weight: 500
}
.n-header-4 .mega-menu .menu-button li {
margin-right: 10px;
margin-left: 10px
}
.n-header-4 .mega-menu .menu-button li.logged i {
border: 1px solid;
color: #fff;
background: #2457cf;
border-radius: 24px;
text-align: center;
border-color: #2457cf;
padding: 8px 8px
}
.d-cloudy::before {
width: 100%;
content: " ";
background-image: url(//ilankanali.com/wp-content/themes/dwt-listing/assets/images/cloudy.png);
background-repeat: repeat;
position: absolute;
left: 0;
top: -14px;
height: 105px;
z-index: 9
}
.transparent-breadcrumb-listing.single-listing.extra-space {
padding-bottom: 55px;
padding-top: 75px
}
.transparent-breadcrumb-listing.single-listing.extra-space .list-heading h2 {
margin-bottom: 5px
}
.single-post.no-slider-margin .list-images {
margin-top: 0
}
.n-header-4 .mega-menu .menu-button li:last-child {
margin-right: 0;
margin-left: 0
}
.choose-title h3 {
font-size: 18px;
font-style: italic;
margin-bottom: 5px;
margin-top: 0
}
.choose-title h2 {
font-size: 30px;
font-weight: 500;
margin-bottom: 0;
text-transform: capitalize;
margin-top: 0
}
.choose-title p {
margin-top: 20px;
font-size: 16px;
margin-bottom: 0
}
.choose-box-content p {
font-size: 16px
}
ul.choose-list {
list-style: none;
padding: 0;
padding-top: 35px
}
ul.choose-list li {
margin-bottom: 30px;
position: relative;
overflow: hidden
}
.iconbox {
float: left
}
.choose-box-content {
margin-left: 90px
}
.choose-box-content h4 {
font-weight: 500;
margin-bottom: 5px;
margin-top: 0;
font-size: 18px;
text-transform: capitalize
}
.p-about-us .p-absolute-menu a {
display: block;
width: 154px;
height: 154px;
position: absolute;
left: 50%;
top: 50%;
background: #fff;
-moz-border-radius: 92px;
-webkit-border-radius: 92px;
border-radius: 92px;
text-align: center;
color: #444;
font-size: 24px;
padding-top: 46px;
-moz-transition-property: all;
-o-transition-property: all;
-webkit-transition-property: all;
transition-property: all;
-moz-transition-duration: .3s;
-o-transition-duration: .3s;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%)
}
.p-about-us .p-absolute-menu a span {
display: block;
text-align: center;
font-size: 24px;
text-transform: uppercase;
color: #000;
padding: 0 30px;
line-height: 30px;
letter-spacing: .5px;
-moz-transition-property: all;
-o-transition-property: all;
-webkit-transition-property: all;
transition-property: all;
-moz-transition-duration: .3s;
-o-transition-duration: .3s;
-webkit-transition-duration: .3s;
transition-duration: .3s
}
.p-call-action {
list-style: none;
margin-top: 40px
}
.p-call-action li {
display: inline-block;
padding-right: 5px;
padding-left: 5px;
width: 49%
}
.feedback-type2 {
position: relative;
width: 100%;
background: #fff;
padding: 40px 35px;
border: 1px solid #e9ebec;
border-radius: 5px;
transition: color .25s 83.3333333ms
}
.feedback-type2 .feedback-user-img img {
width: 70px;
height: 70px;
border-radius: 50%;
margin: 0 auto
}
.feedback-type2 .feedback-desc {
padding: 15px 0 0 0;
position: relative
}
.feedback-type2 .feedback-desc h5 {
font-size: 20px;
font-weight: 500;
margin: 0
}
.feedback-type2 .feedback-desc h6 {
font-size: 16px;
font-style: italic;
margin: 0
}
.feedback-type2 .feedback-desc p {
padding-top: 15px;
position: relative
}
.draw-border {
transition: color .25s 83.3333333ms;
position: relative
}
.draw-border::after,
.draw-border::before {
border: 0 solid transparent;
box-sizing: border-box;
content: '';
pointer-events: none;
position: absolute;
width: 0;
height: 0;
bottom: 0;
right: 0
}
.draw-border::before {
border-bottom-width: 2px;
border-left-width: 2px
}
.draw-border::after {
border-top-width: 2px;
border-right-width: 2px
}
.draw-border:hover::after,
.draw-border:hover::before {
transition: border-color 0s, width .25s, height .25s;
width: 100%;
height: 100%
}
.draw-border:hover::before {
transition-delay: 0s, 0s, .25s
}
.draw-border:hover::after {
transition-delay: 0s, .25s, 0s
}
.quote-arrow:after,
.quote-arrow:before {
content: "\201C";
position: absolute;
font-size: 80px;
color: #ccc;
font-style: normal;
opacity: .3
}
.quote-arrow:before {
top: 70px;
left: 0
}
.quote-arrow:after {
content: "\201D";
right: 10px;
bottom: -.6em
}
.c-call-to-action {
position: relative;
background-image: url(//ilankanali.com/wp-content/themes/dwt-listing/assets/images/c-bg.jpg);
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 67px 0
}
.c-call-to-action::before {
position: absolute;
left: 0;
top: 0;
width: 50%;
height: 100%;
content: "";
opacity: .9;
background: #222
}
.c-call-to-action h2 {
color: #fff;
display: inline-block;
font-size: 28px;
text-transform: capitalize;
margin-bottom: 15px;
margin-top: 0
}
.c-call-to-action p {
color: #fff
}
.c-call-to-action .btn {
margin-top: 20px
}
.c-call-to-action::after {
position: absolute;
left: 50%;
top: 0;
width: 50px;
height: 100%;
content: "";
opacity: .9;
border-bottom: 380px solid;
border-bottom-color: currentcolor;
border-right: 120px solid transparent
}
.c-call-to-action::after {
border-bottom-color: #222
}
.c-custom-img {
position: relative
}
.custom-img {
position: absolute;
right: 0;
top: -150px;
z-index: 99
}
.car-inspection {
position: relative;
background-color: #fff
}
.car-inspection .c-insp-cont {
box-shadow: 0 0 5px 1px #f1f1f1;
position: relative;
border-radius: 5px;
padding: 95px 75px;
background: #fff;
background: #fff url(//ilankanali.com/wp-content/themes/dwt-listing/assets/images/2.png) no-repeat scroll center -20px
}
.car-inspection .c-img-raper::before {
content: "";
position: absolute;
left: 0;
top: 65px;
width: 100%;
height: 420px;
background-attachment: fixed;
background-position: center top;
background-size: cover
}
.car-inspection .c-img-raper .c-auto-mechanic {
position: absolute;
top: -120px;
right: 54px;
z-index: 1
}
.section-padding {
padding: 30px 0 30px
}
.car-inspection h3 {
font-size: 16px;
font-style: italic;
margin-bottom: 5px;
margin: 0
}
.car-inspection h2 {
font-size: 30px;
font-weight: 500;
line-height: 1.4em;
margin: 0
}
.car-inspection p {
margin-top: 20px
}
.car-inspection ul {
margin-bottom: 30px;
overflow: hidden;
position: relative;
list-style: none;
margin-top: 10px
}
.car-inspection ul li {
padding-left: 0
}
.car-inspection ul li i {
color: #0ebf00;
margin-right: 5px
}
.dwt-listingz-detail-minimal {
background: url(//ilankanali.com/wp-content/themes/dwt-listing/assets/images/pexels-photo-326278.jpeg) no-repeat scroll;
background-size: cover;
overflow: hidden;
color: #fff;
position: relative
}
.dwt-listingz-detail-minimal::before {
background-image: -moz-linear-gradient(to bottom, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .804) 100%);
background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .804) 100%);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .804) 100%);
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
content: ""
}
.dwt-listingz-detail-minimal.dark-before::before {
background-image: -moz-linear-gradient(to bottom, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .804) 100%);
background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .804) 100%);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .804) 100%)
}
.dwt-listingz-detail-minimal .page-section {
padding-top: 340px;
padding-bottom: 50px
}
.vendor-heading {
font-size: 48px;
line-height: 58px;
color: #fff;
font-weight: 400
}
.btn-default-link {
font-size: 13px;
color: #ff4d4d;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0;
border-bottom: 1px solid #ff4d4d;
padding-bottom: 1px
}
.margin-from-top-minimal {
margin-top: 90px;
position: relative
}
.btn-default-wishlist {
background-color: #fff;
border-radius: 4px;
padding: 12px 10px;
color: #ff4d4d;
font-size: 13px;
font-weight: 500;
text-transform: uppercase
}
.btn-default-wishlist {
color: #444;
font-size: 13px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 1px
}
.m-listing-addr p i {
color: #fc8902;
margin-right: 5px
}
.dwt-listingz-detail-minimal .list-heading h2 {
margin: 0;
font-weight: 500;
margin-bottom: 5px;
color: #fff
}
.dwt-listingz-detail-minimal .list-heading h2 .business-status {
background-color: #c00;
color: #fff;
padding: 3px 10px;
border-radius: 3px;
font-size: 12px;
font-weight: 400;
vertical-align: top;
margin-left: 10px
}
.dwt-listingz-detail-minimal .list-meta {
position: relative
}
.dwt-listingz-detail-minimal .list-meta ul {
list-style: none
}
.dwt-listingz-detail-minimal .list-meta ul li {
display: inline-block;
margin-right: 15px
}
.dwt-listingz-detail-minimal .list-meta ul li::after {
content: "|";
width: 100%;
height: 100%;
color: #ddd;
margin-left: 15px
}
.dwt-listingz-detail-minimal .list-meta .list-meta-with-icons a {
color: #fff
}
.dwt-listingz-detail-minimal .list-meta .list-meta-with-icons i {
font-size: 16px;
margin-right: 10px
}
.dwt-listingz-detail-minimal .list-meta ul li:last-child {
margin: 0
}
.dwt-listingz-detail-minimal .list-meta ul li:last-child::after {
content: "";
margin: 0
}
.dwt-listingz-detail-minimal .list-meta .ratings i.color {
color: #fc0
}
.dwt-listingz-detail-minimal .list-meta .ratings i {
color: #ddd;
font-style: normal
}
.dwt-listingz-detail-minimal .list-meta i.rating-counter {
color: #ddd;
text-transform: capitalize;
margin-left: 10px
}
.dwt-listingz-detail-minimal-cat {
display: inline-block;
margin-bottom: 10px
}
.dwt-listingz-detail-minimal-cat a {
background: #f70d28;
padding: 4px 15px;
color: #fff;
font-size: 12px;
text-transform: capitalize;
border-radius: 2px
}
.dwt-listingz-detail-minimal-cat a:hover {
color: #fff
}
.m-listing-addr p {
color: #fff
}
.m-listing-map {
font-size: 13px;
color: #ff4d4d;
font-weight: 500;
text-transform: uppercase;
border-bottom: 1px solid #ff4d4d;
padding-bottom: 1px;
margin-left: 5px
}
.m-listing-addr {
margin-bottom: 5px
}
.hide-minimal {
display: none
}
.type-minimal .transparen-listing-sidebar {
position: relative;
top: 0;
z-index: 1
}
.btn-default-wishlist i {
color: #f70d28
}
.margin-from-top-minimal .btn-gallery {
background-color: #fc8902;
border-color: #fc8902;
border: 1px solid #fc8902;
color: #fff
}
.avatar-upload-cover {
position: relative;
max-width: 100%
}
.avatar-upload-cover .avatar-edit {
position: absolute;
right: 12px;
z-index: 1;
top: 10px
}
.avatar-upload-cover .avatar-edit input {
display: none
}
.avatar-upload-cover .avatar-edit input+label {
display: inline-block;
width: 34px;
height: 34px;
margin-bottom: 0;
border-radius: 100%;
background: #fff;
border: 1px solid transparent;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .12);
cursor: pointer;
font-weight: 400;
transition: all .2s ease-in-out;
line-height: 50px
}
.avatar-upload-cover .avatar-edit label.c-delete {
display: block;
width: 34px;
height: 34px;
margin-bottom: 0;
border-radius: 100%;
background: red;
border: 1px solid transparent;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .12);
cursor: pointer;
font-weight: 400;
line-height: 70px;
transition: all .2s ease-in-out
}
.avatar-upload-cover .avatar-edit input+label:hover {
background: #f1f1f1;
border-color: #d6d6d6
}
.avatar-upload-cover .avatar-edit input+label:after {
content: "\f040";
font-family: FontAwesome;
color: #757575;
position: absolute;
top: 2px;
left: 0;
right: 0;
text-align: center;
margin: auto
}
.avatar-upload-cover .avatar-edit input+label+label::after {
content: "\f00d";
font-family: FontAwesome;
color: #fff;
position: absolute;
top: 55px;
left: 0;
right: 0;
text-align: center;
margin: auto
}
.avatar-upload-cover .avatar-preview {
width: 100%;
height: 300px;
position: relative;
border-radius: 0;
border: 6px solid #f8f8f8;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1)
}
.avatar-upload-cover .avatar-preview>div {
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
border-radius: 0
}
.minimal_cat_section {
margin: 40px 6% 0 6%;
text-align: center
}
.min-catz {
display: inline-block;
width: 250px;
height: 250px;
box-sizing: border-box;
text-align: center;
overflow: hidden;
border: 5px solid #f1f1f1
}
.min-catz img {
width: 100%;
height: 100%
}
.min-catz:hover img {
position: static;
width: 150%;
height: 150%;
align-self: center;
margin: -25% 0 0 -25%;
transition: width linear .5s, height linear .5s, margin linear .5s
}
.min-catz-overlay {
position: relative
}
.min-catz-overlay:before {
position: absolute;
top: 0;
left: 0;
height: 10%;
width: 10%;
opacity: 0;
content: ""
}
.min-catz-overlay:hover:before {
opacity: .6;
background-color: #181818;
height: 100%;
width: 100%;
transition: background-color linear .5s, height linear .5s, width linear .5s
}
.min-catz-overlay:after {
position: absolute;
bottom: 0;
right: 0;
height: 10%;
width: 10%;
opacity: 0;
content: ""
}
.min-catz-overlay:hover:after {
opacity: .6;
background-color: #181818;
height: 100%;
width: 100%;
transition: background-color linear .5s, height linear .5s, width linear .5s
}
.min-cat-title {
position: absolute;
display: block;
color: #fff;
text-shadow: 5px 5px 10px #000;
font-size: x-large;
left: 50%;
margin: -60% 0 0 -25%;
width: 50%;
height: auto;
z-index: 2
}
.catHeading {
text-align: center;
font-weight: bolder;
font-size: 3em
}
.catSub {
text-align: center;
font-weight: bolder;
font-size: 1.8em
}
.listing-section.papular-listing-2.bg-gray .widget {
background-color: transparent
}
.header-type-3 .header-top .menu-button li {
margin-left: 0
}
.profile-user-settings {
position: relative;
overflow: hidden;
margin-top: 30px
}
.user-settings li {
margin: 0;
padding: 10px;
background: #f7f7f7;
margin-bottom: 5px;
cursor: pointer
}
.user-settings li:hover {
background: #eee
}
.user-settings li label {
margin-left: 5px
}
.avatar-or-brand {
position: relative;
max-width: 165px
}
.avatar-or-brand .avatar-edit {
position: absolute;
right: 12px;
z-index: 1;
top: 10px
}
.avatar-or-brand .avatar-edit input {
display: none
}
.avatar-or-brand .avatar-edit input+label {
display: inline-block;
width: 34px;
height: 34px;
margin-bottom: 0;
border-radius: 100%;
background: #fff;
border: 1px solid transparent;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .12);
cursor: pointer;
font-weight: 400;
transition: all .2s ease-in-out
}
.avatar-or-brand .avatar-edit input+label:hover {
background: #f1f1f1;
border-color: #d6d6d6
}
.avatar-or-brand .avatar-edit input+label:after {
content: "\f040";
font-family: FontAwesome;
color: #757575;
position: absolute;
top: 15px;
left: 0;
right: 0;
text-align: center;
margin: auto
}
.avatar-or-brand .avatar-edit input+label+label::after {
content: "\f00d";
font-family: FontAwesome;
color: #fff;
position: absolute;
top: 45px;
left: 0;
right: 0;
text-align: center;
margin: auto
}
.avatar-or-brand .avatar-preview {
width: 100px;
height: 100px;
position: relative;
border-radius: 100%;
border: 6px solid #f8f8f8;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1)
}
.avatar-or-brand .avatar-preview>div {
width: 100%;
height: 100%;
border-radius: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center
}
.avatar-or-brand .avatar-edit label.brand-delete {
display: block;
width: 34px;
height: 34px;
margin-bottom: 0;
border-radius: 100%;
background: red;
border: 1px solid transparent;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .12);
cursor: pointer;
font-weight: 400;
line-height: 46px;
transition: all .2s ease-in-out
}
.s-spinner {
transition: all .2s ease-in-out;
position: absolute;
z-index: 1;
left: 40px;
top: 40px
}
.s-spinner .fa {
font-size: 22px
}
.b_logo_settings {
position: relative;
overflow: hidden;
margin: 20px 0
}
.list.user-settings {
position: relative;
margin: 20px 0
}
.profile-user-settings h5 {
font-weight: 500
}
.location-selector span.loc {
color: #fff;
padding-right: 10px
}
.location-selector .dropdown-toggle {
display: inline-block;
-webkit-border-radius: 3px;
-webkit-background-clip: padding-box;
-moz-border-radius: 3px;
-moz-background-clip: padding;
border-radius: 3px;
background-clip: padding-box
}
.location-selector .dropdown-toggle img {
display: inline-block;
line-height: 1;
width: 26px
}
.location-selector .dropdown-menu>li {
border-bottom: 1px solid #ebebeb
}
.location-selector .dropdown-menu {
background: #f5f5f6;
background-clip: border-box;
border: none;
margin: 0;
margin-right: 0;
padding: 0;
width: 200px;
overflow: hidden;
-webkit-border-radius: 0 3px 3px 3px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0 3px 3px 3px;
-moz-background-clip: padding;
border-radius: 0 3px 3px 3px
}
.location-selector .dropdown-menu>li>a {
display: block;
padding: 8px 15px
}
.location-selector .dropdown-menu>li>a img {
width: 26px;
margin-right: 5px
}
.location-selector .dropdown-menu.pull-right {
right: auto;
left: 0
}
.no-container .left-area .marker-cluster div {
width: 30px;
height: 30px;
margin-left: 5px;
margin-top: 5px;
text-align: center;
border-radius: 15px
}
.no-container .left-area .marker-cluster span {
line-height: 30px
}
.no-container .left-area .marker-cluster {
background-clip: padding-box;
border-radius: 20px
}
.contact-caption .street-adr {
font-size: 14px
}
.sidebar .profile-widget.tab2 .panel {
margin-bottom: 0
}
.sidebar .profile-widget.tab2 .panel-body {
padding: 20px 20px 10px 20px
}
.l-author-box {
border-right: 1px solid #f5f5f5;
border-left: 1px solid #f5f5f5;
border-bottom: 1px solid #f5f5f5;
position: relative;
margin-bottom: 20px;
padding: 20px;
overflow: hidden
}
.auth-button {
margin-top: 10px;
position: relative;
overflow: hidden
}
.user-information .user-name {
font-size: 16px;
font-weight: 500;
color: #232323
}
.user-information .user-name a {
color: #232323
}
.item-date p.street-adr {
line-height: 25px;
font-size: 14px
}
.no-left-pad {
padding-left: 0
}
.user-information {
position: relative; }
.map-zone .map_event .marker-cluster-small {
background-color: rgba(181, 226, 140, .6)
}
.map-zone .map_event .marker-cluster-small div {
background-color: rgba(110, 204, 57, .6)
}
.map-zone .map_event .marker-cluster-medium {
background-color: rgba(241, 211, 87, .6)
}
.map-zone .map_event .marker-cluster-medium div {
background-color: rgba(240, 194, 12, .6)
}
.map-zone .map_event .marker-cluster-large {
background-color: rgba(253, 156, 115, .6)
}
.map-zone .map_event .marker-cluster-large div {
background-color: rgba(241, 128, 23, .6)
}
.map-zone .map_event .leaflet-oldie .marker-cluster-small {
background-color: #b5e28c
}
.map-zone .map_event .leaflet-oldie .marker-cluster-small div {
background-color: #6ecc39
}
.map-zone .map_event .leaflet-oldie .marker-cluster-medium {
background-color: #f1d357
}
.map-zone .map_event .leaflet-oldie .marker-cluster-medium div {
background-color: #f0c20c
}
.map-zone .map_event .leaflet-oldie .marker-cluster-large {
background-color: #fd9c73
}
.map-zone .map_event .leaflet-oldie .marker-cluster-large div {
background-color: #f18017
}
.map-zone .map_event .marker-cluster div {
width: 30px;
height: 30px;
margin-left: 5px;
margin-top: 5px;
text-align: center;
border-radius: 15px
}
.map-zone .map_event .marker-cluster span {
line-height: 30px
}
.map-zone .map_event .marker-cluster {
background-clip: padding-box;
border-radius: 20px
}
.list-detail .event_type2.owl-carousel .owl-next,
.list-detail .event_type2.owl-carousel .owl-prev {
width: 30px;
height: 40px;
line-height: 40px;
position: absolute;
top: 44%;
font-size: 20px!important;
color: #fff!important;
text-align: center
}
.list-detail .event_type2.owl-theme .owl-nav {
margin-top: 0
}
.list-detail .event_type2.owl-carousel .owl-prev {
left: 0
}
.list-detail .event_type2.owl-carousel .owl-next {
right: 0
}
.list-detail .event_type2.owl-carousel .owl-nav [class*=owl-] {
transition: all .3s ease
}
.list-detail .event_type2.owl-carousel .owl-nav [class*=owl-].disabled:hover {
background-color: #d6d6d6
}
.list-detail .event_type2.owl-carousel {
position: relative
}
.event-title-box {
position: relative;
background: #fff;
padding: 15px 27px;
webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .08);
box-shadow: 0 0 30px 0 rgba(0, 0, 0, .08)
}
.event-title-box .list-heading h2 {
font-size: 20px
}
.sidebar-panels ul.widget-listing-details li {
display: block;
padding: 10px 0;
position: relative;
overflow: hidden;
margin-bottom: 10px;
border-bottom: 1px solid #eee
}
.sidebar-panels ul.widget-listing-details li span {
display: table-cell;
color: #242424
}
.sidebar-panels ul.widget-listing-details li span img {
margin-right: 10px;
vertical-align: top
}
.sidebar-panels ul.widget-listing-details li a {
color: #242424
}
.sidebar-panels .social-media {
margin-bottom: 0
}
.sidebar-panels .social-media-event>li {
display: inline-block
}
.sidebar-panels .social-media-event>li a {
border: none
}
.sidebar-panels .social-media-event>li a {
background: #f3f3f6;
display: inline-block;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center
}
.sidebar-panels .social-media-event>li i {
color: #999;
font-size: 14px;
line-height: normal;
width: auto
}
.sidebar-panels #map,
.sidebar-panels #static_map {
height: 320px;
z-index: 1;
}
.sidebar-panels p.street-adr {
margin-top: 10px;
margin-bottom: 0
}
.events-post-navigation {
margin: 40px 0;
position: relative;
webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .08);
box-shadow: 0 0 30px 0 rgba(0, 0, 0, .08)
}
.events-post-navigation .nav-links {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.events-post-navigation .nav-links .nav-previous {
border-right: 1px solid #f5f5f5
}
.events-post-navigation .nav-links .nav-next,
.events-post-navigation .nav-links .nav-previous {
padding: 20px 30px;
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
text-align: center;
background: #fff
}
.events-post-navigation .nav-links .nav-next a,
.events-post-navigation .nav-links .nav-previous a {
display: block;
position: relative;
text-transform: uppercase;
font-weight: 600;
letter-spacing: 1.35px;
font-size: 13px
}
.events-post-navigation .nav-links .nav-next a::after,
.events-post-navigation .nav-links .nav-previous a::before {
content: "\f104";
font-family: fontawesome;
position: absolute;
z-index: 5;
top: 50%;
bottom: unset;
left: 0;
right: unset;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
color: #111;
-webkit-transition: all .5s ease;
transition: all .5s ease
}
.events-post-navigation .nav-links .nav-next a::after {
content: "\f105";
right: 0;
left: unset
}
.e-related-grid {
position: relative;
overflow: hidden;
margin-bottom: 20px
}
.related-event-section .row h3 {
font-size: 14px;
text-transform: capitalize;
margin: 10px 0 2px;
font-weight: 500
}
.related-event-img img {
width: 212px;
height: 120px;
position: relative
}
.related-event-section span.date {
color: #999
}
.eventz-comments .blog-detial .blog-section .blog-heading h2 {
margin-top: 0;
padding: 0;
font-size: 16px;
margin-bottom: 0
}
.event_slider{
margin: 0px 0 20px 0;
box-shadow: 0 0 30px 0 rgba(0, 0, 0, .08);
}
.faq_desc{
background: #fff;
border: 1px solid #eee;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
.nav-tabs > li.active > a {
background-color: black !important;
color: white !important;
transform-origin: bottom;
}
.nav-tabs > li > a {
padding: 20px 20px ;
font-weight: 500;
font-size: 16px;
}
.faq_desc .faq_content {
padding: 30px;
}
.eventz-comments .blog-detial .blog-section .blog-heading hr {
display: none
}
.eventz-comments .blog-detial .blog-section.review-form {
padding: 20px
}
.list-detail .panel-event-desc ol,
.list-detail .panel-event-desc ul {
padding-left: 30px;
}
.list-detail .panel-event-desc b,
.list-detail .panel-event-desc strong {
font-weight: 900;
color: #232323
}
.bg-gray .catz-boxes {
background: #fff none repeat scroll 0 0;
border: 1px solid #fff
}
.catz-boxes:hover {
color: #fff;
background: #fff;
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
transform: translateY(-6px)
}
.catz-boxes {
background: #f8f8f8 none repeat scroll 0 0;
border: 1px solid #f8f8f8;
color: #666;
float: left;
margin: 0 0 30px;
padding: 30px 0;
text-align: center;
transition: .4s;
transform: scale(1);
width: 100%;
-moz-border-radius-topleft: 40px;
-webkit-border-top-left-radius: 40px;
border-top-left-radius: 40px;
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
border-top-right-radius: 5px;
-moz-border-radius-bottomleft: 15px;
-webkit-border-bottom-left-radius: 15px;
border-bottom-left-radius: 15px;
-moz-border-radius-bottomright: 30px;
-webkit-border-bottom-right-radius: 30px;
border-bottom-right-radius: 30px
}
.catz-boxes img {
display: block;
margin: 0 auto 20px;
text-align: center
}
.catz-boxes h4 {
color: #232323;
font-size: 18px;
font-weight: 500
}
.catz-boxes h4 a {
color: #232323
}
.catz-boxes strong {
display: block;
font-size: 14px;
padding: 0 0 10px;
color: #999;
font-weight: 500
}
.typed-hero-section {
min-height: 94vh;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
background-size: cover;
background-position: center center;
padding: 15px;
position: relative
}
.typed-hero-section::after {
background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top left, rgba(0, 0, 0, .42) 0, rgba(0, 0, 0, .75) 100%) repeat scroll 0 0;
background: rgba(0, 0, 0, 0) -moz-linear-gradient(top left, rgba(0, 0, 0, .42) 0, rgba(0, 0, 0, .75) 100%) repeat scroll 0 0;
background: rgba(0, 0, 0, 0) -o-linear-gradient(top left, rgba(0, 0, 0, .42) 0, rgba(0, 0, 0, .75) 100%) repeat scroll 0 0;
background: rgba(0, 0, 0, 0) linear-gradient(to bottom right, rgba(0, 0, 0, .42) 0, rgba(0, 0, 0, .75) 100%) repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%
}
.typed-hero-section form {
width: 100%;
max-width: 914px;
margin: 0
}
.typed-hero-section form fieldset {
margin-bottom: 20px;
padding: 0
}
.typed-hero-section form fieldset legend,
.typed-hero-section form fieldset h1 {
font-size: 42px;
font-weight: 500;
color: #fff !important;
border: none;
position: relative;
z-index: 1;
text-shadow: 6px 6px 0 rgba(0, 0, 0, .2)
}
.typed-hero-section form .btn-search:hover {
background: #f9293a
}
.typed-hero-section form .btn-search {
min-width: 110px;
height: 80px;
padding: 0 15px;
background: #fa4251;
white-space: nowrap;
border-radius: 3px;
font-size: 16px;
color: #fff;
transition: all .2s ease-out, color .2s ease-out;
border: 0;
cursor: pointer;
font-weight: 400;
margin-left: 10px
}
.typed-hero-section p {
position: relative;
z-index: 1;
color: #fff;
font-size: 19px
}
.typed-hero-section .inner-form {
position: relative;
z-index: 1;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between
}
.typed-hero-section .inner-form .left {
-ms-flex-positive: 1;
flex-grow: 1;
display: -ms-flexbox;
display: flex
}
.typed-hero-section .inner-form .input-wrap.first {
-ms-flex-positive: 1;
flex-grow: 1;
border-radius: 3px 0 0 3px
}
.typed-hero-section .inner-form .input-wrap {
background: #fff;
height: 80px;
position: relative;
padding: 20px 25px
}
.typed-hero-section .inner-form .input-wrap .input-field label {
font-size: 11px;
font-weight: 500;
display: block;
color: #555;
margin-bottom: 0
}
.typed-hero-section .inner-form .input-wrap .input-field input {
font-size: 16px;
color: #333;
background: 0 0;
width: 100%;
border: 0;
padding: 0 0;
height: 35px
}
.typed-hero-section .inner-form .input-wrap.second {
min-width: 262px;
border-radius: 0 3px 3px 0;
border-left: 1px solid #e5e5e5
}
.typed-hero-section .inner-form .input-wrap {
background: #fff;
height: 80px;
position: relative;
padding: 15px 25px
}
.typed-hero-section .inner-form .select2 .select2-selection--single {
border: none;
border-radius: 0
}
.inner-form .select2 .select2-selection--single .select2-selection__rendered {
color: #999;
padding: 0
}
.inner-form .typeahead__cancel-button {
padding: 0
}
.deal-process {
padding: 120px 0;
position: relative;
width: 100%
}
.listing-item.l_grid1 .claimed-badge {
position: absolute;
right: 60px;
bottom: 0;
-webkit-transition: all .3s ease 0s;
-moz-transition: all .3s ease- 0s;
-o-transition: all .3s ease 0s;
transition: all .3s ease 0s;
top: 17px
}
.how-it-work-section .heading-2 h3 {
color: #fff;
}
.how-it-work-section .heading-2 h2 {
color: #fff;
} .no-container .left-area .marker-cluster {
background-clip: padding-box;
border-radius: 20px;
}
.no-container .left-area .marker-cluster-medium {
background-color: rgba(36, 36, 36, .66);
}
.no-container .left-area .marker-cluster-medium div {
background-color: rgba(0, 0, 0, .85);
}
.no-container .left-area .marker-cluster div {
width: 30px;
height: 30px;
margin-left: 5px;
margin-top: 5px;
text-align: center;
border-radius: 15px;
}
.no-container .left-area .marker-cluster span {
color: #ffffff;
}
.no-container .left-area .marker-cluster span {
line-height: 30px;
}
.listing-viewed-card {
display: flex;
flex-direction: row;
background: #fff;
overflow: hidden;
margin-bottom: 20px;
}
.listing-viewed-img {
transition: opacity .3s ease;
display: block;
object-fit: cover;
width: 100px;
height: 66px;
}
.listing-viewed-detailz {
position: relative;
padding-left: 10px;
width: 100%;
}
.listing-viewed-card .date a {
font-size: 12px;
color: #a3a3a3;
}
.listing-viewed-title {
transition: color .3s ease;
font-size: 14px;
line-height: 16px;
color: #232323;
font-weight: 500;
margin: 0 0 .1rem 0;
}
.listing-viewed-stats {
display: inline-block;
float: none;
list-style: outside none none;
margin: 0;
padding-left: 0;
}
.listing-viewed-stats>li {
display: inline-block;
margin-right: 5px;
font-size: 12px;
color: #a3a3a3;
border-right: 1px solid #f0f0f0;
line-height: 10px;
padding-right: 10px;
}
.ratings i.color {
color: #fc0;
}
.listing-viewed-stats>li:last-child {
border-right: medium none;
}
.widget-custom-heading {
margin-bottom: 20px;
position: relative;
overflow: hidden;
}
.sidebar .custom-widget .widget-custom-heading img {
margin-right: 10px;
}
.custom-widget {
background-color: #fff;
border: 1px solid #f5f5f5;
border-radius: 3px;
color: #242424;
margin-bottom: 20px;
padding: 15px;
}
.listing-viewed-stats>li.my-active-clr {
font-weight: 500;
}
.bookingjs .bookingjs-displayname {
padding: 16px 20px !important;
width: 100%;
}
.listing-description b {
color: #232323;
}
section.elementor-section {
padding: inherit !important;
} #search_form_ajax .dynamic_fields_map_on .multicheckbox_custom li {
float: left;
width: 33%;
margin-top: 5px;
}
#search_form_ajax .dynamic_fields_map_on .multicheckbox-form-group {
margin-left: 20px;
clear: both;
overflow: auto;
} #d_events_filters .location-filters .date-search,
#d_events_filters .list-box-shadow .row-date-start-end .date-search {
margin: 0;
padding: 0;
}
.eventzform .list-box-shadow .row-date-start-end .date-search #event_start {
border-radius: 0;
border-right: 0;
}
.map-content-zone #d_events_filters .location-filters .row-date-start-end #event_start,
.map-content-zone #d_events_filters .location-filters .row-date-start-end #event_end {
border-radius: 0;
}
.eventzform .list-box-shadow .row-date-start-end .date-search #event_end {
border-radius: 0;
}
.result-zone #d_events_filters .list-box-shadow .row-date-start-end .start-end-filter {
height: 42px;
}
.map-content-zone #d_events_filters .location-filters #get_start_date_filter {
height: 45px;
}
#d_events_filters .location-filters .row-date-start-end,
#d_events_filters .list-box-shadow .row-date-start-end {
margin: 0;
}
.dynamic_fields_topbar_on_filter .form-group.multicheckbox-form-group,
.dynamic_fields_map_on .form-group.multicheckbox-form-group {
margin-left: 20px;
}
.custom-style-search .specific-search .street-address {
height: 35px;
box-shadow: none;
}
.custom-style-search .specific-search .detect-me {
height: 0%;
}
#intro-hero .category-section .owl-carousel.category-list1 {
display: none;
}
.opens_next_day {
color: black !important;
}
.add-to-calendar #myCalendarBtns {
width: 80%;
border-radius: 30px;
padding: 10px;
border: none;
font-size: 16px;
}
.add-to-calendar #myCalendarBtns:hover {
background-color: #E52D27;
transition: all .3s ease 0s;
color: #ffffff;
font-size: 16px;
}
.calendar-button {
padding: 20px;
} .modal {
display: none;
position: fixed;
padding-top: 50px;
left: 0;
top: 0;
width: 100%;
height: 100%;
margin: auto;
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: hidden;
}
.modal-open .modal.login {
overflow-y: auto;
overflow-x: auto;
}  .modal-content {
background-color: #fefefe;
padding: 20px;
border: 1px solid #888;
width: 100%;
}
.modal-content p {
color: #000;
font-weight: bold;
} .modal-content .add_close {
display: flex;
justify-content: space-between;
margin-left: 30px;
width: 90%;
}
.close {
color: #000 !important;
font-size: 28px;
font-weight: bold; }
.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
.modal .modal-content .calendar-text p {
font-size: 24px;
color: #000;
}
.modal .modal-content .calendar-icon .fa {
font-size: 24px;
}
.modal .modal-content .calendar-icon span {
font-size: 20px !important;
padding-left: 20px;
}
.modal .modal-content .forward .fa {
font-size: 24px;
}
.modal .modal-content .forward span {
font-size: 20px !important;
padding-right: 20px;
}
.modal .modal-content .add-events {
display: flex;
justify-content: flex-end;
}
.google-calendar,
.outlook-calendars {
padding: 20px;
border-bottom: 1px solid #eee;
}
.outlook-calendars:hover {
color: #03a9f4;
}
.yahoo-calendar:hover {
color: #7654F8;
}
.modal .modal-content .modal-top {
display: flex;
justify-content: space-between;
}
.modal .modal-content .modal-top .add-to-calendar {
font-size: 18px;
color: #202020;
}
.add-to-calendar {
width: 100%;
padding: 30px 0px;
text-align: center;
}
.events-attending {
padding: 10px 20px;
}
.events-attending h3 {
margin: 0px;
padding: 10px 0px;
}
.cancel_attendance {
text-align: center;
}
.ques_ans_ {
padding: 15px 20px;
text-align: justify;
}
.accordion_for_question .accordion .accordion-item .accordion-header button,
.days_schedule_accordion .accordion .accordion-item .accordion-header button {
width: 100% !important;
text-align: justify;
padding: 10px;
background-color: #F9F9F9;
border: 1px solid #000;
}
.accordion_for_question .accordion .accordion-item .accordion-header button i,
.days_schedule_accordion .accordion .accordion-item .accordion-header button i {
float: right;
font-size: 20px;
} .reservation_section { padding: 20px;
border-radius: 10px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
transition: all 0.3s ease-in-out;
} .reservation_section h3 {
font-size: 22px;
font-weight: 700;
color: #333;
line-height: 1.4;
margin-bottom: 15px;
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 2px solid #ddd;
padding-bottom: 10px;
} .reservation_section h3 .booking-icon .fa {
background: #007bff;
color: #fff;
padding: 12px;
border-radius: 50%;
font-size: 16px;
transition: all 0.3s ease-in-out;
} .reservation_section h3 .booking-icon .fa:hover {
background: #0056b3;
transform: scale(1.1);
} @media (max-width: 768px) {
.reservation_section {
padding: 15px;
}
.reservation_section h3 {
font-size: 18px;
flex-direction: column;
text-align: center;
padding-bottom: 5px;
}
.reservation_section h3 .booking-icon {
margin-top: 10px;
}
}
.select_date_box {
background: #fff; max-width: 355px; transition: 0.3s ease-in-out; margin-top: 20px; }
.select_date_box:hover { } .select_date_box #booking-day {
width: 100%;
margin-top: 20px;
} .select_date_box #booking-day input {
padding: 15px;
border-radius: 8px;
border: 1px solid #ddd;
background: #f9f9f9;
font-size: 16px;
color: #555;
transition: all 0.3s ease-in-out;
cursor: pointer;
width: 100%;
text-align: center;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
} .select_date_box #booking-day input:hover,
.select_date_box #booking-day input:focus { } .select_date_box #booking-day input::placeholder {
color: #aaa;
transition: color 0.3s ease-in-out;
} .loader {
display: none;
width: 35px;
height: 35px;
border: 4px solid rgba(0, 0, 0, 0.1);
border-radius: 50%;
border-left-color: #007bff;
animation: spin 1s linear infinite;
margin: auto;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.slot_loader{
display: none;
width: 25px;
height: 25px;
border: 4px solid rgba(0, 0, 0, 0.1);
border-radius: 50%;
border-left-color: #007bff;
animation: spin 1s linear infinite;
margin: 10px auto; position: relative; }
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.selected_options select {
width: 100%;
margin: 20px 0px;
border-radius: 5px;
box-shadow: 0 1px 6px 0 rgb(0 0 0 / 10%);
font-size: 16px;
color: #888;
transition: color .3s !important;
cursor: pointer;
}
.selected_options .form-select-time-slot {
width: 100%;
padding: 15px;
border-radius: 5px;
box-shadow: 0 1px 6px 0 rgb(0 0 0 / 10%);
font-size: 18px;
color: #888;
transition: color .3s !important;
cursor: pointer;
}
.table_reservation_price input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}  .request_booking {
text-align: center;
}
.booking_button {
width: 100%;
background-color: #000;
color: #fff;
text-align: center;
padding: 10px 0px;
border: none;
font-size: 16px;
margin: 20px 0px;
border-radius: 5px;
}
.booking_button:hover {
background-color: #e52d27;
transition: all .3s ease 0s;
}
.add_to_wishlist {
width: 70%;
margin: auto;
text-align: center;
padding: 10px;
border: 1px solid;
border-radius: 25px;
font-size: 18px;
}
.guests {
color: red;
font-size: 18px;
width: 100%;
}
.guests hr {
margin-top: 10px;
}
#calender-booking .datepicker-inline .datepicker {
width: 100%;
}
.event_attendees_panel{
display: flex;
justify-content: center;
align-items: center;
}
.event_attendee_img{
max-width: 100px; max-height: 100px; border-radius: 50%;
overflow: hidden;
}
.event_speaker_img {
max-width: 130px;
min-width: 130px;
max-height: 130px;
min-height: 130px;
border-radius: 10px; }
.event_speakers_panel{
display: flex;
justify-content: center;
align-items: center;
}
.event_speaker_content{
text-align: center;
}
.speaker_title_event_detail {
font-size: 18px;
font-weight: 700;
line-height: 24px;
text-transform: uppercase;
margin: 0 0 0 0;
color: #0d1d31;
}
.speaker_profession_event_detail {
font-size: 14px;
font-weight: 700;
margin-bottom: 0;
text-transform: uppercase;
line-height: 14px;
color: #ed4a43;
}
.events_attenders .blog-post {
display: flex;
text-align: center;
}
.attendees_prfile{
display: flex;
flex-direction: column;
align-items: center;
padding: 30px 60px;
box-shadow: 0 10px 44px #C7C0DD33 inset;
border-radius: 5px;
margin-bottom: 30px;
margin-right: 20px
}
.attendees_prfile img {
border-radius: 50%;
max-width: 80px;
max-height: 80px;
}
.attendee-name{
font-weight: 600;
font-size: large;
color: #000;
padding-top: 20px;
}
.event_attendies {
text-align: center;
}
.event_attendies button,
.cancel_attendance button {
width: 90%;
}
.events-attending {
text-align: center;
padding: 30px 0px;
}
.events-attending button {
width: 80%;
border-radius: 30px;
border: 2px solid #337ab7;
}
.events-attending button:hover { color: #ffffff;
border: 2px solid #337ab7;
transition: all .3s ease 0s;
}
.pricing_select select {
width: 100%;
}
.pricing_select .tickets_inner {
display: flex;
justify-content: space-between;
}
.price_per_ticket,
.number_of_tickets {
font-weight: bold;
}
.pricing_collapsed {
padding: 0px !important;
}
.extra_services {
padding: 0px 20px;
border: 1px solid #eee;
display: flex;
justify-content: space-between;
align-items: center;
margin: 10px auto;
}
.accordion_extra_services  .accordion .accordion-item .accordion-header button {
background-color: #000;
}
.coupon {
display: flex;
justify-content: space-between;
margin: 10px 0px;
}
.coupon input {
width: 75%; }
.coupon button {
width: 25%; }
.buy_ticket {
text-align: center;
margin: 10px 0px
}
.buy_ticket button {
width: 100%;
margin: auto;
text-align: center;
padding: 10px;
font-size: 16px;
}
.number_of_tickets {
display: flex;
justify-content: space-between;
}
.number_of_tickets #myform{
clear: both;
width: 30%;
text-align: center;
}
.number_of_tickets h5 {
width: 50%;
margin: 0px;
} .tickets_qty {
width: 30%;
text-align: center;
border: none;
}
.extra_services_price{
display: flex;
justify-content: space-between;
align-items: center;
width: 30%;
}
.extra_services_price h5 {
display: flex;
justify-content: space-between;
}
.remove_extra_services_price {
display: none;
}
.total .total_prices {
width: 100%;
display: flex;
justify-content: space-between;
}
#extra_services_list{
display: flex;
flex-direction: column;
}
.total .total_prices p {
font-size: 16px;
font-weight: bold;
color: #444;
margin-bottom: 0px !important;
padding-bottom: 0px;
padding-top: 8px;
}
.inner_sum {
font-size: 18px;
font-weight: bold;
text-align: center;
color: #444;
padding: 5px 15px 0px 0px;
}
.extra_services_list {
display: block;
}
.extra_service_list {
display: block;
}
.total_price_of_services {
display: flex;
justify-content: space-between;
}
.extra_services_amount{
display: flex;
}
.extra_service_inner_section {
display: flex;
justify-content: space-between;
border-bottom: 1px solid #eee;
padding: 0px 0px 10px 0px;
margin-bottom: 10px;
}
#extra_service_list {
list-style-type: none;
font-size: 14px;
color: #444;
}
#increase_tickets,
#decrease_ticket {
border: 0;
border-radius: 3px;
height: 24px;
width: 24px;
}
.make_appointment{
padding-bottom: 10px;
}
.make_appointment i{
padding-right: 10px;
}
.scroller{
overflow-x: scroll;
scrollbar-color: #f6f6f6;
scrollbar-width: thin;
scroll-behavior: smooth;
}
.pricing_select .price_desc h5, p{
margin-bottom: 0px;
}
#increase_tickets{
float: right;
}
#decrease_ticket{
float: left;
}
.accordion_for_question .accordion-header .pricing_select h5{
padding: 0px 20px;
color: #ffff;
}
.yelp-container {
overflow: hidden;
width: 100%;
margin-bottom: 25px;
}
.my-yelp {
position: relative;
overflow: hidden;
margin-bottom: 3px;
}
.yelp-custom-icons {
display: inline-block;
}
h4.yelp-main-term {
display: inline-block;
margin: 0;
font-size: 18px;
padding-bottom: 0;
line-height: 40px;
}
.yelp-inner-loop {
padding-left: 58px;
margin-bottom: 3px;
}
.yelp-inner-title {
display: inline-block;
color: #20292f;
font-weight: 600;
}
.yelp-stars {
float: right;
}
.yelp-place-distance {
margin-left: 5px;
}
.yelp-rating i {
display: inline-block;
width: 0;
height: 1.3em;
border-width: 0 0.75em;
border-style: solid;
border-color: #eee;
border-radius: 0.22em;
color: #fff;
background: #eee;
font-style: normal;
line-height: 1.2em;
text-indent: -0.45em;
text-shadow: 1px 0 1px #b3b3b3;
}
[data-rating^="1"] .star-1 {
border-color: #cc8b1f;
background: #cc8b1f;
}
[data-rating^="1.5"] .star-2 {
border-left-color: #cc8b1f;
}
[data-rating^="2"] .star-1 {
border-color: #dcb228;
background: #dcb228;
}
[data-rating^="2"] .star-2 {
border-color: #dcb228;
background: #dcb228;
}
[data-rating^="2.5"] .star-3 {
border-left-color: #dcb228;
}
[data-rating^="3"] .star-1 {
border-color: #f0991e;
background: #f0991e;
}
[data-rating^="3"] .star-2 {
border-color: #f0991e;
background: #f0991e;
}
[data-rating^="3"] .star-3 {
border-color: #f0991e;
background: #f0991e;
}
[data-rating^="3.5"] .star-4 {
border-left-color: #f0991e;
}
[data-rating^="4"] .star-1 {
border-color: #f26a2c;
background: #f26a2c;
}
[data-rating^="4"] .star-2 {
border-color: #f26a2c;
background: #f26a2c;
}
[data-rating^="4"] .star-3 {
border-color: #f26a2c;
background: #f26a2c;
}
[data-rating^="4"] .star-4 {
border-color: #f26a2c;
background: #f26a2c;
}
[data-rating^="4.5"] .star-5 {
border-left-color: #f26a2c;
}
[data-rating="5"] i {
background: #dd050b;
border-color: #dd050b;
}
@media print {
.rating {
-webkit-print-color-adjust: exact;
}
.rating i {
text-shadow: none;
}
}
.yelp-custom-icons i {
background: #f06e48;
color: #fff;
border-radius: 4px;
line-height: 40px;
font-size: 24px;
margin-right: 10px;
width: 45px;
height: 40px;
text-align: center;
}
.yelp-data-container .yelp-container:nth-child(13n + 1) i {
background: #09c097 none repeat scroll 0 0;
}
.yelp-data-container .yelp-container:nth-child(13n + 2) i {
background: #f55e5c none repeat scroll 0 0;
}
.yelp-data-container .yelp-container:nth-child(13n + 3) i {
background: #3ac0ff none repeat scroll 0 0;
}
.yelp-data-container .yelp-container:nth-child(13n + 4) i {
background: #77df40 none repeat scroll 0 0;
}
.yelp-data-container .yelp-container:nth-child(13n + 5) i {
background: #09c097 none repeat scroll 0 0;
}
.yelp-data-container .yelp-container:nth-child(13n + 6) i {
background: #f4c837 none repeat scroll 0 0;
}
.yelp-data-container .yelp-container:nth-child(13n + 7) i {
background: #c56dfb none repeat scroll 0 0;
}
.yelp-data-container .yelp-container:nth-child(13n + 8) i {
background: #ff6c00 none repeat scroll 0 0;
}
.yelp-data-container .yelp-container:nth-child(13n + 9) i {
background: #ff4081 none repeat scroll 0 0;
}
.yelp-data-container .yelp-container:nth-child(13n + 10) i {
background: #fcac2f none repeat scroll 0 0;
}
.yelp-data-container .yelp-container:nth-child(13n + 11) i {
background: #f66 none repeat scroll 0 0;
}
.yelp-data-container .yelp-container:nth-child(13n + 12) i {
background: #57dc90 none repeat scroll 0 0;
}
.yelp-data-container .yelp-container:nth-child(13n + 13) i {
background: #000 none repeat scroll 0 0;
}
.widget-seprator.nearby .yelp-powered-by {
text-align: right;
}
.yelp-powered-by {
text-align: right;
}
.yelp-powered {
display: inline-block;
vertical-align: middle;
padding-right: 5px;
font-size: 14px;
}
.yelp-logo {
display: inline-block;
vertical-align: middle;
width: 70px;
height: 37px;
background: url(//ilankanali.com/wp-content/themes/dwt-listing/assets/images/yelp-logo.png) no-repeat 0 0;
background-size: contain;
}
.widget-seprator .widget-seprator-heading { width: 100%;
overflow: hidden;
margin-bottom: 20px;
padding: 0 15px 0 15px;
display: flex;
justify-content: space-between;
align-items: center;
}
.sec-title{
font-weight: 600;
}
.hotel-booking-form {
background: #fff;
padding: 20px;
border-radius: 10px;
box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
max-width: 500px;
margin: auto;
}
.hotel-booking-title {
font-size: 18px;
font-weight: bold;
margin-bottom: 10px;
color: #333;
text-align: center;
}
.input-group { gap: 8px;
margin-bottom: 15px;
}
.input-group label {
font-weight: 600;
font-size: 16px;
color: #444;
}
.form-control {
border-radius: 6px;
padding: 5px;
border: 1px solid #ddd;
font-size: 14px;
transition: 0.3s ease-in-out;
}
.form-control:focus {
border-color: #007bff;
outline: none;
box-shadow: 0px 0px 5px rgba(0, 123, 255, 0.3);
}
.form-select-time-slot {
width: 100%;
padding: 10px;
border-radius: 6px;
border: 1px solid #ddd;
background: #f9f9f9;
transition: 0.3s ease-in-out;
}
.form-select-time-slot:focus {
border-color: #007bff;
background: #fff;
}
.loader {
display: none;
width: 30px;
height: 30px;
border: 3px solid rgba(0, 0, 0, 0.1);
border-radius: 50%;
border-left-color: #007bff;
animation: spin 1s linear infinite;
margin: auto;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.extra-services-container { max-width: 400px;
margin-top: 20px;
}
.extra-services-title {
font-size: 16px;
font-weight: bold;
margin-bottom: 10px;
color: #333;
display: block;
}
.service-checkbox-container {
display: flex;
align-items: center;
gap: 10px;
background: #fff;
padding: 8px 12px;
border-radius: 6px;
margin-bottom: 8px;
box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
transition: 0.3s ease-in-out;
cursor: pointer;
} .service-checkbox-container input[type="checkbox"] {
display: none;
}
.service-checkbox-container:hover {
background: #ececec;
} .service-checkbox-container .checkmark {
width: 20px;
height: 20px;
border-radius: 4px;
border: 2px solid #000000;
background: #fff;
display: inline-block;
margin-right: 10px;
transition: all 0.3s ease-in-out;
position: relative;
} .service-checkbox-container input:checked + .checkmark {
background-color: #000000;
border-color: #000000;
}
.service-checkbox-container input:checked + .checkmark::after {
content: '✔';
color: #fff;
font-size: 14px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
} .service-label {
font-size: 16px;
color: #444;
transition: color 0.3s;
}
.service-checkbox-container:hover .service-label {
color: #000000;
}
.service-checkbox {
width: 18px;
height: 18px;
cursor: pointer;
}
.service-label {
font-size: 14px;
font-weight: 500;
color: #444;
} .addon-checkbox-container {
display: flex;
align-items: center; background: #fff;
padding: 8px 12px;
border-radius: 6px;
margin-bottom: 8px;
box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
transition: 0.3s ease-in-out;
cursor: pointer;
} .addon-checkbox-container input[type="checkbox"] {
display: none;
}
.addon-checkbox-container:hover {
background: #ececec;
} .addon-checkbox-container .checkmark {
width: 20px;
height: 20px;
border-radius: 4px;
border: 2px solid #000000;
background: #fff;
display: inline-block;
margin-right: 10px;
transition: all 0.3s ease-in-out;
position: relative;
} .addon-checkbox-container input:checked + .checkmark {
background-color: #000000 !important;
border-color: #000000;
}
.addon-checkbox-container input:checked + .checkmark::after {
content: '✔';
color: #fff;
font-size: 14px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.addon-font{
margin-top: 20px !important;
font-size: 18px;
font-weight: 400;
}  .reservation-form { }        .form-text.text-muted {
font-size: 12px;
color: #666;
} #submit_reservation { }
#submit_reservation:hover { }
#cancel_reservation { }
#cancel_reservation:hover { } @media (max-width: 768px) { #submit_reservation, #cancel_reservation {
font-size: 14px;
padding: 12px 18px;
}
} .booking-widget {
background: linear-gradient(135deg, #ffffff, #f8f9fa);
padding: 20px;
border-radius: 10px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
width: 100%;
margin-top: 20px;
}
.booking-widget-title {
display: flex;
justify-content: space-between;
align-items: center;
font-size: 18px;
font-weight: bold;
margin-bottom: 10px;
}
.price-range { }
.booking-form label {
display: block;
margin-top: 10px;
font-weight: bold;
}
.booking-form input, .booking-form select {
width: 100%;
padding: 8px;
margin-top: 5px;
border: 1px solid #ccc;
border-radius: 5px;
}
.book-now {
background: #dc3545;
color: white;
border: none;
padding: 10px;
width: 100%;
margin-top: 15px;
border-radius: 5px;
cursor: pointer;
font-size: 16px;
}
.book-now:hover {
background: #c82333;
}  .custom-radio {
appearance: none;
-webkit-appearance: none;
background-color: #fff;
margin: 0;
font: inherit;
color: #333;
width: 20px;
height: 20px;
border: 4px solid #e3e3e3 !important;
border-radius: 50%;
display: inline-block;
position: relative;
vertical-align: middle;
cursor: pointer;
transition: border 0.2s ease-in-out;
}
.custom-radio:checked,
.custom-radio:focus,
.custom-radio:active{
border: 4px solid #333 !important;
outline: none !important;
} .custom-radio:checked::before {
content: "";
width: 6px;
height: 6px;
background-color: #333 !important;
border-radius: 50%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
} .custom-radio + label {
margin-left: 8px;
cursor: pointer;
}
.service-addons-list {
max-height: 300px; overflow-y: auto;
padding-right: 10px;
margin-right: -10px; }
.service-addons-list::-webkit-scrollbar {
width: 6px;
}
.service-addons-list::-webkit-scrollbar-thumb {
background-color: #ccc;
border-radius: 3px;
}
.service-addons-list::-webkit-scrollbar-track {
background-color: transparent;
}
.addon-inpt{
background-color: #eff3f6; position: relative;
overflow: hidden;
margin-bottom: 20px;
padding: 20px;
padding-bottom: 10px;
padding-right: 25px !important;
padding-left: 25px !important;
} .remove_addon { border:none;
}
#addon_table th, #addon_table td {
vertical-align: middle;
}
#addon_table input {
width: 100%;
}.leaflet-image-layer,
.leaflet-layer,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-pane,
.leaflet-pane > canvas,
.leaflet-pane > svg,
.leaflet-tile,
.leaflet-tile-container,
.leaflet-zoom-box {
position: absolute;
left: 0;
top: 0;
}
.leaflet-container {
overflow: hidden;
}
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
-webkit-user-drag: none;
}
.leaflet-safari .leaflet-tile {
image-rendering: -webkit-optimize-contrast;
}
.leaflet-safari .leaflet-tile-container {
width: 1600px;
height: 1600px;
-webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
display: block;
}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer {
max-width: none !important;
max-height: none !important;
}
.leaflet-container.leaflet-touch-zoom {
-ms-touch-action: pan-x pan-y;
touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
-ms-touch-action: pinch-zoom;
touch-action: none;
touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
-ms-touch-action: none;
touch-action: none;
}
.leaflet-container {
-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
filter: inherit;
visibility: hidden;
}
.leaflet-tile-loaded {
visibility: inherit;
}
.leaflet-zoom-box {
width: 0;
height: 0;
-moz-box-sizing: border-box;
box-sizing: border-box;
z-index: 800;
}
.leaflet-overlay-pane svg {
-moz-user-select: none;
}
.leaflet-pane {
z-index: 400;
}
.leaflet-tile-pane {
z-index: 200;
}
.leaflet-overlay-pane {
z-index: 400;
}
.leaflet-shadow-pane {
z-index: 500;
}
.leaflet-marker-pane {
z-index: 600;
}
.leaflet-tooltip-pane {
z-index: 650;
}
.leaflet-popup-pane {
z-index: 700;
}
.leaflet-map-pane canvas {
z-index: 100;
}
.leaflet-map-pane svg {
z-index: 200;
}
.leaflet-vml-shape {
width: 1px;
height: 1px;
}
.lvml {
behavior: url(#default#VML);
display: inline-block;
position: absolute;
}
.leaflet-control {
position: relative;
z-index: 800;
pointer-events: visiblePainted;
pointer-events: auto;
}
.leaflet-bottom,
.leaflet-top {
position: absolute;
z-index: 1000;
pointer-events: none;
}
.leaflet-top {
top: 0;
}
.leaflet-right {
right: 0;
}
.leaflet-bottom {
bottom: 0;
}
.leaflet-left {
left: 0;
}
.leaflet-control {
float: left;
clear: both;
}
.leaflet-right .leaflet-control {
float: right;
}
.leaflet-top .leaflet-control {
margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
margin-left: 10px;
}
.leaflet-right .leaflet-control {
margin-right: 10px;
}
.leaflet-fade-anim .leaflet-tile {
will-change: opacity;
}
.leaflet-fade-anim .leaflet-popup {
opacity: 0;
-webkit-transition: opacity 0.2s linear;
-moz-transition: opacity 0.2s linear;
transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
opacity: 1;
}
.leaflet-zoom-animated {
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
-webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
-moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}
.leaflet-pan-anim .leaflet-tile,
.leaflet-zoom-anim .leaflet-tile {
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
visibility: hidden;
}
.leaflet-interactive {
cursor: pointer;
}
.leaflet-grab {
cursor: -webkit-grab;
cursor: -moz-grab;
cursor: grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
cursor: crosshair;
}
.leaflet-control,
.leaflet-popup-pane {
cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
cursor: move;
cursor: -webkit-grabbing;
cursor: -moz-grabbing;
cursor: grabbing;
}
.leaflet-image-layer,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-pane > svg path,
.leaflet-tile-container {
pointer-events: none;
}
.leaflet-image-layer.leaflet-interactive,
.leaflet-marker-icon.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
pointer-events: visiblePainted;
pointer-events: auto;
}
.leaflet-container {
background: #ddd;
outline: 0;
}
.leaflet-container a {
color: #0078a8;
}
.leaflet-container a.leaflet-active {
outline: 2px solid orange;
}
.leaflet-zoom-box {
border: 2px dotted #38f;
background: rgba(255, 255, 255, 0.5);
}
.leaflet-container {
font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.leaflet-bar {
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
border-radius: 4px;
}
.leaflet-bar a,
.leaflet-bar a:hover {
background-color: #fff;
border-bottom: 1px solid #ccc;
width: 26px;
height: 26px;
line-height: 26px;
display: block;
text-align: center;
text-decoration: none;
color: #000;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
background-position: 50% 50%;
background-repeat: no-repeat;
display: block;
}
.leaflet-bar a:hover {
background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
cursor: default;
background-color: #f4f4f4;
color: #bbb;
}
.leaflet-touch .leaflet-bar a {
width: 30px;
height: 30px;
line-height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
}
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
font: bold 18px "Lucida Console", Monaco, monospace;
text-indent: 1px;
}
.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
font-size: 22px;
}
.leaflet-control-layers {
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
background: #fff;
border-radius: 5px;
}
.leaflet-control-layers-toggle {
background-image: url(//ilankanali.com/wp-content/themes/dwt-listing/assets/css/map/images/layers.png);
width: 36px;
height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
background-image: url(//ilankanali.com/wp-content/themes/dwt-listing/assets/css/map/images/layers-2x.png);
background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
width: 44px;
height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
display: block;
position: relative;
}
.leaflet-control-layers-expanded {
padding: 6px 10px 6px 6px;
color: #333;
background: #fff;
}
.leaflet-control-layers-scrollbar {
overflow-y: scroll;
overflow-x: hidden;
padding-right: 5px;
}
.leaflet-control-layers-selector {
margin-top: 2px;
position: relative;
top: 1px;
}
.leaflet-control-layers label {
display: block;
}
.leaflet-control-layers-separator {
height: 0;
border-top: 1px solid #ddd;
margin: 5px -10px 5px -6px;
}
.leaflet-default-icon-path {
background-image: url(//ilankanali.com/wp-content/themes/dwt-listing/assets/css/map/images/marker-icon.png);
}
.leaflet-container .leaflet-control-attribution {
background: #fff;
background: rgba(255, 255, 255, 0.7);
margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
padding: 0 5px;
color: #333;
}
.leaflet-control-attribution a {
text-decoration: none;
}
.leaflet-control-attribution a:hover {
text-decoration: underline;
}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
font-size: 11px;
}
.leaflet-left .leaflet-control-scale {
margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
margin-bottom: 5px;
}
.leaflet-control-scale-line {
border: 2px solid #777;
border-top: none;
line-height: 1.1;
padding: 2px 5px 1px;
font-size: 11px;
white-space: nowrap;
overflow: hidden;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: #fff;
background: rgba(255, 255, 255, 0.5);
}
.leaflet-control-scale-line:not(:first-child) {
border-top: 2px solid #777;
border-bottom: none;
margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-bar,
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers {
box-shadow: none;
}
.leaflet-touch .leaflet-bar,
.leaflet-touch .leaflet-control-layers {
border: 2px solid rgba(0, 0, 0, 0.2);
background-clip: padding-box;
}
.leaflet-popup {
position: absolute;
text-align: center;
margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
padding: 1px;
text-align: left;
border-radius: 12px;
}
.leaflet-popup-content {
margin: 13px 19px;
line-height: 1.4;
}
.leaflet-popup-content p {
margin: 18px 0;
}
.leaflet-popup-tip-container {
width: 40px;
height: 20px;
position: absolute;
left: 50%;
margin-left: -20px;
overflow: hidden;
pointer-events: none;
}
.leaflet-popup-tip {
width: 17px;
height: 17px;
padding: 1px;
margin: -10px auto 0;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
background: #fff;
color: #333;
box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}
.leaflet-container a.leaflet-popup-close-button {
position: absolute;
top: 0;
right: 0;
padding: 4px 4px 0 0;
border: none;
text-align: center;
width: 18px;
height: 14px;
font: 16px/14px Tahoma, Verdana, sans-serif;
color: #c3c3c3;
text-decoration: none;
font-weight: 700;
background: 0 0;
}
.leaflet-container a.leaflet-popup-close-button:hover {
color: #999;
}
.leaflet-popup-scrolled {
overflow: auto;
border-bottom: 1px solid #ddd;
border-top: 1px solid #ddd;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
width: 24px;
margin: 0 auto;
}
.leaflet-oldie .leaflet-popup-tip-container {
margin-top: -1px;
}
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
border: 1px solid #999;
}
.leaflet-div-icon {
background: #fff;
border: 1px solid #666;
}
.leaflet-tooltip {
position: absolute;
padding: 6px;
background-color: #fff;
border: 1px solid #fff;
border-radius: 3px;
color: #222;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.leaflet-tooltip.leaflet-clickable {
cursor: pointer;
pointer-events: auto;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before,
.leaflet-tooltip-top:before {
position: absolute;
pointer-events: none;
border: 6px solid transparent;
background: 0 0;
content: "";
}
.leaflet-tooltip-bottom {
margin-top: 6px;
}
.leaflet-tooltip-top {
margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
left: 50%;
margin-left: -6px;
}
.leaflet-tooltip-top:before {
bottom: 0;
margin-bottom: -12px;
border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
top: 0;
margin-top: -12px;
margin-left: -6px;
border-bottom-color: #fff;
}
.leaflet-tooltip-left {
margin-left: -6px;
}
.leaflet-tooltip-right {
margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
top: 50%;
margin-top: -6px;
}
.leaflet-tooltip-left:before {
right: 0;
margin-right: -12px;
border-left-color: #fff;
}
.leaflet-tooltip-right:before {
left: 0;
margin-left: -12px;
border-right-color: #fff;
}.leaflet-container .leaflet-control-search{position:relative;float:left;background:#fff;color:#1978cf;border:2px solid rgba(0,0,0,.2);background-clip:padding-box;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;background-color:rgba(255,255,255,.8);z-index:1000;margin-left:10px;margin-top:10px}.leaflet-control-search.search-exp{background:#fff;border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-control-search .search-input{display:block;float:left;background:#fff;border:1px solid #666;border-radius:2px;height:22px;padding:0 20px 0 2px;margin:4px 0 4px 4px}.leaflet-control-search.search-load .search-input{background:url(//ilankanali.com/wp-content/themes/dwt-listing/assets/css/map/images/loader.gif) no-repeat center right #fff}.leaflet-control-search.search-load .search-cancel{visibility:hidden}.leaflet-control-search .search-cancel{display:block;width:22px;height:22px;position:absolute;right:28px;margin:6px 0;background:url(//ilankanali.com/wp-content/themes/dwt-listing/assets/css/map/images/search-icon.png) no-repeat 0 -46px;text-decoration:none;filter:alpha(opacity=80);opacity:.8}.leaflet-control-search .search-cancel:hover{filter:alpha(opacity=100);opacity:1}.leaflet-control-search .search-cancel span{display:none;font-size:18px;line-height:20px;color:#ccc;font-weight:700}.leaflet-control-search .search-cancel:hover span{color:#aaa}.leaflet-control-search .search-button{display:block;float:left;width:30px;height:30px;background:url(//ilankanali.com/wp-content/themes/dwt-listing/assets/css/map/images/search-icon.png) no-repeat 4px 4px #fff;border-radius:4px}.leaflet-control-search .search-button:hover{background:url(//ilankanali.com/wp-content/themes/dwt-listing/assets/css/map/images/search-icon.png) no-repeat 4px -20px #fafafa}.leaflet-control-search .search-tooltip{position:absolute;top:100%;left:0;float:left;list-style:none;padding-left:0;min-width:120px;max-height:122px;box-shadow:1px 1px 6px rgba(0,0,0,.4);background-color:rgba(0,0,0,.25);z-index:1010;overflow-y:auto;overflow-x:hidden;cursor:pointer}.leaflet-control-search .search-tip{margin:2px;padding:2px 4px;display:block;color:#000;background:#eee;border-radius:.25em;text-decoration:none;white-space:nowrap;vertical-align:center}.leaflet-control-search .search-button:hover{background-color:#f4f4f4}.leaflet-control-search .search-tip-select,.leaflet-control-search .search-tip:hover{background-color:#fff}.leaflet-control-search .search-alert{cursor:pointer;clear:both;font-size:.75em;margin-bottom:5px;padding:0 .25em;color:#e00;font-weight:700;border-radius:.25em}.select2 .select2-selection--single {
border: 1px solid #ddd;
border-radius: 3px;
height: auto
}
.select2 .select2-selection--single .select2-selection__rendered {
color: #999;
padding: 7px 15px
}
.select2 .select2-selection--single .select2-selection__arrow {
height: auto;
width: auto;
right: 15px;
top: 50%;
transform: translate(-50%, 0)
}
.select2-container .select2-search--dropdown {
background-color: #e7edee;
border-bottom: 1px solid #c8d1d3
}
.select2-container .select2-search--dropdown .select2-search__field {
border: 1px solid #dfe6e8
}
.select2-container .select2-dropdown .select2-results__option--highlighted {
background-color: #e52d27
}
.select2-container .select2-dropdown .select2-results__option {
padding: 10px 15px
}
.select2-container .select2-selection--single .select2-selection__clear {
position: relative;
right: 10px
}
.gallery {
margin: 0 auto 18px
}
.gallery .gallery-item {
float: left;
margin-top: 0;
text-align: center;
width: 33%
}
.gallery-columns-2 .gallery-item {
width: 50%
}
.gallery-columns-4 .gallery-item {
width: 25%
}
.gallery img {
box-shadow: 0 0 4px #999;
border: 1px solid #fff;
padding: 8px;
background: #f2f2f2
}
.gallery img:hover {
background: #fff
}
.gallery-columns-2 .attachment-medium {
max-width: 92%;
height: auto
}
.gallery-columns-4 .attachment-thumbnail {
max-width: 84%;
height: auto
}
.gallery .gallery-caption {
color: #888;
font-size: 12px;
margin: 0 0 12px
}
.gallery dl,
.gallery dt {
margin: 0
}
.gallery br+br {
display: none
}
.none {
display: none
}
iframe {
width: 100%
}
.aligncenter {
clear: both;
display: block;
margin: 6px auto;
text-align: center
}
.alignleft {
float: left;
margin-bottom: 6px!important;
margin-left: 0;
margin-right: 24px;
margin-top: 6px
}
.alignright {
float: right;
margin-bottom: 6px!important;
margin-left: 24px;
margin-right: 0;
margin-top: 6px
}
.wp-caption-dd,
.wp-caption-text {
color: #444;
font-size: 14px;
font-style: italic;
font-weight: 400;
line-height: 17px;
margin: 6px 0 26px;
text-align: left
}
.blog-detial .blog-post .post-excerpt .tags-share .tags ul {
margin-top: 0;
padding-left: 0;
margin-bottom: 15px
}
.blog-detial .blog-post .post-excerpt .col-md-12.add-pages {
padding-left: 0;
margin-top: 15px
}
blockquote {
font-size: 16px
}
.post-desc pre {
border: 1px solid #d1d1d1;
line-height: 1.3125;
margin: 0 0 1.75em;
max-width: 100%;
font-size: 14px;
overflow: auto;
padding: 1.75em;
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
border-radius: 0;
background-color: #fff
}
.post-desc ul {
list-style: circle;
margin-bottom: 0;
margin-top: 20px;
font-size: 16px;
color: #333
}
.post-desc ol {
font-size: 16px;
color: #333
}
.single-blog.blog-detial .blog-post .post-excerpt.post-desc ul li ul {
margin-top: 0
}
.single-blog.blog-detial .blog-post .post-excerpt.post-desc .comment-info p {
margin-bottom: 5px
}
.single-blog.blog-detial .blog-post .post-excerpt.post-desc .comment-info blockquote p {
margin-bottom: 0
}
.single-blog.blog-detial .blog-post .post-excerpt.post-desc .comment-info .author-desc ul {
margin-top: 5px
}
.single-blog.blog-detial .blog-post .post-excerpt.post-desc .comment-info .author-desc .author-title ul {
padding-left: 0!important
}
.comment-list li.comment ul.children .comment-info .author-desc .author-title ul.list-inline li {
padding-left: 0!important;
margin-bottom: 0
}
.single-blog.blog-detial .blog-post .post-excerpt h1,
.single-blog.blog-detial .blog-post .post-excerpt h2,
.single-blog.blog-detial .blog-post .post-excerpt h3,
.single-blog.blog-detial .blog-post .post-excerpt h4,
.single-blog.blog-detial .blog-post .post-excerpt h5,
.single-blog.blog-detial .blog-post .post-excerpt h6 {
color: #333
}
.static-page .blog-detial .blog-post table tr th {
color: #333
}
.static-page .blog-detial .blog-post table tr td a {
color: #333;
font-weight: 600
}
.static-page .single-blog.blog-detial.blog-detial .blog-section .comment-respond .comment-form p.logged-in-as {
margin-left: 0
}
.static-page .single-blog.blog-detial.blog-detial .blog-section .blog-heading h2 {
margin-top: 0
}
.static-page .single-blog.blog-detial.blog-detial .blog-section .comment-respond .comment-form div.col-sm-12 {
padding-left: 0;
padding-right: 0
}
.static-page .single-blog.blog-detial .blog-post {
margin-bottom: 0
}
.single-blog.blog-detial .blog-post .post-excerpt dl dt,
.single-blog.blog-detial .blog-post .post-excerpt table tr th {
color: #333
}
.main-menu .mega-menu .drop-down,
.main-menu .mega-menu .drop-down-tab-bar {
top: 58px
}
.main-menu .mega-menu .drop-down-multilevel {
top: 58px
}
.main-menu .mega-menu ul.drop-down-multilevel li ul.drop-down-multilevel {
top: 0
}
.single-blog.blog-detial .blog-post .post-excerpt dl {
margin-top: 10px
}
.single-blog.blog-detial .blog-post .post-excerpt dl dd,
.single-blog.blog-detial .blog-post .post-excerpt dl dt {
margin-bottom: 10px
}
.single-blog.blog-detial .blog-post .post-excerpt p em strong,
.single-blog.blog-detial .blog-post .post-excerpt p strong,
.single-blog.blog-detial .blog-post .post-excerpt ul li em strong {
color: #232323
}
.about-us-content p {
margin-bottom: 15px
}
.blog-sidebar .widget.widget-content .textwidget p strong {
color: #232323
}
.blog-sidebar .widget.widget-content a.rsswidget {
display: inline-block
}
.blog-sidebar .widget {
padding: 20px 25px
}
.blog-sidebar .widget .widget-heading h4.panel-title {
margin-bottom: 10px
}
.blog-sidebar .widget .widget-heading h4 a {
padding: 0
}
.blog-sidebar .widget select {
margin-top: 15px
}
.blog-sidebar .widget.widget-content ul li.cat-item ul.children {
padding: 0;
margin-left: 10px!important
}
.gallery {
margin-left: -.5em;
margin-right: -.5em
}
.gallery:after {
display: table;
content: "";
clear: both
}
.gallery-item {
margin: 0;
float: left;
padding: .5em
}
.gallery-item img {
width: 100%
}
.gallery-columns-1 .gallery-item {
width: 100%;
float: none
}
.gallery-columns-2 .gallery-item {
width: 50%
}
.gallery-columns-3 .gallery-item {
width: 16.6667%
}
.wp-caption-text.gallery-caption {
margin-top: 5px
}
.gallery-columns-4 .gallery-item {
width: 15%
}
.gallery-columns-5 .gallery-item {
width: 20%
}
.gallery-columns-6 .gallery-item {
width: 16.6667%
}
.gallery-columns-7 .gallery-item {
width: 14.2857%
}
.gallery-columns-8 .gallery-item {
width: 12.5%
}
.gallery-columns-9 .gallery-item {
width: 11.1111%
}
.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
clear: left
}
.post-desc table,
.post-desc td,
.post-desc th {
border: 1px solid #ddd;
text-align: center
}
.post-desc table {
border-collapse: collapse;
width: 100%
}
.post-desc td,
.post-desc th {
padding: 15px
}
.media .children li {
margin-bottom: 0!important
}
.comment_form {
margin-top: 0!important
}
.commentform .form-submit {
padding-left: 15px
}
.comment-reply-title {
margin-top: 0!important
}
.comment-reply-title a {
color: #e52d27
}
#cancel-comment-reply-link {
font-size: 14px!important;
color: #999
}
.sb_margin_top {
margin-top: 40px
}
.sb_margin_bottom {
margin-bottom: 40px
}
#wp-calendar {
width: 100%;
font-size: 16px
}
#wp-calendar thead th {
background: #f5f5f5;
border: 1px solid #ddd;
border-top: 0;
font-size: 14px
}
#wp-calendar tbody td {
text-align: center;
border: 1px solid #ddd;
line-height: 2.5em;
transition: background .15s ease;
-webkit-transition: background .15s ease;
-o-transition: background .15s ease;
-moz-transition: background .15s ease
}
#wp-calendar tbody td:hover {
background: #f1f1f1;
color: #333
}
#wp-calendar tbody td a {
display: block;
text-decoration: none;
background: #f1f1f1;
color: #333
}
#wp-calendar tbody td:hover a {
background: #4d4d4d;
color: #fff
}
#wp-calendar tfoot td {
padding-top: 1px;
padding: 4px
}
#wp-calendar caption {
cursor: pointer;
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
margin: 0;
padding: 12px;
outline: 0 none!important;
border: 1px solid #ddd;
color: #232323
}
#wp-calendar tbody a {
display: block;
text-decoration: underline
}
#wp-calendar th {
text-align: center;
border: 1px solid transparent;
border-top: 0;
padding: 7px 0;
color: #a7a7a7
}
#footer #wp-calendar thead th {
background: #222
}
#footer #wp-calendar tbody td {
border-color: #222
}
.screen-reader-text {
display: none
}
.blog-sidebar .widget select {
position: relative;
display: inline-block;
width: 100%;
margin-bottom: 15px
}
.blog-sidebar .widget select {
display: inline-block;
width: 100%;
padding: 10px 15px;
outline: 0
}
.textwidget img {
width: 300px;
height: auto
}
#sb_message_response {
display: none
}
.blog-sidebar .widget .sub-menu ul.children {
margin-left: 5px!important
}
.blog-sidebar .widget.widget-content ul.children {
padding-top: 2px;
margin-top: 0;
padding-left: 0;
padding-bottom: 2px
}
.sb_ads_top {
padding-bottom: 8px
}
.sb_ads_bottom {
padding-bottom: 28px
}
.sticky,
.tag-sticky-2 {
background: #ededed
}
.sticky,
.tag-sticky-2 {
background-color: #ededed;
color: #272727
}
.sticky:before,
.tag-sticky-2:before {
content: "\f08d";
color: #999;
padding: 10px;
font-family: FontAwesome;
display: inline-block;
right: 24px;
font-size: 30px;
position: absolute;
text-transform: uppercase;
top: 20px;
z-index: 2
}
.wp-caption {
max-width: 100%
}
.blog-section-2 .sticky .blog-inner-box .blog-lower-box,
.blog-section-2 .tag-sticky-2 .blog-inner-box .blog-lower-box {
background-color: #ededed
}
.blog-post .sticky,
.blog-post .tag-sticky-2 {
background: #fff;
border: 2px solid #232323
}
.btn:focus,
a:focus {
outline: 0!important;
text-decoration: none!important
}
.logged-in-as a {
color: #000!important
}
.section-padding-page {
padding: 40px 0
}
.bg-gray {
background-color: #fafafa!important
}
.bg-white {
background-color: #fff!important
}
.link-more {
font-size: 13px
}
.shop-grid .woocommerce-placeholder {
height: 344px!important
}
.custom_holder_single {
width: 293px!important;
height: 223px!important
}
.custom_holder_grid {
height: 269px!important;
width: 358px!important
}
.custom_holder_list {
height: 196px!important;
width: 261px!important
}
.no-custom-padding {
padding: 0!important
}
.orderby {
height: 40px;
width: 250px
}
.tab-content .product-tabs-content {
padding: 25px
}
.woocommerce-Reviews-title {
display: none
}
.bypostauthor {
position: relative
}
.fun-facts-icons {
font-size: 45px;
margin-bottom: 10px
}
.why-icon {
font-size: 50px!important;
line-height: 70px!important;
margin-left: 20px!important
}
.woocommerce-product-search {
background-color: transparent!important
}
#white_bar {
display: none
}
.clr_white {
color: #fff
}
.white-social {
color: #fff!important
}
.input-group-addon button {
border: 0;
background-color: #e52d27
}
.tags ul li {
margin-left: 5px
}
.tagcloud a {
font-size: 14px!important
}
.parsley-custom-error-message {
color: #c31619!important;
font-size: 13px!important
}
.features .features-text h3 a {
color: #000!important;
font-size: 16px;
margin: 0;
padding: 0 0 10px;
text-align: left;
text-transform: capitalize
}
.cats-ld {
display: none
}
#ad_posting {
display: none
}
.select-package hr {
margin-top: 0!important
}
#cke_13,
#cke_15,
#cke_16,
#cke_18,
.cke_button__about,
.cke_button__indent_icon,
.cke_button__numberedlist_icon,
.cke_button__outdent_icon,
.cke_combo_button,
.cke_toolbar_separator {
display: none!important
}
.ad-price small {
font-size: 10px;
color: #000;
margin-right: 5px
}
.status_active {
background: #4caf50;
color: #fff
}
.status_expired {
background: #d9534f;
color: #fff
}
.status_sold {
background: #3498db;
color: #fff
}
.ad_status {
padding: 5px 12px!important;
margin-bottom: 5px
}
.category-grid-box-1 .message-box .message span {
color: #fff;
font-size: 20px;
font-weight: 600;
padding: 5px 20px;
text-transform: capitalize;
background-color: #f58936!important
}
.category-grid-box-1 .message-box {
bottom: 3px;
position: absolute;
right: 0
}
.category-grid-box-1 .message-box:hover {
cursor: pointer
}
.message-text {
width: 100%!important
}
.message-history-active {
background-color: #f8f8f8
}
.return-to-shop {
display: none
}
.sb_anchor {
color: #fff!important;
font-weight: bolder
}
.popover-title {
color: #000!important
}
.popover-content .btn-group a.btn-primary {
color: #fff!important
}
.popover-title {
font-size: 14px!important
}
.ad-listing .ad-content .additional-info li a:hover {
background-color: #f58936!important
}
.padding-left {
padding-left: 10px!important
}
.jqte_editor ul {
margin-left: 39px!important
}
.ad-listing-meta ul {
list-style: none!important
}
.search-block .text-box {
position: relative;
background: #f3f3f3
}
.icon-search {
position: absolute;
top: 10px;
left: 14px;
font-size: 34px;
color: #ccc
}
.search-modal .modal-body {
position: relative;
padding-top: 0
}
.search-modal .modal-header {
background: #202020 none repeat scroll 0 0
}
.search-modal .modal-header h3 {
color: #fff
}
.search-modal .form-control {
background-color: transparent!important;
border: none!important;
padding-left: 40px
}
.search-modal .search-block .popular-search {
padding-top: 15px
}
.search-modal .search-block .popular-search label {
font-size: 16px
}
.search-modal .search-block .popular-search ul li a {
color: #232323
}
.search-modal .form-control:focus {
box-shadow: none
}
.search-modal .close {
color: #fff!important
}
.search-modal .close:focus,
.search-modal .close:hover {
color: #fff!important
}
.descs-box .desc-points {
margin-bottom: 0!important
}
.descs-box .desc-points p b {
color: #232323!important
}
.descs-box .tags-share {
border-bottom: 0 solid #d7d7d7!important;
padding: 0!important
}
.padding_cats+.padding_cats {
padding-left: 5px
}
.contactEmail a {
color: #000!important
}
span.profile_tabs {
cursor: pointer!important
}
.blog-sidebar .widget .widget-content {
background-color: #fff;
border-top-color: #eee;
overflow: hidden;
padding: 20px 25px
}
.widget-content ol {
padding-left: 15px
}
.f_custom {
display: block
}
.wpcf7-form .form-control {
display: inline-block
}
span .wpcf7-not-valid {
border: 1px solid red!important
}
span.wpcf7-not-valid-tip {
display: none
}
div.wpcf7-validation-errors {
background: #ffe2e2;
border: 1px solid red;
color: #c10000
}
div.wpcf7-response-output {
margin: 2em 0;
padding: 15px;
border-radius: 5px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
position: absolute;
top: 0;
width: 100%
}
div.wpcf7-validation-errors {
display: none!important
}
.wpcf7-spam-blocked {
background: #e2e2e2;
border: 1px solid #bcbcbc!important;
color: #383838
}
.wpcf7-mail-sent-ng {
background: #fcf8e3;
border: 1px solid #ac9163!important;
color: #8a6d3b
}
.wpcf7-mail-sent-ok {
background: #dff0d8;
border: 1px solid #3c763d!important;
color: #3c763d
}
.blog-sidebar .widget.widget-content .tagcloud a:hover {
color: #fff
}
.single-blog.blog-detial .blog-post .post-excerpt blockquote p cite {
color: #232323;
font-weight: 600
}
.static-page .blog-post {
border: medium none
}
.widget .search-form input.search-submit {
display: none!important
}
.post-desc h1 {
font-size: 48px;
margin: 25px 0 0
}
.post-desc h2 {
font-size: 30px;
margin: 25px 0
}
.post-desc h3 {
font-size: 22px;
margin: 22px 0
}
.post-desc h4 {
font-size: 20px;
margin: 25px 0
}
.post-desc h5 {
font-size: 18px;
margin: 30px 0
}
.post-desc h6 {
font-size: 16px;
margin: 36px 0
}
.post-desc img,
.post-desc img[class*=align],
.post-desc img[class*=attachment-],
.post-desc img[class*=wp-image-],
.post-desc img[height] {
height: auto;
max-width: 100%
}
.comment-list .comment .comment-content p {
font-size: 16px;
color: #333
}
.blog-sidebar .widget .select2-container--default .select2-selection--single .select2-selection__clear {
display: none
}
.sb-top-bar_notification {
background-color: #fcf8e3;
text-align: center;
padding: .6em;
color: #000;
font-size: smaller;
font-weight: 800;
display: none
}
.sb-top-bar_notification a {
text-decoration: none;
color: #8a6d3b
}
.user-img {
width: 50px!important
}
.header-top .header-right ul.listnone li.dropdown ul.dropdown-menu {
left: auto;
right: 0!important
}
.blog-sidebar .widget .input-group-addon {
color: #fff;
border: medium none;
border-radius: 0
}
.blog-post .post-excerpt form.post-password-form input[type=submit] {
color: #fff;
padding: 2px 15px
}
.blog-post .post-excerpt form.post-password-form input[type=submit] {
background-color: #242424;
border: 1px solid #242424
}
.static-page .post-excerpt {
margin-bottom: 0
}
.static-page .single-blog.blog-detial .post-excerpt.post-desc ol {
margin-bottom: 0
}
.post-ad-form .row .col-md-6 {
min-height: 97px
}
.post-excerpt.post-desc ul li span {
font-size: 16px!important
}
.post-excerpt.post-desc ul li em,
.post-excerpt.post-desc ul li strong {
color: #232323!important;
font-weight: 500!important;
font-size: 16px!important
}
.blog-detial .comment-info .author-desc {
margin-left: 90px
}
.blog-detial .comment-info .author-desc.no-margin {
margin-left: 0
}
.blog-detial .comment-info img {
max-width: 70px
}
.blog-detial .comment-info .author-title {
margin-bottom: 0
}
.comment-list .comment .comment-info .author-desc .author-title li a {
color: #999;
font-size: 14px
}
.blog-sidebar .widget ul {
padding-left: 0;
margin-bottom: 0;
position: relative
}
.blog-sidebar .widget ul li {
width: 100%;
margin: 0;
text-align: left;
display: table;
padding: 15px 0;
border-bottom: 1px solid #e1e8ed;
font-size: 14px;
color: #999
}
.blog-sidebar .widget ul li ul.children {
padding-left: 20px
}
.blog-sidebar .widget ul.sub-menu {
padding-left: 20px
}
.blog-sidebar .widget ul li.recentcomments {
display: inline-block
}
.blog-sidebar .widget ul li.recentcomments a {
float: none;
margin-left: 5px;
margin-right: 0
}
.blog-sidebar .widget ul li.recentcomments span.comment-author-link {
margin-left: 15px;
margin-right: 0
}
.blog-sidebar .widget ul li.recentcomments span.comment-author-link a {
margin-left: 0
}
.blog-sidebar .widget ul li a::before {
content: '\f0da';
color: #e1e8ed;
line-height: 23px;
font-family: fontawesome;
width: 30px;
text-align: left;
position: absolute;
left: 0
}
.blog-sidebar .widget ul li a {
text-align: left;
color: #333;
float: left;
font-size: 14px;
margin-left: 15px;
margin-right: 5px
}
.blog-sidebar .widget .textwidget {
color: #999
}
.blog-sidebar .widget .textwidget p strong {
color: #333
}
.static-page.blog-post-container {
padding-bottom: 60px
}
.custom-alert--warning {
background-color: #feebe6
}
.custom-alert {
border-radius: 3px;
color: #000;
position: relative;
padding: 0;
width: 100%;
margin-bottom: 20px;
overflow: hidden
}
.custom-alert h6 {
margin-top: 0
}
.custom-alert__top-side {
padding: 21px 23px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start
}
.custom-alert--warning .custom-alert__close,
.custom-alert--warning .custom-alert__icon {
color: #f87f52
}
.custom-alert__icon {
font-size: 42px;
line-height: 42px;
height: 42px;
width: 42px;
margin-right: 23px
}
.alert-icon {
position: relative;
display: inline-block;
margin-right: 15px
}
.custom-alert__heading {
color: #232323;
font-weight: 500;
font-size: 18px;
margin-bottom: 5px
}
.custom-alert__content {
color: #939daa;
font-size: 16px
}
.custom-alert--success {
background-color: #e2f7ea
}
.custom-alert--success .custom-alert__close,
.custom-alert--success .custom-alert__icon {
color: #82c250
}
.custom-alert--info .custom-alert__close,
.custom-alert--info .custom-alert__icon {
color: #3bbeb0
}
.custom-alert--info {
background-color: #e3f8f5
}
.custom-alert--danger {
background-color: #fde5e7
}
.custom-alert--danger .custom-alert__close,
.custom-alert--danger .custom-alert__icon {
color: #ed5564
}
.btn-link.link-info--bordered,
a.link-info--bordered {
border-bottom: 1px solid rgba(0, 148, 242, .8);
clear: both
}
.preloading {
background-color: transparent;
background-image: url(//ilankanali.com/wp-content/themes/dwt-listing/assets/images/dwt_listing_loader.gif);
background-position: center center;
background-repeat: no-repeat;
height: 100%;
left: 0;
overflow: hidden;
position: fixed;
top: 0;
width: 100%;
z-index: 999999;
display: none
}
.preloading:before {
content: '';
display: block;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, .3)
}
.parallex {
color: #fff!important;
position: relative;
z-index: 7
}
.parallex h2 {
color: #fff!important;
position: relative;
z-index: 7
}
.parallex h3 {
color: #fff!important;
position: relative;
z-index: 7
}
.parallex::before {
background: rgba(0, 0, 0, .7) none repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%
}
.pricing-palden .pricing-action {
font-weight: 500;
margin: 15px 20px 30px
}
.pricing-item.pricing__item--featured .pricing-feature-list {
margin-bottom: 10px
}
.pricing-palden .pricing-feature-list {
margin-bottom: 15px;
padding: 0 20px;
list-style: none;
text-align: left
}
.pricing-palden .pricing-feature {
padding: 5px 0;
text-transform: capitalize
}
.pricing-palden .pricing-feature i.yes {
color: #21dca4;
font-size: 16px;
padding-right: 5px
}
.pricing-palden .pricing-feature i.no {
color: red;
font-size: 14px;
padding-right: 5px
}
.login .modal-dialog {
width: 490px
}
.pricing-palden .pricing-action.my-btn-disabled {
background-color: #242424;
color: #fff
}
.pricing-palden .pricing-action {
font-weight: 500;
margin: auto 3em 3em 3em;
padding: 1em 2em;
color: #242424;
border-radius: 3px;
border: 1px solid #242424;
-webkit-transition: background-color .3s;
transition: background-color .3s;
font-family: Poppins, sans-serif
}
.pricing-palden .pricing-action:focus,
.pricing-palden .pricing-action:hover {
background-color: #242424;
color: #fff
}
.pricing-palden .pricing-item--featured .pricing-deco {
padding: 5em 0 8.885em 0
}
.pricing-palden .pricing-item.pricing__item--featured .pricing-action {
background-color: #242424;
color: #fff
}
.social-media-fields .form-group.has-error .input-group {
border: 1px solid red
}
#listing-form .custom-alert {
margin-bottom: 0
}
.for_featured_list .custom-alert__body {
padding-top: 10px;
width: 100%
}
.for_featured_list .custom-alert__body h6 .check-radio-tweak-wrapper {
float: right
}
.margin-10 {
margin-top: 10px
}
.sticky-button-edit {
position: fixed;
text-align: center;
right: 70px;
bottom: 34px;
display: block;
color: #fff;
text-decoration: none;
border-radius: 2px;
box-shadow: 2px 2px 2px rgba(0, 0, 0, .6);
background-color: #179eda;
padding: 9px 14px;
z-index: 99
}
.sticky-button-edit a,
.sticky-button-feature a,
.sticky-button-rearrange a {
color: #fff
}
.sticky-button-rearrange {
position: fixed;
text-align: center;
right: 120px;
bottom: 34px;
display: block;
color: #fff;
text-decoration: none;
border-radius: 2px;
box-shadow: 2px 2px 2px rgba(0, 0, 0, .6);
background-color: #07b107;
padding: 9px 14px;
z-index: 9
}
.sticky-button-feature {
position: fixed;
text-align: center;
right: 20px;
bottom: 85px;
display: block;
color: #fff;
text-decoration: none;
border-radius: 2px;
box-shadow: 2px 2px 2px rgba(0, 0, 0, .6);
background-color: #fc0;
padding: 9px 14px;
z-index: 9
}
.ui-sortable {
margin-bottom: 10px
}
#sortable ul {
list-style: none
}
#sortable ul li {
list-style: none
}
#sortable li {
margin: 3px 3px 3px 0;
display: inline-block;
text-align: center;
cursor: move;
border: 4px solid #ccc;
width: 90px;
}
.jconfirm.jconfirm-modern .jconfirm-buttons .btn-blue {
display: none
}
.widget.claimed {
background: #52d3a3
}
.sidebar .widget.claimed .claim a {
color: #fff
}
.review_rating_stars i {
color: #ddd;
font-style: normal;
font-size: 14px
}
.review_rating_stars i.color {
color: #fc0
}
.all-review-listing,
.all-reviews {
clear: both;
margin-bottom: 30px;
position: relative
}
.review-pagination {
position: relative;
margin: 40px 0
}
.page-numbers {
background-color: #fff;
border-color: #ddd;
border: 1px solid #ddd;
color: #777;
font-size: 14px;
font-weight: 500;
padding: 8px 14px;
border-radius: 3px;
position: relative;
box-shadow: none;
display: inline-block;
margin-right: 5px
}
a.page-numbers:hover {
background-color: #e52d27;
border: 1px solid #e52d27;
color: #fff
}
.page-numbers.current {
background-color: #e52d27;
border: 1px solid #e52d27;
color: #fff
}
.widget-opening-hours #opening-hours ul li.current_day span {
color: #48d17e!important
}
.widget-custom-fields {
margin: 20px 0
}
.widget-custom-fields .listing-other-features {
margin-top: 20px
}
.widget-custom-fields .listing-other-features h5 {
margin-top: 0;
margin-bottom: 5px
}
.dashboard .profile-detail-area .custom-alert {
margin-bottom: 0
}
.business-status {
background-color: #c00;
color: #fff;
padding: 3px 10px;
border-radius: 3px;
font-size: 12px;
font-weight: 400;
vertical-align: top;
margin-left: 10px
}
.dashboard .profile-detail-area .custom-alert.margin-bottom-30 {
margin-bottom: 30px
}
.review-box .profile-review-reply-box {
background-color: #fafafa;
padding: 15px 20px
}
.single-post .review-box .review-author-right .review-author-detail .profile-review-reply-box p {
margin-bottom: 10px
}
.expired-listing {
background-color: #323232;
color: #fff;
padding: 1px 10px;
border-radius: 3px;
font-size: 12px;
position: absolute;
top: 20px;
right: 15px
}
.light-gray {
color: #ccc
}
.ajax-loader {
background-color: transparent;
background-image: url(//ilankanali.com/wp-content/themes/dwt-listing/assets/images/dwt_listing.gif);
background-position: center center;
background-repeat: no-repeat;
width: 50px;
height: 50px;
display: none;
z-index: 9;
right: 10px;
top: -4px;
position: absolute
}
.loader-field {
background: url(//ilankanali.com/wp-content/themes/dwt-listing/assets/images/small-loader.gif) no-repeat right center;
position: absolute;
width: 16px;
height: 16px;
right: 10px;
top: 15px;
z-index: 9;
display: none
}
.listing-widget {
position: relative
}
.search-widget button[type=submit] {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: medium none;
color: #bdbdbd;
height: 100%;
position: absolute;
right: 0;
top: 0;
width: 40px
}
.show-more-button {
position: relative;
font-weight: 600;
font-size: 15px;
z-index: 10;
transition: all .3s;
color: #000;
display: table;
margin: -10px auto 20px
}
.listing-widget .form-group .form-control {
color: #ccc
}
.locition_widget {
position: relative;
margin: 20px 0
}
.listingTopFilterBar {
background: #fff none repeat scroll 0 0;
min-height: 60px;
border: 1px solid #e5e5e5;
border-radius: 3px;
margin-bottom: 30px
}
ul.filterAdType {
padding: 0
}
ul.filterAdType li {
display: inline-block;
list-style: outside none none
}
ul.filterAdType li a {
color: #232323;
display: block;
padding: 16px 20px
}
ul.filterAdType li a:hover,
ul.filterAdType li.active a {
color: #000
}
ul.listingViewIcon li {
display: inline-block;
list-style: outside none none
}
ul.listingViewIcon li a {
color: #232323;
line-height: 60px;
padding: 0 10px
}
ul.listingViewIcon li a:hover {
color: #000
}
ul.listingViewIcon li.shortByListingLi ul li {
display: block
}
ul.listingViewIcon li.shortByListingLi ul li a {
line-height: 30px
}
.dwt_listing_filters {
display: inline-flex;
align-items: center;
flex-wrap: wrap;
margin-bottom: 20px;
font-size: 13px;
position: relative
}
.dwt_listing_filter-list {
padding-left: 0;
margin-bottom: 0
}
.dwt_listing_main-tags {
display: inline-block;
margin-right: 8px;
margin-bottom: 5px;
padding: 6px 18px;
background-color: #fff;
border-radius: 40px;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
color: #666
}
.dwt_listing_main-tags-label {
display: inline-block;
color: #adadad;
margin-right: 3px
}
.dwt_listing_main-tags-close {
display: inline-block;
margin-left: 20px;
color: #666;
font-size: 16px
}
.dwt_listing_main-tags-close:hover {
color: #1fc341
}
.main-listing__clear {
font-size: 14px;
color: #1fc341
}
.dwt_listing_filters form {
display: inline
}
.premium-slider {
background: #f5f5f5;
position: relative;
z-index: 3;
margin-bottom: 30px;
padding: 30px 25px 20px
}
.premium-slider .listing-item {
margin-bottom: 0
}
.premium-slider .heading-title {
position: relative;
margin-bottom: 20px;
border-bottom: 1px solid #ddd;
padding-bottom: 20px
}
.premium-slider .heading-title h4 {
margin: 0;
font-weight: 500
}
.premium-slider .owl-theme .owl-nav {
position: absolute;
right: 8px;
top: -85px
}
.premium-slots {
overflow: hidden;
position: relative;
z-index: 3;
margin: 30px 0
}
.menu-transparent.solid-header {
position: relative;
padding: 15px 0;
background-color: #fff;
box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .1);
z-index: 99;
width: 100%
}
.menu-transparent.solid-header .mega-menu.transparent .menu-button li.post-btn a,
.menu-transparent.solid-header ul li a {
color: #242424
}
.menu-transparent.solid-header .mega-menu.transparent .menu-button li.post-btn {
border: 1px solid #ddd
}
.advertizing-slots {
position: relative;
width: 100%
}
.advertizing-slots img {
width: 100%
}
.street_address {
position: relative;
margin-bottom: 25px;
overflow: hidden;
}
.street_address .is-street {
left: 10px;
padding: 0;
position: absolute;
bottom: 10px;
z-index: 9
}
.street_address .is-street>a {
border-bottom-left-radius: 2px;
border-top-left-radius: 2px;
background-clip: padding-box;
box-shadow: rgba(0, 0, 0, .3) 0 1px 4px -1px;
color: #242424;
font-size: 14px;
background-color: rgba(255, 255, 255, .7);
font-weight: 500;
line-height: 26px;
padding: 5px 20px
}
.street_address .get-directions {
right: 60px;
padding: 0;
position: absolute;
top: 10px;
z-index: 90
}
.street_address .get-directions>a {
border-bottom-left-radius: 2px;
border-top-left-radius: 2px;
background-clip: padding-box;
box-shadow: rgba(0, 0, 0, .3) 0 1px 4px -1px;
color: #242424;
font-size: 14px;
background-color: rgba(255, 255, 255, .7);
font-weight: 500;
line-height: 26px;
padding: 5px 20px
}
.profile-detail-area .submit-listing {
background: #fff;
overflow: visible
}
.profile-detail-area .submit-listing .submit-listing-section {
padding: 0
}
.profile-detail-area .submit-listing .submit-post-button {
margin-top: 5px
}
.dashboard .profile-detail-area.my-events .profile-listing-box-text ul li {
display: inline-block;
margin-right: 5px
}
img.lazy {
height: 238px;
background-image: url(//ilankanali.com/wp-content/themes/dwt-listing/assets/images/dwt_listing_loader.gif);
background-repeat: no-repeat;
background-position: 50% 50%
}
.dropzone .dz-preview .dz-image {
width: 100px;
height: 100px
}
.coupon-sale {
background: #ef1c1c;
display: inline-block;
padding: 8px 15px;
color: #fff;
text-transform: uppercase;
font-size: 12px;
line-height: 1;
border-radius: 2px 0 0 2px;
position: absolute;
top: 21px !important;
left: 15px
}
.coupon-sale:after {
content: "";
position: absolute;
left: 100%;
top: 0;
width: 0;
height: 0;
border-style: solid;
border-width: 14px 0 15px 10px;
border-color: transparent transparent transparent #ef1c1c
}
.dwt_listing_coupon-deal .modal-content .modal-footer {
background: #25282e
}
.dwt_listing_coupon-model-content .coupon-clipboard::before {
background: #fff none repeat scroll 0 0;
content: "\f0c4";
font-family: FontAwesome;
font-size: 26px;
left: -12px;
padding-right: 0;
position: absolute;
top: -13px;
-webkit-transform: rotate(20deg);
-moz-transform: rotate(20deg);
-ms-transform: rotate(20deg);
-o-transform: rotate(20deg);
transform: rotate(20deg)
}
.dwt_listing_coupon-model-content .coupon-clipboard {
background-color: transparent;
box-shadow: none;
font-size: 15px;
margin: auto;
overflow: visible;
padding: 10px;
position: relative;
text-align: center;
text-transform: none;
width: 100%
}
.dwt_listing_coupon-model-content .coupon-clipboard {
color: #e52d27;
border: 2px dashed #e52d27
}
.dwt_listing_coupon-model-content small {
color: #aaa;
display: block;
margin-top: 5px
}
.dwt_listing_coupon-model-content h2 {
font-size: 24px
}
.dwt_listing_modal-copun.modal .modal-dialog .modal-content {
padding: 0;
border-radius: 0;
box-shadow: none
}
.dwt_listing_coupon-model-content {
font-size: 16px;
padding: 40px 35px 15px;
border-radius: 0
}
.dwt_listing_modal-copun button.close {
position: absolute;
top: 0;
right: 0;
padding: 10px;
cursor: pointer;
opacity: 1;
color: #fff;
border: 0;
background: #e52d27;
text-shadow: none;
-webkit-appearance: none
}
.report {
font-size: 13px;
font-weight: 400;
padding: 0;
text-align: center;
color: #fff
}
.dwt_listing_modal-copun.modal .nav {
border-top: 0;
border-radius: 0;
background: #25282e
}
.dwt_listing_modal-copun.modal .nav-pills>li a {
padding-top: 20px;
padding-bottom: 20px
}
.dwt_listing_modal-copun.modal .nav-pills>li.active>a,
.dwt_listing_modal-copun.modal .nav-pills>li.active>a:focus,
.dwt_listing_modal-copun.modal .nav-pills>li.active>a:hover,
.dwt_listing_modal-copun.modal .nav-pills>li>a:hover {
color: #fff;
border-radius: 0;
background-color: #25282e
}
.listing-coupon-block {
background: #fff;
border: 1px solid #f5f5f5;
position: relative;
margin-bottom: 20px
}
.listing-coupon-block li {
padding: 20px
}
.coupon-deal-button {
border: 2px solid #ffa619;
border-top-color: #ffa619;
border-right-color: #ffa619;
border-bottom-color: #ffa619;
border-left-color: #ffa619;
border-radius: 2px;
display: block;
position: relative;
font-weight: 600;
color: #fff;
background: #ffa619;
background-color: #ffa619;
padding: 10px 20px;
text-align: center
}
.coupon-deal-button span {
background-color: #ffa619;
color: #fff
}
.dwt_listing_coupon-validity-clock {
font-size: 35px;
color: #1ab1b7;
border-right: 1px solid #eee;
padding-right: 20px;
line-height: 1;
float: left
}
.dwt_listing_coupon-validity {
font-size: 25px;
color: #1ab1b7;
font-weight: 700;
text-align: center
}
.dwt_listing_coupon-validity p {
margin-bottom: 15px;
line-height: 1
}
.dwt_listing_coupon-exp-title {
font-weight: 600;
font-size: 12px;
text-transform: uppercase;
color: #ababab
}
.coupone-code {
border: 1px dashed #f1f1f1;
position: relative;
margin-top: 20px;
height: auto;
padding: 20px 0
}
.dwt_listing_coupon-model-content p {
color: #ababab;
font-size: 14px
}
.hidden-code {
padding: 5px 90px
}
.dwt_listing_coupon-model-content h2 {
margin-top: 0
}
.dwt_listing_coupon-deal .modal-footer .report a {
color: #fff
}
.dwt_listing_coupon-deal .valid-until {
margin-top: 5px
}
.dwt_listing_coupon-deal .valid-until p {
margin-bottom: 0
}
li.dwt_listing_coupon-validity {
border-top: 1px solid #eee
}
.dwt_listing_countdown-timer {
display: table;
height: 100%;
width: 100%;
position: relative
}
.dwt_listing_countdown-timer .timer-countdown-box {
display: table-cell;
text-align: center;
vertical-align: middle
}
.dwt_listing_countdown-timer li {
position: relative;
display: inline-block;
float: left;
width: 70px;
padding: 0 20px;
text-align: center
}
.list-bottom-area .dwt_listing_countdown-timer {
padding: 15px 0 0
}
.list-bottom-area .dwt_listing_countdown-timer li {
position: relative;
display: block;
width: 60px
}
.dwt_listing_timer-icon.green-clock i {
color: #4fe2ad
}
.list-bottom-area.eventz-statred .dwt_listing_countdown-timer li span.timer-days,
.list-bottom-area.eventz-statred .dwt_listing_countdown-timer li span.timer-div,
.list-bottom-area.eventz-statred .dwt_listing_countdown-timer li span.timer-div.color-1,
.list-bottom-area.eventz-statred .dwt_listing_countdown-timer li span.timer-div.color-2,
.list-bottom-area.eventz-statred .dwt_listing_countdown-timer li span.timer-div.color-3,
.list-bottom-area.eventz-statred .dwt_listing_countdown-timer li span.timer-hours,
.list-bottom-area.eventz-statred .dwt_listing_countdown-timer li span.timer-minutes,
.list-bottom-area.eventz-statred .dwt_listing_countdown-timer li span.timer-seconds {
color: #4fe2ad
}
.dwt_listing_countdown-timer li:last-child {
border-right: none
}
.dwt_listing_countdown-timer li span.timer-days,
.dwt_listing_countdown-timer li span.timer-hours,
.dwt_listing_countdown-timer li span.timer-minutes,
.dwt_listing_countdown-timer li span.timer-seconds {
font-size: 24px;
color: #d28a00;
font-weight: 700;
text-align: center;
padding: 0
}
.dwt_listing_countdown-timer li span.timer-hours {
color: #ffd100
}
.dwt_listing_countdown-timer li span.timer-minutes {
color: #f08f90
}
.dwt_listing_countdown-timer li span.timer-seconds {
color: #cf57fe
}
.dwt_listing_countdown-timer li span.timer-div {
font-size: 12px;
line-height: 30px;
color: #d28a00;
font-weight: 300;
text-transform: capitalize
}
.dwt_listing_countdown-timer li span.timer-div.color-1 {
color: #ffd100
}
.dwt_listing_countdown-timer li span.timer-div.color-2 {
color: #f08f90
}
.dwt_listing_countdown-timer li span.timer-div.color-3 {
color: #cf57fe
}
.admin-note {
padding: 15px 70px 0
}
.admin-note p strong {
color: #232323
}
.submit-listing-section textarea {
border: 1px solid #e1e1e1;
box-shadow: unset;
}
.submit-listing-section .datepicker{
width: 100%;
} 
.dwt_listing_shop-grid-description h2 {
margin-top: 15px;
margin-bottom: 5px;
font-size: 16px;
color: #444;
line-height: 26px
}
.dwt_listing_shop-grid-description .rating-stars {
margin-bottom: 5px
}
.dwt_listing_shop-grid .rating-stars i.filled::before {
color: #fc0;
content: "\f005"
}
.dwt_listing_shop-grid .rating-stars i {
font-size: 14px;
color: #ccc
}
.dwt_listing_shop-grid .rating-stars a {
color: #999;
font-size: 12px
}
.dwt_listing_shop-grid {
position: relative;
-webkit-transition: all .3s ease 0s;
transition: all .3s ease 0s;
margin-bottom: 30px
}
.dwt_listing_shop-grid-description {
margin: 0
}
.dwt_listing_shop-grid-description span.price {
position: relative;
display: block;
margin-bottom: 10px;
font-weight: 600
}
.dwt_listing_shop-grid-description span.price del {
color: #ddd;
margin-right: 5px
}
.dwt_listing_shop-grid-description span.price ins {
font-weight: 600
}
.dwt_listing_shop-grid-description .shop-img-rapper {
position: relative
}
.prod-sale-banner {
content: "";
background: #76a80b;
color: #fff;
position: absolute;
top: 5px;
right: 5px;
z-index: 3;
font-size: 12px;
text-transform: uppercase;
line-height: 25px;
font-weight: 700;
width: 55px;
text-align: center;
height: 25px
}
.search-form .input-group-addon {
color: #fff;
background-color: #e52d27;
border: 1px solid #e52d27
}
.dwt_listing_single-product,
.produt-slider {
position: relative;
overflow: hidden
}
.dwt_listing_single-product .produt-slider .owl-nav {
margin-top: 0
}
.dwt_listing_single-product .produt-slider .owl-nav .owl-prev {
position: absolute;
top: 43%;
z-index: 99;
left: 0
}
.dwt_listing_single-product .produt-slider .owl-nav .owl-next {
position: absolute;
top: 43%;
z-index: 99;
right: 0
}
.dwt_listing_single-product .produt-slider .owl-nav [class*=owl-] {
color: #fff;
font-size: 18px;
margin: 5px;
padding: 24px 14px!important;
background: rgb(0, 0, 0, .4);
display: inline-block;
cursor: pointer;
border-radius: 0
}
.dwt_listing_single-product .owl-theme .owl-dots .owl-dot {
padding-top: 20px
}
.dwt_listing_single-product .owl-theme .owl-dots .owl-dot span {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
width: 20px;
height: 5px;
margin-left: 2px;
margin-right: 2px;
background: #ccc;
border: none
}
.dwt_listing_single-product .owl-theme .owl-dots .owl-dot.active span,
.dwt_listing_single-product .owl-theme .owl-dots .owl-dot:hover span {
background: #e52d27
}
.dwt_listing_product-details .dwt_listing_product-title {
border-bottom: 1px solid #e3e3e3;
margin-bottom: 15px;
position: relative;
clear: both
}
.dwt_listing_product-details .dwt_listing_product-title h1 {
font-size: 22px;
color: #232323;
font-weight: 500
}
.dwt_listing_product-details .dwt_listing_product-title::before {
content: "";
height: 1px;
left: 0;
position: absolute;
bottom: -1px;
width: 70px;
background-color: #e52d27
}
section#dwt_listing_products-related {
padding-top: 0
}
.dwt_listing_product-details .rating {
color: #777;
font-size: 16px
}
.dwt_listing_product-details .rating i {
color: #ffc513!important
}
.dwt_listing_product-details .rating-links {
display: inline-block;
margin-bottom: 0;
margin-left: 5px;
padding: 0
}
.dwt_listing_product-details .rating-links a {
color: #777;
font-size: 14px
}
.dwt_listing_product-details .rating .separator {
color: #ccc;
margin: 0 5px
}
.dwt_listing_product-details .price-section {
position: relative;
margin-top: 15px;
margin-bottom: 15px
}
.dwt_listing_product-details .price-section ins .woocommerce-Price-amount {
font-size: 22px;
color: #000;
font-weight: 600;
margin-right: 5px
}
.dwt_listing_product-details .price-section .woocommerce-Price-amount {
font-size: 22px;
color: #000;
font-weight: 600;
margin-right: 5px
}
.dwt_listing_product-details .price-section del {
color: #818181
}
.dwt_listing_product-details .price-section del .woocommerce-Price-amount {
font-size: 18px;
color: #818181;
font-weight: 400
}
.dwt_listing_product-details .dwt_listing_product-title h1 {
margin: 0;
padding-bottom: 10px
}
.dwt_listing_product-details .price-box {
position: relative
}
.dwt_listing_product-details .product-short-description h2 {
border-bottom: 1px solid #e3e3e3;
color: #232323;
font-size: 22px;
margin-bottom: 15px;
padding-bottom: 10px;
text-align: left;
position: relative
}
.dwt_listing_product-details .product-short-description h2::before {
content: "";
height: 1px;
left: 0;
position: absolute;
bottom: -1px;
width: 70px;
background-color: #e52d27
}
.dwt_listing_product-details .point-of-action {
position: relative;
margin-top: 5px
}
.dwt_listing_product-details .point-of-action .quantity {
padding-right: 10px;
display: inline-block
}
.dwt_listing_product-details .point-of-action label {
display: inline-block;
font-size: 16px;
font-weight: 500;
margin-bottom: 5px;
max-width: 100%;
color: #18293b;
text-transform: capitalize
}
.dwt_listing_product-details .point-of-action .quantity input {
height: 41px;
border: 1px solid #ccc
}
.dwt_listing_shop-container-single .nav-tabs {
border-bottom: 1px solid #e4e4e4
}
.dwt_listing_shop-container-single .nav-tabs>li {
margin-right: 1px
}
.dwt_listing_shop-container-single .nav-tabs>li>a {
border-radius: 0;
border: 1px solid #e4e4e4;
border-right: 0 none;
margin-right: 0;
padding: 8px 17px;
color: #222;
transition: all .3s ease-in 0s
}
.dwt_listing_shop-container-single .nav-tabs>li:last-child {
border-right: 1px solid #ededed
}
.dwt_listing_shop-container-single .nav-tabs>li>a {
padding: 15px 30px;
border: 1px solid #ededed;
border-right: 0 none;
border-top: 2px solid #ededed;
background: #ededed;
color: #8f8f8f;
font-weight: 700
}
.dwt_listing_shop-container-single .nav-tabs>li>a:hover {
border-bottom-color: #ededed;
border-right: 0 none;
background: #f1f1f1;
color: #444
}
.dwt_listing_shop-container-single .nav-tabs>li.active>a,
.dwt_listing_shop-container-single .nav-tabs>li.active>a:focus,
.dwt_listing_shop-container-single .nav-tabs>li.active>a:hover {
border-top: 2px solid #e52d27;
border-right: 0 none;
color: #444
}
.dwt_listing_shop-container-single .tab-content>.tab-pane {
border: 1px solid #e4e4e4;
border-top: 0 none;
padding: 20px;
line-height: 22px
}
.dwt_listing_shop-container-single .tab-content>.tab-pane>h3 {
margin-top: 0
}
.dwt_listing_product-single-detial {
position: relative;
margin-top: 20px
}
.dwt_listing_product-details .usefull-info ul li {
padding: 5px 0;
font-weight: 600
}
.dwt_listing_product-details .usefull-info ul li a,
.dwt_listing_product-details .usefull-info ul li span {
font-weight: 400;
color: #818181
}
.dwt_listing_single-product .produt-slider img { }
.dwt_listing_shop-container-single .dwt_listing_product-details .woocommerce-product-rating .star-rating {
font-size: 16px
}
.related-produt-slider.owl-carousel .owl-nav button.owl-next,
.related-produt-slider.owl-carousel .owl-nav button.owl-prev,
.related-produt-slider.owl-carousel button.owl-dot {
padding: 5px 10px!important;
background-color: #e52d27;
color: #fff;
display: inline-block
}
.related-produt-slider.owl-carousel .owl-theme .owl-nav {
margin-top: 0!important
}
.related-produt-slider.owl-carousel .owl-nav button.owl-prev {
position: absolute;
left: 0;
top: 130px
}
.related-produt-slider.owl-carousel .owl-nav button.owl-next {
position: absolute;
right: 0;
top: 130px
}
.related-produt-slider.owl-carousel .dwt_listing_shop-grid {
min-height: auto;
max-height: auto;
margin-bottom: 0
}
#dwt_listing_products-related .heading-2 {
margin-bottom: 20px
}
#dwt_listing_products-related .heading-2 h2 {
font-size: 22px;
color: #444
}
.recent-tab {
margin: 0 auto 40px;
text-align: center
}
.recent-tab ul.nav-tabs {
background: #fff none repeat scroll 0 0;
border-radius: 30px;
box-shadow: 0 0 10px rgba(0, 0, 0, .2);
display: inline-block;
margin: 0 auto
}
.recent-tab .nav.nav-tabs a {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: medium none;
border-radius: 30px;
color: #222;
font-size: 16px;
font-weight: 600;
line-height: 26px;
margin: 0 auto;
padding: 14px 32px;
position: relative
}
.recent-tab .nav.nav-tabs li.active a {
border: medium none;
color: #fff
}
.recent-tab ul.nav.nav-tabs li.active a {
background: #e52d27 none repeat scroll 0 0
}
.fancy-catz {
position: relative;
z-index: 1;
overflow: hidden;
margin-bottom: 30px;
border-radius: 6px
}
.fancy-catz::before {
background-color: rgba(0, 0, 0, 0);
border: 1px solid #fff;
height: calc(100% - 40px);
left: 20px;
top: 20px;
width: calc(100% - 40px);
content: "";
-webkit-transition-duration: 1s;
transition-duration: 1s;
z-index: 5;
border-radius: 6px;
position: absolute
}
.fancy-catz img {
-webkit-transition-duration: 1s;
transition-duration: 1s;
-webkit-transform: scale(1);
transform: scale(1);
width: 100%
}
.fancy-catz:hover img {
-webkit-transform: scale(1.1);
transform: scale(1.1)
}
.fancy-catz-desc {
position: relative;
overflow: hidden;
width: 100%;
z-index: 9;
display: flex
}
.fancy-catz-desc .fancy-catz-desc_text {
background-color: #232323;
display: inline-block;
padding: 35px;
-webkit-transition-duration: .5s;
transition-duration: .5s;
width: 100%;
text-align: center
}
.fancy-catz-desc_text h5 {
color: #fff;
font-size: 20px;
letter-spacing: 1px;
margin-bottom: 5px;
text-transform: uppercase;
margin-top: 0
}
.fancy-catz-desc_text>p {
color: #fff;
font-size: 14px;
margin-bottom: 0
}
.landing-carousel .owl-nav {
width: 100%;
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
height: 45px;
margin-top: 0
}
.landing-carousel .owl-nav .owl-next,
.landing-carousel .owl-nav .owl-prev {
width: 45px;
height: 45px;
border-radius: 50%;
background: #fff;
color: #555;
text-align: center;
line-height: 47px;
-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
box-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
position: absolute;
top: 0;
left: 40px;
z-index: 999;
padding: 0;
font-size: 1.4em;
margin: 0
}
.landing-carousel .owl-nav .owl-next {
left: auto;
right: 40px
}
.landing-carousel.extra-pad .owl-carousel .owl-item {
max-height: 700px;
min-height: 700px
}
.landing-carousel.extra-pad .item {
padding: 240px 0 160px;
max-height: 700px;
min-height: 700px;
background-size: cover!important
}
.landing-carousel .item {
padding: 150px 0;
background-size: cover!important;
max-height: 566px;
min-height: 566px
}
.text-white {
color: #232323
}
.landing-carousel h1 {
text-shadow: 2px 2px 2px rgba(0, 0, 0, .1);
font-size: 36px;
font-weight: 600;
margin: 5px 0 20px
}
.landing-carousel p {
font-size: 16px;
font-weight: 400;
margin-bottom: 30px
}
.landing-carousel .owl-carousel .owl-item {
max-height: 566px;
min-height: 566px
}
.landing-carousel.extra-pad .btn.btn-shop {
background-color: transparent;
border-color: #fff
}
.btn.btn-shop {
padding-left: 50px;
padding-right: 50px
}
.parallex {
color: #fff;
position: relative;
z-index: 7
}
.parallex h2 {
color: #fff;
position: relative;
z-index: 7
}
.parallex::before {
background: rgba(0, 0, 0, .5) none repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%
}
#new_sale_price {
font-size: 22px;
color: #000;
font-weight: 600;
margin-bottom: 10px
}
.extra-sec {
position: relative;
overflow: hidden;
clear: both
}
.owl-parallex {
color: #fff;
position: relative
}
.owl-parallex h2 {
color: #fff;
position: relative;
z-index: 44
}
.owl-parallex h1,
.owl-parallex h4,
.owl-parallex p {
color: #fff;
position: relative;
z-index: 44
}
.owl-parallex::before {
background: rgba(0, 0, 0, .4) none repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%
}
.main-event .owl-carousel .owl-nav button.owl-next,
.main-event .owl-carousel .owl-nav button.owl-prev,
.main-event .owl-carousel button.owl-dot {
background: 0 0
}
.submit-listing-section .tag-editor {
padding: 12px 10px;
border-radius: 3px;
border: 1px solid #e1e1e1
}
.term-conditionz .icheckbox_flat {
margin-right: 5px
}
.term-conditionz label {
vertical-align: middle;
margin-bottom: 0
}
.faqs-desc {
position: relative;
padding: 15px 0 0
}
.faqs-desc ol {
padding-left: 15px
}
.faqs-desc ol li {
margin-bottom: 20px;
padding-left: 10px;
position: relative;
color: #818181
}
.faqs-desc .lead {
font-size: 16px;
color: #818181;
font-weight: 500
}
.ads-listing-history .premium-slider {
padding-left: 15px;
padding-right: 15px;
background: #fff;
padding-top: 20px
}
.landing-carousel .owl-carousel .owl-nav button.owl-next,
.landing-carousel .owl-carousel .owl-nav button.owl-prev,
.landing-carousel .owl-carousel button.owl-dot {
background: #fff
}
.landing-carousel .owl-theme .owl-nav [class*=owl-]:hover {
background: #e52d27;
color: #fff;
text-decoration: none
}
.sk-circle {
margin: 100px auto;
width: 40px;
height: 40px;
position: relative;
display: none
}
.sk-circle .sk-child {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0
}
.sk-circle .sk-child:before {
content: '';
display: block;
margin: 0 auto;
width: 15%;
height: 15%;
background-color: #333;
border-radius: 100%;
-webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
animation: sk-circleBounceDelay 1.2s infinite ease-in-out both
}
.sk-circle .sk-circle2 {
-webkit-transform: rotate(30deg);
-ms-transform: rotate(30deg);
transform: rotate(30deg)
}
.sk-circle .sk-circle3 {
-webkit-transform: rotate(60deg);
-ms-transform: rotate(60deg);
transform: rotate(60deg)
}
.sk-circle .sk-circle4 {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg)
}
.sk-circle .sk-circle5 {
-webkit-transform: rotate(120deg);
-ms-transform: rotate(120deg);
transform: rotate(120deg)
}
.sk-circle .sk-circle6 {
-webkit-transform: rotate(150deg);
-ms-transform: rotate(150deg);
transform: rotate(150deg)
}
.sk-circle .sk-circle7 {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg)
}
.sk-circle .sk-circle8 {
-webkit-transform: rotate(210deg);
-ms-transform: rotate(210deg);
transform: rotate(210deg)
}
.sk-circle .sk-circle9 {
-webkit-transform: rotate(240deg);
-ms-transform: rotate(240deg);
transform: rotate(240deg)
}
.sk-circle .sk-circle10 {
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg)
}
.sk-circle .sk-circle11 {
-webkit-transform: rotate(300deg);
-ms-transform: rotate(300deg);
transform: rotate(300deg)
}
.sk-circle .sk-circle12 {
-webkit-transform: rotate(330deg);
-ms-transform: rotate(330deg);
transform: rotate(330deg)
}
.sk-circle .sk-circle2:before {
-webkit-animation-delay: -1.1s;
animation-delay: -1.1s
}
.sk-circle .sk-circle3:before {
-webkit-animation-delay: -1s;
animation-delay: -1s
}
.sk-circle .sk-circle4:before {
-webkit-animation-delay: -.9s;
animation-delay: -.9s
}
.sk-circle .sk-circle5:before {
-webkit-animation-delay: -.8s;
animation-delay: -.8s
}
.sk-circle .sk-circle6:before {
-webkit-animation-delay: -.7s;
animation-delay: -.7s
}
.sk-circle .sk-circle7:before {
-webkit-animation-delay: -.6s;
animation-delay: -.6s
}
.sk-circle .sk-circle8:before {
-webkit-animation-delay: -.5s;
animation-delay: -.5s
}
.sk-circle .sk-circle9:before {
-webkit-animation-delay: -.4s;
animation-delay: -.4s
}
.sk-circle .sk-circle10:before {
-webkit-animation-delay: -.3s;
animation-delay: -.3s
}
.sk-circle .sk-circle11:before {
-webkit-animation-delay: -.2s;
animation-delay: -.2s
}
.sk-circle .sk-circle12:before {
-webkit-animation-delay: -.1s;
animation-delay: -.1s
}
@-webkit-keyframes sk-circleBounceDelay {
0%,
100%,
80% {
-webkit-transform: scale(0);
transform: scale(0)
}
40% {
-webkit-transform: scale(1);
transform: scale(1)
}
}
@keyframes sk-circleBounceDelay {
0%,
100%,
80% {
-webkit-transform: scale(0);
transform: scale(0)
}
40% {
-webkit-transform: scale(1);
transform: scale(1)
}
}
.search-widget button[type=button] {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: medium none;
color: #bdbdbd;
height: 100%;
position: absolute;
right: 0;
top: 0;
width: 40px
}
#result_reset {
margin-left: 10px
}
.leaf-radius-search {
position: absolute;
z-index: 1;
top: 14px;
left: 10px
}
.leaf-radius-search a {
border: 2px solid rgba(0, 0, 0, .2);
border-bottom: 0;
border-radius: 4px 4px 0 0;
background-color: #fff;
position: relative;
width: 34px;
height: 36px;
line-height: 40px;
display: block;
text-align: center
}
.leaf-radius-search a span {
font-size: 18px
}
.food-menu {
margin: 0;
font-size: 0;
list-style: none;
margin-top: 15px
}
.food-menu li {
font-size: 16px;
margin-bottom: 7px;
padding-bottom: 7px;
border-bottom: 1px solid #f5f5f5;
position: relative;
overflow: hidden;
display: block
}
.menu-2cols {
-moz-column-count: 2;
-moz-column-gap: 50px;
-webkit-column-count: 2;
-webkit-column-gap: 50px;
column-count: 2;
column-gap: 50px;
columns: 2
}
.menu-1cols {
-moz-column-count: 1;
-webkit-column-count: 1;
column-count: 1;
columns: 1
}
.food-menu li h4 {
font-size: 16px;
padding-right: 80px;
position: relative;
margin-bottom: 5px;
font-weight: 500
}
.menu-price {
position: absolute;
top: 0;
right: 0
}
.menu-text {
font-size: 14px;
font-style: italic
}
.text-nowrap {
white-space: nowrap!important
}
.table_formenu td,
.table_formenu th {
vertical-align: middle
}
.table th,
.table_formenu .table td {
border-color: #f4f4f5
}
.table_formenu .menu_name {
font-weight: 600;
line-height: 34px
}
.table_formenu .menu_price {
line-height: 34px
}
.table_formenu .btn-group-sm>.btn,
.table_formenu .btn-sm {
padding: .45rem .9rem;
margin-left: 5px
}
.table_formenu thead tr {
background: #242424
}
.table_formenu .table>thead>tr>th {
vertical-align: bottom;
border-bottom: medium none;
padding: 20px;
color: #fff
}
.custom_modals .modal-body .input-group-addon:first-child {
border: 1px solid #e1e1e1;
border-right-color: #e1e1e1;
border-right-style: solid;
border-right-width: 1px;
background-color: #fff;
border-right: none;
padding: 13px 15px;
box-shadow: none;
border-radius: 3px 0 0 3px;
color: #d1d1d1
}
.custom_modals .modal-body .form-group input.form-control {
background-color: #fff;
width: 100%;
border: 1px solid #e1e1e1;
box-shadow: none;
border-radius: 0 3px 3px 0
}
.custom_modals .modal-content h5 {
display: inline-block;
font-weight: 500;
font-size: 18px
}
.custom_modals .modal-content .modal-body {
padding: 35px 26px 20px
}
.custom_modals .modal-body label {
font-weight: 500;
margin-bottom: 15px
}
.custom_modals .modal-body textarea.form-control {
height: auto;
border: 1px solid #e1e1e1;
box-shadow: none
}
body.modal-open-noscroll {
padding-right: 0!important
}
.custom_modals .modal-content .modal-body.no-padding {
padding: 0
}
.custom_modals .modal-content .modal-body.no-padding .table_formenu .table td {
padding: 12px 20px
}
.menu-btn i {
padding-right: 5px
}
a:focus,
a:hover {
text-decoration: none;
outline: 0
}
#accordion-menu .panel {
border: none;
border-radius: 3px;
box-shadow: none;
margin-bottom: 15px
}
#accordion-menu .panel-heading {
padding: 0;
border: none;
border-radius: 3px
}
#accordion-menu .panel-title a {
display: block;
padding: 16px 15px;
background: #fff;
font-size: 17px;
font-weight: 500;
border: 1px solid #ececec;
box-shadow: 0 0 10px rgba(0, 0, 0, .05);
position: relative;
transition: all .5s ease 0s
}
#accordion-menu .panel-title a.collapsed {
box-shadow: none;
color: #676767
}
#accordion-menu .panel-title a.collapsed:before,
#accordion-menu .panel-title a:before {
content: "\f067";
font-family: fontawesome;
width: 25px;
height: 25px;
line-height: 28px;
font-size: 15px;
font-weight: 600;
color: #ccc;
text-align: center;
position: absolute;
top: 12px;
right: 15px;
transform: rotate(135deg);
transition: all .3s ease 0s
}
#accordion-menu .panel-title a.collapsed:before {
color: #676767;
transform: rotate(0)
}
#accordion-menu .panel-title a:after {
content: "";
width: 1px;
height: 100%;
background: #ececec;
position: absolute;
top: 0;
right: 55px
}
#accordion-menu .panel-body {
padding: 10px 5px 15px;
border: none
}
.custom_modals .form-group label span {
color: #e52d27;
padding-left: 3px
}
.custom_modals .custom-alert {
margin-bottom: 0
}
.listing-widget .dynamic_fields_sidebar_filter .dynamic_radio_fields li,
.listing-widget .dynamic_fields_sidebar_filter .multicheckbox_custom li {
list-style-type: none;
}
.dynamic_fields_map_on .listing-widget {
margin-left: 20px;
}
.dynamic_fields_map_on .dynamic_radio_fields li,
.dynamic_fields_map_on .multicheckbox_custom li {
float: left;
width: 100%;
list-style-type: none;
}
.dynamic_fields_topbar_on_filter .listing-widget {
margin-left: 20px;
}
.dynamic_fields_topbar_on_filter .dynamic_radio_fields li,
.dynamic_fields_topbar_on_filter .multicheckbox_custom li {
display: block;
list-style-type: none;
display: inline;
margin-right: 20px;
} .hoverTrigger.sb-wpml .wpml-ls-legacy-dropdown,
.hoverTrigger.sb-wpml .js-wpml-ls-legacy-dropdown-click {
width: auto;
min-width: 125px;
max-width: 100%;
}
.hoverTrigger.sb-wpml .wpml-ls-legacy-dropdown a { border: none;
background-color: transparent;
padding: 17px;
font-size: 14px;
text-transform: uppercase;
}
.hoverTrigger.sb-wpml .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
border-top: none;
background-color: #FFF;
min-width: 210px;
top: 67px;
}
.hoverTrigger.sb-wpml .wpml-ls-legacy-dropdown .wpml-ls-flag+span {
margin: 0 .6em;
}
hoverTrigger.sb-wpml .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
content: '/f107';
font-family: FontAwesome;
border: none;
}
.hoverTrigger.sb-wpml .wpml-ls-legacy-dropdown a:hover,
.hoverTrigger.sb-wpml .wpml-ls-legacy-dropdown a:focus,
.hoverTrigger.sb-wpml .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a { border: none;
background-color: transparent;
}
.hoverTrigger.sb-wpml .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
color: #242424;
}
.hoverTrigger.sb-wpml .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a:hover {
background-color: #e52d27;
color: #FFF;
}
.hoverTrigger.sb-wpml .wpml-ls-legacy-dropdown .wpml-ls-flag {
margin-top: 3px;
}
.hoverTrigger.sb-wpml .js-wpml-ls-legacy-dropdown-click a { border: none;
background-color: transparent;
padding: 17px;
font-size: 14px;
}
.hoverTrigger.sb-wpml .js-wpml-ls-legacy-dropdown-click a:hover {
background-color: transparent;
}
.hoverTrigger.sb-wpml .js-wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
border-top: none;
background-color: #FFF;
min-width: 210px;
color: #fff;
top: 67px;
}
.hoverTrigger.sb-wpml .js-wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
color: black;
}
.hoverTrigger.sb-wpml .js-wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover {
background-color: #e52d27;
}
.panel .panel-heading button.ren-exp-btn {
background-color: #242424;
border-color: #242424;
color: #fff;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 15px;
padding-right: 15px;
}
.panel .panel-heading button.ren-exp-btn:hover {
background-color: #e52d27;
border-color: #e52d27;
}
.reservation-head {
display: flex;
align-items: center;
padding: 10px 0px;
border-bottom: 1px solid #e8e8e8;
}
.reservation-head .billing-icon .fa {
font-size: 18px;
background: red;
color: #fff;
padding: 10px;
border-radius: 20px;
}
.reservation-head .billing-head {
padding-left: 15px;
} .reservation-form { } .reservation-form.show {
display: block;
animation: fadeIn 0.4s ease-in-out;
} .reservation-form-body {
padding: 20px 0;
} @media (max-width: 768px) {
.reservation-form {
padding: 15px;
}
} @keyframes fadeIn {
from {
opacity: 0;
transform: translateY(-10px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.billing-head h3 {
border-bottom: none;
margin-bottom: 0px;
}
.switch {
position: relative;
display: inline-block;
width: 50px;
height: 30px;
}
.switch input { 
opacity: 0;
width: 0;
height: 0;
}
.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
}
.slider:before {
position: absolute;
content: "";
height: 20px;
width: 20px;
left: 2px;
bottom: 5px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}
input:checked + .slider {
background-color: #2196F3;
}
input:focus + .slider {
box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}
.wc-item-meta{
display: none;
}
.product-name .variation{
display: none;
}
section.wpb-content-wrapper {
padding: 0;
}
.speaker_head .speaker_tag_line h3{
margin: 0px;
}
.event_speakers_main .speaker_head{
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
padding: 30px 50px;
box-shadow: 0 10px 44px #C7C0DD33 inset;
border-radius: 5px;
margin: 0px 0 20px 0;
}
.speaker_head .speaker_profile_pic img{
border-radius: 50%;
max-width: 80px;
min-width: 80px;
min-height: 80px;
max-height: 80px;
} .speaker_head .speaker_intro .social_profiles{
display: flex;
flex-direction: column;
}
.speaker_head .speaker_intro .social_profiles a{
padding: 10px 0px 0px;
}
.speaker_head .speaker_intro .social_profiles a i{
padding-right: 10px;
}
.speaker_head .speaker_intro h3{
margin-bottom: 0px;
}
.select_speakers .select2 {
width: 100% !important;
}
.speaker_image li img{
width: 100%;
height: auto;
}
.speaker_image ul li:after{
display: none;
}
.speaker_image ul li p{
padding-bottom: 5px;
}
.no_long_lat{
display: none;
}
.loginBox #sortable li img{
max-width: 100%;
} .pricing_booking_inputs .list_book_prices {
display: flex;
justify-content: space-between; 
}
.list_booking_payments_section_title {
display: flex;
justify-content: space-between;
align-items: center;
padding: 15px 0px 0px;
}
.list_booking_payments_section_title h3 {
margin-bottom: 30px;
}
.pay_buttomn {
width: 100px;
height: 36px;
}
.table_reservation_price {
display: none;
}
.ads_select {
margin-top: 10px; } #booking_time .form-select-time-slot {
width: 100%;
padding: 12px 18px;
border-radius: 8px;
font-size: 16px;
font-weight: 500; background: #f8f9fa;
border: 1px solid #ccc; transition: all 0.3s ease-in-out;
cursor: pointer;
appearance: none; position: relative;
} #booking_time .form-select-time-slot:hover {
background: #fff; box-shadow: 0 3px 12px rgba(0, 123, 255, 0.15);
} #booking_time .form-select-time-slot:focus { background: #fff;
outline: none;
} #booking_time .form-select-time-slot::after {
content: "▼";
position: absolute;
right: 18px;
top: 50%;
transform: translateY(-50%);
font-size: 14px; } @media (max-width: 768px) {
#booking_time .form-select-time-slot {
font-size: 14px;
padding: 10px;
}
}
.dwt-admin-tabelz-panel tbody:nth-child(even) {
background-color: #f2f2f2;
} .air-datepicker {
width: 100%;
}
.left-area .leaflet-touch .leaflet-bar {
border-radius: 0px 0 4px 4px;
}
.left-area .leaflet-control-container .leaflet-top.leaflet-left {
top: 39px;
}
.left-area .leaflet-touch .fullscreen-icon {
background-size: 18px 25px;
}
.left-area .leaflet-touch .fullscreen-icon {
background-position: 6px 2px;
}
.leaflet-control-zoom-fullscreen.fullscreen-icon.leaflet-fullscreen-on{
background-image: url(//ilankanali.com/wp-content/themes/dwt-listing/assets/css/map/icon-exit-fullscreen.svg);
}
.left-area .leaflet-touch .fullscreen-icon.leaflet-fullscreen-on {
background-size: 18px 25px;
}
.left-area .leaflet-touch .fullscreen-icon.leaflet-fullscreen-on {
background-position: 6px 2px;
}
.author_panel{
margin-bottom: 20px;
display: flex;
justify-content: center;
align-items: center;
}
.category-based-features .amenities-list .child-categories li {
width: 100% !important;
}
#dynamic_fields_map_on .ul-payment {
display: flex !important;
margin-top: 20px;
}
.create_menu_types:focus {
color: #fff;
} .n-header-4 .mega-menu .menu-links li a, .header-type-2 .mega-menu .menu-links li a {
color: #000;
}
.minimal-categories .catz-boxes img {
max-width: 253px;
} .left-side-hours, .right-side-hours {
display: flex;
flex-direction: column;
justify-content: space-between;
}
#opening-hours ul li {
display: flex;
justify-content: space-between;
}