@charset "UTF-8";
.twenty20{
margin-bottom: 20px;
}
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
content: " ";
display: block;
background: white;
position: absolute;
z-index: 30;
-webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
width: 3px;
height: 9999px;
left: 50%;
margin-left: -1.5px; }
.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
width: 9999px;
height: 3px;
top: 50%;
margin-top: -1.5px; }
.twentytwenty-overlay {
position: absolute;
top: 0;
width: 100%;
height: 100%; }
.twentytwenty-overlay {
-webkit-transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
transition-duration: 0.5s; }
.twentytwenty-before-label, .twentytwenty-after-label {
-webkit-transition-property: opacity;
-moz-transition-property: opacity;
transition-property: opacity; }
.twentytwenty-before-label, .twentytwenty-after-label {
color: white;
font-size: 13px;
letter-spacing: 0.1em; }
.twentytwenty-before-label, .twentytwenty-after-label {
position: absolute;
background: rgba(255, 255, 255, 0.2);
line-height: 38px;
padding: 0 20px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px; }
.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
}
.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
}
.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
width: 0;
height: 0;
border: 6px inset transparent;
position: absolute; }
.twentytwenty-left-arrow, .twentytwenty-right-arrow {
top: 50%;
margin-top: -6px; }
.twentytwenty-up-arrow, .twentytwenty-down-arrow {
left: 50%;
margin-left: -6px; }
.twentytwenty-container {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
z-index: 0;
overflow: hidden;
position: relative;
-webkit-user-select: none;
-moz-user-select: none; }
.twentytwenty-container img {
max-width: 100%;
width: 100%;
position: absolute;
top: 0;
display: block; }
.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
background: rgba(0, 0, 0, 0); }
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
opacity: 0; }
.twentytwenty-container * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box; }
.twentytwenty-before-label {
opacity: 0; }
.twentytwenty-before-label {
}
.twentytwenty-container.t20-hover.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.t20-hover.active .twentytwenty-overlay .twentytwenty-after-label{
opacity: 1;
}
.twentytwenty-after-label {
opacity: 0; }
.twentytwenty-after-label {
}
.twentytwenty-horizontal .twentytwenty-before-label {
left: 1px;
bottom: 0px;
max-width: 50%;
box-sizing: border-box;
line-height: inherit;
padding: 4px; }
.twentytwenty-horizontal .twentytwenty-after-label {
right: 1px;
bottom: 0px;
max-width: 50%;
box-sizing: border-box;
line-height: inherit;
padding: 4px; }
.twentytwenty-vertical .twentytwenty-before-label {
top: 1px;
line-height: inherit;
padding: 6px;
box-sizing: border-box;}
.twentytwenty-vertical .twentytwenty-after-label {
bottom: 1px;
line-height: inherit;
padding: 6px;
box-sizing: border-box; }
.twentytwenty-overlay {
-webkit-transition-property: background;
-moz-transition-property: background;
transition-property: background;
background: rgba(0, 0, 0, 0);
z-index: 25; }
.twentytwenty-overlay:hover {
background: rgba(0, 0, 0, 0.5); }
.twentytwenty-overlay:hover .twentytwenty-after-label {
opacity: 1; }
.twentytwenty-overlay:hover .twentytwenty-before-label {
opacity: 1; }
.twentytwenty-before {
z-index: 20; }
.twentytwenty-after {
z-index: 10; }
.twentytwenty-handle {
height: 38px;
width: 38px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -22px;
margin-top: -22px;
border: 3px solid white;
-webkit-border-radius: 1000px;
-moz-border-radius: 1000px;
border-radius: 1000px;
-webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
z-index: 40;
cursor: pointer; }
.twentytwenty-horizontal .twentytwenty-handle:before {
bottom: 50%;
margin-bottom: 22px;
-webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:after {
top: 50%;
margin-top: 22px;
-webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:before {
left: 50%;
margin-left: 22px;
-webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:after {
right: 50%;
margin-right: 22px;
-webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-left-arrow {
border-right: 6px solid white;
left: 50%;
margin-left: -17px; }
.twentytwenty-right-arrow {
border-left: 6px solid white;
right: 50%;
margin-right: -17px; }
.twentytwenty-up-arrow {
border-bottom: 6px solid white;
top: 50%;
margin-top: -17px; }
.twentytwenty-down-arrow {
border-top: 6px solid white;
bottom: 50%;
margin-bottom: -17px; }.owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent; position: relative;
z-index: 1; }
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y; }
.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(0px, 0px, 0px); }
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none; }
.owl-carousel .owl-item img {
display: block;
width: 100%;
-webkit-transform-style: preserve-3d; }
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
display: none; }
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
cursor: pointer;
cursor: hand;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.owl-carousel.owl-loaded {
display: block; }
.owl-carousel.owl-loading {
opacity: 0;
display: block; }
.owl-carousel.owl-hidden {
opacity: 0; }
.owl-carousel.owl-refresh .owl-item {
display: none; }
.owl-carousel.owl-drag .owl-item {
-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; } .no-js .owl-carousel {
display: block; } .owl-carousel .animated {
animation-duration: 1000ms;
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 500ms ease-in-out; } .owl-carousel .owl-item .owl-lazy {
opacity: 0;
transition: opacity 400ms ease; }
.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(//www.northcoastdental.com.au/wp-content/themes/ident/js/owlcarousel/assets/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
transition: transform 100ms 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-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none; }
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%; }html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-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: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
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 {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
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-appearance: textfield;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
} @media print {
*,
*:before,
*:after {
background: transparent !important;
color: #000 !important;
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
p,
h2,
h3 {
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 th,
.table-bordered td {
border: 1px solid #ddd !important;
}
}
* {
box-sizing: border-box;
}
*:before,
*:after {
box-sizing: border-box;
}
html {
font-size: 10px;
-webkit-tap-highlight-color: transparent;
}
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.42857;
color: #333333;
background-color: #fff;
}
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
a {
color: #337ab7;
text-decoration: none;
}
a:hover,
a:focus {
color: #23527c;
text-decoration: underline;
}
a:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
figure {
margin: 0;
}
img {
vertical-align: middle;
}
.img-responsive {
display: block;
max-width: 100%;
height: auto;
}
.img-rounded {
border-radius: 6px;
}
.img-thumbnail {
padding: 4px;
line-height: 1.42857;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
transition: all 0.2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto;
}
.img-circle {
border-radius: 50%;
}
hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eeeeee;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
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: normal;
line-height: 1;
color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
margin-top: 20px;
margin-bottom: 10px;
}
h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
margin-top: 10px;
margin-bottom: 10px;
}
h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .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 {
background-color: #fcf8e3;
padding: .2em;
}
.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,
.initialism {
text-transform: uppercase;
}
.text-capitalize {
text-transform: capitalize;
}
.text-muted {
color: #777777;
}
.text-primary {
color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
color: #286090;
}
.text-success {
color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
color: #2b542c;
}
.text-info {
color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
color: #245269;
}
.text-warning {
color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
color: #66512c;
}
.text-danger {
color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
color: #843534;
}
.bg-primary {
color: #fff;
}
.bg-primary {
background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
background-color: #286090;
}
.bg-success {
background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
background-color: #c1e2b3;
}
.bg-info {
background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
background-color: #afd9ee;
}
.bg-warning {
background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
background-color: #f7ecb5;
}
.bg-danger {
background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
background-color: #e4b9b9;
}
.page-header {
padding-bottom: 9px;
margin: 40px 0 20px;
border-bottom: 1px solid #eeeeee;
}
ul,
ol {
margin-top: 0;
margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
margin-bottom: 0;
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.list-inline {
padding-left: 0;
list-style: none;
margin-left: -5px;
}
.list-inline > li {
display: inline-block;
padding-left: 5px;
padding-right: 5px;
}
dl {
margin-top: 0;
margin-bottom: 20px;
}
dt,
dd {
line-height: 1.42857;
}
dt {
font-weight: bold;
}
dd {
margin-left: 0;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after {
content: " ";
display: table;
}
.dl-horizontal dd:after {
clear: both;
}
@media (min-width: 768px) {
.dl-horizontal dt {
float: left;
width: 160px;
clear: left;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.dl-horizontal dd {
margin-left: 180px;
}
}
abbr[title],
abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #777777;
}
.initialism {
font-size: 90%;
}
blockquote {
padding: 10px 20px;
margin: 0 0 20px;
font-size: 17.5px;
border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
display: block;
font-size: 80%;
line-height: 1.42857;
color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
padding-right: 15px;
padding-left: 0;
border-right: 5px solid #eeeeee;
border-left: 0;
text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
content: '\00A0 \2014';
}
address {
margin-bottom: 20px;
font-style: normal;
line-height: 1.42857;
}
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;
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
padding: 0;
font-size: 100%;
font-weight: bold;
box-shadow: none;
}
pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 1.42857;
word-break: break-all;
word-wrap: break-word;
color: #333333;
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 {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.container:before,
.container:after {
content: " ";
display: table;
}
.container:after {
clear: both;
}
@media (min-width: 768px) {
.container {
width: 750px;
}
}
@media (min-width: 1000px) {
.container {
width: 970px;
}
}
@media (min-width: 1200px) {
.container {
width: 1170px;
}
}
.container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.container-fluid:before,
.container-fluid:after {
content: " ";
display: table;
}
.container-fluid:after {
clear: both;
}
.row {
margin-left: -15px;
margin-right: -15px;
}
.row:before,
.row:after {
content: " ";
display: table;
}
.row:after {
clear: both;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
float: left;
}
.col-xs-1 {
width: 8.33333%;
}
.col-xs-2 {
width: 16.66667%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-4 {
width: 33.33333%;
}
.col-xs-5 {
width: 41.66667%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-7 {
width: 58.33333%;
}
.col-xs-8 {
width: 66.66667%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-10 {
width: 83.33333%;
}
.col-xs-11 {
width: 91.66667%;
}
.col-xs-12 {
width: 100%;
}
.col-xs-pull-0 {
right: auto;
}
.col-xs-pull-1 {
right: 8.33333%;
}
.col-xs-pull-2 {
right: 16.66667%;
}
.col-xs-pull-3 {
right: 25%;
}
.col-xs-pull-4 {
right: 33.33333%;
}
.col-xs-pull-5 {
right: 41.66667%;
}
.col-xs-pull-6 {
right: 50%;
}
.col-xs-pull-7 {
right: 58.33333%;
}
.col-xs-pull-8 {
right: 66.66667%;
}
.col-xs-pull-9 {
right: 75%;
}
.col-xs-pull-10 {
right: 83.33333%;
}
.col-xs-pull-11 {
right: 91.66667%;
}
.col-xs-pull-12 {
right: 100%;
}
.col-xs-push-0 {
left: auto;
}
.col-xs-push-1 {
left: 8.33333%;
}
.col-xs-push-2 {
left: 16.66667%;
}
.col-xs-push-3 {
left: 25%;
}
.col-xs-push-4 {
left: 33.33333%;
}
.col-xs-push-5 {
left: 41.66667%;
}
.col-xs-push-6 {
left: 50%;
}
.col-xs-push-7 {
left: 58.33333%;
}
.col-xs-push-8 {
left: 66.66667%;
}
.col-xs-push-9 {
left: 75%;
}
.col-xs-push-10 {
left: 83.33333%;
}
.col-xs-push-11 {
left: 91.66667%;
}
.col-xs-push-12 {
left: 100%;
}
.col-xs-offset-0 {
margin-left: 0%;
}
.col-xs-offset-1 {
margin-left: 8.33333%;
}
.col-xs-offset-2 {
margin-left: 16.66667%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-offset-4 {
margin-left: 33.33333%;
}
.col-xs-offset-5 {
margin-left: 41.66667%;
}
.col-xs-offset-6 {
margin-left: 50%;
}
.col-xs-offset-7 {
margin-left: 58.33333%;
}
.col-xs-offset-8 {
margin-left: 66.66667%;
}
.col-xs-offset-9 {
margin-left: 75%;
}
.col-xs-offset-10 {
margin-left: 83.33333%;
}
.col-xs-offset-11 {
margin-left: 91.66667%;
}
.col-xs-offset-12 {
margin-left: 100%;
}
@media (min-width: 768px) {
.col-sm-1,
.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-sm-10,
.col-sm-11,
.col-sm-12 {
float: left;
}
.col-sm-1 {
width: 8.33333%;
}
.col-sm-2 {
width: 16.66667%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-4 {
width: 33.33333%;
}
.col-sm-5 {
width: 41.66667%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-7 {
width: 58.33333%;
}
.col-sm-8 {
width: 66.66667%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-10 {
width: 83.33333%;
}
.col-sm-11 {
width: 91.66667%;
}
.col-sm-12 {
width: 100%;
}
.col-sm-pull-0 {
right: auto;
}
.col-sm-pull-1 {
right: 8.33333%;
}
.col-sm-pull-2 {
right: 16.66667%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-4 {
right: 33.33333%;
}
.col-sm-pull-5 {
right: 41.66667%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-7 {
right: 58.33333%;
}
.col-sm-pull-8 {
right: 66.66667%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-10 {
right: 83.33333%;
}
.col-sm-pull-11 {
right: 91.66667%;
}
.col-sm-pull-12 {
right: 100%;
}
.col-sm-push-0 {
left: auto;
}
.col-sm-push-1 {
left: 8.33333%;
}
.col-sm-push-2 {
left: 16.66667%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-4 {
left: 33.33333%;
}
.col-sm-push-5 {
left: 41.66667%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-7 {
left: 58.33333%;
}
.col-sm-push-8 {
left: 66.66667%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-10 {
left: 83.33333%;
}
.col-sm-push-11 {
left: 91.66667%;
}
.col-sm-push-12 {
left: 100%;
}
.col-sm-offset-0 {
margin-left: 0%;
}
.col-sm-offset-1 {
margin-left: 8.33333%;
}
.col-sm-offset-2 {
margin-left: 16.66667%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-4 {
margin-left: 33.33333%;
}
.col-sm-offset-5 {
margin-left: 41.66667%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-7 {
margin-left: 58.33333%;
}
.col-sm-offset-8 {
margin-left: 66.66667%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-10 {
margin-left: 83.33333%;
}
.col-sm-offset-11 {
margin-left: 91.66667%;
}
.col-sm-offset-12 {
margin-left: 100%;
}
}
@media (min-width: 1000px) {
.col-md-1,
.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-md-10,
.col-md-11,
.col-md-12 {
float: left;
}
.col-md-1 {
width: 8.33333%;
}
.col-md-2 {
width: 16.66667%;
}
.col-md-3 {
width: 25%;
}
.col-md-4 {
width: 33.33333%;
}
.col-md-5 {
width: 41.66667%;
}
.col-md-6 {
width: 50%;
}
.col-md-7 {
width: 58.33333%;
}
.col-md-8 {
width: 66.66667%;
}
.col-md-9 {
width: 75%;
}
.col-md-10 {
width: 83.33333%;
}
.col-md-11 {
width: 91.66667%;
}
.col-md-12 {
width: 100%;
}
.col-md-pull-0 {
right: auto;
}
.col-md-pull-1 {
right: 8.33333%;
}
.col-md-pull-2 {
right: 16.66667%;
}
.col-md-pull-3 {
right: 25%;
}
.col-md-pull-4 {
right: 33.33333%;
}
.col-md-pull-5 {
right: 41.66667%;
}
.col-md-pull-6 {
right: 50%;
}
.col-md-pull-7 {
right: 58.33333%;
}
.col-md-pull-8 {
right: 66.66667%;
}
.col-md-pull-9 {
right: 75%;
}
.col-md-pull-10 {
right: 83.33333%;
}
.col-md-pull-11 {
right: 91.66667%;
}
.col-md-pull-12 {
right: 100%;
}
.col-md-push-0 {
left: auto;
}
.col-md-push-1 {
left: 8.33333%;
}
.col-md-push-2 {
left: 16.66667%;
}
.col-md-push-3 {
left: 25%;
}
.col-md-push-4 {
left: 33.33333%;
}
.col-md-push-5 {
left: 41.66667%;
}
.col-md-push-6 {
left: 50%;
}
.col-md-push-7 {
left: 58.33333%;
}
.col-md-push-8 {
left: 66.66667%;
}
.col-md-push-9 {
left: 75%;
}
.col-md-push-10 {
left: 83.33333%;
}
.col-md-push-11 {
left: 91.66667%;
}
.col-md-push-12 {
left: 100%;
}
.col-md-offset-0 {
margin-left: 0%;
}
.col-md-offset-1 {
margin-left: 8.33333%;
}
.col-md-offset-2 {
margin-left: 16.66667%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-4 {
margin-left: 33.33333%;
}
.col-md-offset-5 {
margin-left: 41.66667%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-7 {
margin-left: 58.33333%;
}
.col-md-offset-8 {
margin-left: 66.66667%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-10 {
margin-left: 83.33333%;
}
.col-md-offset-11 {
margin-left: 91.66667%;
}
.col-md-offset-12 {
margin-left: 100%;
}
}
@media (min-width: 1200px) {
.col-lg-1,
.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-lg-10,
.col-lg-11,
.col-lg-12 {
float: left;
}
.col-lg-1 {
width: 8.33333%;
}
.col-lg-2 {
width: 16.66667%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-4 {
width: 33.33333%;
}
.col-lg-5 {
width: 41.66667%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-7 {
width: 58.33333%;
}
.col-lg-8 {
width: 66.66667%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-10 {
width: 83.33333%;
}
.col-lg-11 {
width: 91.66667%;
}
.col-lg-12 {
width: 100%;
}
.col-lg-pull-0 {
right: auto;
}
.col-lg-pull-1 {
right: 8.33333%;
}
.col-lg-pull-2 {
right: 16.66667%;
}
.col-lg-pull-3 {
right: 25%;
}
.col-lg-pull-4 {
right: 33.33333%;
}
.col-lg-pull-5 {
right: 41.66667%;
}
.col-lg-pull-6 {
right: 50%;
}
.col-lg-pull-7 {
right: 58.33333%;
}
.col-lg-pull-8 {
right: 66.66667%;
}
.col-lg-pull-9 {
right: 75%;
}
.col-lg-pull-10 {
right: 83.33333%;
}
.col-lg-pull-11 {
right: 91.66667%;
}
.col-lg-pull-12 {
right: 100%;
}
.col-lg-push-0 {
left: auto;
}
.col-lg-push-1 {
left: 8.33333%;
}
.col-lg-push-2 {
left: 16.66667%;
}
.col-lg-push-3 {
left: 25%;
}
.col-lg-push-4 {
left: 33.33333%;
}
.col-lg-push-5 {
left: 41.66667%;
}
.col-lg-push-6 {
left: 50%;
}
.col-lg-push-7 {
left: 58.33333%;
}
.col-lg-push-8 {
left: 66.66667%;
}
.col-lg-push-9 {
left: 75%;
}
.col-lg-push-10 {
left: 83.33333%;
}
.col-lg-push-11 {
left: 91.66667%;
}
.col-lg-push-12 {
left: 100%;
}
.col-lg-offset-0 {
margin-left: 0%;
}
.col-lg-offset-1 {
margin-left: 8.33333%;
}
.col-lg-offset-2 {
margin-left: 16.66667%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-4 {
margin-left: 33.33333%;
}
.col-lg-offset-5 {
margin-left: 41.66667%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-7 {
margin-left: 58.33333%;
}
.col-lg-offset-8 {
margin-left: 66.66667%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-10 {
margin-left: 83.33333%;
}
.col-lg-offset-11 {
margin-left: 91.66667%;
}
.col-lg-offset-12 {
margin-left: 100%;
}
}
table {
background-color: transparent;
}
caption {
padding-top: 8px;
padding-bottom: 8px;
color: #777777;
text-align: left;
}
th {
text-align: left;
}
.table {
width: 100%;
max-width: 100%;
margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
padding: 8px;
line-height: 1.42857;
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 > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
border-top: 0;
}
.table > tbody + tbody {
border-top: 2px solid #ddd;
}
.table .table {
background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
padding: 5px;
}
.table-bordered {
border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
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;
float: none;
display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
position: static;
float: none;
display: table-cell;
}
.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
background-color: #ebcccc;
}
.table-responsive {
overflow-x: auto;
min-height: 0.01%;
}
@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 > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
white-space: nowrap;
}
.table-responsive > .table-bordered {
border: 0;
}
.table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0;
}
}
fieldset {
padding: 0;
margin: 0;
border: 0;
min-width: 0;
}
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 20px;
font-size: 21px;
line-height: inherit;
color: #333333;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: bold;
}
input[type="search"] {
box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
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="radio"]:focus,
input[type="checkbox"]:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
output {
display: block;
padding-top: 7px;
font-size: 14px;
line-height: 1.42857;
color: #555555;
}
.form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857;
color: #555555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
border-color: #66afe9;
outline: 0;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.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[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
background-color: #eeeeee;
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[type="date"].input-sm,
.input-group-sm input[type="date"],
input[type="time"].input-sm,
.input-group-sm
input[type="time"],
input[type="datetime-local"].input-sm,
.input-group-sm
input[type="datetime-local"],
input[type="month"].input-sm,
.input-group-sm
input[type="month"] {
line-height: 30px;
}
input[type="date"].input-lg,
.input-group-lg input[type="date"],
input[type="time"].input-lg,
.input-group-lg
input[type="time"],
input[type="datetime-local"].input-lg,
.input-group-lg
input[type="datetime-local"],
input[type="month"].input-lg,
.input-group-lg
input[type="month"] {
line-height: 46px;
}
}
.form-group {
margin-bottom: 15px;
}
.radio,
.checkbox {
position: relative;
display: block;
margin-top: 10px;
margin-bottom: 10px;
}
.radio label,
.checkbox label {
min-height: 20px;
padding-left: 20px;
margin-bottom: 0;
font-weight: normal;
cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
position: absolute;
margin-left: -20px;
margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
position: relative;
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
vertical-align: middle;
font-weight: normal;
cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
margin-top: 0;
margin-left: 10px;
}
input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
cursor: not-allowed;
}
.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
cursor: not-allowed;
}
.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
cursor: not-allowed;
}
.form-control-static {
padding-top: 7px;
padding-bottom: 7px;
margin-bottom: 0;
min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
padding-left: 0;
padding-right: 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;
}
textarea.input-sm,
select[multiple].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 textarea.form-control,
.form-group-sm select[multiple].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.33333;
border-radius: 6px;
}
select.input-lg {
height: 46px;
line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
height: auto;
}
.form-group-lg .form-control {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.33333;
border-radius: 6px;
}
.form-group-lg select.form-control {
height: 46px;
line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
height: auto;
}
.form-group-lg .form-control-static {
height: 46px;
min-height: 38px;
padding: 11px 16px;
font-size: 18px;
line-height: 1.33333;
}
.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;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
width: 46px;
height: 46px;
line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
width: 30px;
height: 30px;
line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
color: #3c763d;
}
.has-success .form-control {
border-color: #3c763d;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
border-color: #2b542c;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
color: #3c763d;
border-color: #3c763d;
background-color: #dff0d8;
}
.has-success .form-control-feedback {
color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
color: #8a6d3b;
}
.has-warning .form-control {
border-color: #8a6d3b;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
border-color: #66512c;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
color: #8a6d3b;
border-color: #8a6d3b;
background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
color: #a94442;
}
.has-error .form-control {
border-color: #a94442;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
border-color: #843534;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
color: #a94442;
border-color: #a94442;
background-color: #f2dede;
}
.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 .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
width: auto;
}
.form-inline .input-group > .form-control {
width: 100%;
}
.form-inline .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio,
.form-inline .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio label,
.form-inline .checkbox label {
padding-left: 0;
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0;
}
.form-inline .has-feedback .form-control-feedback {
top: 0;
}
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
margin-top: 0;
margin-bottom: 0;
padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
min-height: 27px;
}
.form-horizontal .form-group {
margin-left: -15px;
margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
content: " ";
display: table;
}
.form-horizontal .form-group:after {
clear: both;
}
@media (min-width: 768px) {
.form-horizontal .control-label {
text-align: right;
margin-bottom: 0;
padding-top: 7px;
}
}
.form-horizontal .has-feedback .form-control-feedback {
right: 15px;
}
@media (min-width: 768px) {
.form-horizontal .form-group-lg .control-label {
padding-top: 14.33333px;
font-size: 18px;
}
}
@media (min-width: 768px) {
.form-horizontal .form-group-sm .control-label {
padding-top: 6px;
font-size: 12px;
}
}
.embed-responsive {
position: relative;
display: block;
height: 0;
padding: 0;
overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
left: 0;
bottom: 0;
height: 100%;
width: 100%;
border: 0;
}
.embed-responsive-16by9 {
padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
padding-bottom: 75%;
}
.carousel {
position: relative;
}
.carousel-inner {
position: relative;
overflow: hidden;
width: 100%;
}
.carousel-inner > .item {
display: none;
position: relative;
transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
display: block;
max-width: 100%;
height: auto;
line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-inner > .item {
transition: transform 0.6s ease-in-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
perspective: 1000px;
}
.carousel-inner > .item.next,
.carousel-inner > .item.active.right {
transform: translate3d(100%, 0, 0);
left: 0;
}
.carousel-inner > .item.prev,
.carousel-inner > .item.active.left {
transform: translate3d(-100%, 0, 0);
left: 0;
}
.carousel-inner > .item.next.left,
.carousel-inner > .item.prev.right,
.carousel-inner > .item.active {
transform: translate3d(0, 0, 0);
left: 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;
left: 0;
bottom: 0;
width: 15%;
opacity: 0.5;
filter: alpha(opacity=50);
font-size: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
left: auto;
right: 0;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
outline: 0;
color: #fff;
text-decoration: none;
opacity: 0.9;
filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
position: absolute;
top: 50%;
margin-top: -10px;
z-index: 5;
display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
left: 50%;
margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
right: 50%;
margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 20px;
height: 20px;
line-height: 1;
font-family: serif;
}
.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%;
margin-left: -30%;
padding-left: 0;
list-style: none;
text-align: center;
}
.carousel-indicators li {
display: inline-block;
width: 10px;
height: 10px;
margin: 1px;
text-indent: -999px;
border: 1px solid #fff;
border-radius: 10px;
cursor: pointer;
background-color: #000 \9;
background-color: transparent;
}
.carousel-indicators .active {
margin: 0;
width: 12px;
height: 12px;
background-color: #fff;
}
.carousel-caption {
position: absolute;
left: 15%;
right: 15%;
bottom: 20px;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 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-prev,
.carousel-control .icon-next {
width: 30px;
height: 30px;
margin-top: -15px;
font-size: 30px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
margin-left: -15px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
margin-right: -15px;
}
.carousel-caption {
left: 20%;
right: 20%;
padding-bottom: 30px;
}
.carousel-indicators {
bottom: 20px;
}
}
.clearfix:before,
.clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
.center-block {
display: block;
margin-left: auto;
margin-right: 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-xs {
display: none !important;
}
.visible-sm {
display: none !important;
}
.visible-md {
display: none !important;
}
.visible-lg {
display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-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;
}
th.visible-xs,
td.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: 999px) {
.visible-sm {
display: block !important;
}
table.visible-sm {
display: table !important;
}
tr.visible-sm {
display: table-row !important;
}
th.visible-sm,
td.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 999px) {
.visible-sm-block {
display: block !important;
}
}
@media (min-width: 768px) and (max-width: 999px) {
.visible-sm-inline {
display: inline !important;
}
}
@media (min-width: 768px) and (max-width: 999px) {
.visible-sm-inline-block {
display: inline-block !important;
}
}
@media (min-width: 1000px) and (max-width: 1199px) {
.visible-md {
display: block !important;
}
table.visible-md {
display: table !important;
}
tr.visible-md {
display: table-row !important;
}
th.visible-md,
td.visible-md {
display: table-cell !important;
}
}
@media (min-width: 1000px) and (max-width: 1199px) {
.visible-md-block {
display: block !important;
}
}
@media (min-width: 1000px) and (max-width: 1199px) {
.visible-md-inline {
display: inline !important;
}
}
@media (min-width: 1000px) 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;
}
th.visible-lg,
td.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: 999px) {
.hidden-sm {
display: none !important;
}
}
@media (min-width: 1000px) 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;
}
th.visible-print,
td.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;
}
}
 .pika-single {
z-index: 99;
display: block;
position: relative;
color: #333;
background: #fff;
border: 1px solid #e6e6e6;
border-top-style: none;
margin-top: 1px;
}
.pika-single.is-hidden {
display: none;
}
.pika-single.is-bound {
position: absolute;
}
.pika-single.pika-above {
border-bottom-style: none;
border-top-style: solid;
margin-top: -1px;
}
.pika-single {
*zoom: 1;
}
.pika-single:before,
.pika-single:after {
content: " ";
display: table;
}
.pika-single:after {
clear: both;
}
.pika-lendar {
margin: 8px;
}
.pika-title {
position: relative;
text-align: center;
}
.pika-title select {
cursor: pointer;
position: absolute;
z-index: 98;
margin: 0;
left: 0;
top: 5px;
filter: alpha(opacity=0);
opacity: 0;
}
.pika-label {
display: inline-block;
position: relative;
z-index: 99;
overflow: hidden;
margin: 0;
padding: 5px 3px;
font-size: 14px;
line-height: 20px;
font-weight: bold;
background-color: #fff;
}
.pika-prev,
.pika-next {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 3px;
color: #fff;
display: block;
cursor: pointer;
position: relative;
outline: none;
border: 0;
padding: 0;
height: 24px;
text-indent: 200px;
white-space: nowrap;
overflow: hidden;
width: 24px;
}
.pika-prev:hover,
.pika-next:hover {
opacity: 1;
}
.pika-prev.is-disabled,
.pika-next.is-disabled {
cursor: default;
opacity: .2;
}
.pika-prev:before,
.pika-next:before {
font-family: "FontAwesome";
left: 0;
position: absolute;
text-indent: 0;
text-align: center;
width: 24px;
}
.pika-prev,
.is-rtl .pika-next {
float: left;
}
.pika-prev:before,
.is-rtl .pika-next:before {
content: "\f104";
}
.pika-next,
.is-rtl .pika-prev {
float: right;
}
.pika-next:before,
.is-rtl .pika-prev:before {
content: "\f105";
}
.pika-select {
display: inline-block;
*display: inline;
}
.pika-table {
width: 100%;
border-collapse: collapse;
border-spacing: 0;
border: 0;
}
.pika-table th,
.pika-table td {
line-height: 30px;
width: 14.285714285714286%;
padding: 0;
text-align: center;
}
.pika-table th {
color: #999;
font-size: 12px;
line-height: 25px;
font-weight: bold;
text-align: center;
}
.pika-table abbr {
border-bottom: none;
cursor: help;
}
.pika-button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: none;
cursor: pointer;
display: inline-block;
outline: none;
border: 0;
margin: 0;
padding: 8px;
color: #666;
font-size: 12px;
line-height: 1em;
text-align: center;
}
.is-today .pika-button {
color: #000;
font-weight: bold;
}
.is-disabled .pika-button,
.is-outside-current-month .pika-button {
pointer-events: none;
cursor: default;
color: #999;
opacity: .3;
}
.is-selected .pika-button,
.pika-button:hover {
color: #fff;
background-color: #1bc2a1;
border-radius: 3px;
}
.pika-week {
font-size: 11px;
color: #999;
}.anps-header--top .anps-header__content,
.anps-header--bottom .anps-header__content,
.anps-header--top-fullwidth-menu .anps-header__content {
-ms-flex-align: center;
align-items: center;
display: -ms-flexbox;
display: flex;
height: var(--anps-hbar-m-height);
-ms-flex-pack: justify;
justify-content: space-between;
transition: .4s height ease-out;
}
@media (min-width: 992px) {
.anps-header--top .anps-header__content,
.anps-header--bottom .anps-header__content,
.anps-header--top-fullwidth-menu .anps-header__content {
height: var(--anps-hbar-height);
}
}
.anps-header--top .anps-header__main,
.anps-header--bottom .anps-header__main,
.anps-header--top-fullwidth-menu .anps-header__main {
background: var(--anps-hmain-bg);
}
.anps-header--top .anps-header__bar,
.anps-header--bottom .anps-header__bar,
.anps-header--top-fullwidth-menu .anps-header__bar {
background: var(--anps-hbar-bg);
}
.anps-header--shadow .anps-header__bar {
box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.08);
position: relative;
z-index: 99;
}
@media (min-width: 992px) {
.anps-header--full-width .container {
padding: 0 80px;
width: 100%;
}
}
.anps-header--transparent {
left: 0;
position: absolute;
width: 100%;
z-index: 99;
}
.anps-header--transparent:not(.anps-header--sticky) .anps-header__bar {
box-shadow: none;
}
@media (min-width: 1200px) {
.anps-header--bottom .anps-header__wrap {
left: 0;
position: absolute;
width: 100%;
z-index: 999;
}
}
.anps-header--sticky .anps-header__bar {
background: var(--anps-sticky-bg);
box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.08);
left: 0;
position: absolute;
width: 100%;
z-index: 9999;
}
@media (min-width: 768px) {
.anps-header--sticky .anps-header__bar {
position: fixed;
}
}
.sticky-mobile .anps-header--sticky .anps-header__bar {
position: fixed;
}
.anps-header--sticky .anps-header__bar .anps-main-menu > ul > .menu-item > a,
.anps-header--sticky .anps-header__bar .anps-main-menu > .menu-item > a {
color: var(--anps-sticky-color);
}
.anps-header--sticky .anps-header__bar .anps-main-menu > ul > .menu-item > a:hover,
.anps-header--sticky .anps-header__bar .anps-main-menu > ul > .menu-item > a:focus,
.anps-header--sticky .anps-header__bar .anps-main-menu > .menu-item > a:hover,
.anps-header--sticky .anps-header__bar .anps-main-menu > .menu-item > a:focus {
color: var(--anps-sticky-color--hover);
}
.anps-header--sticky .anps-main-menu .menu-search-toggle {
color: var(--anps-sticky-color--active);
}
.anps-header--sticky .menu-item.current-menu-item > a {
color: var(--anps-sticky-color--active) !important;
cursor: default;
}
.anps-header--sticky .anps-header__content {
height: var(--anps-hbar-m-height--sticky);
}
@media (min-width: 992px) {
.anps-header--sticky .anps-header__content {
height: var(--anps-hbar-height--sticky);
}
}
.anps-header--top-fullwidth-menu .menu-search {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: end;
justify-content: flex-end;
}
.anps-header--top-fullwidth-menu.anps-header--left {
-ms-flex-pack: start;
justify-content: flex-start;
}
.anps-header--top-fullwidth-menu.anps-header--left .menu-search {
-ms-flex: 1;
flex: 1;
}
.anps-header--top-fullwidth-menu.anps-header--right .anps-main-menu {
-ms-flex-pack: end;
justify-content: flex-end;
}
@media (min-width: 1200px) {
.anps-header--left .anps-logo {
-ms-flex-positive: 0;
flex-grow: 0;
}
}
@media (min-width: 1200px) {
.anps-header--left .anps-main-nav {
-ms-flex-positive: 1;
flex-grow: 1;
}
}
@media (min-width: 1200px) {
.anps-header--left .menu-button {
-ms-flex: 1;
flex: 1;
text-align: right;
}
}
.anps-header--top-fullwidth-menu .anps-header__wrap {
display: none;
}
@media (min-width: 1200px) {
.anps-header--top-fullwidth-menu .anps-header__wrap {
display: block;
}
}
.anps-header--top-fullwidth-menu .menu-button {
margin-left: 20px;
}
@media (max-width: 1199px) {
.anps-header--top-fullwidth-menu .menu-button {
display: none;
}
}
@media (min-width: 1200px) {
.anps-header--top-fullwidth-menu .menu-search-fullwidth-menu {
display: none;
}
}
.anps-header--top-fullwidth-menu .menu-search-fullwidth-menu .menu-search-toggle {
background-color: transparent;
border: none;
color: var(--anps-menu-mobile-icons);
}
@media (min-width: 1200px) {
.anps-header--top-fullwidth-menu .anps-header__main {
border-bottom: 1px;
border-color: var(--anps-breadcrumbs-border-color);
border-left: 0;
border-right: 0;
border-style: solid;
border-top: 0;
}
}
.anps-header--top-fullwidth-menu .anps-header__bar {
background-color: var(--anps-submenu-bg-color);
}
.anps-header--top-fullwidth-menu .anps-main-menu > .current-menu-item {
position: relative;
}
.anps-header--top-fullwidth-menu .anps-main-menu > .current-menu-item::before {
content: '';
position: absolute;
height: 1px;
width: 100%;
top: -1px;
left: 0;
background-color: var(--anps-menu-color--active);
}
.anps-header--top-fullwidth-menu .anps-large-above-menu {
-ms-flex-align: center;
align-items: center;
display: -ms-flexbox;
display: flex;
}
.anps-logo {
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-negative: 0;
flex-shrink: 0;
padding-right: 40px;
font-size: 0px;
}
.anps-logo a {
display: inline-block;
}
.anps-logo__sticky,
.anps-logo__mobile {
display: none;
}
@media (max-width: 991px) {
.anps-logo__main {
display: none;
}
.anps-logo__mobile {
display: block;
}
}
.anps-logo__mobile img {
max-height: var(--anps-hbar-m-height);
max-width: calc(100vw - 180px);
}
.anps-logo__main img {
max-height: var(--anps-hbar-height);
}
.anps-logo__sticky img {
max-height: var(--anps-hbar-m-height--sticky);
}
@media (min-width: 1200px) {
.anps-logo__sticky img {
max-height: var(--anps-hbar-height--sticky);
}
}
.anps-header--sticky .anps-logo__main,
.anps-header--sticky .anps-logo__mobile {
display: none;
}
.anps-header--sticky .anps-logo__sticky {
display: block;
}
ul.anps-main-menu,
.anps-main-menu > ul {
-ms-flex-align: center;
align-items: center;
display: -ms-flexbox;
display: flex;
list-style: none;
margin: 0;
padding: 0;
}
.anps-main-menu > ul > li,
.anps-main-menu > li {
position: relative;
}
.anps-main-menu > ul > li + li,
.anps-main-menu > li + li {
margin-left: var(--anps-menu-spacing);
}
@media (max-width: 1199px) {
.anps-main-menu > ul > .menu-item,
.anps-main-menu > .menu-item {
display: none;
}
}
.anps-main-menu > ul > .menu-item > a,
.anps-main-menu > .menu-item > a {
color: var(--anps-menu-color);
display: inline-block;
font-size: var(--anps-menu-font-size);
padding: 0 5px;
transition: .2s color ease-in-out;
height: 56px;
line-height: 56px;
}
.anps-main-menu > ul > .menu-item > a:hover,
.anps-main-menu > ul > .menu-item > a:focus,
.anps-main-menu > .menu-item > a:hover,
.anps-main-menu > .menu-item > a:focus {
color: var(--anps-menu-color--hover);
}
.anps-main-menu .menu-item:hover > .sub-menu,
.anps-main-menu .menu-item:focus > .sub-menu {
opacity: 1;
pointer-events: all;
}
.anps-main-menu .current-menu-item > a {
color: var(--anps-menu-color--active) !important;
cursor: default;
}
.anps-main-menu .sub-menu {
background-color: var(--anps-submenu-bg-color);
box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
font-size: var(--anps-submenu-font-size);
left: 0;
line-height: 1.7em;
list-style: none;
margin: 0;
opacity: 0;
padding: 15px 0;
pointer-events: none;
position: absolute;
top: 100%;
transition: .2s opacity ease-in-out;
width: 240px;
z-index: 5;
}
.anps-main-menu .sub-menu .current-menu-item > a {
color: var(--anps-submenu-color--active) !important;
}
.anps-main-menu .sub-menu a {
color: var(--anps-submenu-color);
display: block;
padding: 6px 20px;
}
.anps-main-menu .sub-menu a:hover,
.anps-main-menu .sub-menu a:focus {
color: var(--anps-submenu-color--hover);
}
.anps-main-menu .sub-menu .sub-menu {
left: 100%;
position: absolute;
top: 0;
z-index: 3;
}
.anps-main-menu .menu-search-toggle {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: none;
border: none;
color: var(--anps-menu-mobile-icons);
display: none;
margin: 0;
outline: none;
padding: 0;
transition: .2s opacity ease-in-out;
}
@media (min-width: 1200px) {
.anps-main-menu .menu-search-toggle {
color: var(--anps-menu-color--active);
}
}
.anps-main-menu .menu-search-toggle i {
width: 15px;
}
@media (min-width: 1200px) {
.anps-main-menu .menu-search-toggle--lg {
display: block;
}
}
@media (max-width: 1199px) {
.anps-main-menu .menu-search-toggle--sm {
display: block;
}
}
@media (max-width: 1199px) {
.anps-main-menu .menu-search-toggle {
border-radius: 3px;
font-size: 16px;
height: 40px;
line-height: 40px;
margin-left: 15px;
position: relative;
width: 15px;
}
}
.anps-main-menu .menu-search-toggle:hover,
.anps-main-menu .menu-search-toggle:focus {
opacity: .7;
}
.anps-main-menu .menu-button {
padding-left: 10px;
}
@media (max-width: 1199px) {
.anps-main-menu .menu-button {
display: none;
}
}
.anps-header--sticky-anim .menu-item a {
transition: none;
}
.anps-mobile-menu {
background-color: #000;
bottom: 0;
left: 100%;
position: fixed;
top: 0;
width: 290px;
z-index: 999;
overflow-y: scroll;
}
.admin-bar .anps-mobile-menu {
padding-top: 46px;
}
@media (min-width: 783px) {
.admin-bar .anps-mobile-menu {
padding-top: 32px;
}
}
.anps-mobile-menu ul {
list-style: none;
margin: 0;
padding: 0;
}
.anps-mobile-menu .menu-item {
border-bottom: 1px solid rgba(255, 255, 255, 0.15);
position: relative;
}
.anps-mobile-menu .menu-item a {
color: rgba(255, 255, 255, 0.75);
display: block;
padding: 7px 20px;
}
.anps-mobile-menu .menu-item a:hover,
.anps-mobile-menu .menu-item a:focus {
color: #fff;
outline: none;
}
.anps-mobile-menu .current-menu-item > a {
color: #fff;
}
.anps-mobile-menu .sub-menu {
border-top: 1px solid rgba(255, 255, 255, 0.15);
display: none;
}
.anps-mobile-menu .sub-menu a {
padding-left: 30px;
}
.anps-mobile-menu .sub-menu .menu-item:last-child {
border-bottom: none;
}
.anps-mobile-menu .sub-menu-active > .sub-menu {
display: block;
}
.anps-mobile-menu .sub-menu-toggle {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: none;
border: none;
border-left: 1px solid rgba(255, 255, 255, 0.15);
color: rgba(255, 255, 255, 0.7);
font-size: 18px;
height: 41px;
position: absolute;
right: 0;
top: 0;
width: 50px;
}
.anps-mobile-menu .sub-menu-toggle:focus {
color: #fff;
outline: none;
}
.anps-mobile-menu .sub-menu-toggle i {
left: 50%;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
}
.anps-mobile-menu .menu-search,
.anps-mobile-menu .mini-cart {
display: none !important;
}
.anps-mobile-menu .menu-button {
margin: 30px 0;
padding: 0 15px;
}
.anps-mobile-menu .menu-button .anps-btn {
width: 100%;
}
.anps-mobile-menu::-webkit-scrollbar {
width: 0px;
background: transparent;
}
.anps-mobile-menu::-webkit-scrollbar-thumb {
background: #FF0000;
}
.site-main,
.top-bar,
.anps-header,
.anps-mobile-menu,
.site-footer {
transition: .3s transform ease-in-out;
}
.anps-show-mobile-menu .site-main,
.anps-show-mobile-menu
.top-bar,
.anps-show-mobile-menu
.anps-header,
.anps-show-mobile-menu
.anps-mobile-menu,
.anps-show-mobile-menu
.site-footer {
transform: translateX(-290px);
}
.anps-menu-toggle {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: none;
border: 1px solid;
border-radius: 3px;
color: var(--anps-menu-mobile-icons);
font-size: 18px;
height: 40px;
line-height: 40px;
-ms-flex-negative: 0;
flex-shrink: 0;
margin-left: 15px;
position: relative;
width: 40px;
}
.anps-header--sticky .anps-menu-toggle {
color: var(--anps-sticky-color);
}
.anps-menu-toggle .fa {
left: 50%;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
}
@media (min-width: 1200px) {
.anps-menu-toggle {
display: none;
}
}
.anps-menu-toggle__button {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: end;
justify-content: flex-end;
}
.anps-menu-toggle--sidebar {
margin: 10px 10px 0;
border-color: #fff;
color: #fff;
}
.anps-show-mobile-menu .anps-header__content .anps-menu-toggle {
display: none;
}
.top-bar-menu {
color: rgba(255, 255, 255, 0.75);
}
.top-bar-menu .top-bar-row {
text-align: left;
}
.top-bar {
background-color: var(--anps-top-bar-bg-color);
color: var(--anps-top-bar-color);
display: none;
font-size: var(--anps-top-bar-font-size);
}
@media (max-width: 999px) {
.top-bar--mobile {
display: block;
}
}
@media (max-width: 999px) {
.top-bar--toggle {
display: block;
padding-bottom: 35px;
position: relative;
}
.top-bar--toggle .top-bar-row {
padding-bottom: 0;
}
.top-bar--toggle .container {
display: none;
overflow: hidden;
}
}
@media (min-width: 1000px) {
.top-bar--desktop {
display: block;
}
}
.top-bar__toggle {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: none;
border: none;
bottom: 0;
font-size: 21px;
height: 35px;
left: 50%;
line-height: 35px;
outline: none;
position: absolute;
text-align: center;
transform: translateX(-50%);
width: 150px;
z-index: 1;
}
@media (min-width: 1000px) {
.top-bar__toggle {
display: none;
}
}
.top-bar--active .top-bar__toggle {
transform: translateX(-50%) rotate(180deg);
}
@media (max-width: 999px) {
.top-bar .widget + .widget {
margin-top: 7px;
}
}
@media (min-width: 1000px) {
.top-bar .widget + .widget {
margin-left: 20px;
}
}
@media (max-width: 999px) {
.top-bar-row {
padding: 12px 0;
text-align: center;
}
}
@media (min-width: 1000px) {
.top-bar-row {
-ms-flex-align: center;
align-items: center;
display: -ms-flexbox;
display: flex;
height: var(--anps-top-bar-height);
-ms-flex-pack: justify;
justify-content: space-between;
}
}
@media (min-width: 1000px) {
.top-bar-left,
.top-bar-right {
-ms-flex-align: center;
align-items: center;
display: -ms-flexbox;
display: flex;
}
}
@media (max-width: 999px) {
.top-bar-right {
margin-top: 7px;
}
}
.site-search {
background-color: var(--anps-header-search-text-color);
height: 0;
overflow: hidden;
transition: .3s height ease-in-out;
}
.site-search__form {
-ms-flex-align: center;
align-items: center;
display: -ms-flexbox;
display: flex;
padding: 20px 0;
}
.site-search__field {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: none;
border: none;
font-size: 18px;
outline: none;
padding: 12px 0;
width: 100%;
}
.site-search__field:-ms-input-placeholder {
color: var(--anps-header-search-background-color);
}
.site-search__field::placeholder {
color: var(--anps-header-search-background-color);
}
.site-search__submit {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: none;
border: none;
color: var(--anps-header-search-background-color);
font-size: 18px;
outline: none;
padding: 0;
transition: .2s color ease-in-out;
}
.site-search__submit:hover,
.site-search__submit:focus {
opacity: .8;
}
@media (max-width: 1199px) {
.anps-header--vertical .anps-header__content {
-ms-flex-align: center;
align-items: center;
display: -ms-flexbox;
display: flex;
height: var(--anps-hbar-m-height);
-ms-flex-pack: justify;
justify-content: space-between;
transition: .4s height ease-out;
}
.anps-header--vertical .anps-header__bar {
background-color: var(--anps-hbar-bg);
}
}
@media (min-width: 1200px) {
.anps-header--vertical .anps-header__bar {
background-color: var(--anps-hbar-bg);
height: 100vh;
left: 0;
padding: 50px 0;
position: fixed;
text-align: center;
top: 0;
width: 300px;
z-index: 999;
}
.admin-bar .anps-header--vertical .anps-header__bar {
top: 32px;
}
.anps-header--vertical .anps-header__bar .container {
padding: 0;
width: 100%;
}
.anps-header--vertical .anps-logo {
margin-bottom: 30px;
}
.anps-header--vertical .anps-main-menu {
display: block;
}
.anps-header--vertical .anps-main-menu > li {
position: relative;
}
.anps-header--vertical .anps-main-menu > li + li {
margin-left: 0;
margin-top: var(--anps-menu-spacing);
}
.anps-header--vertical .anps-main-menu .sub-menu {
left: 100%;
top: 0;
}
.anps-header--vertical .anps-main-menu > .menu-item > a {
height: auto;
line-height: 1.5em;
padding: 3px 15px;
}
.anps-header--vertical .anps-main-menu .menu-search-toggle,
.anps-header--vertical .anps-main-menu .mini-cart-link,
.anps-header--vertical .anps-main-menu .menu-button {
display: inline-block;
margin-top: 15px;
}
.anps-header--vertical .anps-header__sticky-wrap {
height: auto !important;
}
}
@media (min-width: 1200px) {
.vertical-menu .site {
padding-left: 300px;
}
.vertical-menu .site-search {
padding-left: 300px;
}
}
.anps-main-nav .menu-item:hover .megamenu {
display: block;
}
.anps-main-nav .megamenu {
background-color: #fff;
box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
display: none;
font-size: var(--anps-submenu-font-size);
padding: 20px 5px;
position: absolute;
top: 100%;
z-index: 99;
}
.anps-main-nav .megamenu a {
color: var(--anps-submenu-color);
display: inline-block;
padding: 2px 0;
}
.anps-main-nav .megamenu a:hover,
.anps-main-nav .megamenu a:focus {
color: var(--anps-submenu-color--hover);
}
.anps-main-nav .megamenu::before {
bottom: 100%;
content: "";
height: 10px;
left: 0;
position: absolute;
width: 100%;
}
.anps-main-nav .megamenu ul {
list-style: none;
margin: 0;
padding: 0;
}
.anps-main-nav .megamenu-title {
font-weight: bold;
}
.anps-header__widgets {
display: none;
}
@media (min-width: 1200px) {
.anps-header__widgets {
display: block;
}
}
.anps-header__widgets .ccc-header-v3-ccc-price-container {
display: none !important;
}
.anps-header__widgets .ccc-header-v3-ccc-price-container:nth-child(-n+3) {
display: inline-block !important;
}
@media (min-width: 1400px) {
.anps-header__widgets .ccc-header-v3-ccc-price-container:nth-of-type(4) {
display: inline-block !important;
}
} .site-footer {
position: relative;
}
.site-footer__main {
border: 1px solid transparent;
padding: 30px 0;
position: relative;
z-index: 2;
}
@media (min-width: 500px) {
.site-footer__main {
padding: 30px 0;
}
}
@media (min-width: 768px) {
.site-footer__main {
padding: 45px 0;
}
}
@media (min-width: 992px) {
.site-footer__main {
padding: 60px 0;
}
}
@media (min-width: 1200px) {
.site-footer__main {
padding: 80px 0;
}
}
.site-footer__main .widget-title {
color: var(--anps-footer-heading-color);
font-size: 18px;
font-weight: 600;
margin-bottom: 25px;
margin-top: 0;
}
@media (min-width: 992px) {
.site-footer__main .widget-title {
margin-bottom: 35px;
}
}
.site-footer__col {
padding: 0 15px;
width: 100%;
}
@media (max-width: 767px) {
.site-footer__col + .site-footer__col {
margin-top: 25px;
}
}
@media (min-width: 768px) {
.site-footer__col {
float: left;
width: 22%;
}
}
@media (min-width: 992px) {
.site-footer__col {
width: 21%;
}
}
@media (min-width: 1200px) {
.site-footer__col {
width: 19%;
}
}
@media (min-width: 768px) {
.site-footer__col--lg {
padding-right: 40px;
width: 34%;
}
}
@media (min-width: 992px) {
.site-footer__col--lg {
padding-right: 110px;
width: 37%;
}
}
@media (min-width: 1200px) {
.site-footer__col--lg {
padding-right: 140px;
width: 43%;
}
}
.site-footer p + p {
margin-top: 0;
}
@media (min-width: 1000px) {
.fixed-footer .site-footer {
bottom: 0;
left: 0;
position: fixed;
width: 100%;
}
}
.site-footer .widget:not(.widget_anpsspacings) + .widget:not(.widget_anpsspacings) {
margin-top: 55px;
}
@media (max-width: 999px) {
.site-footer .widget:first-child {
margin-top: 55px;
}
}
.site-footer .wp-caption {
margin-bottom: 15px !important;
}
.site-footer a:not(.btn) {
color: inherit;
}
.site-footer a:not(.btn):hover,
.site-footer a:not(.btn):focus {
color: var(--anps-footer-hover-color);
}
.site-footer .current-menu-item > a {
color: var(--anps-footer-hover-color);
}
.site-footer #wp-calendar a {
color: #fff;
}
.site-footer ul {
list-style: none;
margin-bottom: 0;
padding-left: 0;
}
.site-footer__shadow {
left: 0;
pointer-events: none;
position: absolute;
top: -220px;
z-index: 2;
}
.site-footer__shadow svg {
max-width: 100%;
}
@media (max-width: 600px) {
.site-footer__shadow {
display: none;
}
} .copyright-footer__row {
padding: 15px 0;
}
@media (min-width: 768px) {
.copyright-footer__row {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 27px 0;
}
}
@media (max-width: 767px) {
.copyright-footer__col {
padding: 7px 0;
text-align: center;
}
}
@media (min-width: 768px) {
.copyright-footer__col--right {
text-align: right;
}
}
.copyright-footer > .container {
position: relative;
}
.copyright-footer .widget-title {
display: none;
}
.copyright-footer p {
margin-bottom: 0;
}
.copyright-footer ul {
list-style: none;
margin: 0;
padding: 0;
}
.copyright-footer--shadow {
box-shadow: inset 0 3px 19px 0 rgba(221, 224, 231, 0.5);
overflow: hidden;
position: relative;
}  .sidebar .widget_nav_menu ul,
.sidebar .woocommerce-MyAccount-navigation ul {
list-style: none;
margin: 0;
padding: 0;
}
.site-footer .sidebar .widget_nav_menu li a,
.site-footer
.sidebar .woocommerce-MyAccount-navigation li a {
border-bottom: 1px solid #2e2e2e;
}
.sidebar .widget_nav_menu li:first-of-type:not(.current-menu-item),
.sidebar .woocommerce-MyAccount-navigation li:first-of-type:not(.current-menu-item) {
padding-top: 0;
}
.sidebar .widget_nav_menu li:last-of-type,
.sidebar .woocommerce-MyAccount-navigation li:last-of-type {
border-bottom: none;
}
.sidebar .widget_nav_menu div > ul > li:not(.current-menu-item):first-of-type > a,
.sidebar .woocommerce-MyAccount-navigation div > ul > li:not(.current-menu-item):first-of-type > a {
margin-top: 0;
padding-top: 0;
}
.sidebar .widget_nav_menu div > ul > li:last-of-type > a,
.sidebar .widget_nav_menu div > ul > li:last-of-type > .sub-menu > li:last-of-type > a,
.sidebar .woocommerce-MyAccount-navigation div > ul > li:last-of-type > a,
.sidebar .woocommerce-MyAccount-navigation div > ul > li:last-of-type > .sub-menu > li:last-of-type > a {
border-bottom: 0;
}
.sidebar .widget_nav_menu div > ul > li:last-of-type > .sub-menu,
.sidebar .woocommerce-MyAccount-navigation div > ul > li:last-of-type > .sub-menu {
border-top: 1px solid #ebf2f6;
}
.sidebar .widget_nav_menu a,
.sidebar .woocommerce-MyAccount-navigation a {
border-bottom: 1px solid #ebf2f6;
display: block;
padding: 14px 0;
}
.sidebar .widget_nav_menu .sub-menu > li > ul > li a {
padding-left: 20px;
}
.sidebar .widget_nav_menu .sub-menu > li > ul > li ul > li > a {
padding-left: 30px;
}
.sidebar .widget_nav_menu .sub-menu > li > ul > li ul > li > ul > li > a {
padding-left: 40px;
}
.sidebar .widget_nav_menu .sub-menu > li > ul > li ul > li > ul > li > ul > li > a {
padding-left: 50px;
}
.copyright-footer .widget_nav_menu li,
.copyright-footer .woocommerce-MyAccount-navigation li {
display: inline-block;
}
.copyright-footer .widget_nav_menu li + li,
.copyright-footer .woocommerce-MyAccount-navigation li + li {
margin-left: 27px;
}
.copyright-footer .sub-menu {
display: none;
} .searchform input[type="text"] {
background: none;
border: 1px solid #ebf2f6;
padding: 10px 62px 10px 19px;
transition: .2s border-color;
width: 100%;
}
.searchform input[type="text"]:-ms-input-placeholder {
color: rgba(137, 144, 155, 0.8);
}
.searchform input[type="text"]::placeholder {
color: rgba(137, 144, 155, 0.8);
}
.searchform input[type="text"]:focus {
border-color: #ccc;
outline: none;
}
.site-footer .searchform input[type="text"] {
border: 1px solid #2e2e2e;
}
.searchform > div {
position: relative;
}
.searchform > div::after {
color: #7f7f7f;
content: "\f002";
cursor: pointer;
font-family: FontAwesome;
pointer-events: none;
position: absolute;
right: 0;
text-align: center;
top: 50%;
transform: translateY(-50%);
width: 54px;
}
.searchform #searchsubmit {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: none;
border: none;
bottom: 1px;
padding: 0;
position: absolute;
right: 0;
text-indent: -9999px;
top: 1px;
white-space: nowrap;
width: 54px;
}
.searchform #searchsubmit:focus {
outline: none;
} .sidebar .widget_archive,
.sidebar .widget_categories,
.sidebar .widget_layered_nav,
.sidebar .widget_meta,
.sidebar .widget_pages,
.sidebar .widget_product_categories,
.sidebar .widget_recent_comments,
.sidebar .widget_recent_entries { }
.sidebar .widget_archive ul,
.sidebar .widget_categories ul,
.sidebar .widget_layered_nav ul,
.sidebar .widget_meta ul,
.sidebar .widget_pages ul,
.sidebar .widget_product_categories ul,
.sidebar .widget_recent_comments ul,
.sidebar .widget_recent_entries ul {
list-style: none;
margin: 0;
padding: 0;
}
.sidebar .widget_archive li,
.sidebar .widget_categories li,
.sidebar .widget_layered_nav li,
.sidebar .widget_meta li,
.sidebar .widget_pages li,
.sidebar .widget_product_categories li,
.sidebar .widget_recent_comments li,
.sidebar .widget_recent_entries li {
padding: 5px 0;
}
.sidebar .widget_archive li:first-of-type,
.sidebar .widget_categories li:first-of-type,
.sidebar .widget_layered_nav li:first-of-type,
.sidebar .widget_meta li:first-of-type,
.sidebar .widget_pages li:first-of-type,
.sidebar .widget_product_categories li:first-of-type,
.sidebar .widget_recent_comments li:first-of-type,
.sidebar .widget_recent_entries li:first-of-type {
padding-top: 0;
}
.sidebar .widget_archive li:last-of-type,
.sidebar .widget_categories li:last-of-type,
.sidebar .widget_layered_nav li:last-of-type,
.sidebar .widget_meta li:last-of-type,
.sidebar .widget_pages li:last-of-type,
.sidebar .widget_product_categories li:last-of-type,
.sidebar .widget_recent_comments li:last-of-type,
.sidebar .widget_recent_entries li:last-of-type {
border-bottom: none;
}
.sidebar .widget_archive a,
.sidebar .widget_categories a,
.sidebar .widget_layered_nav a,
.sidebar .widget_meta a,
.sidebar .widget_pages a,
.sidebar .widget_product_categories a,
.sidebar .widget_recent_comments a,
.sidebar .widget_recent_entries a {
display: inline-block;
font-size: 16px;
padding: 5px 0;
}
.sidebar .widget_archive .children,
.sidebar .widget_categories .children,
.sidebar .widget_layered_nav .children,
.sidebar .widget_meta .children,
.sidebar .widget_pages .children,
.sidebar .widget_product_categories .children,
.sidebar .widget_recent_comments .children,
.sidebar .widget_recent_entries .children {
margin-bottom: -5px;
margin-top: 5px;
}
.sidebar .widget_archive .children li,
.sidebar .widget_categories .children li,
.sidebar .widget_layered_nav .children li,
.sidebar .widget_meta .children li,
.sidebar .widget_pages .children li,
.sidebar .widget_product_categories .children li,
.sidebar .widget_recent_comments .children li,
.sidebar .widget_recent_entries .children li {
padding-left: 15px;
}
.sidebar .widget_archive .children li:first-of-type,
.sidebar .widget_categories .children li:first-of-type,
.sidebar .widget_layered_nav .children li:first-of-type,
.sidebar .widget_meta .children li:first-of-type,
.sidebar .widget_pages .children li:first-of-type,
.sidebar .widget_product_categories .children li:first-of-type,
.sidebar .widget_recent_comments .children li:first-of-type,
.sidebar .widget_recent_entries .children li:first-of-type {
padding-top: 5px;
}
.sidebar .widget_archive .children li:last-of-type,
.sidebar .widget_categories .children li:last-of-type,
.sidebar .widget_layered_nav .children li:last-of-type,
.sidebar .widget_meta .children li:last-of-type,
.sidebar .widget_pages .children li:last-of-type,
.sidebar .widget_product_categories .children li:last-of-type,
.sidebar .widget_recent_comments .children li:last-of-type,
.sidebar .widget_recent_entries .children li:last-of-type {
padding-bottom: none;
}
.sidebar .widget_categories .cat-item {
position: relative;
padding: 2px 0 2px 20px !important;
}
.sidebar .widget_categories .cat-item:before {
content: '\f054';
color: var(--anps-sticky-color--active) !important;
font-family: FontAwesome;
font-size: 12px;
position: absolute;
height: 20px;
width: 20px;
top: 50%;
left: 0;
transform: translateY(-50%);
display: inline-block;
line-height: 20px;
}
.sidebar .widget_recent_entries li {
border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.sidebar .working-hours .important {
color: var(--anps-sticky-color--active) !important;
}
.site-footer__main .menu,
.site-footer__main .widget_archive,
.site-footer__main .widget_categories,
.site-footer__main .widget_layered_nav,
.site-footer__main .widget_meta,
.site-footer__main .widget_pages,
.site-footer__main .widget_product_categories,
.site-footer__main .widget_recent_comments,
.site-footer__main .widget_recent_entries { }
.site-footer__main .menu li + li,
.site-footer__main .widget_archive li + li,
.site-footer__main .widget_categories li + li,
.site-footer__main .widget_layered_nav li + li,
.site-footer__main .widget_meta li + li,
.site-footer__main .widget_pages li + li,
.site-footer__main .widget_product_categories li + li,
.site-footer__main .widget_recent_comments li + li,
.site-footer__main .widget_recent_entries li + li {
margin-top: 10px;
}
.site-footer__main .menu a,
.site-footer__main .widget_archive a,
.site-footer__main .widget_categories a,
.site-footer__main .widget_layered_nav a,
.site-footer__main .widget_meta a,
.site-footer__main .widget_pages a,
.site-footer__main .widget_product_categories a,
.site-footer__main .widget_recent_comments a,
.site-footer__main .widget_recent_entries a {
display: inline-block;
}
.site-footer__main .menu .sub-menu,
.site-footer__main .menu .children,
.site-footer__main .widget_archive .sub-menu,
.site-footer__main .widget_archive .children,
.site-footer__main .widget_categories .sub-menu,
.site-footer__main .widget_categories .children,
.site-footer__main .widget_layered_nav .sub-menu,
.site-footer__main .widget_layered_nav .children,
.site-footer__main .widget_meta .sub-menu,
.site-footer__main .widget_meta .children,
.site-footer__main .widget_pages .sub-menu,
.site-footer__main .widget_pages .children,
.site-footer__main .widget_product_categories .sub-menu,
.site-footer__main .widget_product_categories .children,
.site-footer__main .widget_recent_comments .sub-menu,
.site-footer__main .widget_recent_comments .children,
.site-footer__main .widget_recent_entries .sub-menu,
.site-footer__main .widget_recent_entries .children {
margin-top: 15px;
padding-left: 15px;
} .tnp-widget--single {
position: relative;
}
.tnp-widget--single .tnp-submit {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: none;
border: none;
color: transparent;
height: 40px;
line-height: 40px;
width: 40px;
}
.tnp-widget--single .tnp-field-button {
background-color: #f6f7f9;
border-radius: 3px;
overflow: hidden;
position: absolute;
right: 10px;
top: 10px;
transition: .2s color ease-in-out, .2s background-color ease-in-out;
}
.tnp-widget--single .tnp-field-button:hover {
background-color: var(--anps-primary);
color: #fff;
}
.tnp-widget--single .tnp-field-button::after {
content: "\f1d8";
font-family: FontAwesome;
font-size: 16px;
left: 50%;
margin-left: -1px;
pointer-events: none;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
z-index: 1;
}
.tnp-widget--single .tnp-field-email {
margin-bottom: 20px;
position: relative;
}
.tnp-widget--single .tnp-field-email::before {
color: #eaebed;
content: "\f0e0";
font-family: FontAwesome;
font-size: 23px;
left: 16px;
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.tnp-widget--single .tnp-field-email label {
display: none;
}
.tnp-widget--single input[type="email"] {
background-color: #fff;
border: none;
border-radius: 4px;
box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.07);
height: 60px;
line-height: 66px;
outline: none;
padding: 0 55px;
transition: .3s box-shadow ease-in-out;
width: 100%;
}
.tnp-widget--single input[type="email"]:focus {
box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.12);
}
.tnp-widget--multiple label {
display: block;
margin-bottom: 10px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.tnp-widget--multiple input[type="text"],
.tnp-widget--multiple input[type="email"] {
border-radius: 3px;
border: 1px solid #f1f1f1;
color: inherit;
line-height: 1.4em;
padding: 8px 15px;
position: relative;
width: 100%;
z-index: 1;
}
@media (min-width: 768px) {
.tnp-widget--multiple input[type="text"],
.tnp-widget--multiple input[type="email"] {
padding: 10px 20px;
}
}
@media (min-width: 992px) {
.tnp-widget--multiple input[type="text"],
.tnp-widget--multiple input[type="email"] {
padding: 12px 23px;
}
}
.tnp-widget--multiple input[type="text"]:focus,
.tnp-widget--multiple input[type="email"]:focus {
border-color: #ccc;
outline: none;
}
.tnp-widget--multiple .tnp-field + .tnp-field {
margin-top: 20px;
}
.tnp-widget--multiple .tnp-submit {
margin-top: 20px;
}
.tnp-widget--multiple .tnp-gender {
border: 1px solid #f1f1f1;
padding: 10px 60px 10px 15px;
}
.tnp-widget .tnp-field-privacy {
padding-left: 35px;
position: relative;
}
.tnp-widget .tnp-field-privacy:hover label::after {
opacity: .3;
}
.tnp-widget .tnp-field-privacy::before {
border: 1px solid #f1f1f1;
border-radius: 3px;
content: "";
height: 22px;
left: 0;
position: absolute;
top: 3px;
width: 22px;
}
.tnp-widget .tnp-field-privacy label {
font-size: 90%;
font-weight: normal;
}
.tnp-widget .tnp-field-privacy label::after {
background-color: var(--anps-primary);
border: 1px solid #f1f1f1;
content: "";
height: 12px;
left: 5px;
opacity: 0;
position: absolute;
top: 8px;
transition: .2s opacity ease-in-out;
width: 12px;
z-index: 1;
}
.tnp-widget .tnp-field-privacy input {
display: none;
}
.tnp-widget .tnp-field-privacy input:checked + label::after {
opacity: 1;
}
.tagcloud a {
background-color: #f6f7f8;
border-radius: 3px;
display: inline-block;
font-size: 14px !important;
height: 41px;
line-height: 41px;
margin-bottom: 10px;
margin-right: 6px;
padding: 0 24px;
}  .show-menu .mini-cart {
opacity: .3;
pointer-events: none;
}
.mini-cart .variation {
margin-bottom: 0;
}
.mini-cart .variation dd,
.mini-cart .variation dt {
display: inline-block;
}
.menu-search + .mini-cart {
margin-left: 20px;
}
.mini-cart-content {
background-color: #fff;
box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.1), inset 0 0 0 0 rgba(0, 0, 0, 0.1);
display: none;
margin-top: 13px;
position: absolute;
right: 0;
top: 100%;
width: 244px;
}
@media (min-width: 1200px) {
.vertical-menu .mini-cart-content {
left: 50%;
margin-left: 16px;
margin-top: 0;
top: 15px;
}
}
.mini-cart-content:focus,
.mini-cart-content:hover {
display: block;
}
.mini-cart-content::after {
content: "";
height: 21px;
left: 0;
position: absolute;
top: -21px;
width: 100%;
}
.mini-cart-content .total {
font-weight: bold;
padding: 9px 20px;
text-transform: uppercase;
}
.mini-cart-content p {
margin-bottom: 0;
}
.mini-cart-content .buttons a {
color: #fff !important;
display: block;
float: left;
line-height: 32px;
text-align: center;
width: 50%;
}
.mini-cart-content .buttons a:focus,
.mini-cart-content .buttons a:hover {
background-color: #ffcc43;
}
.mini-cart-content .buttons a + a {
border-left: 1px solid rgba(255, 255, 255, 0.15) !important;
}
.mini-cart-link {
color: var(--anps-menu-color);
display: block;
height: 39px;
padding: 0 !important;
position: relative;
width: 39px;
}
.mini-cart-link:hover,
.mini-cart-link:focus {
color: var(--anps-menu-color--hover);
}
.anps-header--sticky .mini-cart-link {
color: var(--anps-sticky-color);
}
.anps-header--sticky .mini-cart-link:hover,
.anps-header--sticky .mini-cart-link:focus {
color: var(--anps-sticky-color--hover);
}
@media (max-width: 1199px) {
.mini-cart-link {
color: var(--anps-menu-mobile-icons);
}
}
@media (min-width: 1200px) {
.mini-cart-link {
height: 38px;
width: 38px;
}
}
.mini-cart-link:focus + .mini-cart-content,
.mini-cart-link:hover + .mini-cart-content {
display: block;
}
.mini-cart-link i {
font-size: 16px;
left: 50%;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
}
.mini-cart-number {
background-color: var(--anps-menu-color--active);
border-radius: 50%;
bottom: 24px;
color: var(--anps-hbar-bg);
font-size: 9px;
left: 26px;
line-height: 17px;
min-width: 17px;
padding: 0 4px;
position: absolute;
text-align: center;
}
.anps-header--transparent .mini-cart-number {
background-color: rgba(0, 0, 0, 0.3);
}
.anps-header--sticky .mini-cart-number {
background-color: var(--anps-sticky-color--active);
}
@media (min-width: 1200px) {
.mini-cart-number {
bottom: 23px;
left: 27px;
}
}
.mini-cart-list {
margin: 0;
padding: 0;
}
.mini-cart-list li {
padding: 17px 19px 17px 80px;
width: 100%;
}
.mini-cart-list li.empty {
font-size: 16px;
padding: 15px 20px;
}
.mini-cart-list .mini_cart_item {
border-bottom: 1px solid #ebf2f6;
position: relative;
}
.site-footer .mini-cart-list .mini_cart_item {
border-bottom: 1px solid rgba(255, 255, 255, 0.127);
}
.mini-cart-list .mini_cart_item > a.remove {
padding: 7px 10px;
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
}
.mini-cart-list .mini_cart_item > a.remove:focus,
.mini-cart-list .mini_cart_item > a.remove:hover {
color: red;
}
.mini-cart-list img {
border: 1px solid #ebf2f6;
height: 50px;
width: 50px;
}
a.mini_cart_item_img,
a.mini_cart_item_title {
transition: .2s opacity ease;
}
a.mini_cart_item_img:focus,
a.mini_cart_item_img:hover,
a.mini_cart_item_title:focus,
a.mini_cart_item_title:hover {
opacity: .8;
}
a.mini_cart_item_img {
left: 19px;
opacity: 1;
position: absolute;
top: 19px;
}
.mini_cart_item_title {
display: block;
font-size: 15px;
font-weight: bold;
margin-top: 2px;
}
.mini_cart_item {
min-height: 89px !important;
position: relative;
} ::-moz-selection {
color: #fff;
}
::selection {
color: #fff;
}
body {
background-color: var(--anps-page-bg);
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
line-height: 1.7em;
}
.site {
background-color: var(--anps-page-bg);
overflow: hidden;
}
.custom-background .site {
background: none;
}
.page-content-wrap::after {
clear: both;
content: "";
display: table;
}
.page-content-wrap + .anps-heading,
.page-content-wrap + .comment-respond {
margin-top: 60px;
}
a {
transition: background-color .2s, color .2s;
}
a > h1,
a > h3,
a > h4,
a > h5,
a > h6,
a > h2 {
transition: .4s opacity;
}
a:focus,
a:hover {
text-decoration: none;
}
a:focus > h1,
a:focus > h3,
a:focus > h4,
a:focus > h5,
a:focus > h6,
a:focus > h2,
a:hover > h1,
a:hover > h3,
a:hover > h4,
a:hover > h5,
a:hover > h6,
a:hover > h2 {
opacity: .7;
}
p {
margin: 0 0 30px;
}
.w-255 {
width: 255px;
}
.w-350 {
width: 350px;
}
.margin-l-5 {
margin-left: 5px;
}
.top-margin-70 {
margin-top: 70px;
}
.top-margin-50 {
margin-top: 50px;
}
.font-size-30 {
font-size: 30px;
}
.no-border {
border: none;
}
.clear {
clear: both;
}
@media (max-width: 999px) {
.no-margin-mobile {
margin-top: 0 !important;
}
.no-padding-mobile .vc_column-inner {
padding-top: 0 !important;
}
}
label {
cursor: pointer;
}
select {
background-color: transparent;
border: 1px solid #e4e4e4;
padding: 8px 15px;
}
.select-wrapper {
background-color: #fff;
display: inline-block;
position: relative;
}
.select-wrapper select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: none;
border-radius: 3px;
padding-right: 35px;
position: relative;
z-index: 1;
}
.select-wrapper::before {
content: "\f107";
font-family: FontAwesome;
pointer-events: none;
position: absolute;
right: 18px;
top: 50%;
transform: translateY(-50%);
} .embed-responsive + .embed-responsive {
margin-top: 47px;
}
@media (min-width: 1000px) {
.embed-responsive + .embed-responsive {
margin-top: 87px;
}
}
.background-mask {
color: #fff;
position: relative;
}
.background-mask > * {
position: relative;
z-index: 2;
}
.background-mask::before {
background-color: rgba(0, 0, 0, 0.7);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 1;
}
b {
font-weight: normal;
}
mark {
color: #fff;
padding: .1em .2em;
}
.dropcap {
float: left;
font-size: 36px;
line-height: 1em;
margin-right: 8px;
}
p:last-child {
margin-bottom: 0;
}
p + .panel-group {
margin-top: 31px;
}
.error-page-sample {
padding: 60px 0;
}
[class*="col-"] > *:first-child {
margin-top: 0;
}
body .bg-top-full {
background-position: top !important;
background-size: 100% !important;
}
body .bg-bottom-full {
background-position: center bottom !important;
background-repeat: no-repeat !important;
background-size: 100% !important;
}
body .bg-pattern-x {
background-position: top !important;
background-repeat: repeat-x !important;
}
body .bg-pattern-y {
background-position: top !important;
background-repeat: repeat-y !important;
background-size: 100% auto;
}
@media (max-width: 767px) {
body .bg-pattern-y--hide-sm {
background-image: none !important;
}
}
@media (max-width: 999px) {
body .bg-pattern-y--hide-md {
background-image: none !important;
}
}
@media (max-width: 767px) {
body .bg-pattern--hide-sm {
background-image: none !important;
}
}
@media (max-width: 999px) {
body .bg-pattern--hide-md {
background-image: none !important;
}
}
@media (max-width: 1199px) {
body .bg-pattern--hide-lg {
background-image: none !important;
}
}
body .bg-pattern-x-top {
background-position-y: top;
background-repeat: repeat-x;
}
body .bg-pattern-x-bottom {
background-position-y: bottom;
background-repeat: repeat-x;
}
img {
height: auto;
max-width: 100%;
}
.container {
max-width: 100%;
position: relative;
z-index: 3;
}
.abs-bot-right {
display: none;
padding: 0 !important;
}
.abs-bot-right .container {
z-index: 1;
}
.abs-bot-right img {
bottom: 0;
position: absolute;
right: -190px;
}
@media (min-width: 1000px) {
.abs-bot-right {
display: block;
}
} .bg-gray {
background-color: #f8f9f9;
}
.bg-dark {
background-color: #252525;
}
.bg-dark * {
color: rgba(255, 255, 255, 0.4);
}
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6 {
color: #fff;
}
.bg-dark .title::before {
background-color: rgba(255, 255, 255, 0.1);
}
body .background-image-center {
background-position: bottom center;
background-repeat: no-repeat;
}
@media (max-width: 999px) {
body .background-image-center {
background-image: none !important;
}
}
body .background-image-left {
background-origin: content-box;
background-position: bottom -35px left 0;
background-repeat: no-repeat;
}
@media (max-width: 999px) {
body .background-image-left {
background-image: none !important;
}
}
.rev-subtitle,
.rev-title {
color: #fff;
font-weight: 700;
}
.rev-title {
font-size: 72px;
}
.rev-subtitle {
font-size: 18px;
} @media (max-width: 999px) {
.sidebar-hide .sidebar {
display: none;
}
.sidebar-after .content-container > .row {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
}
.sidebar-after .sidebar {
-ms-flex-order: 1;
order: 1;
}
.sidebar-after:not(.sidebar-hide) .page-content {
padding-bottom: 0;
}
}
.page-content,
.sidebar {
position: relative;
}
@media (min-width: 768px) {
.content-border-right {
padding-right: 15px !important;
border-right: 1px solid #efefef;
}
}
@media (min-width: 1200px) {
.content-border-right {
padding-right: 30px !important;
}
}
@media (min-width: 1200px) {
.content-sidebar-right {
padding-left: 15px !important;
}
}  .contact-number {
border-radius: 3px;
line-height: 1em;
min-height: 64px;
padding: 15px 27px;
text-align: center;
text-transform: uppercase;
}
.contact-number > * {
display: block;
}
.contact-number > * + * {
margin-top: 5px;
}
.contact-number-number {
font-size: 15px;
}
.vertical-menu .contact-number {
margin: 0 auto;
max-width: 181px;
} .sidebar { }
.sidebar .widget + .widget {
margin-top: 40px;
}
.sidebar a {
color: inherit;
}
.sidebar .widget-title {
font-size: 20px;
font-weight: 600;
margin: 0 0 24px;
}
.sidebar .menu a {
font-size: var(--anps-body-font-size);
}
.sidebar .menu,
.sidebar .sub-menu,
.sidebar .woocommerce-MyAccount-navigation ul {
list-style: none;
margin-left: 0;
padding: 0;
}
.sidebar .sub-menu a::before {
content: "\f105";
font-family: FontAwesome;
padding-right: 12px;
opacity: .75;
}
.sidebar .current-menu-item > .sub-menu,
.sidebar .current-menu-ancestor > .sub-menu {
display: block;
}
.sidebar .sub-menu a {
padding-left: 25px;
padding-right: 25px;
}
.sidebar .sub-menu .sub-menu a {
padding-left: 50px;
padding-right: 50px;
}
.sidebar .sub-menu .sub-menu .sub-menu a {
padding-left: 60px;
padding-right: 60px;
} .anps-recent-posts ul {
list-style: none;
margin: 0;
padding: 0;
}
.anps-recent-posts li {
display: table;
height: 62px;
line-height: 1em;
padding-left: 92px;
padding-right: 15px;
position: relative;
width: 100%;
}
.anps-recent-posts li + li {
margin-top: 18px;
}
.anps-recent-posts a {
display: table-cell;
vertical-align: middle;
}
.anps-recent-posts img {
left: 0;
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.anps-recent-posts span {
display: block;
font-size: 12px;
padding: 15px 0;
text-transform: uppercase;
}
.sidebar .anps-recent-posts li {
background-color: #f7f7f7;
}
.sidebar .anps-recent-posts span {
color: #5b5b5b;
}
.site-main {
position: relative;
z-index: 0;
}
@media (max-width: 999px) {
.fixed-footer .site-main {
margin-bottom: 0 !important;
}
}
.widget_recent_entries .post-date::before {
content: "/ ";
} .widget_pages > ul {
overflow: hidden;
}
.widget_pages a {
position: relative;
}
.widget_pages a::before {
content: "\f105";
font-family: FontAwesome;
margin-right: 8px;
} .widget_rss {  }
.widget_rss .widget-title:focus,
.widget_rss .widget-title:hover {
color: #333333;
}
.widget_rss .widget-title a {
color: inherit;
}
.widget_rss .widget-title .rsswidget:first-of-type::before {
content: "\f09e";
font-family: FontAwesome;
}
.widget_rss .widget-title .rsswidget:first-of-type img {
display: none;
}
.widget_rss ul {
list-style: none;
padding: 0;
}
.widget_rss ul li + li {
margin-top: 15px;
}
.widget_rss ul .rsswidget {
text-transform: uppercase;
}
.widget_rss ul .rss-date,
.widget_rss ul cite {
display: block;
font-style: normal;
}
.site-footer .widget_rss ul .rss-date,
.site-footer
.widget_rss ul cite {
color: #fff;
} @media (min-width: 1000px) {
.sidebar .widget_calendar,
.site-footer .widget_calendar {
font-size: 12px;
}
}
.widget_calendar caption,
.widget_calendar td,
.widget_calendar th {
line-height: 30px;
padding: 0;
text-align: center;
vertical-align: middle;
}
.widget_calendar th {
background-color: #f5f5f5;
color: #727272;
font-weight: normal;
position: relative;
}
.widget_calendar th::after {
background-color: #ebf2f6;
content: "";
height: 2000px;
left: -1px;
margin-top: -1000px;
position: absolute;
top: 50%;
width: 1px;
}
.site-footer .widget_calendar th::after {
background-color: #2e2e2e;
}
.widget_calendar a {
color: #fff;
display: block;
}
.widget_calendar a:focus,
.widget_calendar a:hover {
color: #fff;
}
.widget_calendar #today {
font-weight: 600;
}
.widget_calendar caption {
color: #fff;
position: relative;
z-index: 1;
}
.widget_calendar .calendar_wrap {
overflow: hidden;
}
.widget_calendar table {
border: 1px solid #ebf2f6;
border-collapse: collapse;
width: 100%;
}
.site-footer .widget_calendar table {
border-color: #2e2e2e;
}
.widget_calendar tfoot {
display: none;
}
.widget_calendar table td,
.widget_calendar table th {
border: 1px solid #ebf2f6;
}
.widget_calendar table tr:first-child th {
border-top: 0;
}
.widget_calendar table tr:last-child td {
border-bottom: 0;
}
.widget_calendar table tr td:first-child,
.widget_calendar table tr th:first-child {
border-left: 0;
}
.widget_calendar table tr td:last-child,
.widget_calendar table tr th:last-child {
border-right: 0;
} .tparrows.custom {
background-color: #fff;
border-radius: 3px;
bottom: 40px !important;
color: #005746;
height: 40px;
left: 50% !important;
top: auto !important;
transform: none !important;
width: 40px;
}
@media (min-width: 1000px) {
.tparrows.custom {
left: auto !important;
right: 40px;
}
}
@media (min-width: 1200px) {
.tparrows.custom {
bottom: 160px !important;
left: 0 !important;
right: auto;
}
}
.tparrows.custom:focus,
.tparrows.custom:hover {
color: #fff !important;
}
.tparrows.custom::before {
color: inherit;
font-family: FontAwesome;
font-size: 15px;
left: 50%;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
}
.tparrows.custom.tp-leftarrow::before {
content: "\f053";
}
.tparrows.custom.tp-rightarrow::before {
content: "\f054";
} .slidershadow {
box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1) !important;
} .no-bottom-padding {
padding-bottom: 0 !important;
}
@media (min-width: 1000px) {
.no-bottom-padding-md {
padding-bottom: 0 !important;
}
}
@media (min-width: 1200px) {
.no-bottom-padding-lg {
padding-bottom: 0 !important;
}
}
.no-top-padding {
padding-top: 0 !important;
}
.no-padding {
padding-bottom: 0 !important;
padding-top: 0 !important;
}
@media (min-width: 1000px) {
.padding-small {
padding: 50px 0;
}
.padding-top-small {
padding-top: 30px;
}
.padding-bottom-small {
padding-top: 30px;
}
.padding-bottom-big {
padding-bottom: 60px;
}
.padding-bottom-xl {
padding-bottom: 100px;
}
.title.margin-bottom-small {
margin-bottom: 40px;
}
} .content-container {
padding-bottom: calc(var(--anps-main-space-bottom) / 2);
padding-top: calc(var(--anps-main-space-top) / 2);
}
@media (min-width: 992px) {
.content-container {
padding-bottom: calc(var(--anps-main-space-bottom) / 1.5);
padding-top: calc(var(--anps-main-space-top) / 1.5);
}
}
@media (min-width: 1200px) {
.content-container {
padding-bottom: var(--anps-main-space-bottom);
padding-top: var(--anps-main-space-top);
}
}
.footer-spacing-off .content-container {
padding-bottom: 0;
}
.header-spacing-off .content-container {
padding-top: 0;
} .owl-stage {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
will-change: transform;
}
.owl-item {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
perspective: 1000;
transform: translateZ(0);
} .shadow .wpb_video_widget {
margin-bottom: 0;
} .shop_table_wrapper {
margin-bottom: 25px;
}
.table.shop_table {
border: 1px solid #ebf2f6;
margin-bottom: 0;
}
.table.shop_table th {
border-top: 1px solid #ebf2f6;
text-align: left;
}
.table.shop_table td {
vertical-align: middle;
}
.table.shop_table .product-thumbnail {
max-width: 70px;
min-width: 70px;
}
.table.shop_table .product-thumbnail img {
width: 70px;
}
.table.shop_table .product-remove {
position: relative;
width: 35px;
}
.table.shop_table .product-remove .remove {
color: #fa7267;
font-size: 24px;
padding: 1px 10px;
}
.table.shop_table .product-remove .remove:focus,
.table.shop_table .product-remove .remove:hover {
color: red;
}
.table.customer_details_wrap,
.table.order_details_wrap {
margin-bottom: 15px;
} .blockOverlay {
background-color: #fff !important;
}
@media (max-width: 999px) {
.btn.update-cart {
margin-top: 30px;
width: 100% !important;
}
}
@media (max-width: 500px) {
.btn.update-cart {
margin-top: 15px;
}
}  .cart_totals table {
width: 100%;
}
.cart_totals .shipping ul {
list-style: none;
}
.cart_totals .shipping input[type="radio"] {
float: right;
margin-left: 7px;
}
.cart_totals .order-total {
font-size: 16px;
}
.cart_totals .input-text {
padding: 9px 20px;
}
.cart_totals td,
.cart_totals th {
padding: 15px 0;
}
.cart_totals tr:first-of-type td,
.cart_totals tr:first-of-type th {
padding-top: 0;
}
.cart_totals tr + tr {
border-top: 1px solid #ebf2f6;
}
.cart_totals td {
text-align: right;
}
.cart_totals .checkout-button {
display: block;
margin-top: 10px;
}
.cart_totals select {
width: 100%;
} .cross-sells {
margin-top: 25px;
} @media (min-width: 450px) {
.anps-coupon {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: justify;
justify-content: space-between;
}
.anps-coupon__col--left {
-ms-flex-positive: 1;
flex-grow: 1;
}
}
@media (max-width: 991px) {
.anps-coupon {
margin-bottom: 30px;
}
}
@media (max-width: 449px) {
.anps-coupon .anps-btn {
width: 100%;
}
}
.coupon [type="text"],
.coupon [name="apply_coupon"] {
padding: 10px 20px;
}
.coupon [type="text"] {
display: block;
}
@media (min-width: 450px) {
.coupon [type="text"] {
max-width: 210px;
}
}
@media (min-width: 768px) {
.coupon [type="text"] {
float: left;
}
}
.coupon [name="apply_coupon"] {
float: left;
margin-top: 15px;
}
@media (max-width: 449px) {
.coupon [name="apply_coupon"] {
margin-bottom: 15px;
}
}
@media (min-width: 768px) {
.coupon [name="apply_coupon"] {
margin-left: 20px;
margin-top: 0;
}
} .quantity {
overflow: hidden;
position: relative;
width: 84px;
}
.quantity .minus,
.quantity .plus {
background: none;
border: 1px solid #ebf2f6;
border-style: none none none solid;
height: 50%;
position: absolute;
right: 1px;
transition: .2s background-color;
width: 25px;
z-index: 1;
}
@media (min-width: 1000px) {
.quantity .btn.btn-md {
width: 100%;
}
}
.quantity .plus {
border-bottom-style: solid;
top: 0;
}
.quantity .minus {
bottom: 0;
}
.quantity .qty {
-webkit-appearance: textfield;
-moz-appearance: textfield;
appearance: textfield;
border: 1px solid #ebf2f6;
border-radius: 4px;
display: inline-block;
height: 59px;
line-height: 59px;
padding-left: 0;
padding-right: 25px;
text-align: center;
width: 84px;
}
.quantity .qty::-webkit-inner-spin-button,
.quantity .qty::-webkit-outer-spin-button {
-webkit-appearance: none;
} .woocommerce-MyAccount-content form .button {
margin-top: 40px;
}
.woocommerce .shipping {
vertical-align: top;
}
.woocommerce .shipping label {
font-weight: normal;
}
.woocommerce .shipping .shipping_method {
margin-right: 5px;
}
.woocommerce .shipping .select2-selection__rendered {
text-align: left;
padding-left: 20px;
}
.woocommerce .shipping .select2-selection__arrow {
right: 10px;
}
.woocommerce .shipping .woocommerce-shipping-methods {
margin-top: 1px;
}
.woocommerce-privacy-policy-text {
margin-bottom: 30px;
text-align: left;
}
.shipping-calculator-button:after {
content: "\f078";
font-family: "FontAwesome";
font-size: 14px;
margin-left: 5px;
position: relative;
top: -1px;
} .order-again {
margin-top: 25px;
} @media (max-width: 999px) {
.woocommerce-account .woocommerce-MyAccount-content {
padding-top: 30px;
}
}
.woocommerce-account .woocommerce-info .anps-btn {
margin-right: 10px;
} .demo_store_wrapper {
box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.14);
color: #fff;
left: 0;
padding: 13px 0;
position: fixed;
right: 0;
top: 0;
transition: transform .2s, opacity .2s;
z-index: 999;
}
.demo_store_wrapper p {
margin: 0;
}
.show-menu .demo_store_wrapper {
left: -100%;
transform: translateX(-290px);
}
.show-menu .demo_store_wrapper::before {
background-color: rgba(0, 0, 0, 0.3);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
@media (min-width: 1200px) {
.vertical-menu .demo_store_wrapper {
left: 380px;
}
}
.admin-bar .demo_store_wrapper {
position: absolute;
top: 46px;
}
@media (min-width: 601px) {
.admin-bar .demo_store_wrapper {
position: fixed;
}
}
@media (min-width: 783px) {
.admin-bar .demo_store_wrapper {
top: 32px;
}
}
.woocommerce-demo-store .site-header .woocommerce-demo-store .top-bar {
margin-top: 49px;
}
.top-bar:not(.visible-lg-block) + .site-header:not(.sticky) {
margin-top: 0 !important;
}
@media (min-width: 1200px) {
.top-bar.visible-lg-block + .site-header:not(.sticky) {
margin-top: 0 !important;
}
}
@media (min-width: 1200px) {
.vertical-menu .site-header {
margin-top: 0 !important;
}
}
#ship-to-different-address {
font-size: 16px;
margin-bottom: 24px;
}
#ship-to-different-address label {
display: inline-block;
margin-right: 20px;
}
.select2-container .select2-choice,
.select2-drop-active {
border-color: #ebf2f6 !important;
}
.select2-container .select2-choice {
padding: 15px 19px;
}
.woocommerce textarea {
height: 190px;
}
.woocommerce form label {
font-weight: normal;
margin-bottom: 12px;
margin-top: 15px;
}
.woocommerce form .form-row label {
display: block;
}
.woocommerce-billing-fields .title {
float: left;
}
.form-row-wide {
clear: both;
width: 100%;
}
.form-row:not(.form-row-first):not(.form-row-last) {
width: 100%;
}
.form-row,
p.form-row {
float: left;
margin-bottom: 7px;
margin-top: 7px;
}
#shipping_method {
list-style: none;
padding: 0;
vertical-align: middle;
}
#shipping_method input {
margin-top: 8px;
}
@media (min-width: 500px) {
.form-row-first,
.form-row-last {
width: 49%;
}
.form-row-first {
clear: left;
}
.form-row-last {
clear: right;
margin-left: 2%;
}
}
.checkout_coupon:before,
.checkout_coupon:after {
content: " ";
display: table;
}
.checkout_coupon:after {
clear: both;
}
.shop_table.woocommerce-checkout-review-order-table {
margin-bottom: 25px;
width: 100%;
}
.shop_table.woocommerce-checkout-review-order-table p {
margin-bottom: 0;
}
.payment_methods {
list-style: none;
margin-bottom: 30px;
padding: 0;
}
.payment_methods img {
margin: 0 20px;
max-width: 200px;
}
.payment_methods label {
margin-left: 5px;
}
.place-order {
margin-bottom: 30px;
text-align: left;
font-size: 14px;
}
.woocommerce-order-details {
margin-bottom: 30px;
}
.title.title-edit-account {
margin-bottom: 30px;
margin-top: 30px;
}
.title#order_review_heading {
margin: 40px 0 20px;
}
.order_details {
list-style: none;
padding: 0;
}
@media (min-width: 1000px) {
.order_details li {
display: inline-block;
}
.order_details li + li::before {
content: "/";
margin: 0 10px;
}
}
.addresses address {
line-height: 1.7em;
}
.site-main .wp-caption {
margin-bottom: 30px;
padding: 0;
}
.site-main .wp-caption img {
max-width: 100%;
width: 100%;
}
.site-main .wp-caption p.wp-caption-text {
font-size: 14px;
line-height: 40px;
margin-top: 0;
padding-bottom: 10px;
padding-top: 10px;
}
.site-main .wp-caption.alignnone {
margin-bottom: 30px;
} .site .bg-image-bottom {
background-position: center bottom !important;
}
.site .bg-image-top {
background-position: center top !important;
}
.site .bg-full-width {
background-size: 100% auto !important;
}
.no-bottom-padding-row {
display: table;
margin-bottom: -60px !important;
} @media (min-width: 1000px) {
.boxed .site,
.boxed .site-footer {
max-width: 100%;
width: 1200px;
}
.boxed .site {
box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
left: auto;
margin: auto;
position: relative;
}
.boxed.fixed-footer .site-footer {
left: 50%;
transform: translateX(-50%);
}
.pattern-0 {
background-attachment: fixed;
background-position: center center;
}
.pattern-1 {
background-image: url(//www.northcoastdental.com.au/wp-content/themes/ident/css/boxed/pattern-1.png);
}
.pattern-2 {
background-image: url(//www.northcoastdental.com.au/wp-content/themes/ident/css/boxed/pattern-2.png);
}
.pattern-3 {
background-image: url(//www.northcoastdental.com.au/wp-content/themes/ident/css/boxed/pattern-3.png);
}
.pattern-4 {
background-image: url(//www.northcoastdental.com.au/wp-content/themes/ident/css/boxed/pattern-4.png);
}
.pattern-5 {
background-image: url(//www.northcoastdental.com.au/wp-content/themes/ident/css/boxed/pattern-5.png);
}
.pattern-6 {
background-image: url(//www.northcoastdental.com.au/wp-content/themes/ident/css/boxed/pattern-6.png);
}
.pattern-7 {
background-image: url(//www.northcoastdental.com.au/wp-content/themes/ident/css/boxed/pattern-7.png);
}
.pattern-8 {
background-image: url(//www.northcoastdental.com.au/wp-content/themes/ident/css/boxed/pattern-8.png);
}
.pattern-9 {
background-image: url(//www.northcoastdental.com.au/wp-content/themes/ident/css/boxed/pattern-9.png);
}
.pattern-10 {
background-image: url(//www.northcoastdental.com.au/wp-content/themes/ident/css/boxed/pattern-10.png);
}
.pattern-11 {
background-image: url(//www.northcoastdental.com.au/wp-content/themes/ident/css/boxed/pattern-11.png);
}
.pattern-12 {
background-image: url(//www.northcoastdental.com.au/wp-content/themes/ident/css/boxed/pattern-12.png);
}
} @media (min-width: 768px) {
.u-columns {
display: -ms-flexbox;
display: flex;
margin: 0 -15px;
}
.col2-set > * {
padding: 0 15px;
width: 50%;
}
}
.hesperiden.tparrows {
z-index: 999 !important;
}
.padding-bottom-0,
.vc_row.vc_column-gap-30 > .vc_column_container.padding-bottom-0 {
padding-bottom: 0 !important;
}
.overflow-visible {
overflow: visible !important;
}
.rev_slider iframe {
border-width: 0px;
}
@media (max-width: 767px) {
.vc_row-fluid .vc_col-xs-6:nth-child(3n) {
display: table !important;
clear: left !important;
}
}.owl-wrap {
position: relative;
}
@media (max-width: 767px) {
.owl-wrap {
padding: 0 30px;
}
} .owl-nav {
display: inline-block;
position: absolute;
right: 0;
top: 0;
}
.owl-nav button {
background-color: #1bc2a1;
border: none;
color: #fff;
font-size: 18px;
height: 40px;
line-height: 34px;
position: relative;
transition: .2s background-color;
width: 49px;
}
.owl-nav button:first-of-type {
border-radius: 3px 0 0 3px;
}
.owl-nav button:first-of-type:focus::after,
.owl-nav button:first-of-type:hover::after {
opacity: 0;
}
.owl-nav button:first-of-type::after {
background-color: rgba(0, 0, 0, 0.2);
content: "";
height: 100%;
position: absolute;
right: 0;
top: 0;
transition: .2s opacity;
width: 1px;
}
.owl-nav button:last-of-type {
border-radius: 0 3px 3px 0;
}
.owl-nav button:focus,
.owl-nav button:hover {
background-color: #16a085;
}
.owl-nav button:focus {
outline: none;
}
.owl-nav button i {
line-height: 1em;
text-align: center;
} .owl-nav-style-2 .owlnext,
.owl-nav-style-2 .owlprev {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: none;
border: none;
color: #878787;
font-size: 21px;
opacity: .3;
padding: 0;
position: absolute;
top: 50%;
transform: translateY(-50%);
transition: .4s opacity;
z-index: 10;
}
@media (min-width: 768px) {
.owl-nav-style-2 .owlnext,
.owl-nav-style-2 .owlprev {
font-size: 36px;
}
}
.owl-nav-style-2 .owlnext:focus,
.owl-nav-style-2 .owlnext:hover,
.owl-nav-style-2 .owlprev:focus,
.owl-nav-style-2 .owlprev:hover {
opacity: 1;
outline: none;
}
.owl-nav-style-2 .owlnext {
right: 0;
text-align: right;
}
@media (min-width: 768px) {
.owl-nav-style-2 .owlnext {
right: -65px;
}
.boxed .owl-nav-style-2 .owlnext {
right: -35px;
}
}
.owl-nav-style-2 .owlprev {
left: 0;
text-align: left;
}
@media (min-width: 768px) {
.owl-nav-style-2 .owlprev {
left: -65px;
}
.boxed .owl-nav-style-2 .owlprev {
left: -35px;
}
} .appointment {
border: none;
box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.12);
}
@media (min-width: 768px) {
.appointment {
display: table;
}
.appointment > * {
display: table-cell;
width: 50%;
}
}
.appointment-media {
margin-bottom: 30px;
}
.appointment-media img {
width: 100%;
}
.appointment-content {
background-color: #fbfbfb;
padding-bottom: 30px;
}
.appointment-title.title {
font-size: 18px;
margin-top: 0;
text-transform: uppercase;
}
.appointment-text,
.appointment-title.title {
padding-left: 30px;
padding-right: 30px;
}
@media (min-width: 768px) {
.appointment-text,
.appointment-title.title {
padding-left: 50px;
padding-right: 50px;
}
}
.appointment-form {
background-color: #fff;
padding: 20px;
}
.appointment-form p {
margin-bottom: 0;
}
.appointment-form p + p {
margin-top: 18px;
}
@media (min-width: 768px) {
.appointment-form {
padding: 40px;
}
}
@media (min-width: 1000px) {
.appointment-form {
padding: 60px;
vertical-align: middle;
}
}
@media (min-width: 1200px) {
.appointment-form {
padding: 80px 90px;
}
}  .wp-caption {
clear: both;
} .woocommerce form .form-row label[for="terms"] {
display: inline-block;
} .mini-cart-list {
list-style: none;
}
.top-bar .mini-cart {
margin-top: 5px;
}
.above-nav-bar .mini-cart > a {
top: 12px;
}
.site-footer,
aside {  }
.site-footer .woocommerce-product-search,
aside .woocommerce-product-search {
position: relative;
}
.site-footer .woocommerce-product-search input.search-field,
aside .woocommerce-product-search input.search-field {
background: none;
border: 1px solid #ebf2f6;
border-radius: 5px;
padding: 10px 62px 10px 12px;
width: 100%;
}
.site-footer .woocommerce-product-search input[type="submit"],
aside .woocommerce-product-search input[type="submit"] {
background: none;
border: 1px solid #ebf2f6;
border-radius: 0 5px 5px 0;
border-style: none solid;
bottom: 1px;
position: absolute;
right: 0;
text-indent: -9999px;
top: 1px;
white-space: nowrap;
width: 50px;
}
.site-footer .woocommerce-product-search::after,
aside .woocommerce-product-search::after {
color: #7f7f7f;
content: "\f002";
cursor: pointer;
font-family: "FontAwesome";
pointer-events: none;
position: absolute;
right: 0;
text-align: center;
top: 50%;
transform: translateY(-50%);
width: 50px;
}
.site-footer .mini-cart-list,
aside .mini-cart-list {
list-style: none;
margin-bottom: 15px;
position: relative;
}
.site-footer .mini-cart-list li,
aside .mini-cart-list li {
position: relative;
}
.site-footer .mini-cart-list + p.total > strong,
aside .mini-cart-list + p.total > strong {
color: #000;
}
.site-footer .mini-cart-list li.empty,
aside .mini-cart-list li.empty {
padding: 17px 19px 17px 0;
}
.site-footer .mini-cart-list li.mini_cart_item,
aside .mini-cart-list li.mini_cart_item {
padding-left: 70px;
}
.site-footer .mini_cart_item_img,
aside .mini_cart_item_img {
left: 0;
}
.site-footer .widget_shopping_cart_content .buttons a,
aside .widget_shopping_cart_content .buttons a {
color: #fff !important;
display: inline-block;
float: none;
line-height: 32px;
text-align: center;
width: calc(50% - 2px);
}
.site-footer .widget_shopping_cart_content .buttons a:focus,
.site-footer .widget_shopping_cart_content .buttons a:hover,
aside .widget_shopping_cart_content .buttons a:focus,
aside .widget_shopping_cart_content .buttons a:hover {
background-color: #ffcc43;
}
.site-footer select.dropdown_product_cat,
aside select.dropdown_product_cat {
width: 100%;
}
.site-footer .product-categories,
aside .product-categories {
list-style: none;
padding-left: 0;
}
.site-footer .widget_price_filter .price_slider_wrapper,
aside .widget_price_filter .price_slider_wrapper {
padding-top: 0;
position: relative;
}
.site-footer .widget_price_filter .price_slider_wrapper .price_slider,
aside .widget_price_filter .price_slider_wrapper .price_slider {
cursor: pointer;
margin: 0 19px 27px;
}
.site-footer .widget_price_filter .price_slider_wrapper .price_slider::after,
aside .widget_price_filter .price_slider_wrapper .price_slider::after {
background-color: #e5e5e5;
content: "";
height: 100%;
left: -15px;
position: absolute;
right: -15px;
top: 50%;
transform: translateY(-50%);
}
.site-footer .widget_price_filter .ui-slider,
aside .widget_price_filter .ui-slider {
height: 4px;
margin-bottom: 19px;
margin-top: 35px;
max-width: 100%;
position: relative;
text-align: left;
}
.site-footer .widget_price_filter .ui-slider .ui-slider-range,
aside .widget_price_filter .ui-slider .ui-slider-range {
border: 0;
display: block;
font-size: .7em;
left: 0;
min-height: 4px;
position: absolute;
top: 0;
z-index: 1;
}
.site-footer .widget_price_filter .ui-slider-handle,
aside .widget_price_filter .ui-slider-handle {
background-color: #d2d2d2;
border: none;
border-radius: 100%;
cursor: ew-resize;
height: 19px;
margin-left: -1px;
outline: 0;
position: absolute;
top: 50%;
transform: translateY(-50%);
transition: .2s box-shadow;
width: 19px;
z-index: 2;
}
.site-footer .widget_price_filter .ui-slider-handle.ui-state-active,
.site-footer .widget_price_filter .ui-slider-handle:hover,
aside .widget_price_filter .ui-slider-handle.ui-state-active,
aside .widget_price_filter .ui-slider-handle:hover {
box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.site-footer .widget_price_filter .ui-slider-handle:first-of-type,
aside .widget_price_filter .ui-slider-handle:first-of-type {
margin-left: -19px;
}
.site-footer .widget_price_filter .price_slider_amount .price_label,
aside .widget_price_filter .price_slider_amount .price_label {
display: inline-block;
text-align: right;
}
.site-footer .widget_price_filter .price_slider_amount button.button,
aside .widget_price_filter .price_slider_amount button.button {
border: none;
color: #fff !important;
display: inline-block;
float: none;
margin-right: 10px;
padding: 5px 15px;
text-align: center;
transition: background-color .2s;
}
.site-footer .widget_price_filter .price_slider_wrapper .price_slider::after {
background-color: rgba(255, 255, 255, 0.127);
} .site-footer .woocommerce-product-search input.search-field,
.site-footer .woocommerce-product-search input[type="submit"] {
border-color: #2e2e2e;
} select.dropdown_layered_nav_color,
select.dropdown_product_cat {
padding-right: 40px;
}
.select2-container .select2-choice,
.select2-container .select2-choice > .select2-chosen,
.select2-results li {
color: #898989;
} .woocommerce-customer-details {
margin-top: 15px;
}
.woocommerce-column__title {
margin-bottom: 20px;
}
.woocommerce .address header.title + .edit,
.woocommerce-Address header.title + .edit {
display: inline;
margin-left: 20px;
top: -3px;
} #customer_login .form-row,
.lost_reset_password .form-row {
margin-bottom: 0;
}
#customer_login .form-row:first-child,
.lost_reset_password .form-row:first-child {
margin-top: 0;
}
#customer_login .btn,
#customer_login .button,
.lost_reset_password .btn,
.lost_reset_password .button {
margin-top: 15px;
}
#customer_login label,
.lost_reset_password label {
font-weight: normal;
}
#customer_login label[for="rememberme"],
.lost_reset_password label[for="rememberme"] {
display: inline-block;
font-weight: normal;
margin-top: 25px;
}
@media (min-width: 500px) {
#customer_login label[for="rememberme"],
.lost_reset_password label[for="rememberme"] {
margin-left: 20px;
margin-top: 0;
}
}
.woocommerce-password-strength {
margin-top: 20px;
} .widget_rating_filter ul {
list-style: none;
padding: 0;
}
.widget_rating_filter span {
margin-right: 5px;
}
.widget_rating_filter a {
transition: .2s opacity;
}
.widget_rating_filter a:focus,
.widget_rating_filter a:hover {
opacity: .8;
}
.widget_rating_filter .star-rating {
float: left;
}
.widget_rating_filter .wc-layered-nav-rating {
clear: both;
line-height: 1em;
}
.widget_rating_filter .wc-layered-nav-rating + .wc-layered-nav-rating {
margin-top: 10px;
} .widget_layered_nav_filters ul {
list-style: none;
padding: 0;
}
.widget_layered_nav_filters a {
padding-left: 18px;
position: relative;
}
.widget_layered_nav_filters a::before {
content: "\f00d";
font-family: "FontAwesome";
left: 0;
position: absolute;
text-decoration: none;
top: 50%;
transform: translateY(-50%);
}
.widget_layered_nav_filters a:focus,
.widget_layered_nav_filters a:hover {
text-decoration: line-through;
} .product_list_widget {
list-style: none;
padding: 0;
}
.product_list_widget li {
padding-left: 65px;
position: relative;
}
.product_list_widget li + li {
margin-top: 15px;
}
.product_list_widget .product-title {
display: block;
font-size: 14px;
margin: 0;
}
.product_list_widget img {
border: 1px solid #e5e5e5;
height: 50px;
left: 0;
position: absolute;
top: 0;
width: 50px;
} .anps-style-1 .faq,
.anps-style-1
.panel {
box-shadow: 0 20px 40px 0 rgba(221, 224, 231, 0.5);
}
@media (min-width: 768px) {
.anps-style-1 .faq,
.anps-style-1
.panel {
box-shadow: 0 30px 70px 0 rgba(221, 224, 231, 0.5);
}
}
@media (min-width: 992px) {
.anps-style-1 .faq,
.anps-style-1
.panel {
box-shadow: 0 30px 100px 0 rgba(221, 224, 231, 0.5);
}
}
.anps-style-2 .faq,
.anps-style-2
.panel {
border-bottom: 1px solid #3f3f61;
}
.faq + .faq {
border-top: none;
}
.panel-body {
background-color: #fff;
padding: 25px;
padding-top: 0;
}
.anps-style-2 .panel-body {
background: none;
color: #7a6b8d;
padding: 0;
padding-bottom: 30px;
}
@media (min-width: 768px) {
.panel-body {
padding: 39px;
padding-top: 0;
}
}
.panel-body > *:last-child {
margin-bottom: 0;
}
.panel-title {
font-size: 16px;
margin: 0;
position: relative;
z-index: 1;
}
.panel-title span + i {
margin-left: 10px;
margin-right: 0;
}
.panel-title i {
margin-right: 10px;
}
.panel-heading {
background-color: #fff;
position: relative;
z-index: 2;
}
.anps-style-2 .panel-heading {
background: none;
}
.panel-heading a {
color: var(--anps-primary);
font-weight: 600;
display: block;
margin: -1px 0;
min-height: 50px;
padding: 25px;
transition: .3s color, .2s background-color, .2s border-color, padding .3s;
}
.anps-style-2 .panel-heading a {
color: #fff;
font-size: 18px;
padding: 30px 0 20px 0;
}
.anps-style-2 .panel-heading a.collapsed {
padding: 30px 0;
}
.anps-style-2 .panel-heading a:hover,
.anps-style-2 .panel-heading a:focus {
color: rgba(255, 255, 255, 0.7) !important;
}
.panel-heading a.collapsed {
color: var(--anps-headings);
}
.anps-style-2 .panel-heading a.collapsed {
color: #fff;
}
@media (min-width: 768px) {
.panel-heading a {
padding: 37px 74px 37px 39px;
}
} .panel-shape-rounded {
border-radius: 6px;
}
.panel-shape-round {
border-radius: 15px;
overflow: hidden;
} .panel-icon-chevron .panel-heading a::after,
.panel-icon-plus .panel-heading a::after,
.panel-icon-triangle .panel-heading a::after {
color: var(--primary);
font-size: 18px;
position: absolute;
text-align: center;
top: 50%;
transform: translateY(-50%);
width: 94px;
z-index: 2;
}
.panel-icon-chevron.anps-style-2 .panel-heading a::after,
.panel-icon-plus.anps-style-2 .panel-heading a::after,
.panel-icon-triangle.anps-style-2 .panel-heading a::after {
width: 24px;
}
.panel-icon-chevron .panel-heading a.collapsed::after {
transform: translateY(-50%) rotate(-90deg);
}
.panel-icon-chevron .panel-heading a::after {
content: "\f104";
font-family: "FontAwesome";
transform: translateY(-50%) rotate(0);
transition: .2s transform;
}
.panel-icon-triangle .panel-heading a.collapsed::after {
content: "\f0d7";
}
.panel-icon-triangle .panel-heading a::after {
content: "\f0d9";
font-family: "FontAwesome";
}
.panel-icon-plus .panel-heading a.collapsed::after {
content: "+";
}
.panel-icon-plus .panel-heading a::after {
content: "-";
}
.panel-icon-align-left .panel-title a {
padding-left: 74px;
padding-right: 20px;
}
.panel-icon-align-left .panel-title a::after {
left: 0;
}
.panel-icon-align-left.anps-style-2 .panel-title a {
padding-left: 44px;
}
.panel-icon-align-right a::after {
right: 0;
}
.collapsing {
height: 0;
overflow: hidden;
position: relative;
transition: height .35s ease;
}
.collapse {
display: none;
}
.collapse.in {
display: block;
} .blockquote-style-1,
blockquote:not([class]) {
border: 1px solid var(--anps-breadcrumbs-border-color);
border-style: solid none;
font-size: inherit;
margin: 30px 0;
padding: 40px 0;
}
.blockquote-style-1 p,
blockquote:not([class]) p {
border-left: 5px solid;
color: #000;
font-style: italic;
line-height: 1.5em;
padding: 0 0 0 36px;
}
.blockquote-style-2 {
border: none;
font-size: inherit;
margin: 20px 0;
padding: 0;
}
.blockquote-style-2 p {
border-left: 7px solid;
line-height: 1.5em;
padding: 0 0 0 19px;
} .featured:not(.product) {
background: #fff;
border: 1px solid #e7e7e7;
overflow: hidden;
position: relative;
}
@media (min-width: 768px) {
.featured:not(.product) {
padding-bottom: 72px;
}
}
.featured:not(.product) img {
width: 100%;
}
@media (min-width: 768px) {
.featured:not(.product):focus .featured-content,
.featured:not(.product):hover .featured-content {
transform: translateY(-100%);
}
}
@media (max-width: 767px) {
.featured:not(.product) .featured-desc {
margin-top: 15px;
}
}
@media (min-width: 768px) {
.featured-has-icon:focus .featured-title,
.featured-has-icon:hover .featured-title {
padding-left: 43px;
}
.featured-has-icon:focus .featured-title::before,
.featured-has-icon:hover .featured-title::before {
transform: translateX(-100%);
}
.featured-has-icon:focus .featured-title .featured-title i,
.featured-has-icon:hover .featured-title .featured-title i {
background: none;
}
.featured-has-icon:focus .featured-title .featured-custom-icon-hover,
.featured-has-icon:hover .featured-title .featured-custom-icon-hover {
opacity: 1;
}
}
@media (min-width: 768px) {
.featured-has-icon .featured-title {
padding-left: 63px;
transition: .4s padding;
}
}
.featured-has-icon .featured-title::before,
.featured-has-icon .featured-title i {
content: "";
left: 0;
height: 50px;
position: absolute;
width: 50px;
}
@media (max-width: 767px) {
.featured-has-icon .featured-title::before,
.featured-has-icon .featured-title i {
bottom: 100%;
}
}
@media (min-width: 768px) {
.featured-has-icon .featured-title::before,
.featured-has-icon .featured-title i {
height: 72px;
top: 0;
width: 73px;
}
}
.featured-has-icon .featured-title::before {
transition: .4s transform;
}
.featured-has-icon .featured-title i {
color: #fff;
line-height: 50px;
text-align: center;
transition: .3s all;
}
@media (max-width: 767px) {
.featured-has-icon .featured-title i {
font-size: 14px;
}
}
@media (min-width: 768px) {
.featured-has-icon .featured-title i {
line-height: 72px;
}
}
.featured-has-icon .featured-title .featured-custom-icon,
.featured-has-icon .featured-title .featured-custom-icon img {
position: absolute;
}
.featured-has-icon .featured-title .featured-custom-icon {
height: 50px;
left: 0;
width: 50px;
}
@media (max-width: 767px) {
.featured-has-icon .featured-title .featured-custom-icon {
bottom: 100%;
}
}
@media (min-width: 768px) {
.featured-has-icon .featured-title .featured-custom-icon {
height: 72px;
top: 0;
width: 73px;
}
}
.featured-has-icon .featured-title img {
height: auto;
left: 50%;
max-height: 50px;
max-width: 50px;
top: 50%;
transform: translate(-50%, -50%);
width: auto;
}
.featured-has-icon .featured-title a {
color: inherit;
transition: .2s opacity;
}
.featured-has-icon .featured-title a:hover,
.featured-has-icon .featured-title a:focus {
opacity: .7;
}
.featured-has-icon .featured-custom-icon-hover {
opacity: 0;
z-index: 1;
} .featured-content {
background-color: #fff;
border-top: 5px solid;
padding-left: 20px;
padding-right: 20px;
position: relative;
}
@media (min-width: 768px) {
.featured-content {
left: 0;
padding-left: 30px;
padding-right: 30px;
position: absolute;
top: 100%;
transform: translateY(-72px);
transition: .4s transform ease;
width: 100%;
}
.featured-has-content .featured-content {
padding-bottom: 30px;
}
.featured-has-link .featured-content,
.featured-image .featured-content,
.featured-video .featured-content {
min-height: 120px;
padding-bottom: 50px;
}
.featured-content .btn {
bottom: 7px;
left: 30px;
position: absolute;
width: auto;
}
}
.featured.simple-style.featured-has-icon .featured-title::before {
background-color: transparent;
}
.featured.simple-style.featured-has-icon .featured-title {
padding-left: 33px;
}
.featured.simple-style.featured-has-icon .featured-content {
border-top: 0;
padding-top: 2px;
} .featured-title {
display: block;
line-height: 1em !important;
margin-bottom: 0;
margin-top: 0;
padding-top: 26px;
}
@media (min-width: 768px) {
.featured-title {
height: 67px;
}
} .featured-header {
position: relative;
width: 100%;
}
.featured-header a {
display: block;
}  .featured-push-top {
margin: 0 -2px;
}
@media (min-width: 1000px) {
.featured-push-top .featured-header {
margin-top: -51.31%;
position: absolute;
}
} .featured-large {
z-index: 1;
}
.featured-large .featured-title {
margin-top: 10px;
}
@media (min-width: 1000px) {
.featured-large {
margin-left: -30px;
margin-right: -30px;
}
} .featured-horizontal {
min-height: 70px;
position: relative;
}
.featured-horizontal + .featured-horizontal {
margin-top: 15px;
}
@media (min-width: 768px) {
.featured-horizontal + .featured-horizontal {
margin-top: 35px;
}
}
.featured-horizontal-header {
left: 0;
position: absolute;
top: 0;
width: 100px;
}
.featured-horizontal-title {
font-size: 16px;
margin: 0 0 10px;
}
.featured-horizontal-content {
padding-left: 130px;
}
a.featured-lightbox-link {
bottom: 18px;
font-size: 22px;
position: absolute;
right: 30px;
transition: .3s opacity;
}
a.featured-lightbox-link svg {
height: 20px;
position: relative;
top: 2px;
width: 25px;
}
a.featured-lightbox-link:focus,
a.featured-lightbox-link:hover {
opacity: .7;
}  .breadcrumb {
background-color: var(--anps-breadcrumbs-bg-color);
border-bottom: 1px;
border-color: var(--anps-breadcrumbs-border-color);
border-left: 0;
border-right: 0;
border-style: solid;
border-top: 0;
font-size: 13px;
padding: 12px 0;
position: relative;
z-index: 1;
}
.breadcrumb ol,
.breadcrumb ul {
margin: 0;
padding: 0;
}
.breadcrumb li {
color: var(--anps-breadcrumbs-color);
display: inline-block;
list-style: none;
margin: 5px 50px 5px 0;
position: relative;
}
.breadcrumb li:first-of-type {
margin-left: 0;
}
.breadcrumb li:last-of-type {
margin-right: 0;
}
.breadcrumb li:last-of-type::before {
display: none;
}
.breadcrumb li::before {
content: "\f105";
font-family: "FontAwesome";
font-size: 14px;
position: absolute;
right: -30px;
top: 50%;
transform: translateY(-50%);
}
.page-header + .breadcrumb {
margin-top: -1px;
}
@media (min-width: 1200px) {
.full-width + .site-main > .breadcrumb:first-child {
padding-top: 50px;
}
} .comments-list,
.comments-list .children {
list-style: none;
padding: 0;
}
.pingback,
.comment {
padding: 30px 0;
}
@media (min-width: 768px) {
.pingback,
.comment {
padding: 50px 0;
}
}
.pingback.depth-1,
.comment.depth-1 {
border-top: 1px solid #f1f1f1;
}
.pingback:first-child,
.comment:first-child {
border-top: none;
}
.comment__wrap {
position: relative;
}
@media (min-width: 500px) {
.comment__wrap {
display: -ms-flexbox;
display: flex;
}
}
@media (min-width: 500px) {
.comment .comment__content {
padding-left: 20px;
}
}
@media (min-width: 768px) {
.comment .comment__content {
padding-left: 30px;
}
}
@media (min-width: 992px) {
.comment > .children {
padding-left: 65px;
}
}
@media (min-width: 1200px) {
.comment > .children {
padding-left: 95px;
}
}
@media (max-width: 991px) {
.comment > .children .depth-2 {
padding-left: 65px;
}
}
@media (max-width: 499px) {
.comment > .children .depth-2 {
padding-left: 35px;
}
}
.comment > .children .comment {
padding-bottom: 0;
}
.pingback .comment-meta {
margin-bottom: 10px;
}
@media (max-width: 767px) {
.pingback .comment-meta__author {
display: block;
}
}
.comment .comment__avatar {
border-radius: 50%;
-ms-flex-negative: 0;
flex-shrink: 0;
height: 30px;
overflow: hidden;
width: 30px;
}
@media (max-width: 499px) {
.comment .comment__avatar {
left: 0;
position: absolute;
top: 0;
}
}
@media (min-width: 500px) {
.comment .comment__avatar {
height: 45px;
width: 45px;
}
}
@media (min-width: 768px) {
.comment .comment__avatar {
height: 66px;
width: 66px;
}
}
.comment .comment__avatar img {
border-radius: 50%;
}
.comment .comment-meta {
margin-bottom: 10px;
}
@media (max-width: 499px) {
.comment .comment-meta {
-ms-flex-align: center;
align-items: center;
display: -ms-flexbox;
display: flex;
height: 30px;
padding-left: 40px;
}
}
.comment .comment-meta__author {
margin-right: 7px;
}
.comment .comment-meta__author-badge {
background-color: var(--anps-secondary);
border-radius: 2px;
color: var(--anps-secondary-background);
display: none;
font-size: 12px;
margin-right: 7px;
padding: 0 9px;
}
.bypostauthor .comment .comment-meta__author-badge {
display: inline-block;
}
.comment-edit-link,
.comment-reply-link {
display: inline-block;
font-size: 85%;
margin-top: 10px;
opacity: .85;
}
.comment-reply-link + .comment-edit-link::before {
content: "/";
margin: 0 7px;
}
.comment-form .anps-btn {
margin-right: 15px;
}
.comment-respond::before {
clear: both;
content: "";
display: table;
}
.woocommerce .commentslist {
list-style: none;
margin: 0;
padding: 0;
}
.woocommerce .review {
padding: 30px 0;
border-top: 1px solid #f1f1f1;
}
@media (min-width: 768px) {
.woocommerce .review {
padding: 50px 0;
}
}
.woocommerce .review:first-child {
border-top: none;
}
.woocommerce .review .the-content {
position: relative;
}
@media (min-width: 500px) {
.woocommerce .review .the-content {
display: -ms-flexbox;
display: flex;
}
}
.woocommerce .review .comment-avatar {
border-radius: 50%;
-ms-flex-negative: 0;
flex-shrink: 0;
height: 30px;
overflow: hidden;
width: 30px;
}
@media (max-width: 499px) {
.woocommerce .review .comment-avatar {
left: 0;
position: absolute;
top: 0;
}
}
@media (min-width: 500px) {
.woocommerce .review .comment-avatar {
height: 45px;
width: 45px;
}
}
@media (min-width: 768px) {
.woocommerce .review .comment-avatar {
height: 66px;
width: 66px;
}
}
.woocommerce .review .comment-avatar img {
border-radius: 50%;
}
@media (min-width: 500px) {
.woocommerce .review .comment-content {
padding-left: 20px;
}
}
@media (min-width: 768px) {
.woocommerce .review .comment-content {
padding-left: 30px;
}
}
.woocommerce .review .comment-content .star-rating {
float: none;
}
.woocommerce .review .comment-content .meta {
display: inline-block;
font-size: 14px;
} .top-bar .contact-info {
display: -ms-flexbox;
display: flex;
line-height: 1.4286em;
margin: 0;
padding: 0;
}
.top-bar .contact-info__item {
-ms-flex-align: center;
align-items: center;
display: -ms-flexbox;
display: flex;
margin-left: 30px;
}
.top-bar .contact-info__item:first-child {
margin-left: 0;
}
.top-bar .contact-info__text {
padding-left: 10px;
}     .anps-header--vertical .contact-info,
.anps-header--top-fullwidth-menu .contact-info {
-ms-flex-align: center;
align-items: center;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
line-height: 1.4286em;
margin: 0;
}
.anps-header--vertical .contact-info__item,
.anps-header--top-fullwidth-menu .contact-info__item {
-ms-flex-align: center;
align-items: center;
display: -ms-flexbox;
display: flex;
margin-left: 30px;
}
.anps-header--vertical .contact-info__item:first-child,
.anps-header--top-fullwidth-menu .contact-info__item:first-child {
margin-left: 0;
}
.anps-header--vertical .contact-info__icon,
.anps-header--top-fullwidth-menu .contact-info__icon {
-ms-flex-align: center;
align-items: center;
border-radius: 3px;
border: 1px solid #e5e5e5;
color: #2cc7fc;
display: -ms-flexbox;
display: flex;
font-size: 18px;
height: 40px;
-ms-flex-pack: center;
justify-content: center;
width: 40px;
}
.anps-header--vertical .contact-info__text,
.anps-header--top-fullwidth-menu .contact-info__text {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 15px;
font-size: var(--anps-menu-font-size);
}
.anps-header--vertical .contact-info__text .title,
.anps-header--top-fullwidth-menu .contact-info__text .title {
font-weight: 500;
}
.anps-header--vertical .contact-info__text .subtitle,
.anps-header--top-fullwidth-menu .contact-info__text .subtitle {
font-size: 90%;
}
.anps-header--vertical .contact-info__item {
margin-left: 0;
margin-top: 20px;
}
.anps-header--vertical .contact-info__item:first-child {
margin-top: 0;
}
.anps-header--vertical .contact-info__text {
text-align: left;
}  *:not(.widget) > .download {
font-size: 18px;
font-weight: 400;
padding: 21px 15px 50px;
position: relative;
}
*:not(.widget) > .download .btn {
bottom: -7px;
position: absolute;
right: 0;
}
@media (min-width: 768px) {
*:not(.widget) > .download {
padding: 21px 200px 21px 60px;
}
}
*:not(.widget) > .download-content {
padding-left: 43px;
position: relative;
}
*:not(.widget) > .download-content i {
font-size: 30px;
left: 0;
margin-top: -1px;
position: absolute;
top: 50%;
transform: translateY(-50%);
} .sidebar .download__title {
-ms-flex-positive: 1;
flex-grow: 1;
text-align: center;
}
.sidebar .download__link {
border-radius: 4px;
color: #fff;
display: block;
font-size: 16px;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 19px 20px;
position: relative;
text-align: center;
transition: .2s opacity ease-in-out;
}
.sidebar .download__link:hover,
.sidebar .download__link:focus {
opacity: .85;
}
.sidebar .download__icon {
font-size: 16px;
height: 100%;
margin-left: 15px;
width: 40px;
} .site-footer .download a {
border-radius: 4px;
color: #fff;
display: block;
padding: 6px 10px 6px 47px;
position: relative;
}
.site-footer .download i {
font-size: 16px;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 34px;
}
.site-footer .download i::after {
background-color: rgba(255, 255, 255, 0.2);
bottom: 1px;
content: "";
opacity: .45;
position: absolute;
right: 0;
top: 1px;
width: 1px;
}
.site-footer .download i::before {
left: 50%;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
}
.site-footer .download-icon {
color: #898989;
} .gallery-item {
border: none;
box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.12);
}
.gallery {
margin-top: -30px;
}
.gallery > [class*="col-"] {
margin-top: 30px;
}
@media (max-width: 600px) {
.gallery > [class*="col-"] {
width: 50%;
}
}
.gallery a {
display: inline-block;
overflow: hidden;
position: relative;
}
.gallery a:focus::after,
.gallery a:focus::before,
.gallery a:hover::after,
.gallery a:hover::before {
opacity: 1;
}
.gallery a::after,
.gallery a::before {
display: block;
opacity: 0;
position: absolute;
transition: opacity .3s;
}
.gallery a::before {
background-color: rgba(0, 0, 0, 0.7);
bottom: -10px;
content: "";
left: -10px;
right: -10px;
top: -10px;
}
.gallery a::after {
color: #fff;
content: "\f002";
font-family: "FontAwesome";
font-size: 24px;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
}
.gallery-caption {
opacity: .85;
padding: 12px 18px;
} .gallery {
margin-left: -15px !important;
margin-right: -15px !important;
}
.gallery .gallery-item {
border: none;
box-shadow: none;
margin-bottom: 0 !important;
margin-top: 0 !important;
padding: 15px;
}
.gallery .gallery-item img {
border: none !important;
border: none;
box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.12);
}
.gallery-columns-3 .gallery-item {
width: 33.33% !important;
}
.gallery-simple {
margin: -4px;
}
.gallery-simple__item {
float: left;
font-size: 0;
line-height: 0;
padding: 4px;
}
@media (min-width: 500px) {
.gallery-simple__item {
width: 50%;
}
}
.gallery-simple__link {
box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.12);
display: block;
overflow: hidden;
}
.gallery-simple__link img {
transform: translate3d(0, 0, 0) scale(1.001);
transition: .2s transform;
}
.gallery-simple__link:hover img,
.gallery-simple__link:focus img {
transform: translate3d(0, 0, 0) scale(1.1);
}
.gallery-simple--col-2 .gallery-simple__item {
width: 50%;
}
@media (min-width: 1000px) {
.gallery-simple--col-3 .gallery-simple__item {
width: 33.333%;
}
}
@media (min-width: 1000px) {
.gallery-simple--col-4 .gallery-simple__item {
width: 25%;
}
} .gallery-fs {
border: 1px solid #ebf2f6;
overflow: hidden;
}
.gallery-fs figure {
position: relative;
}
.gallery-fs figure img {
width: 100%;
}
.gallery-fs .owl-item img {
border-radius: 3px;
}
.gallery-fs .owl-item a {
display: block;
margin: 0 2px;
position: relative;
}
.gallery-fs .owl-item a::after {
border: 3px solid transparent;
border-radius: 3px;
content: "";
display: block;
height: 100%;
left: 0;
position: absolute;
top: 0;
transition: .3s border-color;
width: 100%;
}
.gallery-fs .gallery-fs-fullscreen,
.gallery-fs .owl-nav > * {
background: transparent;
border: 1px solid;
border-radius: 3px;
color: #ccc;
cursor: pointer;
display: inline-block;
font-size: 18px;
height: 37px;
opacity: 1;
padding: 0;
position: relative;
width: 37px;
}
.gallery-fs .gallery-fs-fullscreen + *,
.gallery-fs .owl-nav > * + * {
margin-left: 6px;
}
.gallery-fs .gallery-fs-fullscreen i,
.gallery-fs .owl-nav > * i {
left: 50%;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
}
.gallery-fs .owl-nav {
position: absolute;
right: 21px;
top: -49px;
}
.gallery-fs figcaption {
min-height: 57px;
padding: 19px 150px 19px 21px;
}
.gallery-fs .gallery-fs-nav {
position: relative;
}
.gallery-fs .gallery-fs-fullscreen {
background: none;
bottom: 11px;
position: absolute;
right: 106px;
}
.gallery-fs-thumbnails {
border-top: 1px solid #ebf2f6;
padding: 18px 21px;
} .anps-icon {
margin-bottom: 15px;  }
.anps-icon svg {
transform: translate3d(0, 0, 0);
}
.anps-icon--left .anps-icon__wrap,
.anps-icon--right .anps-icon__wrap,
.anps-icon--center .anps-icon__wrap {
margin-left: 0 !important;
margin-right: 0 !important;
}
.anps-icon--left {
text-align: left;
}
.anps-icon--center {
text-align: center;
}
.anps-icon--center * {
text-align: center !important;
}
.anps-icon--left-content,
.anps-icon--right-content {
display: -ms-flexbox;
display: flex;
}
.anps-icon--left-content .anps-icon__wrap,
.anps-icon--right-content .anps-icon__wrap {
-ms-flex-negative: 0;
flex-shrink: 0;
}
@media (max-width: 400px) {
.anps-icon--left-content.anps-icon--mobile-above,
.anps-icon--right-content.anps-icon--mobile-above {
display: block;
}
}
.anps-icon--right-content .anps-icon__col--icon {
-ms-flex-order: 1;
order: 1;
}
@media (max-width: 767px) {
.anps-icon--right-content .anps-icon__wrap {
margin-left: 0 !important;
}
}
@media (min-width: 768px) {
.anps-icon--right-content .anps-icon__wrap {
margin-right: 0 !important;
margin-bottom: 0 !important;
}
}
@media (max-width: 767px) {
.anps-icon--left-content .anps-icon__wrap {
margin-left: 0 !important;
}
}
@media (min-width: 768px) {
.anps-icon--left-content .anps-icon__wrap {
margin-left: 0 !important;
margin-bottom: 0 !important;
}
}
.anps-icon--overflow-hidden {
overflow: hidden;
}
.anps-icon--v-middle {
-ms-flex-align: center;
align-items: center;
}
.anps-icon--v-bottom {
-ms-flex-align: end;
align-items: flex-end;
}
.anps-icon--shadow {
box-shadow: 0 20px 40px 0 rgba(221, 224, 231, 0.5);
}
@media (min-width: 768px) {
.anps-icon--shadow {
box-shadow: 0 30px 70px 0 rgba(221, 224, 231, 0.5);
}
}
@media (min-width: 992px) {
.anps-icon--shadow {
box-shadow: 0 30px 100px 0 rgba(221, 224, 231, 0.5);
}
}
.anps-icon__wrap {
-ms-flex-align: center;
align-items: center;
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-pack: center;
justify-content: center;
}
.anps-icon__col--content {
-ms-flex-positive: 1;
flex-grow: 1;
}
.anps-icon__col--content > *:last-child {
margin-bottom: 0;
} .anps-info {
border: 1px rgba(0, 0, 0, 0.2);
border-style: none solid;
position: relative;
}
@media (min-width: 768px) {
.anps-info {
display: table;
width: 100%;
}
}
@media (min-width: 768px) {
.anps-info-col-1 > * {
width: 100%;
}
.anps-info-col-2 > * {
width: 50%;
}
.anps-info-col-3 > * {
width: 33.3333%;
}
.anps-info-col-4 > * {
width: 25%;
}
.anps-info-col-5 > * {
width: 20%;
}
}
.anps-info-element {
font-size: 16px;
padding: 30px;
position: relative;
text-align: center;
}
@media (min-width: 1000px) {
.anps-info-element {
padding: 40px;
}
}
@media (min-width: 768px) {
.anps-info-element {
display: table-cell;
text-align: left;
}
}
.anps-info-element:first-child .anps-info-divider {
display: none;
}
.anps-info-title {
font-size: 24px;
margin: 0;
text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 999px) {
.anps-info-title {
word-break: break-all;
}
}
.anps-info-text {
margin-bottom: 0;
margin-top: 15px;
} .anps-info-shadow {
background-color: #000;
height: 5px;
left: 0;
opacity: .5;
position: absolute;
top: 0;
width: 100%;
}
.anps-info-shadow::after,
.anps-info-shadow::before {
background-color: inherit;
content: "";
height: 100%;
position: absolute;
width: 2000px;
}
.anps-info-shadow::after {
left: 100%;
}
.anps-info-shadow::before {
right: 100%;
} .anps-info-divider {
background-color: rgba(0, 0, 0, 0.2);
height: 1px;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
@media (min-width: 768px) {
.anps-info-divider {
height: 100%;
width: 1px;
}
} .anps-info-it-wrap {
font-size: 22px;
margin-top: 30px;
}
.anps-info-it-wrap .fa {
margin-right: 12px;
} .anps-info-icons-wrap {
font-size: 24px;
margin-top: 23px;
}
.anps-info-icons-wrap .fa + .fa {
margin-left: 20px;
} .anps-info-button .btn {
font-size: 14px;
margin-top: 17px;
} .anps-itable {
display: table;
width: 100%;
}
.anps-itable-item {
display: table-row;
}
.anps-itable-item:last-child > div {
padding-bottom: 0 !important;
}
.anps-itable-item__title {
display: table-cell;
padding-right: 30px;
white-space: nowrap;
width: 1%;
}
@media (min-width: 768px) {
.anps-itable-item__text {
display: table-cell;
}
} .jumbotron {
background-size: cover;
color: #5a5a5a;
padding-bottom: 33px;
padding-top: 33px;
}
@media (min-width: 768px) {
.jumbotron {
padding-bottom: 63px;
padding-top: 63px;
}
}
@media (min-width: 1000px) {
.jumbotron {
padding-bottom: 133px;
padding-top: 133px;
}
}
.jumbotron .wpb_column > .vc_column-inner:first-child {
padding-top: 0 !important;
}
.jumbotron .wpb_column > .vc_column-inner:first-child > .wpb_wrapper {
margin-top: 0 !important;
}
.font-size-18 {
color: #5a5a5a;
font-size: 18px;
} .list {
list-style: none;
margin: 20px 0;
padding: 0;
}
.list li + li {
margin-top: 11px;
}
.list li::before {
font-family: "FontAwesome";
margin-right: 14px;
}
.list-default li::before {
content: "\f14a";
}
.list-circle-arrow li::before {
content: "\f138";
}
.list-triangle li::before {
content: "\f0da";
}
.list-hand li::before {
content: "\f087";
}
.list-square li::before {
content: "\f0c8";
}
.list-arrow li::before {
content: "\f105";
}
.list-circle li::before {
content: "\f111";
}
.list-circle-check li::before {
content: "\f058";
}
ol.list {
font-weight: bold;
list-style: decimal;
margin-left: 14px;
}
ol.list span {
font-weight: normal;
padding-left: 11px;
} .anps-logos {
text-align: center;
}
.anps-logos:hover .anps-logos__item,
.anps-logos:focus .anps-logos__item {
opacity: .3;
}
.anps-logos__item {
display: inline-block;
list-style: none;
margin-bottom: 30px;
transition: .6s opacity;
}
.anps-logos__item:hover,
.anps-logos__item:focus {
opacity: 1 !important;
}
.anps-logos__link,
.anps-logos__wrap {
background-color: #fff;
display: inline-block;
height: 141px;
position: relative;
vertical-align: bottom;
width: 100%;
}
.anps-logos__link:hover img,
.anps-logos__link:focus img,
.anps-logos__wrap:hover img,
.anps-logos__wrap:focus img {
filter: grayscale(0) !important;
}
.anps-logos__img {
-ms-flex-align: center;
align-items: center;
display: -ms-flexbox;
display: flex;
height: 100%;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
}
.anps-logos__img img {
height: auto;
max-height: 100%;
max-width: 100%;
transition: .3s filter;
width: auto !important;
}
.anps-logos--grayscale .anps-logos__img img {
filter: grayscale(100%);
}
.anps-logos--shadow .anps-logos__link,
.anps-logos--shadow .anps-logos__wrap {
box-shadow: 0 10px 40px 0 rgba(221, 224, 231, 0.4);
}
.anps-logos--grid {
margin: 0 -15px;
}
@media (min-width: 992px) {
.anps-logos--grid {
margin: 0 -25px;
}
}
.anps-logos--grid .anps-logos__item {
padding: 0 15px;
width: 100%;
}
@media (min-width: 400px) {
.anps-logos--grid .anps-logos__item {
width: 50%;
}
}
@media (min-width: 992px) {
.anps-logos--grid .anps-logos__item {
padding: 0 25px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.anps-logos--grid .anps-logos__item {
width: 33.333%;
}
}
@media (min-width: 992px) {
.anps-logos--grid.anps-logos--col-6 .anps-logos__item,
.anps-logos--grid.anps-logos--col-5 .anps-logos__item,
.anps-logos--grid.anps-logos--col-4 .anps-logos__item {
width: 25%;
}
.anps-logos--grid.anps-logos--col-3 .anps-logos__item {
width: 33.333%;
}
}
@media (min-width: 1200px) {
.anps-logos--grid.anps-logos--col-6 .anps-logos__item {
width: 16.666%;
}
.anps-logos--grid.anps-logos--col-5 .anps-logos__item {
width: 20%;
}
}
@media (min-width: 768px) {
.anps-logos--fullwidth .anps-logos__item {
padding: 0 25px;
width: 340px;
}
}
.anps-logos--fullwidth.anps-logos--carousel {
overflow: hidden;
white-space: nowrap;
}
.anps-logos--fullwidth.anps-logos--carousel .anps-logos__outer-wrap {
white-space: nowrap;
will-change: transform;
}
.anps-logos--fullwidth.anps-logos--carousel .anps-logos__outer-wrap:hover {
animation-play-state: paused !important;
}
.anps-logos--fullwidth.anps-logos--carousel .anps-logos__link,
.anps-logos--fullwidth.anps-logos--carousel .anps-logos__wrap {
height: 101px;
}
@media (min-width: 768px) {
.anps-logos--fullwidth.anps-logos--carousel .anps-logos__link,
.anps-logos--fullwidth.anps-logos--carousel .anps-logos__wrap {
height: 121px;
}
}
@media (min-width: 992px) {
.anps-logos--fullwidth.anps-logos--carousel .anps-logos__link,
.anps-logos--fullwidth.anps-logos--carousel .anps-logos__wrap {
height: 141px;
}
}
.anps-logos--fullwidth.anps-logos--carousel .anps-logos__item {
padding: 0 15px;
width: 210px;
}
@media (min-width: 768px) {
.anps-logos--fullwidth.anps-logos--carousel .anps-logos__item {
width: 240px;
}
}
@media (min-width: 992px) {
.anps-logos--fullwidth.anps-logos--carousel .anps-logos__item {
padding: 0 25px;
width: 330px;
}
}
@media (min-width: 1200px) {
.anps-logos--fullwidth.anps-logos--carousel .anps-logos__item {
padding: 0 25px;
width: 360px;
}
}
@keyframes logos {
to {
transform: translateX(-50%);
}
} .social {
display: block;
list-style: none;
margin: 0;
padding: 0;
}
.social li {
display: inline-block;
position: relative;
vertical-align: middle; }
.social li + li {
margin-left: 5px;
}
.site-footer .social li {
margin-bottom: -4px;
margin-top: 8px;
}
.social a,
.social span {
transition: background-color .2s, color .2s;
border-radius: 4px;
display: inline-block;
padding: 3px 10px;
position: relative;
}
.social a[style] {
transition: .2s opacity;
}
.social a[style]:focus,
.social a[style]:hover {
opacity: .7;
}  .site-main .social.social-minimal a {
background: none;
font-size: 19px;
height: auto;
width: auto;
}
@media (min-width: 1000px) {
.site-main .social.social-minimal a {
font-size: 15px;
}
}
.site-main .social.social-minimal a .fa {
position: static;
transform: none;
}
.site-main .social.social-minimal li + li {
margin-left: 17px;
} .site-footer .social.social-minimal,
.top-bar .social,
.top-bar-menu {
margin-left: -10px;
margin-right: -10px;
}
.site-footer .social.social-minimal a,
.top-bar .social a,
.top-bar-menu a {
background: none !important;
}
.top-bar-menu .social li,
.top-bar .social li {
margin: 0;
} .social.social-border {
border-radius: 4px;
padding: 0 10px; }
.social.social-border li {
margin: 0;
}
.social.social-border a {
background: none;
height: 40px;
width: 35px;
}
.social.social-border a:focus,
.social.social-border a:hover {
background: none;
}
.social.social-border i {
font-size: 18px;
}
.ghost-nav-wrap .social.social-border,
.site-header.transparent .social.social-border {
border-color: rgba(255, 255, 255, 0.2);
}
.ghost-nav-wrap .social.social-border {
border: none;
padding: 0;
text-align: center;
}
.ghost-nav-wrap .social.social-border li {
display: inline-block;
float: none;
margin-bottom: 5px !important;
} .site-footer .social.social-border {
border-color: rgba(255, 255, 255, 0.2);
}
.site-footer .social.social-border a {
height: 33px;
width: 30px;
}
.site-footer .social.social-border i {
font-size: 14px;
} .social.social-transparent-border a {
background: none;
border: 1px solid #ebf2f6; }
.social.social-transparent-border a:focus,
.social.social-transparent-border a:hover {
background: none;
}
.site-header.transparent .social.social-transparent-border a {
color: #fff;
}
.site-header.transparent .social.social-transparent-border a:focus,
.site-header.transparent .social.social-transparent-border a:hover {
background: none;
}
.ghost-nav-wrap .social.social-transparent-border a,
.site-footer .social.social-transparent-border a,
.site-header.transparent .social.social-transparent-border a {
border-color: rgba(255, 255, 255, 0.2);
} .star-rating {
display: block;
font-family: "FontAwesome";
font-size: 13px;
height: 18px;
line-height: 1em;
overflow: hidden;
position: relative;
text-indent: 999px;
white-space: nowrap;
width: 63px; }
.star-rating::before {
content: "\f006\f006\f006\f006\f006";
left: 0;
position: absolute;
text-indent: 0;
top: 0;
}
.star-rating span {
left: 0;
overflow: hidden;
padding-top: 2em;
position: absolute;
top: 0;
}
.star-rating span::before {
content: "\f005\f005\f005\f005\f005";
left: 0;
position: absolute;
text-indent: 0;
top: 0;
}
.product .star-rating {
float: right;
text-indent: 0;
top: 1px;
} .stars-vote {
margin-top: 5px;
}
.stars {
clear: both;
display: inline-block;
font-family: "FontAwesome";
font-size: 18px;
height: 18px;
line-height: 1em;
margin: 0 0 0 10px;
overflow: hidden;
position: relative;
top: 2px;
}
.stars:hover a::before {
content: "\f005" !important;
}
.stars:hover a:hover ~ a::before {
content: "\f006" !important;
}
.stars a {
float: left;
margin-right: 1px;
opacity: 1;
overflow: hidden;
position: relative;
text-indent: -50px;
width: 17px;
}
.stars a::before {
content: "\f006";
left: 0;
position: absolute;
text-indent: 0;
top: 0;
}
.stars.selected a::before {
content: "\f005";
}
.stars.selected a.active ~ a::before {
content: "\f006";
} .page-header {
-ms-flex-align: center;
align-items: center;
background: var(--anps-page-header-bg);
border: none;
display: -ms-flexbox;
display: flex;
margin: 0;
max-width: 100%;
min-height: calc(var(--anps-page-header-height) * .25);
padding: 28px 0;
position: relative;
}
@media (min-width: 600px) {
.page-header {
min-height: calc(var(--anps-page-header-height) * .50);
}
}
@media (min-width: 992px) {
.page-header {
min-height: calc(var(--anps-page-header-height) * .85);
}
}
@media (min-width: 1200px) {
.page-header {
min-height: var(--anps-page-header-height);
}
}
@media (max-width: 768px) {
.page-header .container {
width: 100%;
}
}
.page-header .page-title {
color: var(--anps-page-title);
font-size: 28px;
font-weight: 700;
margin: 0;
word-wrap: break-word;
}
@media (min-width: 1000px) {
.page-header .page-title {
font-size: 36px;
}
} .page-header-media {
background-image: center;
background-size: cover;
overflow: hidden;
}
.page-header-media .page-title {
position: relative;
z-index: 1;
}
.page-header-media::before {
background-color: var(--anps-page-header-overlay-background);
content: "";
height: 100%;
left: 0;
opacity: var(--anps-page-header-overlay-opacity);
position: absolute;
top: 0;
width: 100%;
z-index: 1;
}
@media (max-width: 999px) {
.page-header-media .page-header-video {
display: none;
}
}
.page-header-media .page-header-video {
left: 50%;
min-height: 100%;
min-width: 100%;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
z-index: 0;
}
.page-header-media .page-header-video iframe,
.page-header-media .page-header-video video {
height: 100%;
width: 100%;
} .page-header-lg {
height: 350px;
padding-top: calc(var(--anps-hbar-m-height) + var(--anps-top-bar-height));
}
@media (min-width: 1200px) {
.page-header-lg {
height: var(--anps-page-header-lg-height);
padding-top: calc(var(--anps-hbar-height) + var(--anps-top-bar-height));
}
}
.page-header-lg .container {
-ms-flex-align: center;
align-items: center;
display: -ms-flexbox;
display: flex;
height: 100%;
-ms-flex-pack: start;
justify-content: flex-start;
text-align: left;
}
.single-post .page-header-lg .container {
-ms-flex-line-pack: center;
align-content: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.page-header-lg .page-title {
width: 100%;
}
.page-header-border {
border-bottom: 1px solid #eee;
}
.page-header-shadow {
box-shadow: 0 20px 40px 0 rgba(221, 224, 231, 0.5);
}
@media (min-width: 768px) {
.page-header-shadow {
box-shadow: 0 30px 70px 0 rgba(221, 224, 231, 0.5);
}
}
@media (min-width: 992px) {
.page-header-shadow {
box-shadow: 0 30px 100px 0 rgba(221, 224, 231, 0.5);
}
} .nav-links,
ul.page-numbers {
margin-bottom: 0;
margin-top: 45px;
}
.nav-links > *,
ul.page-numbers > * {
display: inline-block;
overflow: hidden;
text-align: center;
}
.nav-links > * + *,
ul.page-numbers > * + * {
margin-left: 4px;
} ul.page-numbers {
list-style: none;
padding: 0;
}
ul.page-numbers > li > * {
background-color: #f6f7f9;
border-radius: 3px;
color: #afafaf;
display: block;
padding: 6px;
width: 46px;
}
ul.page-numbers > li > *.next,
ul.page-numbers > li > *.prev {
padding-left: 20px;
padding-right: 20px;
width: auto;
}
ul.page-numbers > li .prev .fa {
margin-right: 5px;
}
ul.page-numbers > li .next .fa {
margin-left: 5px;
}
ul.page-numbers > li > *.current,
ul.page-numbers > li > *:focus,
ul.page-numbers > li > *:hover {
color: #fff;
} .nav-links > *:not(.dots) {
background-color: #f6f7f9;
border-radius: 3px;
color: #afafaf;
font-size: 18px;
padding: 6px;
width: 46px;
}
.nav-links > *:not(.dots).next,
.nav-links > *:not(.dots).prev {
padding-left: 14px;
padding-right: 14px;
width: auto;
}
.nav-links > *:not(.dots).current,
.nav-links > *:not(.dots):focus,
.nav-links > *:not(.dots):hover {
color: #fff;
}
.nav-links-sm {
margin-top: 15px;
}
.nav-links-sm::before {
clear: both;
content: "";
display: table;
} .post {
margin-bottom: 30px;
}
@media (min-width: 768px) {
.post {
margin-bottom: 60px;
}
.col-md-6 .post {
margin-bottom: 50px;
}
.vc_col-sm-4 .post {
margin-bottom: 30px;
}
}
.post__title {
font-size: 18px;
margin: 0;
padding: 0;
}
@media (min-width: 768px) {
.post__title {
font-size: 20px;
}
}
.vc_col-sm-4 .post__title {
font-size: 20px;
}
@media (min-width: 768px) {
.vc_col-sm-4 .post__title {
font-size: 18px;
}
}
.post__title h3 {
line-height: 1.4em;
font-weight: 600;
}
.post__title-inner {
color: inherit;
font-size: inherit;
margin: 0;
padding: 0;
}
.post__featured {
background-color: var(--anps-primary);
border-radius: 3px;
color: #fff;
display: none;
font-size: 13px;
line-height: 24px;
margin-bottom: 15px;
padding: 0 10px;
}
.sticky .post__featured {
display: inline-block;
}
.post__desc {
font-size: var(--anps-body-font-size);
margin-top: 15px;
line-height: 1.6em;
}
.single-post .post__desc {
margin: 0;
}
.post__desc::after {
clear: both;
content: "";
display: table;
}
.post__desc > *:first-child {
margin-top: 0;
}
.post__desc > *:last-child {
margin-bottom: 0;
}
.post--shadow {
background-color: #fff;
box-shadow: 0 20px 40px 0 rgba(221, 224, 231, 0.5);
}
@media (min-width: 768px) {
.post--shadow {
box-shadow: 0 30px 70px 0 rgba(221, 224, 231, 0.5);
}
}
@media (min-width: 992px) {
.post--shadow {
box-shadow: 0 30px 100px 0 rgba(221, 224, 231, 0.5);
}
}
.post .anps-link {
margin-top: 27px;
}
.post .owl-dots {
display: none;
}
.post .owl-nav {
bottom: 0;
right: 0;
top: auto;
display: -ms-flexbox;
display: flex;
z-index: 9999;
}
.post .owl-nav .owl-prev,
.post .owl-nav .owl-next {
padding: 5px 10px;
color: #fff;
background-color: #000;
}
.post .owl-nav .owl-prev:hover,
.post .owl-nav .owl-next:hover {
opacity: .9;
}
.post__img {
display: block;
text-align: center;
transition: .2s opacity;
}
.post__img:hover,
.post__img:focus {
opacity: .85;
}
.post__img img {
min-width: 100%;
}
@media (min-width: 1000px) {
.post--img-right,
.post--img-left {
-ms-flex-align: center;
align-items: center;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
}
@media (min-width: 1000px) {
.post--img-right.post--img-cover .post__img img,
.post--img-left.post--img-cover .post__img img {
height: 100%;
left: 50%;
max-width: none;
min-width: 100%;
position: absolute;
top: 0;
transform: translateX(-50%);
width: auto;
object-fit: cover;
}
}
@media (min-width: 1000px) {
.post--img-right.post--img-cover .owl-stage-outer,
.post--img-left.post--img-cover .owl-stage-outer {
position: absolute;
top: 50%;
transform: translatey(-50%);
height: 100%;
}
}
.post--img-right.post--img-cover .owl-stage-outer a,
.post--img-left.post--img-cover .owl-stage-outer a {
height: 100%;
}
.post--img-right.post--img-cover .owl-stage-outer img,
.post--img-left.post--img-cover .owl-stage-outer img {
position: relative;
width: 100%;
left: 0 !important;
transform: translateX(0);
}
.post--img-right.post--img-cover .owl-stage,
.post--img-right.post--img-cover .owl-item,
.post--img-right.post--img-cover .item,
.post--img-left.post--img-cover .owl-stage,
.post--img-left.post--img-cover .owl-item,
.post--img-left.post--img-cover .item {
height: 100%;
}
.post--img-right.post--img-cover .owl-item,
.post--img-left.post--img-cover .owl-item {
overflow: hidden;
}
.post--img-right.post--padding,
.post--img-left.post--padding {
padding: 40px 30px;
}
@media (min-width: 768px) {
.post--img-right.post--padding,
.post--img-left.post--padding {
padding: 60px 50px;
}
}
@media (min-width: 1000px) {
.post--img-right.has-post-thumbnail:not(.post--img-cover) .post__img,
.post--img-left.has-post-thumbnail:not(.post--img-cover) .post__img {
overflow: hidden;
position: relative;
width: 35%;
}
.post--img-right.has-post-thumbnail:not(.post--img-cover) .post__wrap,
.post--img-left.has-post-thumbnail:not(.post--img-cover) .post__wrap {
width: 65%;
}
}
.post--img-right.post--img-cover,
.post--img-left.post--img-cover {
position: relative;
}
@media (min-width: 1000px) {
.post--img-right.post--img-cover .post__img,
.post--img-left.post--img-cover .post__img {
overflow: hidden;
position: absolute;
height: 100%;
top: 0;
width: 40%;
}
.post--img-right.post--img-cover .post__wrap,
.post--img-left.post--img-cover .post__wrap {
width: 60%;
}
}
@media (min-width: 1000px) {
.post--img-right .owl-carousel,
.post--img-left .owl-carousel {
position: static;
}
}
@media (max-width: 999px) {
.post--img-left .post__wrap {
padding-top: 25px;
}
}
@media (min-width: 1000px) {
.post--img-left.has-post-thumbnail .post__wrap {
padding-left: 35px;
}
.vc_col-sm-4 .post--img-left.has-post-thumbnail .post__wrap {
padding-left: 15px;
}
}
@media (min-width: 1200px) {
.post--img-left.has-post-thumbnail .post__wrap {
padding-left: 40px;
}
.vc_col-sm-4 .post--img-left.has-post-thumbnail .post__wrap {
padding-left: 25px;
}
}
@media (min-width: 1000px) {
.post--img-left.post--img-cover .post__img {
left: 0;
}
.post--img-left.post--img-cover .post__wrap {
margin-left: 40%;
}
}
@media (max-width: 999px) {
.post--img-right .post__wrap {
padding-top: 25px;
}
}
@media (min-width: 1000px) {
.post--img-right .post__wrap {
padding-right: 35px;
}
}
@media (min-width: 1200px) {
.post--img-right .post__wrap {
padding-right: 50px;
}
}
.post--img-right .post__img {
-ms-flex-order: 1;
order: 1;
}
@media (min-width: 1000px) {
.post--img-right.post--img-cover .post__img {
right: 0;
}
.post--img-right.post--img-cover .post__wrap {
margin-right: 40%;
}
}
.post--default.post--no-padding .post__img,
.post--img-above.post--no-padding .post__img {
padding-bottom: 25px;
}
.post--default.post--padding .post__wrap,
.post--img-above.post--padding .post__wrap {
padding: 30px;
}
@media (min-width: 768px) {
.post--default.post--padding .post__wrap,
.post--img-above.post--padding .post__wrap {
padding: 50px;
}
}
.post--single .post__title {
font-size: 36px;
}
.post--single .post__footer {
border-top: 1px solid #f1f1f1;
margin-top: 39px;
padding-top: 29px;
}
.post--single .post__img {
margin-bottom: 42px;
}
.post-author {
background-color: #fff;
display: -ms-flexbox;
display: flex;
padding: 40px;
box-shadow: 0 20px 40px 0 rgba(221, 224, 231, 0.5);
}
@media (min-width: 768px) {
.post-author {
box-shadow: 0 30px 70px 0 rgba(221, 224, 231, 0.5);
}
}
@media (min-width: 992px) {
.post-author {
box-shadow: 0 30px 100px 0 rgba(221, 224, 231, 0.5);
}
}
.post-author__img {
-ms-flex-negative: 0;
flex-shrink: 0;
}
.post-author__img img {
border-radius: 50%;
height: 86px;
width: 86px;
}
.post-author__content {
padding-left: 30px;
}
.post-author__desc {
font-size: 16px;
margin-top: 5px;
}
.single .post-meta {
background: rgba(0, 0, 0, 0.3);
border-radius: 3px;
color: rgba(255, 255, 255, 0.9);
display: inline-block;
margin-top: 20px;
opacity: 1;
padding: 2px 15px;
}
.single .post-meta--content {
background: none;
color: var(--anps-text-color);
margin: 10px 0 20px;
opacity: .8;
padding: 0;
}
.single .post-meta__item::after {
opacity: .7;
}
.post-meta {
line-height: 1.5em;
list-style: none;
margin: 0;
margin-top: 10px;
opacity: .85;
padding: 0;
}
.post-meta__item {
display: inline-block;
font-size: 14px;
}
.post-meta__item::after {
content: "|";
margin-left: 4px;
margin-right: 8px;
}
.post-meta__item:last-child::after {
display: none;
}
.post-meta a {
color: var(--anps-text-color);
transition: .2s opacity ease-in-out;
}
.post-meta a:hover,
.post-meta a:focus {
color: var(--anps-text-color);
opacity: .7;
}
.post-tags {
-ms-flex-align: center;
align-items: center;
display: -ms-flexbox;
display: flex;
margin-bottom: 30px;
}
.post-tags__title {
font-size: 16px;
font-weight: bold;
padding-right: 20px;
}
.post-tags a {
background-color: #f6f7f8;
border-radius: 3px;
display: inline-block;
height: 41px;
line-height: 41px;
margin-bottom: 7px;
margin-right: 7px;
padding: 0 24px;
}
.post-password-form p + p {
margin-top: 30px;
}
.post-password-form label {
color: var(--anps-headings);
}
.post-password-form input[type="password"] {
border: 1px solid #f1f1f1;
border-radius: 3px;
color: inherit;
margin-left: 15px;
margin-right: 10px;
padding: 9px 15px;
position: relative;
}
.post-password-form input[type="submit"] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: none;
border: none;
transition: .2s color ease-in-out;
}
.post-password-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:focus {
color: var(--anps-headings);
} .products:not(.related):not(.upsells) {
margin-left: -15px;
margin-right: -15px;
}
.products {
list-style: none;
margin-top: -40px;
padding: 0;
position: relative;
}
.products::after {
clear: both;
content: "";
display: table;
}
.products:not(.related):not(.upsells) {
padding-bottom: 45px;
}
@media (min-width: 480px) {
.products .col-xs-6:nth-of-type(2n + 1) {
clear: left;
}
}
@media (min-width: 768px) {
.products .col-sm-4:nth-of-type(n) {
clear: none;
}
.products .col-sm-4:nth-of-type(3n + 1) {
clear: left;
}
}
@media (min-width: 1000px) {
.products {
margin-top: -50px;
}
.products .col-md-3:nth-of-type(n) {
clear: none;
}
.products .col-md-3:nth-of-type(4n + 1) {
clear: left;
}
}
.products .add-to-cart-wrapper,
.products .product-header::before {
transition: .3s opacity;
}
.products .product-header:hover .add-to-cart-wrapper {
opacity: 1;
}
.products .product-header:hover .button {
transform: translateY(0);
}
.products .product-header > a {
display: block;
}
.products .add-to-cart-wrapper {
-ms-flex-align: center;
align-items: center;
background-color: rgba(0, 0, 0, 0.1);
display: -ms-flexbox;
display: flex;
height: 100%;
-ms-flex-pack: center;
justify-content: center;
left: 0;
opacity: 0;
overflow: hidden;
pointer-events: none;
position: absolute;
top: 0;
transition: .2s opacity ease-in-out, .2s background-color ease-in-out;
width: 100%;
z-index: 1;
}
.anps-mobile .products .add-to-cart-wrapper {
display: none;
}
.products .button {
background-color: rgba(255, 255, 255, 0.85);
border-radius: 50%;
color: var(--anps-headings);
display: inline-block;
height: 80px;
margin: 0 10px;
overflow: hidden;
pointer-events: all;
text-indent: -999px;
transform: translateY(40px);
transition: .2s transform ease-in-out, .2s background-color ease-in-out, .3s box-shadow ease-in-out;
width: 80px;
}
.products .button:hover,
.products .button:focus {
background-color: #fff;
box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
transform: translateY(2px) !important;
}
.products .button::before {
font-family: FontAwesome;
font-size: 22px;
left: 50%;
position: absolute;
text-indent: 0;
top: 50%;
transform: translate(-50%, -50%);
}
.products .anps-product-more::before {
content: "\f067";
}
.products .added_to_cart::before {
content: "\f291";
}
.products .add_to_cart_button::before {
content: "\f291";
}
.products .add_to_cart_button.loading::before {
content: "\f141";
}
.products .add_to_cart_button.added::before {
content: "\f00c";
}
.products.related,
.products.upsells {
margin-top: 0;
}
.product {
margin-bottom: 0 !important;
margin-top: 40px;
}
.product .price {
float: left;
}
@media (max-width: 400px) {
.product {
width: 100%;
}
}
@media (min-width: 1000px) {
.product {
margin-top: 50px;
}
}
.product-header {
position: relative;
text-align: center;
}
.product-title {
font-size: 20px;
font-weight: bold;
margin-top: 23px;
}
.onsale {
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
border-radius: 4px;
color: #fff;
display: -ms-flexbox;
display: flex;
font-size: 11px;
line-height: 1em;
height: 42px;
min-width: 42px;
padding: 10px 5px;
position: absolute;
right: -4px;
text-transform: uppercase;
top: -4px;
z-index: 1;
}
.product-single > .row .onsale {
left: 11px;
right: auto;
}
.product-single > .row .product-title {
font-size: 34px;
margin-top: 0;
}
.product-single > .row .zoom {
transition: opacity .4s;
}
.product-single > .row .zoom:hover,
.product-single > .row .zoom:focus {
opacity: .8;
}
.product-single .tabs {
margin-top: 30px;
}
@media (min-width: 768px) {
.product-single .tabs {
margin-top: 60px;
}
}
.price {
font-size: 22px;
text-decoration: none;
}
.price ins {
text-decoration: none;
}
.price del {
color: #878c94;
}
.before-loop {
margin-bottom: 20px;
}
.before-loop:before,
.before-loop:after {
content: " ";
display: table;
}
.before-loop:after {
clear: both;
}
.before-loop .woocommerce-result-count {
color: #a3a3a3;
}
@media (min-width: 768px) {
.before-loop .woocommerce-result-count {
float: left;
}
.before-loop .woocommerce-ordering {
float: right;
margin-top: -10px;
position: relative;
}
.before-loop .woocommerce-ordering select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: none;
border-radius: 3px;
padding-right: 35px;
position: relative;
z-index: 1;
}
.before-loop .woocommerce-ordering::before {
content: "\f107";
font-family: FontAwesome;
pointer-events: none;
position: absolute;
right: 18px;
top: 50%;
transform: translateY(-50%);
}
}
body.product-single > .row .product:not(.related) .product-title {
display: block;
font-size: 36px;
margin-bottom: 50px;
width: 100%;
}
body.product-single > .row .product-image {
position: relative;
top: 8px;
}
body.product-single > .row .product-title {
margin-bottom: 60px;
}
.btn.btn-md.single_add_to_cart_button,
.button.single_add_to_cart_button {
padding: 9px 28px 8px;
}
.product-top-meta .woocommerce-review-link {
font-size: 12px;
text-transform: uppercase;
}
.product-top-meta .price {
float: none;
font-size: 32px;
height: auto;
line-height: 34px;
margin-right: 15px;
padding-top: 2px;
}
.product_meta {
border-top: 1px solid #ebf2f6;
color: #292929;
font-size: 14px;
font-weight: bold;
margin-top: 47px;
padding-top: 35px;
}
.product_meta > span {
display: block;
}
.product_meta > span > * {
font-weight: normal;
}
.product_meta .posted_in {
margin-bottom: 15px;
}
.product_meta .sku_wrapper {
margin-bottom: 10px;
}
.woocommerce-product-details__short-description {
margin-top: 30px;
}
.orderform {
margin-top: 35px;
padding-left: 100px;
position: relative;
}
.orderform .minus,
.orderform .plus {
background: none;
border: 1px solid #ebf2f6;
border-style: none none none solid;
font-size: 14px;
height: 50%;
position: absolute;
right: 1px;
transition: .2s background-color;
width: 25px;
}
@media (min-width: 1000px) {
.orderform .btn.btn-md,
.orderform .button {
width: 100%;
}
}
.orderform .plus {
border-bottom-style: solid;
top: 0;
}
.orderform .minus {
bottom: 0;
}
.orderform .quantity-field {
-moz-appearance: textfield;
border: 1px solid #ebf2f6;
border-radius: 4px;
display: inline-block;
height: 40px;
padding-right: 25px;
text-align: center;
width: 84px;
}
.orderform .quantity {
left: 0;
overflow: hidden;
position: absolute;
top: 0;
width: 84px;
}
.orderform input::-webkit-outer-spin-button,
.orderform input::-webkit-inner-spin-button {
-webkit-appearance: none;
}
.thumbnails {
margin-top: 15px;
}
.thumbnails::after {
clear: both;
content: "";
display: table;
}
.thumbnails.columns-3 a,
.thumbnails > figure {
float: left;
margin: 1%;
width: 32%;
}
.thumbnails a.first {
margin-left: 0;
}
.thumbnails a.last {
margin-right: 0;
}
.table.shop_attributes {
margin: 0;
}
.table.shop_attributes td,
.table.shop_attributes th {
vertical-align: middle;
}
.table.shop_attributes th {
text-align: left;
white-space: nowrap;
width: 1px;
}
p.woocommerce-noreviews {
margin-bottom: 20px;
}
.variations td + td {
padding-left: 15px;
}
.variations .reset_variations {
margin-left: 15px;
}
.woocommerce-variation-price .price {
display: inline-block;
float: none;
font-size: 24px;
margin-right: 7px;
margin-top: 20px;
}
.woocommerce-variation-price,
.woocommerce-variation-availability {
display: inline-block;
} .product.add_to_cart_inline {
border: none !important; clear: both;
float: left;
font-size: 16px;
margin: 0;
padding: 11px 0 !important; }
.product.add_to_cart_inline + .add-to-cart-wrapper {
float: left;
margin-left: 20px;
} .single-product .related.products,
.single-product .products.upsells {
margin-top: 30px;
} .woocommerce div.product div.images .flex-control-thumbs {
overflow: hidden;
zoom: 1;
margin: 2px -4px 0;
padding: 0;
}
.woocommerce div.product div.images .flex-control-thumbs li {
width: 25%;
float: left;
margin: 0;
overflow: hidden;
padding: 4px 4px;
list-style: none;
}
.woocommerce div.product div.images .flex-control-thumbs img:hover,
.woocommerce div.product div.images .flex-control-thumbs img:focus {
opacity: .7;
}
.woocommerce div.product div.images .flex-control-thumbs img {
cursor: pointer;
margin: 0;
opacity: .5;
transition: .2s opacity;
}
.flex-active {
opacity: 1 !important;
transition: .2s opacity;
}
.woocommerce div.product div.images img {
display: block;
width: 100%;
height: auto;
box-shadow: none;
}
.woocommerce-product-gallery {
position: relative;
}
.woocommerce-product-gallery__trigger {
color: transparent !important;
border-radius: 50%;
display: inline-block;
position: absolute;
right: 15px;
top: 15px;
font-size: 19px;
height: 50px;
z-index: 9999;
text-align: center;
width: 50px;
}
.woocommerce-product-gallery__trigger img {
display: none !important;
}
.woocommerce-product-gallery__trigger::before {
color: #fff;
content: "\f00e";
font-family: FontAwesome;
left: 50%;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
}
.place-order {
text-align: right;
}
#review_form_wrapper {
margin-top: 15px;
}
#review_form form {
margin-top: 15px;
}
.woocommerce .select2-selection--single,
.select2-dropdown {
border-color: #f1f1f1;
height: auto !important;
padding: 12px 10px;
text-align: left;
width: 100%;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 100%;
}
.woocommerce .select2-container .select2-selection--single,
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
height: 100%;
margin-right: 10px;
}
.woocommerce-table--order-details {
margin-bottom: 30px;
margin-top: 15px;
}
.woocommerce-order-overview {
margin-bottom: 30px;
}
.variations_form {
margin-top: 30px;
}
.woocommerce-EditAccountForm em {
display: inline-block;
font-size: 90%;
margin-top: 10px;
opacity: .6;
}
@media (max-width: 992px) {
.woocommerce-product-gallery {
margin-bottom: 30px;
}
}
.related h2,
.upsells h2 {
font-size: 24px;
margin-bottom: 40px;
margin-top: 60px;
} .progress {
background-color: #eaeaea;
border-radius: 4px;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
color: #fff;
font-size: 11px;
overflow: hidden;
}
.progress + .progress {
margin-top: 25px;
}
.progress-bar {
background-color: #d0d0d0;
color: #9d9d9d;
float: left;
height: 100%;
padding: 5px 13px;
white-space: nowrap;
width: 0;
}
@keyframes progress-bar-stripes {
from {
background-position: 50px 0;
}
to {
background-position: 0 0;
}
}
.progress-bar-striped {
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 50px 50px;
}
.progress-bar-striped.active {
animation: progress-bar-stripes 2s linear infinite;
} .progress-bar-danger,
.progress-bar-info,
.progress-bar-success,
.progress-bar-warning {
color: #fff;
text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}
.progress-bar-success {
background-color: #5cb85c;
}
.progress-bar-warning {
background-color: #f0ad4e;
}
.progress-bar-danger {
background-color: #d54900;
}
.progress-bar-info {
background-color: #5bc0de;
}
.site-main .vc_progress_bar small.vc_label {
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25) !important;
} .anps-recent-news .owl-nav {
display: block;
position: relative;
text-align: center;
}
.anps-recent-news .owl-prev,
.anps-recent-news .owl-next {
background-color: #f6f7f9;
border-radius: 3px;
color: #afafaf;
display: inline-block;
margin: 0 5px;
overflow: hidden;
padding: 6px;
position: relative;
text-indent: -999px;
transition: .2s background-color ease-in-out, .2s color ease-in-out;
width: 46px;
}
.anps-recent-news .owl-prev:hover,
.anps-recent-news .owl-prev:focus,
.anps-recent-news .owl-next:hover,
.anps-recent-news .owl-next:focus {
background-color: var(--anps-primary);
color: #fff;
}
.anps-recent-news .owl-prev::after,
.anps-recent-news .owl-next::after {
content: "\f104";
font-family: FontAwesome;
font-size: 21px;
left: 50%;
line-height: 1em;
margin-top: -2px;
position: absolute;
text-indent: 0;
top: 50%;
transform: translate(-50%, -50%);
}
.anps-recent-news .owl-next::after {
content: "\f105";
}
.anps-recent-article__title {
color: var(--anps-headings);
display: inline-block;
font-size: 18px;
font-weight: 600;
margin-bottom: 10px;
margin-top: 35px;
}
.anps-recent-article__title > * {
color: inherit;
font-size: inherit;
font-weight: inherit;
margin: 0;
}
.anps-recent-article__title h3 {
line-height: 1.4;
}
.anps-recent-article__text {
margin-top: 5px;
}
.anps-recent-article__link {
display: block;
position: relative;
}
.anps-recent-article__icon {
-ms-flex-align: center;
align-items: center;
background-color: rgba(0, 0, 0, 0.1);
content: "";
display: -ms-flexbox;
display: flex;
height: 100%;
-ms-flex-pack: center;
justify-content: center;
left: 0;
opacity: 0;
position: absolute;
top: 0;
transition: .2s opacity ease-in-out;
width: 100%;
}
.anps-recent-article__icon:hover,
.anps-recent-article__icon:focus {
opacity: 1;
}
.anps-recent-article__icon:hover i,
.anps-recent-article__icon:focus i {
background-color: #fff;
transform: translateY(0);
}
.anps-recent-article__icon i {
background-color: transparent;
border-radius: 50%;
color: var(--anps-headings);
display: inline-block;
font-size: 22px;
height: 80px;
text-align: center;
transform: translateY(40px);
transition: .2s transform ease-in-out, .2s background-color ease-in-out, .3s box-shadow ease-in-out;
width: 80px;
}
.anps-recent-article__icon i::before {
font-size: 22px;
left: 50%;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
}
.anps-recent-article .post-meta {
margin-bottom: 10px;
margin-top: 0;
}  .filter {
margin: 0;
padding: 0;
}
.filter:before,
.filter:after {
content: " ";
display: table;
}
.filter:after {
clear: both;
}
.filter li {
display: -ms-flexbox;
display: flex;
float: left;
list-style: none;
}
.filter button {
transition: background-color .2s, color .2s;
}
.filter button:focus {
outline: none;
}
.filter button.selected {
cursor: default;
} .filter-hidden {
display: none;
} .filter:not(.filter-dark) {
border: 1px solid #ebf2f6;
border-bottom: none;
overflow: hidden;
}
.filter:not(.filter-dark) li {
position: relative;
width: 50%;
}
@media (min-width: 768px) {
.filter:not(.filter-dark) li {
width: 33.3333%;
}
}
@media (min-width: 1000px) {
.filter:not(.filter-dark) li {
width: auto;
}
}
.filter:not(.filter-dark) li::after,
.filter:not(.filter-dark) li::before {
background-color: #ebf2f6;
content: "";
position: absolute;
z-index: 1;
}
.filter:not(.filter-dark) li::after {
bottom: 0;
height: 1px;
left: 0;
width: 200vw;
}
.filter:not(.filter-dark) li::before {
height: 100%;
right: 0;
top: 0;
width: 1px;
}
.filter:not(.filter-dark) button {
background: none;
border: none;
color: #999;
font-size: 14px;
padding: 17px 14px;
text-align: center;
width: 100%;
}
@media (min-width: 1000px) {
.filter:not(.filter-dark) button {
padding: 17px 25px;
width: auto;
}
}
.filter:not(.filter-dark) button:hover,
.filter:not(.filter-dark) button:focus,
.filter:not(.filter-dark) button.selected {
background-color: #f8f8f8;
} @media (max-width: 999px) {
.filter-dark {
width: 100%;
}
}
.filter-dark li {
margin-top: 1px;
}
.filter-dark li + li {
margin-left: 1px;
}
@media (min-width: 1000px) {
.filter-dark li {
margin-top: 0;
}
}
.filter-dark button {
background-color: rgba(0, 0, 0, 0.3);
border: none;
padding: 15px;
width: 100%;
}
@media (min-width: 1000px) {
.filter-dark button {
padding: 70px 30px 23px;
width: auto;
}
}
.filter-dark button:hover,
.filter-dark button:focus {
background-color: rgba(0, 0, 0, 0.5);
outline: none;
}
.filter-dark button.selected {
background-color: rgba(0, 0, 0, 0.5);
} .projects-content {
margin-top: 10px;
overflow: hidden;
}
.projects-content .projects-item {
margin-top: 30px;
transition: opacity .5s !important;
} .projects-title {
margin-bottom: 0;
margin-top: 70px;
} .projects-pagination {
color: #fff;
display: block;
margin-bottom: 32px;
margin-top: 32px;
text-align: center;
}
.projects-pagination > button {
background: none;
border: 1px solid;
border-radius: 3px;
color: inherit;
display: inline-block;
height: 37px;
opacity: .15;
position: relative;
width: 37px;
}
.projects-pagination > button:hover,
.projects-pagination > button:focus {
opacity: .2;
outline: none;
}
.projects-pagination > button + button {
margin-left: 3px;
}
.projects-pagination > button i {
font-size: 18px;
left: 50%;
position: absolute;
top: 50%;
transform: translateY(-50%) translateX(-50%);
} .project-hover,
.project-hover-bg,
.projects-item-wrap::after {
opacity: 0;
}
.bg-dark .projects-item:hover .project-hover p {
color: #fff;
}
.project-hover,
.project-hover-bg {
transition: .3s opacity;
}
.project-hover {
bottom: 0;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: justify;
justify-content: space-between;
left: 0;
padding: 30px;
position: absolute;
right: 0;
top: 0;
z-index: 5;
}
@media (min-width: 1000px) {
.project-hover {
padding: 40px;
}
}
.projects-mobile .project-hover {
bottom: auto;
left: 50%;
line-height: 1em;
padding: 15px;
top: 50%;
transform: translate(-50%, -50%);
width: 100%;
}
.projects-mobile .project-hover p {
display: none;
}
.projects-mobile .project-hover .btn {
background: none !important;
height: 600px;
left: 0;
position: absolute;
right: 0;
text-indent: -99999px;
top: -300px;
}
.projects-mobile .project-hover .project-title {
font-size: 21px !important;
line-height: 1.3em;
margin-bottom: 0 !important;
text-align: center;
}
@media (max-width: 767px) {
.project-hover {
bottom: auto;
left: 50%;
line-height: 1em;
padding: 15px;
top: 50%;
transform: translate(-50%, -50%);
width: 100%;
}
.project-hover p {
display: none;
}
.project-hover .btn {
background: none !important;
height: 600px;
left: 0;
position: absolute;
right: 0;
text-indent: -99999px;
top: -300px;
}
.project-hover .project-title {
font-size: 21px !important;
line-height: 1.3em;
margin-bottom: 0 !important;
text-align: center;
}
} .project-hover-small {
display: block;
height: 100%;
left: 0;
opacity: 0;
position: absolute;
top: 0;
transition: .4s opacity;
width: 100%;
z-index: 9;
}
.project-hover-small:hover,
.project-hover-small:focus {
opacity: 1;
}
.project-hover-small .fa {
color: #fff;
left: 50%;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
}
@media (max-width: 400px) {
.projects-item {
width: 100%;
}
}
.projects-item:hover .project-hover,
.projects-item:hover .projects-item-wrap::after,
.projects-item:focus .project-hover,
.projects-item:focus .projects-item-wrap::after {
opacity: 1;
}
.projects-item:hover .project-hover-bg,
.projects-item:focus .project-hover-bg {
opacity: .7;
}
.projects-item img {
width: 100%;
}
.projects-item .project-desc {
color: #fff;
display: none;
margin-bottom: 20px;
}
@media (min-width: 1000px) {
.projects-item .project-desc {
display: block;
}
}
.projects-item .project-title {
font-size: 14px;
margin: 20px 0 25px;
}
@media (min-width: 1000px) {
.projects-item .project-title {
font-size: 16px;
margin-bottom: 12px;
}
}
.project-hover-bg {
background-color: #000;
height: 100%;
left: 0;
position: absolute;
right: 0;
top: 0;
}
.projects-item-wrap {
overflow: hidden;
position: relative;
}
.projects-item-wrap::after {
border: 3px solid rgba(255, 255, 255, 0.05);
content: "";
height: 100%;
left: 0;
position: absolute;
right: 0;
top: 0;
z-index: 2;
} .tabs + .tabs {
margin-top: 40px;
}
.nav-tabs-wrap {
margin: 0 -2px;
overflow-x: auto;
overflow-y: hidden;
padding: 0 2px;
}
.nav-tabs {
border-bottom: 1px solid #ebf2f6;
list-style: none;
margin: 0;
padding: 0;
}
.nav-tabs i {
margin-right: 5px;
}
.nav-tabs span + i {
margin-left: 5px;
margin-right: 0;
}
.nav-tabs a {
color: var(--anps-headings);
display: block;
font-size: 18px;
padding: 14px 15px;
position: relative;
transition: .2s opacity;
white-space: nowrap;
}
@media (min-width: 768px) {
.nav-tabs a {
font-size: 22px;
padding: 17px 34px;
}
}
.nav-tabs:not(.active) a:hover,
.nav-tabs:not(.active) a:focus {
color: var(--anps-headings);
opacity: .7;
outline: none;
}
.nav-tabs .active {
font-weight: 600;
pointer-events: none;
}
.nav-tabs .active a::after {
background-color: #ebf2f6;
bottom: 0;
content: "";
height: 2px;
left: 0;
position: absolute;
width: 100%;
}
.tab-pane {
display: none;
padding-top: 40px;
}
.tab-pane *:first-of-type {
margin-top: 0;
}
.tab-pane.active {
display: block;
}
.tab-pane .title + .table-responsive {
margin-top: 20px;
} .tabs-default .nav-tabs {
padding-right: 2px;
width: 100%;
}
.tabs-default .nav-tabs li {
display: table-cell;
min-width: 150px;
vertical-align: bottom;
}
@media (min-width: 768px) {
.tabs-default .nav-tabs li {
min-width: auto;
}
}
.tabs-default .nav-tabs li + li a {
border-left-style: none;
}
.tabs-default .nav-tabs a {
text-align: center;
} .tabs-shape-rounded .nav-tabs a {
border-radius: 6px 6px 0 0;
}
.tabs-shape-round .nav-tabs li {
padding-left: 3px;
padding-right: 3px;
}
.tabs-shape-round .nav-tabs li:first-of-type {
padding-left: 0;
}
.tabs-shape-round .nav-tabs li:last-of-type {
padding-right: 0;
}
.tabs-shape-round .nav-tabs li.active a::after {
display: none;
}
.tabs-shape-round .nav-tabs a {
border-radius: 25px;
} .tabs-default.tabs-position-bottom .tab-content {
margin-bottom: -1px;
margin-top: 0;
}
.tabs-default.tabs-position-bottom .nav-tabs li {
vertical-align: top;
}
.tabs-default.tabs-position-bottom .nav-tabs a {
border-bottom-style: solid;
border-top-style: none;
}
.tabs-default.tabs-position-bottom .nav-tabs li.active a {
padding-bottom: 12px;
padding-top: 9px;
} .tabs-align-left .nav-tabs a {
text-align: left;
}
.tabs-align-center .nav-tabs a {
text-align: center;
}
.tabs-align-right .nav-tabs a {
text-align: right;
} @media (min-width: 1000px) {
.tabs-side {
position: relative;
}
.tabs-side .nav-tabs {
position: absolute;
top: -1px;
width: 177px;
}
.tabs-side .nav-tabs li.active a,
.tabs-side .nav-tabs li:last-of-type a {
border-bottom-style: solid;
}
.tabs-side .nav-tabs li:first-of-type {
margin-top: 0 !important;
}
.tabs-side .nav-tabs li.active a {
z-index: 2;
}
.tabs-side .nav-tabs li.active a::after {
bottom: 0;
height: 100%;
width: 2px;
}
.tabs-side .nav-tabs a {
border: 1px solid #ebf2f6;
position: relative;
}
.tabs-spacing .tabs-side .nav-tabs {
border-bottom-style: none;
}
.tabs-side .nav-tabs i {
margin-right: 3px;
}
}
@media (min-width: 1000px) {
.tabs-side .nav-tabs li.active a {
padding-top: 9px;
}
.tabs-side .nav-tabs li + li a {
border-top: none !important;
}
.tabs-side.tabs-side .nav-tabs a {
margin: 0 !important;
}
.tabs-side.tabs-side .nav-tabs li {
padding: 0 !important;
} .tabs-side-left.tabs-shape-rounded .nav-tabs a {
border-radius: 6px 0 0 6px;
}
.tabs-side-left.tabs-shape-rounded .tab-content {
border-radius: 0 6px 6px 6px;
}
.tabs-side-left.tabs-shape-round .nav-tabs li:first-of-type a {
border-radius: 25px 0 0 0;
}
.tabs-side-left.tabs-shape-round .nav-tabs li:last-of-type a {
border-radius: 0 0 0 25px;
}
.tabs-side-left.tabs-shape-round .tab-content {
border-radius: 0 25px 25px 25px;
}
.tabs-side-left .nav-tabs {
left: 0;
padding-left: 2px;
}
.tabs-side-left .nav-tabs li.active a {
margin-left: -2px;
padding-left: 22px !important;
}
.tabs-side-left .nav-tabs li.active a::after {
right: -2px;
}
.tabs-side-left .nav-tabs a {
border-right-style: none !important;
}
.tabs-side-left .tab-content {
margin-left: 177px;
} .tabs-side-right.tabs-shape-rounded .nav-tabs a {
border-radius: 0 6px 6px 0;
}
.tabs-side-right.tabs-shape-rounded .tab-content {
border-radius: 6px 0 6px 6px;
}
.tabs-side-right.tabs-shape-round .nav-tabs li:first-of-type a {
border-radius: 0 25px 0 0;
}
.tabs-side-right.tabs-shape-round .nav-tabs li:last-of-type a {
border-radius: 0 0 25px 0;
}
.tabs-side-right.tabs-shape-round .tab-content {
border-radius: 25px 0 25px 25px;
}
.tabs-side-right .nav-tabs {
padding-right: 2px;
right: 0;
}
.tabs-side-right .nav-tabs li.active a {
margin-right: -2px;
padding-right: 22px !important;
}
.tabs-side-right .nav-tabs li.active a::after {
left: -2px;
}
.tabs-side-right .nav-tabs a {
border-left-style: none !important;
}
.tabs-side-right .tab-content {
margin-right: 177px;
}
} @media (max-width: 999px) {
.nav-tabs {
display: table;
padding-right: 2px;
width: 100%;
}
.nav-tabs li {
display: table-cell;
min-width: 150px;
vertical-align: bottom;
}
} .anps-team {
text-align: center;
}
.anps-team.anps-team--grid {
margin: 0 -15px;
}
.anps-team.anps-team--carousel {
margin: 0 -20px;
overflow: hidden;
padding: 0 20px;
}
.anps-team.anps-team--carousel .owl-stage-outer {
overflow: visible;
}
.anps-team__col {
display: inline-block;
margin-bottom: 30px;
width: 100%; }
.anps-team--grid .anps-team__col {
padding: 0 15px;
}
@media (min-width: 450px) {
.anps-team--grid .anps-team__col {
width: 50%;
}
.anps-team--grid:not(.anps-team--img-circle) .anps-team__col {
margin-bottom: 45px;
width: 50%;
}
}
@media (min-width: 992px) {
.anps-team--grid:not(.anps-team--img-circle) .anps-team__col {
margin-bottom: 60px;
}
}
@media (min-width: 992px) {
.anps-team--col-2.anps-team--grid .anps-team__col {
width: 50%;
}
.anps-team--col-3.anps-team--grid .anps-team__col {
width: 33.333%;
}
.anps-team--col-4.anps-team--grid .anps-team__col {
width: 25%;
}
.anps-team--col-5.anps-team--grid .anps-team__col {
width: 20%;
}
.anps-team--col-6.anps-team--grid .anps-team__col {
width: 33.333%;
}
}
@media (min-width: 1200px) {
.anps-team--col-6.anps-team--grid .anps-team__col {
width: 20%;
}
}
.anps-member {
overflow: hidden;
}
.anps-team:not(.anps-team--single) .anps-member:hover .anps-member__img img,
.anps-team:not(.anps-team--single) .anps-member:focus .anps-member__img img {
transform: scale(1.1);
}
.anps-team:not(.anps-team--single) .anps-member:hover .anps-member__content,
.anps-team:not(.anps-team--single) .anps-member:focus .anps-member__content {
opacity: .8;
}
.anps-member__header {
position: relative;
z-index: 1;
}
.anps-member__content,
.anps-member__img {
display: block;
}
.anps-member__content {
padding: 24px 15px;
transition: .2s opacity;
}
.anps-member__img {
overflow: hidden;
}
.anps-member__img img {
transition: .2s transform;
width: 100%;
}
.anps-member__name {
font-size: 20px;
font-weight: bold;
line-height: 1.4em;
}
.anps-member__title {
font-size: 16px;
line-height: 1.2em;
margin-bottom: 3px;
margin-top: 4px;
}
.anps-member__excerpt {
font-size: 16px;
line-height: 1.3em;
margin-top: 10px;
opacity: .8;
}
.anps-team--img-square.anps-team--shadow .anps-member {
box-shadow: 0 6px 30px 0 rgba(221, 224, 231, 0.4);
}
.anps-team--img-circle.anps-team--shadow .anps-member__img {
box-shadow: 0 20px 50px 0 #dde0e7;
}
.anps-team--img-circle .anps-member {
padding-top: 20px;
}
.anps-team--img-circle .anps-member__header {
margin: 0 auto;
position: relative;
width: 80%;
}
.anps-team--img-circle .anps-member__img {
border-radius: 50%;
}
.anps-member-social {
margin: 0;
padding: 0;
position: absolute;
width: 500px;
}
.anps-team--img-square .anps-member-social {
margin-top: -14px;
top: 100%;
}
.anps-team--img-circle .anps-member-social {
bottom: -10px;
}
.anps-team--img-circle .anps-member-social.anps-member-social--single {
bottom: 0;
}
.anps-member-social--multiple {
left: 50%;
transform: translateX(-50%);
}
.anps-member-social--single {
right: 15px;
text-align: right;
}
.anps-member-social__item {
display: inline-block;
}
.anps-member-social__link {
border-radius: 50%;
box-shadow: 4px 5px 20px 0 rgba(51, 165, 225, 0.39);
color: #fff;
display: block;
height: 30px;
font-size: 14px;
line-height: 30px;
margin: 0 5px;
position: relative;
text-align: center;
transition: .2s box-shadow, .1s transform !important;
width: 30px;
z-index: 1;
}
.anps-member-social__link:hover,
.anps-member-social__link:focus {
box-shadow: 4px 5px 20px 0 rgba(51, 165, 225, 0.69);
color: #fff;
transform: translateY(-2px);
} .team-desc {
display: table;
}
.team-desc .team {
margin-left: -21px;
margin-right: -21px;
}
.team-desc .member {
padding-left: 21px;
padding-right: 21px;
}
.team-desc .member-wrap {
background-color: #fff;
}
.team-desc .member-desc,
.team-desc .member-title,
.team-desc .member-wrap {
padding-left: 15px;
padding-right: 15px;
}
.team-desc .member-desc,
.team-desc .member-image,
.team-desc .member-title {
margin-left: -15px;
margin-right: -15px;
} .team-desc-size-1 .member {
width: 100%;
}
@media (max-width: 549px) {
.team-desc-size-1 .team-desc-side {
margin-top: 30px;
}
}
@media (min-width: 550px) {
.team-desc-size-1 .team-desc-main,
.team-desc-size-1 .team-desc-side {
display: table-cell;
vertical-align: middle;
}
.team-desc-size-1 .team-desc-side {
padding-left: 30px;
width: 60%;
}
}
@media (min-width: 1000px) {
.team-desc-size-1 .team-desc-side {
padding-left: 30px;
width: 60%;
}
}
@media (min-width: 1000px) {
.team-desc-size-1 .team-desc-side {
width: 70%;
}
}
@media (max-width: 999px) {
.team-desc-size-2 .team-desc-side {
margin-top: 30px;
}
}
@media (min-width: 1000px) {
.team-desc-size-2 .team-desc-main,
.team-desc-size-2 .team-desc-side {
display: table-cell;
vertical-align: middle;
}
.team-desc-size-2 .team-desc-side {
padding-left: 30px;
width: 55%;
}
.team-desc-size-2 .member {
width: 50%;
}
}
@media (max-width: 999px) {
.team-desc-size-3 .team-desc-side {
margin-top: 30px;
}
}
@media (min-width: 1000px) {
.team-desc-size-3 .team-desc-main,
.team-desc-size-3 .team-desc-side {
display: table-cell;
vertical-align: middle;
}
.team-desc-size-3 .team-desc-side {
padding-left: 30px;
width: 33.5%;
}
.team-desc-size-3 .member {
width: 33%;
}
} .team-desc-side *:first-child {
margin-top: 0;
}
.team-desc-title {
font-size: 27px;
font-weight: bold;
margin: 0;
text-transform: uppercase;
}
.team-desc-description {
color: #a3baca;
font-size: 16px;
margin-top: 16px;
}
.btn.team-desc-btn {
margin-top: 30px;
} .testimonials {
margin-top: 0;
position: relative;
}
ul.testimonial-wrap {
list-style: none;
padding-left: 0;
}
ul.testimonial-wrap .rating {
font-family: "FontAwesome";
font-size: 12px;
}
ul.testimonial-wrap li {
margin: 0;
padding-bottom: 0;
padding-top: 17px;
position: relative;
}
ul.testimonial-wrap li > p {
color: #727272;
line-height: 1.65em;
margin-bottom: 30px;
}
ul.testimonial-wrap .user {
display: table;
margin-bottom: 13px;
position: relative;
}
ul.testimonial-wrap .user .content {
display: table-cell;
margin-top: 0;
vertical-align: top;
}
@media (min-width: 600px) {
ul.testimonial-wrap .user .content > * {
padding-left: 32px;
padding-right: 32px;
}
}
ul.testimonial-wrap .user .content > h3 {
margin-top: 0;
}
ul.testimonial-wrap .user .user-image {
display: none;
max-width: 50%;
min-width: 253px;
vertical-align: top;
}
@media (min-width: 600px) {
ul.testimonial-wrap .user .user-image {
display: table-cell;
}
}
@media (min-width: 600px) {
ul.testimonial-wrap .owl-item.active + .owl-item.active .user .content > * {
padding-right: 0;
}
}
ul.testimonial-wrap .user-data {
padding-left: 18px;
}
ul.testimonial-wrap .user-data .name-user {
font-size: 16px;
left: 0;
margin: 0;
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 100px;
}
@media (min-width: 600px) {
ul.testimonial-wrap .user-data .name-user {
font-size: 18px;
left: 83px;
width: 200px;
}
}
ul.testimonial-wrap .jobtitle {
font-size: 14px;
margin-top: -5px;
}
.testimonials-header .title {
margin-top: 0;
}
.testimonials-style-1 .testimonials-header {
min-height: 66px;
}
.testimonials-style-2 .testimonials-outer-wrap {
position: relative;
}
@media (max-width: 767px) {
.testimonials-style-2 .testimonials-outer-wrap {
padding: 0 30px;
}
} .testimonials-style-3 .testimonials-wrap {
margin-bottom: -13px;
margin-left: -13px;
margin-right: -13px;
padding: 0;
}
@media (min-width: 1000px) {
.testimonials-style-3 .testimonials-wrap {
margin-bottom: -33px;
margin-left: -33px;
margin-right: -33px;
}
}
.testimonials-style-3 .testimonials-wrap > li {
float: left;
list-style: none;
margin-bottom: 13px;
overflow: hidden;
padding-left: 13px;
padding-right: 13px;
position: relative;
}
@media (min-width: 600px) {
.testimonials-style-3 .testimonials-wrap > li {
width: 50%;
}
}
@media (min-width: 1000px) {
.testimonials-style-3 .testimonials-wrap > li {
margin-bottom: 66px;
padding-left: 33px;
padding-right: 33px;
}
.testimonials-style-3 .testimonials-wrap > li:hover::before,
.testimonials-style-3 .testimonials-wrap > li:focus::before {
background-color: rgba(0, 0, 0, 0.7);
}
.testimonials-style-3 .testimonials-wrap > li:hover .content,
.testimonials-style-3 .testimonials-wrap > li:focus .content {
transform: translateY(-115px);
}
.testimonials-style-3 .testimonials-wrap > li:hover .content p,
.testimonials-style-3 .testimonials-wrap > li:focus .content p {
transform: translateY(0);
}
}
.testimonials-style-3 .testimonials-wrap > li::before {
background-color: rgba(0, 0, 0, 0.3);
content: "";
height: 100%;
left: 13px;
position: absolute;
right: 13px;
top: 0;
transition: .3s background-color ease-in-out;
}
@media (min-width: 1000px) {
.testimonials-style-3 .testimonials-wrap > li::before {
left: 33px;
right: 33px;
}
}
.testimonials-style-3 .testimonials-wrap .content {
bottom: 17px;
color: #fff;
left: 33px;
position: absolute;
right: 33px;
transition: .3s transform;
will-change: transform;
}
@media (min-width: 1000px) {
.testimonials-style-3 .testimonials-wrap .content {
bottom: 37px;
left: 73px;
right: 73px;
}
}
.testimonials-style-3 .testimonials-wrap .content p {
font-style: italic;
padding-left: 30px;
position: absolute;
transform: translateY(37px);
transition: .5s transform;
will-change: transform;
}
.testimonials-style-3 .testimonials-wrap .content p::before {
content: "\f10e";
font-family: "FontAwesome";
font-size: 18px;
font-style: normal;
left: 0;
position: absolute;
top: 3px;
}
.testimonials-style-3 .testimonials-wrap .jobtitle {
color: inherit;
}
.testimonials-style-3 .testimonials-wrap .name-user {
font-size: 16px;
} .working-hours {
border-collapse: separate;
border-spacing: 0 6px;
width: 100%;
}
.working-hours td,
.working-hours th {
border: 1px solid;
padding: 7px 12px;
vertical-align: middle;
}
.working-hours th {
border-radius: 3px 0 0 3px;
border-right-style: none;
font-weight: 400;
}
.working-hours td {
border-left-style: none;
border-radius: 0 3px 3px 0;
text-align: right;
white-space: nowrap;
} .site-footer-default .working-hours {
border: 2px solid #2e2e2e;
padding: 10px 0;
}
.site-footer-default .working-hours td,
.site-footer-default .working-hours th {
border: none;
padding: 0 27px;
}
.site-footer-default .working-hours td {
color: #fff;
}
.site-footer-default .working-hours td.important {
color: #fff !important;
}
.site-footer-modern .working-hours {
border-spacing: 0;
}
.site-footer-modern .working-hours td,
.site-footer-modern .working-hours th {
border: none;
border-radius: 0;
border-bottom: 1px solid;
padding: 8px 0;
} .sidebar .working-hours td,
.sidebar .working-hours th {
border-color: #ebf2f6;
} .form-group input:not([type="submit"]),
.form-group textarea,
.wpcf7 input:not([type="submit"]),
.wpcf7 textarea {
border-radius: 3px;
border: 1px solid #f1f1f1;
color: inherit;
line-height: 1.4em;
padding: 8px 15px;
position: relative;
width: 100%;
z-index: 1;
color: var(--text-color);
}
@media (min-width: 768px) {
.form-group input:not([type="submit"]),
.form-group textarea,
.wpcf7 input:not([type="submit"]),
.wpcf7 textarea {
padding: 10px 20px;
}
}
@media (min-width: 992px) {
.form-group input:not([type="submit"]),
.form-group textarea,
.wpcf7 input:not([type="submit"]),
.wpcf7 textarea {
padding: 12px 23px;
}
}
.form-group input:not([type="submit"]):focus,
.form-group textarea:focus,
.wpcf7 input:not([type="submit"]):focus,
.wpcf7 textarea:focus {
border-color: #ccc;
outline: none;
}
.form-group input:not([type="submit"]):not(:focus).alert,
.form-group input:not([type="submit"]):not(:focus).wpcf7-not-valid,
.form-group textarea:not(:focus).alert,
.form-group textarea:not(:focus).wpcf7-not-valid,
.wpcf7 input:not([type="submit"]):not(:focus).alert,
.wpcf7 input:not([type="submit"]):not(:focus).wpcf7-not-valid,
.wpcf7 textarea:not(:focus).alert,
.wpcf7 textarea:not(:focus).wpcf7-not-valid {
background: transparent;
border-color: #e31919;
}
.form-group input:not([type="submit"]):-ms-input-placeholder,
.form-group textarea:-ms-input-placeholder,
.wpcf7 input:not([type="submit"]):-ms-input-placeholder,
.wpcf7 textarea:-ms-input-placeholder {
color: var(--text-color);
opacity: 1;
}
.form-group input:not([type="submit"])::placeholder,
.form-group textarea::placeholder,
.wpcf7 input:not([type="submit"])::placeholder,
.wpcf7 textarea::placeholder {
color: var(--text-color);
opacity: 1;
}
.form-group input:not([type="submit"]):-ms-input-placeholder,
.form-group textarea:-ms-input-placeholder,
.wpcf7 input:not([type="submit"]):-ms-input-placeholder,
.wpcf7 textarea:-ms-input-placeholder {
color: var(--text-color);
}
.form-group input:not([type="submit"])::-ms-input-placeholder,
.form-group textarea::-ms-input-placeholder,
.wpcf7 input:not([type="submit"])::-ms-input-placeholder,
.wpcf7 textarea::-ms-input-placeholder {
color: var(--text-color);
}
.form-group textarea,
.wpcf7 textarea {
display: block;
height: 212px;
max-width: 100%;
}
@media (max-width: 500px) {
.form-group textarea,
.wpcf7 textarea {
height: 150px;
}
}
.form-group textarea[rows="1"],
.wpcf7 textarea[rows="1"] {
height: 51px;
}
.form-group textarea[rows="2"],
.wpcf7 textarea[rows="2"] {
height: 117px;
}
.form-group textarea[rows="3"],
.wpcf7 textarea[rows="3"] {
height: 183px;
}
.form-group textarea[rows="4"],
.wpcf7 textarea[rows="4"] {
height: 249px;
}
.form-group textarea[rows="5"],
.wpcf7 textarea[rows="5"] {
height: 315px;
}
.input-text {
border-radius: 3px;
border: 1px solid #f1f1f1;
color: inherit;
line-height: 1.4em;
padding: 8px 15px;
position: relative;
width: 100%;
z-index: 1;
padding: 8px 15px;
}
@media (min-width: 768px) {
.input-text {
padding: 10px 20px;
}
}
@media (min-width: 992px) {
.input-text {
padding: 12px 23px;
}
}
.input-text:focus {
border-color: #ccc;
outline: none;
}
.contact-form br,
.wpcf7 br {
display: none;
}
.contact-form label,
.wpcf7 label {
font-size: 11px;
font-weight: normal;
opacity: .8;
text-transform: uppercase;
}
@media (min-width: 768px) {
.contact-form label,
.wpcf7 label {
display: none;
}
}
.contact-form .form-group,
.wpcf7 .form-group {
margin-bottom: 20px;
position: relative;
}
.contact-form .form-group:last-child,
.wpcf7 .form-group:last-child {
margin-bottom: 0;
}
@media (min-width: 768px) {
.contact-form .form-group,
.wpcf7 .form-group {
margin-bottom: 30px;
}
}
.contact-form .form-group .wpcf7-form-control-wrap,
.wpcf7 .form-group .wpcf7-form-control-wrap {
display: block;
}
.contact-form .form-group .wpcf7-not-valid-tip,
.wpcf7 .form-group .wpcf7-not-valid-tip {
color: #e31919;
font-size: 14px;
position: absolute;
right: 20px;
top: 17px;
z-index: 0;
}
.contact-form .form-group .wpcf7-select,
.wpcf7 .form-group .wpcf7-select {
border-radius: 3px;
border: 1px solid #f1f1f1;
color: inherit;
line-height: 1.4em;
padding: 8px 15px;
position: relative;
width: 100%;
z-index: 1;
-moz-appearance: none;
-webkit-appearance: none;
width: 100%;
}
@media (min-width: 768px) {
.contact-form .form-group .wpcf7-select,
.wpcf7 .form-group .wpcf7-select {
padding: 10px 20px;
}
}
@media (min-width: 992px) {
.contact-form .form-group .wpcf7-select,
.wpcf7 .form-group .wpcf7-select {
padding: 12px 23px;
}
}
.contact-form .form-group .wpcf7-select:focus,
.wpcf7 .form-group .wpcf7-select:focus {
border-color: #ccc;
outline: none;
}
.contact-form .form-group .alert,
.wpcf7 .form-group .alert {
line-height: 20px;
margin-bottom: 0;
}
.contact-form .select:after,
.wpcf7 .select:after {
content: "\f107";
font-family: FontAwesome;
font-size: 18px;
height: 18px;
line-height: 18px;
pointer-events: none;
position: absolute;
right: 40px;
top: 50%;
transform: translateY(-50%);
z-index: 11;
}
.contact-form .spinner i,
.wpcf7 .spinner i {
font-size: 42px;
}
form [class*="col-"] + [class*="col-"] {
margin-top: 0;
}
select {
max-width: 100%;
color: var(--text-color);
} .wpcf7-form-control-wrap[class*="date-"] {
display: block;
position: relative;
}
.wpcf7-form-control-wrap[class*="date-"] input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: #fff;
position: relative;
}
.wpcf7-form-control-wrap[class*="date-"]::after {
background-color: #fff;
content: "\f073";
font-family: "FontAwesome";
font-size: 18px;
pointer-events: none;
position: absolute;
right: 24px;
top: 50%;
transform: translateY(-50%);
z-index: 9;
}
.contact-form > div {
margin-bottom: 30px;
}
.comment-form .form-submit {
margin-bottom: 0;
}
.wpcf7-list-item {
-ms-flex-align: center;
align-items: center;
display: -ms-flexbox;
display: flex;
margin: 0 !important;
padding-left: 25px;
position: relative;
}
.wpcf7-list-item span::before {
content: "";
background-color: #fff;
border-radius: 3px;
border: 1px solid #ccc;
cursor: pointer !important;
height: 18px;
left: 0;
position: absolute;
top: 5px;
width: 18px;
transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.wpcf7-list-item span::after {
color: var(--text-color);
cursor: pointer !important;
font-size: 11px;
height: 18px;
left: 1px;
padding: 0;
position: absolute;
top: 6px;
width: 18px;
text-align: center;
line-height: 18px;
}
.wpcf7-list-item input[type="checkbox"],
.wpcf7-list-item input[type="radio"] {
display: none;
}
.wpcf7-list-item input[type="checkbox"]:checked + span::after,
.wpcf7-list-item input[type="radio"]:checked + span::after {
font-family: 'FontAwesome';
content: "\f00c";
}
.wpcf7-list-item input[type="checkbox"]:focus + span::before,
.wpcf7-list-item input[type="radio"]:focus + span::before {
outline-offset: -2px;
outline: 5px auto -webkit-focus-ring-color;
outline: thin dotted;
}
.wpcf7-list-item input[type="checkbox"]:disabled + span,
.wpcf7-list-item input[type="radio"]:disabled + span {
opacity: 0.65;
}
.wpcf7-list-item input[type="checkbox"]:disabled + span::before,
.wpcf7-list-item input[type="radio"]:disabled + span::before {
background-color: #eeeeee;
cursor: not-allowed;
}
.checkbox .wpcf7-not-valid span::before {
background: transparent;
border-color: #e31919 !important;
}
.checkbox .wpcf7-not-valid-tip {
display: none !important;
}  .search-notice-field {
border: 1px solid #f1f1f1;
border-radius: 3px;
color: inherit;
margin-bottom: 20px;
padding: 15px 23px;
position: relative;
width: 100%;
z-index: 1;
}
.search-notice-title {
color: inherit;
font-size: 24px;
margin: 0;
}
.search-notice-label {
font-size: 18px;
font-weight: normal;
margin-bottom: 15px;
} .search-result {
border-bottom: 1px solid #ebf2f6;
padding-bottom: 21px;
}
.search-result a {
display: inline-block;
}
.search-result + .search-result {
margin-top: 26px;
}
.search-result-title {
font-size: 18px;
font-weight: bold;
margin: 0;
}
.search-result-content {
margin: 3px 0 0;
}
.search-notice + .content-container {
padding-top: 40px;
}
body.search .content-container {
background: #fff;
} .alert,
div.wpcf7-mail-sent-ng,
div.wpcf7-validation-errors {
background: #f0f0f0;
border: 1px solid #dcdcdc;
border-radius: 4px;
color: #9d9d9d;
line-height: 1.2em;
margin-bottom: 15px;
min-height: 47px;
padding: 12px 60px 11px 67px;
position: relative;
}
.alert.alert-no-icon,
div.wpcf7-mail-sent-ng.alert-no-icon,
div.wpcf7-validation-errors.alert-no-icon {
padding-left: 15px;
}
.alert.alert-no-icon::after,
div.wpcf7-mail-sent-ng.alert-no-icon::after,
div.wpcf7-validation-errors.alert-no-icon::after {
display: none;
}
.alert::before,
.alert > i,
div.wpcf7-mail-sent-ng::before,
div.wpcf7-mail-sent-ng > i,
div.wpcf7-validation-errors::before,
div.wpcf7-validation-errors > i {
color: inherit;
font-size: 14px;
left: 0;
padding: 0;
position: absolute;
text-align: center;
top: 50%;
transform: translateY(-50%);
width: 48px;
z-index: 2;
}
.alert::before,
div.wpcf7-mail-sent-ng::before,
div.wpcf7-validation-errors::before {
display: none;
}
.alert::after,
div.wpcf7-mail-sent-ng::after,
div.wpcf7-validation-errors::after {
border-right: 1px solid;
border-color: inherit;
bottom: 0;
content: "";
left: 0;
position: absolute;
top: 0;
width: 48px;
z-index: 1;
}
.alert .close,
div.wpcf7-mail-sent-ng .close,
div.wpcf7-validation-errors .close {
background: transparent;
border: none;
color: inherit;
float: right;
height: 48px;
opacity: .2;
padding: 0;
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
transition: opacity .2s;
width: 48px;
}
.alert .close:focus,
.alert .close:hover,
div.wpcf7-mail-sent-ng .close:focus,
div.wpcf7-mail-sent-ng .close:hover,
div.wpcf7-validation-errors .close:focus,
div.wpcf7-validation-errors .close:hover {
opacity: .5;
}
.alert .close i,
div.wpcf7-mail-sent-ng .close i,
div.wpcf7-validation-errors .close i {
height: auto;
line-height: 22px;
padding: 0;
text-align: center;
top: 0;
vertical-align: top;
width: 46px;
}
.alert a:not(.alert-link),
div.wpcf7-mail-sent-ng a:not(.alert-link),
div.wpcf7-validation-errors a:not(.alert-link) {
color: rgba(0, 0, 0, 0.85);
}
.alert a:not(.alert-link):hover,
div.wpcf7-mail-sent-ng a:not(.alert-link):hover,
div.wpcf7-validation-errors a:not(.alert-link):hover {
color: black;
}
.alert .button,
div.wpcf7-mail-sent-ng .button,
div.wpcf7-validation-errors .button {
background: none;
display: inline;
margin-right: 10px;
padding: 7px 0;
position: relative;
top: -1px;
}
.alert .button:hover,
.alert .button:focus,
div.wpcf7-mail-sent-ng .button:hover,
div.wpcf7-mail-sent-ng .button:focus,
div.wpcf7-validation-errors .button:hover,
div.wpcf7-validation-errors .button:focus {
background: none;
}
.alert-heading {
color: inherit;
font-size: 21px;
margin-bottom: 5px;
margin-top: 0;
}
.alert-link {
font-weight: bold;
}
.alert-link:hover,
.alert-link:focus {
text-decoration: underline;
}
.alert-maps {
margin: 20px auto;
max-width: 1140px;
}
div.wpcf7-mail-sent-ng,
div.wpcf7-validation-errors {
margin: 0;
}
div.wpcf7-mail-sent-ng::before,
div.wpcf7-validation-errors::before {
content: "\f12a";
display: block;
font-family: "FontAwesome";
}
div.wpcf7-mail-sent-ok {
background: #7add51;
border: none;
border-radius: 4px;
color: #fff;
font-size: 14px;
line-height: 22px;
margin: 0;
margin-bottom: 15px;
margin-top: 7px;
min-height: 22px;
padding-bottom: 10px;
padding-left: 50px;
padding-top: 10px;
position: relative;
}
div.wpcf7-mail-sent-ok::before {
content: "\f00c";
display: block;
font-family: "FontAwesome";
left: 0;
margin-left: 20px;
position: absolute;
}
div.wpcf7-validation-errors,
.alert-danger-style-2,
.alert-info-style-2,
.alert-normal-style-2,
.alert-success-style-2,
.alert-useful-style-2,
.alert-warning-style-2,
div.wpcf7-mail-sent-ng {
border-color: rgba(0, 0, 0, 0.05);
color: #fff;
}
div.wpcf7-validation-errors .close,
.alert-danger-style-2 .close,
.alert-info-style-2 .close,
.alert-normal-style-2 .close,
.alert-success-style-2 .close,
.alert-useful-style-2 .close,
.alert-warning-style-2 .close,
div.wpcf7-mail-sent-ng .close {
color: #fff;
opacity: .4;
}
.alert-info {
background: #f7f7f9;
border-color: #eee;
color: #818a91;
}
.alert-info .alert-link {
color: #555;
}
.alert-info-style-2 {
background: #fab702;
}
.alert-danger {
background: #f2dede;
border-color: #ebcccc;
color: #a94442;
}
.alert-danger .alert-link {
color: #843534;
}
.wpcf7 div.wpcf7-validation-errors.wpcf7-response-output,
.alert-danger-style-2,
div.wpcf7-mail-sent-ng {
background: #fa7267;
margin-top: 20px;
}
.alert-warning {
background: #fcf8e3;
border-color: #f7eec5;
color: #8a6d3b;
}
.alert-warning .alert-link {
color: #66512c;
}
.alert-warning-style-2 {
background: #ffd500;
}
.alert-success {
background: #dff0d8;
border-color: #d0e9c6;
color: #3c763d;
}
.alert-success .alert-link {
color: #2b542c;
}
.alert-success-style-2 {
background: #7add51;
}
.alert-useful {
background: #d9edf7;
border-color: #bcdff1;
color: #31708f;
}
.alert-useful .alert-link {
color: #245269;
}
.alert-useful-style-2 {
background: #77dcff;
}
.alert-normal {
background: #e9dfea;
border-color: #d9cddc;
color: #8d7b92;
}
.alert-normal .alert-link {
color: #6b5c6f;
}
.alert-normal-style-2 {
background: #bd8bc7;
} table.table {
border: 1px solid #ebf2f6;
margin-bottom: 45px;
}
.table-responsive {
border-color: #ebf2f6;
}
table.table > tbody,
table.table > tfoot,
table.table > thead {
border: none;
}
table.table > tbody td,
table.table > tbody th,
table.table > tfoot td,
table.table > tfoot th,
table.table > thead td,
table.table > thead th {
border-color: #ebf2f6;
padding: 15px 20px;
}
table.table > tbody td,
table.table > tfoot td,
table.table > thead td {
position: relative;
}
table.table > tbody.bg-primary tr td,
table.table > tbody.bg-primary tr th,
table.table > tbody tr.bg-primary td,
table.table > tbody tr.bg-primary th,
table.table > tfoot.bg-primary tr td,
table.table > tfoot.bg-primary tr th,
table.table > tfoot tr.bg-primary td,
table.table > tfoot tr.bg-primary th,
table.table > thead.bg-primary tr td,
table.table > thead.bg-primary tr th,
table.table > thead tr.bg-primary td,
table.table > thead tr.bg-primary th {
color: #fff;
}
table.table > tbody th,
table.table > tfoot th,
table.table > thead th {
text-align: center;
}
table.table > thead th {
border: none;
position: relative;
}
table.table-bordered > tbody th,
table.table-bordered > tfoot th,
table.table-bordered > thead th {
border: 1px solid #ebf2f6;
}
table.table-bordered > tbody td::after,
table.table-bordered > tbody td::before,
table.table-bordered > tbody th::after,
table.table-bordered > tbody th::before,
table.table-bordered > tfoot td::after,
table.table-bordered > tfoot td::before,
table.table-bordered > tfoot th::after,
table.table-bordered > tfoot th::before,
table.table-bordered > thead td::after,
table.table-bordered > thead td::before,
table.table-bordered > thead th::after,
table.table-bordered > thead th::before {
background-color: #fff;
content: "";
height: 1px;
position: absolute;
top: -1px;
width: 2px;
}
table.table-bordered > tbody td::after,
table.table-bordered > tbody th::after,
table.table-bordered > tfoot td::after,
table.table-bordered > tfoot th::after,
table.table-bordered > thead td::after,
table.table-bordered > thead th::after {
right: 0;
}
table.table-bordered > tbody td::before,
table.table-bordered > tbody th::before,
table.table-bordered > tfoot td::before,
table.table-bordered > tfoot th::before,
table.table-bordered > thead td::before,
table.table-bordered > thead th::before {
left: 0;
}
table.table.table-bordered tr *:first-child::before {
display: none;
}
table.table.table-bordered tr *:last-child::after {
display: none;
}
table.table.table-bordered thead tr:first-of-type td::after,
table.table.table-bordered thead tr:first-of-type td::before,
table.table.table-bordered thead tr:first-of-type th::after,
table.table.table-bordered thead tr:first-of-type th::before {
display: none;
}
@media screen and (max-width: 767px) {
.table-responsive table.table {
border: none;
}
.table-responsive tbody tr:first-child > * {
border-top: none;
}
}
.table-striped > tbody > tr {
background-color: #f7f7f7;
}
.table-striped > tbody > tr:nth-of-type(odd) {
background-color: #fff;
}
table:not([class]):not([id]) td,
table:not([class]):not([id]) th {
border: 1px solid #ebf2f6;
padding: 10px 15px;
} .anps-timeline__subtitle {
font-size: 14px;
margin-bottom: 3px;
}
.anps-timeline__title {
font-size: 18px;
line-height: 1.4em;
margin: 0;
margin-bottom: 10px;
}
@media (min-width: 992px) {
.anps-timeline__title {
font-size: 20px;
line-height: 1.5em;
}
}
.anps-timeline__content {
line-height: 1.8em;
}
.anps-timeline__content-inner {
background-color: #fff;
position: relative;
z-index: 2;
}
.anps-timeline--shadow .anps-timeline__content-inner,
.anps-timeline__content-inner[style*="background-color"] {
padding: 30px;
}
@media (min-width: 992px) {
.anps-timeline--shadow .anps-timeline__content-inner,
.anps-timeline__content-inner[style*="background-color"] {
margin-top: -40px;
padding: 40px;
}
}
.anps-timeline--style-1 .anps-timeline__item {
padding-left: 35px;
position: relative;
}
@media (min-width: 768px) {
.anps-timeline--style-1 .anps-timeline__item {
padding-left: 130px;
}
}
.anps-timeline--style-1 .anps-timeline-dot {
background-color: #fff;
height: 28px;
left: 0;
padding: 4px;
position: absolute;
top: 0;
width: 28px;
z-index: 2;
}
@media (min-width: 768px) {
.anps-timeline--style-1 .anps-timeline-dot {
left: 79px;
}
}
.anps-timeline--style-1 .anps-timeline-dot::before {
background-color: #fdae61;
border-radius: 50%;
content: "";
height: 10px;
left: 50%;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
width: 10px;
z-index: 3;
}
.anps-timeline--style-1 .anps-timeline-dot__inner {
background-color: #fdae61;
border-radius: 50%;
content: "";
height: 20px;
left: 50%;
opacity: .35;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
width: 20px;
z-index: 4;
}
.anps-timeline--style-1 .anps-timeline__wrap {
position: relative;
}
.anps-timeline--style-1 .anps-timeline__wrap:first-child {
padding-top: 0;
}
.anps-timeline--style-1 .anps-timeline__wrap:first-child .anps-timeline__date {
top: 0;
}
.anps-timeline--style-1 .anps-timeline__wrap:last-child .anps-timeline__item:last-child::after {
background-color: #fff;
content: "";
height: 100%;
left: 92px;
position: absolute;
top: 0;
width: 2px;
z-index: 1;
}
.anps-timeline--style-1 .anps-timeline__wrap::after {
background-color: #f3f3f4;
content: "";
height: 100%;
left: 14px;
position: absolute;
top: 0;
width: 2px;
}
@media (min-width: 768px) {
.anps-timeline--style-1 .anps-timeline__wrap::after {
left: 92px;
}
}
.anps-timeline--style-1 .anps-timeline__date {
font-size: 21px;
padding: 15px 0 15px 35px;
position: relative;
z-index: 2;
}
@media (min-width: 768px) {
.anps-timeline--style-1 .anps-timeline__date {
font-size: 25px;
left: 0;
margin: 0;
padding: 0;
position: absolute;
top: 0;
}
}
.anps-timeline--style-1 .anps-timeline__item + .anps-timeline__item {
margin-top: 30px;
}
.anps-timeline--style-1 .anps-timeline__wrap + .anps-timeline__wrap {
padding-top: 30px;
}
@media (min-width: 768px) {
.anps-timeline--style-1 .anps-timeline__wrap + .anps-timeline__wrap .anps-timeline__date {
top: 30px;
}
}
.anps-timeline--style-1.anps-timeline--shadow .anps-timeline__content,
.anps-timeline--style-1.anps-timeline--shadow .anps-timeline__date {
box-shadow: 0 20px 40px 0 rgba(221, 224, 231, 0.5);
}
@media (min-width: 768px) {
.anps-timeline--style-1.anps-timeline--shadow .anps-timeline__content,
.anps-timeline--style-1.anps-timeline--shadow .anps-timeline__date {
box-shadow: 0 30px 70px 0 rgba(221, 224, 231, 0.5);
}
}
@media (min-width: 992px) {
.anps-timeline--style-1.anps-timeline--shadow .anps-timeline__content,
.anps-timeline--style-1.anps-timeline--shadow .anps-timeline__date {
box-shadow: 0 30px 100px 0 rgba(221, 224, 231, 0.5);
}
}
.anps-timeline--style-1.anps-timeline--shadow .anps-timeline__date {
padding: 12px 20px;
top: -12px;
}
.anps-timeline--style-2 {
position: relative;
}
.anps-timeline--style-2 .anps-timeline-line {
background-color: #f3f3f4;
content: "";
height: 100%;
left: 50%;
margin-left: -1px;
position: absolute;
top: 0;
width: 2px;
}
.anps-timeline--style-2::after {
clear: both;
content: "";
display: table;
}
.anps-timeline--style-2 .anps-timeline-date {
background-color: inherit;
clear: both;
display: block;
margin: 30px 0;
padding: 15px 0;
position: relative;
text-align: center;
width: 100%;
z-index: 1;
}
@media (min-width: 992px) {
.anps-timeline--style-2 .anps-timeline-date {
margin: 60px 0;
padding: 30px 0;
}
}
.anps-timeline--style-2 .anps-timeline-date:first-of-type {
margin-top: 0;
padding-top: 0;
}
.anps-timeline--style-2 .anps-timeline-date:last-child {
margin-bottom: 0;
}
.anps-timeline--style-2 .anps-timeline-date__inner {
background-color: #fff;
display: inline-block;
padding: 7px 22px;
}
@media (min-width: 992px) {
.anps-timeline--style-2 .anps-timeline__item {
background-color: inherit;
float: left;
position: relative;
width: calc(50% - 100px);
z-index: 2;
}
.anps-timeline--style-2 .anps-timeline__item:nth-of-type(2n) {
float: right;
}
.anps-timeline--style-2 .anps-timeline__item:nth-of-type(2n) .anps-timeline-dot {
left: -114px;
}
}
.anps-timeline--style-2 .anps-timeline__item:last-child {
margin-bottom: 0;
}
.anps-timeline--style-2 .anps-timeline-dot {
background-color: inherit;
border-radius: 50%;
height: 28px;
padding: 4px;
position: absolute;
right: -114px;
top: 0;
width: 28px;
z-index: 2;
}
.anps-timeline--style-2 .anps-timeline-dot__outer {
background-color: #fdae61;
border-radius: 50%;
content: "";
height: 10px;
left: 50%;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
width: 10px;
z-index: 3;
}
.anps-timeline--style-2 .anps-timeline-dot__inner {
background-color: #fdae61;
border-radius: 50%;
content: "";
height: 20px;
left: 50%;
opacity: .35;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
width: 20px;
z-index: 4;
}
.anps-timeline--style-2.anps-timeline--shadow .anps-timeline__content,
.anps-timeline--style-2.anps-timeline--shadow .anps-timeline .anps-timeline-date__inner {
box-shadow: 0 20px 40px 0 rgba(221, 224, 231, 0.5);
}
@media (min-width: 768px) {
.anps-timeline--style-2.anps-timeline--shadow .anps-timeline__content,
.anps-timeline--style-2.anps-timeline--shadow .anps-timeline .anps-timeline-date__inner {
box-shadow: 0 30px 70px 0 rgba(221, 224, 231, 0.5);
}
}
@media (min-width: 992px) {
.anps-timeline--style-2.anps-timeline--shadow .anps-timeline__content,
.anps-timeline--style-2.anps-timeline--shadow .anps-timeline .anps-timeline-date__inner {
box-shadow: 0 30px 100px 0 rgba(221, 224, 231, 0.5);
}
}
.anps-timeline--style-2.anps-timeline--shadow .anps-timeline-date__inner {
box-shadow: 0 20px 40px 0 rgba(221, 224, 231, 0.5);
}
@media (min-width: 768px) {
.anps-timeline--style-2.anps-timeline--shadow .anps-timeline-date__inner {
box-shadow: 0 30px 70px 0 rgba(221, 224, 231, 0.5);
}
}
@media (min-width: 992px) {
.anps-timeline--style-2.anps-timeline--shadow .anps-timeline-date__inner {
box-shadow: 0 30px 100px 0 rgba(221, 224, 231, 0.5);
}
}
.anps-timeline--style-2.anps-timeline--shadow .anps-timeline .anps-timeline {
padding: 20px;
}
.anps-timeline--style-2.anps-timeline--shadow .anps-timeline__content-inner {
background-color: #fff;
position: relative;
z-index: 3;
}
@media (min-width: 992px) {
.anps-timeline--style-2.anps-timeline--shadow .anps-timeline-triangle {
border-bottom: 16px solid transparent;
border-left: 20px solid #fff;
border-top: 16px solid transparent;
height: 0;
left: 100%;
position: absolute;
top: -2px;
width: 0;
z-index: 9;
}
}
@media (min-width: 992px) {
.anps-timeline--style-2.anps-timeline--shadow .anps-timeline__item:nth-of-type(2n) .anps-timeline-triangle {
border-bottom: 16px solid transparent;
border-left: none;
border-right: 20px solid #fff;
border-top: 16px solid transparent;
left: auto;
right: 100%;
}
.anps-timeline--style-2.anps-timeline--shadow .anps-timeline__item:last-child::after {
background-color: #fff;
content: "";
height: 100%;
left: -101px;
position: absolute;
top: 0;
width: 2px;
z-index: 1;
}
} .vc_gitem_row .vc_gitem-col.anps-grid,
.vc_gitem_row .vc_gitem-col.anps-grid-mansonry {
background: #fff;
border: 1px solid #e5e5e5;
box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.14);
padding: 0;
}
.vc_gitem_row .vc_gitem-col.anps-grid .post-title,
.vc_gitem_row .vc_gitem-col.anps-grid h3,
.vc_gitem_row .vc_gitem-col.anps-grid h4,
.vc_gitem_row .vc_gitem-col.anps-grid-mansonry .post-title,
.vc_gitem_row .vc_gitem-col.anps-grid-mansonry h3,
.vc_gitem_row .vc_gitem-col.anps-grid-mansonry h4 {
font-size: 22px;
line-height: 24px;
text-transform: uppercase;
}
.vc_gitem_row .vc_gitem-col.anps-grid .post-desc,
.vc_gitem_row .vc_gitem-col.anps-grid-mansonry .post-desc {
font-size: 14px;
line-height: 24px;
padding-bottom: 7px;
}
.vc_gitem_row .vc_gitem-col.anps-grid .vc_btn3-container,
.vc_gitem_row .vc_gitem-col.anps-grid-mansonry .vc_btn3-container {
margin-bottom: -8px;
}
.vc_gitem_row .vc_gitem-col.anps-grid > *,
.vc_gitem_row .vc_gitem-col.anps-grid-mansonry > * {
padding-left: 30px;
padding-right: 30px;
}
.vc_gitem_row .vc_gitem-col.anps-grid .vc_gitem-post-data-source-post_date,
.vc_gitem_row .vc_gitem-col.anps-grid-mansonry .vc_gitem-post-data-source-post_date {
border-bottom: 1px solid #e5e5e5;
border-top: 1px solid #e5e5e5;
font-size: 11px;
line-height: 25px;
padding-bottom: 5px;
padding-top: 5px;
}
.vc_gitem_row .vc_gitem-col.anps-grid .vc_gitem-post-data-source-post_date > div::before,
.vc_gitem_row .vc_gitem-col.anps-grid-mansonry .vc_gitem-post-data-source-post_date > div::before {
content: "\f073";
font-family: "FontAwesome";
font-size: 12px;
padding-right: 6px;
}
.anpsgrid.vc_gitem-zone {
overflow: visible;
}
.vc_gitem_row .vc_gitem-col.anps-grid-mansonry .vc_gitem-post-data-source-post_title {
padding-top: 12px;
}
.vc_gitem_row .vc_gitem-col.anps-grid-mansonry .vc_gitem-post-data-source-post_excerpt {
margin-bottom: 30px;
} .title.fs30 {
font-size: 30px;
margin-bottom: 68px;
}
.title.fs30::after {
bottom: -27px;
}
img.error404 {
margin-top: 78px !important;
} .anps-counter {
display: block;
font-size: 40px;
line-height: 1em;
} .lang_sel_sel {
border: 1px solid #d9d9d9;
border-radius: 3px;
z-index: 22;
}
.widget_icl_lang_sel_widget {
position: relative;
}
.widget_icl_lang_sel_widget #lang_sel {
z-index: 2;
}
#lang_sel img.iclflag {
top: 0;
}
.widget_icl_lang_sel_widget #lang_sel > ul,
.widget_icl_lang_sel_widget #lang_sel_click > ul {
margin-top: 5px !important;
padding: 0 !important;
}
.widget_icl_lang_sel_widget #lang_sel > ul li,
.widget_icl_lang_sel_widget #lang_sel_click > ul li {
min-height: 40px;
}
.widget_icl_lang_sel_widget #lang_sel > ul a,
.widget_icl_lang_sel_widget #lang_sel_click > ul a {
line-height: 30px;
text-align: left;
}
.widget_icl_lang_sel_widget #lang_sel > ul a span,
.widget_icl_lang_sel_widget #lang_sel_click > ul a span {
text-align: left;
width: 100%;
}
.widget_icl_lang_sel_widget #lang_sel > ul ul,
.widget_icl_lang_sel_widget #lang_sel_click > ul ul {
top: 31px;
}
.above-nav-bar .widget_icl_lang_sel_widget #lang_sel > ul {
margin-top: 12px !important;
}
.above-nav-bar .widget_icl_lang_sel_widget #lang_sel_click {
top: 20px;
}
aside #lang_sel,
aside .widget_icl_lang_sel_widget #lang_sel > ul li,
aside .widget_icl_lang_sel_widget #lang_sel ul,
aside .widget_icl_lang_sel_widget #lang_sel_click,
aside .widget_icl_lang_sel_widget #lang_sel_click > ul li,
aside .widget_icl_lang_sel_widget #lang_sel_click ul {
width: 100%;
}
#lang_sel a.lang_sel_sel {
background-position: 93% 50%;
} #lang_sel_list {
top: 9px;
}
#lang_sel_list ul li {
min-height: 22px;
}
#lang_sel_list ul li a {
padding: 5px !important;
}
.above-nav-bar #lang_sel_list {
top: 15px;
}
#lang_sel > ul li:hover > a,
#lang_sel a:hover {
background: #f8f9f9;
}
#lang_sel a.lang_sel_sel {
color: #898989;
} .top-bar #lang_sel a.lang_sel_sel {
background-color: transparent;
border: none;
margin-top: 2px;
} .instagram-pics {
margin-left: -3px;
margin-right: -3px;
}
.instagram-pics > li {
display: inline-block;
float: none;
}
.instagram-pics > li img {
height: 89px;
padding: 3px;
}
.instagram-pics + p > a {
color: #fff;
display: block;
font-size: 18px;
font-weight: bold;
margin-top: 20px;
} .anps-twitter {
padding-bottom: 50px;
padding-top: 76px;
}
.anps-twitter .owl-carousel {
margin: auto auto 8px;
max-width: 600px;
position: relative;
}
.anps-twitter .owl-item {
color: #7f7f7f;
font-size: 18px;
font-style: italic;
text-align: center;
width: 100%;
}
.anps-twitter .twitter-owl-nav {
padding-bottom: 60px;
}
.anps-twitter .twitter-owl-nav button {
background-color: transparent;
border: 1px solid;
border-color: #ccc;
border-radius: 3px;
color: #ccc;
font-size: 18px;
height: 38px;
line-height: 34px;
margin-right: 2px;
width: 36px;
}
.anps-twitter .twitter-owl-nav button:focus,
.anps-twitter .twitter-owl-nav button:hover {
background-color: #e7e7e7;
}
.anps-twitter .twitter-owl-nav button:focus {
outline: none;
}
.anps-twitter .twitter-owl-nav button i {
text-align: center;
}
.twitter {
background-size: cover;
box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.045), inset 0 1px 0 0 rgba(0, 0, 0, 0.045);
font-size: 18px;
padding: 75px 0 56px;
text-align: center;
}
.twitter h1 {
font-size: 29px;
margin: 0 0 10px;
}
.twitter .item {
padding: 0 20px;
width: 100%;
}
.tab-pane .form-submit .twitter #submit,
.twitter .added_to_cart,
.twitter .btn,
.twitter .tab-pane .form-submit #submit {
font-size: 14px;
margin-top: 20px;
}
.twitter .carousel-indicators {
margin: 7px auto 0 !important;
position: static;
}
.twitter .carousel-indicators li {
border: none;
height: 7px;
margin: 0 2px;
width: 7px;
}
.anps-heading {
margin: 0;
padding: 0;
}
.anps-heading__text,
.anps-heading__link {
display: inline-block;
margin: 0;
padding: 0;
}
.anps-heading--comments {
font-size: 21px;
font-weight: bold;
}
.anps-heading--reply {
font-size: 21px;
font-weight: bold;
margin-bottom: 40px;
}
.anps-heading--portfolio-single {
margin-bottom: 15px;
}
.anps-heading--portfolio-single-2 {
margin-bottom: 15px;
margin-top: 30px;
} .anps_cta {
font-size: 19px;
padding: 30px 15px;
position: relative;
}
@media (min-width: 768px) {
.anps_cta {
padding: 21px 200px 21px 0;
}
.anps_cta .btn {
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
}
}
@media (max-width: 767px) {
.anps_cta .btn {
margin-top: 20px;
position: relative;
}
} .card {
border-radius: 3px;
display: table;
height: 132px;
margin-bottom: 30px;
overflow: hidden;
width: 100%;
}
.card .icon {
background-color: currentColor;
display: table-cell;
height: 100%;
position: relative;
width: 48px;
}
.card .icon::after {
border-bottom: 272px solid currentColor;
border-left: 0;
border-right: 90px solid transparent;
content: "";
height: 100%;
position: absolute;
right: -90px;
top: 0;
width: 0;
}
.card .icon i {
bottom: 25px;
font-size: 28px;
left: 25px;
position: absolute;
z-index: 1;
}
.card .content-wrap {
display: table-cell;
padding: 10px 10px 10px 62px;
position: relative;
vertical-align: middle;
z-index: 1;
}
.card .content-wrap .item-title {
display: inline-block;
font-size: 16px;
}
.card .content-wrap .text {
font-size: 15px;
font-weight: bold;
}
.card .content-wrap .text * {
color: inherit;
}
.card .content-wrap .text a {
text-decoration: underline;
transition: .2s opacity;
}
.card .content-wrap .text a:hover,
.card .content-wrap .text a:focus {
opacity: .7;
} .anps-subscribe {
color: var(--text-color);
max-width: 500px;
position: relative;
width: 100%;
}
.anps-subscribe--center {
margin: 0 auto;
}
.anps-subscribe--right {
margin: 0 0 0 auto;
}
.anps-subscribe--single .tnp-submit {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: none;
border: none;
color: transparent;
height: 50px;
line-height: 50px;
width: 50px;
}
.anps-subscribe--single .tnp-field-button {
background-color: var(--btn-bg, #f6f7f9);
border-radius: 3px;
position: absolute;
right: 13px;
top: 13px;
transition: .2s color ease-in-out, .2s background-color ease-in-out;
}
.anps-subscribe--single .tnp-field-button:hover {
background-color: var(--btn-bg-hover, --anps-primary);
color: var(--btn-color-hover, #fff);
}
.anps-subscribe--single .tnp-field-button::after {
content: "\f1d8";
font-family: FontAwesome;
font-size: 20px;
left: 50%;
margin-left: -1px;
pointer-events: none;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
z-index: 1;
}
.anps-subscribe--single .tnp-field-email {
margin-bottom: 30px;
position: relative;
}
.anps-subscribe--single .tnp-field-email::before {
color: var(--icon-color, #eaebed);
content: "\f0e0";
font-family: FontAwesome;
font-size: 29px;
left: 21px;
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.anps-subscribe--single .tnp-field-email label {
display: none;
}
.anps-subscribe--single input[type="email"] {
background-color: var(--input-bg-color, #fff);
border: none;
border-radius: 4px;
box-shadow: 0 30px 100px 0 rgba(0, 0, 0, 0.07);
height: 76px;
line-height: 76px;
outline: none;
padding: 0 65px;
transition: .3s box-shadow ease-in-out;
width: 100%;
}
.anps-subscribe--single input[type="email"]:focus {
box-shadow: 0 30px 100px 0 rgba(0, 0, 0, 0.12);
}
.anps-subscribe--multiple label {
display: block;
margin-bottom: 10px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.anps-subscribe--multiple input[type="text"],
.anps-subscribe--multiple input[type="email"] {
border-radius: 3px;
border: 1px solid #f1f1f1;
color: inherit;
line-height: 1.4em;
padding: 8px 15px;
position: relative;
width: 100%;
z-index: 1;
}
@media (min-width: 768px) {
.anps-subscribe--multiple input[type="text"],
.anps-subscribe--multiple input[type="email"] {
padding: 10px 20px;
}
}
@media (min-width: 992px) {
.anps-subscribe--multiple input[type="text"],
.anps-subscribe--multiple input[type="email"] {
padding: 12px 23px;
}
}
.anps-subscribe--multiple input[type="text"]:focus,
.anps-subscribe--multiple input[type="email"]:focus {
border-color: #ccc;
outline: none;
}
.anps-subscribe--multiple .tnp-field + .tnp-field {
margin-top: 20px;
}
.anps-subscribe--multiple .tnp-submit {
margin-top: 20px;
}
.anps-subscribe--multiple .tnp-gender {
border: 1px solid #f1f1f1;
padding: 10px 60px 10px 15px;
}
.anps-subscribe--multiple .tnp-field-privacy label {
margin-top: 30px;
}
.anps-subscribe .tnp-field-privacy {
padding-left: 35px;
position: relative;
}
.anps-subscribe .tnp-field-privacy:hover label::after {
opacity: .3;
}
.anps-subscribe .tnp-field-privacy::before {
border: 1px solid;
border-radius: 3px;
content: "";
height: 22px;
left: 0;
opacity: .5;
position: absolute;
top: 3px;
width: 22px;
}
.anps-subscribe .tnp-field-privacy label {
font-size: 90%;
font-weight: normal;
}
.anps-subscribe .tnp-field-privacy label::after {
background-color: var(--icon-color, --anps-primary);
border: 1px solid #f1f1f1;
content: "";
height: 12px;
left: 5px;
opacity: 0;
position: absolute;
top: 8px;
transition: .2s opacity ease-in-out;
width: 12px;
z-index: 1;
}
.anps-subscribe .tnp-field-privacy input {
display: none;
}
.anps-subscribe .tnp-field-privacy input:checked + label::after {
opacity: 1;
} .scroll-top {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: var(--anps-primary);
border: none;
border-radius: 50%;
bottom: 22px;
color: #fff;
font-size: 25px;
height: 40px;
line-height: 40px;
outline: none;
position: fixed;
right: 22px;
transform: translate3d(0, 0, 0);
transition: opacity .2s, transform .2s;
width: 40px;
z-index: 100;
}
.scroll-top::before {
border-radius: inherit;
box-shadow: 0 10px 25px 0 var(--anps-primary);
content: "";
height: 100%;
left: 0;
opacity: .3;
position: absolute;
top: 0;
width: 100%;
}
.scroll-top:hover,
.scroll-top:focus {
opacity: .85;
transform: translateY(5px);
}
.scroll-top-hide {
opacity: 0;
}
.scroll-top i {
left: 50%;
margin-top: -2px;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
vertical-align: middle;
}
@media (max-width: 999px) {
.scroll-top {
display: none;
}
} .large-above-menu.style-2 { }
.large-above-menu.style-2 > .widget:not(:last-child) {
padding-right: 40px;
}
.large-above-menu.style-2 .widget_anpstext {
line-height: 1.6em;
}
.large-above-menu.style-2 .widget_anpstext .fa,
.large-above-menu.style-2 .widget_anpstext .important {
font-size: 18px;
}
.large-above-menu.style-2 .widget_anpstext .fa {
margin-right: 5px;
}
.large-above-menu.style-2 .contact-info li {
line-height: 1.6em;
padding-left: 0;
}
.large-above-menu.style-2 .contact-info li + li {
margin-left: 19px;
}
.large-above-menu.style-2 .contact-info li .fa {
border: none;
height: auto;
line-height: 1.6em;
margin-right: 10px;
position: relative;
transform: translateY(0);
width: auto;
}
@media (min-width: 992px) {
.anps-side-container {
position: relative;
}
}
.anps-box--shadow {
box-shadow: 0 20px 40px 0 rgba(221, 224, 231, 0.5);
}
@media (min-width: 768px) {
.anps-box--shadow {
box-shadow: 0 30px 70px 0 rgba(221, 224, 231, 0.5);
}
}
@media (min-width: 992px) {
.anps-box--shadow {
box-shadow: 0 30px 100px 0 rgba(221, 224, 231, 0.5);
}
}
.anps-box__wrap {
overflow: hidden;
position: relative;
z-index: 1;
}
.anps-box__wrap > *:first-child {
margin-top: 0;
}
.anps-box__wrap > *:last-child {
margin-bottom: 0;
}
@media (min-width: 767px) {
.anps-box--border .anps-box {
border-right: 1px solid #f2f2f2;
}
}
.anps-box--border > div:last-child .anps-box {
border-right: 0;
}
a.anps-box__img {
transition: .2s opacity;
}
a.anps-box__img:hover,
a.anps-box__img:focus {
opacity: .85;
}
.anps-content-over {
position: relative;
}
@media (min-width: 768px) {
.anps-content-over {
padding: 68px 0;
}
.anps-content-over--left {
text-align: right;
}
.anps-content-over--left .anps-content-over__img {
left: 0;
}
.anps-content-over--right {
text-align: left;
}
.anps-content-over--right .anps-content-over__img {
right: 0;
}
}
.anps-content-over__img {
background-size: cover;
background-position: center;
padding-bottom: 40%;
width: 100%;
}
@media (min-width: 768px) {
.anps-content-over__img {
height: 100%;
padding: 0;
position: absolute;
top: 0;
width: 55%;
}
}
@media (min-width: 992px) {
.anps-content-over__img {
width: 50%;
}
}
.anps-content-over__main {
background-color: #fff;
display: inline-block;
position: relative;
text-align: left;
padding: 45px 15px;
width: 100%;
z-index: 1;
}
@media (min-width: 768px) {
.anps-content-over__main {
padding: 85px 60px;
width: 63.5%;
}
}
@media (min-width: 992px) {
.anps-content-over__main {
padding: 115px 80px;
}
}
.anps-content-over__main > *:first-child {
margin-top: 0;
}
.anps-content-over__main > *:last-child {
margin-bottom: 0;
}
.owl-dots {
margin-top: 10px;
}
@media (min-width: 992px) {
.owl-dots {
margin-top: 30px;
}
}
.owl-dot {
background-color: #ececec;
border-radius: 50%;
display: inline-block;
height: 10px;
margin: 0 5px;
transition: .2s background-color;
width: 10px;
}
.owl-dot:hover,
.owl-dot:focus,
.owl-dot.active {
background-color: #9e9ea1;
}
.owl-dot.active {
cursor: default;
}
.anps-link {
-ms-flex-align: center;
align-items: center;
display: -ms-flexbox;
display: flex;
}
.anps-link__icon-wrap,
.anps-link__text {
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
}
.anps-link__icon-wrap + .anps-link__text,
.anps-link img + .anps-link__text,
.anps-link .fa + .anps-link__text {
padding-left: 15px;
}
.anps-link__icon {
color: var(--anps-secondary-background);
font-size: 20px;
transition: .2s color ease-in-out, .2s opacity ease-in-out;
}
.anps-link__icon svg {
height: 20px;
width: 20px;
}
.anps-link__icon-wrap {
-ms-flex-align: center;
align-items: center;
background-color: var(--anps-secondary);
border-radius: 50%;
display: -ms-flexbox;
display: flex;
-ms-flex-positive: 0;
flex-grow: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
transition: .2s background-color ease-in-out, .2s opacity ease-in-out;
}
.anps-link__icon-wrap--no-bg {
background: none !important;
}
.anps-link__icon-wrap img {
max-width: 50%;
}
.anps-link__text {
color: #777b81;
font-size: var(--anps-body-font-size);
transition: .2s opacity ease-in-out, .2s color ease-in-out;
}
.anps-link--hover:hover .anps-link__icon,
.anps-link--hover:focus .anps-link__icon {
color: var(--anps-secondary);
}
.anps-link--hover:hover .anps-link__icon[style*="#"],
.anps-link--hover:focus .anps-link__icon[style*="#"] {
opacity: .7;
}
.anps-link--hover:hover .anps-link__icon-wrap,
.anps-link--hover:focus .anps-link__icon-wrap {
background-color: var(--anps-primary);
}
.anps-link--hover:hover .anps-link__icon-wrap[style*="#"],
.anps-link--hover:focus .anps-link__icon-wrap[style*="#"] {
opacity: .7;
}
.anps-link--hover:hover .anps-link__text[style*="#"],
.anps-link--hover:focus .anps-link__text[style*="#"] {
opacity: .7;
}
.anps-link--center {
-ms-flex-pack: center;
justify-content: center;
}
.anps-frame {
position: relative;
}
.anps-frame__img {
bottom: 0;
font-size: 0;
left: 0;
line-height: 0;
position: absolute;
width: 100%;
z-index: 999;
}
@media (min-width: 992px) {
.side-by-side {
display: -ms-flexbox;
display: flex;
}
}
.side-by-side--right {
-ms-flex-pack: end;
justify-content: flex-end;
}
.side-by-side--center {
-ms-flex-pack: center;
justify-content: center;
}
.side-by-side--space_between {
-ms-flex-pack: justify;
justify-content: space-between;
}
.side-by-side--middle {
-ms-flex-align: center;
align-items: center;
}
.side-by-side--bottom {
-ms-flex-align: end;
align-items: flex-end;
}
.side-by-side__item > * {
margin-bottom: 0 !important;
margin-top: 0 !important;
}
@media (max-width: 991px) {
.side-by-side__item {
padding-left: 0 !important;
}
.side-by-side__item:first-child {
padding-top: 0 !important;
}
}
@media (min-width: 992px) {
.side-by-side__item {
padding-top: 0 !important;
}
.side-by-side__item:first-child {
padding-left: 0 !important;
}
}
@media (min-width: 1000px) {
.anps-blog .col-md-6:nth-child(2n+1) {
clear: left;
}
.anps-blog .col-md-4:nth-child(3n+1) {
clear: left;
}
.anps-blog .col-md-3:nth-child(4n+1) {
clear: left;
}
}
.anps-slider-progress {
overflow: hidden;
}
.anps-slider-progress div {
background: #000;
bottom: 0;
height: 100%;
left: 0;
position: absolute;
top: 0;
} .anps-popup {
-ms-flex-align: center;
align-items: center;
background-color: var(--anps-whitelist-token-overlay-bg-color);
display: -ms-flexbox;
display: flex;
height: 100%;
-ms-flex-pack: center;
justify-content: center;
left: 0;
opacity: 0;
padding: 15px;
pointer-events: none;
position: fixed;
top: 0;
transition: .3s opacity;
width: 100%;
z-index: 9999;
}
.admin-bar .anps-popup {
padding-top: 60px;
}
@media (max-width: 767px) {
.admin-bar .anps-popup {
padding-top: 60px;
}
}
@media (min-width: 768px) {
.anps-popup {
padding: 30px;
}
}
.anps-popup--active {
opacity: 1;
pointer-events: all;
}
.anps-popup__wrap {
background-color: #fff;
box-shadow: 0 30px 55px -15px rgba(0, 0, 0, 0.2);
display: -ms-flexbox;
display: flex;
max-height: 100%;
max-width: 1000px;
overflow-x: auto;
position: relative;
width: 100%;
}
.anps-popup__wrap--noimg {
max-width: 500px;
}
.anps-popup__row {
width: 100%;
}
@media (min-width: 768px) {
.anps-popup__row {
display: -ms-flexbox;
display: flex;
}
}
.anps-popup__content {
-ms-flex: 1;
flex: 1;
overflow: auto;
padding: 30px;
}
@media (min-width: 768px) {
.anps-popup__content {
padding: 50px;
}
}
.anps-popup__content .anps-btn {
margin-top: 10px;
}
@media (min-width: 768px) {
.anps-popup__img {
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
height: 100%;
width: 50%;
}
}
.anps-popup__title {
margin: 0;
padding-bottom: 10px;
}
.anps-popup__text {
margin: 0;
padding-bottom: 10px;
}
.anps-popup__form {
margin-top: 10px;
}
.anps-popup__form .anps_whitelist_data_row {
margin-bottom: 15px;
position: relative;
}
.anps-popup__form input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: #fff;
border-radius: 3px;
border: solid 1px #e7e7e7;
color: var(--anps-primary);
font-size: 14px;
margin: 0;
padding: 9px 15px;
transition: .2s border-color;
width: 100% !important;
}
.anps-popup__form input:focus {
border-color: #bbb;
outline: none;
}
.anps-popup__form :-ms-input-placeholder {
color: var(--anps-text-color);
opacity: 1;
}
.anps-popup__form ::placeholder {
color: var(--anps-text-color);
opacity: 1;
}
.anps-popup__form .anps-upload__label {
background: #fff;
border-radius: 3px;
border: solid 1px #e7e7e7;
color: var(--anps-text-color);
display: block;
font-size: 14px !important;
font-weight: 400;
padding: 9px 15px 9px 38px;
transition: background .3s;
}
.anps-popup__form .anps-upload__label:-ms-input-placeholder { color: red !important;
opacity: 1; }
.anps-popup__form .anps-upload__label::placeholder { color: red !important;
opacity: 1; }
.anps-popup__form .anps-upload__label:hover {
color: var(--anps-primary);
cursor: pointer;
}
.anps-popup__form .anps-upload__label::after {
content: '\f093';
color: #ccc;
font-family: FontAwesome;
font-size: 14px;
font-style: normal;
font-weight: normal;
left: 15px;
margin: 0;
padding-bottom: 2px;
position: absolute;
text-decoration: none;
top: 50%;
transform: translateY(-50%);
}
.anps-popup__form .anps-upload__input {
bottom: 0;
font-size: 1px;
height: 100%;
left: 0;
opacity: 0;
pointer-events: none;
position: absolute;
right: 0;
top: 0;
width: 0;
}
.anps-popup__close {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: transparent;
border: none;
color: #000;
font-size: 20px;
opacity: .3;
position: absolute;
right: 24px;
top: 15px;
transition: .2s color;
}
@media (min-width: 600px) {
.anps-popup__close {
right: 30px;
top: 20px;
}
}
.anps-popup__close:hover {
opacity: 1;
outline: none;
} .anps-list {
list-style: none;
margin: 0;
padding: 0;
}
.anps-list li {
position: relative;
padding-left: 30px;
}
.anps-list i {
position: absolute;
top: 1px;
left: 0;
}.anps-btn,
.button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: none;
border: none;
cursor: pointer;
display: inline-block;
overflow: hidden;
max-width: 100%;
position: relative;
text-align: center;
text-overflow: ellipsis;
white-space: nowrap;
}
.anps-btn[disabled],
.button[disabled] {
cursor: default;
filter: grayscale(0.8);
opacity: .3;
pointer-events: none;
}
.anps-btn-wrap--left {
text-align: left;
}
.anps-btn-wrap--center {
text-align: center;
}
.anps-btn-wrap--right {
text-align: right;
}
.anps-btn {
vertical-align: middle;
}
.anps-btn__icon {
display: inline-block;
margin-right: 12px;
vertical-align: middle;
}
.anps-btn__icon svg {
height: 16px;
width: 16px;
}
.anps-btn--sm {
font-size: 14px;
padding: 8px 25px;
}
@media (min-width: 992px) {
.anps-btn--sm {
font-size: 16px;
padding: 12px 35px;
}
}
.anps-btn--md {
font-size: 16px;
padding: 12px 35px;
}
@media (min-width: 992px) {
.anps-btn--md {
font-size: 16px;
padding: 14px 40px;
}
}
.anps-btn--lg {
font-size: 16px;
padding: 12px 35px;
}
@media (min-width: 992px) {
.anps-btn--lg {
font-size: 18px;
padding: 17px 45px;
}
}
.anps-btn--menu {
font-size: 16px;
padding: 10px 32px;
}
.anps-btn--add-to-cart {
font-size: 18px;
padding: 15px 45px;
}
.anps-btn--normal {
transition: .2s background-color ease-in-out, .2s color ease-in-out, .2s box-shadow ease-in-out, .2s filter, .3s opacity;
}
.anps-btn--gradient {
background-size: 100% 100%;
transition: background-size .2s ease-in-out, .2s box-shadow ease-in-out, .2s filter, .3s opacity;
}
.anps-btn--gradient:hover,
.anps-btn--gradient:focus {
background-size: 175% 100%;
}
.anps-btn--text {
background: none;
padding: 0;
transition: .2s color ease-in-out, .2s filter, .3s opacity;
}
.anps-btn--border {
border-style: solid;
transition: .2s background-color ease-in-out, .2s color ease-in-out, .2s border-color ease-in-out, .2s filter, .3s opacity;
}html.swipebox-html.swipebox-touch {
overflow: hidden !important;
}
#swipebox-overlay img {
border: none !important;
}
#swipebox-overlay {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 99999 !important;
overflow: hidden;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#swipebox-container {
position: relative;
width: 100%;
height: 100%;
}
#swipebox-slider {
-webkit-transition: -webkit-transform 0.4s ease;
transition: transform 0.4s ease;
height: 100%;
left: 0;
top: 0;
width: 100%;
white-space: nowrap;
position: absolute;
display: none;
cursor: pointer;
}
#swipebox-slider .slide {
height: 100%;
width: 100%;
line-height: 1px;
text-align: center;
display: inline-block;
}
#swipebox-slider .slide:before {
content: "";
display: inline-block;
height: 50%;
width: 1px;
margin-right: -1px;
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
display: inline-block;
max-height: 100%;
max-width: 100%;
margin: 0;
padding: 0;
width: auto;
height: auto;
vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
background: none;
max-width: 1140px;
max-height: 100%;
width: 100%;
padding: 5%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
width: 100%;
height: 0;
padding-bottom: 56.25%;
overflow: hidden;
position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
width: 100% !important;
height: 100% !important;
position: absolute;
top: 0;
left: 0;
}
#swipebox-slider .slide-loading {
background: url(//www.northcoastdental.com.au/wp-content/themes/ident/images/swipebox/loader.gif) no-repeat center center;
}
#swipebox-bottom-bar,
#swipebox-top-bar {
-webkit-transition: 0.5s;
transition: 0.5s;
position: absolute;
left: 0;
z-index: 999;
height: 50px;
width: 100%;
}
#swipebox-bottom-bar {
bottom: -50px;
}
#swipebox-bottom-bar.visible-bars {
-webkit-transform: translate3d(0, -50px, 0);
transform: translate3d(0, -50px, 0);
}
#swipebox-top-bar {
top: -50px;
}
#swipebox-top-bar.visible-bars {
-webkit-transform: translate3d(0, 50px, 0);
transform: translate3d(0, 50px, 0);
}
#swipebox-title {
display: block;
width: 100%;
text-align: center;
}
#swipebox-prev,
#swipebox-next,
#swipebox-close {
background-image: url(//www.northcoastdental.com.au/wp-content/themes/ident/images/swipebox/icons.png);
background-repeat: no-repeat;
border: none !important;
text-decoration: none !important;
cursor: pointer;
width: 50px;
height: 50px;
top: 0;
}
#swipebox-arrows {
display: block;
margin: 0 auto;
width: 100%;
height: 50px;
}
#swipebox-prev {
background-position: -32px 13px;
float: left;
}
#swipebox-next {
background-position: -78px 13px;
float: right;
}
#swipebox-close {
top: 0;
right: 0;
position: absolute;
z-index: 9999;
background-position: 15px 12px;
}
.swipebox-no-close-button #swipebox-close {
display: none;
}
#swipebox-prev.disabled,
#swipebox-next.disabled {
opacity: 0.3;
}
.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
-webkit-animation: rightSpring 0.3s;
animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
-webkit-animation: leftSpring 0.3s;
animation: leftSpring 0.3s;
}
.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: all .3s ease;
transition: all .3s ease;
content: ' ';
position: absolute;
z-index: 999;
top: 0;
height: 100%;
width: 20px;
opacity: 0;
}
.swipebox-touch #swipebox-container:before {
left: 0;
-webkit-box-shadow: inset 10px 0px 10px -8px #656565;
box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
right: 0;
-webkit-box-shadow: inset -10px 0px 10px -8px #656565;
box-shadow: inset -10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
opacity: 1;
}
@-webkit-keyframes rightSpring {
0% {
left: 0;
}
50% {
left: -30px;
}
100% {
left: 0;
}
}
@keyframes rightSpring {
0% {
left: 0;
}
50% {
left: -30px;
}
100% {
left: 0;
}
}
@-webkit-keyframes leftSpring {
0% {
left: 0;
}
50% {
left: 30px;
}
100% {
left: 0;
}
}
@keyframes leftSpring {
0% {
left: 0;
}
50% {
left: 30px;
}
100% {
left: 0;
}
}
@media screen and (min-width: 800px) {
#swipebox-close {
right: 10px;
}
#swipebox-arrows {
width: 92%;
max-width: 800px;
}
} #swipebox-overlay {
background: #0d0d0d;
}
#swipebox-bottom-bar,
#swipebox-top-bar {
text-shadow: 1px 1px 1px black;
background: #000;
opacity: 0.95;
}
#swipebox-top-bar {
color: white !important;
font-size: 15px;
line-height: 43px;
font-family: Helvetica, Arial, sans-serif;
}