@charset "UTF-8";
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 {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
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"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
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;
-webkit-box-shadow: none !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;
}
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-size: 10px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: #333333;
background-color: #ffffff;
}
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
a {
color: inherit;
text-decoration: none;
}
a:hover,
a:focus {
}
a:focus {
}
figure {
margin: 0;
}
img {
vertical-align: middle;
max-width: 100%;
height: auto;
}
.img-responsive {
display: block;
max-width: 100%;
height: auto;
}
.img-rounded {
border-radius: 6px;
}
.img-thumbnail {
padding: 4px;
line-height: 1.42857143;
background-color: #ffffff;
border: 1px solid #dddddd;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
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;
}
.container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 768px) {
.container {
width: 750px;
}
}
@media (min-width: 992px) {
.container {
width: 970px;
}
}
@media (min-width: 1200px) {
.container {
width: 1100px;
}
}
.container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.row {
margin-left: -15px;
margin-right: -15px;
}
.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-12 {
width: 100%;
}
.col-xs-11 {
width: 91.66666667%;
}
.col-xs-10 {
width: 83.33333333%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-8 {
width: 66.66666667%;
}
.col-xs-7 {
width: 58.33333333%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-5 {
width: 41.66666667%;
}
.col-xs-4 {
width: 33.33333333%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-2 {
width: 16.66666667%;
}
.col-xs-1 {
width: 8.33333333%;
}
.col-xs-pull-12 {
right: 100%;
}
.col-xs-pull-11 {
right: 91.66666667%;
}
.col-xs-pull-10 {
right: 83.33333333%;
}
.col-xs-pull-9 {
right: 75%;
}
.col-xs-pull-8 {
right: 66.66666667%;
}
.col-xs-pull-7 {
right: 58.33333333%;
}
.col-xs-pull-6 {
right: 50%;
}
.col-xs-pull-5 {
right: 41.66666667%;
}
.col-xs-pull-4 {
right: 33.33333333%;
}
.col-xs-pull-3 {
right: 25%;
}
.col-xs-pull-2 {
right: 16.66666667%;
}
.col-xs-pull-1 {
right: 8.33333333%;
}
.col-xs-pull-0 {
right: auto;
}
.col-xs-push-12 {
left: 100%;
}
.col-xs-push-11 {
left: 91.66666667%;
}
.col-xs-push-10 {
left: 83.33333333%;
}
.col-xs-push-9 {
left: 75%;
}
.col-xs-push-8 {
left: 66.66666667%;
}
.col-xs-push-7 {
left: 58.33333333%;
}
.col-xs-push-6 {
left: 50%;
}
.col-xs-push-5 {
left: 41.66666667%;
}
.col-xs-push-4 {
left: 33.33333333%;
}
.col-xs-push-3 {
left: 25%;
}
.col-xs-push-2 {
left: 16.66666667%;
}
.col-xs-push-1 {
left: 8.33333333%;
}
.col-xs-push-0 {
left: auto;
}
.col-xs-offset-12 {
margin-left: 100%;
}
.col-xs-offset-11 {
margin-left: 91.66666667%;
}
.col-xs-offset-10 {
margin-left: 83.33333333%;
}
.col-xs-offset-9 {
margin-left: 75%;
}
.col-xs-offset-8 {
margin-left: 66.66666667%;
}
.col-xs-offset-7 {
margin-left: 58.33333333%;
}
.col-xs-offset-6 {
margin-left: 50%;
}
.col-xs-offset-5 {
margin-left: 41.66666667%;
}
.col-xs-offset-4 {
margin-left: 33.33333333%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-offset-2 {
margin-left: 16.66666667%;
}
.col-xs-offset-1 {
margin-left: 8.33333333%;
}
.col-xs-offset-0 {
margin-left: 0%;
}
@media (min-width: 768px) {
.col-sm-1, .col-sm-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-12 {
width: 100%;
}
.col-sm-11 {
width: 91.66666667%;
}
.col-sm-10 {
width: 83.33333333%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-8 {
width: 66.66666667%;
}
.col-sm-7 {
width: 58.33333333%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-5 {
width: 41.66666667%;
}
.col-sm-4 {
width: 33.33333333%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-2 {
width: 16.66666667%;
}
.col-sm-1 {
width: 8.33333333%;
}
.col-sm-pull-12 {
right: 100%;
}
.col-sm-pull-11 {
right: 91.66666667%;
}
.col-sm-pull-10 {
right: 83.33333333%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-8 {
right: 66.66666667%;
}
.col-sm-pull-7 {
right: 58.33333333%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-5 {
right: 41.66666667%;
}
.col-sm-pull-4 {
right: 33.33333333%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-2 {
right: 16.66666667%;
}
.col-sm-pull-1 {
right: 8.33333333%;
}
.col-sm-pull-0 {
right: auto;
}
.col-sm-push-12 {
left: 100%;
}
.col-sm-push-11 {
left: 91.66666667%;
}
.col-sm-push-10 {
left: 83.33333333%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-8 {
left: 66.66666667%;
}
.col-sm-push-7 {
left: 58.33333333%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-5 {
left: 41.66666667%;
}
.col-sm-push-4 {
left: 33.33333333%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-2 {
left: 16.66666667%;
}
.col-sm-push-1 {
left: 8.33333333%;
}
.col-sm-push-0 {
left: auto;
}
.col-sm-offset-12 {
margin-left: 100%;
}
.col-sm-offset-11 {
margin-left: 91.66666667%;
}
.col-sm-offset-10 {
margin-left: 83.33333333%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-8 {
margin-left: 66.66666667%;
}
.col-sm-offset-7 {
margin-left: 58.33333333%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-5 {
margin-left: 41.66666667%;
}
.col-sm-offset-4 {
margin-left: 33.33333333%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-2 {
margin-left: 16.66666667%;
}
.col-sm-offset-1 {
margin-left: 8.33333333%;
}
.col-sm-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 992px) {
.col-md-1, .col-md-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-12 {
width: 100%;
}
.col-md-11 {
width: 91.66666667%;
}
.col-md-10 {
width: 83.33333333%;
}
.col-md-9 {
width: 75%;
}
.col-md-8 {
width: 66.66666667%;
}
.col-md-7 {
width: 58.33333333%;
}
.col-md-6 {
width: 50%;
}
.col-md-5 {
width: 41.66666667%;
}
.col-md-4 {
width: 33.33333333%;
}
.col-md-3 {
width: 25%;
}
.col-md-2 {
width: 16.66666667%;
}
.col-md-1 {
width: 8.33333333%;
}
.col-md-pull-12 {
right: 100%;
}
.col-md-pull-11 {
right: 91.66666667%;
}
.col-md-pull-10 {
right: 83.33333333%;
}
.col-md-pull-9 {
right: 75%;
}
.col-md-pull-8 {
right: 66.66666667%;
}
.col-md-pull-7 {
right: 58.33333333%;
}
.col-md-pull-6 {
right: 50%;
}
.col-md-pull-5 {
right: 41.66666667%;
}
.col-md-pull-4 {
right: 33.33333333%;
}
.col-md-pull-3 {
right: 25%;
}
.col-md-pull-2 {
right: 16.66666667%;
}
.col-md-pull-1 {
right: 8.33333333%;
}
.col-md-pull-0 {
right: auto;
}
.col-md-push-12 {
left: 100%;
}
.col-md-push-11 {
left: 91.66666667%;
}
.col-md-push-10 {
left: 83.33333333%;
}
.col-md-push-9 {
left: 75%;
}
.col-md-push-8 {
left: 66.66666667%;
}
.col-md-push-7 {
left: 58.33333333%;
}
.col-md-push-6 {
left: 50%;
}
.col-md-push-5 {
left: 41.66666667%;
}
.col-md-push-4 {
left: 33.33333333%;
}
.col-md-push-3 {
left: 25%;
}
.col-md-push-2 {
left: 16.66666667%;
}
.col-md-push-1 {
left: 8.33333333%;
}
.col-md-push-0 {
left: auto;
}
.col-md-offset-12 {
margin-left: 100%;
}
.col-md-offset-11 {
margin-left: 91.66666667%;
}
.col-md-offset-10 {
margin-left: 83.33333333%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-8 {
margin-left: 66.66666667%;
}
.col-md-offset-7 {
margin-left: 58.33333333%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-5 {
margin-left: 41.66666667%;
}
.col-md-offset-4 {
margin-left: 33.33333333%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-2 {
margin-left: 16.66666667%;
}
.col-md-offset-1 {
margin-left: 8.33333333%;
}
.col-md-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 1200px) {
.col-lg-1, .col-lg-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-12 {
width: 100%;
}
.col-lg-11 {
width: 91.66666667%;
}
.col-lg-10 {
width: 83.33333333%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-8 {
width: 66.66666667%;
}
.col-lg-7 {
width: 58.33333333%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-5 {
width: 41.66666667%;
}
.col-lg-4 {
width: 33.33333333%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-2 {
width: 16.66666667%;
}
.col-lg-1 {
width: 8.33333333%;
}
.col-lg-pull-12 {
right: 100%;
}
.col-lg-pull-11 {
right: 91.66666667%;
}
.col-lg-pull-10 {
right: 83.33333333%;
}
.col-lg-pull-9 {
right: 75%;
}
.col-lg-pull-8 {
right: 66.66666667%;
}
.col-lg-pull-7 {
right: 58.33333333%;
}
.col-lg-pull-6 {
right: 50%;
}
.col-lg-pull-5 {
right: 41.66666667%;
}
.col-lg-pull-4 {
right: 33.33333333%;
}
.col-lg-pull-3 {
right: 25%;
}
.col-lg-pull-2 {
right: 16.66666667%;
}
.col-lg-pull-1 {
right: 8.33333333%;
}
.col-lg-pull-0 {
right: auto;
}
.col-lg-push-12 {
left: 100%;
}
.col-lg-push-11 {
left: 91.66666667%;
}
.col-lg-push-10 {
left: 83.33333333%;
}
.col-lg-push-9 {
left: 75%;
}
.col-lg-push-8 {
left: 66.66666667%;
}
.col-lg-push-7 {
left: 58.33333333%;
}
.col-lg-push-6 {
left: 50%;
}
.col-lg-push-5 {
left: 41.66666667%;
}
.col-lg-push-4 {
left: 33.33333333%;
}
.col-lg-push-3 {
left: 25%;
}
.col-lg-push-2 {
left: 16.66666667%;
}
.col-lg-push-1 {
left: 8.33333333%;
}
.col-lg-push-0 {
left: auto;
}
.col-lg-offset-12 {
margin-left: 100%;
}
.col-lg-offset-11 {
margin-left: 91.66666667%;
}
.col-lg-offset-10 {
margin-left: 83.33333333%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-8 {
margin-left: 66.66666667%;
}
.col-lg-offset-7 {
margin-left: 58.33333333%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-5 {
margin-left: 41.66666667%;
}
.col-lg-offset-4 {
margin-left: 33.33333333%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-2 {
margin-left: 16.66666667%;
}
.col-lg-offset-1 {
margin-left: 8.33333333%;
}
.col-lg-offset-0 {
margin-left: 0%;
}
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
content: " ";
display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row: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;
}
.fade {
opacity: 0;
-webkit-transition: opacity 0.15s linear;
-o-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
.fade.in {
opacity: 1;
}
.collapse {
display: none;
}
.collapse.in {
display: block;
}
tr.collapse.in {
display: table-row;
}
tbody.collapse.in {
display: table-row-group;
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition-property: height, visibility;
-o-transition-property: height, visibility;
transition-property: height, visibility;
-webkit-transition-duration: 0.35s;
-o-transition-duration: 0.35s;
transition-duration: 0.35s;
-webkit-transition-timing-function: ease;
-o-transition-timing-function: ease;
transition-timing-function: ease;
}
@-ms-viewport {
width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.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: 991px) {
.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: 991px) {
.visible-sm-block {
display: block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline {
display: inline !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline-block {
display: inline-block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important;
}
table.visible-md {
display: table !important;
}
tr.visible-md {
display: table-row !important;
}
th.visible-md,
td.visible-md {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-block {
display: block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline {
display: inline !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline-block {
display: inline-block !important;
}
}
@media (min-width: 1200px) {
.visible-lg {
display: block !important;
}
table.visible-lg {
display: table !important;
}
tr.visible-lg {
display: table-row !important;
}
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: 991px) {
.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg {
display: none !important;
}
}
.visible-print {
display: none !important;
}
@media print {
.visible-print {
display: block !important;
}
table.visible-print {
display: table !important;
}
tr.visible-print {
display: table-row !important;
}
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;
}
}html {
overflow-x: hidden;
}
body {
margin-right: 0 !important;
-webkit-font-smoothing: antialiased;
}
a {
text-decoration: none;
cursor: pointer;
}
mark.highlight {
background: transparent;
}
select{
max-width:100%;
}
.wp-caption {
max-width: 100%;
}
.wp-caption-text {
margin:10px 0;
text-align: center;
font-size:14px;
font-style:italic;
} 
.wp-caption-text,
.gallery-caption,
.entry-caption {
line-height: 1.5em;
}
.bypostauthor{
display:block;
} 
.alignleft {
float: left;
padding-right: 20px;
}
.alignright {
float: right;
padding-left: 20px;
}
.aligncenter {
display: block;
float: none !important;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
max-width: 100%;
padding: 4px;
float: none;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
padding: 0;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
margin-top:20px;
margin-bottom: 10px;
float:left;
}
.wp-caption a {
display: block;
padding: 5px;
padding-bottom: 0px;
}
.inner-content #comments{
margin-top: 70px;
}
.entry-content table, .content-col > table {
border-collapse: collapse;
margin: 0 0 1.5em;
width: 100%;
}
.entry-content thead th, .content-col > table thead th {
border-bottom: 2px solid #bbb;
padding-bottom: 0.5em;
}
.entry-content th, .content-col > table th {
padding: 0.4em;
text-align: left;
}
.entry-content tr, .content-col > table tr {
border-bottom: 1px solid #eee;
}
.entry-content td, .content-col > table td {
padding: 0.4em;
}
.entry-content th:first-child, .content-col > table th:first-child
.entry-content td:first-child, .content-col > table td:first-child {
padding-left: 0;
}
.entry-content th:last-child, .content-col > table th:last-child
.entry-content td:last-child, .content-col > table th:last-child {
padding-right: 0;
}
.wp-caption.alignleft {
margin-right: 20px;
float:left;
}
.wp-caption.alignright {
margin-left: 20px;
float:right;
}
.wp-caption-text {
padding-left: 7px;
margin-bottom: 7px;
text-align: center;
font-size: 13px;
}
.wp-caption-text,
.gallery-caption,
.entry-caption {
line-height: 1.5em;
}
img.wp-smiley,
.rsswidget img {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
box-shadow: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} .entry-content dl.gallery-item {
margin: 0;
}
.post-password-form input[type="password"] {
background: #fff;
height: 45px;
width: 180px;
border-width: 1px;
border-style: solid;
}
article embed {
max-width: 100%;
}
a {
-webkit-transition: color 200ms cubic-bezier(0.780, 0.140, 0.20, 0.86), background-color 200ms cubic-bezier(0.780, 0.140, 0.20, 0.86);
-moz-transition: color 200ms cubic-bezier(0.780, 0.140, 0.20, 0.86), background-color 200ms cubic-bezier(0.780, 0.140, 0.20, 0.86);
-o-transition: color 200ms cubic-bezier(0.780, 0.140, 0.20, 0.86), background-color 200ms cubic-bezier(0.780, 0.140, 0.20, 0.86);
transition: color 200ms cubic-bezier(0.780, 0.140, 0.20, 0.86), background-color 200ms cubic-bezier(0.780, 0.140, 0.20, 0.86);
}
a:hover {
text-decoration: none;
}
.scrollup {
width: 50px;
height: 50px;
position: fixed;
bottom: 50px;
right: 100px;
display: none;
text-indent: -9999px;
background-image: url(//taartjetaart.nl/wp-content/themes/folie/img/icon_top.png);
background-repeat: no-repeat;
background-position: center;
background-color: rgba(34, 34, 34, 0.6);
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
}
.tp-caption a i {
color: #fff !important;
}
::selection,
::moz-selection {
color: #fff;
}
.content-col > .page-title {
margin-bottom: 60px;
}
input[type="search"] {
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-webkit-appearance: none;
} .content-col > .search-form {
position: relative;
display: inline;
}
.content-col > .search-form label {
display: none;
}
.content-col > .search-form input[type="search"] {
width: 100%;
max-width: 650px;
border: 1px solid #ebebeb;
padding-left: 10px;
height: 35px;
background: #fafafa;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.content-col > .search-form i {
position: absolute;
right: 10px;
top: -2px;
}
.content-col > .search__related {
margin-top: 45px;
pointer-events: auto;
}
.content-col > .search__related .search__col {
padding-right: 20px;
}
.content-col > .search__related .search__col .widget-title {
margin-bottom: 0.75em;
}
@media (max-width: 767px) {
.content-col > .search__related {
display: block !important;
width: 100%;
}
.content-col > .search__related .search__col {
margin-bottom: 30px;
}
}  h2.not-found-404 {
width: 100%;
text-align: left;
font-size: 160px !important;
color: #eee !important;
line-height: 200px !important;
}
@media (min-width: 992px) {
.cl-hide-not-mobile {
display: none !important;
visibility: hidden;
}
}
@media (max-width: 991px) {
.cl-hide-on-mobile {
display: none;
visibility: hidden;
}
}  body {
line-height: 20px;
}
h1 {
line-height: 46px;
margin-top: 0;
margin-bottom: 0;
}
h2 {
line-height: 20px;
margin-top: 0;
margin-bottom: 0;
}
h3 {
line-height: 20px;
margin-top: 0;
margin-bottom: 0;
}
h4 {
line-height: 20px;
margin-top: 0;
margin-bottom: 0;
}
h5 {
line-height: 20px;
margin-top: 0;
margin-bottom: 0;
}
h6 {
line-height: 20px;
margin-top: 0;
margin-bottom: 0;
}
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
color: inherit;
}  @media(min-width:1200px){
.container{
max-width:100%;
}
}
#content {
position: relative;
}
#content > p {
margin: 0;
padding: 0;
}
@media (min-width: 768px) {
#content.cl-layout-modern .cl-layout-modern-bg {
position: absolute;
top: 0;
height: 100%;
z-index: 0;
}
#content.cl-layout-modern.cl-layout-left_sidebar .cl-layout-modern-bg {
left: 0;
}
#content.cl-layout-modern.cl-layout-left_sidebar .content-col {
padding-left: 40px;
}
#content.cl-layout-modern.cl-layout-right_sidebar .cl-layout-modern-bg {
right: 0;
}
#content.cl-layout-modern.cl-layout-right_sidebar .content-col {
padding-right: 40px;
}
}
@media (max-width: 767px) {
#content.cl-layout-modern .cl-layout-modern-bg {
display: none;
}
}
#content .inner-content .inner-content-row .content-col .container-content {
width: 100%;
} .cl-layout-bordered{
padding: 20px;
}
.cl-layout-bordered > #wrapper{
position:relative;
}
.cl-layout-bordered > #wrapper .header_container.cl-transparent{
top:0 !important;
}
.cl-layout-border-container > div{
position:fixed;
z-index:99999;
background:#fff;
}
.cl-layout-border-container > .top{
width:100%;
height:20px;
top:0;
left:0;
}
.cl-layout-border-container > .bottom{
width:100%;
height:20px;
bottom:0;
left:0;
}
.cl-layout-border-container > .left{
width:20px;
height:100%;
top:0;
left:0;
}
.cl-layout-border-container > .right{
width:20px;
height:100%;
top:0;
right:0;
}  .cl-boxed-layout{
margin:0 auto;
}     nav .codeless_custom_menu_mega_menu > ul > li.hide-column{
display:none !important;
}
nav .codeless_custom_menu_mega_menu.bg_type-column > ul > li.hide-column{
display:block !important;
}
nav .codeless_custom_menu_mega_menu.bg_type-column > ul > li.hide-column h6{
display:none;
}
@media (min-width: 992px) {
#navigation nav {
float: left;
width: 100%;
}
nav .menu {
float: left;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
margin-top: 0
}
nav .menu li {
float: none;
display: inline-block;
position: relative;
height: 100%;
}
nav .menu>li:hover>a {} nav .menu>li>a {
position: relative; float: none;
width: 100%;
}
nav .menu li a:hover {
text-decoration: none;
}
nav:not(.cl-dropdown-inline) .menu > li > ul.sub-menu,
nav:not(.cl-dropdown-inline) .menu > li > ul.sub-menu ul {
list-style: none;
margin: 0 !important;
display: none;
visibility: hidden;
position: absolute;
left: 0;
top: 100%;
left: 6px;
z-index: 9999999;
padding: 0px;
-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
min-width: 14em;
max-width: 20em;
padding: 16px;
}
nav:not(.cl-dropdown-inline) .menu li.showDropdown > ul {
display: block !important;
visibility: visible !important;
}
nav:not(.cl-dropdown-inline) .menu li.showDropdown.dropdownRightToLeft > ul {
left: auto;
right: 0;
}
nav .menu li > ul.sub-menu li {
z-index: 50005;
text-align: left;
margin: 0 !important;
padding: 0 !important;
height: auto;
display: block;
width: 100%;
-webkit-transition: background-color .15s ease-in-out;
-moz-transition: background-color .15s ease-in-out;
transition: background-color .15s ease-in-out;
background-color: rgba(255, 255, 255, 0.0);
}
nav .menu li ul.sub-menu li a {
display: block;
padding: 7px 8px 5px 10px;
width: 100%;
letter-spacing: 0;
}
nav .menu li ul.sub-menu li.hasSubMenu > a {
position: relative;
}
nav .menu > li > ul.sub-menu li > .sub-menu {
top: 0;
left: 100%;
}
nav .menu li ul.sub-menu li:last-child {
border-bottom: none;
} nav .codeless_custom_menu_mega_menu {
display: none;
visibility: hidden;
position: absolute;
left: 0px;
top: 100%;
z-index: 9999999;
width: 160px;
box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05); 
}
nav .codeless_custom_menu_mega_menu.layout-fullwidth{
left:0px;
width:100%;
}
nav .codeless_custom_menu_mega_menu.layout-fullwidth > .sub-menu{
float:none !important;
}
nav .codeless_custom_menu_mega_menu.bg_type-background{
background-position: right top;
background-repeat: no-repeat;
background-size: cover;
}
nav .codeless_custom_menu_mega_menu h6 {
text-align: left;
width: 100%;
padding-left:10px;
float: left;
margin-bottom: 10px;
}
nav .codeless_custom_menu_mega_menu > ul {
float: left;
width: 100%;
margin: 0;
padding: 0;
list-style: none;
padding-left:20px;
padding-right:20px;
}
nav .codeless_custom_menu_mega_menu > ul > li {
float: left;
display: block;
padding-left: 5px;
padding-right: 5px;
margin-top: 34px;
margin-bottom: 34px;
border-right-width: 1px;
border-right-style: solid;
min-width:130px;
}
nav .codeless_custom_menu_mega_menu > ul > li:last-child {
border-right: none;
}
nav .codeless_custom_menu_mega_menu > ul > li > ul {
float: left;
margin: 0;
width: 100%;
padding: 0;
list-style: none;
}
nav .codeless_custom_menu_mega_menu > ul > li > ul > li {
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
nav .showDropdown .codeless_custom_menu_mega_menu {
display: block;
visibility: visible;
}
nav .codeless_custom_menu_mega_menu.codeless_mega1:not(.layout-fullwidth) {
width: 255px !important;
}
nav .codeless_custom_menu_mega_menu.codeless_mega2:not(.layout-fullwidth) {
width: 600px !important;
left: 0;
}
nav .codeless_custom_menu_mega_menu.codeless_mega3:not(.layout-fullwidth) {
width: 840px !important;
}
nav .codeless_custom_menu_mega_menu.codeless_mega4:not(.layout-fullwidth) {
width: 1170px;
}
nav .codeless_custom_menu_mega_menu.codeless_mega5:not(.layout-fullwidth) {
width: 1170px;
}
nav .codeless_custom_menu_mega_menu li a{
text-align:left !important;
}
}
nav .menu li ul.sub-menu li.hasSubMenu > a:after {
content: "\f142";
font-family: "codeless-icons";
font-style: normal;
font-weight: normal;
speak: none;
position: absolute;
font-size: 11px;
right: 8px;
}
@media (min-width: 768px) and (max-width: 991px) {
nav .codeless_custom_menu_mega_menu {
max-width: 720px !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
nav .codeless_custom_menu_mega_menu {
max-width: 940px !important;
}
}  @media (max-width: 340px) {
.extra_tools_wrapper {
display: none;
visibility: hidden;
}
} @media (min-width: 992px) {
.extra_tools_wrapper .tool {
position: relative;
}
.extra_tools_wrapper .tool .cl-submenu {
list-style: none;
margin: 0 !important;
display: none;
visibility: hidden;
position: absolute;
left: 0;
top: 100%;
left: 6px;
z-index: 9999999;
padding: 0px;
-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
min-width: 20em;
max-width: 20em;
padding: 16px;
}
.extra_tools_wrapper .tool.showDropdown > .cl-submenu {
display: block !important;
visibility: visible !important;
}
.extra_tools_wrapper .tool.showDropdown.dropdownRightToLeft > .cl-submenu {
left: auto;
right: 0;
}
.tool .header_cart {
width: 100%;
line-height: 20px;
}
}
.tool .tool-link {
position: relative;
}
#site-header-cart .button.checkout {
margin-left: 10px;
}
#site-header-cart ul {
margin: 0;
padding: 0;
list-style: none
}
#site-header-cart ul li {
padding-left: 25px;
position: relative;
padding-top: 5px;
padding-bottom: 5px;
border-bottom-width: 1px;
border-bottom-style: solid;
}
#site-header-cart ul li .quantity{
color:#999;
}
#site-header-cart ul li:last-child {
margin-bottom: 0;
border-bottom-width: 0;
}
#site-header-cart ul li .remove {
position: absolute;
left: 0px;
top: 5px;
color:#eee !important;
}
#site-header-cart ul li img {
width: 32px;
float: right;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
}
#site-header-cart ul li a:not(.remove) {
width: 100%;
display: block;
}
.tool .tool-link .cart-total {
width: 16px;
height: 16px;
border-radius: 50%;
position: absolute;
top: -10px;
right: -9px;
left: auto;
color: #fff;
text-align: center;
line-height: 16px;
font-size: 11px;
}
.tool.search > i {
cursor: pointer;
}
.tool.search.search-style-simple{
min-width:60px;
text-align:right;
}
.tool .header_search {
line-height: 20px;
width: 200px;
}
#site-header-search form {
width: 100%;
position: relative;
}
#site-header-search label {
display: none;
}
#site-header-search input[type="search"] {
height: 35px;
padding-left: 10px;
width: 100%;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
border-width:1px;
border-style:solid;
}
#site-header-search input[type="search"]:focus{
border-color:#3a3a3a;
}
#site-header-search form i {
position: absolute;
right: 10px;
top: 8px;
font-size: 12px;
}
@media (max-width: 991px) {
#site-header-search,
#site-header-cart {
padding-left: 15px;
padding-right: 15px;
}
#site-header-search form i {
top: 5px !important;
}
}  .cl-mobile-menu {
display: none;
padding-top: 24px;
padding-bottom: 24px;
}
.cl-mobile-menu-button.cl-color-light span{
background-color:#fff !important;
}
.cl-mobile-menu nav {
overflow: hidden;
}
.cl-mobile-menu-button {
display: none;
position: relative;
width: 24px;
height: 16px;
cursor: pointer;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
position: relative;
}
@media (max-width: 991px) {
.header_container .header-row #navigation {
display: none;
}
.cl-mobile-menu ul {
list-style: none;
margin: 0;
padding: 0;
}
.cl-mobile-menu nav > ul > li {
padding-top: 4px;
padding-bottom: 4px;
padding-left:15px;
padding-right:15px;
}
.cl-mobile-menu nav li a {
width: 100%;
display: block;
}
.cl-mobile-menu nav li.hasSubMenu {
cursor: pointer;
}
.cl-mobile-menu nav .codeless_custom_menu_mega_menu > ul > li.hasSubMenu {
position: relative;
}
.cl-mobile-menu nav li.hasSubMenu > a:after {
content: "\e8ec";
font-family: "codeless-icons";
font-style: normal;
font-weight: normal;
speak: none;
position: absolute;
font-size: 11px;
right: 8px;
}
.cl-mobile-menu nav .codeless_custom_menu_mega_menu > ul > li.hasSubMenu:after {
content: "\e8ec";
font-family: "codeless-icons";
font-style: normal;
font-weight: normal;
speak: none;
position: absolute;
font-size: 11px;
right: 8px;
top: 0;
}
.cl-mobile-menu nav li.hasSubMenu.open > a:after,
.cl-mobile-menu nav .codeless_custom_menu_mega_menu > ul > li.hasSubMenu.open:after {
content: "\f078";
}
.cl-mobile-menu .hasSubMenu > ul,
.cl-mobile-menu .hasSubMenu > .codeless_custom_menu_mega_menu {
display: none;
padding: 10px 15px;
}
.cl-mobile-menu .hasSubMenu > ul > li,
.cl-mobile-menu .hasSubMenu > .codeless_custom_menu_mega_menu > ul > li {
padding-top: 3px;
padding-bottom: 3px;
}
.cl-mobile-menu-button {
display: inline-block;
}
.cl-mobile-menu-button span {
display: block;
position: absolute;
height: 2px;
width: 100%;
border-radius: 4px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}
.cl-mobile-menu-button span:nth-child(1) {
top: 0px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}
.cl-mobile-menu-button span:nth-child(2) {
top: 6px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}
.cl-mobile-menu-button span:nth-child(3) {
top: 12px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}
.cl-mobile-menu-button.open span:nth-child(1) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
top: -3px;
left: 4px;
}
.cl-mobile-menu-button.open span:nth-child(2) {
width: 0%;
opacity: 0;
}
.cl-mobile-menu-button.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 14px;
left: 4px;
}
} .header_container * {
box-sizing: border-box;
}
.header_container.header-left .header-el { width:auto; margin-left:auto; margin-right:auto}
.header_container .header-row-inner {
display: -webkit-flex;
display: -webkit-box;
display: -moz-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
height: inherit;
align-items: center;
}
.header-row .header-row-inner .c-left {
justify-content: flex-start;
}
.header-row .header-row-inner .header-col {
display: -webkit-flex;
display: -webkit-box;
display: -moz-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
height: 100%;
min-height: 100%;
position: relative;
flex-grow: 1;
-webkit-box-align: center;
-webkit-box-flex: 1;
}
.cl-header-forced-center .header-row.main .header-row-inner .header-col{
width:100%;
}
.cl-header-forced-center .header-row.extra_row .header-row-inner .header-col{
width:100%;
}
.cl-header-forced-center .header-row.main .header-row-inner .header-col.c-middle{
width:200%;
}
.cl-header-forced-center .header-row.extra_row .header-row-inner .header-col.c-middle{
width:200%;
}
.header-row .header-row-inner .c-right {
justify-content: flex-end;
-webkit-justify-content: flex-end;
-webkit-box-pack: end; border-right-width: 0;
}
.header-row .header-row-inner .c-middle {
justify-content: center;
}
.header-col .header-el {
position: relative;
min-width: 24px;
display: -webkit-flex;
display: -webkit-box;
display: -moz-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
align-items: center;
}
.header-el .content {
text-align: center;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
color: #fff;
font-weight: bold;
line-height: 40px;
} .top_nav.header-row{
height:30px;
}
@media (max-width:991px){
.top_nav.header-row{
display:none;
}
}  #logo.logo_font {
float: left;
height: 100%;
}
#logo img {
height: 40px;
}
#logo img {
max-width: none;
top: 50%;
position: relative;
}
#logo img.dark {
display: block;
visibility: visible;
}
#logo img.light {
display: none;
visibility: hidden;
}
.background--dark #logo img.light {
display: block;
visibility: visible;
}
.background--dark #logo img.dark {
display: none;
visibility: hidden;
}
@media( min-width:992px){
.logo_ipad{
display:none;
}
}
@media( min-width:768px){
.logo_iphone{
display:none;
}
}
@media( min-width:768px ) and (max-width:991px){
#logo.is-responsive img:not(.logo_ipad) {
display:none;
}
}
@media(max-width:767px){
#logo.is-responsive img:not(.logo_iphone) {
display:none;
}
}
@media (max-width:991px){
.logo_font.cl-responsive_color_light{
color:#fff !important;
}
} @media (min-width:992px){ .cl-header-sticky{
-webkit-transition: -webkit-transform .3s ease-in-out, opacity .15s ease-in-out;
-moz-transition: -moz-transform .3s ease-in-out, opacity .15s ease-in-out;
transition: transform .3s ease-in-out, opacity .15s ease-in-out;
}
.cl-header-sticky:not(.cl-transparent):not(.cl-actived-fullscreen-header){
position:static;
width:100%;
top:0;
z-index:99999;
}
.admin-bar .cl-header-sticky:not(.cl-transparent):not(.cl-actived-fullscreen-header){
position:static;
width:100%;
top:32px;
z-index:99999;
}
main#main{
-webkit-transition: margin-top .3s ease-in-out, opacity .15s ease-in-out;
-moz-transition: margin-top .3s ease-in-out, opacity .15s ease-in-out;
transition: margin-top .3s ease-in-out, opacity .15s ease-in-out;
}
.cl-header-sticky-prepare:not(.cl-actived-fullscreen-header){
transform:translateY(-100%);
-webkit-transform:translateY(-100%);
-moz-transform:translateY(-100%);
position:absolute;
}
.cl-header-sticky-prepare .top_nav{
display:none;
visibility: hidden;
}
.cl-header-sticky-prepare.cl-header-top-nav-sticky .top_nav{
display:block;
visibility: visible;
}
.cl-header-sticky-ready:not(.cl-actived-fullscreen-header){
position: fixed !important;
background: #fff;
top: 0;
width: 100%;
z-index: 99999;
}
.cl-header-sticky-ready.cl-header-sticky-shadow{
box-shadow: 0 -11px 42px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 -11px 42px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 -11px 42px rgba(0, 0, 0, 0.1);
}
.cl-header-sticky-active:not(.cl-actived-fullscreen-header){
transform:translateY(0%);
-webkit-transform:translateY(0%);
-moz-transform:translateY(0%);
} }
.cl-header-side .container{
max-width:100%;
} .header_container {
background-repeat: no-repeat;
background-position: left top;
border-top-width: 0;
border-right-width: 0;
border-left-width: 0;
border-bottom-width: 0;
}
.header_container > .main, .header_container > .top_nav, .header_container > .extra_row {
background-repeat: no-repeat;
background-position: left top;
border-top-width: 0;
border-right-width: 0;
border-left-width: 0;
border-bottom-width: 0;
}
.header_container.boxed-style {
position: absolute;
top: 0;
left: 0;
z-index: 9999;
}
.header-layout-top #viewport {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.header_container:not(.header-left):not(.header-right):not(.menu-full-style) #navigation:not(.vertical-menu) nav .menu > li:last-child {
padding-right: 0;
margin-right: 0;
}
@media (min-width:992px){ .header_container.header-top .header-el:last-child {
margin-right: 0px !important;
}
.header_container.header-top .main {
width: 100% !important;
}
.header_container.header-top.boxed-style {
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
width: 1170px;
}  .header_container.header-left {
position: fixed;
height: 100%;
top: 0;
left: 0;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.header_container.header-left .logo_font{
width:100%;
}
.header_container.header-left.boxed-style {
position: fixed;
height: auto;
}
.header_container.header-left .header-el:last-child {
margin-bottom: 0px;
}
.header_container.header-left:not(.boxed-style) .header-row {
height: 100% !important;
line-height: inherit !important;
}
.header_container.header-left .header-row-inner {
width: 100%;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
padding-right: 0;
}
.header_container.header-left .header-col {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
flex-grow: 1;
-webkit-flex-grow: 1;
height: auto;
min-height: 50px;
width: 100%;
}
.header-left nav .menu>li>a {
top: auto;
margin-top: 0;
}
.header-left nav .menu li {
float: left;
width: 100%;
height: auto;
}
.header_container.header-left #navigation {
float: left;
width: 100%;
}
.header-left nav .menu{
width:100%;
}
.header-left nav .menu > li > a{
width:100%;
display:block;
}  .header_container.header-right {
position: fixed;
height: 100%;
top: 0;
right: 0;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.header_container.header-right .header-el:last-child {
margin-bottom: 0px;
}
.header_container.header-right.boxed-style {
position: fixed;
height: auto;
right: 0;
left: auto;
}
.header_container.header-right .header-row {
height: 100% !important;
line-height: inherit !important;
}
.header_container.header-right .header-row-inner {
width: 100%;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
padding-right: 0;
}
.header_container.header-right .header-col {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
flex-grow: 1;
-webkit-flex-grow: 1;
height: auto;
min-height: 50px;
width: 100%;
}
.header_container.header-right .header-el {
width: 100%;
}
.header-right nav .menu>li>a {
top: auto;
margin-top: 0;
}
.header-right nav .menu li {
float: left;
width: 100%;
height: auto;
}
.header_container.header-right #navigation {
float: left;
width: 100%;
}
.header-right nav .menu{
width:100%;
}
.header-right nav .menu > li > a{
width:100%;
display:block;
}
} .cl-header-side .container{
max-width:100%;
} @media (max-width:991px){
.header_container > .main{
height:90px;
line-height:90px;
padding:0 !important;
}
.header_container > .main .header-el{
margin-right:40px;
}
.header_container > .main .header-el:last-child{
margin-right:0 !important;
}
.cl-h-cl_header_logo{
min-width:auto !important;
}
.cl-h-cl_divider{
display:none !important;
}
.cl-header-light.cl-header-side .boxed-style .cl-mobile-menu-button span{
background-color:#fff;
}
.header_container.boxed-style{
width:100%;
}
} @media (min-width: 992px) {
.header_container.cl-transparent {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 9999;
} .admin-bar:not(.cl-offcanvas-menu-style) .header_container.cl-transparent, .admin-bar .header_container.cl-header-sticky-ready{
top: 32px;
}
}
@media (max-width: 782) {
.admin-bar .header_container.cl-transparent {
top: 46px;
}
}
@media (min-width: 992px) { .header_container.cl-header-light #logo .dark {
display: none;
visibility: hidden;
}
.header_container.cl-header-light #logo .light {
display: block;
visibility: visible;
}
.header_container.cl-header-light nav ul li a {
color: rgba(255, 255, 255, 0.85);
}
.header_container.cl-header-light .extra_tools_wrapper .tool i {
color: rgba(255, 255, 255, 0.85);
}
.header_container.cl-header-light .logo_font{
color:rgba(255, 255, 255, 0.85) !important;
}
.header_container.cl-header-light .cl-text{
color:rgba(255, 255, 255, 0.85)
}
.cl-header-light nav > ul > li a:hover,
.cl-header-light nav > ul > li.current-menu-item > a:hover{
color:#fff;
}
.header_container.cl-header-light .cl_socialicon:not(.round) > a > i{
color:rgba(255, 255, 255, 0.85);
-webkit-transition: color .15s ease-in-out;
-moz-transition: color .15s ease-in-out;
transition: color .15s ease-in-out;
}
.header_container.cl-header-light .cl_socialicon:not(.round)  > a:hover > i{
color:#fff !important;
}
}  @media (min-width: 992px) {
.menu-with_shadow {
-webkit-box-shadow: 0 3px 5px -6px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0 3px 5px -6px rgba(0, 0, 0, 0.4);
box-shadow: 0 3px 5px -6px rgba(0, 0, 0, 0.4);
}
}
.header_container.menu-full-style .header-row #navigation {
height: 100%;
}
.header_container.menu_style-border_top #navigation nav > ul > li,
.header_container.menu_style-border_bottom #navigation nav > ul > li,
.header_container.menu_style-border_left #navigation nav > ul > li,
.header_container.menu_style-border_right #navigation nav > ul > li {
border-top-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
}
.header_container.menu-full-style #navigation nav > ul > li > a {} .header_container.menu_style-border_top.menu-text-style #navigation nav > ul > li > a,
.header_container.menu_style-border_bottom.menu-text-style #navigation nav > ul > li > a,
.header_container.menu_style-border_left.menu-text-style #navigation nav > ul > li > a,
.header_container.menu_style-border_right.menu-text-style #navigation nav > ul > li > a {
border-top-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
}
.header_container.menu_style-border_left.menu-text-style #navigation nav > ul > li > a{
padding-left: 10px;
}
.header_container.menu_style-border_right.menu-text-style #navigation nav > ul > li > a{
padding-right: 10px;
}
.header_container.menu_style-background_color.menu-text-style #navigation nav > ul > li > a{
padding-left: 12px;
padding-right: 12px;
padding-top: 10px;
padding-bottom: 8px;
}
.header_container.menu_style-border_effect #navigation nav > ul > li > a:after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background-color: rgba(0, 0, 0, 0);
-webkit-transition: width .15s ease-in-out, background-color .15s ease-in-out;
-moz-transition: width .15s ease-in-out, background-color .15s ease-in-out;
transition: width .15s ease-in-out, background-color .15s ease-in-out;
}
.header_container.menu_style-border_effect #navigation nav > ul > li > a:hover:after,
.header_container.menu_style-border_effect #navigation nav > ul > li.current-menu-item > a:after {
width: 100%;
}
.header_container.menu_style-border_effect_two #navigation nav > ul > li > a:after {
content: '';
position: absolute;
bottom: -5px;
left: 0;
width: 100%;
height: 2px;
background: #999;
-webkit-transform: scaleX(0);
transform: scaleX(0);
transition: -webkit-transform .15s;
transition: transform .15s;
transition: transform .15s,-webkit-transform .15s;
}
.header_container.menu_style-border_effect_two #navigation nav > ul > li > a:hover:after,
.header_container.menu_style-border_effect_two #navigation nav > ul > li.current-menu-item > a:after {
-webkit-transform: scaleX(1);
transform: scaleX(1);
transition-timing-function: cubic-bezier(.4,0,.2,1);
transition-duration: .3s;
}
@media(min-width:992px){
.header_container.cl-header-light.menu_style-border_effect_two #navigation nav > ul > li > a:hover:after,
.header_container.cl-header-light.menu_style-border_effect_two #navigation nav > ul > li.current-menu-item > a:after{
background-color:#fff !important;
}
}  .extra_tools_wrapper {
float: left;
height: 100%;
}
.extra_tools_wrapper .tool {
float: left;
height: 100%;
margin-left: 9px;
}
.extra_tools_wrapper .tool i {
font-size: 17px;
top: 0px;
position: relative;
}    .cl-hamburger-menu {
display: none;
position: relative;
width: 24px;
height: 16px;
cursor: pointer;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
position: relative;
}
.cl-hamburger-menu {
display: inline-block; 
}
.cl-hamburger-menu span {
display: block;
position: absolute;
height: 2px;
width: 100%;
border-radius: 4px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}
@media (min-width:992px){
.cl-header-light .cl-hamburger-menu span{
background-color:#fff !important;
}
}
.cl-hamburger-menu span:nth-child(1) {
top: 0px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}
.cl-hamburger-menu span:nth-child(2) {
top: 6px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}
.cl-hamburger-menu span:nth-child(3) {
top: 12px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}
.cl-hamburger-menu.open span:nth-child(1) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
top: -3px;
left: 4px;
}
.cl-hamburger-menu.open span:nth-child(2) {
width: 0%;
opacity: 0;
}
.cl-hamburger-menu.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 14px;
left: 4px;
}
.cl-hamburger-menu.open.style-overlay,
.cl-hamburger-menu.open.style-half_overlay {
z-index:999999999;
}
.cl-hamburger-menu.open.active-color-light-text span{
background-color:#fff;
}
.cl-hamburger-menu.open{
position:fixed;
}
.cl-fullscreen-overlay-menu{
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 99999;
opacity: 0;
visibility: hidden;
-webkit-transition: opacity 0.5s 0.5s,visibility 0s 1s;
transition: opacity 0.5s 0.5s,visibility 0s 1s;
}
.cl-fullscreen-overlay-menu.open{
opacity:1;
visibility:visible;
transition: opacity 0.5s;
}
.cl-fullscreen-overlay-menu .wrapper{
display:table;
width:100%;
height:100%;
}
.cl-fullscreen-overlay-menu .wrapper .inner-wrapper{
display:table-cell;
vertical-align: middle;
text-align:center;
}
.cl-fullscreen-overlay-menu .wrapper .inner-wrapper nav > ul{
width:100%;
}
.cl-fullscreen-overlay-menu .wrapper .inner-wrapper #navigation{
height:auto;
display:block !important;
} @media (min-width:992px){
.cl-half-overlay-menu{
position: fixed;
width: 25%;
height: 100%;
top: 0;
left: 0;
z-index: 99999;
-webkit-transition: opacity 0.3s, -webkit-transform  0.6s;
transition: opacity 0.3s, transform  0.6s;
transform:translateX(-100%);
-webkit-transform:translateX(-100%)
}
.cl-half-overlay-menu.open{
-webkit-transition: opacity 0.3s, -webkit-transform  0.6s;
transition: opacity 0.3s, transform  0.6s;
transform:translateX(0);
-webkit-transform:translateX(0);
}
.cl-half-overlay-menu .wrapper{
display:table;
width:100%;
height:100%;
}
.cl-half-overlay-menu .wrapper .inner-wrapper{
display:table-cell;
vertical-align: middle;
text-align:center;
}
.cl-half-overlay-menu .wrapper .inner-wrapper nav > ul{
width:100%;
}
.cl-half-overlay-menu .wrapper .inner-wrapper #navigation{
height:auto;
display:block !important;
}
.cl-half-overlay-menu nav ul li a{
display:block;
padding:0 30px;
}
.cl-offcanvas-menu{
position: absolute;
height: 0;
top: 0;
right:0;
height: 100vh;
width: 300px;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.cl-offcanvas-menu-style #viewport{
position: relative;
left: 0;
z-index: 99;
height: 100%;
perspective: 1000px;
-webkit-transition: -webkit-transform 0.5s;
transition: transform 0.5s;
}
.cl-show-offcanvas-menu #viewport{
-webkit-transform: translate3d(-300px, 0, 0);
transform: translate3d(-300px, 0, 0);
}
.cl-offcanvas-menu .wrapper{
display: flex;
align-items: center;
height: 100%;
}
}
.cl-offcanvas-menu + .cl-mobile-menu-button{
display:none;
}
@media (max-width:991px){
.cl-hamburger-menu.style-half_overlay{
display:none;
}
.cl-hamburger-menu.style-offcanvas{
display:none;
}
}  nav.cl-dropdown-inline > ul .sub-menu{
width:100%;
padding-left:0;
padding-top:10px;
min-height:0px;
height:0;
overflow:hidden;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
nav.cl-dropdown-inline > ul li.showDropdown .sub-menu{
} @media (min-width: 768px) {
.vertical-menu nav .menu>li>a {
top: auto;
margin-top: 0;
}
.vertical-menu nav .menu li {
float: left;
width: 100%;
height: auto;
line-height:normal;
}
.vertical-menu {
float: left;
width: 100%;
}
} .cl-h-cl_header_button a{
line-height:1.5;
} .cl-header-light .cl-h-cl_header_widget .widgetized{
color:#fff;
}
.cl-header-light .cl-h-cl_header_widget .widgetized > .widget{
display:inline-block;
margin:0 5px;
} .cl-h-cl_header_text > div{
display:block;
width:100%;
}
@media (max-width:991px){
.cl-h-cl_header_text > div p{
line-height:20px;
}
.header-el .cl_socialicon{
line-height:20px;
display:none !important;
}
.header-el .cl_socialicon:nth-child(1){
display:inline-block !important;
}
.header-el .cl_socialicon:nth-child(2){
display:inline-block !important;
}
.header-el.cl-hide-on-mobile{
display:none !important;
}
}
.header-el .cl_socialicondiv {
display:-webkit-flex;
display:-webkit-box;
display:-moz-flex;
display:-moz-box;
display:-ms-flexbox;
display:flex;
}
.header-el .cl_socialicondiv .round a {
display:-webkit-flex;
display:-webkit-box;
display:-moz-flex;
display:-moz-box;
display:-ms-flexbox;
display:flex;
}
.header-el .cl-icon-text i{
font-size:16px;
padding-right:10px;
}
.header-el .cl-icon-text span{
display:inline-block;
}
.header-el .cl-icon-text span p{
margin:0;
padding:0;
}  article p:first-child {
margin-top: 0px;
}
article p:first-child:last-child {
margin-bottom: 0px;
}
article:last-child {
margin-bottom: 0px !important;
}
article iframe,
article video {
width: 100%;
}
#blog-entries article .entry-readmore { 
margin-top: 10px;
display: inline-block;
position:relative;
}
#blog-entries article .entry-readmore:after {
content: '\e8c3';
font-family: "codeless-icons";
position: absolute;
top: 0;
right: -6px;
font-weight: 300;
opacity: 0;
-webkit-transition: opacity 0.1s ease-in-out, right .1s ease-in-out;
-moz-transition: opacity 0.1s ease-in-out, right .1s ease-in-out;
transition: opacity 0.1s ease-in-out, right .1s ease-in-out;
}
#blog-entries article .entry-readmore:hover:after {
opacity: 1;
right: -20px;
}
#blog-entries.blog_align_center{margin:0 auto; text-align:center;}
#blog-entries.blog_align_left{float:left;}
#blog-entries.blog_align_right{float:right;} article.format-gallery .cl-post-swiper-slider img {
width: 100%;
}
article.format-gallery .cl-post-slider-nav {
opacity: 0.32;
background-color: rgb(0, 0, 0);
-webkit-transition: opacity.15s ease-in-out;
-moz-transition: opacity .15s ease-in-out;
transition: opacity .15s ease-in-out;
}
article.format-gallery .cl-post-slider-nav:hover {
opacity: 0.68;
}
article.format-gallery .cl-post-swiper-slider .swiper-button-next {
padding: 32px 21px;
margin-top: -32px;
right: 0;
}
article.format-gallery .cl-post-swiper-slider .swiper-button-prev {
padding: 32px 21px;
margin-top: -32px;
left: 0;
} article .entry-tools .entry-tool-share {
position: relative;
}
article .entry-tools .entry-tool-share .share-buttons {
opacity: 0;
-webkit-transition: opacity 0.1s ease-in-out, -webkit-transform .25s cubic-bezier(.19, 1, .22, 1);
-moz-transition: opacity 0.1s ease-in-out, -moz-transform .25s cubic-bezier(.19, 1, .22, 1);
transition: opacity 0.1s ease-in-out, transform .25s cubic-bezier(.19, 1, .22, 1);
-webkit-transform: translatey(-15px);
-moz-transform: translatey(-15px);
-ms-transform: translatey(-15px);
transform: translatey(-15px);
box-shadow: 0 7px 14px rgba(50, 50, 93, 0.08), 0 3px 6px rgba(0, 0, 0, 0.04);
-webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, 0.08), 0 3px 6px rgba(0, 0, 0, 0.04);
-moz-box-shadow: 0 7px 14px rgba(50, 50, 93, 0.08), 0 3px 6px rgba(0, 0, 0, 0.04);
position: absolute;
top: -80px;
left: 0px;
padding: 13px 9px;
border-radius: 18px;
-webkit-border-radius: 18px;
-moz-border-radius: 18px;
z-index: 9999;
}
article .entry-tools .entry-tool-share .share-buttons a {
width: 100%;
float: left;
text-align: center;
}
article .entry-tools .entry-tool-share .share-buttons i {
color: #fff;
font-size: 12px;
line-height: 22px;
width: 100%;
text-align: center;
}
article .entry-tools .entry-tool-share .share-buttons.hidden {
display: none;
}
article .entry-tools .entry-tool-share .share-buttons.show {
opacity: 1;
-webkit-transform: translatey(0px);
-moz-transform: translatey(0px);
-ms-transform: translatey(0px);
transform: translatey(0px);
}
article.hentry h2.entry-title{word-break: break-all;}
#blog-entries .format-gallery .entry-media{
display:block;
}
#blog-entries .format-video .entry-media{
display:block;
} #blog-entries .default-style.boxed-layout {
padding: 30px;
background: #fff;
box-shadow: 0 3px 5px rgba(50, 50, 93, 0.05), 0 1px 2px rgba(0, 0, 0, 0.04);
-webkit-box-shadow: 0 3px 5px rgba(50, 50, 93, 0.05), 0 1px 2px rgba(0, 0, 0, 0.04);
-moz-box-shadow: 0 3px 5px rgba(50, 50, 93, 0.05), 0 1px 2px rgba(0, 0, 0, 0.04);
}
#blog-entries .default-style .entry-media {
margin-bottom: 15px
}
#blog-entries .default-style .entry-wrapper {
display: -webkit-flex;
display: -webkit-box;
display: -moz-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
} #blog-entries .default-style .entry-tools {
width: 50px;
border-right-width: 1px;
border-right-style: solid;
padding-left: 10px;
height: auto;
}
#blog-entries .default-style .entry-tools > a > i {
font-size: 18px;
}
#blog-entries .default-style .entry-tools .entry-tool-single {
width: 100%;
float: left;
text-align: left;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
padding: 10px;
border-bottom-width: 1px;
border-bottom-style: solid;
}
#blog-entries .default-style .entry-tools .entry-tool-single:last-child {
border-bottom: none !important;
}
#blog-entries .default-style .entry-tools .entry-tool-single:first-child:last-child{
padding-top:0;
}
#blog-entries .default-style .entry-tools .entry-tool-single i {
width: 100%;
display: block;
text-align: center;
}
#blog-entries .default-style .entry-tools .codeless-count {
font-size: 11px;
line-height: 13px;
width: 100%;
float: left;
text-align: center;
margin-top: 0px;
}
#blog-entries .default-style .entry-wrapper-content {
width: 100%;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
padding-left: 30px;
} article .post-thumbnail > img{
width:100%;
}
article.default-style .entry-meta {
width: 100%;
display: block;
font-size: 12px;
line-height: 16px;
float: left;
}
article.default-style .entry-meta-single {
float: left;
margin-right: 10px;
font-style: italic
}
article.default-style .entry-meta-single:last-child {
margin-right: 0px;
}
article.default-style .entry-meta-single .entry-meta-prepend {
font-size: 13px;
font-weight: 500;
}
article.default-style .entry-meta-single a {} article.default-style .entry-content {
margin-top: 10px;
padding-right: 10px;
}
article.default-style .entry-media, article.default-style .entry-overlay, article.default-style .entry-media, article.default-style .post-thumbnail{
display:inline-block;
} article.format-quote .entry-content {
position: relative;
}
article.format-quote .entry-content i {
font-size: 48px;
position: absolute;
left: 0;
bottom: 20px;
}
article.format-quote .entry-content .quote-entry-content {
padding: 35px 75px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
width: 100%;
}
@media (max-width: 767px) {
article.format-quote .entry-content .quote-entry-content {
padding: 35px 42px;
}
article.format-quote .entry-content i {
font-size: 34px;
}
article.format-quote .entry-content .quote-entry-content p,
article.default-style.format-quote .entry-content .quote-entry-content a {
font-size: 18px !important;
line-height: 28px !important;
}
}
article.format-quote .entry-content .quote-entry-content p,
article.default-style.format-quote .entry-content .quote-entry-content a {
font-size: 24px;
line-height: 36px;
font-weight: 300;
}
article.format-quote .entry-content .quote-entry-author {
font-size: 18px;
font-weight: 500;
text-transform: capitalize;
font-style: italic;
position: absolute;
right: 15px;
bottom: 15px;
}
article.default-style.sticky {
border-width: 1px;
border-style: solid;
padding: 40px !important;
}
article.default-style .cl-btn {
margin-top: 15px;
} #blog-entries .alternate-style {
background: #fff;
}
#blog-entries .alternate-style.boxed-layout {
box-shadow: 0 3px 5px rgba(50, 50, 93, 0.05), 0 1px 2px rgba(0, 0, 0, 0.04);
-webkit-box-shadow: 0 3px 5px rgba(50, 50, 93, 0.05), 0 1px 2px rgba(0, 0, 0, 0.04);
-moz-box-shadow: 0 3px 5px rgba(50, 50, 93, 0.05), 0 1px 2px rgba(0, 0, 0, 0.04);
}
#blog-entries .alternate-style .entry-wrapper {
width: 100%;
padding: 20px 40px;
}
#blog-entries .alternate-style .entry-media iframe,
#blog-entries .alternate-style .mejs-container {
width: 100% !important;
}
#blog-entries .alternate-style .entry-media iframe {
display: block;
border: 0;
margin: 0;
padding: 0;
}
article.alternate-style .entry-meta {
width: 100%;
display: block;
font-size: 12px;
float: left;
}
article.alternate-style .entry-meta-single {
float: left;
margin-right: 10px;
font-style: italic
}
article.alternate-style .entry-meta-single:last-child {
margin-right: 0px;
}
article.alternate-style .entry-meta-single .entry-meta-prepend {
font-size: 13px;
font-weight: 500;
}
article.alternate-style .entry-meta-single a {} article.alternate-style .entry-content {
margin-top: 10px;
padding-right: 10px;
}
article.alternate-style.sticky {
border-width: 1px;
border-style: solid;
padding: 40px !important;
}
article.alternate-style .cl-btn {
margin-top: 15px;
}
article.alternate-style .twitter-tweet::shadow .EmbeddedTweet {
border-bottom-width: 0px !important;
}
article.alternate-style .post-thumbnail {
height: 100%;
overflow: hidden
}
article.alternate-style .entry-gallery {
height: 100%;
}
#blog-entries .alternate-style .cl-post-swiper-slider {
width: 100%;
height: 100%;
}
@media ( max-width: 767px) {
article.alternate-style .entry-meta-single {
line-height: 16px;
}
article.alternate-style .entry-meta {
margin-bottom: 10px;
}
}
@media (max-width: 991) {
#blog-entries .alternate-style {
display: block;
}
#blog-entries .alternate-style .entry-media {
width: 100%;
}
#blog-entries .alternate-style .entry-wrapper {
width: 100%;
}
article.alternate-style .cl-post-swiper-slider img {
width: 100%;
}
}
@media (min-width: 992px) {
article.alternate-style {
display: -webkit-flex;
display: -webkit-box;
display: -moz-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
}
#blog-entries .alternate-style .entry-media {
width: 100%;
max-width: 312px !important;
justify-content: flex-start;
}
#blog-entries .alternate-style .entry-wrapper {
width: 100%;
justify-content: flex-end;
display: -webkit-flex;
display: -webkit-box;
display: -moz-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
align-items: center;
}
article.alternate-style .entry-gallery img {
width: auto;
}
article.alternate-style .post-thumbnail img,
article.alternate-style .cl-post-swiper-slider img {
max-width: 415px;
}
.cl-layout-fullwidth article.alternate-style .post-thumbnail img,
.cl-layout-fullwidth article.alternate-style .cl-post-swiper-slider img {
max-width: 358px;
}
}
@media (min-width: 1200px) {
article.alternate-style .post-thumbnail img,
article.alternate-style .cl-post-swiper-slider img {
max-width: 320px;
}
.cl-layout-fullwidth article.alternate-style .post-thumbnail img,
.cl-layout-fullwidth article.alternate-style .cl-post-swiper-slider img {
max-width: 312px;
}
} #blog-entries .minimal-style .entry-media-wrapper {
position: relative;
}
#blog-entries .minimal-style .entry-media-wrapper .time {
position: absolute;
z-index: 999;
top: 25px;
background: #fff;
left: 25px;
color: #fff;
font-size: 14px;
border: 3px solid rgba(255, 255, 255, 0.4);
border-radius: 7px;
padding: 5px 23px;
}
#blog-entries .minimal-style .entry-media-wrapper .time time {
font-size: 16px;
text-transform: uppercase;
color: #222;
font-weight: bold;
}
#blog-entries .minimal-style .entry-wrapper {
margin-top: 20px;
}
#blog-entries .minimal-style .entry-header {
float: left;
width: 100%;
margin-bottom: 20px;
}
#blog-entries .minimal-style .entry-wrapper-content{
padding:30px 50px;
}
#blog-entries .minimal-style .entry-wrapper-content .entry-readmore{
margin-top:20px;
}
article.minimal-style .entry-meta {
width: 100%;
display: block;
font-size: 12px;
float: left;
}
article.minimal-style .entry-meta-single {
float: left;
margin-right: 10px;
font-style: italic
}
article.minimal-style .entry-meta-single:last-child {
margin-right: 0px;
}
article.minimal-style .entry-meta-single .entry-meta-prepend {
font-size: 13px;
font-weight: 500;
} @media (min-width: 768px) {
.timeline-entries:before {
position: absolute;
top: 0;
left: 50%;
width: 2px;
height: 100%;
background-color: #ededed;
margin-left: -1px;
content: ' ';
}
.timeline-entries article .grid-holder:before {
position: absolute;
right: -8px;
top: 37px;
content: "";
width: 16px;
height: 16px;
background: #a1a1a1;
border-radius: 50%;
}
.timeline-entries article .grid-holder:after {
position: absolute;
right: 27px;
top: 35px;
width: 0;
height: 0;
border-style: solid;
border-width: 10px 0 10px 12px;
border-color: transparent transparent transparent #fff;
content: "";
}
.timeline-entries article:nth-child(2n) .grid-holder:before {
left: -8px;
}
.timeline-entries article:nth-child(2n) .grid-holder:after {
border-width: 10px 12px 10px 0px;
border-color: transparent #fff transparent transparent;
right: auto;
left: 27px;
}
}
.timeline-entries {
display: -webkit-flex;
display: -webkit-box;
display: -moz-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.timeline-entries article {
width: 50%;
padding: 15px;
padding-right: 38px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
position: relative;
}
.timeline-entries article.boxed-layout .grid-holder {
box-shadow: 0 3px 5px rgba(50, 50, 93, 0.05), 0 1px 2px rgba(0, 0, 0, 0.04);
-webkit-box-shadow: 0 3px 5px rgba(50, 50, 93, 0.05), 0 1px 2px rgba(0, 0, 0, 0.04);
-moz-box-shadow: 0 3px 5px rgba(50, 50, 93, 0.05), 0 1px 2px rgba(0, 0, 0, 0.04);
}
.timeline-entries article:nth-child(2n) {
padding-right: 15px;
padding-left: 38px;
}
.timeline-entries article .grid-holder {
padding: 20px !important;
background: #fff;
}
#blog-entries .timeline-style .grid-holder .grid-holder-inner {
border-width: 0 !important;
}
.timeline-entries article {
margin-bottom: 0 !important;
}
.timeline-entries article:nth-child(2n + 1) {
margin-bottom: 35px;
}
.timeline-entries article:nth-child(2n) {
margin-top: 50px;
}
@media (min-width: 768px) {
.timeline-entries article {
width: 50%;
}
}
@media (max-width: 767px) {
.timeline-entries article {
width: 100%;
}
} @media (min-width: 768px) {
.grid-entries[data-grid-cols="4"] article {
width: 25%;
}
.grid-entries[data-grid-cols="3"] article {
width: 33.3%;
}
.grid-entries[data-grid-cols="2"] article {
width: 50%;
}
.grid-entries[data-grid-cols="5"] article {
width: 20%;
}
}
@media (min-width: 570px) and (max-width: 768px) {
.grid-entries article {
width: 50%;
}
}
@media (max-width: 569px) {
.grid-entries article {
width: 100%;
}
}
#blog-entries .grid-style .grid-holder {
padding-left: 10px;
padding-right: 10px;
}
#blog-entries .grid-style .entry-readmore {
margin-top: 0;
}
#blog-entries .grid-style .grid-holder .grid-holder-inner {
border-width: 1px;
border-style: solid;
text-align: left;
}
#blog-entries .grid-style .grid-holder .entry-wrapper {
padding: 24px;
}
#blog-entries .grid-style .grid-holder .entry-tools-wrapper {
padding-left: 24px;
padding-right: 24px;
padding-top: 8px;
padding-bottom: 8px;
border-top-width: 1px;
border-top-style: solid;
position: relative;
}
.grid-entries article .grid-holder .entry-tools-wrapper .cl-btn {
display: inline-block;
}
#blog-entries .grid-style .entry-tools {
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
}
#blog-entries .grid-style .entry-tools .entry-tool-single > a > i {
float: left;
font-size: 18px;
line-height:24px;
}
#blog-entries .grid-style .entry-tools .entry-tool-single {
float: left;
text-align: left;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
padding: 7px 6px;
}
#blog-entries .grid-style .entry-tools .entry-tool-share .share-buttons {
padding: 13px 12px;
}
#blog-entries .grid-style .entry-tools .entry-tool-single:last-child {
border-bottom: none !important;
}
#blog-entries .grid-style .entry-tools .entry-tool-share {
position: relative;
}
#blog-entries .grid-style .entry-tools .codeless-count {
font-size: 11px;
line-height: 24px;
text-align: center;
padding-left: 3px;
margin-top: 0px;
float: left;
}
#blog-entries .grid-style .entry-meta {
width: 100%;
display: block;
font-size: 12px;
line-height: 16px;
float: left;
}
#blog-entries .grid-style .entry-meta-single {
float: left;
margin-right: 10px;
font-style: italic
}
#blog-entries .grid-style .entry-meta-single:last-child {
margin-right: 0px;
}
#blog-entries .grid-style .entry-meta-single .entry-meta-prepend {
font-size: 13px;
font-weight: 500;
}
#blog-entries .grid-style .entry-content {
padding-top: 30px;
}
#blog-entries .grid-style.format-quote .entry-content .quote-entry-content {
padding: 35px 30px;
}
.cl-carousel .grid-style.format-quote .entry-content .quote-entry-content {
padding: 50px 5px !important;
}
.cl-carousel .grid-style.format-quote i {
top: 26px !important;
}
.cl-carousel article.format-quote .entry-content .quote-entry-content p {
font-size: 20px !important;
line-height: 36px !important;
}
#blog-entries .grid-style.format-quote .entry-wrapper i {
font-size: 32px;
bottom: auto;
top: 30px;
} @media (min-width: 1200px) {
.masonry-entries[data-grid-cols="4"] article {
width: 25%;
}
.masonry-entries[data-grid-cols="4"] article.cl-msn-size-large {
width: 75%;
}
.masonry-entries[data-grid-cols="3"] article {
width: 33.3%;
}
.masonry-entries[data-grid-cols="3"] article.cl-msn-size-large {
width: 66.6%;
}
.masonry-entries[data-grid-cols="2"] article {
width: 50%;
}
.masonry-entries[data-grid-cols="2"] article.cl-msn-size-large {
width: 100%;
}
.masonry-entries[data-grid-cols="5"] article {
width: 20%;
}
.masonry-entries[data-grid-cols="5"] article.cl-msn-size-large {
width: 60%;
}
}
@media (min-width: 768px) and (max-width: 1200px) {
.masonry-entries article {
width: 50%;
}
.masonry-entries[data-grid-cols="5"] article {
width: 33.3%;
}
.masonry-entries[data-grid-cols="5"] article.cl-msn-size-large {
width: 66.6%;
}
.masonry-entries[data-grid-cols="4"] article {
width: 33.3%;
}
.masonry-entries[data-grid-cols="4"] article.cl-msn-size-large {
width: 66.6%;
}
}
@media (max-width: 767px) {
.masonry-entries[data-grid-cols="5"] article {
width: 50%;
}
.masonry-entries[data-grid-cols="4"] article {
width: 50%;
}
.masonry-entries article {
width: 50%;
}
}
@media (max-width: 480px) {
.masonry-entries[data-grid-cols="5"] article {
width: 100%;
}
.masonry-entries[data-grid-cols="4"] article {
width: 100%;
}
.masonry-entries article {
width: 100%;
}
}
.masonry-entries article {
margin-bottom: 0 !important;
}
.masonry-entries article .grid-holder {
padding: 10px;
height: 100%;
}
.masonry-entries article .grid-holder .grid-holder-inner {
background: #fff;
border-width: 1px;
border-style: solid;
height: 100%;
}
.masonry-entries article .grid-holder .entry-wrapper {
padding: 35px;
text-align: left;
}
.masonry-entries article h2 {
padding-top: 20px;
padding-bottom: 15px;
}
.masonry-entries article.cl-msn-size-wide .grid-holder .entry-wrapper {
height: 100%;
}
.masonry-entries article.cl-msn-size-wide .time a {
color: #cecece;
}
.masonry-entries article.cl-msn-size-wide .entry-meta a {
color: #cecece;
}
.masonry-entries article.cl-msn-size-wide .swiper-button-next.swiper-button-white,
.masonry-entries article.cl-msn-size-wide .swiper-container-rtl .swiper-button-prev.swiper-button-white {
background-size: 20%;
padding: 22px 18px;
}
.masonry-entries article.cl-msn-size-wide .cl-post-swiper-slider .swiper-button-prev {
right: 37px;
left: auto;
background-size: 20%;
padding: 22px 18px;
}
.masonry-entries article.cl-msn-size-wide .grid-holder-inner {
position: relative;
}
.masonry-entries:not(.cl-carousel) article.cl-msn-size-wide .entry-media {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
.masonry-entries article.cl-msn-size-wide .entry-wrapper {
position: relative;
background: rgba(0, 0, 0, 0.7);
}
.masonry-entries article.cl-msn-size-wide .entry-wrapper h2 {
color: #fff;
}
.masonry-entries article.cl-msn-size-wide .entry-wrapper p {
color: #cecece;
}
.masonry-entries article.cl-msn-size-wide .post-thumbnail {
height: 100%;
overflow: hidden;
}
.masonry-entries article.cl-msn-size-wide img {
max-width: 700px;
}
.masonry-entries article.cl-msn-size-wide .entry-wrapper {
display: table;
}
.masonry-entries article.cl-msn-size-wide .entry-wrapper .entry-wrapper-content {
vertical-align: middle;
display: table-cell;
}
.masonry-entries article.cl-msn-size-wide.format-gallery .entry-wrapper .entry-wrapper-content {
position: relative;
z-index: 9999;
}
.masonry-entries .format-quote .entry-content .quote-entry-content p,
.masonry-entries .format-quote .entry-content .quote-entry-content a {
font-size: 22px !important;
line-height: 34px !important;
}
.masonry-entries article.cl-msn-size-wide .entry-gallery {
height: 100%;
z-index: 1;
position: relative;
}
.masonry-entries article.cl-msn-size-wide .cl-post-swiper-slider {
height: 100%;
background: rgb(0, 0, 0);
}
.masonry-entries article.cl-msn-size-wide .swiper-wrapper {
opacity: 0.4;
}
.masonry-entries article.cl-msn-size-wide .swiper-wrapper img {
max-width: 700px;
width: auto;
}
.masonry-entries article.cl-msn-size-wide .cl-post-slider-nav {
top: 0 !important;
margin-top: 0 !important;
}
@media (min-width: 992px) {
.masonry-entries article.cl-msn-size-large .grid-holder-inner {
display: -webkit-flex;
display: -webkit-box;
display: -moz-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
}
.masonry-entries article.cl-msn-size-large .grid-holder-inner .entry-media {
width: 55%;
}
.masonry-entries article.cl-msn-size-large .grid-holder-inner .entry-wrapper {
width: 80%;
display: -webkit-flex;
display: -webkit-box;
display: -moz-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
justify-content: center;
align-items: center;
padding: 7%;
}
.masonry-entries article.cl-msn-size-large .post-thumbnail {
height: 100%;
overflow: hidden;
}
.masonry-entries article.cl-msn-size-large img {
max-width: 800px;
position: relative;
left: -114px;
top: 0;
width: auto;
}
}
.masonry-entries article.format-quote .entry-content .quote-entry-content {
padding: 58px 15px;
}
.masonry-entries article.format-quote .entry-content i {
font-size: 34px;
position: absolute;
left: 0;
top: 25px;
}
.masonry-entries article.format-quote .entry-wrapper {
background: #0CABD3;
}
.masonry-entries article.format-quote .entry-wrapper * {
color: #fff !important;
}
#blog-entries .masonry-style .entry-meta {
width: 100%;
display: block;
font-size: 12px;
line-height: 16px;
float: left;
}
#blog-entries .masonry-style .entry-meta-single {
float: left;
margin-right: 10px;
}
#blog-entries .masonry-style .entry-meta-single:last-child {
margin-right: 0px;
}
#blog-entries .masonry-style .entry-meta-single .entry-meta-prepend {
font-size: 13px;
font-weight: 500;
display: none;
}
#blog-entries.media-entries article {
margin-bottom: 0;
}
#blog-entries.media-entries article .entry-media .entry-overlay {
background: rgba(0, 0, 0, 0.8);
}
#blog-entries.media-entries article .entry-media .entry-overlay .inner {
text-align: center;
display: table;
width: 100%;
height: 100%;
color: #cecece;
}
#blog-entries.media-entries article .entry-media .entry-overlay .inner .content {
vertical-align: middle;
display: table-cell;
}
#blog-entries.media-entries article .entry-media .entry-overlay .inner h2 {
color: #fff;
} .single-post .related-wrapper .cl_blog {
margin-top: 20px !important;
}
.single-post .related-wrapper .cl_blog .grid-holder-inner {
border-width: 1px !important;
}
.single-post #content:not(.cl-layout-fullwidth) .entry-content.cl-content-builder .cl-row:first-child:last-child,
.single_blog_style-classic.cl-layout-fullwidth .entry-content.cl-content-builder .cl-row:first-child:last-child {
padding-top: 0px !important;
padding-bottom: 0px !important;
}
.single-post #content:not(.cl-layout-fullwidth) .cl-comments-wrapper {
width: 100%;
}
.single_blog_style-classic.cl-layout-fullwidth .inner-content .inner-content-row {
padding-top: 0;
}
.single-post #content:not(.cl-layout-fullwidth) .cl-comment-reply {
width: 100%;
}
.single-post .related-wrapper .cl_blog .entry-content {
padding-top: 0 !important;
margin-top: 0 !important;
}
.single-format-gallery article .entry-media{
width:100%;
}
.single_blog_style-modern article .entry-content {
margin-top: 0;
padding-right: 0;
}
.single_blog_style-modern .cl_page_header .entry-meta-single {
display: inline-block;
padding: 10px;
font-size: 14px;
color: #cecece;
font-weight: 400;
}
.single_blog_style-modern .cl_page_header.modern.modern-center .title_part .entry-meta {
text-align: center;
}
.single_blog_style-modern .cl_page_header.modern.modern-center .entry-meta-prepend {
text-transform: lowercase;
font-size: 12px;
}
.single_blog_style-modern .cl_page_header .entry-meta-single a {
color: #fff;
text-transform: uppercase;
font-weight: 600;
font-size: 12px;
}
.single_blog_style-modern article .entry-content p:first-child {
padding-top: 0;
margin-top: 0px;
}
.single_blog_style-custom .cl_page_header .entry-meta-single {
display: inline-block;
padding: 10px;
font-size: 14px;
color: #cecece;
font-weight: 400;
}
.single_blog_style-custom .cl_page_header.modern.modern-center .title_part .entry-meta {
text-align: center;
}
@media(max-width:767px){
.single_blog_style-custom .cl_page_header.modern.modern-center .title_part .entry-meta{
margin-top:15px;
}
.single_blog_style-custom .cl_page_header.modern.modern-center .title_part .entry-meta .entry-meta-single{
padding:4px !important;
}
}
.single_blog_style-custom .cl_page_header.modern.modern-center .entry-meta-prepend {
text-transform: lowercase;
font-size: 12px;
}
.single_blog_style-custom .cl_page_header .entry-meta-single a {
color: #fff;
text-transform: uppercase;
font-weight: 600;
font-size: 12px;
}
.single_blog_style-modern > .entry-wrapper > .entry-content.cl-content-builder {
margin-left: 0px;
margin-right: 0px;
}
.single_blog_style-classic > .entry-wrapper > .entry-content.cl-content-builder {
margin-left: 0px;
margin-right: 0px;
}
.container.content-container.single-post-data-container {} .single-post #content.single_blog_style-custom:not(.cl-layout-fullwidth) .entry-content.cl-content-builder {
margin-top: 0;
padding-right: 0;
margin-left: -15px;
margin-right: -15px;
}
.single-post #content.cl-layout-fullwidth .inner-content-row {
padding-bottom: 0;
}
.single-post .entry-single-tools {} .single-post .entry-single-tool {
display: block;
margin-bottom: 20px;
}
.single-post .entry-single-tool:last-child {
margin-bottom: 0;
}
.single-post .entry-single-tools .tool-title {
font-weight: bold;
}
.single-post .entry-single-tools .single-share-buttons {
display: inline-block;
margin-left: 10px;
}
.single-post .entry-single-tools .single-share-buttons a {
display: inline-block;
width: 28px;
height: 28px;
margin-right: 5px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
}
.single-post .entry-single-tools .single-share-buttons a i {
width: 100%;
text-align: center;
display: block;
line-height: 28px;
color: #242424;
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
font-size: 13px;
}
.single-post .entry-single-tools .single-share-buttons a:hover i {
color: #fff;
}
.single-post .entry-single-tags a {
color: #242424;
text-align: center;
background-color: #fff;
margin-right: 10px;
padding: 5px 10px;
font-size: 12px;
font-weight: 500;
border-width: 1px;
border-style: solid;
display: inline-block;
height: 35px;
margin-bottom: 15px;
}
.single_blog_align-center .entry-title, .single_blog_align-center .entry-content{
text-align:center;
}
.single-post .entry-single-tags a:hover {
color: #fff;
}
.single-post .entry-single-tools {
padding-top: 25px;
padding-bottom: 25px;
}
.single-post .entry-single-related {
padding-top: 70px;
padding-bottom: 80px;
display:inline-block;
width:100%;
border-bottom-width:1px;
border-bottom-style:solid;
}
.single-post .entry-single-related .related-wrapper {
margin-left: -15px;
margin-right: -15px;
}
.single_blog_style-custom .entry-content.cl-content-builder {
margin-top: 0;
padding-right: 0 !important;
}
.entry-content.cl-content-builder p:first-child {
margin-top: 0;
margin-bottom: 0;
} .single-post .post-navigation {
padding-top: 25px;
padding-bottom: 25px;
border-top-width: 1px;
border-top-style: solid;
border-bottom-width: 1px;
border-bottom-style: solid;
margin-top: 35px;
}
.single-post .comments-area {
padding-top: 0px;
padding-bottom: 25px;
}
.single-post .cl-layout-fullwidth .cl-comments {
padding-top: 0px;
padding-bottom: 40px;
margin-bottom: 70px;
border-top-width: 0px;
border-top-style: solid;
border-bottom-width: 1px;
border-bottom-style: solid;
}
.single-post .cl-layout-fullwidth .comments-area {
padding-bottom: 70px;
}
.single-post article {
margin-bottom: 35px;
}
.single-post .inner-content-row {} .single-post .nav-links {
display: flex;
}
.single-post .nav-links > .nav-previous a > .screen-reader-text {
padding-left: 37px;
}
.single-post .nav-links > .nav-next a > .screen-reader-text {
padding-right: 37px;
}
.single-post .nav-links > div a > .screen-reader-text {
color: #cfcfcf;
text-transform: uppercase;
font-size: 12px;
display: block;
width: 100%;
line-height: 16px;
}
.single-post .nav-links > div a .nav-title {
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}
.single-post .nav-links .nav-title-icon-wrapper {
position: relative;
top: 1px;
}
.single-post .nav-links > div a {
font-weight: 600;
font-size: 16px;
}
.single-post .nav-links > div a i {
font-size: 22px;
padding-right: 15px;
}
.single-post .nav-links .nav-previous {
width: 100%;
}
.single-post .nav-links .nav-next {
width: 100%;
}
.single-post .nav-links .nav-next a {
float: right;
}
.single-post .nav-links .nav-next span {
float: right;
text-align: right;
}
.single-post .nav-links > .nav-next a i {
padding-right: 0;
padding-left: 15px;
}  .single-post .single-author {
margin-top: 70px;
margin-bottom: 35px;
}
.single-post .single-author .author_wrapper {
display: flex;
padding-top: 20px;
flex-wrap:wrap;
}
.single-post .single-author .author_wrapper .author_avatar{
width:100px;
}
.single-post .single-author .author_wrapper .author_avatar img {
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
}
.single-post .single-author .author_wrapper .author_content {
max-width: 80%;
padding-left: 20px;
}  .inner-content.container > #comments > .cl-comments {
background: #fff !important;
} .comment-list {
list-style-type: none;
padding: 0;
margin-top: 0px;
}
article.comment {
border-top-width: 1px;
border-top-style: solid;
padding-top: 35px;
padding-bottom: 35px;
}
article.comment:first-child{
border-top:0;
}
article.comment:last-child {
padding-bottom: 0;
}
article.comment .comment-content {
display: flex;
}
article.comment .gravatar {
width: 78px;
}
article.comment .gravatar img {
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
}
article.comment .comment-meta {
padding-left: 20px;
width: 100%;
}
article.comment .comment-reply-link,
article.comment .comment-edit-link {
font-size: 12px;
padding-left: 5px;
}
article.comment .child-comments {
margin-left: 80px;
margin-top: 35px;
}
article.comment .child-comments .comment {
margin-bottom: 0 !important;
}
#respond.comment-respond .comment-form-comment label {
display: block;
}
#respond.comment-respond .comment-form-comment textarea {
width: 100%;
border-width: 1px;
border-style: solid;
padding-left: 10px;
}
#respond.comment-respond .comment-form-author,
#respond.comment-respond .comment-form-email,
#respond.comment-respond .comment-form-url {
width: 32%;
display: inline-block;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
padding-right: 10px;
margin-top: 0;
}
#respond.comment-respond .comment-form-url {
padding-right: 0;
}
#respond.comment-respond .comment-form-author label,
#respond.comment-respond .comment-form-email label,
#respond.comment-respond .comment-form-url label {
display: block;
}
#respond.comment-respond .comment-form-author input,
#respond.comment-respond .comment-form-email input,
#respond.comment-respond .comment-form-url input {
border-width: 1px;
border-style: solid;
width: 100%;
height: 40px;
padding-left: 10px;
}
#respond.comment-respond .form-submit {
margin-top: 35px;
}  .single_blog_style-classic .entry-header {
margin-top: 20px;
}
.entry-single-related .entry-header {
margin-top: 0;
}
.single_blog_style-classic .entry-content {
margin-top: 10px !important;
}  article .entry-media {
position: relative;
}
article .entry-overlay {
position: absolute;
z-index: 999;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#blog-entries article .entry-overlay i {
color: #fff;
width: 60px;
text-align: center;
line-height: 60px;
height: 60px;
position: absolute !important;
left: 50%;
margin-left: -30px;
font-size: 32px;
top: 50%;
margin-top: -30px;
-webkit-perspective: 1000;
-moz-perspective: 1000;
-ms-perspective: 1000;
perspective: 1000;
opacity: 0;
-webkit-transform: translatex(-20px);
-moz-transform: translatex(-20px);
-ms-transform: translatex(-20px);
transform: translatex(-20px);
-webkit-transition: opacity 0.2s ease-in-out, -webkit-transform .25s cubic-bezier(.19, 1, .22, 1);
-moz-transition: opacity 0.2s ease-in-out, -moz-transform .25s cubic-bezier(.19, 1, .22, 1);
transition: opacity 0.2s ease-in-out, transform .25s cubic-bezier(.19, 1, .22, 1);
}
#blog-entries article .entry-media:hover .entry-overlay i {
-webkit-transform: translatex(0px);
-moz-transform: translatex(0px);
-ms-transform: translatex(0px);
transform: translatex(0px);
opacity: 1;
} article .entry-overlay-color .entry-overlay {
opacity: 0;
-webkit-transition: opacity 0.2s ease-in-out, -webkit-transform .25s cubic-bezier(.19, 1, .22, 1);
-moz-transition: opacity 0.2s ease-in-out, -moz-transform .25s cubic-bezier(.19, 1, .22, 1);
transition: opacity 0.2s ease-in-out, transform .25s cubic-bezier(.19, 1, .22, 1);
}
article .entry-overlay-color:hover .entry-overlay {
opacity: 1;
} article .entry-overlay-zoom_color {
overflow: hidden;
-webkit-transform: translateZ(0) scale(1.0, 1.0);
}
article .entry-overlay-zoom_color .entry-overlay {
opacity: 0;
-webkit-transition: opacity 0.1s ease-in-out, -webkit-transform .25s cubic-bezier(.19, 1, .22, 1);
-moz-transition: opacity 0.1s ease-in-out, -moz-transform .25s cubic-bezier(.19, 1, .22, 1);
transition: opacity 0.1s ease-in-out, transform .25s cubic-bezier(.19, 1, .22, 1);
}
article .entry-overlay-zoom_color:hover .entry-overlay {
opacity: 1;
}
article .entry-overlay-zoom_color img {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000;
-moz-perspective: 1000;
-ms-perspective: 1000;
perspective: 1000;
-webkit-transform: translateZ(0) scale(1.0, 1.0);
}
article .entry-overlay-zoom_color:hover img {
transform: scale(1.1);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
} article .entry-overlay-grayscale img {
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-o-filter: grayscale(0%);
filter: grayscale(0%);
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000;
-moz-perspective: 1000;
-ms-perspective: 1000;
perspective: 1000;
}
article .entry-overlay-grayscale:hover img {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
}
article .entry-overlay-grayscale .entry-overlay {
background-color: rgba(0, 0, 0, 0);
-webkit-transition: background-color 0.42s ease-in-out;
-moz-transition: background-color 0.42s ease-in-out;
transition: background-color 0.42s ease-in-out;
}
article .entry-overlay-grayscale:hover .entry-overlay {
background-color: rgba(0, 0, 0, 0.5);
}
article .entry-overlay i.cl-icon-plus2 {
font-size: 18px;
} .entry-link,
.entry-lightbox {
position: absolute;
z-index: 99999;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.entry-lightbox {
z-index: 999999;
} .twitter-tweet::shadow .EmbeddedTweet {
max-width: 100% !important;
width: 100% !important;
border: none;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #e1e1e1;
}
#blog-entries article .twitter-tweet {
width: 100% !important;
}
@media (max-width: 768px) {
.entry-video:first-child {
min-height: 105px;
}
} .entry-video iframe {
max-width: 100% !important;
box-shadow: none !important;
}  .cl-btn {
cursor: pointer;
} @media (min-width:768px){
.btn-layout-extra-small {
padding: 7px 13px;
}
.btn-layout-small {
padding: 4px 17px;
}
.btn-layout-medium {
padding: 10px 28px;
}
.btn-layout-large {
padding: 12px 30px;
}
.btn-layout-extra-large {
padding: 14px 34px;
}
.btn-font-large {
font-size: 14px;
letter-spacing: 1px;
font-weight: 600;
text-transform: uppercase;
}
.btn-font-medium {
font-size: 12px;
letter-spacing: 1px;
font-weight: 600;
text-transform: uppercase;
}
.btn-font-small {
font-size: 10px;
letter-spacing: 1px;
font-weight: 600;
text-transform: uppercase;
} }
@media (max-width:767px){
.cl-btn{
padding: 9px 26px;
}
}
.btn-style-material_circular {
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border: 0;
box-shadow: 0 3px 5px rgba(50, 50, 93, 0.05), 0 1px 2px rgba(0, 0, 0, 0.04);
-webkit-box-shadow: 0 3px 5px rgba(50, 50, 93, 0.05), 0 1px 2px rgba(0, 0, 0, 0.04);
-moz-box-shadow: 0 3px 5px rgba(50, 50, 93, 0.05), 0 1px 2px rgba(0, 0, 0, 0.04);
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
transition: all .25s ease;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
transform: translateY(0px);
display: inline-block;
}
.btn-style-material_circular:hover {
box-shadow: 0 7px 14px rgba(50, 50, 93, 0.08), 0 3px 6px rgba(0, 0, 0, 0.04);
-webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, 0.08), 0 3px 6px rgba(0, 0, 0, 0.04);
-moz-box-shadow: 0 7px 14px rgba(50, 50, 93, 0.08), 0 3px 6px rgba(0, 0, 0, 0.04);
-webkit-transform: translateY(-2px);
-moz-transform: translateY(-2px);
transform: translateY(-2px);
}
.btn-style-material_square {
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border: 0;
box-shadow: 0 3px 5px rgba(50, 50, 93, 0.05), 0 1px 2px rgba(0, 0, 0, 0.04);
-webkit-box-shadow: 0 3px 5px rgba(50, 50, 93, 0.05), 0 1px 2px rgba(0, 0, 0, 0.04);
-moz-box-shadow: 0 3px 5px rgba(50, 50, 93, 0.05), 0 1px 2px rgba(0, 0, 0, 0.04);
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
transition: all .25s ease;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
transform: translateY(0px);
display: inline-block;
}
.btn-style-material_square:hover {
box-shadow: 0 7px 14px rgba(50, 50, 93, 0.08), 0 3px 6px rgba(0, 0, 0, 0.04);
-webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, 0.08), 0 3px 6px rgba(0, 0, 0, 0.04);
-moz-box-shadow: 0 7px 14px rgba(50, 50, 93, 0.08), 0 3px 6px rgba(0, 0, 0, 0.04);
-webkit-transform: translateY(-2px);
-moz-transform: translateY(-2px);
transform: translateY(-2px);
}
.btn-style-text_effect{
padding-left:0px;
padding-right:0px;
position:relative;
padding-bottom:5px;
}
.btn-style-text_effect:after{
width:0;
height:1px;
position:absolute;
bottom:0;
left:0;
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
transition: all .25s ease;
content:"";
}
.btn-style-text_effect:hover:after{
width:100%;
}
.btn-style-text-effect {
padding-left: 0px;
padding-right: 18px;
color: #555 !important;
font-weight: 600;
font-size: 13px;
position: relative;
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
}
.btn-style-text-effect:after {
content: '\f105';
font-family: "codeless-icons";
position: absolute;
right: 0;
font-size: 17px;
font-weight: 400;
top: 50%;
line-height: 20px;
margin-top: -10px;
}
.btn-style-text-effect:before {
width: 16px;
height: 1px;
content: "";
background: #555;
position: absolute;
opacity: 0;
right: 5px;
top: 50%;
margin-top: -0.5px;
opacity: 0;
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translate3d(-10px, 0, 0);
-moz-transform: translate3d(-10px, 0, 0);
-o-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
.btn-style-text-effect:hover {
padding-right: 26px;
color: #ccc;
}
.btn-style-text-effect:hover:before {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
.btn-style-rounded_border {
border-radius: 30px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-style:solid;
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
transition: all .25s ease;
display: inline-block;
}
.btn-style-rounded_border:hover {
}
.cl-btn.btn-square-forced {
border-radius: 0 !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
}  aside .widget-title {
word-break: break-word;
display: block;
margin-bottom: 15px;
padding-bottom: 0;
}
aside .widget {
border-bottom-width: 1px;
border-bottom-style: solid;
padding-top: 35px;
padding-bottom: 35px;
}
aside .widget:first-child {
padding-top: 0;
}
aside .widget:last-child {
padding-bottom: 0;
border-bottom: none;
}
aside .widget ul {
list-style: none;
padding: 0;
margin: 0;
}
aside .widget ul li {
display: block;
padding-top: 5px;
padding-bottom: 5px;
}
aside .widget ul li:last-child {
padding-bottom: 0;
}
aside .widget ul li a {
font-weight: 400;
position: relative;
line-height: 20px;
}
aside .widget_categories ul li a,
aside .widget_archive ul li a,
aside .widget_pages ul li a,
aside .widget_nav_menu ul li a {
padding-left: 25px;
}
aside .widget_nav_menu .sub-menu{
padding-left:8px;
}
aside .widget_pages .page_item_has_children .children{
padding-left:8px;
}
aside .widget_categories ul li a:before,
aside .widget_archive ul li a:before,
aside .widget_pages ul li a:before,
aside .widget_nav_menu ul li a:before {
font-family: 'codeless-icons';
content: '\e902';
line-height: 20px;
position: absolute;
left: 0px;
top: 0;
-webkit-transition: left .25s ease;
-moz-transition: left .25s ease;
transition: left .25s ease;
}
aside .widget_categories ul li a:hover:before,
aside .widget_archive ul li a:hover:before,
aside .widget_pages ul li a:hover:before,
aside .widget_nav_menu ul li a:hover:before {
left: 3px;
} aside .widget_categories .screen-reader-text {
display: none;
}
aside .widget_categories select {
width: 100%;
border-width: 1px;
border-style: solid;
height: 50px;
padding-left: 18px;
}
aside .widget_categories select:after {
font-family: 'codeless-icons';
content: '\e902';
position: absolute;
top: 0;
right: 0;
line-height: 50px;
}
aside .widget_categories ul li {} aside .widget_categories ul li .children {
padding-left: 20px;
} aside .widget_archive .screen-reader-text {
display: none;
}
aside .widget_archive select {
width: 100%;
border-width: 1px;
border-style: solid;
height: 50px;
padding-left: 18px;
}
aside .widget_archive select:after {
font-family: 'codeless-icons';
content: '\e902';
position: absolute;
top: 0;
right: 0;
line-height: 50px;
}
aside .widget_archive ul li {} aside .widget_archive ul li .children {
padding-left: 20px;
} aside .widget_search .screen-reader-text {
display: none;
}
aside .widget_search form {
position: relative;
}
aside .widget_search input[type="search"] {
width: 100%;
height: 50px;
border-width: 1px;
border-style: solid;
padding-left: 18px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-border-sizing: border-box;
}
aside .widget_search i {
position: absolute;
right: 15px;
top: 0;
line-height: 50px;
} aside .widget_recent_entries .post-date {
display: block;
font-size: 12px;
line-height: 18px;
} aside .widget_recent_comments .recentcomments {} aside .widget_calendar table {
width: 100%;
margin: 0;
}
aside .widget_calendar td {
text-align: center;
}
aside .widget_calendar caption {
margin-bottom: 15px;
}
aside .widget_calendar #prev {
text-align: left !important;
padding-top: 5px;
padding-left: 10px;
}
aside .widget_calendar #next {
text-align: right !important;
padding-top: 5px;
padding-right: 10px;
} aside .widget_rss .widget-title .rsswidget:last-child {
padding-left: 10px;
}
aside .widget_rss li {
padding-top: 8px !important;
padding-bottom: 8px !important;
display: block;
position: relative;
}
aside .widget_rss li:last-child {
padding-bottom: 0px !important;
}
aside .widget_rss .rss-date {
display: block;
}
aside .widget_rss .rssSummary {
padding-top: 10px;
padding-bottom: 5px;
}
@media (min-width: 768px) {
aside.cl-sticky.cl-sticky-active .cl-sticky-wrapper {
position: fixed;
top: 80px;
}
.cl_column.cl-sticky {
position: -webkit-sticky;
position: -moz-sticky;
position: -ms-sticky;
position: -o-sticky;
position:sticky;
top: 15px;
}
}
@media (max-width: 767px) {
aside.cl-sticky .cl-sticky-wrapper {
width: 100% !important;
}
aside#secondary {
margin-top: 60px;
}
}  .cl-filters {
width: 100%;
display: block;
}
.cl-filters.cl-filter-small {
margin-bottom: 30px;
}
.cl-filters.cl-filter-small .selected {
box-shadow: 0 9px 26px rgba(0, 0, 0, 0.05);
-webkit-box-shadow: 0 9px 26px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 9px 26px rgba(0, 0, 0, 0.05);
background: #fff;
color: #222;
font-weight: bold;
}
.cl-filters.cl-filter-fullwidth {
padding-top: 10px;
padding-bottom: 10px;
}
.cl-filters.cl-filter-align-center .inner {
text-align: center;
}
.cl-filters.cl-filter-align-left .inner {
text-align: left;
padding-left:20px;
}
.cl-filters.cl-filter-align-right .inner {
text-align: right;
padding-right:20px;
}
.cl-filters button {
background: none;
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
border: none;
padding: 5px 14px;
}
.cl-filters.cl-filter-fullwidth button {
font-weight: 600;
padding:5px 10px;
}
.cl-filters.cl-filter-fullwidth.cl-filter-color-dark button{
color:#cecece;
}
.cl-filters.cl-filter-fullwidth.cl-filter-color-dark button:hover,
.cl-filters.cl-filter-fullwidth.cl-filter-color-dark button.selected {
color: #fff;
}
.cl-filters.cl-filter-fullwidth.cl-filter-color-light button{
color:#999;
}
.cl-filters.cl-filter-fullwidth.cl-filter-color-light button:hover,
.cl-filters.cl-filter-fullwidth.cl-filter-color-light button.selected {
color: #222;
}
.cl-filters.centered .inner {
text-align: center;
}
.cl-filters.cl-filter-fullwidth.with-shadow{
-webkit-box-shadow: 0 14px 40px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0 14px 40px rgba(0, 0, 0, 0.25);
box-shadow: 0 14px 40px rgba(0, 0, 0, 0.25);
}
.cl-filters.cl-filter-fullwidth.sticky{
position: -webkit-sticky;
position: -moz-sticky;
position: -ms-sticky;
position: -o-sticky;
position:sticky;
top:0;
z-index:99999;
}
.admin-bar .cl-filters.cl-filter-fullwidth.sticky{
top:31px;
}
.cl-blog-filter.cl-filter-fullwidth.cl-filter-color-dark{
text-align:center;
}  .page .page-links{float:left; width:100%; padding-top: 20px;}
.cl-blog-pagination {
display: block;
margin-top: 50px;
float: left;
}
.cl-pagination {
display: block;
width: 100%;
position: relative;
}
.cl-pagination ul {
list-style: none;
display: inline;
padding: 0;
margin: 0;
}
.cl-pagination ul li {
display: inline-block;
line-height: 36px;
width: 36px;
height: 36px;
margin-right: 10px;
}
.cl-pagination ul li:last-child {
margin-right: 0px;
}
.cl-pagination-align-center ul {
left: 50%;
position: relative;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
}
.cl-pagination-align-right ul {
float: right;
}
.cl-pagination a {
font-size: 14px;
float: left;
text-align: center;
width: 100%;
font-weight: 500;
}
.cl-pagination span.current {
width: 100%;
float: left;
text-align: center;
border-radius: 50%;
font-weight: bold;
-webkit-border-radius: 50%;
-moz-border-radius: 50%
}
.cl-pagination-jump a {} .cl-pagination-jump > div a:hover {
color: #fff;
}
.cl-pagination-jump > div > a {
width: 130px;
height: 50px;
float: left;
line-height: 50px;
text-align: center;
border-radius: 18px;
-webkit-border-radius: 18px;
-moz-border-radius: 18px;
font-weight: bold;
}
.cl-pagination-jump .newer-posts {
float: left;
}
.cl-pagination-jump .older-posts {
float: right;
}
.cl-pagination-infinite .older-posts {
visibility: hidden;
}
.cl-infinite-loader.hidden {
display: none;
visibility: hidden;
}
.cl-infinite-loader {
position: relative;
width: 40px;
height: 40px;
margin: 2em auto;
clear: both;
}
.cl-infinite-loader .dot {
width: 10px;
height: 10px;
border-radius: 50%;
background: #1b1f21;
position: absolute;
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-timing-function: ease;
animation-timing-function: ease;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite
}
.cl-infinite-loader .dot1,
.cl-infinite-loader .dot2 {
left: 0
}
.cl-infinite-loader .dot3 {
left: 15px
}
.cl-infinite-loader .dot4 {
left: 30px
}
.cl-infinite-loader .dot1 {
-webkit-animation-name: reveal;
animation-name: reveal
}
.cl-infinite-loader .dot2,
.cl-infinite-loader .dot3 {
-webkit-animation-name: slide;
animation-name: slide
}
.cl-infinite-loader .dot4 {
-webkit-animation-name: reveal;
animation-name: reveal;
-webkit-animation-direction: reverse;
animation-direction: reverse
}
@-webkit-keyframes reveal {
from {
-webkit-transform: scale(0.001);
transform: scale(0.001)
}
to {
-webkit-transform: scale(1);
transform: scale(1)
}
}
@keyframes reveal {
from {
-webkit-transform: scale(0.001);
transform: scale(0.001)
}
to {
-webkit-transform: scale(1);
transform: scale(1)
}
}
@-webkit-keyframes slide {
to {
-webkit-transform: translateX(15px);
transform: translateX(15px)
}
}
@keyframes slide {
to {
-webkit-transform: translateX(15px);
transform: translateX(15px)
}
}
.cl-infinite-loader.loadmore {
bottom: 65px;
}
#infscr-loading img {
display: none !important
}
#cl_load_more_btn {
color: #fff;
font-weight: bold;
text-transform: uppercase;
padding: 13px 40px;
font-size: 14px;
position: relative;
left: 50%;
margin-left: -89px;
width: 178px;
height: 50px;
}
.cl-infinite-finished {
display: block;
text-align: center;
}
.timeline-entries .cl-infinite-loader {
bottom: -25px;
}
.timeline-entries .cl-infinite-finished {
bottom: -25px;
position: absolute;
left: 0;
text-align: center;
height: 16px;
line-height: 16px;
width: 100%;
}  input,
textarea,
select,
.select2-choice {
-webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.025);
-moz-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.025);
box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.025);
border: none;
}
input:focus,
textarea:focus,
select:focus,
button:focus {
outline: none !important;
}  footer#colophon {
position: relative;
margin-top: 0px;
bottom: 0px;
z-index: 1;
width: 100%;
border-top-width: 0;
border-right-width: 0;
border-left-width: 0;
border-bottom-width: 0;
}
footer#colophon .widget-title {
word-break: break-word;
display: block;
margin-bottom: 15px;
padding-bottom: 0;
}
footer#colophon .widget {
border-bottom-width: 1px;
border-bottom-style: solid;
padding-bottom: 35px;
padding-top: 35px;
display: block;
}
@media (min-width:768px){
footer#colophon .widget{
max-width:370px;
}
}
footer#colophon .widget:first-child {
padding-top: 0px;
}
footer#colophon .widget:first-child:last-child {
margin-bottom: 0px;
border-bottom-width: 0px;
padding: 0;
}
footer#colophon .widget:last-child {
padding-bottom: 0px;
border-bottom-width: 0px;
}
footer#colophon .widget ul {
list-style: none;
padding: 0;
margin: 0;
}
footer#colophon .widget ul li {
display: block;
padding-top: 5px;
padding-bottom: 5px;
}
footer#colophon .widget ul li:last-child {
padding-bottom: 0;
}
footer#colophon .widget ul li a {
position: relative;
line-height: 20px;
}
footer#colophon .wpcf7-form input:not(.cl-btn), footer#colophon .wpcf7-form select{
padding-left: 5px;
box-sizing: border-box;
-webkit-box-sizing:border-box;
height: 34px;
width:100%;
}
footer#colophon .wpcf7-submit{
margin-top:10px;
}
footer#colophon input:focus{
border-color:rgba(0,0,0,0) !important;
} @media (max-width: 767px) {
footer#colophon .footer-widget {
margin-bottom: 20px;
}
footer#colophon .footer-widget:last-child {
margin-bottom: 0px;
}
}
footer#colophon .widget_categories ul li a,
footer#colophon .widget_archive ul li a,
footer#colophon .widget_pages ul li a,
footer#colophon .widget_nav_menu ul li a {
padding-left: 25px;
}
footer#colophon .widget_nav_menu .sub-menu{
padding-left:8px;
}
footer#colophon .widget_pages .page_item_has_children .children{
padding-left:8px;
}
footer#colophon .widget_categories ul li a:before,
footer#colophon .widget_archive ul li a:before,
footer#colophon .widget_pages ul li a:before,
footer#colophon .widget_nav_menu ul li a:before {
font-family: 'codeless-icons';
content: '\e902';
line-height: 20px;
position: absolute;
left: 0px;
top: 0;
-webkit-transition: left .25s ease;
-moz-transition: left .25s ease;
transition: left .25s ease;
}
footer#colophon .widget_categories ul li a:hover:before,
footer#colophon .widget_archive ul li a:hover:before,
footer#colophon .widget_pages ul li a:hover:before,
footer#colophon .widget_nav_menu ul li a:hover:before {
left: 3px;
} footer#colophon .widget_categories .screen-reader-text {
display: none;
}
footer#colophon .widget_categories select {
width: 100%;
border-width: 1px;
border-style: solid;
height: 50px;
padding-left: 18px;
}
footer#colophon .widget_categories select:after {
font-family: 'codeless-icons';
content: '\e902';
position: absolute;
top: 0;
right: 0;
line-height: 50px;
}
footer#colophon .widget_categories ul li .children {
padding-left: 20px;
} footer#colophon .widget_archive .screen-reader-text {
display: none;
}
footer#colophon .widget_archive select {
width: 100%;
border-width: 1px;
border-style: solid;
height: 50px;
padding-left: 18px;
}
footer#colophon .widget_archive select:after {
font-family: 'codeless-icons';
content: '\e902';
position: absolute;
top: 0;
right: 0;
line-height: 50px;
}
footer#colophon .widget_archive ul li .children {
padding-left: 20px;
} footer#colophon .widget_search .screen-reader-text {
display: none;
}
footer#colophon .widget_search form {
position: relative;
}
footer#colophon .widget_search input[type="search"] {
width: 100%;
height: 50px;
border-width: 1px;
border-style: solid;
padding-left: 18px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-border-sizing: border-box;
}
footer#colophon .widget_search i {
position: absolute;
right: 15px;
top: 0;
line-height: 50px;
} footer#colophon .widget_recent_entries .post-date {
display: block;
font-size: 12px;
line-height: 18px;
} footer#colophon .widget_calendar table {
width: 100%;
margin: 0;
}
footer#colophon .widget_calendar td {
text-align: center;
}
footer#colophon .widget_calendar caption {
margin-bottom: 15px;
}
footer#colophon .widget_calendar #prev {
text-align: left !important;
padding-top: 5px;
padding-left: 10px;
}
footer#colophon .widget_calendar #next {
text-align: right !important;
padding-top: 5px;
padding-right: 10px;
} footer#colophon .widget_rss .widget-title .rsswidget:last-child {
padding-left: 10px;
}
footer#colophon .widget_rss li {
padding-top: 8px !important;
padding-bottom: 8px !important;
display: block;
position: relative;
}
footer#colophon .widget_rss li:last-child {
padding-bottom: 0px !important;
}
footer#colophon .widget_rss .rss-date {
display: block;
}
footer#colophon .widget_rss .rssSummary {
padding-top: 10px;
padding-bottom: 5px;
}
footer#colophon .widget-title {
word-break: break-word;
display: block;
margin-bottom: 15px;
padding-bottom: 0;
}
footer#colophon .widget {
border-bottom-width: 1px;
border-bottom-style: solid;
padding-bottom: 35px;
padding-top: 35px;
max-width: 370px;
display: block;
}
footer#colophon .widget:first-child {
padding-top: 0px;
}
footer#colophon .widget:first-child:last-child {
margin-bottom: 0px;
border-bottom-width: 0px;
padding: 0;
}
footer#colophon .widget:last-child {
padding-bottom: 0px;
border-bottom-width: 0px;
}
footer#colophon .widget ul {
list-style: none;
padding: 0;
margin: 0;
}
footer#colophon .widget ul li {
display: block;
padding-top: 5px;
padding-bottom: 5px;
}
footer#colophon .widget ul li:last-child {
padding-bottom: 0;
}
footer#colophon .widget ul li a {
position: relative;
line-height: 20px;
}
footer#colophon .center-column ul li{
display:inline-block !important;
}
footer#colophon .center-column ul li a:before{
display:none;
} @media (max-width: 767px) {
footer#colophon .footer-widget {
margin-bottom: 20px;
}
footer#colophon .footer-widget:last-child {
margin-bottom: 0px;
}
}
footer#colophon .widget_categories ul li a,
footer#colophon .widget_archive ul li a,
footer#colophon .widget_pages ul li a,
footer#colophon .widget_nav_menu ul li a {
padding-left: 25px;
}
footer#colophon .widget_categories ul li a:before,
footer#colophon .widget_archive ul li a:before,
footer#colophon .widget_pages ul li a:before,
footer#colophon .widget_nav_menu ul li a:before {
font-family: 'codeless-icons';
content: '\e902';
line-height: 20px;
position: absolute;
left: 0px;
top: 0;
-webkit-transition: left .25s ease;
-moz-transition: left .25s ease;
transition: left .25s ease;
}
footer#colophon .widget_categories ul li a:hover:before,
footer#colophon .widget_archive ul li a:hover:before,
footer#colophon .widget_pages ul li a:hover:before,
footer#colophon .widget_nav_menu ul li a:hover:before {
left: 3px;
}
footer#colophon .widget_nav_menu .codeless_custom_menu_mega_menu {
display: none;
}
#footer-wrapper.reveal{
position: fixed;
bottom: 0;
width: 100%;
z-index: 0;
}
.cl-layout-bordered #footer-wrapper.reveal{
bottom:20px;
}
.cl-layout-bordered .container{
max-width:100%;
}
.footer-widget.center-column{
margin: 0 auto;
width: 400px;
float: none;
text-align: center;
}
@media (max-width:420px){
.footer-widget.center-column{
max-width:300px;
}
}  #copyright {
position: relative;
margin-top: 0px;
bottom: 0px;
z-index: 1;
width: 100%;
}
#copyright .widget-title {
word-break: break-word;
display: none;
margin-bottom: 15px;
padding-bottom: 0;
}
#copyright .widget {
border-bottom-width: 1px;
border-bottom-style: solid;
padding-top: 10px;
padding-bottom: 10px;
display: block;
width: 100%;
}
#copyright .widget:first-child {
padding-top: 0px;
}
#copyright .widget:first-child:last-child {
margin-bottom: 0px;
border-bottom-width: 0px;
padding: 0;
}
#copyright .widget:last-child {
padding-bottom: 0px;
border-bottom-width: 0px;
}
#copyright .widget ul {
list-style: none;
padding: 0;
margin: 0;
}
#copyright .widget ul li {
display: inline-block;
padding-left: 0px;
padding-right: 0px;
}
#copyright .widget ul li:last-child {
padding-bottom: 0;
}
#copyright .widget ul li a {
position: relative;
line-height: 20px;
}
@media ( min-width: 768px) {
#copyright .copyright-widget:last-child .widget {
float: right;
text-align: right;
}
#copyright .copyright-widget:last-child .widget ul {
float: right;
}
#copyright .copyright-content-row {
display: -webkit-flex;
display: -webkit-box;
display: -moz-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
}
#copyright .copyright-widget {
display: -webkit-flex;
display: -webkit-box;
display: -moz-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
align-items: center;
flex-flow: row wrap;
}
} @media (max-width: 767px) {
#copyright .copyright-widget {
margin-bottom: 20px;
}
#copyright .copyright-widget:last-child {
margin-bottom: 0px;
}
}
#copyright .widget_categories ul li a,
#copyright .widget_archive ul li a,
#copyright .widget_pages ul li a,
#copyright .widget_nav_menu ul li a {
padding-left: 15px;
} #copyright .widget_categories .screen-reader-text {
display: none;
}
#copyright .widget_categories select {
width: auto;
border-width: 1px;
border-style: solid;
height: 50px;
padding-left: 18px;
padding-right: 18px;
}
#copyright .widget_categories select:after {
font-family: 'codeless-icons';
content: '\e902';
position: absolute;
top: 0;
right: 0;
line-height: 50px;
}
#copyright .widget_categories ul li .children {
padding-left: 20px;
} #copyright .widget_archive .screen-reader-text {
display: none;
}
#copyright .widget_archive select {
width: 100%;
border-width: 1px;
border-style: solid;
height: 50px;
padding-left: 18px;
}
#copyright .widget_archive select:after {
font-family: 'codeless-icons';
content: '\e902';
position: absolute;
top: 0;
right: 0;
line-height: 50px;
}
#copyright .widget_archive ul li .children {
padding-left: 20px;
} #copyright .widget_search .screen-reader-text {
display: none;
}
#copyright .widget_search form {
position: relative;
}
#copyright .widget_search input[type="search"] {
width: 70%;
height: 50px;
border-width: 1px;
border-style: solid;
padding-left: 18px;
padding-right: 64px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-border-sizing: border-box;
}
#copyright .widget_search i {
position: absolute;
right: 15px;
top: 0;
line-height: 50px;
} #copyright .widget_recent_entries .post-date {
display: block;
font-size: 12px;
line-height: 18px;
}
#copyright .widget_recent_entries li {
padding-left: 10px !important;
padding-right: 10px !important;
}
#copyright .widget_recent_entries li:last-child {
padding-right: 0 !important;
}
#copyright .widget_recent_entries li:first-child {
padding-left: 0 !important;
} #copyright .widget_calendar table {
width: 100%;
margin: 0;
}
#copyright .widget_calendar td {
text-align: center;
}
#copyright .widget_calendar caption {
margin-bottom: 15px;
}
#copyright .widget_calendar #prev {
text-align: left !important;
padding-top: 5px;
padding-left: 10px;
}
#copyright .widget_calendar #next {
text-align: right !important;
padding-top: 5px;
padding-right: 10px;
} #copyright .widget_rss .widget-title .rsswidget:last-child {
padding-left: 10px;
}
#copyright .widget_rss li {
padding-top: 8px !important;
padding-bottom: 8px !important;
display: block;
position: relative;
}
#copyright .widget_rss li:last-child {
padding-bottom: 0px !important;
}
#copyright .widget_rss .rss-date {
display: block;
}
#copyright .widget_rss .rssSummary {
padding-top: 10px;
padding-bottom: 5px;
}
#copyright .widget_nav_menu .codeless_custom_menu_mega_menu,
#copyright .widget_nav_menu .sub-menu {
display: none;
}
#copyright .widget ul li:first-child a {
padding-left: 0;
}
#copyright input:focus{
border-color:rgba(0,0,0,0) !important;
}   .widget_twitter li {
display: flex !important;
}
.widget_twitter li i {
font-size: 16px;
line-height: 28px;
}
.widget_twitter li .media {
max-width: 76px;
}
.widget_twitter li .content {
padding-left: 20px;
}
.widget_twitter li .content .date {
display: block;
} .widget_flickr .flickr_container {
display: flex;
flex-flow: row wrap;
}
.widget_flickr .flickr_container .flickr_badge_image {
padding: 5px;
width: 33%;
} .widget_most_popular li {
display: flex !important;
}
.widget_most_popular li i {
font-size: 16px;
line-height: 28px;
}
.widget_most_popular li .media {
width: 76px;
}
.widget_most_popular li .media img {
width: 100%;
max-width: none;
}
.widget_most_popular li .content {
padding-left: 12px;
width: 100%;
}
.widget_most_popular li .content .date {
display: block;
}  .social_widget .social-icons-widget li{
display:inline-block !important;
margin:0 8px;
}
.social_widget .social-icons-widget.circle li{
border-radius:50%;
-webkit-border-radius:50%;
-moz-border-radius:50%;
width:36px;
height:36px;
padding:0 !important;
line-height:36px;
text-align:center;
background-color:#fff;
}
.social_widget .social-icons-widget.circle li a{
line-height:36px !important;
float:left;
width:100%;
height:100%;
}   .dropcaps {
position: relative;
top: 2px;
float: left;
margin-right: 10px;
padding: 0;
line-height: 52px;
color: #222;
font-size: 60px;
text-transform: uppercase;
}
blockquote {
border-left: 3px solid #222;
padding-left: 30px;
padding-top: 10px;
padding-bottom: 10px;
}  table tbody td {
background: #fdfdfd;
}
table tbody tr:nth-child(2n) td {
background: #f9f9f9;
} .cl-load-component .cl-loading {
width: 100%;
height: 100%;
left: 0;
top: 0;
position: absolute;
background: #fefefe;
}
body.cl-header-light .cl-loading {
background: #303133 !important;
}
.cl-wait-for-load {
opacity: 0;
-webkit-transition: opacity 0.5s;
-moz-transition: opacity 0.5s;
-o-transition: opacity 0.5s;
transition: opacity 0.5s;
}
.cl-wait-for-load[data-delay="1"] {
-webkit-transition-delay: 0.4s;
-moz-transition-delay: 0.4s;
-o-transition-delay: 0.4s;
transition-delay: 0.4s;
}
.cl-wait-for-load[data-delay="2"] {
-webkit-transition-delay: 1s;
-moz-transition-delay: 1s;
-o-transition-delay: 1s;
transition-delay: 1s;
}
.cl-loaded-component .cl-wait-for-load {
opacity: 1 !important;
}
.cl-carousel-items-wrapper {
margin-left: -15px;
margin-right: -15px;
}  img.lazyload {
display: block;
width: 100%;
-webkit-transition: opacity 0.5s;
-moz-transition: opacity 0.5s;
-o-transition: opacity 0.5s;
transition: opacity 0.5s;
}
img.lazyload:not([src]){
opacity:0;
}
img.lazyload:not([data-original]) {
visibility: hidden;
} @-moz-document url-prefix() {
img.lazyload:-moz-loading {
visibility: hidden;
}
} .portfolio_navigation{ 
font-size: 15px;
z-index: 99999;
position: absolute;
right: 0;
}
.portfolio_navigation  .portfolio_single_left{
position: fixed;
right: 0;
top: 150px;
border: 1px solid #ebebeb;
z-index: 999;
padding: 7px 15px;
background: #fff;
color:#222;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.portfolio_navigation  .portfolio_single_right{
position: fixed;
top: 193px;
right: 0;
border: 1px solid #ebebeb;
z-index: 999;
padding: 7px 15px;
background: #fff;
color:#222;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.portfolio_navigation  .portfolio_single_left:hover, .portfolio_navigation  .portfolio_single_right:hover{color:#fff;}
.portfolio_navigation span {
font-size: 13px;
padding: 6px 14px 6px 14px;
position: absolute;
margin-right: 12px;
color: #777777;
background-color: #fff;
display: inline-block;
right: 100%;
top: 0px;
border-radius: 3px;
font-weight: 500;
opacity: 0;
-webkit-transform-origin: 100% 50%;
-moz-transform-origin: 100% 50%;
-ms-transform-origin: 100% 50%;
-o-transform-origin: 100% 50%;
-webkit-transform: scale(0.5);
-moz-transform: scale(0.5);
-o-transform: scale(0.5);
-ms-transform: scale(0.5);
transform: scale(0.5);
-webkit-transition: all 100ms ease-out;
-moz-transition: all 100ms ease-out;
-o-transition: all 100ms ease-out;
transition: all 100ms ease-out;
-webkit-box-shadow: -10px 0px 25px -1px rgba(0,0,0,0.05);
-moz-box-shadow: -10px 0px 25px -1px rgba(0,0,0,0.05);
box-shadow: -10px 0px 25px -1px rgba(0,0,0,0.05);
}
.portfolio_navigation span:after{
content: '';
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
top: 50%;
right: -4px;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #fff;
color: #fff;
}
.portfolio_single_right:hover  span, .portfolio_single_left:hover  span{
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}    .cl_slider[data-effect="softscale"] .navOutNext {
-webkit-animation: scaleUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
animation: scaleUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
.cl_slider[data-effect="softscale"] .navInNext {
-webkit-animation: scaleDownUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
animation: scaleDownUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
.cl_slider[data-effect="softscale"] .navOutPrev {
-webkit-animation: scaleDown 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
animation: scaleDown 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
.cl_slider[data-effect="softscale"] .navInPrev {
-webkit-animation: scaleUpDown 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
animation: scaleUpDown 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
.cl_slider[data-effect="softscale"] .cl-current{
z-index:1000;
opacity:1;
}
.cl_slider[data-effect="softscale"] .swiper-slide{
z-index:999;
position:absolute;
left:0;
top:0;
}
.cl_slider[data-effect="softscale"] .cl-row{
opacity:0;
}
.cl_slider[data-effect="softscale"] .cl-row.navOutNext, 
.cl_slider[data-effect="softscale"] .cl-row.navOutPrev,
.cl_slider[data-effect="softscale"] .cl-row.navInNext,
.cl_slider[data-effect="softscale"] .cl-row.navInPrev{
opacity:1;
}
.cl_slider[data-effect="softscale"] .swiper-slide-active .cl-row{
z-index:1000;
opacity:1;
}
@-webkit-keyframes scaleUp {
from {} to {
-webkit-transform: scale(1.2);
opacity: 0;
}
}
@keyframes scaleUp {
from {} to {
-webkit-transform: scale(1.2);
transform: scale(1.2);
opacity: 0;
}
}
@-webkit-keyframes scaleDownUp {
from {
opacity: 0;
-webkit-transform: scale(0.9);
}
to {
opacity: 1;
-webkit-transform: scale(1);
}
}
@keyframes scaleDownUp {
from {
opacity: 0;
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
to {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
}
@-webkit-keyframes scaleDown {
from {} to {
opacity: 0;
-webkit-transform: scale(0.9);
}
}
@keyframes scaleDown {
from {} to {
opacity: 0;
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
}
@-webkit-keyframes scaleUpDown {
from {
-webkit-transform: scale(1.2);
}
to {
opacity: 1;
-webkit-transform: scale(1);
}
}
@keyframes scaleUpDown {
from {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
to {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
} @media (min-width:767px){ .cl-slide.animation--cinemagraphs_first.start_animation .bg-layer{
-webkit-animation-name: cinemagraphs_first;
animation-name: cinemagraphs_first;
}
.cl-slide.animation--cinemagraphs_first .bg-layer{
-webkit-animation-duration: 3s;
animation-duration: 3s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-timing-function: cubic-bezier(0,0,0,.93);
animation-timing-function: cubic-bezier(0,0,0,.93);
will-change: transform;
-webkit-transform: scale(1.05) translate3d(-30px, 0, 0);
transform: scale(1.05) translate3d(-30px, 0, 0)
}
@-webkit-keyframes cinemagraphs_first {
from {
-webkit-transform: scale(1.05) translate3d(-30px, 0, 0);
transform: scale(1.05) translate3d(-30px, 0, 0)
}
to {
-webkit-transform: scale(1) translate3d(0, 0, 0);
transform: scale(1) translate3d(0, 0, 0)
}
}
@keyframes cinemagraphs_first {
from {
-webkit-transform: scale(1.05) translate3d(-30px, 0, 0);
transform: scale(1.05) translate3d(-30px, 0, 0)
}
to {
-webkit-transform: scale(1) translate3d(0, 0, 0);
transform: scale(1) translate3d(0, 0, 0)
}
}
.cl-slide.animation--cinemagraphs_two.start_animation .bg-layer{
-webkit-animation-name: cinemagraphs_two;
animation-name: cinemagraphs_two;
}
.cl-slide.animation--cinemagraphs_two .bg-layer{
-webkit-animation-duration: 3s;
animation-duration: 3s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-timing-function: cubic-bezier(0,0,0,.93);
animation-timing-function: cubic-bezier(0,0,0,.93);
will-change: transform;
-webkit-transform:scale(1.1) translateX(0);
transform:scale(1.1) translateX(0)
}
@-webkit-keyframes cinemagraphs_two {
from {
-webkit-transform:scale(1.1) translateX(0);
transform:scale(1.1) translateX(0)
}
to {
-webkit-transform:scale(1.15) translateX(-40px);
transform:scale(1.15) translateX(-40px)
}
}
@keyframes cinemagraphs_two {
from {
-webkit-transform:scale(1.1) translateX(0);
transform:scale(1.1) translateX(0)
}
to {
-webkit-transform:scale(1.15) translateX(-40px);
transform:scale(1.15) translateX(-40px)
}
}
} @media (min-width:992px){
.mouse-wrap{
display:inline-block;
position:absolute;
left:50%;
bottom:100px;
transform:translate(-50%,-50%);
}
.mouse-wrap .mouse {
top:0;
position: absolute;
left: 50%;
transform: translateX(-50%);
width: 48px;
animation: nudgeMouse 5.5s ease-out infinite;
}
.mouse-wrap .mouse:after {
content: '';
background-color: #ffffff;
width: 7px;
height: 7px;
border-radius: 100%;
animation: trackBallSlide 5.5s linear infinite;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
transform:translateY(20px);
}
.mouse-wrap .mouse .frame {
width: 100%;
position: absolute;
z-index: 1;
}
.mouse-wrap .mouse .frame path {
fill: none;
stroke: #ffffff;
stroke-width: 3;
opacity:0.5;
}
.mouse-wrap .mouse .mouse-left,
.mouse-wrap .mouse .mouse-right {
width: 50%;
position: absolute;
z-index: 2;
}
.mouse-wrap .mouse .mouse-right {
right: 0;
}
.mouse-wrap .mouse .Animate-Draw {
fill: none;
stroke: #FFFFFF;
stroke-width: 3;
fill-opacity: 1;
}
.mouse-wrap .mouse .mouse-left .Animate-Draw {
animation: DrawLine 5.5s ease-out infinite;
}
.mouse-wrap .mouse .mouse-right .Animate-Draw {
animation: DrawLineBack 5.5s ease-out infinite;
}
} @keyframes DrawLine {
0% {
stroke-dashOffset: 0;
stroke-dasharray: 120;
stroke-opacity:1;
}
22% {
stroke-dashOffset: 0;
stroke-dasharray: 120;
stroke-opacity:1;
}
38%{
stroke-dashOffset: 125;
stroke-dasharray: 120;
stroke-opacity:1;
}
38.1%{
stroke-dashOffset: 0;
stroke-dasharray: 120;
stroke-opacity:0;
}
48%{
stroke-dashOffset: 0;
stroke-dasharray: 120;
stroke-opacity:1;
}
64%{
stroke-dashOffset: 125;
stroke-dasharray: 120;
stroke-opacity:1;
}
64.1%{
stroke-dashOffset: 0;
stroke-dasharray: 120;
stroke-opacity:0;
}
74%{
stroke-dashOffset: 0;
stroke-dasharray: 120;
stroke-opacity:1;
}
90%{
stroke-opacity:1;
stroke-dashOffset: 125;
stroke-dasharray: 120;
}
90.1%{
stroke-dashOffset: 0;
stroke-dasharray: 120;
stroke-opacity:0;
}
}
@keyframes DrawLineBack {
0% {
stroke-dashOffset: 0;
stroke-dasharray: 120;
stroke-opacity:1;
}
22% {
stroke-dashOffset: 0;
stroke-dasharray: 120;
stroke-opacity:1;
}
38%{
stroke-dashOffset: -114;
stroke-dasharray: 120;
stroke-opacity:1;
}
38.1%{
stroke-dashOffset: 0;
stroke-dasharray: 120;
stroke-opacity:0;
}
48%{
stroke-dashOffset: 0;
stroke-dasharray: 120;
stroke-opacity:1;
}
64%{
stroke-dashOffset: -114;
stroke-dasharray: 120;
stroke-opacity:1;
}
64.1%{
stroke-dashOffset: 0;
stroke-dasharray: 120;
stroke-opacity:0;
}
74%{
stroke-dashOffset: 0;
stroke-dasharray: 120;
stroke-opacity:1;
}
90%{
stroke-opacity:1;
stroke-dashOffset: -114;
stroke-dasharray: 120;
}
90.1%{
stroke-dashOffset: 0;
stroke-dasharray: 120;
stroke-opacity:0;
}
}
@keyframes nudgeMouse {
0% {
transform: translateY(0) translateX(-50%);
}
22% {
transform: translateY(0px) translateX(-50%);
}
38%{
transform: translateY(9px) translateX(-50%);
}
48%{
transform: translateY(0px) translateX(-50%);
}
64%{
transform: translateY(9px) translateX(-50%);
}
74%{
transform: translateY(0px) translateX(-50%);
}
90%{
transform: translateY(9px) translateX(-50%);
}
} @keyframes nudgeText {
0% {
transform: translateY(0) translateX(-50%) scaleY(1);
opacity:1;
}
22% {
transform: translateY(0px) translateX(-50%)  scaleY(1);
opacity:1;
}
38%{
transform: translateY(5px) translateX(-50%) scaleY(0.9);
opacity:0.5;
}
48%{
transform: translateY(0px) translateX(-50%) scaleY(1);
opacity:1;
}
64%{
transform: translateY(5px) translateX(-50%) scaleY(0.9);
opacity:0.5;
}
74%{
transform: translateY(0px) translateX(-50%) scaleY(1);
opacity:1;
}
90%{
transform: translateY(5px) translateX(-50%) scaleY(0.9);
opacity:0.5;
}
} @keyframes trackBallSlide {
0% {
transform:translateY(20px)
scale(1);
opacity:1;
}
22% {
transform:translateY(20px)
scale(1);
opacity:1;
}
26%{
transform:translateY(30px)
scale(0.9);
opacity:1;
}
34%{
transform:translateY(55px)
scale(0.1);
opacity:0;
}
41%{
transform:translateY(30px)
scale(0);
opacity:0.3;
}
48%{
transform:translateY(20px)
scale(1);
opacity:1;
}
52%{
transform:translateY(30px)
scale(0.9);
opacity:1;
}
60%{
transform:translateY(55px)
scale(0.1);
opacity:0;
}
67%{
transform:translateY(30px)
scale(0);
opacity:0.3;
}
74%{
transform:translateY(20px)
scale(1);
opacity:1;
}
78%{
transform:translateY(30px)
scale(0.9);
opacity:1;
}
86%{
transform:translateY(55px)
scale(0.1);
opacity:0;
}
93%{
transform:translateY(30px)
scale(0);
opacity:0.3;
}
100%{
transform:translateY(20px)
scale(1);
opacity:1;
}
}
.scrollToTop{
width:60px; 
height:60px;
border-radius:4px;
text-align:center; 
background: rgba(0,0,0,0.25);
font-weight: bold;
color: #fff;
text-decoration: none;
position:fixed;
bottom:20px;
right:20px;
display:none;
z-index:999999;
}
.scrollToTop i{
line-height:60px;
text-align:center;
width:100%;
font-size:24px;
}
.scrollToTop:hover{
text-decoration:none;
}
@media (max-width:991px){
.mouse-wrap{
display:none;
}
}.cl-row{
margin-left: 0;
margin-right: 0;
float: none;
width: 100%;
clear: both;
position:relative;
}
.cl-row.disabled_row{
display:none;
}
.cl-row.cl-parallax{
overflow:hidden; 
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.cl-row > .wrapper-layers{
width: 100%;
height: 100%;
position: absolute;
overflow: hidden;
top: 0;
opacity:0;
left: 0;
will-change: position;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.cl-row .bg-layer{
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000;
perspective: 1000;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
.cl_column{
min-height:40px;
}
.cl_column.disabled_col{
display:none;
}
.cl_column .overlay{
z-index:0 !important;
}
.cl_column .column_link{
position:absolute;
z-index:9999;
left:0;
top:0;
width:100%;
height:100%;
}
.cl_column > .cl_col_wrapper{
background-repeat: no-repeat;
background-position: left top;
border-top-width: 0;
border-right-width: 0;
border-left-width: 0;
border-bottom-width: 0;
position:relative;
height:100%;
width:100%;
}
.cl_column.cl-border-rounded > .cl_col_wrapper{
border-radius:6px;
}
.cl_column > .cl_col_wrapper > .col-content{
z-index:9;
position:relative;
min-height:40px;
height:100%;
}
.cl_column.align-h-middle{
text-align:center;
}
.cl_column.align-h-right{
text-align:right;
}
.cl_column.align-v-middle > .cl_col_wrapper{
display:table;
width:100%;
table-layout:fixed;
}
.cl_column.align-v-middle > .cl_col_wrapper > .col-content{
display:table-cell;
vertical-align: middle;
width:100%;
}
.cl_column.align-v-bottom > .cl_col_wrapper{
display:table;
width:100%;
}
.cl_column.align-v-bottom > .cl_col_wrapper > .col-content{
display:table-cell;
vertical-align: bottom
} .cl_column.effect-image_zoom{
overflow:hidden;
}
.cl_column.effect-image_zoom > .cl_col_wrapper > .bg-layer{
-webkit-transition: background-color 0.3s ease-in-out, opacity 0.5s ease-in-out, -webkit-transform .5s cubic-bezier(.19,1,.22,1);
-moz-transition: background-color 0.3s ease-in-out, opacity 0.5s ease-in-out, -moz-transform .5s cubic-bezier(.19,1,.22,1);
transition: background-color 0.3s ease-in-out, opacity 0.5s ease-in-out, transform .5s cubic-bezier(.19,1,.22,1);
-webkit-transform: scale(1.0);
-moz-transform: scale(1.0);
-o-transform: scale(1.0);
-ms-transform: scale(1.0);
transform: scale(1.0);
}
.cl_column.effect-image_zoom:hover > .cl_col_wrapper > .bg-layer{
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.row.cl_row-fullheight {
min-height: 100vh
}
@media (max-width: 767px){
.cl-element.cl_slider .row.cl_row-flex:not(.cl-col-tablet-full){
box-sizing: border-box;
display: flex;
-webkit-flex: 1 1 auto;
display: -webkit-flex;
display: -ms-flexbox;
}
}
@media (min-width: 768px){
.cl-element .row.cl_row-flex:not(.cl-col-tablet-full) {
box-sizing: border-box;
display: flex;
-webkit-flex: 1 1 auto;
display: -webkit-flex;
display: -ms-flexbox;
}
}
@media (min-width:992px){
.row.cl_row-flex.cl-col-tablet-full {
box-sizing: border-box;
display: flex;
-webkit-flex: 1 1 auto;
display: -webkit-flex;
display: -ms-flexbox;
}
}
@media (min-width:768px) and (max-width:991px){
.cl-col-tablet-full > .cl_column{
width:100%;
margin-top:20px;
}
.container-content.container-fluid > .cl-col-tablet-full > .cl_column{
margin-top:0;
}
.cl-col-tablet-full > .cl_column:first-child{
margin-top:0px;
}
.cl-col-tablet-half > .cl_column{
width:50%;
}
.cl-col-tablet-one_third > .cl_column{
width:33.333333%;
}
}
.row.cl_row-flex>.cl_element-container, .row.cl_row-flex>.cl_cl_column {
display: flex
}
@media (max-width:767px){
.row > .cl_column{
width:100%;
}
}
.row.cl_row-flex.cl_row-fullheight>.cl_cl_column>.cl_element-container{
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.row.cl_row-cp-stretch {
-webkit-align-items: stretch;
-ms-flex-line-pack: stretch;
align-items: stretch
}
.row.cl_row-cp-top {
-webkit-align-items: flex-start;
-ms-flex-line-pack: start;
align-items: flex-start
}
.row.cl_row-cp-bottom {
-webkit-align-items: flex-end;
-ms-flex-line-pack: end;
align-items: flex-end
}
.row.cl_row-cp-middle {
-webkit-align-items: center;
-ms-flex-line-pack: center;
align-items: center
}
@media (max-width:767px){
.row.cl_row-cp-middle:not(.cl-col-tablet-full){
box-sizing: border-box;
display: flex;
-webkit-flex: 1 1 auto;
display: -webkit-flex;
display: -ms-flexbox;
}
}
.row.cl_row-equal_height > .cl_cl_column, .row.cl_row-equal_height > .cl_column{
-webkit-align-items: stretch;
-ms-flex-line-pack: stretch;
align-items: stretch;
display:-webkit-flex;
display:-webkit-box;
display:-moz-flex;
display:-moz-box;
display:-ms-flexbox;
display:flex;
}
.row > .cl_column.align-v-middle{
-webkit-align-items: center;
-ms-flex-line-pack: center;
align-items: center;
display:-webkit-flex;
display:-webkit-box;
display:-moz-flex;
display:-moz-box;
display:-ms-flexbox;
display:flex;
}
.row.cl_row-equal_height > .cl_column.align-v-middle{
-webkit-align-items: center;
-ms-flex-line-pack: center;
align-items: center;
}
.cl-row{
background-size:cover !important;
-webkit-background-size:cover !important;
-moz-background-size:cover !important;
background-repeat: no-repeat;
background-position:left top;
border-top-width:0;
border-right-width:0;
border-left-width:0;
border-bottom-width:0;
}
.cl-row .row.with_padd{
padding-top:35px;
padding-bottom:35px;
}
.cl-row .row.no_padd{
padding-top:0px;
padding-bottom:0px;
}
.cl-row .row.cl_row-flex{
padding-top:0px;
padding-bottom:0px;
}
.cl-row .overlay{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
z-index:99;
}
.light-text{
color:#fff;
}
.video-section{
position: absolute !important;
top: 0;
left: 0;
width: 100%;
overflow: hidden;
height: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.video-section video{
top: 0px;
left: 0px;
position: relative;
-webkit-backface-visibility: hidden!important;
min-width: 100%;
min-height: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.video-section iframe{
position: relative;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 9;
border:none;
}
.video-section.social-video{
position: absolute;
top: 0;
left: 0;
overflow: hidden;
width: 100%;
min-height: 100%;
z-index: 2;
-webkit-transform-style: preserve-3d;
}
.cl-video-centered{
display: inline-block;
padding: 56.25% 0 0;
margin: 0;
width: 100%;
height: 0;
position: relative;
}
.cl-video-centered iframe{
position:absolute;
}
.container-content{
z-index: 999;
position: relative;
} html:not(.no-cssanimations) .animate_on_visible:not(.reveal-right):not(.reveal-left):not(.reveal-top):not(.reveal-bottom):not(.start_animation) {
opacity: 0;
-webkit-animation-duration: 0.6s;
-moz-animation-duration: 0.6s;
-o-animation-duration: 0.6s;
animation-duration: 0.6s;
-webkit-perspective: 1000;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-o-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
}
html:not(.no-cssanimations) .animate_on_visible.start_animation:not(.zoom-reverse).top-t-bottom {
-webkit-animation-name: anim_ttb;
-moz-animation-name: anim_ttb;
-o-animation-name: anim_ttb;
animation-name: anim_ttb;
opacity: 1;
}
html:not(.no-cssanimations) .animate_on_visible.start_animation:not(.zoom-reverse).bottom-t-top {
-webkit-animation-name: anim_btt;
-moz-animation-name: anim_btt;
-o-animation-name: anim_btt;
animation-name: anim_btt;
opacity: 1;
}
html:not(.no-cssanimations) .animate_on_visible.start_animation:not(.zoom-reverse).left-t-right {
-webkit-animation-name: anim_ltr;
-moz-animation-name: anim_ltr;
-o-animation-name: anim_ltr;
animation-name: anim_ltr;
opacity: 1;
}
html:not(.no-cssanimations) .animate_on_visible.start_animation:not(.zoom-reverse).right-t-left {
-webkit-animation-name: anim_rtl;
-moz-animation-name: anim_rtl;
-o-animation-name: anim_rtl;
animation-name: anim_rtl;
opacity: 1;
}
html:not(.no-cssanimations) .animate_on_visible.start_animation:not(.zoom-reverse).zoom-in {
-webkit-animation-name: zoom-in;
-moz-animation-name: zoom-in;
-o-animation-name: zoom-in;
animation-name: zoom-in;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
}
html:not(.no-cssanimations) .animate_on_visible.start_animation:not(.zoom-reverse).zoom-out {
-webkit-animation-name: zoom-out;
-moz-animation-name: zoom-out;
-o-animation-name: zoom-out;
animation-name: zoom-out;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
}
html:not(.no-cssanimations) .animate_on_visible.zoom-reverse {
-webkit-animation-name: zoom-reverse;
-moz-animation-name: zoom-reverse;
-o-animation-name: zoom-reverse;
animation-name: zoom-reverse;
-webkit-animation-duration: 0.3s;
-moz-animation-duration: 0.3s;
-o-animation-duration: 0.3s;
animation-duration: 0.3s;
-webkit-transform: scale(0.5);
-moz-transform: scale(0.5);
-o-transform: scale(0.5);
-ms-transform: scale(0.5);
transform: scale(0.5);
opacity: 0;
}
html:not(.no-cssanimations) .animate_on_visible.start_animation:not(.zoom-reverse).alpha-anim {
-webkit-animation-name: alpha-in;
-moz-animation-name: alpha-in;
-o-animation-name: alpha-in;
animation-name: alpha-in;
opacity: 1;
}
html:not(.no-cssanimations) .animate_on_visible.start_animation:not(.zoom-reverse).flip-in {
-webkit-animation-name: flip-in;
-moz-animation-name: flip-in;
-o-animation-name: flip-in;
animation-name: flip-in;
opacity: 1;
}
html:not(.no-cssanimations) .animate_on_visible.reveal-left{
overflow: hidden;
-webkit-clip-path: polygon(0 0,0 0,0 100%,0 100%);
clip-path: polygon(0 0,0 0,0 100%,0 100%);
opacity: 0;
transition: opacity 1.3s ease 167ms,-webkit-clip-path 1.1s cubic-bezier(0.778,0.128,0.15,0.84);
transition: clip-path 1.1s cubic-bezier(0.778,0.128,0.15,0.84),opacity 1.3s ease 167ms;
transition: clip-path 1.1s cubic-bezier(0.778,0.128,0.15,0.84),opacity 1.3s ease 167ms,-webkit-clip-path 1.1s cubic-bezier(0.778,0.128,0.15,0.84);
}
html:not(.no-cssanimations) .animate_on_visible.reveal-left.start_animation{
opacity: 1;
-webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
}
html:not(.no-cssanimations) .animate_on_visible.reveal-right {
overflow: hidden;
-webkit-clip-path: polygon(100% 0,100% 0,100% 100%,100% 100%);
clip-path: polygon(100% 0,100% 0,100% 100%,100% 100%);
opacity: 0;
transition: opacity 1.1s ease 167ms,-webkit-clip-path 1.1s cubic-bezier(0.778,0.128,0.15,0.84);
transition: clip-path 1.1s cubic-bezier(0.778,0.128,0.15,0.84),opacity 1.1s ease 167ms;
transition: clip-path 1.1s cubic-bezier(0.778,0.128,0.15,0.84),opacity 1.1s ease 167ms,-webkit-clip-path 1.1s cubic-bezier(0.778,0.128,0.15,0.84);
}
html:not(.no-cssanimations) .animate_on_visible.start_animation.reveal-right{
opacity: 1;
-webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
}
html:not(.no-cssanimations) .animate_on_visible.reveal-top {
overflow: hidden;
-webkit-clip-path: polygon(0 0,100% 0,100% 0,0 0);
clip-path: polygon(0 0,100% 0,100% 0,0 0);
opacity: 0;
transition: opacity 1.1s ease 167ms,-webkit-clip-path 1.1s cubic-bezier(0.778,0.128,0.15,0.84);
transition: clip-path 1.1s cubic-bezier(0.778,0.128,0.15,0.84),opacity 1.1s ease 167ms;
transition: clip-path 1.1s cubic-bezier(0.778,0.128,0.15,0.84),opacity 1.1s ease 167ms,-webkit-clip-path 1.1s cubic-bezier(0.778,0.128,0.15,0.84);
}
html:not(.no-cssanimations) .animate_on_visible.start_animation.reveal-top{
opacity: 1; 
-webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
}
html:not(.no-cssanimations) .animate_on_visible.reveal-bottom {
overflow: hidden;
-webkit-clip-path: polygon(0 100%,100% 100%,100% 100%,0 100%);
clip-path: polygon(0 100%,100% 100%,100% 100%,0 100%);
opacity: 0;
transition: opacity 1.1s ease 167ms,-webkit-clip-path 1.1s cubic-bezier(0.778,0.128,0.15,0.84);
transition: clip-path 1.1s cubic-bezier(0.778,0.128,0.15,0.84),opacity 1.1s ease 167ms;
transition: clip-path 1.1s cubic-bezier(0.778,0.128,0.15,0.84),opacity 1.1s ease 167ms,-webkit-clip-path 1.1s cubic-bezier(0.778,0.128,0.15,0.84);
}
html:not(.no-cssanimations) .animate_on_visible.start_animation.reveal-bottom{
opacity: 1; 
-webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
}
.cl_row-flex{
-webkit-perspective: 2000px;
perspective: 2000px;
}
html:not(.no-cssanimations) .animate_on_visible[data-speed="100"] {
-webkit-animation-duration: 0.1s;
-moz-animation-duration: 0.1s;
-o-animation-duration: 0.1s;
animation-duration: 0.1s;
}
html:not(.no-cssanimations) .animate_on_visible[data-speed="200"] {
-webkit-animation-duration: 0.2s;
-moz-animation-duration: 0.2s;
-o-animation-duration: 0.2s;
animation-duration: 0.2s;
}
html:not(.no-cssanimations) .animate_on_visible[data-speed="300"] {
-webkit-animation-duration: 0.3s;
-moz-animation-duration: 0.3s;
-o-animation-duration: 0.3s;
animation-duration: 0.3s;
}
html:not(.no-cssanimations) .animate_on_visible[data-speed="400"] {
-webkit-animation-duration: 0.3s;
-moz-animation-duration: 0.3s;
-o-animation-duration: 0.3s;
animation-duration: 0.3s;
}
html:not(.no-cssanimations) .animate_on_visible[data-speed="500"] {
-webkit-animation-duration: 0.5s;
-moz-animation-duration: 0.5s;
-o-animation-duration: 0.5s;
animation-duration: 0.5s;
}
html:not(.no-cssanimations) .animate_on_visible[data-speed="600"] {
-webkit-animation-duration: 0.6s;
-moz-animation-duration: 0.6s;
-o-animation-duration: 0.6s;
animation-duration: 0.6s;
}
html:not(.no-cssanimations) .animate_on_visible[data-speed="700"] {
-webkit-animation-duration: 0.7s;
-moz-animation-duration: 0.7s;
-o-animation-duration: 0.7s;
animation-duration: 0.7s;
}
html:not(.no-cssanimations) .animate_on_visible[data-speed="800"] {
-webkit-animation-duration: 0.8s;
-moz-animation-duration: 0.8s;
-o-animation-duration: 0.8s;
animation-duration: 0.8s;
}
html:not(.no-cssanimations) .animate_on_visible[data-speed="900"] {
-webkit-animation-duration: 0.9s;
-moz-animation-duration: 0.9s;
-o-animation-duration: 0.9s;
animation-duration: 0.9s;
}
html:not(.no-cssanimations) .animate_on_visible[data-speed="1000"] {
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
} @-webkit-keyframes anim_ttb {
0% {
-webkit-transform: translate3d(0, -100px, 0);
opacity: 0;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@-moz-keyframes anim_ttb {
0% {
-moz-transform: translate3d(0, -100px, 0);
opacity: 0;
}
100% {
-moz-transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@-o-keyframes anim_ttb {
0% {
-o-transform: translate3d(0, -100px, 0);
opacity: 0;
}
100% {
-o-transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes anim_ttb {
0% {
transform: translate3d(0, -100px, 0);
opacity: 0;
}
100% {
transform: translate3d(0, 0, 0);
opacity: 1;
}
} @-webkit-keyframes anim_btt {
0% {
-webkit-transform: translate3d(0, 100px, 0);
opacity: 0;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@-moz-keyframes anim_btt {
0% {
-moz-transform: translate3d(0, 100px, 0);
opacity: 0;
}
100% {
-moz-transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@-o-keyframes anim_btt {
0% {
-o-transform: translate3d(0, 100px, 0);
opacity: 0;
}
100% {
-o-transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes anim_btt {
0% {
transform: translate3d(0, 100px, 0);
opacity: 0;
}
100% {
transform: translate3d(0, 0, 0);
opacity: 1;
}
} @-webkit-keyframes anim_ltr {
0% {
-webkit-transform: translate3d(-100px, 0, 0);
opacity: 0;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@-moz-keyframes anim_ltr {
0% {
-moz-transform: translate3d(-100px, 0, 0);
opacity: 0;
}
100% {
-moz-transform: translate3d(0, 0);
opacity: 1;
}
}
@-o-keyframes anim_ltr {
0% {
-o-transform: translate3d(-100px, 0);
opacity: 0;
}
100% {
-o-transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes anim_ltr {
0% {
transform: translate3d(-100px, 0, 0);
opacity: 0;
}
100% {
transform: translate3d(0, 0, 0);
opacity: 1;
}
} @-webkit-keyframes anim_rtl {
0% {
-webkit-transform: translate3d(100px, 0, 0);
opacity: 0;
}
100% {
-webkit-transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@-moz-keyframes anim_rtl {
0% {
-moz-transform: translate3d(100px, 0, 0);
opacity: 0;
}
100% {
-moz-transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@-o-keyframes anim_rtl {
0% {
-o-transform: translate3d(100px, 0, 0);
opacity: 0;
}
100% {
-o-transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes anim_rtl {
0% {
transform: translate3d(100px, 0, 0);
opacity: 0;
}
100% {
transform: translate3d(0, 0, 0);
opacity: 1;
}
} @-webkit-keyframes zoom-in {
0% {
-webkit-transform: scale(0.5);
opacity: 0.1;
}
100% {
-webkit-transform: scale(1);
opacity: 1;
}
}
@-moz-keyframes zoom-in {
0% {
-moz-transform: scale(0.5);
opacity: 0.1;
}
100% {
-moz-transform: scale(1);
opacity: 1;
}
}
@-o-keyframes zoom-in {
0% {
-o-transform: scale(0.5);
opacity: 0.1;
}
100% {
-o-transform: scale(1);
opacity: 1;
}
}
@keyframes zoom-in {
0% {
transform: scale(0.5);
opacity: 0.1;
}
100% {
transform: scale(1);
opacity: 1;
}
} @-webkit-keyframes zoom-out {
0% {
-webkit-transform: scale(1.5);
opacity: 0.1;
}
100% {
-webkit-transform: scale(1);
opacity: 1;
}
}
@-moz-keyframes zoom-out {
0% {
-moz-transform: scale(1.5);
opacity: 0.1;
}
100% {
-moz-transform: scale(1);
opacity: 1;
}
}
@-o-keyframes zoom-out {
0% {
-o-transform: scale(1.5);
opacity: 0.1;
}
100% {
-o-transform: scale(1);
opacity: 1;
}
}
@keyframes zoom-out {
0% {
transform: scale(1.5);
opacity: 0.1;
}
100% {
transform: scale(1);
opacity: 1;
}
} @-webkit-keyframes zoom-reverse {
0% {
-webkit-transform: scale(1);
opacity: 1;
}
100% {
-webkit-transform: scale(0.5);
opacity: 0;
}
}
@-moz-keyframes zoom-reverse {
0% {
-moz-transform: scale(1);
opacity: 1;
}
100% {
-moz-transform: scale(0.5);
opacity: 0;
}
}
@-o-keyframes zoom-reverse {
0% {
-o-transform: scale(1);
opacity: 1;
}
100% {
-o-transform: scale(0.5);
opacity: 0;
}
}
@keyframes zoom-reverse {
0% {
transform: scale(1);
opacity: 1;
}
100% {
transform: scale(0.5);
opacity: 0;
}
} @-webkit-keyframes alpha-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-moz-keyframes alpha-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-o-keyframes alpha-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes alpha-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
} @-webkit-keyframes flip-in {
0% {
opacity: 0;
-webkit-transform: rotateX(-45deg) translateY(120px);
}
100% {
-webkit-transform: rotateX(0deg) translate(0px, 0px);
opacity: 1;
}
}
@-moz-keyframes flip-in {
0% {
opacity: 0;
-moz-webkit-transform: rotateX(-45deg) translateY(120px);
}
100% {
-moz-transform: rotateX(0deg) translate(0px, 0px);
opacity: 1;
}
}
@-o-keyframes flip-in {
0% {
opacity: 0;
-o-transform: rotateX(-45deg) translateY(120px);
}
100% {
-o-transform: rotateX(0deg) translate(0px, 0px);
opacity: 1;
}
}
@keyframes flip-in {
0% {
opacity: 0;
transform: rotateX(-45deg) translateY(120px);
}
100% { 
transform: rotateX(0deg) translate(0px, 0px);
opacity: 1;
}
} @-webkit-keyframes reveal-right {
0% {
-webkit-transform: translateX(-90%);
}
100% {
-webkit-transform: translate(0px, 0px);
}
}
@-moz-keyframes reveal-right {
0% {
-moz-transform: translateX(-90%);
}
100% {
-moz-transform: translate(0px, 0px);
}
}
@-o-keyframes reveal-right {
0% {
-o-transform: translateX(-90%);
}
100% {
-o-transform: translate(0px, 0px);
}
}
@keyframes reveal-right {
0% {
transform: translateX(-90%);
}
100% { 
transform: translate(0px, 0px);
}
}  .cl-gradient-azure_pop{
background: #ef32d9; background: -webkit-linear-gradient(to left, #ef32d9 , #89fffd); background: linear-gradient(to left, #ef32d9 , #89fffd); }
.cl-gradient-love_couple{
background: #3a6186; background: -webkit-linear-gradient(to left, #3a6186 , #89253e); background: linear-gradient(to left, #3a6186 , #89253e); }
.cl-gradient-disco{
background: #4ECDC4; background: -webkit-linear-gradient(to left, #4ECDC4 , #556270); background: linear-gradient(to left, #4ECDC4 , #556270); }
.cl-gradient-limeade{
background: #A1FFCE; background: -webkit-linear-gradient(to left, #A1FFCE , #FAFFD1); background: linear-gradient(to left, #A1FFCE , #FAFFD1); }
.cl-gradient-dania{
background: #BE93C5; background: -webkit-linear-gradient(to left, #BE93C5 , #7BC6CC); background: linear-gradient(to left, #BE93C5 , #7BC6CC); }
.cl-gradient-shades_of_grey{
background: #bdc3c7; background: -webkit-linear-gradient(to left, #bdc3c7 , #2c3e50); background: linear-gradient(to left, #bdc3c7 , #2c3e50); }
.cl-gradient-dusk{
background: #ffd89b; background: -webkit-linear-gradient(to left, #ffd89b , #19547b); background: linear-gradient(to left, #ffd89b , #19547b); }
.cl-gradient-delhi{
background: #808080; background: -webkit-linear-gradient(to left, #808080 , #3fada8); background: linear-gradient(to left, #808080 , #3fada8); }
.cl-gradient-sun_horizon{
background: #fceabb; background: -webkit-linear-gradient(to left, #fceabb , #f8b500); background: linear-gradient(to left, #fceabb , #f8b500); }
.cl-gradient-blood_red{
background: #f85032; background: -webkit-linear-gradient(to left, #f85032 , #e73827); background: linear-gradient(to left, #f85032 , #e73827); }
.cl-gradient-sherbert{
background: #f79d00; background: -webkit-linear-gradient(to left, #f79d00 , #64f38c); background: linear-gradient(to left, #f79d00 , #64f38c); }
.cl-gradient-firewatch{
background: #cb2d3e; background: -webkit-linear-gradient(to left, #cb2d3e , #ef473a); background: linear-gradient(to left, #cb2d3e , #ef473a); }
.cl-gradient-frost{
background: #000428; background: -webkit-linear-gradient(to left, #000428 , #004e92); background: linear-gradient(to left, #000428 , #004e92); }
.cl-gradient-mauve{
background: #42275a; background: -webkit-linear-gradient(to left, #42275a , #734b6d); background: linear-gradient(to left, #42275a , #734b6d); }
.cl-gradient-deep_sea{
background: #2C3E50; background: -webkit-linear-gradient(to left, #2C3E50 , #4CA1AF); background: linear-gradient(to left, #2C3E50 , #4CA1AF); }
.cl-gradient-solid_vault{
background: #3a7bd5; background: -webkit-linear-gradient(to left, #3a7bd5 , #3a6073); background: linear-gradient(to left, #3a7bd5 , #3a6073); }
.cl-gradient-deep_space{
background: #000000; background: -webkit-linear-gradient(to left, #000000 , #434343); background: linear-gradient(to left, #000000 , #434343); }
.cl-gradient-suzy{
background: #834d9b; background: -webkit-linear-gradient(to left, #834d9b , #d04ed6); background: linear-gradient(to left, #834d9b , #d04ed6); }  .cl_column > .cl_col_wrapper > .col-content > .cl-element:first-child{
margin-top:0px !important;
} .cl-text{min-height:40px}
.header-el .cl-text{min-height:30px;}
.cl-text p{margin-top:10px; margin-bottom:10px;}
.cl-text p:first-child{margin-top:0 !important}
.cl-text p:last-child{margin-bottom:0 !important;}
.cl_column_inner{
min-height:40px;
}
.cl_column_inner > .wrapper{
background-repeat: no-repeat;
background-position: left top;
border-top-width: 0;
border-right-width: 0;
border-left-width: 0;
border-bottom-width: 0;
position:relative;
height:100%;
width:100%;
}
.cl_column_inner > .wrapper > .col-content{
z-index:9;
position:relative;
min-height:40px;
height:100%;
}
.cl_column_inner > .wrapper > .col-content > .cl-element:first-child{
margin-top:0 !important;
}
.cl_column_inner.cl-inline-column  > .wrapper > .col-content > .cl-element{
display:inline-block;
width:auto;
}  .cl_page_header{
min-height:40px;
width:100%;
border-left-width: 0;
border-style:solid;
border-top-width:0;
border-right-width:0;
border-bottom-width:0;
border-color:rgba(0,0,0,0);
position:relative;
z-index:9;
}
.cl_page_header.cl-parallax{
overflow:hidden; 
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.cl_page_header .wrapper-layers{
width: 100%;
height: 100%;
position: absolute;
overflow: hidden;
top: 0;
opacity:0;
left: 0;
will-change: position;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.cl_page_header .wrapper-content{
width:100%;
}
.cl_page_header .bg-layer{
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000;
perspective: 1000;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
.cl_page_header.border_top{
border-top-width:1px;
}
.cl_page_header.border_bottom{
border-bottom-width:1px;
}
.cl_page_header .overlay{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
z-index:0;
}
.cl_page_header.simple{
display:-webkit-flex;
display:-webkit-box;
display:-moz-flex;
display:-moz-box;
display:-ms-flexbox;
display:flex;
align-items: center;
}
.cl_page_header.simple .wrapper-content{
height:100%;
}
.cl_page_header.simple .container{
height:100%;
}
.cl_page_header.simple .container .row{
height:100%;
}
.cl_page_header.simple .col-sm-12{
display:-webkit-flex;
display:-webkit-box;
display:-moz-flex;
display:-moz-box;
display:-ms-flexbox;
display:flex;
align-items: center;
height:100%;
}
.cl_page_header.simple .col-sm-12 .title_part{
justify-content:flex-start;
width:100%;
}
.cl_page_header.modern.modern-center{
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
align-items: center;
justify-content: center;
}
.cl_page_header.modern.modern-center .title_part h1, .cl_page_header.modern.modern-center .title_part .subtitle{
text-align:center;
width:100%;
display:block;
}
.cl_page_header.modern.modern-left_center{
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
align-items: center;
}
.cl_page_header.modern.modern-right_center{
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
align-items: center;
}
.cl_page_header.modern.modern-right_center .title_part h1, .cl_page_header.modern.modern-right_center .title_part .subtitle{
text-align:right;
width:100%;
display:block;
}
.cl_page_header.modern.modern-left_bottom{
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
align-items: flex-end;
padding-bottom:50px;
}
.cl_page_header.modern.modern-center_bottom{
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
align-items: flex-end;
padding-bottom:50px;
}
.cl_page_header.modern.modern-center_bottom .title_part h1, .cl_page_header.modern.modern-center_bottom .title_part .subtitle{
text-align:center;
width:100%;
display:block;
}
.cl_page_header.modern.modern-right_bottom{
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
align-items: flex-end;
padding-bottom:30px;
}
.cl_page_header.modern.modern-right_bottom .title_part h1, .cl_page_header.modern.modern-right_bottom .title_part .subtitle{
text-align:right;
width:100%;
display:block;
} .cl_page_header.modern-effect-gradient_shadow .effect-wrapper{
position: absolute;
left: 0;
width: 100%;
bottom: -200px;
height: 400px;
background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 100%)!important;
}
@media (max-width:569px){
.cl_page_header{
max-height:70vw;
}
.cl_page_header h1{
font-size:24px !important;
line-height:1 !important;
}
.cl_page_header .subtitle{
padding-top:5px;
font-size:14px !important;
line-height:1.5 !important;
}
}
@media (max-width:767px){
.cl_page_header{
padding-top:0px !important
}
}
.breadcrumbss {
justify-content:flex-end;
width:100%;
}
.breadcrumbss .page_parents li:first-child {
padding-right:0px;
padding-left:0;
}
.breadcrumbss .page_parents li {
float:left;
padding-left:0px;
position:relative;
padding-left:15px;
font-weight:400;
padding-right:11px;
font-size:12px;
opacity:0.7;
}
.breadcrumbss .page_parents li:after {
content: "/";
position: absolute;
left: 0;
top: 1px;
width: 3px;
font-size: 12px;
height: 7px;
display: inline;
margin-top: 0;
}
.breadcrumbss .page_parents li:first-child:after {
content:'' !important;
display:none;
}
.breadcrumbss .page_parents li.home:after{
content:'' !important;
display:none;
}
.breadcrumbss .page_parents li:last-child {
margin-right:0px;
padding-right:0;
}
.breadcrumbss .page_parents li a {
font-size:12px;
font-weight:400;
color:inherit;
}
.breadcrumbss .page_parents li.home{
opacity:1;
}
.breadcrumbss .page_parents li.home a{
font-weight:bold;
}
.breadcrumbss .page_parents li a:hover {
text-decoration:none;
}
.breadcrumbss .page_parents li:last-child a {
margin-right:0px;
}
.breadcrumbss .page_parents {
margin: 0;
background: rgba(255,255,255,1);
padding: 4px 17px;
border-top: 1px solid #ebebeb;
border-right: 1px solid #ebebeb;
border-left: 1px solid #ebebeb;
list-style: none;
position: absolute;
margin-top: 0px;
-webkit-transition-duration: 0.1s;
-moz-transition-duration: 0.1s;
-o-transition-duration: 0.1s;
-ms-transition-duration: 0.1s;
transition-duration: 0.1s;
right: 16px;
bottom: -1px;
z-index: 99999;
}  .cl_service{
border-top-width: 0;
border-right-width: 0;
border-left-width: 0;
border-bottom-width: 0;
border-style:solid;
} .cl_service.cl-hover-wrapper_accent_color .wrapper-form, .cl_service.cl-hover-wrapper_accent_color .wrapper-form i{
-webkit-transition-duration: 0.2s;
-moz-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
-ms-transition-duration: 0.2s;
transition-duration: 0.2s;
}
.cl_service.cl-hover-wrapper_accent_color:hover .wrapper-form i{
color:#fff !important;
}
.cl_service div.content p{
margin:0;
}
.cl_service.media_aside{
display:table;
}
.cl_service.type_text .icon_wrapper{
display:none;
}
.cl_service.align_left *{
text-align:left;
}
.cl_service.align_center *{
text-align:center;
}
.cl_service.align_center i{
line-height:1.5;
}
.cl_service.align_right *{
text-align:right;
}
.cl_service.align_right.media_aside{
direction: rtl;
}
.cl_service.media_aside .icon_wrapper{
display:table-cell;
vertical-align: top;
}
.cl_service.media_aside .box-content{
display:table-cell;
vertical-align: top
}
.cl_service.media_aside.align_left .icon_wrapper{
padding-right:20px;
padding-bottom:0px !important;
padding-left:0px !important;
padding-top:6px;
}
.cl_service.media_aside.align_right .icon_wrapper{
padding-left:20px;
padding-bottom:0px !important;
padding-right:0px !important;
}
.cl_service.media_top .icon_wrapper{
padding-bottom:20px; 
padding-right:0px !important;
padding-left:0px !important; 
}
.cl_service .icon_wrapper:not(.wrapper_none) .wrapper-form{
position:relative;
display: inline-block;
}
.cl_service.type_svg .icon_wrapper .wrapper-form{
position:relative;
display: inline-block;
}
.cl_service.media_top.align_center .icon_wrapper .wrapper-form{
margin:0 auto;
}
.cl_service .icon_wrapper.wrapper_circle .wrapper-form{
border-radius:50%;
-webkit-border-radius:50%;
-moz-border-radius:50%; 
border-width:1px;
border-style:solid;
}
.cl_service .icon_wrapper.wrapper_square .wrapper-form{
border-width:1px;
border-style:solid;
}
.cl_service .icon_wrapper:not(.wrapper_none) .wrapper-form i{
text-align: center;
width: 100%;
height: 100%;
float: left;
display: table;
margin-top: 1px;
}
.cl_service .icon_wrapper.with-shadow .wrapper-form{
-webkit-box-shadow: 0 5px 25px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 5px 25px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0 5px 25px 0px rgba(0, 0, 0, 0.1);
}
.cl_service .icon_wrapper:not(.wrapper_none) .wrapper-form i:before{
display: table-cell; vertical-align: middle;
}
.cl_service.type_svg:not(.align_center) .icon_wrapper:not(.wrapper_none) .wrapper-form svg{
left:50%;
transform:translateX(-50%) translateY(-50%);
position:absolute;
}
.cl_service .icon_wrapper i:before{
width:auto !important;
min-width:1em;
}
.cl_service .subtitle{
display:block;
}
.cl_service .subtitle.default{
color:#a7a7a7;
font-size:14px;
font-weight:400;
line-height:18px;
}
.cl_service .subtitle p{
padding:0px;
margin:0px;
}
.cl_service.type_custom .icon_wrapper .wrapper-form{
overflow:hidden;
} 
.cl_service.type_custom .icon_wrapper.wrapper_circle img{
top: 50%;
position: absolute;
left: 50%;
transform: translate(-50%, -50%);
}
.cl_service .box-content h1 p,
.cl_service .box-content h2 p,
.cl_service .box-content h3 p,
.cl_service .box-content h4 p,
.cl_service .box-content h5 p,
.cl_service .box-content h6 p{
margin:0;
}
.cl_media.position_left{
display:inline-block;
}
.cl_service.type_custom.media_top .icon_wrapper.wrapper_none .wrapper-form{
width:100% !important;
}
.cl_service.type_custom.media_top .icon_wrapper.wrapper_none .wrapper-form img{
max-height:100%;
} .cl_share{display: inline-block;}
.cl_share.round{
border:1px solid;
border-radius:50%;
-webkit-border-radius:50%;
-moz-border-radius:50%;
-o-border-radius:50%;
height: 100%;
text-align: center;
}
.cl_share.square{
border:1px solid;
}
.cl_share > a > i{
width: 100%;
height: 100%;
display: inline-block;
position: relative;
text-align: center;
} .cl_socialicon{
display: inline-block;
-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
-moz-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.cl_socialicon a{
-webkit-transition: color 0.2s ease-in-out;
-moz-transition: color 0.2s ease-in-out;
transition: color 0.2s ease-in-out;
}
.cl_socialicon.round{
border:1px solid;
border-radius:50%;
-webkit-border-radius:50%;
-moz-border-radius:50%;
-o-border-radius:50%;
height: 100%;
text-align: center;
}
.cl_socialicon.square{
border:1px solid;
}
.cl_socialicon > a > i{
width: 100%;
height: 100%;
display: inline-block;
position: relative;
text-align: center;
} .icon-svg path {
fill: transparent
}  .cl_slider{
min-height:400px;
}
.cl_slider .cl-slide > .cl-row{
height:100%;
}
.cl_slider .container-content{
height:100%;
}
.cl_slider .cl_row-flex{
height:100% !important;
min-height:auto !important;
}
.cl_slider .swiper-slide-active .container-content{
opacity:1;
transform: translateY(0px);
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-webkit-transition: opacity 0.4s ease-in-out, -webkit-transform .35s ease-in-out;
-moz-transition: opacity 0.4s ease-in-out, -moz-transform .35s ease-in-out;
transition: opacity 0.4s ease-in-out, transform .35s ease-in-out;
}
.cl_slider.cl-animateScroll .swiper-slide-active .container-content{
transform: translateY(70px);
-webkit-transform: translateY(70px);
-moz-transform: translateY(70px);
opacity:0;
}
.swiper-button-prev, .swiper-button-next{
background-size:18px;
}
.cl_slider[data-navigation-style="rounded_left_bottom"] .swiper-button-white{
border: 1px solid rgba(255,255,255,0.6); 
}
.cl_slider[data-navigation-style="rounded_left_bottom"] .swiper-button-prev{
left:40px;
bottom:40px;
top:auto;
width: 50px;
height: 50px;
border-radius: 50%;
background-size:12px;
}
.cl_slider[data-navigation-style="rounded_left_bottom"] .swiper-button-next{
left:100px;
bottom:40px;
top:auto;
width: 50px;
height: 50px;
border-radius: 50%;
background-size:12px;
}
.cl_slider > .swiper-pagination .swiper-pagination-bullet{
background:#fff;
-webkit-transition: background-color 0.2s ease-in-out;
-moz-transition: background-color 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out;
}
.cl_slider > .swiper-pagination.cl-dark-pagination .swiper-pagination-bullet{
background:#565656;
}
.cl_slider[data-pagination-style="lines"] .swiper-pagination-bullet{
width:3px;
height:12px;
border-radius:0;
-webkit-transition: background-color 0.2s ease-in-out, height 0.2s ease-in-out;
-moz-transition: background-color 0.2s ease-in-out, height 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out, height 0.2s ease-in-out;
}
.cl_slider[data-pagination-style="lines"] .swiper-pagination-bullet-active{
height:20px;
}
@media (max-width:767px){
.cl_slider{
max-height:60vh !important;
}
.cl_slider .cl-text{
font-size:16px !important;
line-height:28px !important;
}
}
@media (max-width:882px){
.cl_slider .cl-row .container-content > .row{
padding-left:40px;
padding-right:40px;
}
}
@media (max-width:991px){
.cl_slider{
max-height:70vh;
}
.cl_slider .cl-row .cl_row-flex{
max-height:70vh;
min-height:inherit !important;
}
.cl_slider-force-fullheight{
max-height:100vh !important;
height:100vh !important;
}
}
.cl_slider[data-effect="interleave"] .swiper-slide{
overflow:hidden;
}
.cl_slider[data-effect="slide"][data-direction="vertical"] .swiper-slide{
overflow:hidden;
}
.cl_slider[data-direction="vertical"] .cl-slider-nav{
display:none;
}
@media (max-width:991px){
.cl_slider.cl_slider-responsive-plain[data-direction="vertical"]{
height:auto !important;
max-height:none !important;
}
.cl_slider.cl_slider-responsive-plain[data-direction="vertical"] .cl-row .cl_row-flex{
max-height:none !important;
height:auto !important;
}
.cl_slider.cl_slider-responsive-plain[data-direction="vertical"] .cl-slide{
height:auto !important;
}
.cl_slider.cl_slider-responsive-plain[data-direction="vertical"] .cl-slide > .cl-row{
height:auto !important;
}
.cl_slider.cl_slider-responsive-plain[data-direction="vertical"] .cl-slider-pagination{
display:none;
}
.cl_slider.cl_slider-responsive-plain[data-direction="vertical"] .swiper-wrapper, .cl_slider-responsive-plain.cl_slider[data-direction="vertical"] .swiper-wrapper .swiper-slide,  .cl_slider.cl_slider-responsive-plain[data-direction="vertical"] .swiper-wrapper .swiper-slide .cl-row{
transform: translate3d(0px, 0, 0px) !important;
}
}
.cl_slider[data-anchors="1"] .swiper-pagination-bullet{
position:relative;
}
.cl_slider[data-anchors="1"][data-direction="vertical"] .swiper-pagination-bullet:after{
content: attr(data-label);
position: absolute;
right: 20px;
top: -8px;
min-width: 120px;
text-align: center;
color: #fff;
background: #222;
padding: 2px 8px;
border-radius: 20px;
opacity:0;
-webkit-transition: opacity 0.2s ease-in-out, -webkit-transform .25s ease-in-out;
-moz-transition: opacity 0.2s ease-in-out, -moz-transform .25s ease-in-out;
transition: opacity 0.2s ease-in-out, transform .25s ease-in-out;
transform:translateX(-20px);
-webkit-transform:translateX(-20px);
-moz-transform:translateX(-20px);
}
.cl_slider[data-anchors="1"][data-direction="vertical"] .swiper-pagination-bullet:hover:after{
opacity:1;
transform:translateX(0px);
-webkit-transform:translateX(0px);
-moz-transform:translateX(0px);
}  .cl-custom-heading{
border-top-width:0;
border-right-width:0;
border-bottom-width:0;
border-left-width:0;
}
.cl-custom-heading p{
margin:0;
}
.cl-custom-heading span{
display:block;
}
.cl-custom-heading span span{
display:inline;
} #testimonial-entries .testimonial_item{
padding: 20px 40px;
text-align: center;
padding-bottom:0px;
}
#testimonial-entries .testimonial_item .content{
font-size: 20px;
line-height: 38px;
padding-bottom: 20px;
font-weight:400;
}
#testimonial-entries .testimonial_item .title{
font-size: 16px;
line-height: 24px;
font-weight:600;
} .cl-btn p{
margin:0;
} .cl_counter.animate_on_visible{
opacity:1 !important;
}
.cl_counter{
font-size:44px;
line-height:44px;
font-weight:bold;
text-align:center;
}
.cl_counter.align-center{
text-align:center;
}
.cl_counter.align-left{
text-align:left;
}
.cl_counter.align-right{
text-align:right;
} .cl_countdown{
text-align:center;
}
.cl_countdown .group{
padding:0 5px;
}
.cl_countdown.large .group{
display:inline-block;
padding:0 20px;
text-align:center;
}
.cl_countdown.large .group span{
display:block;
}
.cl_countdown.large .group span.value{
font-size:64px;
line-height:78px;
font-weight:bold;
letter-spacing:1.5px;
color:#222;
}
.cl_countdown.large .group span.type{
text-transform: uppercase;
font-weight:300;
font-size:16px;
}  .cl_blog.blog-simplified #blog-entries .grid-style .grid-holder .grid-holder-inner{
border-width:0;
}
.cl_blog.blog-simplified .grid-entries article .entry-readmore{
display:none !important;
}
.cl_blog.blog-simplified  #blog-entries .grid-style .entry-meta{
margin-bottom:20px;
}
.cl_blog.blog-simplified #blog-entries .grid-style .entry-tools .entry-tool-single{
display:inline-block;
float:none;
padding-bottom:0;
}
.cl_blog.blog-simplified #blog-entries .grid-style .entry-tools{
top:auto;
transform:none;
-webkit-transform:none;
-moz-transform:none;
}
.cl_blog.blog-simplified #blog-entries .grid-style .grid-holder .entry-wrapper{
padding:20px;
padding-top:30px;
}
.cl_blog.blog-simplified #blog-entries .grid-style .entry-content{
padding-top:10px;
}
.cl_blog.blog-simplified #blog-entries .grid-style .entry-tools{
left:0px;
right:auto;
position:relative;
}
.cl_blog #blog-entries .grid-style.format-quote .entry-wrapper i{
top:24px;
}
.cl_blog.blog-simplified.blog-simplified-font #blog-entries .grid-style h2{
font-size:16px;
line-height:22px;
} .cl_blog .cl-carousel article{
width:100%;
padding: 0px 10px;
}
.cl_blog .owl-dots{ margin-top:45px; } .cl_clients:not(.cl-carousel){
display: flex;
display: -webkit-flex;
display: -ms-flexbox;
}
.client-item{
width:100%;
display:inline-block;
padding:15% 17%;
display:flex;
align-items:center;
}
.cl_clients:not(.cl-carousel) .client-item{
padding:20px;
}
@media (max-width:480px){
.cl_clients:not(.cl-carousel){
flex-flow:row wrap;
}
.cl_clients:not(.cl-carousel) .client-item{
width:100%;
}
}
@media (max-width:767px){
.cl_clients:not(.cl-carousel){
flex-flow:row wrap;
}
.cl_clients:not(.cl-carousel) .client-item{
width:50%;
}
}
@media (min-width:768px) and (max-width:991px){
.cl_clients:not(.cl-carousel){
flex-flow:row wrap;
}
.cl_clients:not(.cl-carousel) .client-item{
width:33.33%;
}
}
@media (min-width:992px){
.cl_clients.items_2:not(.cl-carousel){
flex-flow:row wrap;
}
.cl_clients.items_2:not(.cl-carousel) .client-item{
width:50%;
}
.cl_clients.items_3:not(.cl-carousel){
flex-flow:row wrap;
}
.cl_clients.items_3:not(.cl-carousel) .client-item{
width:33.33%;
}
.cl_clients.items_4:not(.cl-carousel){
flex-flow:row wrap;
}
.cl_clients.items_4:not(.cl-carousel) .client-item{
width:25%;
}
.cl_clients.items_5:not(.cl-carousel){
flex-flow:row wrap;
}
.cl_clients.items_5:not(.cl-carousel) .client-item{
width:20%;
}
.cl_clients.items_6:not(.cl-carousel){
flex-flow:row wrap;
}
.cl_clients.items_6:not(.cl-carousel) .client-item{
width:16.66%;
}
.cl_clients.items_7:not(.cl-carousel){
flex-flow:row wrap;
}
.cl_clients.items_7:not(.cl-carousel) .client-item{
width:14.28%;
}
}
.cl_clients.cl-carousel .owl-stage{
display: flex;
display: -webkit-flex;
display: -ms-flexbox;
align-items: center;
}
.cl_clients.style_overlay_title .client-item{
position:relative;
display:table;
}
.cl_clients.style_overlay_title .client-item .overlay-bg{
width:100%;
height:100%;
left:0;
top:0;
position:absolute;
opacity:0;
-webkit-transition: opacity 0.2s ease-in-out;
-moz-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out;
text-align:center;
display:table;
}
.cl_clients.style_overlay_title .client-item:hover .overlay-bg{
opacity:1;
}
.cl_clients.style_overlay_title .client-item .overlay-bg .inner{
display:table-cell;
vertical-align: middle;
color:#fff;
font-weight:600;
} .cl_progress_bar .labels{
font-weight:600;
}
.cl_progress_bar .labels .title{
display:inline-block;
}
.cl_progress_bar .labels .title p{
margin:0;
display:inline-block;
}
.cl_progress_bar .labels .percentage{
float:right;
}
.cl_progress_bar .progress{
width: 100%;
height: 7px;
margin-top: 5px;
position:relative;
}
.cl_progress_bar .bar{
-webkit-transition: all 1000ms cubic-bezier(0.778,0.128,0.15,0.84);
-moz-transition: all 1000ms cubic-bezier(0.785,0.135,0.15,0.84);
-o-transition: all 1000ms cubic-bezier(0.785,0.135,0.15,0.84);
transition: all 1000ms cubic-bezier(0.785,0.135,0.15,0.84);
position:absolute;
width:0;
left:0;
top:0;
height:100%;
}
.light-text .cl_progress_bar .labels{
color:#fff;
} .cl_cl_team .cl_team .team-item{
position:relative;
} .cl_team.style-simple .team-item .team-media-wrapper{
position:relative;
}
.cl_team.style-simple .team-item .team-media-wrapper img{
width:100%;
max-width:auto;
}
.cl_team.style-simple .team-item .team-overlay{
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
opacity:0;
background:rgba(0,0,0,0.7);
display: flex;
display: flex;
display: -webkit-flex;
display: -ms-flexbox;
align-items: center;
-webkit-transition: opacity 0.2s ease-in-out;
-moz-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out;
}
.cl_team.style-simple .team-item .team-media-wrapper:hover .team-overlay{
opacity:1;
}
.cl_team.style-simple .team-item .team-social{
text-align:center;
width:100%;
-webkit-transition: opacity 0.2s ease-in-out, -webkit-transform .25s ease-in-out;
-moz-transition: opacity 0.2s ease-in-out, -moz-transform .25s ease-in-out;
transition: opacity 0.2s ease-in-out, transform .25s ease-in-out;
transform:translateY(-20px);
-webkit-transform:translateY(-20px);
-moz-transform:translateY(-20px);
opacity:0;
}
.cl_team.style-simple .team-item .team-social a{
padding-left:5px;
padding-right:5px;
font-size:18px;
color:#fff;
}
.cl_team.style-simple .team-item .team-media-wrapper:hover .team-social{
transform:translateY(0px);
-webkit-transform:translateY(0px);
-moz-transform:translateY(0px);
opacity:1;
}
.cl_team.style-simple .team-item .team-content{
text-align:center;
}
.cl_team.style-simple .team-item .team-name{
margin-top:20px;
margin-bottom:0;
line-height:20px;
}
.cl_team.style-simple .team-item .team-position{
font-size:12px;
}
.cl_team.style-simple .team-item .team-desc{
padding-top:4px;
} .cl_team.style-photo .team-item .team-media-wrapper{
position:relative;
overflow:hidden;
}
.cl_team.style-photo .team-item .team-media-wrapper img{
width:100%;
max-width:auto;
}
.cl_team.style-photo .team-item .team-overlay{
position:absolute;
left:0;
top:0;
width:100.5%;
height:100%;
opacity:0;
background:rgba(255,255,255,0.95);
display: flex;
display: flex;
display: -webkit-flex;
display: -ms-flexbox;
align-items: center;
-webkit-transition: opacity 0.2s ease-in-out;
-moz-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out;
}
.cl_team.style-photo .team-item .team-media-wrapper:hover .team-overlay{
opacity:1;
}
.cl_team.style-photo .team-item .team-social{
text-align:center;
width:100%;
-webkit-transition: opacity 0.2s ease-in-out, -webkit-transform .25s ease-in-out;
-moz-transition: opacity 0.2s ease-in-out, -moz-transform .25s ease-in-out;
transition: opacity 0.2s ease-in-out, transform .25s ease-in-out;
transform:translateY(-20px);
-webkit-transform:translateY(-20px);
-moz-transform:translateY(-20px);
opacity:0;
}
.cl_team.style-photo .team-item .team-social a{
color: #777;
box-shadow:0 0 1px #777;
-webkit-box-shadow:0 0 1px #777;
-moz-box-shadow:0 0 1px #777;
border-radius: 15px;
-webkit-border-radius:15px;
-moz-border-radius:15px;
margin-right: 10px;
line-height: 30px;
width: 30px;
height: 30px;
display: inline-block;
}
.cl_team.style-photo .team-item .team-social a:hover{
color:#fff;
box-shadow:0 0 1px rgba(255,255,255,0.0);
-webkit-box-shadow:0 0 1px rgba(255,255,255,0.0);
-moz-box-shadow:0 0 1px rgba(255,255,255,0.0);
background-color:#323232;
}
.cl_team.style-photo .team-item .team-social a:last-child{
margin-right:0px;
}
.cl_team.style-photo .team-overlay-wrapper{
width:100%;
}
.cl_team.style-photo .team-item .team-media-wrapper:hover .team-social{
transform:translateY(0px);
-webkit-transform:translateY(0px);
-moz-transform:translateY(0px);
opacity:1;
}
.cl_team.style-photo .team-item .team-content{
text-align:center;
width:100%;
-webkit-transition: opacity 0.2s ease-in-out, -webkit-transform .25s ease-in-out;
-moz-transition: opacity 0.2s ease-in-out, -moz-transform .25s ease-in-out;
transition: opacity 0.2s ease-in-out, transform .25s ease-in-out;
transform:translateY(20px);
-webkit-transform:translateY(20px);
-moz-transform:translateY(20px);
opacity:0;
}
.cl_team.style-photo .team-media-wrapper:hover .team-content{
transform:translateY(0px);
-webkit-transform:translateY(0px);
-moz-transform:translateY(0px);
opacity:1;
}
.cl_team.style-photo .team-item .team-name{
margin-top:20px;
margin-bottom:0;
line-height:20px;
color:#383838;
}
.cl_team.style-photo .team-item .team-position{
font-size:12px;
}
.cl_team.style-photo .team-item .team-desc{
padding-top:4px;
display:none;
} .cl_team:not(.is_single){
display: flex;
display: flex;
display: -webkit-flex;
display: -ms-flexbox;
flex-flow: row wrap;
}
.cl_team.is_single .team-item{
padding:0px !important;
}
@media (min-width:768px){
.cl_team[data-columns="4"]:not(.is_single) .team-item{
width:25%;
}
.cl_team[data-columns="3"]:not(.is_single) .team-item{
width:33.3%;
}
.cl_team[data-columns="2"]:not(.is_single) .team-item{
width:50%;
}
.cl_team[data-columns="5"]:not(.is_single) .team-item{
width:20%;
}
.cl_team[data-columns="6"]:not(.is_single) .team-item{
width:16.6%;
}
}
@media (min-width: 570px) and (max-width:768px){
.cl_team:not(.is_single) .team-item{
width:50%;
}
}
@media (max-width: 569px){
.cl_team:not(.is_single) .team-item{
width:100%;
} 
}
.cl_team.cl-carousel .team-item{
width:100% !important;
} .cl_divider .inner{width:100%;}
.cl_divider  .inner.simple{ 
border-left: 0;
border-bottom: 0;
border-right: 0;}
.cl_divider .inner.two{ 
border-top:1px;
border-bottom:1px;
height:6px;
border-left:0px;
border-right:0px;
clear: both;
position: relative;
z-index: 11;
}
.cl_divider span.inner{
border-top:1px;
border-bottom:0px;
border-left:0px;
border-right:0px;
clear: both;
position: relative;
z-index: 11;
}
.cl_divider i{    
margin-left: 10px;
margin-right: 10px;
}
.cl_divider{min-height:10px;}
.cl_divider .wrapper{display: flex;  display: -webkit-flex; display: flex; }
@media (max-width:400px){
.cl_divider .wrapper{
max-width:130px;
}
}
.cl_divider .wrapper.left_divider{position:absolute; left:0;}
.cl_divider .wrapper.center_divider{position:absolute;left:0; right:0; margin:auto;}
.cl_divider .wrapper.right_divider{position:absolute; right:0;}
.cl_divider .wrapper.icon{align-items: center;  -webkit-align-items: center; }
.cl_divider span.left{width:100%;}
.cl_divider span.right{width:100%;} .cl_media{
position:relative;
}
.cl_media video, .cl_media iframe{
width:100%;
display:block;
}
.cl_media .video{
position:relative;
}
.cl_media a img{
width:100%;
}
.cl_media .placeholder-img{
width:100%;
max-width:none;
}
.cl_media .image-wrapper{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-webkit-transition-duration: 0.25s;
-moz-transition-duration: 0.25s;
-o-transition-duration: 0.25s;
-ms-transition-duration: 0.25s;
transition-duration: 0.25s;
z-index:999;
background-position: center;
}
.cl_media .play-button{
width: 80px;
height: 80px;
position: absolute;
left: 50%;
margin-left: -40px;
margin-top: -40px;
top: 50%;
background: rgba(0,0,0,0.8);
border-radius: 50%;
box-shadow: 0 3px 5px rgba(50,50,93,0.05), 0 1px 2px rgba(0,0,0,0.04);
-webkit-box-shadow: 0 3px 5px rgba(50,50,93,0.05), 0 1px 2px rgba(0,0,0,0.04);
-moz-box-shadow: 0 3px 5px rgba(50,50,93,0.05), 0 1px 2px rgba(0,0,0,0.04);
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
transition: all .25s ease;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
transform: translateY(0px);
}
.cl_media .play-button:hover{
box-shadow: 0 7px 14px rgba(50,50,93,0.4), 0 3px 6px rgba(0,0,0,0.1);
-webkit-box-shadow: 0 7px 14px rgba(50,50,93,0.4), 0 3px 6px rgba(0,0,0,0.1);
-moz-box-shadow: 0 7px 14px rgba(50,50,93,0.4), 0 3px 6px rgba(0,0,0,0.1);
-webkit-transform: translateY(-2px);
-moz-transform: translateY(-2px);
transform: translateY(-2px);
}
.cl_media .play-button i{
width: 85px;
height: 100%;
text-align: center;
line-height: 80px;
color: #fff;
float: left;
font-size: 24px;
}
.cl_media.show-video .image-wrapper{
opacity:0;
}
.cl_media iframe, .cl_media video{
border:none;
}
.cl_media.hide-video iframe, .cl_media.hide-video video{
opacity:0;
-webkit-transition-duration: 0.25s;
-moz-transition-duration: 0.25s;
-o-transition-duration: 0.25s;
-ms-transition-duration: 0.25s;
transition-duration: 0.25s;
}
.cl_media.show-video iframe, .cl_media.show-video video{
opacity:1;
z-index:9999;
}
.cl_media.add-shadow .inner img,  .cl_media.add-shadow .inner .image-wrapper{
box-shadow: 0 14px 44px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 14px 44px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 14px 44px rgba(0, 0, 0, 0.1);
}
.cl_media.show-video .play-button{
display:none;
}
.cl_media.show-video .image-wrapper{
z-index:-1;
}
.cl_media.position_left .inner{
float:none;
margin:0;
width:100%;
}
.cl_media.position_left .inner img, .cl_media.position_left .inner{
text-align:left;
width:100%;
}
.cl_media.position_right .inner{
text-align:right;
width:100%;
}
.cl_media.position_center.type-image, .cl_media.position_center.type-live , .cl_media.position_center.type-video{
display: flex;
display: flex;
display: -webkit-flex;
display: -ms-flexbox;
flex-flow: row wrap;
justify-content:center;
}
.cl_media.position_right.type-video{
display: flex;
display: flex;
display: -webkit-flex;
display: -ms-flexbox;
flex-flow: row wrap;
justify-content:flex-end;
}
.cl_media.position_left.type-video{
display: flex;
display: flex;
display: -webkit-flex;
display: -ms-flexbox;
flex-flow: row wrap;
justify-content:flex-start;
}
.cl_media.cl-custom-width.position_left.type-image{
display: flex;
display: flex;
display: -webkit-flex;
display: -ms-flexbox;
flex-flow: row wrap;
justify-content:flex-start;
}
.cl_media.cl-custom-width.position_right.type-image{
display: flex;
display: flex;
display: -webkit-flex;
display: -ms-flexbox;
flex-flow: row wrap;
justify-content:flex-end;
}
.cl_media.position_stretch .inner{
width:100%;
max-width:none;
display:block;
}
.cl_media.position_stretch.type-image .inner img{
max-width:none;
width:100%;
}
.cl_media.type-video .inner{
width:100%;
display: block;
}
.cl_media .lightbox{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.8);
opacity:0;
-webkit-transition: opacity 0.1s ease-in-out;
-moz-transition: opacity 0.1s ease-in-out;
transition: opacity 0.1s ease-in-out;
}
.cl_media .lightbox i{
color: #fff;
width: 60px;
text-align: center;
line-height: 60px;
height: 60px;
position: absolute;
left: 50%;
margin-left: -30px;
font-size: 32px;
top: 50%;
margin-top: -30px;
-webkit-perspective: 1000;
-moz-perspective: 1000;
-ms-perspective: 1000;
perspective: 1000;
opacity: 0;
-webkit-transform: translatex(-20px);
-moz-transform: translatex(-20px);
-ms-transform: translatex(-20px);
transform: translatex(-20px);
-webkit-transition: opacity 0.25s ease-in-out, -webkit-transform .3s cubic-bezier(.19,1,.22,1);
-moz-transition: opacity 0.25s ease-in-out, -moz-transform .3s cubic-bezier(.19,1,.22,1);
transition: opacity 0.25s ease-in-out, transform .3s cubic-bezier(.19,1,.22,1);
}
.cl_media .lightbox:hover{
opacity:1;
}
.cl_media .lightbox:hover i{
-webkit-transform: translatex(0px);
-moz-transform: translatex(0px);
-ms-transform: translatex(0px);
transform: translatex(0px);
opacity: 1;
}
.cl_media .inner{
position:relative;
width:auto;
display:inline-block;
}
.cl_media .custom-link{
position:absolute;
width:100%;
height:100%;
z-index:99;
}
@media (max-width:992px){
.cl_media .inner{
max-width:100%;
}
} .cl-map-fullheight{
height:100%;
}
@media (max-width:767px){
.cl_map.cl-map-fullheight{
height:400px;
}
}
@media (min-width:768px) and (max-width:991px) {
.cl-col-tablet-full .cl_map.cl-map-fullheight{
height:400px;
}
}
.cl_map.cl-map-fullheight .cl-map-element{
height:100% !important;
} .cl_contact_form7.style-simple label{
width:100%;
}
.cl_contact_form7.style-simple input:not([type="submit"]), .cl_contact_form7.style-simple  select{
width:50%;
height:40px;
padding:0 10px;
color:#777;
}
.cl_contact_form7.style-simple textarea{
width:80%;
}
.cl_contact_form7.style-simple input:not([type="submit"]), .cl_contact_form7.style-simple textarea, .cl_contact_form7.style-simple  select{
border-width:1px;
border-style:solid;
background:#fff;
}
.cl_contact_form7.style-dark input:not(.cl-btn), .cl_contact_form7.style-dark textarea, .cl_contact_form7.style-dark select{
border-width:1px;
border-style:solid;
border-left:0;
border-right:0;
border-top:0;
background: transparent;
border-color:rgba(255, 255, 255, 0.28);
}
@media (max-width:767px){
.cl_contact_form7.style-dark textarea{
max-width:100%;
display:block;
}
}
div.wpcf7-validation-errors{
border: 2px solid #444;
padding: 10px 20px;
margin: 40px 0;
width: 82%;
}
div.wpcf7-mail-sent-ok{
padding: 10px 20px;
margin: 40px 0;
width: 82%;
}  .cl_gallery:not(.cl-carousel){
display: flex;
display: -webkit-flex;
display: -ms-flexbox;
}
.gallery-item{
width:100%;
display:inline-block;
display:flex;
align-items:center;
justify-content: center;
}
.cl_gallery:not(.cl-carousel) .gallery-item{
padding:20px;
}
@media (max-width:480px){
.cl_gallery:not(.cl-carousel){
flex-flow:row wrap;
}
.cl_gallery:not(.cl-carousel) .gallery-item{
width:100%;
}
}
@media (max-width:767px){
.cl_gallery:not(.cl-carousel){
flex-flow:row wrap;
}
.cl_gallery:not(.cl-carousel) .gallery-item{
width:50%;
}
}
@media (min-width:768px) and (max-width:991px){
.cl_gallery:not(.cl-carousel){
flex-flow:row wrap;
}
.cl_gallery:not(.cl-carousel) .gallery-item{
width:50%;
}
}
@media (min-width:992px){
.cl_gallery.items_2:not(.cl-carousel){
flex-flow:row wrap;
}
.cl_gallery.items_2:not(.cl-carousel) .gallery-item{
width:50%;
}
.cl_gallery.items_3:not(.cl-carousel){
flex-flow:row wrap;
}
.cl_gallery.items_3:not(.cl-carousel) .gallery-item{
width:33.33%;
}
.cl_gallery.items_4:not(.cl-carousel){
flex-flow:row wrap;
}
.cl_gallery.items_4:not(.cl-carousel) .gallery-item{
width:25%;
}
.cl_gallery.items_5:not(.cl-carousel){
flex-flow:row wrap;
}
.cl_gallery.items_5:not(.cl-carousel) .gallery-item{
width:20%;
}
.cl_gallery.items_6:not(.cl-carousel){
flex-flow:row wrap;
}
.cl_gallery.items_6:not(.cl-carousel) .gallery-item{
width:16.66%;
}
.cl_gallery.items_7:not(.cl-carousel){
flex-flow:row wrap;
}
.cl_gallery.items_7:not(.cl-carousel) .gallery-item{
width:14.28%;
}
}
.cl_gallery.cl-carousel .owl-stage{
display: flex;
display: -webkit-flex;
display: -ms-flexbox;
align-items: center;
}
.cl_gallery.with-lightbox .gallery-item .inner-wrapper{
position:relative;
width: 100%;
}
.cl_gallery[data-items="1"] .gallery-item .inner-wrapper img{
max-width:none;
}
.cl_gallery.with-lightbox .gallery-item .overlay{
position:absolute;
left:0;
top:0;
width:100%;
bottom:100%;
background:rgba(0,0,0,0.85);
opacity: 0;
-webkit-transition: opacity 0.2s ease-in-out;
-moz-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out;
}
.cl_gallery.with-lightbox .gallery-item .overlay i{
color: #fff;
width: 60px;
text-align: center;
line-height: 60px;
height: 60px;
position: absolute;
left: 50%;
margin-left: -30px;
font-size: 32px;
top: 50%;
margin-top: -30px;
-webkit-perspective: 1000;
-moz-perspective: 1000;
-ms-perspective: 1000;
perspective: 1000;
opacity: 0;
-webkit-transform: translatex(-20px);
-moz-transform: translatex(-20px);
-ms-transform: translatex(-20px);
transform: translatex(-20px);
-webkit-transition: opacity 0.2s ease-in-out, -webkit-transform .25s cubic-bezier(.19,1,.22,1);
-moz-transition: opacity 0.2s ease-in-out, -moz-transform .25s cubic-bezier(.19,1,.22,1);
transition: opacity 0.2s ease-in-out, transform .25s cubic-bezier(.19,1,.22,1);
}
.cl_gallery.with-lightbox .gallery-item:hover .overlay i{
-webkit-transform: translatex(0px);
-moz-transform: translatex(0px);
-ms-transform: translatex(0px);
transform: translatex(0px);
opacity: 1;
}
.cl_gallery.with-lightbox .gallery-item:hover .overlay{
opacity:1;
} .cl_toggles .toggles_wrapper{
min-height:30px;
}
.cl_toggles .toggles_wrapper > .cl_toggle{
margin-bottom:20px;
}
.cl_toggle .toggle_wrapper{
min-height:0px;
}
.cl_toggle > .toggle_wrapper > .cl-element:first-child{
margin-top:0 !important;
}
.cl_toggles.style-simple .cl_toggle > .title{
margin-bottom:10px;
padding-bottom:5px;
border-bottom-width:1px;
border-bottom-style:solid;
}
.cl_toggle .cl-text{
min-height:20px;
} .cl_list.style-simple .list-wrapper{
margin:0;
padding:0;
list-style:none;
}
.cl_list.style-simple .list-wrapper li{
display:flex;
}
.cl_list.style-simple i{
display:inline-block;
}
.cl_list.style-simple span{
display:inline-block;
}
.cl_list .cl_list_item.with_icon span{
padding-left:10px;
}
.cl_list p{
margin:0;
padding:0;
} .cl_blog .news-entries article{
overflow:hidden;
margin-bottom:0 !important;
}
.cl_blog .news-entries article .entry-media, .cl_blog .news-entries article .grid-holder, .cl_blog .news-entries article .grid-holder-inner{
height:100%;
}
.cl_blog .news-entries article img{
max-width:none;
position:absolute;
left: 50%;
top:50%;
transform: translate3d(-50%, -50%, 0) scale(1);
-webkit-transform: translate3d(-50%, -50%, 0) scale(1);
-moz-transform: translate3d(-50%, -50%, 0) scale(1);
-webkit-backface-visibility: hidden; 
width:auto;
}
.cl_blog .news-entries{
display:flex;
flex-flow: row wrap;
}
.cl_blog .news-entries .flex-wrap{
display:flex;
flex-flow: row wrap;
}
.cl_blog .news-entries .parent-wrap > article{
width:100%;
}
.cl_blog .news-entries .semi-wrap{
width:100%;
}
.cl_blog .news-entries .semi-wrap > article{
width:50%;
}
.cl_blog .news-entries .flex-wrap.semi-width article{
width:50%;
}
.cl_blog .news-entries .flex-wrap.full-height article .post-thumbnail{
height:460px;
}
.cl_blog .news-entries .flex-wrap.semi-height article .post-thumbnail{
height:230px;
}
.cl_blog .news-entries .flex-wrap.onethird-height article .post-thumbnail{
height:153.33333px;
}
.cl_blog .news-entries .flex-wrap.full-width-img > article .post-thumbnail img{
width:100%;
}
@media (min-width:992px){
.cl_blog .news-entries .flex-wrap.full-height-img > article .post-thumbnail img{
height:100%;
}
.cl_blog .news-entries.news-layout-grid_1 > .parent-wrap{
width:50%;
}
.cl_blog .news-entries.news-layout-grid_1 .flex-wrap.first-wrap{
padding-right:2px;
}
.cl_blog .news-entries.news-layout-grid_1 .flex-wrap.inner-wrap{
padding-top:2px;
}
.cl_blog .news-entries.news-layout-grid_1 .flex-wrap.inner-wrap > article:first-child .grid-holder{
padding-right:2px;
}
.cl_blog .news-entries.news-layout-grid_1 .flex-wrap.inner-wrap > article:first-child .grid-holder .grid-holder-inner{
overflow:hidden;
}
.cl_blog .news-entries.news-layout-grid_2 > .parent-wrap{
width:50%;
}
.cl_blog .news-entries.news-layout-grid_2 article .grid-holder{
padding:1px;
}
.cl_blog .news-entries.news-layout-grid_2 article .grid-holder .grid-holder-inner{
overflow:hidden;
}
.cl_blog .news-entries.news-layout-grid_3 > .first-wrap{
width:75%;
}
.cl_blog .news-entries.news-layout-grid_3 > .second-wrap{
width:25%;
}
.cl_blog .news-entries.news-layout-grid_3 article .grid-holder{
padding:1px;
}
.cl_blog .news-entries.news-layout-grid_3 article .grid-holder .grid-holder-inner{
overflow:hidden;
}
}
@media (max-width:991px){
.cl_blog .news-entries > .parent-wrap{
width:100%;
}
.cl_blog .news-entries .flex-wrap.onethird-height article .post-thumbnail img{
width:100%;
}
}
@media (max-width: 480px){
.cl_blog .news-entries article img{
height:100%;
width:auto;
}
.cl_blog .news-entries .flex-wrap.onethird-height article .post-thumbnail img{
width:100%;
height:auto;
}
.cl_blog .news-entries .flex-wrap.full-width-img > article .post-thumbnail img{
height:auto;
}
}
.cl_blog .news-entries article .shadow{
height: 80%;
width: 100%;
position: absolute;
bottom:0;
left:0;
background: -moz-linear-gradient(top,rgba(0,0,0,0) 40%,rgba(0,0,0,.55) 100%);
background: -webkit-gradient(linear,left top,left bottom,color-stop(40%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,.55)));
background: -webkit-linear-gradient(top,rgba(0,0,0,0) 40%,rgba(0,0,0,.55) 100%);
background: -o-linear-gradient(top,rgba(0,0,0,0) 40%,rgba(0,0,0,.55) 100%);
background: -ms-linear-gradient(top,rgba(0,0,0,0) 40%,rgba(0,0,0,.55) 100%);
background: linear-gradient(to bottom,rgba(0,0,0,0) 40%,rgba(0,0,0,.55) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
opacity:1;
-webkit-transition: opacity 0.8s ease-in-out, -webkit-transform .8s cubic-bezier(.19,1,.22,1);
-moz-transition: opacity 0.8s ease-in-out, -moz-transform .8s cubic-bezier(.19,1,.22,1);
transition: opacity 0.8s ease-in-out, transform .8s cubic-bezier(.19,1,.22,1);
}
.cl_blog .news-entries article .grid-holder .grid-holder-inner{
position:relative;
}
.cl_blog .news-entries article .content{
position: absolute;
bottom: 0;
left:0;
width:100%;
color:#fff;
padding:0 20px;
pointer-events: none;
padding-bottom:12px;
}
.cl_blog .news-entries article .content h2{
color:#fff;
font-size:13px;
}
.cl_blog .news-entries .large-text article h2{
font-size:18px;
line-height:30px;
}
.cl_blog .news-entries .post-categories{
list-style:none;
margin:0;
padding:0;
margin-bottom:5px;
}
.cl_blog .news-entries .post-categories li{
display:inline-block;
margin-right:7px;
padding:0px 5px;
text-transform:uppercase;
font-size:10px;
font-weight:600;
background-color:rgba(0,0,0,0.8);
line-height:18px;
-webkit-transition: background-color 0.3s ease-in-out;
-moz-transition: background-color 0.3s ease-in-out;
transition: background-color 0.3s ease-in-out;
}
.cl_blog .news-entries article .entry-media{
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition: opacity 0.8s ease-in-out, -webkit-transform .8s cubic-bezier(.19,1,.22,1);
-moz-transition: opacity 0.8s ease-in-out, -moz-transform .8s cubic-bezier(.19,1,.22,1);
transition: opacity 0.8s ease-in-out, transform .8s cubic-bezier(.19,1,.22,1);
-webkit-backface-visibility: hidden; 
}
.cl_blog .news-entries article:hover .shadow{
transform: translateY(20%);
-webkit-transform: translateY(20%);
-moz-transform: translateY(20%);
opacity:0.7;
}
.cl_blog .news-entries article:hover .entry-media{
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.cl_blog .news-entries article:hover .entry-media img{
transform: translate3d(-50%, -50%, 0) scale(1);
-webkit-transform: translate3d(-50%, -50%, 0) scale(1);
-moz-transform: translate3d(-50%, -50%, 0) scale(1);
}  .cl_tabs .tab-content .tab-pane{
display:none;
}
.cl_tabs .tab-content .active{
display:block;
}
.cl_tabs .fade{
opacity: 0;
-webkit-transition: opacity .15s linear;
-o-transition: opacity .15s linear;
transition: opacity .15s linear;
}
.cl_tabs .fade.in{
opacity:1;
}
.cl_tabs .cl-nav-tabs, .cl_tabs .cl-nav-tabs li{
list-style:none;
padding: 0;
display: inline-block;
margin: 0;
position: relative;
}
@media (max-width:767px){
.cl_tabs .cl-nav-tabs, .cl_tabs .cl-nav-tabs li{
display:block;
width:100%;
}
}
.cl_tabs .tab_panel_content > .cl-element:first-child{
margin-top:0 !important;
}
.cl_tabs .tab_panel_content > .cl_element > .cl-element:first-child{
margin-top:0 !important;
}
.cl_tabs.style-simple .cl-nav-tabs li a{
height: 40px;
line-height: 40px;
display: block;
margin: 0;
padding: 0 14px;
font-size: 14px;
text-decoration: none;
font-style: normal;
color: #989898;
text-transform: uppercase;
letter-spacing: 0px;
font-weight: 700;
-webkit-transition: color .3s ease-in-out;
-moz-transition: color .3s ease-in-out;
transition: color .3s ease-in-out;
}
.cl_tabs.style-simple .cl-nav-tabs li:first-child a{
padding-left:0;
}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform,height}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:10px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{-webkit-transform-origin:right top;-moz-transform-origin:right top;-ms-transform-origin:right top;-o-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}.swiper-pagination-progress.swiper-pagination-white{background:rgba(255,255,255,.5)}.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

.clear,
.woocommerce .woocommerce-breadcrumb:after {
clear: both
}
@-webkit-keyframes spin {
100% {
-webkit-transform: rotate(360deg)
}
}
@-moz-keyframes spin {
100% {
-moz-transform: rotate(360deg)
}
}
@keyframes spin {
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@font-face {
font-family: star;
src: url(//taartjetaart.nl/wp-content/plugins/woocommerce/assets/fonts/star.eot);
src: url(//taartjetaart.nl/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix) format("embedded-opentype"), url(//taartjetaart.nl/wp-content/plugins/woocommerce/assets/fonts/star.woff) format("woff"), url(//taartjetaart.nl/wp-content/plugins/woocommerce/assets/fonts/star.ttf) format("truetype"), url(//taartjetaart.nl/wp-content/plugins/woocommerce/assets/fonts/star.svg#star) format("svg");
font-weight: 400;
font-style: normal
}
@font-face {
font-family: WooCommerce;
src: url(//taartjetaart.nl/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot);
src: url(//taartjetaart.nl/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix) format("embedded-opentype"), url(//taartjetaart.nl/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"), url(//taartjetaart.nl/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype"), url(//taartjetaart.nl/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce) format("svg");
font-weight: 400;
font-style: normal
}
p.demo_store {
position: fixed;
top: 0;
left: 0;
right: 0;
margin: 0;
width: 100%;
font-size: 1em;
padding: 1em 0;
text-align: center;
background-color: #a46497;
color: #fff;
z-index: 99998;
box-shadow: 0 1px 1em rgba(0, 0, 0, .2)
}
p.demo_store a {
color: #fff
}
.admin-bar p.demo_store {
top: 32px
}
.woocommerce .blockUI.blockOverlay {
position: relative
}
.woocommerce .blockUI.blockOverlay:before,
.woocommerce .loader:before {
height: 1em;
width: 1em;
position: absolute;
top: 50%;
left: 50%;
margin-left: -.5em;
margin-top: -.5em;
display: block;
content: "";
-webkit-animation: spin 1s ease-in-out infinite;
-moz-animation: spin 1s ease-in-out infinite;
animation: spin 1s ease-in-out infinite;
background: url(//taartjetaart.nl/wp-content/plugins/woocommerce/assets/images/icons/loader.svg) center center;
background-size: cover;
line-height: 1;
text-align: center;
font-size: 2em;
color: rgba(0, 0, 0, .75)
}
.woocommerce a.remove {
display: block;
font-size: 1.5em;
height: 1em;
width: 1em;
text-align: center;
line-height: 20px;
border-radius: 50%;
color: #242424!important;
text-decoration: none;
font-weight: 700;
border: 0
}
.woocommerce a.remove:hover {
color: #fff!important;
background: #242424
}
.woocommerce small.note {
display: block;
color: #777;
font-size: .857em;
margin-top: 10px
}
.woocommerce .woocommerce-breadcrumb {
margin: 0 0 1em;
padding: 0;
font-size: .92em;
color: #777
}
.woocommerce .woocommerce-breadcrumb:after,
.woocommerce .woocommerce-breadcrumb:before {
content: " ";
display: table
}
.woocommerce .woocommerce-breadcrumb a {
color: #777
}
.woocommerce .quantity .qty {
width: 3.631em;
text-align: center;
background: #f1f1f1;
padding: 6px 8px;
}
.woocommerce div.product {
margin-bottom: 0;
position: relative
}
.woocommerce div.product .product_title {
clear: none;
margin-top: 0;
padding: 0
}
.woocommerce #reviews #comments .add_review:after,
.woocommerce .products ul:after,
.woocommerce div.product form.cart:after,
.woocommerce div.product p.cart:after,
.woocommerce nav.woocommerce-pagination ul,
.woocommerce ul.products:after {
clear: both
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
font-size: 1.25em
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
background: inherit;
font-weight: 700
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
opacity: .5
}
.woocommerce div.product p.stock {
font-size: .92em
}
.woocommerce div.product .stock {
color: #77a464
}
.woocommerce div.product .out-of-stock {
color: red
}
.woocommerce div.product .woocommerce-product-rating {
margin-bottom: 1.618em
}
.woocommerce div.product div.images,
.woocommerce div.product div.summary {
margin-bottom: 2em
}
.woocommerce div.product div.images img {
}
.woocommerce div.product div.images div.thumbnails {
}
.woocommerce div.product div.social {
text-align: right;
margin: 0 0 1em
}
.woocommerce div.product div.social span {
margin: 0 0 0 2px
}
.woocommerce div.product div.social span span {
margin: 0
}
.woocommerce div.product div.social span .stButton .chicklets {
padding-left: 16px;
width: 0
}
.woocommerce div.product div.social iframe {
float: left;
margin-top: 3px
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
list-style: none;
padding: 0 0 0 0em;
margin: 0 0 25px;
border-top:1px solid #ebebeb;
overflow: hidden;
position: relative;
text-align:center;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
display: inline-block;
position: relative;
z-index: 0;
margin: 0px 15px;
padding: 5px 0em
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
display: inline-block;
padding: .5em 0;
font-weight: 600 !important;
text-decoration: none;
text-transform: uppercase;
font-size:14px;
}
.woocommerce div.product form.cart:after,
.woocommerce div.product form.cart:before,
.woocommerce div.product p.cart:after,
.woocommerce div.product p.cart:before {
display: table;
content: " "
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
text-decoration: none;
color: #242424
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
border-top-width:2px;
border-top-style:solid;
z-index: 2;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
color: inherit;
text-shadow: inherit;
color:#242424;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
position: absolute;
bottom: -1px;
width: 5px;
height: 5px;
content: " "
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
left: -6px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
right: -6px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
position: absolute;
content: " ";
width: 100%;
bottom: 0;
left: 0;
z-index: 1
}
.woocommerce div.product .woocommerce-tabs .panel {
margin: 0 0 2em;
padding: 0
}
.woocommerce div.product form.cart,
.woocommerce div.product p.cart {
margin-bottom: 2em
}
.woocommerce div.product form.cart div.quantity {
float: left;
margin: 0 4px 0 0
}
.woocommerce div.product form.cart table {
border-width: 0 0 1px
}
.woocommerce div.product form.cart table td {
padding-left: 0
}
.woocommerce div.product form.cart table div.quantity {
float: none;
margin: 0
}
.woocommerce div.product form.cart table small.stock {
display: block;
float: none
}
.woocommerce div.product form.cart .variations {
margin-bottom: 1em;
border: 0;
width: 100%
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
border: 0;
vertical-align: top;
line-height: 2em
}
.woocommerce div.product form.cart .variations label {
font-weight: 700
}
.woocommerce div.product form.cart .variations select {
max-width: 100%;
min-width: 75%;
display: inline-block;
margin-right: 1em
}
.woocommerce div.product form.cart .variations td.label {
padding-right: 1em
}
.woocommerce div.product form.cart .woocommerce-variation-description p {
margin-bottom: 1em
}
.woocommerce div.product form.cart .reset_variations {
visibility: hidden;
font-size: .83em
}
.woocommerce div.product form.cart .wc-no-matching-variations {
display: none
}
.woocommerce div.product form.cart .button {
vertical-align: middle;
float: left
}
.woocommerce div.product form.cart .group_table td.label {
padding-right: 1em;
padding-left: 1em
}
.woocommerce div.product form.cart .group_table td {
vertical-align: top;
padding-bottom: .5em;
border: 0
}
.woocommerce .products ul,
.woocommerce ul.products {
padding: 0;
list-style: none;
clear: both;
margin:0;
}
.woocommerce .products ul:after,
.woocommerce .products ul:before,
.woocommerce ul.products:after,
.woocommerce ul.products:before {
content: " ";
display: table
}
.woocommerce .products ul li,
.woocommerce ul.products li {
list-style: none
}
.woocommerce ul.products li.product a {
text-decoration: none
}
.woocommerce ul.products li.product a img {
width: 100%;
height: auto;
display: block;
margin: 0 0 1em;
box-shadow: none
}
.woocommerce ul.products li.product strong {
display: block
}
.woocommerce ul.products li.product .star-rating {
font-size: .7em
}
.woocommerce ul.products li.product .button {
margin-top: 1em
}
.woocommerce ul.products li.product .price {
color: #242424;
display: block;
font-weight: 400;
margin-bottom: .5em;
font-size: 1em;
}
.woocommerce ul.products li.product .price del {
color: inherit;
opacity: .5;
display: inline-block
}
.woocommerce ul.products li.product .price ins {
background: 0 0;
font-weight: 700
}
.woocommerce ul.products li.product .price .from {
font-size: .67em;
margin: -2px 0 0;
text-transform: uppercase;
color: rgba(132, 132, 132, .5)
}
.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
margin: 0 0 1em
}
.woocommerce .woocommerce-ordering select {
vertical-align: top
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
margin: 0;
position: relative;
left: auto;
white-space: nowrap;
display: inline-block;
}
.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
opacity: .25;
padding-right: 2.618em
}
.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
font-family: WooCommerce;
content: "\e01c";
vertical-align: top;
-webkit-font-smoothing: antialiased;
font-weight: 400;
position: absolute;
top: .618em;
right: 1em;
-webkit-animation: spin 2s linear infinite;
-moz-animation: spin 2s linear infinite;
animation: spin 2s linear infinite
}
.woocommerce #respond input#submit.added:after,
.woocommerce a.button.added:after,
.woocommerce button.button.added:after,
.woocommerce input.button.added:after {
font-family: WooCommerce;
content: "\e017";
margin-left: .53em;
vertical-align: bottom
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
-webkit-font-smoothing: antialiased
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
}
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
background-color: #a46497;
color: #fff
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
cursor: not-allowed;
opacity: .5;
}
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
}
.woocommerce .cart .button,
.woocommerce .cart input.button {
float: right;
}
.woocommerce a.added_to_cart {
padding-top: .5em;
white-space: nowrap;
display: inline-block
}
.woocommerce #reviews #comments .add_review:after,
.woocommerce #reviews #comments .add_review:before,
.woocommerce #reviews #comments ol.commentlist li .comment-text:after,
.woocommerce #reviews #comments ol.commentlist li .comment-text:before,
.woocommerce #reviews #comments ol.commentlist:after,
.woocommerce #reviews #comments ol.commentlist:before {
content: " ";
display: table
}
.woocommerce #reviews h2 small {
float: right;
color: #777;
font-size: 15px;
margin: 10px 0 0
}
.woocommerce #reviews h2 small a {
text-decoration: none;
color: #777
}
.woocommerce #reviews h3 {
margin: 0
}
.woocommerce #reviews #respond {
margin: 0;
border: 0;
padding: 0
}
.woocommerce #reviews #comment {
height: 75px
}
.woocommerce #reviews #comments h2 {
clear: none
}
.woocommerce #review_form #respond:after,
.woocommerce #reviews #comments ol.commentlist li .comment-text:after,
.woocommerce #reviews #comments ol.commentlist:after,
.woocommerce .woocommerce-product-rating:after,
.woocommerce td.product-name dl.variation:after {
clear: both
}
.woocommerce #review_form #commentform{
padding: 10px 15px;
background: #fafafa;
border: 1px solid #ebebeb;
margin-top: 20px;
}
.woocommerce #reviews #comments ol.commentlist {
margin: 0;
width: 100%;
background: 0 0;
list-style: none;
padding:0;
}
.woocommerce #reviews #comments ol.commentlist li {
margin: 0 0 0px;
position: relative;
background: 0;
border: 0;
padding:20px 0;
border-bottom:1px solid #ebebeb;
}
.woocommerce #reviews #comments ol.commentlist li:first-child{
padding-top:0;
}
.woocommerce #reviews #comments ol.commentlist li:first-child img.avatar{
top:0;
}
.woocommerce #reviews #comments ol.commentlist li:last-child{
border-bottom:none;
padding-bottom:0;
}
.woocommerce #reviews #comments ol.commentlist li .meta {
color: #777;
font-size: .75em
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
float: left;
position: absolute;
top: 20px;
left: 0;
padding: 3px;
width: 64px;
height: auto;
background: #fafafa;
border: 1px solid #ebebeb;
margin: 0;
box-shadow: none
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
margin: 0 0 0 80px;
padding: 0
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
margin: 0 0 4px
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
font-size: .83em
}
.woocommerce #reviews #comments ol.commentlist ul.children {
list-style: none;
margin: 20px 0 0 50px
}
.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
display: none
}
.woocommerce #reviews #comments ol.commentlist #respond {
border: 1px solid #e4e1e3;
border-radius: 4px;
padding: 1em 1em 0;
margin: 20px 0 0 50px
}
.woocommerce #reviews #comments .commentlist>li:before {
content: ""
}
.woocommerce .star-rating {
float: right;
overflow: hidden;
position: relative;
height: 1em;
line-height: 1;
font-size: 1em;
width: 5.4em;
font-family: star
}
.woocommerce .star-rating:before {
content: "\73\73\73\73\73";
color: #d3ced2;
float: left;
top: 0;
left: 0;
position: absolute
}
.woocommerce .star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
color:#242424;
}
.woocommerce .star-rating span:before {
content: "\53\53\53\53\53";
top: 0;
position: absolute;
left: 0
}
.woocommerce .woocommerce-product-rating {
line-height: 2;
display: block
}
.woocommerce .woocommerce-product-rating:after,
.woocommerce .woocommerce-product-rating:before {
content: " ";
display: table
}
.woocommerce .woocommerce-product-rating .star-rating {
margin: .5em 4px 0 0;
float: left
}
.woocommerce .products .star-rating {
display: block;
margin: 0 0 .5em;
float: none
}
.woocommerce .hreview-aggregate .star-rating {
margin: 10px 0 0
}
.woocommerce #review_form #respond {
position: static;
margin: 0;
width: auto;
padding: 0;
background: 0 0;
border: 0
}
.woocommerce #review_form #respond:after,
.woocommerce #review_form #respond:before {
content: " ";
display: table
}
.woocommerce p.stars a:before,
.woocommerce p.stars a:hover~a:before {
content: "\e021"
}
.woocommerce #review_form #respond p {
margin: 0 0 10px
}
.woocommerce #review_form #respond .form-submit input {
left: auto;
margin-top:15px;
}
.woocommerce #review_form #respond textarea {
box-sizing: border-box;
width: 100%
}
.woocommerce p.stars a {
position: relative;
height: 1em;
width: 1em;
text-indent: -999em;
display: inline-block;
text-decoration: none
}
.woocommerce p.stars a:before {
display: block;
position: absolute;
top: 0;
left: 0;
width: 1em;
height: 1em;
line-height: 1;
font-family: WooCommerce;
text-indent: 0
}
.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th {
line-height: 1.5;
border-bottom: 1px dotted rgba(0, 0, 0, .1);
border-top: 0;
margin: 0
}
.woocommerce p.stars.selected a.active:before,
.woocommerce p.stars:hover a:before {
content: "\e020"
}
.woocommerce p.stars.selected a.active~a:before {
content: "\e021"
}
.woocommerce p.stars.selected a:not(.active):before {
content: "\e020"
}
.woocommerce table.shop_attributes {
border: 0;
border-top: 1px dotted rgba(0, 0, 0, .1);
margin-bottom: 1.618em;
width: 100%
}
.woocommerce table.shop_attributes th {
width: 150px;
font-weight: 700;
padding: 8px
}
.woocommerce table.shop_attributes td {
font-style: italic;
padding: 0
}
.woocommerce table.shop_attributes td p {
margin: 0;
padding: 8px 0
}
.woocommerce table.shop_attributes .alt td,
.woocommerce table.shop_attributes .alt th {
background: rgba(0, 0, 0, .025)
}
.woocommerce table.shop_table {
margin: 0 -1px 24px 0;
text-align: left;
width: 100%;
border-collapse: separate;
border-radius: 5px
}
.woocommerce table.shop_table th {
padding: 20px 12px;
font-size: 13px;
text-transform: uppercase;
}
.woocommerce table.shop_table td {
padding: 20px 12px;
vertical-align: middle
}
.woocommerce table.shop_table tr:not(.cart_item) td{
padding:30px 12px;
background:#fff;
}
.woocommerce table.shop_table .update_cart{
float:right;
}
.woocommerce table.shop_table td small {
font-weight: 400
}
.woocommerce table.shop_table tbody:first-child tr:first-child td,
.woocommerce table.shop_table tbody:first-child tr:first-child th {
border-top: 0
}
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
font-weight: 700;
}
.woocommerce table.my_account_orders {
font-size: .85em
}
.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
padding: 4px 8px;
vertical-align: middle
}
.woocommerce table.my_account_orders .button {
white-space: nowrap
}
.woocommerce table.my_account_orders .order-actions {
text-align: right
}
.woocommerce table.my_account_orders .order-actions .button {
margin: .125em 0 .125em .25em
}
.woocommerce td.product-name dl.variation {
margin: .25em 0
}
.woocommerce td.product-name dl.variation:after,
.woocommerce td.product-name dl.variation:before {
content: " ";
display: table
}
.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name dl.variation dt {
display: inline-block;
float: left;
margin-bottom: 1em
}
.woocommerce td.product-name dl.variation dt {
font-weight: 700;
padding: 0 0 .25em;
margin: 0 4px 0 0;
clear: left
}
.woocommerce ul.cart_list li dl:after,
.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li dl:after,
.woocommerce ul.product_list_widget li:after {
clear: both
}
.woocommerce td.product-name dl.variation dd {
padding: 0 0 .25em
}
.woocommerce td.product-name dl.variation dd p:last-child {
margin-bottom: 0
}
.woocommerce td.product-name p.backorder_notification {
font-size: .83em
}
.woocommerce td.product-quantity {
min-width: 80px
}
.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
list-style: none;
padding: 0;
margin: 0
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
padding: 4px 0;
margin: 0;
list-style: none
}
.woocommerce ul.cart_list li:after,
.woocommerce ul.cart_list li:before,
.woocommerce ul.product_list_widget li:after,
.woocommerce ul.product_list_widget li:before {
content: " ";
display: table
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
display: block;
font-weight: 700
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
float: right;
margin-left: 4px;
width: 32px;
height: auto;
box-shadow: none
}
.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
margin: 0;
padding-left: 1em;
border-left: 2px solid rgba(0, 0, 0, .1)
}
.woocommerce ul.cart_list li dl:after,
.woocommerce ul.cart_list li dl:before,
.woocommerce ul.product_list_widget li dl:after,
.woocommerce ul.product_list_widget li dl:before {
content: " ";
display: table
}
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce ul.product_list_widget li dl dt {
display: inline-block;
float: left;
margin-bottom: 1em
}
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt {
font-weight: 700;
padding: 0 0 .25em;
margin: 0 4px 0 0;
clear: left
}
#add_payment_method .wc-proceed-to-checkout:after,
.woocommerce .order_details:after,
.woocommerce .widget_layered_nav ul li:after,
.woocommerce .widget_rating_filter ul li:after,
.woocommerce .widget_shopping_cart .buttons:after,
.woocommerce-account .addresses .title:after,
.woocommerce-account .woocommerce:after,
.woocommerce-cart .wc-proceed-to-checkout:after,
.woocommerce-checkout .wc-proceed-to-checkout:after,
.woocommerce-error:after,
.woocommerce-info:after,
.woocommerce-message:after,
.woocommerce.widget_shopping_cart .buttons:after {
clear: both
}
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd {
padding: 0 0 .25em
}
.woocommerce ul.cart_list li dl dd p:last-child,
.woocommerce ul.product_list_widget li dl dd p:last-child {
margin-bottom: 0
}
.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
float: none
}
.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
padding: 4px 0 0
}
.woocommerce .widget_shopping_cart .total strong,
.woocommerce.widget_shopping_cart .total strong {
min-width: 40px;
display: inline-block
}
.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
padding-left: 2em;
position: relative;
padding-top: 0
}
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
position: absolute;
top: 0;
left: 0
}
.woocommerce .widget_shopping_cart .buttons:after,
.woocommerce .widget_shopping_cart .buttons:before,
.woocommerce.widget_shopping_cart .buttons:after,
.woocommerce.widget_shopping_cart .buttons:before {
content: " ";
display: table
}
.woocommerce form .form-row {
padding: 3px;
margin: 0 0 6px
}
.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
-webkit-transition: opacity .5s .5s ease;
-moz-transition: opacity .5s .5s ease;
transition: opacity .5s .5s ease;
opacity: 0
}
.woocommerce form .form-row label {
line-height: 2
}
.woocommerce form .form-row label.hidden {
visibility: hidden
}
.woocommerce form .form-row label.inline {
display: inline;
padding-left:10px;
}
.woocommerce form .form-row select {
cursor: pointer;
margin: 0
}
.woocommerce form .form-row .required {
color: red;
font-weight: 700;
border: 0
}
.woocommerce form .form-row .input-checkbox {
display: inline;
margin: -2px 8px 0 0;
text-align: center;
vertical-align: middle
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
box-sizing: border-box;
width: 100%;
margin: 0;
outline: 0;
line-height: 1;
height: 35px;
padding-left: 10px;
border: 1px solid #ebebeb;
}
.woocommerce form .form-row textarea {
height: 4em;
line-height: 1.5;
display: block;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none
}
.woocommerce form .form-row .select2-container {
width: 100%;
line-height: 2em
}
.woocommerce form .form-row.woocommerce-invalid label {
color: #a00
}
.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
border-color: #a00
}
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
border-color: #69bf29
}
.woocommerce form .form-row::-webkit-input-placeholder {
line-height: normal
}
.woocommerce form .form-row:-moz-placeholder {
line-height: normal
}
.woocommerce form .form-row:-ms-input-placeholder {
line-height: normal
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
border: 1px solid #ebebeb;
padding: 20px;
margin: 2em 0;
text-align: left;
background:#fafafa;
}
.woocommerce ul#shipping_method {
list-style: none;
margin: 0;
padding: 0
}
.woocommerce ul#shipping_method li {
margin: 0;
padding: .25em 0 .25em 22px;
text-indent: -22px;
list-style: none
}
.woocommerce ul#shipping_method li input {
margin: 3px .5ex
}
.woocommerce ul#shipping_method li label {
display: inline
}
.woocommerce ul#shipping_method .amount {
font-weight: 700
}
.woocommerce p.woocommerce-shipping-contents {
margin: 0
}
.woocommerce .order_details {
margin: 0 0 1.5em;
list-style: none
}
.woocommerce .order_details:after,
.woocommerce .order_details:before {
content: " ";
display: table
}
.woocommerce .order_details li {
float: left;
margin-right: 2em;
text-transform: uppercase;
font-size: .715em;
line-height: 1;
border-right: 1px dashed #d3ced2;
padding-right: 2em;
margin-left: 0;
padding-left: 0;
list-style-type: none
}
.woocommerce .order_details li strong {
display: block;
font-size: 1.4em;
text-transform: none;
line-height: 1.5
}
.woocommerce .order_details li:last-of-type {
border: none
}
.woocommerce .widget_layered_nav ul {
margin: 0;
padding: 0;
border: 0;
list-style: none
}
.woocommerce .widget_layered_nav ul li {
padding: 0 0 1px;
list-style: none
}
.woocommerce .widget_layered_nav ul li:after,
.woocommerce .widget_layered_nav ul li:before {
content: " ";
display: table
}
.woocommerce .widget_layered_nav ul li.chosen a:before,
.woocommerce .widget_layered_nav_filters ul li a:before {
line-height: 1;
content: "";
font-family: WooCommerce;
font-weight: 400;
speak: none;
font-variant: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
text-decoration: none
}
.woocommerce .widget_layered_nav ul li a,
.woocommerce .widget_layered_nav ul li span {
padding: 1px 0
}
.woocommerce .widget_layered_nav ul li.chosen a:before {
margin-right: .618em
}
.woocommerce .widget_layered_nav_filters ul {
margin: 0;
padding: 0;
border: 0;
list-style: none;
overflow: hidden;
zoom: 1
}
.woocommerce .widget_layered_nav_filters ul li {
float: left;
padding: 0 1px 1px 0;
list-style: none
}
.woocommerce .widget_layered_nav_filters ul li a {
text-decoration: none
}
.woocommerce .widget_layered_nav_filters ul li a:before {
margin-right: .618em
}
.woocommerce .widget_price_filter .price_slider {
margin-bottom: 1em
}
.woocommerce .widget_price_filter .price_slider_amount {
text-align: right;
line-height: 2.4;
font-size: .8751em
}
.woocommerce .widget_price_filter .price_slider_amount .button {
float: left
}
.woocommerce .widget_price_filter .ui-slider {
position: relative;
text-align: left;
margin-left: .5em;
margin-right: .5em
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 1em;
height: 1em;
border-radius: 1em;
cursor: ew-resize;
outline: 0;
top: -.3em;
margin-left: -.5em
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: .7em;
display: block;
border: 0;
border-radius: 1em;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
border-radius: 1em;
background-color: #602053;
border: 0
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
height: .5em
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
left: -1px
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
right: -1px
}
.woocommerce .widget_rating_filter ul {
margin: 0;
padding: 0;
border: 0;
list-style: none
}
.woocommerce .widget_rating_filter ul li {
padding: 0 0 1px;
list-style: none
}
.woocommerce .widget_rating_filter ul li:after,
.woocommerce .widget_rating_filter ul li:before {
content: " ";
display: table
}
.woocommerce .widget_rating_filter ul li a {
padding: 1px 0;
text-decoration: none
}
.woocommerce .widget_rating_filter ul li .star-rating {
float: none;
display: inline-block
}
.woocommerce .widget_rating_filter ul li.chosen a:before {
font-family: WooCommerce;
speak: none;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
margin-right: .618em;
content: "";
text-decoration: none;
color: #a00
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
padding: 1em 2em 1em 3.5em!important;
margin: 0 0 2em!important;
position: relative;
background-color: #f7f6f7;
color: #515151;
border-top: 3px solid #a46497;
list-style: none!important;
width: auto;
word-wrap: break-word
}
.woocommerce-error:after,
.woocommerce-error:before,
.woocommerce-info:after,
.woocommerce-info:before,
.woocommerce-message:after,
.woocommerce-message:before {
content: " ";
display: table
}
.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
font-family: WooCommerce;
content: "\e028";
display: inline-block;
position: absolute;
top: 1em;
left: 1.5em
}
.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
float: right
}
.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
list-style: none!important;
padding-left: 0!important;
margin-left: 0!important
}
.woocommerce-message {
border-top-color: #8fae1b
}
.woocommerce-message:before {
content: "\e015";
color: #8fae1b
}
.woocommerce-info {
border-top-color: #1e85be
}
.woocommerce-info:before {
color: #1e85be
}
.woocommerce-error {
border-top-color: #b81c23
}
.woocommerce-error:before {
content: "\e016";
color: #b81c23
}
.woocommerce-account .addresses .title:after,
.woocommerce-account .addresses .title:before,
.woocommerce-account .woocommerce:after,
.woocommerce-account .woocommerce:before {
content: " ";
display: table
}
.woocommerce-account .addresses .title h3 {
float: left
}
.woocommerce-account .addresses .title .edit,
.woocommerce-account ul.digital-downloads li .count {
float: right
}
.woocommerce-account ol.commentlist.notes li.note p.meta {
font-weight: 700;
margin-bottom: 0
}
.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
margin-bottom: 0
}
.woocommerce-account ul.digital-downloads {
margin-left: 0;
padding-left: 0
}
.woocommerce-account ul.digital-downloads li {
list-style: none;
margin-left: 0;
padding-left: 0
}
.woocommerce-account ul.digital-downloads li:before {
font-family: WooCommerce;
speak: none;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
margin-right: .618em;
content: "";
text-decoration: none
}
#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
min-width: 32px
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
width: 78px;
box-shadow: none
}
#add_payment_method table.cart td,
#add_payment_method table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.cart th {
vertical-align: middle
}
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
float: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; padding: 9px 12px;
margin: 0 4px 0 0;
outline: 0;
line-height: 1;
background: #f1f1f1;
}
#add_payment_method table.cart input,
.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input {
margin: 0;
vertical-align: middle;
line-height: 1
}
#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
padding: 1em 0
}
#add_payment_method .wc-proceed-to-checkout:after,
#add_payment_method .wc-proceed-to-checkout:before,
.woocommerce-cart .wc-proceed-to-checkout:after,
.woocommerce-cart .wc-proceed-to-checkout:before,
.woocommerce-checkout .wc-proceed-to-checkout:after,
.woocommerce-checkout .wc-proceed-to-checkout:before {
content: " ";
display: table
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
float:right;
}
#add_payment_method .cart-collaterals .shipping_calculator .button,
.woocommerce-cart .cart-collaterals .shipping_calculator .button,
.woocommerce-checkout .cart-collaterals .shipping_calculator .button {
width: 100%;
float: none;
display: block
}
#add_payment_method .cart-collaterals .shipping_calculator .shipping-calculator-button:after,
.woocommerce-cart .cart-collaterals .shipping_calculator .shipping-calculator-button:after,
.woocommerce-checkout .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
font-family: WooCommerce;
speak: none;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
margin-left: .618em;
content: "";
text-decoration: none
}
#add_payment_method #payment ul.payment_methods li:after,
#add_payment_method #payment ul.payment_methods li:before,
#add_payment_method #payment ul.payment_methods:after,
#add_payment_method #payment ul.payment_methods:before,
.woocommerce-cart #payment ul.payment_methods li:after,
.woocommerce-cart #payment ul.payment_methods li:before,
.woocommerce-cart #payment ul.payment_methods:after,
.woocommerce-cart #payment ul.payment_methods:before,
.woocommerce-checkout #payment ul.payment_methods li:after,
.woocommerce-checkout #payment ul.payment_methods li:before,
.woocommerce-checkout #payment ul.payment_methods:after,
.woocommerce-checkout #payment ul.payment_methods:before {
content: " ";
display: table
}
#add_payment_method .cart-collaterals .cart_totals p small,
.woocommerce-cart .cart-collaterals .cart_totals p small,
.woocommerce-checkout .cart-collaterals .cart_totals p small {
color: #777;
font-size: .83em
}
#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
border-collapse: separate;
margin: 0 0 6px;
padding: 0
}
#add_payment_method .cart-collaterals .cart_totals table tr:first-child td,
#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th {
border-top: 0
}
#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
width: 40%
}
#add_payment_method .cart-collaterals .cart_totals table td,
#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
vertical-align: top;
border-left: 0;
border-right: 0;
line-height: 1.5em
}
#add_payment_method .cart-collaterals .cart_totals table small,
.woocommerce-cart .cart-collaterals .cart_totals table small,
.woocommerce-checkout .cart-collaterals .cart_totals table small {
color: #777
}
#add_payment_method .cart-collaterals .cart_totals table select,
.woocommerce-cart .cart-collaterals .cart_totals table select,
.woocommerce-checkout .cart-collaterals .cart_totals table select {
width: 100%
}
#add_payment_method .cart-collaterals .cart_totals .discount td,
.woocommerce-cart .cart-collaterals .cart_totals .discount td,
.woocommerce-checkout .cart-collaterals .cart_totals .discount td {
color: #77a464
}
#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
border-top: 1px solid #ebe9eb
}
#add_payment_method .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product {
margin-top: 0
}
#add_payment_method .checkout .col-2 h3#ship-to-different-address,
.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
float: left;
clear: none
}
#add_payment_method .checkout .col-2 .form-row-first,
#add_payment_method .checkout .col-2 .notes,
.woocommerce-cart .checkout .col-2 .form-row-first,
.woocommerce-cart .checkout .col-2 .notes,
.woocommerce-checkout .checkout .col-2 .form-row-first,
.woocommerce-checkout .checkout .col-2 .notes {
clear: left
}
#add_payment_method .checkout .create-account small,
.woocommerce-cart .checkout .create-account small,
.woocommerce-checkout .checkout .create-account small {
font-size: 11px;
color: #777;
font-weight: 400
}
#add_payment_method .checkout div.shipping-address,
.woocommerce-cart .checkout div.shipping-address,
.woocommerce-checkout .checkout div.shipping-address {
padding: 0;
clear: left;
width: 100%
}
#add_payment_method #payment ul.payment_methods li:after,
#add_payment_method #payment ul.payment_methods:after,
#add_payment_method .checkout .shipping_address,
.single-product .twentythirteen p.stars,
.woocommerce-cart #payment ul.payment_methods li:after,
.woocommerce-cart #payment ul.payment_methods:after,
.woocommerce-cart .checkout .shipping_address,
.woocommerce-checkout #payment ul.payment_methods li:after,
.woocommerce-checkout #payment ul.payment_methods:after,
.woocommerce-checkout .checkout .shipping_address {
clear: both
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
background: #fafafa;
border:1px solid #ebebeb;
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
text-align: left;
padding: 1em;
border-bottom: 1px solid #ebebeb;
margin: 0;
list-style: none
}
#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
line-height: 2;
text-align: left;
margin: 0;
font-weight: 400
}
#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
margin: 0 1em 0 0
}
#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
vertical-align: middle;
margin: -2px 0 0 .5em;
padding: 0;
position: relative;
box-shadow: none
}
#add_payment_method #payment ul.payment_methods li img+img,
.woocommerce-cart #payment ul.payment_methods li img+img,
.woocommerce-checkout #payment ul.payment_methods li img+img {
margin-left: 2px
}
#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
padding: 1em
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
position: relative;
box-sizing: border-box;
width: 100%;
padding: 1em;
margin: 1em 0;
font-size: .92em;
border-radius: 2px;
line-height: 1.5;
background-color: #dfdcde;
color: #515151
}
#add_payment_method #payment div.payment_box input.input-text,
#add_payment_method #payment div.payment_box textarea,
.woocommerce-cart #payment div.payment_box input.input-text,
.woocommerce-cart #payment div.payment_box textarea,
.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea {
border-color: #bbb3b9 #c7c1c6 #c7c1c6
}
#add_payment_method #payment div.payment_box::-webkit-input-placeholder,
.woocommerce-cart #payment div.payment_box::-webkit-input-placeholder,
.woocommerce-checkout #payment div.payment_box::-webkit-input-placeholder {
color: #bbb3b9
}
#add_payment_method #payment div.payment_box:-moz-placeholder,
.woocommerce-cart #payment div.payment_box:-moz-placeholder,
.woocommerce-checkout #payment div.payment_box:-moz-placeholder {
color: #bbb3b9
}
#add_payment_method #payment div.payment_box:-ms-input-placeholder,
.woocommerce-cart #payment div.payment_box:-ms-input-placeholder,
.woocommerce-checkout #payment div.payment_box:-ms-input-placeholder {
color: #bbb3b9
}
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods {
list-style: none;
margin: 0
}
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token {
margin: 0 0 .5em
}
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label {
cursor: pointer
}
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
vertical-align: middle;
margin: -3px 1em 0 0;
position: relative
}
#add_payment_method #payment div.payment_box .wc-credit-card-form,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
border: 0;
padding: 0;
margin: 1em 0 0
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
font-size: 1.5em;
padding: 8px;
background-repeat: no-repeat;
background-position: right .618em center;
background-size: 32px 20px
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa {
background-image: url(//taartjetaart.nl/wp-content/themes/folie/images/icons/credit-cards/visa.svg)
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard {
background-image: url(//taartjetaart.nl/wp-content/themes/folie/images/icons/credit-cards/mastercard.svg)
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser {
background-image: url(//taartjetaart.nl/wp-content/themes/folie/images/icons/credit-cards/laser.svg)
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub {
background-image: url(//taartjetaart.nl/wp-content/themes/folie/images/icons/credit-cards/diners.svg)
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro {
background-image: url(//taartjetaart.nl/wp-content/themes/folie/images/icons/credit-cards/maestro.svg)
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb {
background-image: url(//taartjetaart.nl/wp-content/themes/folie/images/icons/credit-cards/jcb.svg)
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex {
background-image: url(//taartjetaart.nl/wp-content/themes/folie/images/icons/credit-cards/amex.svg)
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover {
background-image: url(//taartjetaart.nl/wp-content/themes/folie/images/icons/credit-cards/discover.svg)
}
#add_payment_method #payment div.payment_box span.help,
.woocommerce-cart #payment div.payment_box span.help,
.woocommerce-checkout #payment div.payment_box span.help {
font-size: .857em;
color: #777;
font-weight: 400
}
#add_payment_method #payment div.payment_box .form-row,
.woocommerce-cart #payment div.payment_box .form-row,
.woocommerce-checkout #payment div.payment_box .form-row {
margin: 0 0 1em
}
#add_payment_method #payment div.payment_box p:last-child,
.woocommerce-cart #payment div.payment_box p:last-child,
.woocommerce-checkout #payment div.payment_box p:last-child {
margin-bottom: 0
}
#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
content: "";
display: block;
border: 1em solid #dfdcde;
border-right-color: transparent;
border-left-color: transparent;
border-top-color: transparent;
position: absolute;
top: -.75em;
left: 0;
margin: -1em 0 0 2em
}
#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
float: right;
line-height: 52px;
font-size: .83em
}
#add_payment_method #payment .payment_method_paypal img,
.woocommerce-cart #payment .payment_method_paypal img,
.woocommerce-checkout #payment .payment_method_paypal img {
max-height: 52px;
vertical-align: middle
}
.woocommerce-password-strength {
text-align: center;
font-weight: 600;
padding: 3px .5em;
font-size: 1em
}
.woocommerce-password-strength.strong {
background-color: #c1e1b9;
border-color: #83c373
}
.woocommerce-password-strength.short {
background-color: #f1adad;
border-color: #e35b5b
}
.woocommerce-password-strength.bad {
background-color: #fbc5a9;
border-color: #f78b53
}
.woocommerce-password-strength.good {
background-color: #ffe399;
border-color: #ffc733
}
.woocommerce-password-hint {
margin: .5em 0 0;
display: block
}
.product.has-default-attributes.has-children>.images {
opacity: 0
}
#content.twentyeleven .woocommerce-pagination a {
font-size: 1em;
line-height: 1
}
.single-product .twentythirteen #reply-title,
.single-product .twentythirteen #respond #commentform,
.single-product .twentythirteen .entry-summary {
padding: 0
}
.twentythirteen .woocommerce-breadcrumb {
padding-top: 40px
}
.twentyfourteen ul.products li.product {
margin-top: 0!important
}
body:not(.search-results) .twentysixteen .entry-summary {
color: inherit;
font-size: inherit;
line-height: inherit
}
.twentysixteen .price ins {
background: inherit;
color: inherit
}  .select2-container--default .select2-selection--single{
border:none !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
color:#242424;
text-transform: uppercase;
font-size:14px !important;
font-weight:600 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered:focus{
border:none !important;
outline:none !important;
box-shadow:none !important;
}
span.select2-selection.select2-selection--single {
outline: none;
}
.select2-dropdown{
min-width: 220px !important;
border: none !important;
margin-top: 9px;
margin-left: -15px;
box-shadow: 0 0 5px rgba(0,0,0,0.2);
border-radius: 0;
}
.select2-container--default .select2-results__option[aria-selected=true]{
background:#fff;
color:#242424;
}
.select2-results__option{
padding: 2px 15px;
text-transform: none !important;
font-size: 13px !important;
font-weight: 400 !important;
line-height: 23px;
padding-top: 4px;
}
.select2-container{
width:auto !important;
} .woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count{
font-size:14px;
text-transform: none;
font-weight:400;
line-height: 27px;
margin-right: 10px !important;
}
.woocommerce .woocommerce-ordering{
float:right;
}
.woocommerce .woocommerce-result-count{
float:left;
}
.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count{
margin:0;
display:inline-block;
}
.cl-woocommerce-results-title{
margin-bottom:35px;
float:left;
width:100%;
display:block;  
} .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
margin:0;
padding:0;
float:none;
}
@media (min-width:992px){
.shop-products[data-grid-cols="4"] .product_item{
width:24.999999%;
}
.shop-products[data-grid-cols="3"] .product_item{
width:33.3%;
}
.shop-products[data-grid-cols="2"] .product_item{
width:50%;
}
.shop-products[data-grid-cols="5"] .product_item{
width:20%;
}
.shop-products[data-grid-cols="6"] .product_item{
width:16.6%;
}
}
@media (min-width: 570px) and (max-width:991px){
.shop-products .product_item{
width:50%;
}
}
@media (max-width: 569px){
.shop-products .product_item{
width:100%;
} 
} .woocommerce ul.products li.product a{
position:relative;
}
.shop-products .product_item .onsale{
position: absolute;
top: 15px;
left: 15px;
padding: 1px 9px;
color: #fff;
font-weight: 500 !important;
line-height: 18px !important;
text-transform: uppercase;
z-index: 9999;
font-size: 12px !important;
padding-top:4px;
}
.shop-products .product_item h3{
text-transform: none !important;
line-height:20px;
}
.shop-products .product_item .cl-price-button-switch{
position:relative;
margin-top:0px;
}
.shop-products .product_item .cl-price-button-switch .price{
position: absolute;
left:0;
top:0;
transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
opacity:1;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}
.shop-products .product_item .cl-price-button-switch a{
padding:0;
background:transparent;
margin:0 !important;
font-size:16px !important;
text-transform: uppercase;
font-weight:bold;
position:absolute;
left:0;
top:0;
opacity:0;
transform: translate3d(0, 10px, 0);
-webkit-transform: translate3d(0, 10px, 0);
-moz-transform: translate3d(0, 10px, 0);
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
display: inline-block;
width: auto;
}
.shop-products .product_item .cl-price-button-switch a.added_to_cart{
float:right;
line-height:22px;
}
.shop-products .product_item:hover  .cl-price-button-switch .price, .shop-products .product_item:focus  .cl-price-button-switch .price{
transform: translate3d(0, -10px, 0);
-webkit-transform: translate3d(0, -10px, 0);
-moz-transform: translate3d(0, -10px, 0);
opacity:0;
}
.shop-products .product_item:hover  .cl-price-button-switch a, .shop-products .product_item:focus  .cl-price-button-switch a{
transform: translate3d(0, 0px, 0);
-webkit-transform: translate3d(0, 0px, 0);
-moz-transform: translate3d(0, 0px, 0);
opacity:1;
}
.shop-products .product_item .cl-thumb-wrapper{
position:relative;
overflow:hidden;
margin-bottom:10px;
}
.shop-products .product_item img{
z-index: 1;
transform: translate3d(0, 0px, 0);
-webkit-transform: translate3d(0, 0px, 0);
-moz-transform: translate3d(0, 0px, 0);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
margin:0 !important;
}
.shop-products .product_item .onsale{
z-index:3;
}
.shop-products .product_item .overlay{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
z-index:2;
opacity:0;
background:rgba(0,0,0,0.0);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.shop-products .product_item:hover .overlay, .shop-products .product_item:focus .overlay{
opacity:1;
}
.shop-products .product_item:hover img, .shop-products .product_item:focus img{
}
.shop-products .product_item .cl-learnmore{
width: 100%;
display: block;
position: absolute !important;
left:0;
z-index: 999;
bottom: 0;
opacity:0;
transform: translate3d(0, 20px, 0);
-webkit-transform: translate3d(0, 20px, 0);
-moz-transform: translate3d(0, 20px, 0);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
color: #fff;
font-size: 11px;
text-align: center;
text-transform: uppercase;
font-weight: 600;
}
.shop-products .product_item .cl-learnmore i{
padding-left:10px;
}
.shop-products .product_item:hover .cl-learnmore, .shop-products .product_item:focus .cl-learnmore{
transform: translate3d(0, 0px, 0);
-webkit-transform: translate3d(0, 0px, 0);
-moz-transform: translate3d(0, 0px, 0);
opacity:1;
}
.shop-products .product_item .cl-thumb-wrapper{
position:relative;
}
.shop-products .product_item .cl-thumb-wrapper.with_two_img .wp-post-image{
opacity:1;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.shop-products .product_item .cl-thumb-wrapper.with_two_img .second-img{
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
opacity:0;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.shop-products .product_item .cl-thumb-wrapper.with_two_img:hover .wp-post-image, .shop-products .product_item .cl-thumb-wrapper.with_two_img:focus .wp-post-image{
opacity:0;
}
.shop-products .product_item .cl-thumb-wrapper.with_two_img:hover .second-img, .shop-products .product_item .cl-thumb-wrapper.with_two_img:focus .second-img{
opacity:1;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
background:#fff;
box-shadow: 0 2px 16px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.15);
}
.woocommerce .widget_layered_nav ul li.chosen{
background:#fff;
box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
-webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
padding: 5px 10px;
display:inline-block;
float:none;
margin-right:7px;
}
.woocommerce .widget_layered_nav ul{
overflow:visible;
}
.woocommerce .widget_layered_nav_filters ul{
overflow:visible;
}
.woocommerce .widget_layered_nav_filters ul li.chosen{
background:#fff;
box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
-webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
padding: 5px 10px;
display:inline-block;
float:none;
margin-right:7px;
}
.woocommerce .widget_layered_nav ul li.chosen a:before,
.woocommerce .widget_layered_nav_filters ul li a:before{
color:#242424;
font-size:12px;
}
.woocommerce #respond input#submit.loading:after, .woocommerce a.button.loading:after, .woocommerce button.button.loading:after, .woocommerce input.button.loading:after{
display: inline-block;
position: static;
margin-left: 10px;
} table.shop_table_responsive tbody th,
table.shop_table_responsive thead {
display: none;
background:#f8f8f8;
}
table.shop_table_responsive tr td {
display: block;
text-align: right
}
table.shop_table_responsive tr td:before {
content: attr(data-title) ": ";
font-weight: 700;
float: left
}
table.shop_table_responsive tr td.product-remove a {
text-align: center
}
table.shop_table_responsive tr td.actions:before,
table.shop_table_responsive tr td.download-actions:before,
table.shop_table_responsive tr td.product-remove:before {
display: none
}
table.shop_table_responsive tr td.download-actions .button {
display: block;
text-align: center
}
table.shop_table_responsive.my_account_orders .order-actions {
text-align: right
}
table.shop_table_responsive.my_account_orders .order-actions:before {
display: none
}
table.cart td.actions .coupon label{
display:none;
}
@media (min-width:768px){
table.shop_table_responsive tbody tr td,
table.shop_table_responsive tbody tr th {
text-align: left
}
table.shop_table_responsive thead {
display: table-header-group
}
table.shop_table_responsive tbody th,
table.shop_table_responsive tr td {
display: table-cell
}
table.shop_table_responsive tr td:before {
display: none
}
table.cart td.actions .coupon {
padding-bottom: 0;
margin-bottom: 0;
border-bottom: 0;
display: inline-block;
float: left;
}
table.cart td.actions input{
display:block;
}
}
table.cart td.actions .coupon #coupon_code{
width:100%;
margin-bottom:20px;
}
.shop_table_responsive td.product-name{
font-weight: 600;
font-size: 16px;
}
.cart-collaterals{
margin-top:40px;
}
.cart_totals h3{
margin-bottom:20px;
}
.cart_totals th{
padding:30px 12px !important;
}
.shop_table_responsive .product-thumbnail:before{
display:none;
}
@media (max-width:767px){
table.shop_table_responsive .product-thumbnail{
text-align:center;
}
.woocommerce table.shop_table td{
padding:9px 9px;
}
.woocommerce table.shop_table tr.cart_item td:first-child{
padding-top:20px;
}
.woocommerce table.shop_table tr.cart_item td:last-child{
padding-bottom:20px;
}
.woocommerce table.shop_table .update_cart{
margin-top:20px;
}
} aside .widget_product_search .screen-reader-text{
display:none;
}
aside .widget_product_search form{
position:relative;
}
aside .widget_product_search input[type="search"]{
width:100%;
height:50px;
border-width:1px;
border-style:solid;
padding-left:18px;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-border-sizing:border-box;
}
aside .widget_product_search input[type="submit"]{
display:none;
}
.woocommerce #content h1.page-title{
text-align:center;
margin-bottom:45px;
} .widget_product_categories ul.children{
padding-left:25px;
}
.widget_product_categories ul li a{
padding-left:20px;
}
.widget_product_categories ul li a:before{
content:"";
position:absolute;
left:0;
top:2px;
width:14px;
height:14px;
border-radius:50%;
-webkit-border-radius:50%;
-moz-border-radius:50%;
background:#fff;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}
.widget_product_categories ul li a:hover:before{
background:#242424;
}
.widget_product_categories ul li .count{
float:right;
}
#shop-entries.cl-carousel .product_item{
width:100% !important;
}
@media (min-width:992px){
.cl-product-info{
display:-webkit-flex;
display:-webkit-box;
display:-moz-flex;
display:-moz-box;
display:-ms-flexbox;
display:flex;
width:100%;
position:relative;
flex-grow: 1;
-webkit-box-align: center;
-webkit-box-flex: 1;
}
}
.cl-product-info .cl-images-wrapper{
width: 49%;
display:inline-block;
position:relative;
}
.cl-product-info .summary{
padding-left:40px;
width:50%;
display:inline-block;
}
@media (max-width:991px){
.cl-product-info{
display:block;
}
.cl-product-info .cl-images-wrapper{
width:100%;
}
.cl-product-info .summary{
width:100%;
padding-left:0;
}
}
@media (max-width:600px){
.woocommerce div.product div.images.woocommerce-product-gallery{
flex-direction: column !important;
}
.woocommerce div.product div.images .flex-control-thumbs{
width:100% !important;
flex-flow: row wrap;
margin-top:5px;
}
.woocommerce div.product div.images .flex-control-thumbs li{
width:25% !important;
}
}
@media (max-width:767px){
.actions .coupon input[type="submit"]{
margin-left:10px;
}
}
.cl-product-info .onsale{
position: absolute;
top: 15px;
right: 15px;
padding: 1px 9px;
color: #fff;
font-weight: 500 !important;
line-height: 18px !important;
text-transform: uppercase;
z-index: 9999;
font-size: 12px !important;
padding-top:4px;
}
.single_add_to_cart_button{
border-radius:0;
-webkit-border-radius:0;
-moz-border-radius:0;
}
.cl-product-info .qty{
padding:10px 10px !important;
}
.cl-product-info .product_meta{
border-top-width:1px;
border-top-style:solid;
border-bottom-width:1px;
border-bottom-style:solid;
padding-top:20px;
padding-bottom:20px;
}
.cl-product-info .product_meta > span{
display:block;
margin-bottom:10px;
}
.cl-product-info .product_meta > span:last-child{
margin-bottom:0;
}
.cl-product-info .product_meta .title{
font-weight: bold;
padding-right: 10px;
color: #242424 !important;
}
.cl-product-info .woocommerce-review-link{
color:#242424;
}
.woocommerce div.product form.cart .variations label{
text-transform: capitalize;
}
.variations .select2-selection__rendered{
text-transform: none !important;
font-weight:400 !important;
color:#777 !important;
}
.variations{
margin-bottom:35px !important;
}
.variations td{
background:none;
}
.cl-woo-share{
margin-top:20px;
}
.cl-woo-share a{
font-size:16px;
color:#242424;
padding-right:10px;
}
.woocommerce-tabs{
margin-top:70px;
margin-bottom:70px;
}
.related.products .cl-carousel-items-wrapper{
margin-top:20px;
}
.related.products > h3{
text-align:center;
}
.woocommerce div.product div.images{
display:block;
}
.woocommerce div.product div.images .thumbnails{
width:20%;
float:left;
}
.woocommerce div.product div.images .thumbnails a{
width:auto;
height:auto;
}
.woocommerce div.product div.images .thumbnails img{
margin-bottom:10px;
opacity:0.3;
-webkit-transition: opacity .5s .5s ease;
-moz-transition: opacity .5s .5s ease;
transition: opacity .5s .5s ease;
}
.woocommerce div.product div.images .thumbnails .active img{
opacity:1;
}
.woocommerce div.product div.images .cl-images{
float:left;
width:79%;
padding-left:10px;
}
.woocommerce div.product div.images .owl-carousel, .woocommerce div.product div.images .owl-carousel.owl-loaded{
display:block !important;
}
.woocommerce-Reviews-title{
margin-bottom:20px !important;
}
#review_form_wrapper{
margin-top:60px;
}
#customer_details{
margin-bottom:35px;
}
#customer_details .col-2{
margin-top:20px;
}
.woocommerce form.login{
max-width:440px;
margin:0 auto;
margin-bottom:50px;
}
.lost_reset_password{
padding: 10px 15px;
background: #fafafa;
border: 1px solid #ebebeb;
max-width:440px;
margin:0 auto;
} .woocommerce div.product div.images {
margin-bottom: 2em
}
.woocommerce div.product div.images img {
display: block;
width: 100%;
height: auto;
box-shadow: none; 
cursor: crosshair;
}
.woocommerce div.product div.images div.thumbnails {
padding-top: 1em
}
.woocommerce div.product div.images.woocommerce-product-gallery {
position: relative;
display:flex;
flex-direction: row-reverse;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport{
width:100%;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
transition: all cubic-bezier(.795, -.035, 0, 1) .5s
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
width: 25%;
display: inline-block
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
position: absolute;
top: .5em;
right: .5em;
font-size: 2em;
z-index: 9;
width: 36px;
height: 36px;
background: #fff;
text-indent: -9999px;
border-radius: 100%;
box-sizing: content-box
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
content: "";
display: block;
width: 10px;
height: 10px;
border: 2px solid #000;
border-radius: 100%;
position: absolute;
top: 9px;
left: 9px;
box-sizing: content-box
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
content: "";
display: block;
width: 2px;
height: 8px;
background: #000;
border-radius: 6px;
position: absolute;
top: 19px;
left: 22px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
box-sizing: content-box
}
.woocommerce div.product div.images .flex-control-thumbs {
overflow: hidden;
zoom: 1;
margin: 0;
padding: 0;
width:120px;
padding-right:5px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
width: 100%;
float: left;
margin: 0;
list-style: none;
padding-bottom:5px;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
cursor: pointer;
opacity: .5;
margin: 0
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs li img:hover {
opacity: 1
}
.woocommerce .cross-sells{
margin-bottom:50px;
}.creative-search {
position: relative;
text-align: center;
}
.creative-search {
position: fixed;
z-index: 1000;
top: 0;
left: 0;
overflow: hidden;
width: 100%;
height: 100vh;
}
.creative-search::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
background: rgba(0,0,0,0.3);
}
.search__inner {
position: absolute;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 50%;
background: #f0f0f0;
}
.search__inner--up {
color: #dce6e6;
background: #2d3535;
}
.search__inner--down {
top: 50%;
color: #dce6e6;
background: #22d2d2;
}
.btn--search-close {
font-size: 2em;
position: absolute;
z-index: 100;
top: 1.25em;
right: 1.25em;
display: none;
padding: 0;
background: none;
border: none;
}
.btn--search-close {
display: block;
}
.btn--search-close svg{
display: block;
width: 1.5em;
height: 1.5em;
margin: 0 auto;
fill: currentColor;
}
.search__form {
width: 75%;
max-width: 900px;
margin: 0 auto;
}
.search__input {
font-family: inherit;
font-size: 7vw;
line-height: 1;
background-color:transparent;
display: inline-block;
box-sizing: border-box;
width: 100%;
padding: 0 0 0.1em 0;
color: inherit;
border-bottom: 4px solid;
}
.search__input::-webkit-input-placeholder {
opacity: 0.1; color: #fff;
}
.search__input::-moz-placeholder {
opacity: 0.1; color: #fff;
}
.search__input:-ms-input-placeholder {
opacity: 0.1; color: #fff;
}
.search__input::-webkit-search-cancel-button,
.search__input::-webkit-search-decoration {
-webkit-appearance: none;
}
.search__input::-ms-clear {
display: none;
}
.search__info {
font-size: 90%;
font-weight: bold;
display: block;
width: 100%;
margin: 0 auto;
padding: 0.85em 0;
text-align: right;
}
.search__related {
display: flex;
width: 75%;
max-width: 900px;
pointer-events: none;
}
.search__suggestion {
width: 50%;
padding: 0 5em 0 0;
text-align: left;
}
.search__suggestion:last-child {
padding: 0 0 0 1em;
}
.search__suggestion h3 {
font-size: 1.35em;
margin: 0;
}
.search__suggestion h3::before {
content: '\21FE';
display: inline-block;
padding: 0 0.5em 0 0;
}
.search__suggestion p {
font-size: 1.15em;
line-height: 1.4;
margin: 0.75em 0 0 0;
}   #wrapper {
transition: transform 0.6s, opacity 0.6s;
transition-timing-function: cubic-bezier(0.2,1,0.3,1);
}
.main-wrap--hide {
opacity: 0;
transform: scale3d(0.8,0.8,1);
}
.creative-search {
pointer-events: none;
}
.search--open {
pointer-events: auto;
}
.creative-search::before {
opacity: 0;
transition: opacity 0.6s;
transition-timing-function: cubic-bezier(0.2,1,0.3,1);
}
.search--open::before {
opacity: 1;
} .btn--search {
transition: opacity 0s;
}
.main-wrap--hide .btn--search {
opacity: 0;
transition-delay: 0s;
} .btn--search-close {
opacity: 0;
transform: scale3d(0.8, 0.8, 1);
transition: opacity 0.6s, transform 0.6s;
transition-timing-function: cubic-bezier(0.2,1,0.3,1);
}
.search--open .btn--search-close {
opacity: 1;
transform: scale3d(1, 1, 1);
} .search__inner {
transition: transform 0.6s;
transition-timing-function: cubic-bezier(0.2,1,0.3,1);
}
.search__inner--up {
transform: translate3d(0,-100%,0);
}
.search__inner--down {
transform: translate3d(0,100%,0);
}
.search--open .search__inner {
transform: translate3d(0,0,0);
}
.search__suggestion {
transform: translate3d(0,150px,0);
transition: transform 1s;
transition-timing-function: cubic-bezier(0.2,1,0.3,1);
}
.search--open .search__suggestion {
transform: translate3d(0,0,0);
transition-delay: 0.05s;
}
.search--open .search__suggestion:last-child {
transition-delay: 0.1s;
}
.search__suggestion .widget-title{
margin-bottom:0.75em;
}
@media screen and (max-width: 40em) {
.btn--search-close {
font-size: 1.25em;
}
.search__suggestion {
width: 100%;
}
.search__suggestion:last-child {
display: none;
}
}body{}