@charset "UTF-8";
@charset "UTF-8";

   @keyframes spinner {
to {
transform: rotate(360deg); } }
@-webkit-keyframes spinner {
to {
-webkit-transform: rotate(360deg); } }
@-moz-keyframes spin {
0% {
-moz-transform: rotate(0deg); }
100% {
-moz-transform: rotate(359deg); } }
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg); }
100% {
-webkit-transform: rotate(359deg); } }
@-o-keyframes spin {
0% {
-o-transform: rotate(0deg); }
100% {
-o-transform: rotate(359deg); } }
@keyframes spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg); } }
@-webkit-keyframes floating {
from {
-webkit-transform: translate(0, 0px); }
65% {
-webkit-transform: translate(0, 15px); }
to {
-webkit-transform: translate(0, 0px); } }
@-moz-keyframes floating {
from {
-moz-transform: translate(0, 0px); }
65% {
-moz-transform: translate(0, 15px); }
to {
-moz-transform: translate(0, 0px); } } @-webkit-keyframes zoomOut {
0% {
transform: scale(0.5); }
100% {
transform: scale(1); } } @keyframes zoomOut {
0% {
transform: scale(0.5); }
100% {
transform: scale(1); } }
@keyframes shake {
10%, 90% {
transform: translate3d(-1px, 0, 0); }
20%, 80% {
transform: translate3d(2px, 0, 0); }
30%, 50%, 70% {
transform: translate3d(-4px, 0, 0); }
40%, 60% {
transform: translate3d(4px, 0, 0); } } @keyframes blink {
0% {
opacity: 1; }
50% {
opacity: 0; }
100% {
opacity: 1; } }
@-webkit-keyframes blink {
0% {
opacity: 1; }
50% {
opacity: 0; }
100% {
opacity: 1; } }
@-moz-keyframes blink {
0% {
opacity: 1; }
50% {
opacity: 0; }
100% {
opacity: 1; } }
@-ms-keyframes blink {
0% {
opacity: 1; }
50% {
opacity: 0; }
100% {
opacity: 1; } }
@-o-keyframes blink {
0% {
opacity: 1; }
50% {
opacity: 0; }
100% {
opacity: 1; } }  html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
height: 100%; }
body {
margin: 0;
min-height: 100%; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
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 {
margin: .67em 0;
font-size: 2em; }
mark {
background: #ff0;
color: #000; }
small {
font-size: 80%; }
sub,
sup {
position: relative;
vertical-align: baseline;
font-size: 75%;
line-height: 0; }
sup {
top: -.5em; }
sub {
bottom: -.25em; }
img {
border: 0; }
svg:not(:root) {
overflow: hidden; }
figure {
margin: 1em 40px; }
hr {
box-sizing: content-box;
height: 0; }
pre {
overflow: auto; }
code,
kbd,
pre,
samp {
font-size: 1em;
font-family: monospace, monospace; }
button,
input,
optgroup,
select,
textarea {
margin: 0;
color: inherit;
font: inherit; }
button {
overflow: visible; }
button,
select {
text-transform: none; }
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
cursor: pointer;
-webkit-appearance: button; }
button[disabled],
html input[disabled] {
cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner {
padding: 0;
border: 0; }
input {
line-height: normal; }
input[type="checkbox"],
input[type="radio"] {
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"] {
box-sizing: content-box;
-webkit-appearance: textfield; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
fieldset {
margin: 0 2px;
padding: .35em .625em .75em;
border: 1px solid #c0c0c0; }
legend {
padding: 0;
border: 0; }
textarea {
overflow: auto; }
optgroup {
font-weight: bold; }
table {
border-spacing: 0;
border-collapse: collapse; }
td,
th {
padding: 0; }
h1, h2, h3, h4, h5, h6 {
margin: 0; }
html {
box-sizing: border-box; }
*,
*:before,
*:after { box-sizing: inherit; }
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed; }
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both; }
.container {
margin-left: auto;
margin-right: auto;
padding-left: 0.9375rem;
padding-right: 0.9375rem; }
@media (min-width: 544px) {
.container {
max-width: 576px; } }
@media (min-width: 769px) {
.container {
max-width: 720px; } }
@media (min-width: 992px) {
.container {
max-width: 940px; } }
@media (min-width: 1200px) {
.container {
max-width: 1140px; } }
.container-fluid, .xwide > .wrapper,
[mode="xwide"] > .wrapper, .content--left .wrapper {
margin-left: auto;
margin-right: auto;
padding-left: 0.9375rem;
padding-right: 0.9375rem; }
.row, .insight-carousel .slick-track {
display: flex;
flex-wrap: wrap;
margin-left: -0.9375rem;
margin-right: -0.9375rem; }
.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, .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, .col-md-1, .col-md-2, .insight-menu-add-param ul li, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .single.post--style--style02 .content .content-area, .col-md-11, .col-md-12, .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, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, [blog="fullwidth"] .content-area, [blog="content-sidebar"] .content-area, [blog="content-sidebar"] .widget-area, [blog="sidebar-content"] .content-area, [blog="sidebar-content"] .widget-area, .topbar {
position: relative;
min-height: 1px;
padding-left: 0.9375rem;
padding-right: 0.9375rem;
width: 100%; }
.col-xs-1 {
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-xs-2 {
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-xs-3 {
flex: 0 0 25%;
max-width: 25%; }
.col-xs-4 {
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-xs-5 {
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-xs-6 {
flex: 0 0 50%;
max-width: 50%; }
.col-xs-7 {
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-xs-8 {
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-xs-9 {
flex: 0 0 75%;
max-width: 75%; }
.col-xs-10 {
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-xs-11 {
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-xs-12 {
flex: 0 0 100%;
max-width: 100%; }
.col-xs-pull-0 {
right: auto; }
.col-xs-pull-1 {
right: 8.33333%; }
.col-xs-pull-2 {
right: 16.66667%; }
.col-xs-pull-3 {
right: 25%; }
.col-xs-pull-4 {
right: 33.33333%; }
.col-xs-pull-5 {
right: 41.66667%; }
.col-xs-pull-6 {
right: 50%; }
.col-xs-pull-7 {
right: 58.33333%; }
.col-xs-pull-8 {
right: 66.66667%; }
.col-xs-pull-9 {
right: 75%; }
.col-xs-pull-10 {
right: 83.33333%; }
.col-xs-pull-11 {
right: 91.66667%; }
.col-xs-pull-12 {
right: 100%; }
.col-xs-push-0 {
left: auto; }
.col-xs-push-1 {
left: 8.33333%; }
.col-xs-push-2 {
left: 16.66667%; }
.col-xs-push-3 {
left: 25%; }
.col-xs-push-4 {
left: 33.33333%; }
.col-xs-push-5 {
left: 41.66667%; }
.col-xs-push-6 {
left: 50%; }
.col-xs-push-7 {
left: 58.33333%; }
.col-xs-push-8 {
left: 66.66667%; }
.col-xs-push-9 {
left: 75%; }
.col-xs-push-10 {
left: 83.33333%; }
.col-xs-push-11 {
left: 91.66667%; }
.col-xs-push-12 {
left: 100%; }
.col-xs-offset-0 {
margin-left: 0%; }
.col-xs-offset-1 {
margin-left: 8.33333%; }
.col-xs-offset-2 {
margin-left: 16.66667%; }
.col-xs-offset-3 {
margin-left: 25%; }
.col-xs-offset-4 {
margin-left: 33.33333%; }
.col-xs-offset-5 {
margin-left: 41.66667%; }
.col-xs-offset-6 {
margin-left: 50%; }
.col-xs-offset-7 {
margin-left: 58.33333%; }
.col-xs-offset-8 {
margin-left: 66.66667%; }
.col-xs-offset-9 {
margin-left: 75%; }
.col-xs-offset-10 {
margin-left: 83.33333%; }
.col-xs-offset-11 {
margin-left: 91.66667%; }
.col-xs-offset-12 {
margin-left: 100%; }
@media (min-width: 544px) {
.col-sm-1 {
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-sm-2 {
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-sm-3 {
flex: 0 0 25%;
max-width: 25%; }
.col-sm-4 {
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-sm-5 {
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-sm-6 {
flex: 0 0 50%;
max-width: 50%; }
.col-sm-7 {
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-sm-8 {
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-sm-9 {
flex: 0 0 75%;
max-width: 75%; }
.col-sm-10 {
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-sm-11 {
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-sm-12 {
flex: 0 0 100%;
max-width: 100%; }
.col-sm-pull-0 {
right: auto; }
.col-sm-pull-1 {
right: 8.33333%; }
.col-sm-pull-2 {
right: 16.66667%; }
.col-sm-pull-3 {
right: 25%; }
.col-sm-pull-4 {
right: 33.33333%; }
.col-sm-pull-5 {
right: 41.66667%; }
.col-sm-pull-6 {
right: 50%; }
.col-sm-pull-7 {
right: 58.33333%; }
.col-sm-pull-8 {
right: 66.66667%; }
.col-sm-pull-9 {
right: 75%; }
.col-sm-pull-10 {
right: 83.33333%; }
.col-sm-pull-11 {
right: 91.66667%; }
.col-sm-pull-12 {
right: 100%; }
.col-sm-push-0 {
left: auto; }
.col-sm-push-1 {
left: 8.33333%; }
.col-sm-push-2 {
left: 16.66667%; }
.col-sm-push-3 {
left: 25%; }
.col-sm-push-4 {
left: 33.33333%; }
.col-sm-push-5 {
left: 41.66667%; }
.col-sm-push-6 {
left: 50%; }
.col-sm-push-7 {
left: 58.33333%; }
.col-sm-push-8 {
left: 66.66667%; }
.col-sm-push-9 {
left: 75%; }
.col-sm-push-10 {
left: 83.33333%; }
.col-sm-push-11 {
left: 91.66667%; }
.col-sm-push-12 {
left: 100%; }
.col-sm-offset-0 {
margin-left: 0%; }
.col-sm-offset-1 {
margin-left: 8.33333%; }
.col-sm-offset-2 {
margin-left: 16.66667%; }
.col-sm-offset-3 {
margin-left: 25%; }
.col-sm-offset-4 {
margin-left: 33.33333%; }
.col-sm-offset-5 {
margin-left: 41.66667%; }
.col-sm-offset-6 {
margin-left: 50%; }
.col-sm-offset-7 {
margin-left: 58.33333%; }
.col-sm-offset-8 {
margin-left: 66.66667%; }
.col-sm-offset-9 {
margin-left: 75%; }
.col-sm-offset-10 {
margin-left: 83.33333%; }
.col-sm-offset-11 {
margin-left: 91.66667%; }
.col-sm-offset-12 {
margin-left: 100%; } }
@media (min-width: 769px) {
.col-md-1 {
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-md-2, .insight-menu-add-param ul li {
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-md-3 {
flex: 0 0 25%;
max-width: 25%; }
.col-md-4 {
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-md-5 {
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-md-6 {
flex: 0 0 50%;
max-width: 50%; }
.col-md-7 {
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-md-8 {
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-md-9 {
flex: 0 0 75%;
max-width: 75%; }
.col-md-10, .single.post--style--style02 .content .content-area {
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-md-11 {
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-md-12 {
flex: 0 0 100%;
max-width: 100%; }
.col-md-pull-0 {
right: auto; }
.col-md-pull-1 {
right: 8.33333%; }
.col-md-pull-2 {
right: 16.66667%; }
.col-md-pull-3 {
right: 25%; }
.col-md-pull-4 {
right: 33.33333%; }
.col-md-pull-5 {
right: 41.66667%; }
.col-md-pull-6 {
right: 50%; }
.col-md-pull-7 {
right: 58.33333%; }
.col-md-pull-8 {
right: 66.66667%; }
.col-md-pull-9 {
right: 75%; }
.col-md-pull-10 {
right: 83.33333%; }
.col-md-pull-11 {
right: 91.66667%; }
.col-md-pull-12 {
right: 100%; }
.col-md-push-0 {
left: auto; }
.col-md-push-1 {
left: 8.33333%; }
.col-md-push-2 {
left: 16.66667%; }
.col-md-push-3 {
left: 25%; }
.col-md-push-4 {
left: 33.33333%; }
.col-md-push-5 {
left: 41.66667%; }
.col-md-push-6 {
left: 50%; }
.col-md-push-7 {
left: 58.33333%; }
.col-md-push-8 {
left: 66.66667%; }
.col-md-push-9 {
left: 75%; }
.col-md-push-10 {
left: 83.33333%; }
.col-md-push-11 {
left: 91.66667%; }
.col-md-push-12 {
left: 100%; }
.col-md-offset-0 {
margin-left: 0%; }
.col-md-offset-1 {
margin-left: 8.33333%; }
.col-md-offset-2 {
margin-left: 16.66667%; }
.col-md-offset-3 {
margin-left: 25%; }
.col-md-offset-4 {
margin-left: 33.33333%; }
.col-md-offset-5 {
margin-left: 41.66667%; }
.col-md-offset-6 {
margin-left: 50%; }
.col-md-offset-7 {
margin-left: 58.33333%; }
.col-md-offset-8 {
margin-left: 66.66667%; }
.col-md-offset-9 {
margin-left: 75%; }
.col-md-offset-10 {
margin-left: 83.33333%; }
.col-md-offset-11 {
margin-left: 91.66667%; }
.col-md-offset-12 {
margin-left: 100%; } }
@media (min-width: 992px) {
.col-lg-1 {
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-lg-2 {
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-lg-3 {
flex: 0 0 25%;
max-width: 25%; }
.col-lg-4 {
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-lg-5 {
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-lg-6 {
flex: 0 0 50%;
max-width: 50%; }
.col-lg-7 {
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-lg-8 {
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-lg-9 {
flex: 0 0 75%;
max-width: 75%; }
.col-lg-10 {
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-lg-11 {
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-lg-12 {
flex: 0 0 100%;
max-width: 100%; }
.col-lg-pull-0 {
right: auto; }
.col-lg-pull-1 {
right: 8.33333%; }
.col-lg-pull-2 {
right: 16.66667%; }
.col-lg-pull-3 {
right: 25%; }
.col-lg-pull-4 {
right: 33.33333%; }
.col-lg-pull-5 {
right: 41.66667%; }
.col-lg-pull-6 {
right: 50%; }
.col-lg-pull-7 {
right: 58.33333%; }
.col-lg-pull-8 {
right: 66.66667%; }
.col-lg-pull-9 {
right: 75%; }
.col-lg-pull-10 {
right: 83.33333%; }
.col-lg-pull-11 {
right: 91.66667%; }
.col-lg-pull-12 {
right: 100%; }
.col-lg-push-0 {
left: auto; }
.col-lg-push-1 {
left: 8.33333%; }
.col-lg-push-2 {
left: 16.66667%; }
.col-lg-push-3 {
left: 25%; }
.col-lg-push-4 {
left: 33.33333%; }
.col-lg-push-5 {
left: 41.66667%; }
.col-lg-push-6 {
left: 50%; }
.col-lg-push-7 {
left: 58.33333%; }
.col-lg-push-8 {
left: 66.66667%; }
.col-lg-push-9 {
left: 75%; }
.col-lg-push-10 {
left: 83.33333%; }
.col-lg-push-11 {
left: 91.66667%; }
.col-lg-push-12 {
left: 100%; }
.col-lg-offset-0 {
margin-left: 0%; }
.col-lg-offset-1 {
margin-left: 8.33333%; }
.col-lg-offset-2 {
margin-left: 16.66667%; }
.col-lg-offset-3 {
margin-left: 25%; }
.col-lg-offset-4 {
margin-left: 33.33333%; }
.col-lg-offset-5 {
margin-left: 41.66667%; }
.col-lg-offset-6 {
margin-left: 50%; }
.col-lg-offset-7 {
margin-left: 58.33333%; }
.col-lg-offset-8 {
margin-left: 66.66667%; }
.col-lg-offset-9 {
margin-left: 75%; }
.col-lg-offset-10 {
margin-left: 83.33333%; }
.col-lg-offset-11 {
margin-left: 91.66667%; }
.col-lg-offset-12 {
margin-left: 100%; } }
@media (min-width: 1200px) {
.col-xl-1 {
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-xl-2 {
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-xl-3 {
flex: 0 0 25%;
max-width: 25%; }
.col-xl-4 {
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-xl-5 {
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-xl-6 {
flex: 0 0 50%;
max-width: 50%; }
.col-xl-7 {
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-xl-8 {
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-xl-9 {
flex: 0 0 75%;
max-width: 75%; }
.col-xl-10 {
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-xl-11 {
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-xl-12 {
flex: 0 0 100%;
max-width: 100%; }
.col-xl-pull-0 {
right: auto; }
.col-xl-pull-1 {
right: 8.33333%; }
.col-xl-pull-2 {
right: 16.66667%; }
.col-xl-pull-3 {
right: 25%; }
.col-xl-pull-4 {
right: 33.33333%; }
.col-xl-pull-5 {
right: 41.66667%; }
.col-xl-pull-6 {
right: 50%; }
.col-xl-pull-7 {
right: 58.33333%; }
.col-xl-pull-8 {
right: 66.66667%; }
.col-xl-pull-9 {
right: 75%; }
.col-xl-pull-10 {
right: 83.33333%; }
.col-xl-pull-11 {
right: 91.66667%; }
.col-xl-pull-12 {
right: 100%; }
.col-xl-push-0 {
left: auto; }
.col-xl-push-1 {
left: 8.33333%; }
.col-xl-push-2 {
left: 16.66667%; }
.col-xl-push-3 {
left: 25%; }
.col-xl-push-4 {
left: 33.33333%; }
.col-xl-push-5 {
left: 41.66667%; }
.col-xl-push-6 {
left: 50%; }
.col-xl-push-7 {
left: 58.33333%; }
.col-xl-push-8 {
left: 66.66667%; }
.col-xl-push-9 {
left: 75%; }
.col-xl-push-10 {
left: 83.33333%; }
.col-xl-push-11 {
left: 91.66667%; }
.col-xl-push-12 {
left: 100%; }
.col-xl-offset-0 {
margin-left: 0%; }
.col-xl-offset-1 {
margin-left: 8.33333%; }
.col-xl-offset-2 {
margin-left: 16.66667%; }
.col-xl-offset-3 {
margin-left: 25%; }
.col-xl-offset-4 {
margin-left: 33.33333%; }
.col-xl-offset-5 {
margin-left: 41.66667%; }
.col-xl-offset-6 {
margin-left: 50%; }
.col-xl-offset-7 {
margin-left: 58.33333%; }
.col-xl-offset-8 {
margin-left: 66.66667%; }
.col-xl-offset-9 {
margin-left: 75%; }
.col-xl-offset-10 {
margin-left: 83.33333%; }
.col-xl-offset-11 {
margin-left: 91.66667%; }
.col-xl-offset-12 {
margin-left: 100%; } }
@media (min-width: 1920px) {
.col-xxl-1 {
flex: 0 0 8.33333%;
max-width: 8.33333%; }
.col-xxl-2 {
flex: 0 0 16.66667%;
max-width: 16.66667%; }
.col-xxl-3 {
flex: 0 0 25%;
max-width: 25%; }
.col-xxl-4 {
flex: 0 0 33.33333%;
max-width: 33.33333%; }
.col-xxl-5 {
flex: 0 0 41.66667%;
max-width: 41.66667%; }
.col-xxl-6 {
flex: 0 0 50%;
max-width: 50%; }
.col-xxl-7 {
flex: 0 0 58.33333%;
max-width: 58.33333%; }
.col-xxl-8 {
flex: 0 0 66.66667%;
max-width: 66.66667%; }
.col-xxl-9 {
flex: 0 0 75%;
max-width: 75%; }
.col-xxl-10 {
flex: 0 0 83.33333%;
max-width: 83.33333%; }
.col-xxl-11 {
flex: 0 0 91.66667%;
max-width: 91.66667%; }
.col-xxl-12 {
flex: 0 0 100%;
max-width: 100%; }
.col-xxl-pull-0 {
right: auto; }
.col-xxl-pull-1 {
right: 8.33333%; }
.col-xxl-pull-2 {
right: 16.66667%; }
.col-xxl-pull-3 {
right: 25%; }
.col-xxl-pull-4 {
right: 33.33333%; }
.col-xxl-pull-5 {
right: 41.66667%; }
.col-xxl-pull-6 {
right: 50%; }
.col-xxl-pull-7 {
right: 58.33333%; }
.col-xxl-pull-8 {
right: 66.66667%; }
.col-xxl-pull-9 {
right: 75%; }
.col-xxl-pull-10 {
right: 83.33333%; }
.col-xxl-pull-11 {
right: 91.66667%; }
.col-xxl-pull-12 {
right: 100%; }
.col-xxl-push-0 {
left: auto; }
.col-xxl-push-1 {
left: 8.33333%; }
.col-xxl-push-2 {
left: 16.66667%; }
.col-xxl-push-3 {
left: 25%; }
.col-xxl-push-4 {
left: 33.33333%; }
.col-xxl-push-5 {
left: 41.66667%; }
.col-xxl-push-6 {
left: 50%; }
.col-xxl-push-7 {
left: 58.33333%; }
.col-xxl-push-8 {
left: 66.66667%; }
.col-xxl-push-9 {
left: 75%; }
.col-xxl-push-10 {
left: 83.33333%; }
.col-xxl-push-11 {
left: 91.66667%; }
.col-xxl-push-12 {
left: 100%; }
.col-xxl-offset-0 {
margin-left: 0%; }
.col-xxl-offset-1 {
margin-left: 8.33333%; }
.col-xxl-offset-2 {
margin-left: 16.66667%; }
.col-xxl-offset-3 {
margin-left: 25%; }
.col-xxl-offset-4 {
margin-left: 33.33333%; }
.col-xxl-offset-5 {
margin-left: 41.66667%; }
.col-xxl-offset-6 {
margin-left: 50%; }
.col-xxl-offset-7 {
margin-left: 58.33333%; }
.col-xxl-offset-8 {
margin-left: 66.66667%; }
.col-xxl-offset-9 {
margin-left: 75%; }
.col-xxl-offset-10 {
margin-left: 83.33333%; }
.col-xxl-offset-11 {
margin-left: 91.66667%; }
.col-xxl-offset-12 {
margin-left: 100%; } }
.col-xs-first {
order: -1; }
.col-xs-last {
order: 1; }
@media (min-width: 544px) {
.col-sm-first {
order: -1; }
.col-sm-last {
order: 1; } }
@media (min-width: 769px) {
.col-md-first {
order: -1; }
.col-md-last {
order: 1; } }
@media (min-width: 992px) {
.col-lg-first {
order: -1; }
.col-lg-last {
order: 1; } }
@media (min-width: 1200px) {
.col-xl-first {
order: -1; }
.col-xl-last, [blog="sidebar-content"] .content-area {
order: 1; } }
@media (min-width: 1920px) {
.col-xxl-first {
order: -1; }
.col-xxl-last {
order: 1; } }
.row-xs-top {
align-items: flex-start; }
.row-xs-center, .insight-carousel .slick-track {
align-items: center; }
.row-xs-bottom {
align-items: flex-end; }
@media (min-width: 544px) {
.row-sm-top {
align-items: flex-start; }
.row-sm-center {
align-items: center; }
.row-sm-bottom {
align-items: flex-end; } }
@media (min-width: 769px) {
.row-md-top {
align-items: flex-start; }
.row-md-center {
align-items: center; }
.row-md-bottom {
align-items: flex-end; } }
@media (min-width: 992px) {
.row-lg-top {
align-items: flex-start; }
.row-lg-center {
align-items: center; }
.row-lg-bottom {
align-items: flex-end; } }
@media (min-width: 1200px) {
.row-xl-top {
align-items: flex-start; }
.row-xl-center {
align-items: center; }
.row-xl-bottom {
align-items: flex-end; } }
@media (min-width: 1920px) {
.row-xxl-top {
align-items: flex-start; }
.row-xxl-center {
align-items: center; }
.row-xxl-bottom {
align-items: flex-end; } }
.row-xs-between {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
@media (min-width: 544px) {
.row-sm-between {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; } }
@media (min-width: 769px) {
.row-md-between {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; } }
@media (min-width: 992px) {
.row-lg-between {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; } }
@media (min-width: 1200px) {
.row-xl-between {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; } }
@media (min-width: 1920px) {
.row-xxl-between {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; } }
.row-xs-reverse {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
flex-direction: row-reverse; }
@media (min-width: 544px) {
.row-sm-reverse {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
flex-direction: row-reverse; } }
@media (min-width: 769px) {
.row-md-reverse {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
flex-direction: row-reverse; } }
@media (min-width: 992px) {
.row-lg-reverse {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
flex-direction: row-reverse; } }
@media (min-width: 1200px) {
.row-xl-reverse {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
flex-direction: row-reverse; } }
@media (min-width: 1920px) {
.row-xxl-reverse {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
flex-direction: row-reverse; } }
.col-xs-top {
align-self: flex-start; }
.col-xs-center {
align-self: center; }
.col-xs-bottom {
align-self: flex-end; }
@media (min-width: 544px) {
.col-sm-top {
align-self: flex-start; }
.col-sm-center {
align-self: center; }
.col-sm-bottom {
align-self: flex-end; } }
@media (min-width: 769px) {
.col-md-top {
align-self: flex-start; }
.col-md-center {
align-self: center; }
.col-md-bottom {
align-self: flex-end; } }
@media (min-width: 992px) {
.col-lg-top {
align-self: flex-start; }
.col-lg-center {
align-self: center; }
.col-lg-bottom {
align-self: flex-end; } }
@media (min-width: 1200px) {
.col-xl-top {
align-self: flex-start; }
.col-xl-center {
align-self: center; }
.col-xl-bottom {
align-self: flex-end; } }
@media (min-width: 1920px) {
.col-xxl-top {
align-self: flex-start; }
.col-xxl-center {
align-self: center; }
.col-xxl-bottom {
align-self: flex-end; } }   [class*="hint--"] {
position: relative;
display: inline-block;  }
[class*="hint--"]:before, [class*="hint--"]:after {
position: absolute;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
visibility: hidden;
opacity: 0;
z-index: 1000000;
pointer-events: none;
-webkit-transition: 0.3s ease;
-moz-transition: 0.3s ease;
transition: 0.3s ease;
-webkit-transition-delay: 0ms;
-moz-transition-delay: 0ms;
transition-delay: 0ms; }
[class*="hint--"]:hover:before, [class*="hint--"]:hover:after {
visibility: visible;
opacity: 1; }
[class*="hint--"]:hover:before, [class*="hint--"]:hover:after {
-webkit-transition-delay: 100ms;
-moz-transition-delay: 100ms;
transition-delay: 100ms; }
[class*="hint--"]:before {
content: '';
position: absolute;
background: transparent;
border: 6px solid transparent;
z-index: 1000001; }
[class*="hint--"]:after {
background: #383838;
color: white;
padding: 8px 10px;
font-size: 12px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
line-height: 12px;
white-space: nowrap; }
[class*="hint--"][aria-label]:after {
content: attr(aria-label); }
[class*="hint--"][data-hint]:after {
content: attr(data-hint); }
[aria-label='']:before, [aria-label='']:after,
[data-hint='']:before,
[data-hint='']:after {
display: none !important; }  .hint--top-left:before {
border-top-color: #383838; }
.hint--top-right:before {
border-top-color: #383838; }
.hint--top:before {
border-top-color: #383838; }
.hint--bottom-left:before {
border-bottom-color: #383838; }
.hint--bottom-right:before {
border-bottom-color: #383838; }
.hint--bottom:before {
border-bottom-color: #383838; }
.hint--left:before {
border-left-color: #383838; }
.hint--right:before {
border-right-color: #383838; } .hint--top:before {
margin-bottom: -11px; }
.hint--top:before, .hint--top:after {
bottom: 100%;
left: 50%; }
.hint--top:before {
left: calc(50% - 6px); }
.hint--top:after {
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
transform: translateX(-50%); }
.hint--top:hover:before {
-webkit-transform: translateY(-8px);
-moz-transform: translateY(-8px);
transform: translateY(-8px); }
.hint--top:hover:after {
-webkit-transform: translateX(-50%) translateY(-8px);
-moz-transform: translateX(-50%) translateY(-8px);
transform: translateX(-50%) translateY(-8px); } .hint--bottom:before {
margin-top: -11px; }
.hint--bottom:before, .hint--bottom:after {
top: 100%;
left: 50%; }
.hint--bottom:before {
left: calc(50% - 6px); }
.hint--bottom:after {
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
transform: translateX(-50%); }
.hint--bottom:hover:before {
-webkit-transform: translateY(8px);
-moz-transform: translateY(8px);
transform: translateY(8px); }
.hint--bottom:hover:after {
-webkit-transform: translateX(-50%) translateY(8px);
-moz-transform: translateX(-50%) translateY(8px);
transform: translateX(-50%) translateY(8px); } .hint--right:before {
margin-left: -11px;
margin-bottom: -6px; }
.hint--right:after {
margin-bottom: -14px; }
.hint--right:before, .hint--right:after {
left: 100%;
bottom: 50%; }
.hint--right:hover:before {
-webkit-transform: translateX(8px);
-moz-transform: translateX(8px);
transform: translateX(8px); }
.hint--right:hover:after {
-webkit-transform: translateX(8px);
-moz-transform: translateX(8px);
transform: translateX(8px); } .hint--left:before {
margin-right: -11px;
margin-bottom: -6px; }
.hint--left:after {
margin-bottom: -14px; }
.hint--left:before, .hint--left:after {
right: 100%;
bottom: 50%; }
.hint--left:hover:before {
-webkit-transform: translateX(-8px);
-moz-transform: translateX(-8px);
transform: translateX(-8px); }
.hint--left:hover:after {
-webkit-transform: translateX(-8px);
-moz-transform: translateX(-8px);
transform: translateX(-8px); } .hint--top-left:before {
margin-bottom: -11px; }
.hint--top-left:before, .hint--top-left:after {
bottom: 100%;
left: 50%; }
.hint--top-left:before {
left: calc(50% - 6px); }
.hint--top-left:after {
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
transform: translateX(-100%); }
.hint--top-left:after {
margin-left: 12px; }
.hint--top-left:hover:before {
-webkit-transform: translateY(-8px);
-moz-transform: translateY(-8px);
transform: translateY(-8px); }
.hint--top-left:hover:after {
-webkit-transform: translateX(-100%) translateY(-8px);
-moz-transform: translateX(-100%) translateY(-8px);
transform: translateX(-100%) translateY(-8px); } .hint--top-right:before {
margin-bottom: -11px; }
.hint--top-right:before, .hint--top-right:after {
bottom: 100%;
left: 50%; }
.hint--top-right:before {
left: calc(50% - 6px); }
.hint--top-right:after {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
transform: translateX(0); }
.hint--top-right:after {
margin-left: -12px; }
.hint--top-right:hover:before {
-webkit-transform: translateY(-8px);
-moz-transform: translateY(-8px);
transform: translateY(-8px); }
.hint--top-right:hover:after {
-webkit-transform: translateY(-8px);
-moz-transform: translateY(-8px);
transform: translateY(-8px); } .hint--bottom-left:before {
margin-top: -11px; }
.hint--bottom-left:before, .hint--bottom-left:after {
top: 100%;
left: 50%; }
.hint--bottom-left:before {
left: calc(50% - 6px); }
.hint--bottom-left:after {
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
transform: translateX(-100%); }
.hint--bottom-left:after {
margin-left: 12px; }
.hint--bottom-left:hover:before {
-webkit-transform: translateY(8px);
-moz-transform: translateY(8px);
transform: translateY(8px); }
.hint--bottom-left:hover:after {
-webkit-transform: translateX(-100%) translateY(8px);
-moz-transform: translateX(-100%) translateY(8px);
transform: translateX(-100%) translateY(8px); } .hint--bottom-right:before {
margin-top: -11px; }
.hint--bottom-right:before, .hint--bottom-right:after {
top: 100%;
left: 50%; }
.hint--bottom-right:before {
left: calc(50% - 6px); }
.hint--bottom-right:after {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
transform: translateX(0); }
.hint--bottom-right:after {
margin-left: -12px; }
.hint--bottom-right:hover:before {
-webkit-transform: translateY(8px);
-moz-transform: translateY(8px);
transform: translateY(8px); }
.hint--bottom-right:hover:after {
-webkit-transform: translateY(8px);
-moz-transform: translateY(8px);
transform: translateY(8px); } .hint--small:after,
.hint--medium:after,
.hint--large:after {
white-space: normal;
line-height: 1.4em; }
.hint--small:after {
width: 80px; }
.hint--medium:after {
width: 150px; }
.hint--large:after {
width: 300px; } [class*="hint--"] { }
[class*="hint--"]:after {
box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15);
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px; }  .hint--error:after {
background-color: #b34e4d; }
.hint--error.hint--top-left:before {
border-top-color: #b34e4d; }
.hint--error.hint--top-right:before {
border-top-color: #b34e4d; }
.hint--error.hint--top:before {
border-top-color: #b34e4d; }
.hint--error.hint--bottom-left:before {
border-bottom-color: #b34e4d; }
.hint--error.hint--bottom-right:before {
border-bottom-color: #b34e4d; }
.hint--error.hint--bottom:before {
border-bottom-color: #b34e4d; }
.hint--error.hint--left:before {
border-left-color: #b34e4d; }
.hint--error.hint--right:before {
border-right-color: #b34e4d; } .hint--warning:after {
background-color: #c09854; }
.hint--warning.hint--top-left:before {
border-top-color: #c09854; }
.hint--warning.hint--top-right:before {
border-top-color: #c09854; }
.hint--warning.hint--top:before {
border-top-color: #c09854; }
.hint--warning.hint--bottom-left:before {
border-bottom-color: #c09854; }
.hint--warning.hint--bottom-right:before {
border-bottom-color: #c09854; }
.hint--warning.hint--bottom:before {
border-bottom-color: #c09854; }
.hint--warning.hint--left:before {
border-left-color: #c09854; }
.hint--warning.hint--right:before {
border-right-color: #c09854; } .hint--info:after {
background-color: #3986ac; }
.hint--info.hint--top-left:before {
border-top-color: #3986ac; }
.hint--info.hint--top-right:before {
border-top-color: #3986ac; }
.hint--info.hint--top:before {
border-top-color: #3986ac; }
.hint--info.hint--bottom-left:before {
border-bottom-color: #3986ac; }
.hint--info.hint--bottom-right:before {
border-bottom-color: #3986ac; }
.hint--info.hint--bottom:before {
border-bottom-color: #3986ac; }
.hint--info.hint--left:before {
border-left-color: #3986ac; }
.hint--info.hint--right:before {
border-right-color: #3986ac; } .hint--success:after {
background-color: #60be74; }
.hint--success.hint--top-left:before {
border-top-color: #60be74; }
.hint--success.hint--top-right:before {
border-top-color: #60be74; }
.hint--success.hint--top:before {
border-top-color: #60be74; }
.hint--success.hint--bottom-left:before {
border-bottom-color: #60be74; }
.hint--success.hint--bottom-right:before {
border-bottom-color: #60be74; }
.hint--success.hint--bottom:before {
border-bottom-color: #60be74; }
.hint--success.hint--left:before {
border-left-color: #60be74; }
.hint--success.hint--right:before {
border-right-color: #60be74; } .hint--always:after, .hint--always:before {
opacity: 1;
visibility: visible; }
.hint--always.hint--top:before {
-webkit-transform: translateY(-8px);
-moz-transform: translateY(-8px);
transform: translateY(-8px); }
.hint--always.hint--top:after {
-webkit-transform: translateX(-50%) translateY(-8px);
-moz-transform: translateX(-50%) translateY(-8px);
transform: translateX(-50%) translateY(-8px); }
.hint--always.hint--top-left:before {
-webkit-transform: translateY(-8px);
-moz-transform: translateY(-8px);
transform: translateY(-8px); }
.hint--always.hint--top-left:after {
-webkit-transform: translateX(-100%) translateY(-8px);
-moz-transform: translateX(-100%) translateY(-8px);
transform: translateX(-100%) translateY(-8px); }
.hint--always.hint--top-right:before {
-webkit-transform: translateY(-8px);
-moz-transform: translateY(-8px);
transform: translateY(-8px); }
.hint--always.hint--top-right:after {
-webkit-transform: translateY(-8px);
-moz-transform: translateY(-8px);
transform: translateY(-8px); }
.hint--always.hint--bottom:before {
-webkit-transform: translateY(8px);
-moz-transform: translateY(8px);
transform: translateY(8px); }
.hint--always.hint--bottom:after {
-webkit-transform: translateX(-50%) translateY(8px);
-moz-transform: translateX(-50%) translateY(8px);
transform: translateX(-50%) translateY(8px); }
.hint--always.hint--bottom-left:before {
-webkit-transform: translateY(8px);
-moz-transform: translateY(8px);
transform: translateY(8px); }
.hint--always.hint--bottom-left:after {
-webkit-transform: translateX(-100%) translateY(8px);
-moz-transform: translateX(-100%) translateY(8px);
transform: translateX(-100%) translateY(8px); }
.hint--always.hint--bottom-right:before {
-webkit-transform: translateY(8px);
-moz-transform: translateY(8px);
transform: translateY(8px); }
.hint--always.hint--bottom-right:after {
-webkit-transform: translateY(8px);
-moz-transform: translateY(8px);
transform: translateY(8px); }
.hint--always.hint--left:before {
-webkit-transform: translateX(-8px);
-moz-transform: translateX(-8px);
transform: translateX(-8px); }
.hint--always.hint--left:after {
-webkit-transform: translateX(-8px);
-moz-transform: translateX(-8px);
transform: translateX(-8px); }
.hint--always.hint--right:before {
-webkit-transform: translateX(8px);
-moz-transform: translateX(8px);
transform: translateX(8px); }
.hint--always.hint--right:after {
-webkit-transform: translateX(8px);
-moz-transform: translateX(8px);
transform: translateX(8px); } .hint--rounded:after {
border-radius: 4px; } .hint--no-animate:before, .hint--no-animate:after {
-webkit-transition-duration: 0ms;
-moz-transition-duration: 0ms;
transition-duration: 0ms; }
.hint--bounce:before, .hint--bounce:after {
-webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
-moz-transition: opacity 0.3s ease, visibility 0.3s ease, -moz-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24); }
.mm-menu, .mm-panels,
.mm-panels > .mm-panel {
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 0;
box-sizing: border-box;
margin: 0; }
.mm-btn, .mm-menu {
box-sizing: border-box; }
.mm-listview a, .mm-listview a:hover,
.mm-navbar a, .mm-navbar a:hover {
text-decoration: none; }
.mm-hidden {
display: none !important; }
.mm-menu, .mm-panels > .mm-panel:not(.mm-hidden) {
display: block; }
.mm-wrapper {
position: relative;
overflow-x: hidden; }
.mm-menu {
position: absolute;
padding: 0; }
.mm-panels,
.mm-panels > .mm-panel {
position: absolute;
border-color: inherit;
background: inherit; }
.mm-btn,
.mm-panel.mm-highest {
z-index: 1; }
.mm-panels {
overflow: hidden; }
.mm-panel {
transition: -webkit-transform .4s ease;
transition: transform .4s ease;
transform: translate3d(100%, 0, 0); }
.mm-panel.mm-opened {
transform: translate3d(0, 0, 0); }
.mm-panel.mm-subopened {
transform: translate3d(-30%, 0, 0); }
.mm-panels > .mm-panel {
overflow: scroll;
overflow-x: hidden;
overflow-y: auto;
-webkit-overflow-scrolling: touch; }
.mm-listview .mm-divider,
.mm-listview > li > a,
.mm-listview > li > span,
.mm-navbar .mm-title {
overflow: hidden; }
.mm-panels > .mm-panel.mm-hasnavbar {
padding-top: 40px; }
.mm-vertical .mm-panel {
transform: none !important; }
.mm-listview .mm-vertical .mm-panel,
.mm-vertical .mm-listview .mm-panel {
display: none;
padding: 10px 0 10px 10px; }
.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after,
.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after {
border-color: transparent; }
.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
display: block; }
.mm-listview > li.mm-vertical > .mm-next,
.mm-vertical .mm-listview > li > .mm-next {
bottom: auto;
height: 40px; }
.mm-listview > li.mm-vertical > .mm-next:after,
.mm-vertical .mm-listview > li > .mm-next:after {
top: 16px;
bottom: auto; }
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after,
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after {
right: 19px;
transform: rotate(45deg); }
.mm-btn {
position: absolute;
top: 0;
width: 40px;
height: 40px; }
.mm-clear:after,
.mm-clear:before,
.mm-close:after,
.mm-close:before {
position: absolute;
top: 0;
bottom: 0;
display: block;
margin: auto;
width: 5px;
height: 5px;
border: 2px solid transparent;
content: '';
transform: rotate(-45deg); }
.mm-clear:before,
.mm-close:before {
right: 18px;
border-right: 0;
border-bottom: 0; }
.mm-clear:after,
.mm-close:after {
right: 25px;
border-top: 0;
border-left: 0; }
.mm-arrow:after,
.mm-next:after,
.mm-prev:before {
position: absolute;
top: 0;
bottom: 0;
display: block;
margin: auto;
width: 8px;
height: 8px;
border: 2px solid transparent;
content: '';
transform: rotate(-45deg); }
.mm-prev:before {
left: 23px;
border-right: 0;
border-bottom: 0; }
.mm-arrow:after,
.mm-next:after {
right: 23px;
border-top: 0;
border-left: 0; }
.mm-navbar {
position: absolute;
top: 0;
right: 0;
left: 0;
margin: 0;
padding: 0 40px;
height: 40px;
border-color: inherit;
border-bottom: 1px solid;
text-align: center;
line-height: 20px; }
.mm-navbar > * {
display: block;
padding: 10px 0; }
.mm-navbar .mm-btn:first-child {
left: 0;
padding-left: 20px; }
.mm-navbar .mm-btn:last-child {
right: 0;
padding-right: 20px;
text-align: right; }
.mm-panel .mm-navbar {
display: none; }
.mm-panel.mm-hasnavbar .mm-navbar {
display: block;
border-color: #dddddd; }
.mm-listview,
.mm-listview > li {
display: block;
margin: 0;
padding: 0;
list-style: none; }
.mm-listview {
font: inherit;
font-size: 14px;
line-height: 20px; }
.mm-listview > li {
position: relative; }
.mm-listview > li,
.mm-listview > li .mm-next,
.mm-listview > li .mm-next:before,
.mm-listview > li:after {
border-color: inherit; }
.mm-listview > li > a,
.mm-listview > li > span {
display: block;
margin: 0;
padding: 15px;
color: inherit; }
.mm-listview > li > span {
padding: 15px 0; }
.mm-listview > li > a.mm-arrow,
.mm-listview > li > span.mm-arrow {
padding-right: 50px; }
.mm-listview > li:not(.mm-divider):after {
position: absolute;
right: 0;
bottom: 0;
left: 0;
display: block;
border-bottom-width: 1px;
border-bottom-style: solid;
content: ''; }
.mm-listview .mm-next {
position: absolute;
top: 0;
right: 0;
bottom: 0;
z-index: 2;
padding: 0;
width: 50px;
background: rgba(3, 2, 1, 0); }
.mm-listview .mm-next:before {
position: absolute;
top: 0;
bottom: 0;
left: 0;
display: block;
border-left-width: 1px;
border-left-style: solid;
content: ''; }
.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
margin-right: 50px; }
.mm-listview .mm-next.mm-fullsubopen {
width: 100%; }
.mm-listview .mm-next.mm-fullsubopen:before {
border-left: 0; }
.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span {
margin-right: 0;
padding-right: 50px; }
.mm-listview .mm-inset {
margin: 0;
padding: 0 10px 15px 40px;
list-style: disc inside; }
.mm-listview .mm-inset > li {
padding: 5px 0; }
.mm-listview .mm-divider {
text-indent: 20px;
text-transform: uppercase;
font-size: 10px;
line-height: 25px; }
.mm-listview .mm-spacer {
padding-top: 40px; }
.mm-listview .mm-spacer > .mm-next {
top: 40px; }
.mm-listview .mm-spacer.mm-divider {
padding-top: 25px; }
.mm-menu {
border-color: rgba(0, 0, 0, 0.1);
background: #f3f3f3;
color: rgba(0, 0, 0, 0.7); }
.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
color: rgba(0, 0, 0, 0.3); }
.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
border-color: rgba(0, 0, 0, 0.3); }
.mm-menu .mm-listview {
border-color: rgba(0, 0, 0, 0.1); }
.mm-menu .mm-listview > li .mm-arrow:after,
.mm-menu .mm-listview > li .mm-next:after {
border-color: rgba(0, 0, 0, 0.3); }
.mm-menu .mm-listview > li a:not(.mm-next) {
-webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
tap-highlight-color: rgba(255, 255, 255, 0.5); }
.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
background: rgba(255, 255, 255, 0.5); }
.mm-menu .mm-divider, .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
background: rgba(0, 0, 0, 0.05); }
.mm-page {
position: relative;
box-sizing: border-box; }
.mm-slideout {
z-index: 1;
transition: -webkit-transform .4s ease;
transition: transform .4s ease; }
html.mm-opened {
position: relative;
overflow-x: hidden; }
html.mm-blocking, html.mm-blocking body {
overflow: hidden; }
html.mm-background .mm-page {
background: inherit; }
#mm-blocker {
position: fixed;
top: 0;
left: 0;
z-index: 2;
display: none;
width: 100%;
height: 100%;
background: rgba(3, 2, 1, 0); }
html.mm-blocking #mm-blocker {
display: block; }
.mm-menu.mm-offcanvas {
position: fixed;
z-index: 0;
display: none;
min-width: 140px;
max-width: 440px;
width: 80%; }
.mm-menu.mm-offcanvas.mm-current {
display: block; }
html.mm-opening .mm-slideout {
transform: translate3d(80%, 0, 0); }
@media all and (max-width: 175px) {
html.mm-opening .mm-slideout {
transform: translate3d(140px, 0, 0); } }
@media all and (min-width: 550px) {
html.mm-opening .mm-slideout {
transform: translate3d(440px, 0, 0); } }
#__bs_notify__ {
top: auto !important;
bottom: 20% !important;
border-top-left-radius: 5px !important;
background-color: #ab61ff !important;
font-size: 20px !important;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important; }
.pri-color {
color: #da0e2b !important; }
.nd-color {
color: #da0e2b !important; }
.pri-bgcolor {
background-color: #da0e2b; }
.nd-bgcolor {
background-color: #da0e2b; }
.z-index2 {
position: relative;
z-index: 2; }
.text-center {
text-align: center; }
.text-left {
text-align: left; }
.text-right {
text-align: right; }
.vertical-center {
display: flex;
align-items: center;
align-self: center;
align-content: center; }
.vertical-bottom {
display: flex;
align-items: flex-end;
align-self: flex-end;
align-content: flex-end; }
html .row:after, html .insight-carousel .slick-track:after, .insight-carousel html .slick-track:after,
html .row:before,
html .insight-carousel .slick-track:before,
.insight-carousel html .slick-track:before {
display: block; }
body .col-md-4p {
width: 100%; }
@media (min-width: 769px) {
body .col-md-4p {
width: 40%; } }
body .col-md-6p {
width: 100%; }
@media (min-width: 769px) {
body .col-md-6p {
width: 60%; } }
@media (max-width: 991px) {
body .md-reset-padding {
padding: 0 !important; } }
.ofw-100 {
font-weight: 100; }
.ofw-200 {
font-weight: 200; }
.ofw-300 {
font-weight: 300; }
.ofw-400 {
font-weight: 400; }
.ofw-500 {
font-weight: 500; }
.ofw-600 {
font-weight: 600; }
.ofw-700 {
font-weight: 700; }
.ofw-800 {
font-weight: 800; }
.ofw-900 {
font-weight: 900; }
.ofs-normal {
font-style: normal; }
.ofs-italic {
font-style: italic; }
.ofs-oblique {
font-style: oblique; }
.ofs-initial {
font-style: initial; }
.ofs-inherit {
font-style: inherit; }
@media (min-width: 992px) {
.app-desc {
margin-top: -50px; } }
.btn-googleplay img {
box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
border-radius: 4px; }
@media (min-width: 544px) {
.btn-googleplay {
margin-top: -150px; }
.btn-store {
float: right;
margin-top: -88px;
position: relative;
z-index: 9; }
.btn-store:hover, .btn-googleplay:hover {
animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
transform: translate3d(0, 0, 0); } }
@media (max-width: 991px) {
html .reset-margin-md {
margin: 0 !important; }
html .reset-margin-left-md {
margin-left: 0 !important; } } .btn, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce-checkout #payment .place-order input#place_order, .woocommerce .sidebar .widget.widget_price_filter .price_slider_amount .button {
text-transform: uppercase;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
a {
color: #696969;
text-decoration: none;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
a:hover, a:focus, a:active {
color: #da0e2b; }
a:focus {
outline: none; }
a:hover, a:active {
outline: 0; }
.insight-btn.alt, body.page .comments-area .comment-form input.alt[type="submit"], .single .content .comments-area .comment-form input.alt[type="submit"] {
background-color: #fff;
color: #da0e2b; }
.insight-btn.alt:hover, body.page .comments-area .comment-form input.alt:hover[type="submit"], .single .content .comments-area .comment-form input.alt:hover[type="submit"] {
background-color: #da0e2b;
color: #fff; }
ol {
list-style: decimal; }
li > ul,
li > ol {
margin-bottom: 0; }
dt {
font-weight: bold; }
dd {
margin: 0 1.5em 1.5em; }
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
border: 1px solid #f1eeea;
border-radius: 3px;
color: #666666;
padding: 7px 15px;
outline: none;
width: 100%;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111111;
border-color: #ccc;
outline: none; }
select {
border: 1px solid #f1eeea; }
select:focus {
outline: none; }
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
height: 40px; }
textarea {
width: 100%; }
hr {
margin-bottom: 1.5em;
height: 1px;
border: 0;
background-color: #ccc; }
img {
max-width: 100%; height: auto; vertical-align: top; }
table {
margin: 0 0 1.5em;
width: 100%; }
body,
button,
input,
select,
textarea {
font-size: 15px;
color: #404040;
background-color: #f4f4f4;
font-family: Lato;
line-height: 1.6;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
body {
background-color: #fff; }
h1, h2, h3, h4, h5, h6 {
clear: both;
-webkit-font-smoothing: antialiased; }
p {
margin-bottom: 1.5em;
-webkit-font-smoothing: antialiased; }
dfn,
cite,
em,
i {
font-style: italic; }
blockquote {
margin: 0 1.5em; }
address {
margin: 0 0 1.5em; }
pre {
font-size: 15px;
overflow: auto;
margin-bottom: 1.6em;
padding: 1.6em;
max-width: 100%;
background: #eeeeee;
font-family: "Courier 10 Pitch", Courier, monospace;
line-height: 1.6; }
code,
kbd,
tt,
var {
font-size: 15px;
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }
abbr,
acronym {
border-bottom: 1px dotted #666666;
cursor: help; }
mark,
ins {
background: #fff9c0;
text-decoration: none; }
big {
font-size: 125%; }
blockquote,
q {
quotes: "" ""; }
blockquote:before, blockquote:after,
q:before,
q:after {
content: ""; }
.insight-blog-carousel .blog-item {
padding-left: 30px;
padding-right: 30px;
outline: none; }
.insight-blog-carousel .blog-item .blog-item-inner {
padding: 30px;
min-height: 205px;
background-color: #fff;
position: relative;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.insight-blog-carousel .blog-item .blog-item-inner:before {
position: absolute;
top: 0;
left: -20px;
border-top: 10px solid #fff;
border-right: 10px solid #fff;
border-bottom: 10px solid transparent;
border-left: 10px solid transparent; }
.insight-blog-carousel .blog-item .blog-item-inner .time {
font-family: Montserrat;
font-size: 12px;
font-weight: 400;
color: #ccc;
text-transform: uppercase; }
.insight-blog-carousel .blog-item .blog-item-inner .title {
font-size: 18px;
font-weight: 400;
color: #333333;
line-height: 28px;
margin-top: 20px; }
.insight-blog-carousel .blog-item .blog-item-inner .meta {
margin-top: 40px;
color: #696969; }
.insight-blog-carousel .blog-item .blog-item-inner .meta > span {
display: inline-block;
margin-right: 20px; }
.insight-blog-carousel .blog-item .blog-item-inner .meta > span a {
color: #696969; }
.insight-blog-carousel .blog-item .blog-item-inner .meta > span.view:before {
content: '\f133';
font-family: Ionicons;
font-size: 16px;
color: #da0e2b;
margin-right: 10px; }
.insight-blog-carousel .blog-item .blog-item-inner .meta > span.share:before {
content: '\f3ac';
font-family: Ionicons;
font-size: 16px;
color: #da0e2b;
margin-right: 10px; }
.insight-blog-carousel .blog-item .blog-item-inner .meta > span.like a:before {
content: '\f387';
font-family: Ionicons;
font-size: 16px;
color: #da0e2b;
margin-right: 10px;
display: inline-block; }
.insight-blog-carousel .blog-item .blog-item-inner .meta > span.like a.liked:before {
content: '\f388'; }
.insight-blog-carousel .blog-item .blog-item-inner .meta > span.like a.loading:before {
content: '\f3b1';
-webkit-animation: spin 2s infinite linear;
-moz-animation: spin 2s infinite linear;
-o-animation: spin 2s infinite linear;
animation: spin 2s infinite linear; }
.insight-blog-carousel .blog-item .blog-item-inner .meta > span.comment:before {
content: '\f11a';
font-family: Ionicons;
font-size: 16px;
color: #da0e2b;
margin-right: 10px; }
.insight-blog-carousel .blog-item .blog-item-inner .meta > span:last-child {
margin-right: 0; }
.insight-blog-carousel .blog-item .blog-item-inner:hover {
-moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
-webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05); }
.insight-blog-carousel .slick-list {
overflow: visible !important; }
.insight-blog-carousel .slick-dots {
margin-top: 30px;
margin-bottom: 0;
position: relative;
bottom: 0; }
.insight-blog-carousel .slick-dots li {
margin: 0; }
.insight-blog-carousel .slick-dots li button:before {
font-size: 8px; }
.insight-blog-carousel.style02 .blog-item {
padding-left: 15px;
padding-right: 15px; }
.insight-blog-carousel.style02 .blog-item .blog-item-inner {
padding: 0;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.insight-blog-carousel.style02 .blog-item .blog-item-inner .blog-thumbnail {
overflow: hidden; }
.insight-blog-carousel.style02 .blog-item .blog-item-inner .blog-thumbnail img {
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.insight-blog-carousel.style02 .blog-item .blog-item-inner .blog-info {
padding: 30px;
background-color: #fff; }
.insight-blog-carousel.style02 .blog-item .blog-item-inner .blog-info .blog-info-date, .insight-blog-carousel.style02 .blog-item .blog-item-inner .blog-info .blog-info-title, .insight-blog-carousel.style02 .blog-item .blog-item-inner .blog-info .blog-info-meta {
display: block; }
.insight-blog-carousel.style02 .blog-item .blog-item-inner .blog-info .blog-info-date {
font-size: 14px;
font-family: Montserrat;
color: #ccc;
text-transform: uppercase;
line-height: 1;
margin-bottom: 30px; }
.insight-blog-carousel.style02 .blog-item .blog-item-inner .blog-info .blog-info-title {
font-size: 18px;
font-family: Merriweather;
font-weight: 400;
color: #333333;
margin-bottom: 70px; }
.insight-blog-carousel.style02 .blog-item .blog-item-inner .blog-info .blog-info-title:hover {
color: #da0e2b; }
.insight-blog-carousel.style02 .blog-item .blog-item-inner .blog-info .blog-info-meta .meta {
font-size: 14px; }
.insight-blog-carousel.style02 .blog-item .blog-item-inner .blog-info .blog-info-meta .meta > span {
display: inline-block;
margin-right: 20px; }
.insight-blog-carousel.style02 .blog-item .blog-item-inner .blog-info .blog-info-meta .meta > span.view:before {
content: '\f133';
font-family: Ionicons;
font-size: 16px;
color: #da0e2b;
margin-right: 10px; }
.insight-blog-carousel.style02 .blog-item .blog-item-inner .blog-info .blog-info-meta .meta > span.share:before {
content: '\f3ac';
font-family: Ionicons;
font-size: 16px;
color: #da0e2b;
margin-right: 10px; }
.insight-blog-carousel.style02 .blog-item .blog-item-inner .blog-info .blog-info-meta .meta > span.like a:before {
content: '\f387';
font-family: Ionicons;
font-size: 16px;
color: #da0e2b;
margin-right: 10px;
display: inline-block; }
.insight-blog-carousel.style02 .blog-item .blog-item-inner .blog-info .blog-info-meta .meta > span.like a.liked:before {
content: '\f388'; }
.insight-blog-carousel.style02 .blog-item .blog-item-inner .blog-info .blog-info-meta .meta > span.like a.loading:before {
content: '\f3b1';
-webkit-animation: spin 2s infinite linear;
-moz-animation: spin 2s infinite linear;
-o-animation: spin 2s infinite linear;
animation: spin 2s infinite linear; }
.insight-blog-carousel.style02 .blog-item .blog-item-inner .blog-info .blog-info-meta .meta > span.comment:before {
content: '\f11a';
font-family: Ionicons;
font-size: 16px;
color: #da0e2b;
margin-right: 10px; }
.insight-blog-carousel.style02 .blog-item .blog-item-inner:hover {
-moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
-webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05); }
.insight-blog-carousel.style02 .blog-item .blog-item-inner:hover .blog-thumbnail img {
transform: scale(1.1); }
.insight-carousel--slide {
outline: none; }
.insight-carousel--slide img {
margin: 0 auto;
opacity: .2;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.insight-carousel--slide:hover img {
opacity: 1; }
.insight-carousel.insight-carousel-scale .insight-carousel--slide:hover img {
transform: scale(1.1); }
.slick-track {
min-width: 100%; }
.insight-team-filter .insight-filter {
display: block;
position: relative;
overflow: hidden; }
.insight-team-filter .insight-filter ul {
margin: 0;
padding: 0;
white-space: nowrap; }
.insight-team-filter .insight-filter ul li {
list-style: none;
display: inline-block;
padding-right: 50px; }
.insight-team-filter .insight-filter ul li a {
cursor: pointer;
text-transform: lowercase;
color: #333333;
font-weight: 700;
font-family: Merriweather;
font-size: 56px;
opacity: .2; }
.insight-team-filter .insight-filter ul li a.active {
opacity: 1; }
.insight-team-filter .insight-filter ul li:last-child {
padding-right: 0; }
.insight-team-filter .insight-filter-items {
margin-top: 80px; }
.insight-team-filter .insight-filter-items .insight-filter-item.insight-hide {
display: none; }
.insight-team-filter .insight-filter-items .insight-filter-item .insight-filter-item-inner {
margin-right: 0px;
margin-bottom: 30px;
-moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
-webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.insight-team-filter .insight-filter-items .insight-filter-item .insight-filter-item-inner .thumb {
overflow: hidden; }
.insight-team-filter .insight-filter-items .insight-filter-item .insight-filter-item-inner .thumb img {
width: 100%;
height: auto;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.insight-team-filter .insight-filter-items .insight-filter-item .insight-filter-item-inner .info {
background-color: #fff;
text-align: center;
padding: 25px 10px; }
.insight-team-filter .insight-filter-items .insight-filter-item .insight-filter-item-inner .info .name {
font-size: 18px;
font-weight: 700;
font-family: Montserrat;
color: #333333;
text-transform: uppercase; }
.insight-team-filter .insight-filter-items .insight-filter-item .insight-filter-item-inner .info .name a {
font-size: 18px;
font-weight: 700;
font-family: Montserrat;
color: #333333; }
.insight-team-filter .insight-filter-items .insight-filter-item .insight-filter-item-inner .info .name a:hover {
color: #da0e2b; }
.insight-team-filter .insight-filter-items .insight-filter-item .insight-filter-item-inner .info .tagline {
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
font-family: Montserrat;
color: #ccc;
line-height: 28px;
height: 28px;
overflow: hidden; }
.insight-team-filter .insight-filter-items .insight-filter-item .insight-filter-item-inner .info .socials {
font-size: 14px;
font-weight: 400;
font-family: Lato;
color: #ccc;
line-height: 28px;
height: 28px;
overflow: hidden; }
.insight-team-filter .insight-filter-items .insight-filter-item .insight-filter-item-inner .info .socials a {
display: inline-block;
margin: 0 5px;
color: #ccc; }
.insight-team-filter .insight-filter-items .insight-filter-item .insight-filter-item-inner .info .socials a:hover {
color: #da0e2b; }
.insight-team-filter .insight-filter-items .insight-filter-item .insight-filter-item-inner .info .socials {
display: none; }
.insight-team-filter .insight-filter-items .insight-filter-item .insight-filter-item-inner:hover {
-moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1); }
.insight-team-filter .insight-filter-items .insight-filter-item .insight-filter-item-inner:hover .thumb img {
transform: scale(1.1); }
.insight-team-filter .insight-filter-items .insight-filter-item .insight-filter-item-inner:hover .info .socials {
display: block; }
.insight-team-filter .insight-filter-items .insight-filter-item .insight-filter-item-inner:hover .info .tagline {
display: none; }
.insight-team-carousel {
margin-bottom: 0 !important; }
.insight-team-carousel.style01 .team-carousel-item {
outline: none;
padding: 30px 15px; }
.insight-team-carousel.style01 .team-carousel-item.insight-hide {
display: none; }
.insight-team-carousel.style01 .team-carousel-item .insight-filter-item-inner {
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.insight-team-carousel.style01 .team-carousel-item .insight-filter-item-inner .thumb {
overflow: hidden; }
.insight-team-carousel.style01 .team-carousel-item .insight-filter-item-inner .thumb img {
width: 100%;
height: auto;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.insight-team-carousel.style01 .team-carousel-item .insight-filter-item-inner .info {
background-color: #fff;
text-align: center;
padding: 25px 10px; }
.insight-team-carousel.style01 .team-carousel-item .insight-filter-item-inner .info .name {
font-size: 18px;
font-weight: 700;
font-family: Montserrat;
color: #333333; }
.insight-team-carousel.style01 .team-carousel-item .insight-filter-item-inner .info .name a {
font-size: 18px;
font-weight: 700;
font-family: Montserrat;
color: #333333; }
.insight-team-carousel.style01 .team-carousel-item .insight-filter-item-inner .info .name a:hover {
color: #da0e2b; }
.insight-team-carousel.style01 .team-carousel-item .insight-filter-item-inner .info .tagline {
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
font-family: Montserrat;
color: #ccc;
line-height: 28px;
height: 28px;
overflow: hidden; }
.insight-team-carousel.style01 .team-carousel-item .insight-filter-item-inner .info .socials {
font-size: 14px;
font-weight: 400;
font-family: Lato;
color: #ccc;
line-height: 28px;
height: 28px;
overflow: hidden; }
.insight-team-carousel.style01 .team-carousel-item .insight-filter-item-inner .info .socials a {
display: inline-block;
margin: 0 5px;
color: #ccc; }
.insight-team-carousel.style01 .team-carousel-item .insight-filter-item-inner .info .socials a:hover {
color: #da0e2b; }
.insight-team-carousel.style01 .team-carousel-item .insight-filter-item-inner .info .socials {
display: none; }
.insight-team-carousel.style01 .team-carousel-item .insight-filter-item-inner:hover {
-moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1); }
.insight-team-carousel.style01 .team-carousel-item .insight-filter-item-inner:hover .thumb img {
transform: scale(1.1); }
.insight-team-carousel.style01 .team-carousel-item .insight-filter-item-inner:hover .info .socials {
display: block; }
.insight-team-carousel.style01 .team-carousel-item .insight-filter-item-inner:hover .info .tagline {
display: none; }
.insight-team-carousel.style02 .team-carousel-item {
outline: none; }
.insight-team-carousel.style02 .team-carousel-item.insight-hide {
display: none; }
.insight-team-carousel.style02 .team-carousel-item .insight-filter-item-inner {
margin: 0 15px;
margin-bottom: 30px; }
.insight-team-carousel.style02 .team-carousel-item .insight-filter-item-inner .thumb img {
width: 100%;
height: auto;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.insight-team-carousel.style02 .team-carousel-item .insight-filter-item-inner .info {
text-align: left;
padding: 25px 0 0 0; }
.insight-team-carousel.style02 .team-carousel-item .insight-filter-item-inner .info .name {
font-size: 18px;
font-weight: 700;
font-family: Montserrat;
color: #333333; }
.insight-team-carousel.style02 .team-carousel-item .insight-filter-item-inner .info .name a {
font-size: 18px;
font-weight: 700;
font-family: Montserrat;
color: #333333; }
.insight-team-carousel.style02 .team-carousel-item .insight-filter-item-inner .info .name a:hover {
color: #da0e2b; }
.insight-team-carousel.style02 .team-carousel-item .insight-filter-item-inner .info .tagline {
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
font-family: Montserrat;
color: #ccc;
line-height: 28px;
height: 28px;
overflow: hidden; }
.insight-team-carousel.style02 .team-carousel-item .insight-filter-item-inner .info .socials {
font-size: 14px;
font-weight: 400;
font-family: Lato;
color: #ccc;
line-height: 28px;
height: 28px;
overflow: hidden; }
.insight-team-carousel.style02 .team-carousel-item .insight-filter-item-inner .info .socials a {
display: inline-block;
margin: 0 10px 0 0;
color: #ccc; }
.insight-team-carousel.style02 .team-carousel-item .insight-filter-item-inner .info .socials a:hover {
color: #da0e2b; }
.insight-team-carousel.style02 .team-carousel-item .insight-filter-item-inner .info .socials {
display: none; }
.insight-team-carousel.style02 .team-carousel-item .insight-filter-item-inner:hover .thumb img {
-moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1); }
.insight-team-carousel.style02 .team-carousel-item .insight-filter-item-inner:hover .info .socials {
display: block; }
.insight-team-carousel.style02 .team-carousel-item .insight-filter-item-inner:hover .info .tagline {
display: none; }
.insight-team-carousel .slick-prev, .insight-team-carousel .slick-next {
width: 48px;
height: 48px;
top: 50%;
margin-top: -24px;
background: none;
border-radius: 0;
z-index: 99;
opacity: .2;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.insight-team-carousel .slick-prev:before, .insight-team-carousel .slick-next:before {
font-size: 48px;
font-weight: 400;
font-family: Ionicons;
color: #333333;
opacity: 1; }
.insight-team-carousel .slick-prev:hover, .insight-team-carousel .slick-next:hover {
opacity: 1; }
.insight-team-carousel .slick-prev:before {
content: '\f3d2'; }
.insight-team-carousel .slick-next:before {
content: '\f3d3'; }
.insight-team-carousel .slick-dots {
margin-top: 0;
margin-bottom: 0;
position: relative;
bottom: 0; }
.insight-team-carousel .slick-dots li {
margin: 0; }
.insight-team-carousel .slick-dots li button:before {
font-size: 8px; }
@media (max-width: 768px) {
.insight-team-carousel .team-carousel-item {
padding: 15px !important; }
.insight-team-carousel .team-carousel-item .insight-filter-item-inner {
margin-left: 0 !important;
margin-right: 0 !important; } }
.insight-testimonials.style01, .insight-testimonials.style02 {
margin-bottom: 0 !important;
width: 100%;
outline: none; }
.insight-testimonials.style01 .item, .insight-testimonials.style02 .item {
width: 100%;
text-align: center;
outline: none;
z-index: 98; }
.insight-testimonials.style01 .item .title, .insight-testimonials.style02 .item .title {
text-transform: uppercase;
letter-spacing: 0.4em;
font-weight: 700;
font-size: 18px;
margin-bottom: 35px;
font-family: Montserrat;
color: #333333; }
.insight-testimonials.style01 .item .text, .insight-testimonials.style02 .item .text {
width: 80%;
max-width: 750px;
margin: 0 auto;
font-size: 18px;
font-style: italic;
letter-spacing: 0em;
line-height: 2;
color: #696969; }
.insight-testimonials.style01 .item .photo, .insight-testimonials.style02 .item .photo {
height: 80px;
display: inline-block;
margin: 0 10px;
margin-bottom: 30px; }
.insight-testimonials.style01 .item .photo img, .insight-testimonials.style02 .item .photo img {
width: 80px;
height: 80px;
border-radius: 40px; }
.insight-testimonials.style01 .item .info, .insight-testimonials.style02 .item .info {
margin-top: 30px;
display: inline-block; }
@media (max-width: 768px) {
.insight-testimonials.style01 .item .info, .insight-testimonials.style02 .item .info {
text-align: center; }
.insight-testimonials.style01 .item .info .photo, .insight-testimonials.style02 .item .info .photo {
float: none !important; }
.insight-testimonials.style01 .item .info .photo img, .insight-testimonials.style02 .item .info .photo img {
float: none; } }
.insight-testimonials.style01 .item .info .author, .insight-testimonials.style02 .item .info .author {
display: inline-block;
margin: 0 10px;
text-align: left;
font-family: Montserrat; }
.insight-testimonials.style01 .item .info .author .name, .insight-testimonials.style01 .item .info .author .tagline, .insight-testimonials.style02 .item .info .author .name, .insight-testimonials.style02 .item .info .author .tagline {
display: inline-block;
letter-spacing: 0.05em; }
.insight-testimonials.style01 .item .info .author .name, .insight-testimonials.style02 .item .info .author .name {
font-size: 14px;
text-transform: uppercase;
color: #696969;
font-weight: 700; }
.insight-testimonials.style01 .item .info .author .tagline, .insight-testimonials.style02 .item .info .author .tagline {
font-size: 14px;
color: #ccc; }
.insight-testimonials.style01 .item .info .author .tagline:before, .insight-testimonials.style02 .item .info .author .tagline:before {
content: '/';
margin-left: 8px;
margin-right: 8px; }
.insight-testimonials.style01 .slick-prev, .insight-testimonials.style01 .slick-next, .insight-testimonials.style02 .slick-prev, .insight-testimonials.style02 .slick-next {
width: 48px;
height: 48px;
top: 50%;
margin-top: -24px;
background: none;
border-radius: 0;
z-index: 99;
opacity: .2;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.insight-testimonials.style01 .slick-prev:before, .insight-testimonials.style01 .slick-next:before, .insight-testimonials.style02 .slick-prev:before, .insight-testimonials.style02 .slick-next:before {
font-size: 48px;
font-weight: 400;
font-family: Ionicons;
color: #333333;
opacity: 1; }
.insight-testimonials.style01 .slick-prev:hover, .insight-testimonials.style01 .slick-next:hover, .insight-testimonials.style02 .slick-prev:hover, .insight-testimonials.style02 .slick-next:hover {
opacity: 1; }
.insight-testimonials.style01 .slick-prev:before, .insight-testimonials.style02 .slick-prev:before {
content: '\f3d2'; }
.insight-testimonials.style01 .slick-next:before, .insight-testimonials.style02 .slick-next:before {
content: '\f3d3'; }
.insight-testimonials.style01 .slick-dots li, .insight-testimonials.style02 .slick-dots li {
margin: 0; }
.insight-testimonials.style01 .slick-dots li button:before, .insight-testimonials.style02 .slick-dots li button:before {
font-size: 8px; }
.insight-single-testimonial {
margin-bottom: 0 !important;
width: 100%;
outline: none; }
.insight-single-testimonial .item {
width: 100%;
text-align: center;
outline: none;
z-index: 98; }
.insight-single-testimonial .item .title {
text-transform: uppercase;
letter-spacing: 0.4em;
font-weight: 700;
font-size: 18px;
margin-bottom: 35px;
font-family: Montserrat;
color: #333333; }
.insight-single-testimonial .item .text {
width: 80%;
max-width: 750px;
margin: 0 auto;
font-family: Merriweather;
font-size: 24px;
font-style: italic;
letter-spacing: 0;
line-height: 2;
color: #333333; }
.insight-single-testimonial .item .photo {
height: auto;
display: inline-block;
margin: 0 0 55px 0; }
.insight-single-testimonial .item .photo img {
max-width: 100%;
height: auto; }
.insight-single-testimonial .item .sign {
margin-top: 55px; }
.insight-single-testimonial .item .info {
margin-top: 30px;
display: inline-block; }
@media (max-width: 768px) {
.insight-single-testimonial .item .info {
text-align: center; }
.insight-single-testimonial .item .info .photo {
float: none !important; }
.insight-single-testimonial .item .info .photo img {
float: none; } }
.insight-single-testimonial .item .info .author {
display: inline-block;
margin: 0 10px;
text-align: left;
font-family: Montserrat; }
.insight-single-testimonial .item .info .author .name,
.insight-single-testimonial .item .info .author .tagline {
display: inline-block;
letter-spacing: 0.05em; }
.insight-single-testimonial .item .info .author .name {
font-size: 14px;
text-transform: uppercase;
color: #696969;
font-weight: 700; }
.insight-single-testimonial .item .info .author .tagline {
font-size: 14px;
color: #ccc; }
.insight-single-testimonial .item .info .author .tagline:before {
content: '/';
margin-left: 8px;
margin-right: 8px; }
.insight-single-testimonial.small .item .photo {
height: auto;
margin-bottom: 40px; }
.insight-single-testimonial.small .item .text {
font-size: 16px;
color: #696969; }
.insight-single-testimonial .slick-next,
.insight-single-testimonial .slick-prev {
width: 48px;
height: 48px;
top: 50%;
margin-top: -24px;
background: none;
border-radius: 0;
z-index: 99;
opacity: 0.2;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.insight-single-testimonial .slick-next:before,
.insight-single-testimonial .slick-prev:before {
font-size: 48px;
font-weight: 400;
font-family: Ionicons;
color: #333333;
opacity: 1; }
.insight-single-testimonial .slick-next:hover,
.insight-single-testimonial .slick-prev:hover {
opacity: 1; }
.insight-single-testimonial .slick-prev:before {
content: '\f3d2'; }
.insight-single-testimonial .slick-next:before {
content: '\f3d3'; }
.insight-single-testimonial .slick-dots li {
margin: 0; }
.insight-single-testimonial .slick-dots li button:before {
font-size: 8px; }
.insight-hire-box.style01 {
color: #fff;
background-color: #333333;
width: 100%;
padding: 90px 90px 60px 90px;
margin: 0;
font-family: Montserrat;
position: relative;
overflow: hidden; }
.insight-hire-box.style01 .title {
font-size: 14px;
font-weight: 400;
text-transform: uppercase;
color: #da0e2b; }
.insight-hire-box.style01 .text {
margin-top: 30px;
font-family: Merriweather;
font-size: 34px;
font-weight: 400;
line-height: 1.4; }
.insight-hire-box.style01 .link {
margin-top: 80px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.insight-hire-box.style01 .link a {
display: inline-block;
font-size: 14px;
font-weight: 400;
font-family: Montserrat;
text-transform: uppercase;
color: #da0e2b;
height: 48px;
line-height: 46px;
padding: 0 24px;
border: 1px solid #da0e2b; }
.insight-hire-box.style01 .link a:hover {
border-color: #fff;
color: #fff; }
.insight-hire-box.style02 {
position: relative;
margin-top: 70px; }
.insight-hire-box.style02:before {
content: '';
width: 2000px;
height: 100%;
background-color: #333333;
display: block;
position: absolute;
top: -70px;
left: 50%; }
.insight-hire-box.style02 .insight-hire-box-left {
position: relative; }
.insight-hire-box.style02 .insight-hire-box-left .image img {
width: 100%;
height: auto;
-moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1); }
.insight-hire-box.style02 .insight-hire-box-left .image-text {
font-size: 80px;
font-weight: 700;
color: #333333;
font-family: Merriweather;
line-height: 1;
position: absolute;
top: -40px;
left: 100px; }
.insight-hire-box.style02 .insight-hire-box-right {
color: #fff;
width: 100%;
padding: 100px 130px;
margin: 0;
position: relative;
overflow: hidden; }
.insight-hire-box.style02 .insight-hire-box-right .title {
font-family: Merriweather;
font-size: 40px;
font-weight: 400; }
.insight-hire-box.style02 .insight-hire-box-right .text {
margin-top: 30px;
font-size: 15px;
font-weight: 400;
line-height: 1.7;
color: #ababab; }
.insight-hire-box.style02 .insight-hire-box-right .link {
margin-top: 50px; }
.insight-hire-box.style02 .insight-hire-box-right .link a {
display: inline-block;
font-size: 14px;
font-weight: 400;
font-family: Montserrat;
text-transform: uppercase;
color: #da0e2b;
height: 48px;
line-height: 46px;
padding: 0 24px;
border: 1px solid #da0e2b; }
.insight-hire-box.style02 .insight-hire-box-right .link a:hover {
border-color: #fff;
color: #fff; }
@media (max-width: 991px) {
.insight-hire-box.style02 {
margin-top: 0; }
.insight-hire-box.style02:before {
display: none; }
.insight-hire-box.style02 .insight-hire-box-left .image-text {
display: none; }
.insight-hire-box.style02 .insight-hire-box-right {
background-color: #333333;
padding: 60px;
text-align: center; } }
.insight-member {
text-align: center; }
.insight-member .insight-member-inner .insight-member-inner--image {
margin-bottom: 30px; }
.insight-member .insight-member-inner .insight-member-inner--image img {
width: 200px;
height: auto;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%; }
.insight-member .insight-member-inner .insight-member-inner--name {
font-size: 24px;
font-weight: 700;
color: #fff;
line-height: 1;
margin-bottom: 10px; }
.insight-member .insight-member-inner .insight-member-inner--info {
position: relative;
height: 24px;
line-height: 24px;
overflow: hidden; }
.insight-member .insight-member-inner .insight-member-inner--info .insight-member-inner--tagline {
display: block;
width: 100%;
font-size: 14px;
font-family: Merriweather;
font-style: italic;
color: #ccc;
height: 24px;
line-height: 24px;
position: absolute;
top: 0;
left: 0;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.insight-member .insight-member-inner .insight-member-inner--info .insight-member-inner--socials {
display: block;
width: 100%;
height: 24px;
line-height: 24px;
position: absolute;
top: 100%;
left: 0;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.insight-member .insight-member-inner .insight-member-inner--info .insight-member-inner--socials a {
font-size: 0;
margin: 0 10px; }
.insight-member .insight-member-inner .insight-member-inner--info .insight-member-inner--socials a i {
font-size: 16px; }
.insight-member:hover .insight-member-inner .insight-member-inner--info .insight-member-inner--tagline {
top: -100%; }
.insight-member:hover .insight-member-inner .insight-member-inner--info .insight-member-inner--socials {
top: 0; }
.insight-member-info .member-info {
display: table; }
.insight-member-info .member-info .line {
display: table-row; }
.insight-member-info .member-info .line .name {
font-weight: 700;
font-family: Montserrat;
color: #333333;
display: table-cell;
padding: 10px 0; }
.insight-member-info .member-info .line .value {
display: table-cell;
padding: 10px 0 10px 40px; }
.insight-member-info .member-info .line .value.socials a {
width: 30px;
height: 30px;
display: inline-block;
border: 1px solid #cdcdcd;
color: #cdcdcd;
text-align: center;
line-height: 28px;
font-size: 12px;
margin-right: 10px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px; }
.insight-member-info .member-info .line .value.socials a:hover {
background-color: #da0e2b;
border-color: #da0e2b;
color: #fff; }
.insight-member-skill .title {
font-size: 40px;
font-weight: 700;
font-family: Montserrat;
color: #333333;
line-height: 1.2em;
margin-bottom: 40px;
position: relative; }
.insight-member-skill .title:before {
content: '';
width: 10px;
height: 20px;
background-color: #da0e2b;
position: absolute;
left: -40px;
top: -20px;
-ms-transform: matrix(1, 0.45, 0, 1, 0, 0); -webkit-transform: matrix(1, 0.45, 0, 1, 0, 0); transform: matrix(1, 0.45, 0, 1, 0, 0); }
.insight-member-skill .skills .skill {
display: block;
width: 100%;
padding: 10px 0; }
.insight-member-skill .skills .skill .name {
display: block;
font-size: 12px;
font-family: Montserrat;
color: #ababab;
text-transform: uppercase; }
.insight-member-skill .skills .skill .bar {
display: block;
width: 100%;
height: 10px;
padding: 1px 70px 1px 0;
position: relative; }
.insight-member-skill .skills .skill .bar .line {
display: block;
width: 100%;
height: 8px;
background-color: #e0e0e0;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
position: relative; }
.insight-member-skill .skills .skill .bar .line .line-inner {
position: absolute;
left: 0;
top: 0;
height: 8px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
background-color: #da0e2b;
width: 0px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.insight-member-skill .skills .skill .bar .value {
line-height: 1;
font-size: 14px;
font-weight: 700;
color: #333333;
position: absolute;
right: 0;
top: 0; }
.insight-button.align-none {
display: inline-block;
margin-right: 20px; }
@media (max-width: 768px) {
.insight-button.align-none {
margin-right: 0;
margin-bottom: 20px; } }
.insight-button.align-left {
text-align: left; }
.insight-button.align-center {
text-align: center; }
.insight-button.align-right {
text-align: right; }
.insight-button a {
overflow: hidden; }
.insight-button.style01 a {
display: inline-block;
background-color: #da0e2b;
color: #fff;
font-size: 14px;
font-family: Montserrat;
font-weight: 400;
text-transform: uppercase;
letter-spacing: .05em;
line-height: 46px;
height: 48px;
border: 1px solid #da0e2b;
padding: 0 20px; }
.insight-button.style01 a:hover {
background-color: transparent;
color: #da0e2b; }
.insight-button.style02 i {
width: 48px;
height: 48px;
line-height: 48px;
text-align: center;
-webkit-border-radius: 24px;
-moz-border-radius: 24px;
border-radius: 24px;
background-color: #da0e2b;
color: #fff;
display: inline-block;
margin-right: 20px;
font-size: 20px;
vertical-align: middle;
-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.insight-button.style02 a {
display: inline-block;
vertical-align: middle;
color: #333333;
font-size: 14px;
font-family: Montserrat;
font-weight: 400;
text-transform: uppercase;
letter-spacing: .05em;
line-height: 1;
padding-bottom: 5px;
border-bottom: 2px solid #333333; }
.insight-button.style02:hover i {
background-color: #333333; }
.insight-button.style02.no-underline a {
padding-bottom: 0;
border-bottom: none; }
.insight-button.style03 .image {
display: block;
margin-bottom: 10px; }
.insight-button.style03 .image img {
display: inline-block; }
.insight-button.style03 a {
font-size: 14px;
font-family: Montserrat;
font-weight: 400;
color: #333333;
display: inline-block;
text-transform: uppercase;
padding-bottom: 5px;
line-height: 1;
border-bottom: 2px solid #333333; }
.insight-button.style03 a:hover {
color: #da0e2b;
border-bottom-color: #da0e2b; }
.insight-button.style04 a {
display: inline-block;
background-color: transparent;
color: #da0e2b;
font-size: 14px;
font-family: Montserrat;
font-weight: 400;
text-transform: uppercase;
letter-spacing: .05em;
line-height: 46px;
height: 48px;
border: 1px solid #da0e2b;
padding: 0 40px; }
.insight-button.style04 a:hover {
background-color: #da0e2b;
color: #fff; }
.insight-button.style04.btn-white a {
color: #fff;
background-color: transparent;
border-color: #fff; }
.insight-button.style04.btn-white a:hover {
background-color: #da0e2b;
border-color: #da0e2b; }
.insight-project-title {
display: block;
width: 100%;
margin-bottom: 30px; }
.insight-project-title .title {
font-size: 40px;
font-family: Merriweather;
font-weight: 400;
color: #333333; }
.insight-project-title .category a {
font-size: 12px;
font-weight: 400;
font-family: Montserrat;
text-transform: uppercase;
color: #ccc;
display: inline-block;
margin-right: 20px; }
.insight-project-title .category a:last-child {
margin-right: 0; }
.insight-project-title .category a:hover {
color: #da0e2b; }
.insight-project-title .meta {
margin-top: 20px;
color: #696969; }
.insight-project-title .meta > span {
display: inline-block;
margin-right: 20px; }
.insight-project-title .meta > span a {
color: #696969; }
.insight-project-title .meta > span.view:before {
content: '\f133';
font-family: Ionicons;
font-size: 16px;
color: #da0e2b;
margin-right: 10px; }
.insight-project-title .meta > span.share:before {
content: '\f3ac';
font-family: Ionicons;
font-size: 16px;
color: #da0e2b;
margin-right: 10px; }
.insight-project-title .meta > span.like a:before {
content: '\f387';
font-family: Ionicons;
font-size: 16px;
color: #da0e2b;
margin-right: 10px;
display: inline-block; }
.insight-project-title .meta > span.like a.liked:before {
content: '\f388'; }
.insight-project-title .meta > span.like a.loading:before {
content: '\f3b1';
-webkit-animation: spin 2s infinite linear;
-moz-animation: spin 2s infinite linear;
-o-animation: spin 2s infinite linear;
animation: spin 2s infinite linear; }
.insight-project-title .meta > span.comment:before {
content: '\f11a';
font-family: Ionicons;
font-size: 16px;
color: #da0e2b;
margin-right: 10px; }
.insight-project-title .meta > span:last-child {
margin-right: 0; }
.insight-project-title.style02 {
text-align: center; }
.insight-project-info.style01 {
display: block;
width: 100%;
padding: 50px 30px;
background-color: #f6f7f7; }
.insight-project-info.style01 .info-item {
display: block;
margin-bottom: 40px; }
.insight-project-info.style01 .info-item .title {
font-size: 14px;
font-weight: 700;
font-family: Montserrat;
color: #333333;
text-transform: uppercase;
margin-bottom: 10px; }
.insight-project-info.style01 .info-item .content {
font-size: 14px;
color: #696969; }
.insight-project-info.style01 .info-item:last-child {
margin-bottom: 0; }
.insight-project-info.style02 {
display: block;
margin-left: -15px;
margin-right: -15px; }
.insight-project-info.style02 .info-item {
display: block;
padding: 0 15px;
outline: none; }
.insight-project-info.style02 .info-item .info-item-inner {
padding: 30px;
background-color: #f6f7f7; }
.insight-project-info.style02 .info-item .info-item-inner .title {
font-size: 14px;
font-weight: 700;
font-family: Montserrat;
color: #333333;
text-transform: uppercase;
margin-bottom: 10px; }
.insight-project-info.style02 .info-item .info-item-inner .content {
font-size: 14px;
color: #696969; }
.insight-project-info.style02 .slick-dots {
position: relative;
margin: 0 auto;
bottom: auto; }
.insight-project-info.style02 .slick-dots li {
margin: 0; }
.insight-project-info.style02 .slick-dots li button:before {
font-size: 8px; }
.insight-project-video {
overflow: hidden;
-moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1); }
.insight-project-video a {
display: block;
width: 100%;
padding: 0;
margin: 0;
position: relative; }
.insight-project-video a:before {
content: '';
width: 100px;
height: 100px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
background-color: #da0e2b;
opacity: .3;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 97; }
.insight-project-video a:after {
content: '\f215';
font-family: Ionicons;
color: #fff;
font-size: 24px;
width: 80px;
height: 80px;
line-height: 80px;
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px;
background-color: #da0e2b;
text-align: center;
display: block;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 98; }
.insight-project-video a img {
display: block;
width: 100%;
height: auto;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
z-index: 96; }
.insight-project-video a .time {
font-size: 14px;
font-weight: 400;
font-family: Montserrat;
color: #fff;
position: absolute;
bottom: 30px;
right: 30px;
display: inline-block;
line-height: 1; }
.insight-project-video:hover img {
transform: scale(1.1); }
.insight-project-related {
display: block;
width: 100%;
padding: 0;
margin: 0;
position: relative; }
.insight-project-related .related-title {
font-size: 24px;
font-weight: 700;
font-family: Merriweather;
color: #333333;
position: relative; }
.insight-project-related .related-title:after {
content: '';
width: 30px;
height: 1px;
background-color: #da0e2b;
display: block;
position: absolute;
bottom: 0px;
left: 0px; }
.insight-project-related .slick-list {
padding-bottom: 30px; }
.insight-project-related .slick-dots {
position: relative;
margin: 0 auto;
bottom: auto; }
.insight-project-related .slick-dots li {
margin: 0; }
.insight-project-related .slick-dots li button:before {
font-size: 8px; }
.insight-project-related .slick-arrow {
top: -90px;
background-color: transparent;
border: none;
padding: 0;
margin: 0;
width: 50px;
height: 40px;
border: 2px solid #eff0f2;
line-height: 36px;
text-align: center;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.insight-project-related .slick-arrow:before {
color: #696969;
font-size: 18px;
font-weight: 700;
height: 36px;
line-height: 36px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.insight-project-related .slick-arrow:hover {
color: #da0e2b; }
.insight-project-related .slick-arrow:hover:before {
color: #da0e2b; }
.insight-project-related .slick-arrow.slick-next {
left: auto;
right: 15px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 20px;
border-top-left-radius: 0;
border-top-right-radius: 20px; }
.insight-project-related .slick-arrow.slick-next:before {
content: '\f3d1';
font-family: Ionicons; }
.insight-project-related .slick-arrow.slick-prev {
left: auto;
right: 65px;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 0;
border-top-left-radius: 20px;
border-top-right-radius: 0;
border-right: 1px solid #eff0f2; }
.insight-project-related .slick-arrow.slick-prev:before {
content: '\f3cf';
font-family: Ionicons; }
.insight-project-related .items {
display: block;
margin-left: -15px;
margin-right: -15px;
margin-top: 50px;
margin-bottom: 0; }
.insight-project-related .items .item {
padding: 0 15px;
outline: none; }
.insight-project-related .items .item .item-inner {
display: block;
width: 100%;
background-color: #fff;
-moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
-webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05); }
.insight-project-related .items .item .item-inner .thumb {
overflow: hidden; }
.insight-project-related .items .item .item-inner .thumb img {
display: block;
margin: 0;
padding: 0;
width: 100%;
height: auto;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.insight-project-related .items .item .item-inner .info {
padding: 15px 30px; }
.insight-project-related .items .item .item-inner .info .title a {
font-size: 18px;
font-weight: 400;
font-family: Merriweather;
color: #333333; }
.insight-project-related .items .item .item-inner .info .title a:hover {
color: #da0e2b; }
.insight-project-related .items .item .item-inner .info .category a {
font-size: 12px;
font-weight: 400;
font-family: Montserrat;
text-transform: uppercase;
color: #ccc;
display: inline-block;
margin-right: 20px; }
.insight-project-related .items .item .item-inner .info .category a:hover {
color: #da0e2b; }
.insight-project-related .items .item .item-inner:hover .thumb img {
transform: scale(1.1); }
.insight-project-comment #comments {
margin-top: 0; }
.insight-project-comment #comments .comment-respond {
margin-top: 0; }
.insight-project-comment #comments #reply-title {
font-family: Merriweather; }
.insight-project-masonry {
display: block;
position: relative; }
.insight-project-masonry .insight-filter {
display: block;
position: absolute;
top: 200px;
left: 0;
-ms-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
transform: rotate(-90deg);
-ms-transform-origin: 0% 0%;
-webkit-transform-origin: 0% 0%;
transform-origin: 0% 0%; }
.insight-project-masonry .insight-filter ul {
margin: 0;
padding: 0;
transform: translate(-100%, -140px);
padding-left: 0; }
.insight-project-masonry .insight-filter ul li {
display: inline; }
@media (max-width: 768px) {
.insight-project-masonry .insight-filter ul li {
display: block;
padding: 5px; }
.insight-project-masonry .insight-filter ul li:before {
display: none !important; } }
.insight-project-masonry .insight-filter ul li a {
text-transform: uppercase;
font-size: 13.5px;
letter-spacing: 0.05em;
padding: 7px 20px;
font-weight: bold;
border: 1px solid transparent;
cursor: pointer; }
.insight-project-masonry .insight-filter ul li a.active {
color: #da0e2b;
border-color: #da0e2b; }
.insight-project-masonry .insight-filter ul li a.active:hover {
background-color: transparent; }
.insight-project-masonry .insight-filter ul li a:hover {
color: #da0e2b;
border-color: #da0e2b; }
.insight-project-masonry .insight-filter ul li:first-child:before {
display: none; }
.insight-project-masonry .insight-filter ul li:before {
content: '';
display: inline-block;
vertical-align: middle;
height: 1px;
width: 10px; }
.insight-project-masonry .insight-filter-items .insight-filter-item {
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.insight-project-masonry .insight-filter-items .insight-filter-item .item-inner .thumb {
position: relative;
-moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
-webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
overflow: hidden; }
.insight-project-masonry .insight-filter-items .insight-filter-item .item-inner .thumb img {
display: block;
margin: 0;
padding: 0;
width: 100%;
height: auto;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.insight-project-masonry .insight-filter-items .insight-filter-item .item-inner .thumb .meta {
position: absolute;
left: 20px;
bottom: 15px;
color: #fff; }
.insight-project-masonry .insight-filter-items .insight-filter-item .item-inner .thumb .meta > span {
display: inline-block;
margin-right: 20px; }
.insight-project-masonry .insight-filter-items .insight-filter-item .item-inner .thumb .meta > span a {
color: #696969; }
.insight-project-masonry .insight-filter-items .insight-filter-item .item-inner .thumb .meta > span.view:before {
content: '\f133';
font-family: Ionicons;
font-size: 16px;
color: #da0e2b;
margin-right: 10px; }
.insight-project-masonry .insight-filter-items .insight-filter-item .item-inner .thumb .meta > span.share:before {
content: '\f3ac';
font-family: Ionicons;
font-size: 16px;
color: #da0e2b;
margin-right: 10px; }
.insight-project-masonry .insight-filter-items .insight-filter-item .item-inner .thumb .meta > span.like a:before {
content: '\f387';
font-family: Ionicons;
font-size: 16px;
color: #da0e2b;
margin-right: 10px;
display: inline-block; }
.insight-project-masonry .insight-filter-items .insight-filter-item .item-inner .thumb .meta > span.like a.liked:before {
content: '\f388'; }
.insight-project-masonry .insight-filter-items .insight-filter-item .item-inner .thumb .meta > span.like a.loading:before {
content: '\f3b1';
-webkit-animation: spin 2s infinite linear;
-moz-animation: spin 2s infinite linear;
-o-animation: spin 2s infinite linear;
animation: spin 2s infinite linear; }
.insight-project-masonry .insight-filter-items .insight-filter-item .item-inner .thumb .meta > span.comment:before {
content: '\f11a';
font-family: Ionicons;
font-size: 16px;
color: #da0e2b;
margin-right: 10px; }
.insight-project-masonry .insight-filter-items .insight-filter-item .item-inner .thumb .meta > span:last-child {
margin-right: 0; }
.insight-project-masonry .insight-filter-items .insight-filter-item .item-inner .info {
padding: 20px 0 60px 0;
text-align: center; }
.insight-project-masonry .insight-filter-items .insight-filter-item .item-inner .info .title a {
font-size: 24px;
font-weight: 400;
color: #333333; }
.insight-project-masonry .insight-filter-items .insight-filter-item .item-inner .info .title a:hover {
color: #da0e2b; }
.insight-project-masonry .insight-filter-items .insight-filter-item .item-inner .info .category a {
font-size: 12px;
font-weight: 400;
font-family: Montserrat;
text-transform: uppercase;
color: #ccc;
display: inline-block;
margin-right: 20px; }
.insight-project-masonry .insight-filter-items .insight-filter-item .item-inner .info .category a:hover {
color: #da0e2b; }
.insight-project-masonry .insight-filter-items .insight-filter-item .item-inner .info .category a:last-child {
margin-right: 0; }
.insight-project-masonry .insight-filter-items .insight-filter-item.item-1, .insight-project-masonry .insight-filter-items .insight-filter-item.item-11 {
padding-top: 100px;
padding-right: 100px; }
.insight-project-masonry .insight-filter-items .insight-filter-item.item-2, .insight-project-masonry .insight-filter-items .insight-filter-item.item-12 {
padding-right: 200px; }
.insight-project-masonry .insight-filter-items .insight-filter-item.item-3, .insight-project-masonry .insight-filter-items .insight-filter-item.item-8 {
padding-top: 200px;
padding-right: 100px; }
.insight-project-masonry .insight-filter-items .insight-filter-item.item-5, .insight-project-masonry .insight-filter-items .insight-filter-item.item-10 {
padding-left: 100px;
padding-top: 100px; }
.insight-project-masonry .insight-filter-items .insight-filter-item.item-6 {
padding-top: 100px;
padding-left: 100px;
padding-right: 100px; }
.insight-project-masonry .insight-filter-items .insight-filter-item.item-7 {
padding-right: 100px; }
.insight-project-masonry .insight-filter-items .insight-filter-item.insight-hide {
opacity: .2;
transform: scale(0.5); }
.insight-project-masonry .insight-filter-items .insight-filter-item:hover .item-inner .thumb {
-moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1); }
.insight-project-masonry .insight-filter-items .insight-filter-item:hover .item-inner .thumb img {
transform: scale(1.1); }
@media (max-width: 768px) {
.insight-project-masonry .insight-filter {
position: relative;
top: 0;
left: 0;
margin-bottom: 30px;
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
-moz-transform: rotate(0deg);
transform: rotate(0deg); }
.insight-project-masonry .insight-filter ul {
transform: translate(0, 0); }
.insight-project-masonry .insight-filter ul li {
padding: 5px 0; }
.insight-project-masonry .insight-filter ul li a {
display: block;
text-align: center; }
.insight-project-masonry .insight-filter-items .insight-filter-item {
padding: 0 15px !important; } }
.insight-project-filter {
display: block;
position: relative; }
.insight-project-filter .insight-filter {
display: block;
position: absolute;
top: 80px;
left: 0;
-ms-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
transform: rotate(-90deg);
-ms-transform-origin: 0% 0%;
-webkit-transform-origin: 0% 0%;
transform-origin: 0% 0%; }
.insight-project-filter .insight-filter ul {
margin: 0;
padding: 0;
transform: translate(-100%, -140px); }
.insight-project-filter .insight-filter ul li {
display: inline-block;
margin: 0 5px; }
@media (max-width: 768px) {
.insight-project-filter .insight-filter ul li {
display: block;
padding: 5px; }
.insight-project-filter .insight-filter ul li:before {
display: none !important; } }
.insight-project-filter .insight-filter ul li a {
text-transform: uppercase;
font-size: 13.5px;
letter-spacing: 0.05em;
padding: 7px 20px;
font-weight: bold;
border-radius: 4px;
border: 1px solid transparent;
cursor: pointer; }
.insight-project-filter .insight-filter ul li a.active {
color: #da0e2b;
border-color: #da0e2b; }
.insight-project-filter .insight-filter ul li a.active:hover {
background-color: transparent; }
.insight-project-filter .insight-filter ul li a:hover {
color: #da0e2b;
border-color: #da0e2b; }
.insight-project-filter .insight-filter ul li:first-child:before {
display: none; }
.insight-project-filter .insight-filter-items .insight-filter-item {
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.insight-project-filter .insight-filter-items .insight-filter-item .item-inner .thumb {
position: relative;
-moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
-webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
overflow: hidden; }
.insight-project-filter .insight-filter-items .insight-filter-item .item-inner .thumb img {
display: block;
margin: 0;
padding: 0;
width: 100%;
height: auto;
-webkit-filter: grayscale(100%); filter: grayscale(100%);
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.insight-project-filter .insight-filter-items .insight-filter-item .item-inner .thumb .meta {
position: absolute;
left: 20px;
bottom: 15px;
color: #fff; }
.insight-project-filter .insight-filter-items .insight-filter-item .item-inner .thumb .meta > span {
display: inline-block;
margin-right: 20px; }
.insight-project-filter .insight-filter-items .insight-filter-item .item-inner .thumb .meta > span a {
color: #696969; }
.insight-project-filter .insight-filter-items .insight-filter-item .item-inner .thumb .meta > span.view:before {
content: '\f133';
font-family: Ionicons;
font-size: 16px;
color: #da0e2b;
margin-right: 10px; }
.insight-project-filter .insight-filter-items .insight-filter-item .item-inner .thumb .meta > span.share:before {
content: '\f3ac';
font-family: Ionicons;
font-size: 16px;
color: #da0e2b;
margin-right: 10px; }
.insight-project-filter .insight-filter-items .insight-filter-item .item-inner .thumb .meta > span.like a:before {
content: '\f387';
font-family: Ionicons;
font-size: 16px;
color: #da0e2b;
margin-right: 10px;
display: inline-block; }
.insight-project-filter .insight-filter-items .insight-filter-item .item-inner .thumb .meta > span.like a.liked:before {
content: '\f388'; }
.insight-project-filter .insight-filter-items .insight-filter-item .item-inner .thumb .meta > span.like a.loading:before {
content: '\f3b1';
-webkit-animation: spin 2s infinite linear;
-moz-animation: spin 2s infinite linear;
-o-animation: spin 2s infinite linear;
animation: spin 2s infinite linear; }
.insight-project-filter .insight-filter-items .insight-filter-item .item-inner .thumb .meta > span.comment:before {
content: '\f11a';
font-family: Ionicons;
font-size: 16px;
color: #da0e2b;
margin-right: 10px; }
.insight-project-filter .insight-filter-items .insight-filter-item .item-inner .thumb .meta > span:last-child {
margin-right: 0; }
.insight-project-filter .insight-filter-items .insight-filter-item .item-inner .info {
padding: 20px 0 60px 0;
text-align: center; }
.insight-project-filter .insight-filter-items .insight-filter-item .item-inner .info .title a {
font-size: 24px;
font-weight: 700;
font-family: Montserrat;
color: #333333; }
.insight-project-filter .insight-filter-items .insight-filter-item .item-inner .info .title a:hover {
color: #da0e2b; }
.insight-project-filter .insight-filter-items .insight-filter-item .item-inner .info .category a {
font-size: 12px;
font-weight: 400;
font-family: Montserrat;
text-transform: uppercase;
color: #ccc;
display: inline-block;
margin-right: 20px; }
.insight-project-filter .insight-filter-items .insight-filter-item .item-inner .info .category a:hover {
color: #da0e2b; }
.insight-project-filter .insight-filter-items .insight-filter-item .item-inner .info .category a:last-child {
margin-right: 0; }
.insight-project-filter .insight-filter-items .insight-filter-item.insight-hide {
opacity: .2;
transform: scale(0.5); }
.insight-project-filter .insight-filter-items .insight-filter-item:hover .item-inner .thumb {
-moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1); }
.insight-project-filter .insight-filter-items .insight-filter-item:hover .item-inner .thumb img {
transform: scale(1.1); }
.insight-project-filter.filter-position-top .insight-filter {
display: block;
position: relative;
top: auto;
left: auto;
margin-bottom: 60px;
-ms-transform: rotate(0);
-webkit-transform: rotate(0);
-o-transform: rotate(0);
-moz-transform: rotate(0);
transform: rotate(0); }
.insight-project-filter.filter-position-top .insight-filter ul {
display: flex;
justify-content: center;
transform: translate(0, 0);
text-align: center; }
.insight-project-filter.filter-position-top .insight-filter ul li.filter-item {
order: 2;
margin: 0 5px; }
.insight-project-filter.filter-position-top .insight-filter ul li.filter-item:before {
display: none; }
.insight-project-filter.filter-position-top .insight-filter ul li.filter-item.filter-all {
order: 1; }
@media (max-width: 768px) {
.insight-project-filter .insight-filter {
position: relative;
top: 0;
left: 0;
margin-bottom: 30px !important;
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
-moz-transform: rotate(0deg);
transform: rotate(0deg); }
.insight-project-filter .insight-filter ul {
display: flex !important;
flex-direction: column;
transform: translate(0, 0); }
.insight-project-filter .insight-filter ul li.filter-item {
margin: 5px 0 !important;
padding: 0 !important;
order: 2; }
.insight-project-filter .insight-filter ul li.filter-item:before {
display: none; }
.insight-project-filter .insight-filter ul li.filter-item a {
display: block;
text-align: center; }
.insight-project-filter .insight-filter ul li.filter-item.filter-all {
order: 1; }
.insight-project-filter .insight-filter-items .insight-filter-item {
padding: 0 15px !important; } }
.insight-project-carousel > div {
padding-bottom: 30px !important; }
.insight-project-carousel .insight-project-carousel-item {
outline: none;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.insight-project-carousel .insight-project-carousel-item .insight-project-carousel-item-inner {
display: block;
width: 100%;
background-color: #696969;
transform: scale(0.5);
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.insight-project-carousel .insight-project-carousel-item .info {
text-align: center;
margin-top: 50px;
opacity: 0;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.insight-project-carousel .insight-project-carousel-item .info .title a {
font-size: 18px;
line-height: 36px;
font-weight: 400;
text-transform: uppercase;
color: #fff;
letter-spacing: 0.2em; }
.insight-project-carousel .insight-project-carousel-item .info .title a:hover {
color: #da0e2b; }
.insight-project-carousel .insight-project-carousel-item .info .category {
font-size: 14px;
color: #696969;
line-height: 36px;
font-style: italic; }
.insight-project-carousel .insight-project-carousel-item .info .category a {
margin-left: 5px;
margin-right: 5px; }
.insight-project-carousel .insight-project-carousel-item.slick-slide {
width: 840px; }
.insight-project-carousel .insight-project-carousel-item.slick-slide img {
width: 100%;
opacity: .5; }
.insight-project-carousel .insight-project-carousel-item.slick-slide.slick-center .info {
opacity: 1; }
.insight-project-carousel .insight-project-carousel-item.slick-slide.slick-center .insight-project-carousel-item-inner {
transform: scale(1);
-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5); }
.insight-project-carousel .insight-project-carousel-item.slick-slide.slick-center .insight-project-carousel-item-inner img {
opacity: 1; }
.insight-project-carousel .slick-dots {
margin-bottom: 0; }
.insight-project-carousel .slick-dots li {
margin: 0; }
.insight-project-carousel .slick-dots li button:before {
font-size: 8px; }
@media (max-width: 768px) {
.insight-project-carousel > div {
padding-bottom: 0px !important; }
.insight-project-carousel .insight-project-carousel-item .insight-project-carousel-item-inner {
transform: scale(1);
-moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1); }
.insight-project-carousel .insight-project-carousel-item .insight-project-carousel-item-inner img {
opacity: 1 !important; } }
.insight-project-justified {
display: block;
width: 100%; }
.insight-project-justified .insight-project-justified-items .insight-project-justified-item .item-inner {
position: relative; }
.insight-project-justified .insight-project-justified-items .insight-project-justified-item .item-inner .thumb {
overflow: hidden;
z-index: 6; }
.insight-project-justified .insight-project-justified-items .insight-project-justified-item .item-inner .thumb img {
width: 100%;
height: auto;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.insight-project-justified .insight-project-justified-items .insight-project-justified-item .item-inner .title {
position: absolute;
display: block;
text-align: center;
top: 60%;
left: 0;
width: 100%;
transform: translateY(-50%);
opacity: 0;
z-index: 8;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.insight-project-justified .insight-project-justified-items .insight-project-justified-item .item-inner .title a {
font-family: Montserrat;
font-size: 24px;
font-weight: 700;
text-transform: uppercase;
color: #fff; }
.insight-project-justified .insight-project-justified-items .insight-project-justified-item .item-inner .title a:before {
content: '\f488';
font-family: Ionicons;
display: block;
font-size: 40px; }
.insight-project-justified .insight-project-justified-items .insight-project-justified-item .item-inner:before {
content: '';
display: block;
position: absolute;
top: 30px;
left: 30px;
background-color: #da0e2b;
width: calc(100% - 60px);
height: calc(100% - 60px);
opacity: 0;
z-index: 7;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.insight-project-justified .insight-project-justified-items .insight-project-justified-item:hover .item-inner .thumb img {
transform: scale(1.1); }
.insight-project-justified .insight-project-justified-items .insight-project-justified-item:hover .item-inner .title {
top: 50%;
opacity: 1; }
.insight-project-justified .insight-project-justified-items .insight-project-justified-item:hover .item-inner:before {
opacity: .9; }
.insight-project-featured {
display: block;
width: 100%;
padding: 0;
margin: 0;
position: relative; }
.insight-project-featured .image {
position: relative;
overflow: hidden;
z-index: 7; }
.insight-project-featured .image img {
width: 100%;
height: auto;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.insight-project-featured .image:before {
content: '';
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.5);
z-index: 7;
opacity: 0;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.insight-project-featured .info {
position: absolute;
top: 60%;
left: 0;
display: block;
width: 100%;
text-align: center;
transform: translateY(-50%);
z-index: 8;
opacity: 0;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.insight-project-featured .info .category a {
font-size: 14px;
font-family: Merriweather;
font-style: italic;
color: #fff;
font-weight: 400; }
.insight-project-featured .info .category a:hover {
color: #da0e2b; }
.insight-project-featured .info .title {
font-size: 24px;
font-family: Merriweather;
color: #fff;
font-weight: 400;
margin-bottom: 90px; }
.insight-project-featured .info .more a {
font-family: Montserrat;
font-size: 12px;
font-weight: 400;
color: #da0e2b;
text-transform: uppercase;
display: inline-block;
padding: 15px 20px;
border-width: 1px;
border-style: solid;
border-color: transparent;
line-height: 1; }
.insight-project-featured .info .more a:hover {
border-color: #da0e2b; }
.insight-project-featured:hover .image:before {
opacity: 1; }
.insight-project-featured:hover .info {
top: 50%;
opacity: 1; }
.insight-our-services {
display: block; }
.insight-our-services.type-icon .col-icon {
z-index: 97; }
.insight-our-services.type-icon .col-icon .icon {
width: 100%;
min-height: 255px;
background-color: #fff;
color: #da0e2b;
font-size: 100px;
text-align: center;
-moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
margin-top: -50px;
position: relative; }
.insight-our-services.type-icon .col-icon .icon i {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%); }
.insight-our-services.type-icon .col-text {
z-index: 96; }
.insight-our-services.type-icon .col-text .text {
background-color: #f6f7f7;
padding: 40px 70px;
min-height: 270px;
position: relative; }
.insight-our-services.type-icon .col-text .text:before {
content: '';
display: block;
width: 100px;
height: 100%;
position: absolute;
top: 0;
left: -100px;
background-color: #f6f7f7; }
.insight-our-services.type-icon .col-text .text .title {
font-family: Merriweather;
font-weight: 400;
font-size: 24px;
color: #333333;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.insight-our-services.type-icon .col-text .text .content {
font-family: Lato;
font-size: 15px;
color: #696969;
line-height: 1.7;
display: block;
margin-top: 20px; }
.insight-our-services.type-icon.style-right .col-icon {
order: 1; }
.insight-our-services.type-icon.style-right .col-icon .icon {
margin-top: 50px; }
.insight-our-services.type-icon.style-right .col-text .text {
padding: 40px 70px 40px 100px; }
.insight-our-services.type-icon.style-right .col-text .text:before {
left: auto;
right: -100px; }
.insight-our-services.type-icon.color-white .col-icon .icon {
background-color: #fff;
color: #da0e2b; }
.insight-our-services.type-icon.color-primary .col-icon .icon {
background-color: #da0e2b;
color: #fff; }
.insight-our-services.type-icon.color-black .col-icon .icon {
background-color: #333333;
color: #da0e2b; }
.insight-our-services.type-icon:hover .col-text .text .title {
color: #da0e2b; }
.insight-our-services.type-image {
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.insight-our-services.type-image .col-image {
z-index: 96;
padding-right: 0; }
.insight-our-services.type-image .col-image img {
width: 100%;
height: auto;
-webkit-filter: grayscale(100%); filter: grayscale(100%); }
.insight-our-services.type-image .col-text {
z-index: 97; }
.insight-our-services.type-image .col-text .text {
background-color: #fff;
padding: 40px; }
.insight-our-services.type-image .col-text .text .title {
font-family: Merriweather;
font-weight: 400;
font-size: 24px;
color: #333333;
position: relative;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.insight-our-services.type-image .col-text .text .title:before {
content: '';
width: 60px;
height: 1px;
background-color: #da0e2b;
display: block;
position: absolute;
top: 50%;
left: -85px; }
.insight-our-services.type-image .col-text .text .content {
font-family: Lato;
font-size: 15px;
color: #696969;
line-height: 1.7;
display: block;
margin-top: 20px; }
.insight-our-services.type-image.style-right .col-image {
order: 1;
padding-right: 15px;
padding-left: 0; }
.insight-our-services.type-image.style-right .col-text {
text-align: right; }
.insight-our-services.type-image.style-right .col-text .title:before {
left: auto;
right: -85px; }
.insight-our-services.type-image:hover {
-moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1); }
.insight-our-services.type-image:hover .col-image img {
-webkit-filter: grayscale(0%); filter: grayscale(0%); }
.insight-our-services.type-image:hover .col-text .text .title {
color: #da0e2b; }
@media (max-width: 768px) {
.insight-our-services.type-icon .insight-our-services-inner .col-icon {
order: 0; }
.insight-our-services.type-icon .insight-our-services-inner .col-icon .icon {
margin-top: 0; }
.insight-our-services.type-icon .insight-our-services-inner .col-text .text {
padding: 20px 30px; }
.insight-our-services.type-icon .insight-our-services-inner .col-text .text:before {
display: none; }
.insight-our-services.type-image .insight-our-services-inner .col-image {
order: 0;
padding-left: 15px;
padding-right: 15px; }
.insight-our-services.type-image .insight-our-services-inner .col-text {
text-align: left; }
.insight-our-services.type-image .insight-our-services-inner .col-text .text {
padding: 20px 30px; }
.insight-our-services.type-image .insight-our-services-inner .col-text .text .title:before {
display: none; } }
.insight-our-services-list .big-title {
font-family: Merriweather;
font-size: 40px;
font-weight: 400;
color: #333333; }
.insight-our-services-list .big-title a {
font-family: Merriweather;
font-size: 40px;
font-weight: 400;
color: #333333;
position: relative; }
.insight-our-services-list .big-title a:after {
position: absolute;
right: -130px;
top: 50%;
content: '\f30f';
font-family: Ionicons;
width: 40px;
height: 40px;
text-align: center;
line-height: 36px;
font-size: 18px;
font-weight: 400;
color: #da0e2b;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
display: inline-block;
border: 2px solid #f0f0f0;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
transform: translateY(-50%); }
.insight-our-services-list .big-title a:hover {
color: #da0e2b; }
.insight-our-services-list .big-title a:hover:after {
border-color: #da0e2b;
background-color: #da0e2b;
color: #fff; }
.insight-our-services-list .items .item {
display: block;
width: 100%;
margin-top: 40px;
padding-left: 50px;
position: relative; }
.insight-our-services-list .items .item .number {
position: absolute;
top: 0;
left: 0;
font-size: 24px;
font-weight: 700;
font-family: Montserrat;
color: #da0e2b;
opacity: .5;
-ms-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
transform: rotate(-90deg); }
.insight-our-services-list .items .item .title {
display: block;
font-size: 14px;
font-weight: 400;
text-transform: uppercase;
font-family: Montserrat;
color: #333333; }
.insight-our-services-list .items .item .content {
margin-top: 10px;
display: block; }
.insight-home-services {
color: #fff; }
.insight-home-services .icon {
font-size: 36px; }
.insight-home-services .title {
display: block;
font-size: 14px;
font-weight: 700;
font-family: Montserrat;
text-transform: uppercase; }
.insight-home-services .links {
margin-top: 15px; }
.insight-home-services .links a {
display: block;
color: #ababab;
font-size: 14px;
line-height: 1;
margin-top: 15px; }
.insight-home-services .links a:hover {
color: #da0e2b;
text-decoration: underline; }
.insight-home-services.align-left {
text-align: left; }
.insight-home-services.align-center {
text-align: center; }
.insight-home-services.align-right {
text-align: right; }
.insight-home-services.color-white {
color: #fff; }
.insight-home-services.color-white a {
color: #ababab; }
.insight-home-services.color-white a:hover {
color: #da0e2b; }
.insight-home-services.color-primary {
color: #da0e2b; }
.insight-home-services.color-primary a {
color: #da0e2b; }
.insight-home-services.color-black {
color: #333333; }
.insight-home-services.color-black a {
color: #333333; }
.insight-home-blog .blog-wrap {
background-color: #f6f7f7;
overflow: hidden; }
.insight-home-blog .blog-wrap .col-text {
padding-top: 30px;
padding-bottom: 30px; }
.insight-home-blog .blog-wrap .col-quote {
position: relative;
background-image: url(//www.civitasimagium.com/wp-content/themes/tm-9studio/assets/images/quote_bg_01.png);
background-repeat: no-repeat;
background-position: 100% 110%; }
.insight-home-blog .blog-wrap .col-quote img {
z-index: 96;
opacity: 0; }
.insight-home-blog .blog-wrap .col-quote .text {
padding: 30px;
position: absolute;
z-index: 97;
top: 0; }
.insight-home-blog .blog-wrap .col-quote .text .title:before {
content: '«';
display: inline-block;
margin-right: 10px; }
.insight-home-blog .blog-wrap .col-quote .text .title:after {
content: '»';
display: inline-block;
margin-left: 10px; }
.insight-home-blog .blog-wrap .col-image {
position: relative; }
.insight-home-blog .blog-wrap .col-image .image {
z-index: 96;
overflow: hidden; }
.insight-home-blog .blog-wrap .col-image .image img {
width: 100%;
height: auto;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.insight-home-blog .blog-wrap .col-image .video-play {
z-index: 97;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%); }
.insight-home-blog .blog-wrap .col-image .video-play:before {
content: '';
width: 70px;
height: 70px;
-webkit-border-radius: 35px;
-moz-border-radius: 35px;
border-radius: 35px;
background-color: #da0e2b;
opacity: .3;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 97; }
.insight-home-blog .blog-wrap .col-image .video-play:after {
content: '\f215';
font-family: Ionicons;
color: #fff;
font-size: 18px;
width: 56px;
height: 56px;
line-height: 56px;
-webkit-border-radius: 28px;
-moz-border-radius: 28px;
border-radius: 28px;
background-color: #da0e2b;
text-align: center;
display: block;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 98; }
.insight-home-blog .blog-wrap .time {
font-family: Montserrat;
font-size: 12px;
font-weight: 400;
color: #ccc;
text-transform: uppercase; }
.insight-home-blog .blog-wrap .title {
font-size: 18px;
font-weight: 400;
font-family: Merriweather;
color: #333333;
line-height: 28px;
margin-top: 20px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.insight-home-blog .blog-wrap .meta {
margin-top: 20px;
color: #696969;
font-size: 14px; }
.insight-home-blog .blog-wrap .meta > span {
display: inline-block;
margin-right: 20px; }
.insight-home-blog .blog-wrap .meta > span a {
color: #696969; }
.insight-home-blog .blog-wrap .meta > span.view:before {
content: '\f133';
font-family: Ionicons;
font-size: 16px;
color: #da0e2b;
margin-right: 10px; }
.insight-home-blog .blog-wrap .meta > span.share:before {
content: '\f3ac';
font-family: Ionicons;
font-size: 16px;
color: #da0e2b;
margin-right: 10px; }
.insight-home-blog .blog-wrap .meta > span.like a:before {
content: '\f387';
font-family: Ionicons;
font-size: 16px;
color: #da0e2b;
margin-right: 10px;
display: inline-block; }
.insight-home-blog .blog-wrap .meta > span.like a.liked:before {
content: '\f388'; }
.insight-home-blog .blog-wrap .meta > span.like a.loading:before {
content: '\f3b1';
-webkit-animation: spin 2s infinite linear;
-moz-animation: spin 2s infinite linear;
-o-animation: spin 2s infinite linear;
animation: spin 2s infinite linear; }
.insight-home-blog .blog-wrap .meta > span.comment:before {
content: '\f11a';
font-family: Ionicons;
font-size: 16px;
color: #da0e2b;
margin-right: 10px; }
.insight-home-blog .blog-wrap .meta > span:last-child {
margin-right: 0; }
.insight-home-blog .blog-wrap.blog-01 {
margin-bottom: 30px; }
.insight-home-blog .blog-wrap.blog-01 .col-image .image {
position: relative; }
.insight-home-blog .blog-wrap.blog-01 .col-image .image:before {
content: '';
width: 0;
height: 0;
border-bottom: 15px solid transparent;
border-left: 15px solid transparent;
border-top: 15px solid #f6f7f7;
border-right: 15px solid #f6f7f7;
position: absolute;
top: 0;
right: 0;
z-index: 8; }
.insight-home-blog .blog-wrap.blog-01 .col-text {
padding-right: 30px; }
@media (max-width: 768px) {
.insight-home-blog .blog-wrap.blog-01 .col-image .image {
position: relative; }
.insight-home-blog .blog-wrap.blog-01 .col-image .image:before {
border-top: 15px solid transparent;
border-left: 15px solid transparent;
border-bottom: 15px solid #f6f7f7;
border-right: 15px solid #f6f7f7;
top: auto;
bottom: 0;
right: 0; } }
.insight-home-blog .blog-wrap.blog-02 {
height: 100%; }
.insight-home-blog .blog-wrap.blog-02 .col-image .image {
position: relative; }
.insight-home-blog .blog-wrap.blog-02 .col-image .image:before {
content: '';
width: 0;
height: 0;
border-top: 15px solid transparent;
border-left: 15px solid transparent;
border-bottom: 15px solid #f6f7f7;
border-right: 15px solid #f6f7f7;
position: absolute;
bottom: 0;
right: 0;
z-index: 8; }
.insight-home-blog .blog-wrap.blog-02 .col-text {
padding: 30px 45px; }
.insight-home-blog .blog-wrap.blog-04 .col-image img {
-webkit-filter: grayscale(100%); filter: grayscale(100%); }
.insight-home-blog .blog-wrap:hover .col-image .image img {
transform: scale(1.1); }
.insight-home-blog .blog-wrap:hover .col-text .title {
color: #da0e2b; }
.insight-home-blog .blog-wrap:hover .col-quote .text .title {
color: #da0e2b; }
@media (max-width: 768px) {
.insight-home-blog .blog-wrap {
margin-bottom: 30px; }
.insight-home-blog .blog-wrap .col-text {
padding: 30px 45px; } }
.insight-one-page .insight-one-page-item {
padding: 100px 50px 80px 50px; }
.insight-one-page .insight-one-page-item .insight-one-page-item-inner {
width: 100%;
height: 100%;
background-size: cover;
position: relative; }
.insight-one-page .insight-one-page-item .insight-one-page-item-inner .text {
max-width: 610px;
position: absolute;
top: 50%;
left: 50%;
z-index: 97;
transform: translate(-100%, -50%); }
.insight-one-page .insight-one-page-item .insight-one-page-item-inner .text .time {
font-family: Montserrat;
font-size: 14px;
font-weight: 400;
color: #696969;
text-transform: uppercase; }
.insight-one-page .insight-one-page-item .insight-one-page-item-inner .text .title {
font-size: 80px;
font-weight: 700;
font-family: Merriweather;
color: #fff;
line-height: 1;
margin-top: 20px; }
.insight-one-page .insight-one-page-item .insight-one-page-item-inner .text .meta {
margin-top: 20px;
font-size: 14px;
color: #ababab; }
.insight-one-page .insight-one-page-item .insight-one-page-item-inner .text .meta > span {
display: inline-block;
margin-right: 20px; }
.insight-one-page .insight-one-page-item .insight-one-page-item-inner .text .meta > span a {
color: #696969; }
.insight-one-page .insight-one-page-item .insight-one-page-item-inner .text .meta > span.view:before {
content: '\f133';
font-family: Ionicons;
font-size: 16px;
color: #da0e2b;
margin-right: 10px; }
.insight-one-page .insight-one-page-item .insight-one-page-item-inner .text .meta > span.share:before {
content: '\f3ac';
font-family: Ionicons;
font-size: 16px;
color: #da0e2b;
margin-right: 10px; }
.insight-one-page .insight-one-page-item .insight-one-page-item-inner .text .meta > span.like a:before {
content: '\f387';
font-family: Ionicons;
font-size: 16px;
color: #da0e2b;
margin-right: 10px;
display: inline-block; }
.insight-one-page .insight-one-page-item .insight-one-page-item-inner .text .meta > span.like a.liked:before {
content: '\f388'; }
.insight-one-page .insight-one-page-item .insight-one-page-item-inner .text .meta > span.like a.loading:before {
content: '\f3b1';
-webkit-animation: spin 2s infinite linear;
-moz-animation: spin 2s infinite linear;
-o-animation: spin 2s infinite linear;
animation: spin 2s infinite linear; }
.insight-one-page .insight-one-page-item .insight-one-page-item-inner .text .meta > span.comment:before {
content: '\f11a';
font-family: Ionicons;
font-size: 16px;
color: #da0e2b;
margin-right: 10px; }
.insight-one-page .insight-one-page-item .insight-one-page-item-inner .text .meta > span:last-child {
margin-right: 0; }
.insight-one-page .insight-one-page-item .insight-one-page-item-inner .video {
display: inline-block;
position: absolute;
top: 50%;
left: 50%;
z-index: 96;
transform: translate(0%, -50%);
-moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1); }
.insight-one-page .insight-one-page-item .insight-one-page-item-inner .video .video-inner {
position: relative;
overflow: hidden; }
.insight-one-page .insight-one-page-item .insight-one-page-item-inner .video .video-inner .video-play {
z-index: 97;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%); }
.insight-one-page .insight-one-page-item .insight-one-page-item-inner .video .video-inner .video-play:before {
content: '';
width: 70px;
height: 70px;
-webkit-border-radius: 35px;
-moz-border-radius: 35px;
border-radius: 35px;
background-color: #da0e2b;
opacity: .3;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 97; }
.insight-one-page .insight-one-page-item .insight-one-page-item-inner .video .video-inner .video-play:after {
content: '\f215';
font-family: Ionicons;
color: #fff;
font-size: 18px;
width: 56px;
height: 56px;
line-height: 56px;
-webkit-border-radius: 28px;
-moz-border-radius: 28px;
border-radius: 28px;
background-color: #da0e2b;
text-align: center;
display: block;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 98; }
.insight-one-page .insight-one-page-item .insight-one-page-item-inner .video .video-inner img {
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.insight-one-page .insight-one-page-item .insight-one-page-item-inner .video:hover .video-inner img {
transform: scale(1.1); }
.insight-gallery-carousel > div {
padding-bottom: 30px !important; }
.insight-gallery-carousel .insight-gallery-carousel-item {
outline: none;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.insight-gallery-carousel .insight-gallery-carousel-item .insight-gallery-carousel-item-inner {
display: block;
width: 100%;
background-color: #696969;
transform: scale(0.5);
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.insight-gallery-carousel .insight-gallery-carousel-item.slick-slide {
width: 840px; }
.insight-gallery-carousel .insight-gallery-carousel-item.slick-slide img {
width: 100%;
opacity: .5; }
.insight-gallery-carousel .insight-gallery-carousel-item.slick-slide.slick-center .insight-gallery-carousel-item-inner {
transform: scale(1);
-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5); }
.insight-gallery-carousel .insight-gallery-carousel-item.slick-slide.slick-center .insight-gallery-carousel-item-inner img {
opacity: 1; }
.insight-gallery-carousel .slick-list {
z-index: 98; }
.insight-gallery-carousel .slick-prev, .insight-gallery-carousel .slick-next {
width: 48px;
height: 48px;
top: 50%;
margin-top: -24px;
background: none;
border-radius: 0;
z-index: 99;
color: #fff;
background-color: rgba(0, 0, 0, 0.2);
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.insight-gallery-carousel .slick-prev:hover, .insight-gallery-carousel .slick-next:hover {
background-color: rgba(0, 0, 0, 0.5); }
.insight-gallery-carousel .slick-prev:before, .insight-gallery-carousel .slick-next:before {
font-size: 20px;
font-weight: 400;
font-family: Ionicons;
opacity: 1; }
.insight-gallery-carousel .slick-prev:hover, .insight-gallery-carousel .slick-next:hover {
opacity: 1; }
.insight-gallery-carousel .slick-prev {
left: 30px; }
.insight-gallery-carousel .slick-prev:before {
content: '\f3d2'; }
.insight-gallery-carousel .slick-next {
right: 30px; }
.insight-gallery-carousel .slick-next:before {
content: '\f3d3'; }
.insight-gallery-carousel .slick-dots {
margin-bottom: 0; }
.insight-gallery-carousel .slick-dots li {
margin: 0; }
.insight-gallery-carousel .slick-dots li button:before {
font-size: 8px; }
@media (max-width: 768px) {
.insight-gallery-carousel > div {
padding-bottom: 0px !important; }
.insight-gallery-carousel .insight-gallery-carousel-item .insight-gallery-carousel-item-inner {
transform: scale(1);
-moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1); }
.insight-gallery-carousel .insight-gallery-carousel-item .insight-gallery-carousel-item-inner img {
opacity: 1 !important; } }
.insight-gallery-fullscreen {
position: relative; }
.insight-gallery-fullscreen .insight-gallery-fullscreen-item {
display: block;
position: absolute; }
.insight-gallery-fullscreen .insight-gallery-fullscreen-item.insight-gallery-fullscreen-item-1 {
width: 50%;
height: 100%;
top: 0;
left: 0; }
.insight-gallery-fullscreen .insight-gallery-fullscreen-item.insight-gallery-fullscreen-item-2 {
width: 25%;
height: 50%;
top: 0;
left: 50%; }
.insight-gallery-fullscreen .insight-gallery-fullscreen-item.insight-gallery-fullscreen-item-3 {
width: 25%;
height: 50%;
top: 0;
left: 75%; }
.insight-gallery-fullscreen .insight-gallery-fullscreen-item.insight-gallery-fullscreen-item-4 {
width: 50%;
height: 50%;
top: 50%;
left: 50%; }
.insight-gallery-fullscreen .insight-gallery-fullscreen-item .insight-gallery-fullscreen-item-inner {
display: block;
width: 100%;
height: 100%;
background-size: cover;
opacity: .5;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.insight-gallery-fullscreen .insight-gallery-fullscreen-item .insight-gallery-fullscreen-item-inner a {
display: block;
width: 100%;
height: 100%;
position: relative; }
.insight-gallery-fullscreen .insight-gallery-fullscreen-item .insight-gallery-fullscreen-item-inner a img {
display: none; }
.insight-gallery-fullscreen .insight-gallery-fullscreen-item .insight-gallery-fullscreen-item-inner a:before {
display: block;
content: '\f14d';
font-family: FontAwesome;
font-size: 20px;
color: #fff;
width: 60px;
height: 60px;
line-height: 60px;
text-align: center;
position: absolute;
top: 60%;
left: 50%;
opacity: 0;
transform: translate(-50%, -50%);
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.insight-gallery-fullscreen .insight-gallery-fullscreen-item:hover .insight-gallery-fullscreen-item-inner {
opacity: 1; }
.insight-gallery-fullscreen .insight-gallery-fullscreen-item:hover .insight-gallery-fullscreen-item-inner a:before {
top: 50%;
opacity: 1; }
@media (max-width: 991px) {
.insight-gallery-fullscreen .insight-gallery-fullscreen-item {
position: relative;
width: 100% !important;
height: auto !important;
top: auto !important;
left: auto !important; }
.insight-gallery-fullscreen .insight-gallery-fullscreen-item .insight-gallery-fullscreen-item-inner a img {
display: inline-block;
width: 100%;
height: auto; } }
.insight-image-carousel {
margin-bottom: 0; }
.insight-image-carousel .insight-image-carousel-item {
outline: none;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.insight-image-carousel .insight-image-carousel-item.slick-slide {
width: 100%; }
.insight-image-carousel .insight-image-carousel-item.slick-slide img {
width: 100%; }
.insight-image-carousel .slick-list {
z-index: 98; }
.insight-image-carousel .slick-prev, .insight-image-carousel .slick-next {
width: 48px;
height: 48px;
top: 50%;
margin-top: -24px;
background: none;
border-radius: 0;
z-index: 99;
color: #fff;
background-color: rgba(0, 0, 0, 0.2);
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.insight-image-carousel .slick-prev:hover, .insight-image-carousel .slick-next:hover {
background-color: rgba(0, 0, 0, 0.5); }
.insight-image-carousel .slick-prev:before, .insight-image-carousel .slick-next:before {
font-size: 20px;
font-weight: 400;
font-family: Ionicons;
opacity: 1; }
.insight-image-carousel .slick-prev:hover, .insight-image-carousel .slick-next:hover {
opacity: 1; }
.insight-image-carousel .slick-prev {
left: 30px; }
.insight-image-carousel .slick-prev:before {
content: '\f3d2'; }
.insight-image-carousel .slick-next {
right: 30px; }
.insight-image-carousel .slick-next:before {
content: '\f3d3'; }
.insight-image-carousel .slick-dots {
margin-top: 0;
margin-bottom: 0;
bottom: -30px; }
.insight-image-carousel .slick-dots li {
margin: 0; }
.insight-image-carousel .slick-dots li button:before {
font-size: 8px; }
.insight-video {
overflow: hidden; }
.insight-video a {
display: block;
width: 100%;
padding: 0;
margin: 0;
position: relative; }
.insight-video a:before {
content: '';
width: 100px;
height: 100px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
background-color: #da0e2b;
opacity: .3;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 97; }
.insight-video a:after {
content: '\f215';
font-family: Ionicons;
color: #fff;
font-size: 24px;
width: 80px;
height: 80px;
line-height: 80px;
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px;
background-color: #da0e2b;
text-align: center;
display: block;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 98; }
.insight-video a img {
display: block;
width: 100%;
height: auto;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
z-index: 96; }
.insight-video a .time {
font-size: 14px;
font-weight: 400;
font-family: Montserrat;
color: #fff;
position: absolute;
bottom: 30px;
right: 30px;
display: inline-block;
line-height: 1; }
.insight-video:hover img {
transform: scale(1.1); }
.insight-video.style01 {
-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5); }
.insight-video-button {
display: block;
text-align: center; }
.insight-video-button a {
display: inline-block;
width: 100px;
height: 100px;
background-image: url(//www.civitasimagium.com/wp-content/themes/tm-9studio/assets/images/play.png);
background-repeat: no-repeat;
background-position: center; }
.insight-video-button a:hover {
opacity: .7; }
.insight-icon {
display: block;
text-align: center;
font-size: 50px;
color: #da0e2b; }
.insight-title {
position: relative; }
.insight-title.title-light .main-title, .insight-title.color-white .main-title {
color: #fff; }
.insight-title.title-light .title-desc, .insight-title.color-white .title-desc {
color: #ababab; }
.insight-title .main-title {
font-size: 40px;
font-family: Merriweather;
font-weight: 400;
letter-spacing: 0em;
color: #333333;
line-height: 1;
display: inline-block;
position: relative;
z-index: 2;
margin-bottom: 22px; }
.insight-title .sub-title {
font-size: 14px;
letter-spacing: 0.1em;
font-family: Montserrat;
font-weight: 400;
line-height: 1.2;
text-transform: uppercase;
margin-bottom: 22px; }
.insight-title.text-left {
text-align: left; }
.insight-title.text-center {
text-align: center; }
.insight-title.text-right {
text-align: right; }
.insight-title.font-56 {
padding-top: 30px; }
.insight-title.font-56 .main-title {
font-size: 56px; }
.insight-title.font-48 .main-title {
font-size: 48px; }
.insight-title.font-secondary .main-title {
font-family: Montserrat; }
.insight-title.text-uppercase .main-title {
text-transform: uppercase; }
.insight-blog.style-01 .blog-classic-style {
border: none !important;
padding-bottom: 0 !important; }
.insight-blog.style-01 .entry-desc .entry-more {
margin-top: 10px; }
.insight-blog.style-01 .entry-desc .entry-more a {
text-transform: uppercase;
letter-spacing: 0.1em;
font-weight: bold;
font-size: 14px; }
@media (min-width: 769px) {
.insight-blog.style-01 .left {
padding-right: 50px; } }
.insight-blog.style-01 .left .entry-title {
margin-top: 10px;
margin-bottom: 20px; }
@media (min-width: 769px) {
.insight-blog.style-01 .left .blog-classic-style {
margin-bottom: 0 !important; } }
@media (min-width: 769px) {
.insight-blog.style-01 .right {
padding-left: 50px; } }
.insight-blog.style-01 .right .post-thumbnail:before {
display: none !important; }
@media (min-width: 769px) {
.insight-blog.style-01 .right .entry-desc {
padding-top: 0; } }
.insight-blog.style-01 .right .entry-title {
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.insight-blog.grid .entry-more {
margin-top: 20px; }
.insight-blog.grid .entry-more a {
text-transform: uppercase;
letter-spacing: 0.1em;
font-weight: bold;
font-size: 14px; }
.insight-blog.grid.blog-align-center {
text-align: center; }
@media (max-width: 991px) {
.insight-blog.cake-style .blog-cake-style {
margin-bottom: 50px; } }
.insight-blog.cake-style .blog-cake-style .desc-content {
position: relative;
padding-left: 115px;
margin-top: 30px; }
.insight-blog.cake-style .blog-cake-style .desc-content .cat-list a {
display: inline-block;
font-size: 14px;
font-style: italic;
color: #ababab; }
.insight-blog.cake-style .blog-cake-style .desc-content .entry-title {
margin-bottom: 20px; }
.insight-blog.cake-style .blog-cake-style .desc-content .entry-content {
margin-bottom: 16px; }
.insight-blog.cake-style .blog-cake-style .desc-content .entry-meta {
position: absolute;
top: 0;
left: 0;
border: 2px solid #e0e0e0;
border-radius: 100px;
display: block;
height: 85px;
width: 85px;
text-align: center; }
.insight-blog.cake-style .blog-cake-style .desc-content .entry-meta:after {
position: absolute;
content: '';
display: block;
width: 32px;
height: 1px;
background-color: #e7e5e4;
top: 55%;
left: 50%;
transform: translate(-50%, -50%); }
.insight-blog.cake-style .blog-cake-style .desc-content .entry-meta b {
font-size: 34px;
letter-spacing: 0.2em;
display: block;
line-height: 1.3; }
.insight-blog.cake-style .blog-cake-style .desc-content .entry-meta i {
font-size: 16px;
letter-spacing: 0.2em; }
.insight-blog.cake-style .blog-cake-style .entry-more a {
text-transform: uppercase;
letter-spacing: 0.1em;
font-weight: bold;
font-size: 14px; }
.insight-gallery .insight-gallery-item {
cursor: pointer;
margin-bottom: 30px;
overflow: hidden; }
@media (max-width: 768px) {
.insight-gallery .insight-gallery-item {
height: auto !important; } }
.insight-gallery .insight-pagination {
margin-top: 50px; }
.insight-gallery .insight-gallery-image {
position: relative;
max-height: 100%; }
.insight-gallery .insight-gallery-image:hover .desc-wrap {
opacity: 1; }
.insight-gallery .insight-gallery-image img {
width: 100%; }
.insight-gallery .insight-gallery-image .desc-wrap {
-webkit-transition: opacity 0.25s;
-moz-transition: opacity 0.25s;
-ms-transition: opacity 0.25s;
-o-transition: opacity 0.25s;
transition: opacity 0.25s;
opacity: 0;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
border: 1px solid #262626;
display: flex;
align-items: flex-end; }
.insight-gallery .insight-gallery-image .desc-wrap .desc {
width: 100%;
padding-bottom: 60px;
padding-left: 25px;
padding-right: 25px; }
.insight-gallery .insight-gallery-image .desc-wrap:after {
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #262626;
opacity: .8; }
.insight-gallery .insight-gallery-image .desc-wrap .title, .insight-gallery .insight-gallery-image .desc-wrap .cats, .insight-gallery .insight-gallery-image .desc-wrap .icon {
position: relative;
z-index: 2; }
.insight-gallery .insight-gallery-image .desc-wrap .icon {
font-size: 24px;
font-weight: 400;
color: #da0e2b; }
.insight-gallery .insight-gallery-image .desc-wrap .title {
font-size: 24px;
font-weight: bold;
color: #fff;
margin-bottom: 8px;
display: block; }
.insight-gallery .insight-gallery-image .desc-wrap .title:after {
content: "\f30f";
font-family: "Ionicons";
font-size: 18px;
font-weight: 400;
height: 40px;
width: 40px;
display: inline-block;
border: 2px solid rgba(255, 255, 255, 0.7);
border-radius: 50%;
text-align: center;
line-height: 35px;
float: right;
margin-top: 4px;
color: #da0e2b; }
.insight-gallery .insight-gallery-image .desc-wrap .cats {
font-size: 12px;
color: #fff;
letter-spacing: 0.1em;
text-transform: uppercase; }
.insight-gallery .pagination a {
font-size: 14px;
border: none; }
.insight-gallery .pagination a:hover {
background: none;
color: #da0e2b; }
.insight-gallery .pagination .page-numbers.current {
border-radius: 50%;
height: 40px; }
.insight-gallery.gallery-v1 .insight-gallery-filter {
max-width: 1100px;
margin-left: auto;
margin-right: auto; }
.insight-gallery.gallery-v1 .insight-gallery-images {
margin-left: 0;
margin-right: 0; }
.insight-gallery.gallery-v1 .insight-gallery-item {
margin-bottom: 10px;
padding-left: 5px;
padding-right: 5px; }
.insight-grid-filter, .insight-gallery-filter {
margin-top: 32px;
margin-bottom: 57px;
text-align: left; }
.insight-grid-filter ul, .insight-gallery-filter ul {
padding-left: 0; }
.insight-grid-filter ul li, .insight-gallery-filter ul li {
display: inline; }
@media (max-width: 768px) {
.insight-grid-filter ul li, .insight-gallery-filter ul li {
display: block;
padding: 5px;
text-align: center; }
.insight-grid-filter ul li:before, .insight-gallery-filter ul li:before {
display: none !important; } }
.insight-grid-filter ul li a, .insight-gallery-filter ul li a {
text-transform: uppercase;
font-size: 13.5px;
letter-spacing: 0.05em;
padding: 7px 20px;
font-weight: bold;
border: 1px solid transparent; }
.insight-grid-filter ul li a.active, .insight-gallery-filter ul li a.active {
color: #da0e2b;
border-color: #da0e2b; }
.insight-grid-filter ul li a.active:hover, .insight-gallery-filter ul li a.active:hover {
background-color: transparent; }
.insight-grid-filter ul li a:hover, .insight-gallery-filter ul li a:hover {
color: #da0e2b;
border-color: #da0e2b; }
.insight-grid-filter ul li:first-child:before, .insight-gallery-filter ul li:first-child:before {
display: none; }
.insight-grid-filter ul li:before, .insight-gallery-filter ul li:before {
content: '';
display: inline-block;
vertical-align: middle;
height: 1px;
width: 10px; }
.insight-social {
padding-left: 0;
margin-top: 0;
margin-bottom: 0; }
.insight-social li {
margin-right: 10px; }
.insight-social a {
display: inline-block;
width: 40px;
height: 40px;
line-height: 38px;
text-align: center;
border: 1px solid #f4f4f4;
border-radius: 20px;
font-size: 14px;
color: #696969; }
.insight-social a:hover {
background-color: #da0e2b;
border-color: #da0e2b;
color: #fff; }
.insight-social-link a {
color: #ABABAB;
margin-right: 30px; }
.insight-social-link a i {
margin-right: 10px; }
.insight-social-link a span {
font-size: 15px;
font-family: Montserrat; }
.insight-social-link.style02 {
text-align: center; }
.insight-social-link.style02 a {
margin: 0 10px; }
.insight-social-link.style02 a i {
display: none; }
.insight-social-link.style02 a span {
font-size: 14px;
font-weight: 700;
font-family: Montserrat;
text-transform: uppercase;
color: #fff;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.insight-social-link.style02 a:hover span {
color: #da0e2b; }
.insight-social-link.style02 a:after {
content: '|';
margin-left: 20px;
color: #fff; }
.insight-social-link.style02 a:last-child:after {
display: none; }
.insight-social-icons a {
display: inline-block;
width: 40px;
height: 40px;
line-height: 38px;
text-align: center;
border: 1px solid #f4f4f4;
border-radius: 20px;
margin-right: 10px;
font-size: 14px;
color: #696969; }
.insight-social-icons a:hover {
background-color: #da0e2b;
border-color: #da0e2b;
color: #fff !important; }
.insight-social-icons.text-left a {
margin-left: 0;
margin-right: 10px; }
.insight-social-icons.text-right a {
margin-left: 10px;
margin-right: 0; }
.insight-social-icons.text-center a {
margin-left: 5px;
margin-right: 5px; }
.insight-list-member {
overflow: hidden;
margin-left: -15px;
margin-right: -15px; }
.insight-list-member .item {
display: inline-block;
vertical-align: top;
margin-left: 15px;
margin-right: 15px;
position: relative; }
@media (max-width: 991px) {
.insight-list-member .item {
display: block;
text-align: center; } }
@media (min-width: 769px) {
.insight-list-member .item:nth-child(even) {
margin-top: 110px; }
.insight-list-member .item:nth-child(even) .info {
text-align: right;
position: absolute;
bottom: 0;
right: 100%;
white-space: nowrap;
margin-right: 50px;
left: auto;
top: auto; }
.insight-list-member .item:nth-child(even) .name:after {
left: auto;
right: -80px; } }
@media (min-width: 769px) {
.insight-list-member .item .info {
position: absolute;
top: 0;
left: 100%;
white-space: nowrap;
margin-left: 50px; } }
.insight-list-member .item .info {
margin-top: 35px;
margin-bottom: 20px; }
.insight-list-member .item .name {
text-transform: uppercase;
font-family: Montserrat;
font-size: 18px;
font-weight: 700;
color: #333333;
position: relative;
display: inline-block; }
@media (min-width: 769px) {
.insight-list-member .item .name:after {
position: absolute;
content: '';
display: block;
width: 60px;
height: 2px;
background-color: #da0e2b;
top: 50%;
margin-top: -2px;
left: -80px; } }
.insight-list-member .item .tagline {
font-size: 12px;
color: #ccc;
letter-spacing: 0.1em;
display: block; }
.icon-boxes.light .icon-boxes--title {
color: #fff; }
.icon-boxes.light .icon-boxes--content {
color: #ababab; }
.icon-boxes--icon {
font-size: 14px;
color: #da0e2b; }
.icon-boxes--icon i {
padding: 8px;
border-radius: 50%;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.icon-boxes--title {
margin-top: 10px;
margin-bottom: 10px;
letter-spacing: .05em;
font-size: 14px;
font-weight: 700;
color: #333333; }
.icon-boxes--content {
color: #696969; }
.icon-boxes.small_icon .icon-boxes--icon, .icon-boxes.small_icon .icon-boxes--title {
display: inline-block; }
.icon-boxes.small_icon .icon-boxes--title {
text-transform: uppercase; }
.icon-boxes.icon_on_top {
text-align: center; }
.icon-boxes.icon_on_top .icon-boxes--icon {
font-size: 105px;
padding-top: 50px;
background-position: center center;
background-size: contain;
background-repeat: no-repeat; }
.icon-boxes.icon_on_top .icon-boxes--title {
font-weight: 700;
margin-top: 20px;
margin-bottom: 20px;
position: relative;
text-transform: uppercase; }
.icon-boxes.icon_on_top .icon-boxes--link {
margin-top: 20px; }
.icon-boxes.icon_on_top .icon-boxes--link a {
font-size: 18px;
font-weight: 700;
color: #da0e2b;
font-style: italic;
padding-left: 4px;
letter-spacing: .1em;
line-height: 34px;
border: 2px solid #f4f4f4;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
display: inline-block;
width: 40px;
height: 40px;
border-radius: 100%; }
.icon-boxes.icon_on_top .icon-boxes--link a:hover {
border-color: #da0e2b;
background-color: #da0e2b;
color: #fff; }
.icon-boxes.icon_on_top:hover .icon-boxes--icon i {
margin-left: -20px; }
.icon-boxes.icon_on_top:hover .icon-boxes--link a {
border-color: #da0e2b;
background-color: #da0e2b;
color: #fff; }
.icon-boxes.icon_on_top_2 {
text-align: center; }
.icon-boxes.icon_on_top_2 .icon-boxes--icon {
width: 170px;
height: 170px;
line-height: 170px;
text-align: center;
display: inline-block;
color: #da0e2b;
font-size: 60px;
margin-bottom: 30px;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.icon-boxes.icon_on_top_2 .icon-boxes--title {
font-weight: 700;
margin-top: 20px;
margin-bottom: 20px;
position: relative;
text-transform: uppercase; }
.icon-boxes.icon_on_top_2 .icon-boxes--link {
margin-top: 20px; }
.icon-boxes.icon_on_top_2 .icon-boxes--link a {
font-size: 18px;
font-weight: 700;
color: #da0e2b;
font-style: italic;
padding-left: 4px;
letter-spacing: .1em;
line-height: 34px;
border: 2px solid #f4f4f4;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
display: inline-block;
width: 40px;
height: 40px;
border-radius: 100%; }
.icon-boxes.icon_on_top_2:hover .icon-boxes--icon {
background-color: #da0e2b;
color: #fff; }
.icon-boxes.icon_on_top_2:hover .icon-boxes--link a {
border-color: #da0e2b;
background-color: #da0e2b;
color: #fff; }
.icon-boxes.icon_on_left {
margin-bottom: 30px; }
.icon-boxes.icon_on_left .icon-boxes--title {
margin-top: 0;
text-transform: uppercase; }
.icon-boxes.icon_on_left .icon-boxes--icon {
padding-right: 30px; }
.icon-boxes.icon_on_left .icon-boxes--icon img {
max-width: none; }
.icon-boxes.icon_on_left .icon-boxes--icon i {
padding: 13px;
background-color: #f8f7f7;
border-radius: 50%;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.icon-boxes.icon_on_left .icon-boxes--icon.text-icon {
text-align: right;
vertical-align: top; }
.icon-boxes.icon_on_left .icon-boxes--icon.text-icon .inner {
transform: rotate(-90deg);
display: block;
line-height: 1.4;
font-weight: bold;
font-size: 24px;
opacity: .3; }
.icon-boxes.icon_on_left .icon-boxes--icon, .icon-boxes.icon_on_left .icon-boxes--inner {
display: table-cell;
vertical-align: top; }
.counter-number {
font-size: 40px;
font-weight: 700;
line-height: 1.6em;
letter-spacing: 1px;
color: #00AEEF; }
.counter-title {
text-transform: uppercase;
letter-spacing: 0.1em;
margin-top: 0;
color: #333; }
.odometer.odometer-auto-theme .odometer-digit .odometer-value {
text-align: center; }
@media (max-width: 991px) {
body .insight-counter {
border: none !important; } }
.duration-0s,
.duration-0s.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.duration-0s.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.duration-0s.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner.absolute-index- .duration-0s.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
-webkit-transition: -webkit-transform 0s ease-in-out;
-moz-transition: -moz-transform 0s ease-in-out;
-ms-transition: -ms-transform 0s ease-in-out;
-o-transition: -o-transform 0s ease-in-out;
transition: transform 0s ease-in-out; }
.duration-1s,
.duration-1s.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.duration-1s.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.duration-1s.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner.absolute-index- .duration-1s.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
-webkit-transition: -webkit-transform 1s ease-in-out;
-moz-transition: -moz-transform 1s ease-in-out;
-ms-transition: -ms-transform 1s ease-in-out;
-o-transition: -o-transform 1s ease-in-out;
transition: transform 1s ease-in-out; }
.duration-2s,
.duration-2s.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.duration-2s.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.duration-2s.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner.absolute-index- .duration-2s.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
-webkit-transition: -webkit-transform 2s ease-in-out;
-moz-transition: -moz-transform 2s ease-in-out;
-ms-transition: -ms-transform 2s ease-in-out;
-o-transition: -o-transform 2s ease-in-out;
transition: transform 2s ease-in-out; }
.duration-3s,
.duration-3s.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.duration-3s.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.duration-3s.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner.absolute-index- .duration-3s.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
-webkit-transition: -webkit-transform 3s ease-in-out;
-moz-transition: -moz-transform 3s ease-in-out;
-ms-transition: -ms-transform 3s ease-in-out;
-o-transition: -o-transform 3s ease-in-out;
transition: transform 3s ease-in-out; }
.duration-4s,
.duration-4s.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.duration-4s.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.duration-4s.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner.absolute-index- .duration-4s.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
-webkit-transition: -webkit-transform 4s ease-in-out;
-moz-transition: -moz-transform 4s ease-in-out;
-ms-transition: -ms-transform 4s ease-in-out;
-o-transition: -o-transform 4s ease-in-out;
transition: transform 4s ease-in-out; }
.duration-5s,
.duration-5s.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.duration-5s.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.duration-5s.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner.absolute-index- .duration-5s.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
-webkit-transition: -webkit-transform 5s ease-in-out;
-moz-transition: -moz-transform 5s ease-in-out;
-ms-transition: -ms-transform 5s ease-in-out;
-o-transition: -o-transform 5s ease-in-out;
transition: transform 5s ease-in-out; }
.duration-6s,
.duration-6s.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.duration-6s.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.duration-6s.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner.absolute-index- .duration-6s.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
-webkit-transition: -webkit-transform 6s ease-in-out;
-moz-transition: -moz-transform 6s ease-in-out;
-ms-transition: -ms-transform 6s ease-in-out;
-o-transition: -o-transform 6s ease-in-out;
transition: transform 6s ease-in-out; }
.duration-7s,
.duration-7s.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.duration-7s.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.duration-7s.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner.absolute-index- .duration-7s.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
-webkit-transition: -webkit-transform 7s ease-in-out;
-moz-transition: -moz-transform 7s ease-in-out;
-ms-transition: -ms-transform 7s ease-in-out;
-o-transition: -o-transform 7s ease-in-out;
transition: transform 7s ease-in-out; }
.duration-8s,
.duration-8s.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.duration-8s.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.duration-8s.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner.absolute-index- .duration-8s.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
-webkit-transition: -webkit-transform 8s ease-in-out;
-moz-transition: -moz-transform 8s ease-in-out;
-ms-transition: -ms-transform 8s ease-in-out;
-o-transition: -o-transform 8s ease-in-out;
transition: transform 8s ease-in-out; }
.duration-9s,
.duration-9s.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.duration-9s.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.duration-9s.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner.absolute-index- .duration-9s.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
-webkit-transition: -webkit-transform 9s ease-in-out;
-moz-transition: -moz-transform 9s ease-in-out;
-ms-transition: -ms-transform 9s ease-in-out;
-o-transition: -o-transform 9s ease-in-out;
transition: transform 9s ease-in-out; }
.duration-10s,
.duration-10s.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.duration-10s.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.duration-10s.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner.absolute-index- .duration-10s.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
-webkit-transition: -webkit-transform 10s ease-in-out;
-moz-transition: -moz-transform 10s ease-in-out;
-ms-transition: -ms-transform 10s ease-in-out;
-o-transition: -o-transform 10s ease-in-out;
transition: transform 10s ease-in-out; }
.duration-11s,
.duration-11s.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.duration-11s.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.duration-11s.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner.absolute-index- .duration-11s.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
-webkit-transition: -webkit-transform 11s ease-in-out;
-moz-transition: -moz-transform 11s ease-in-out;
-ms-transition: -ms-transform 11s ease-in-out;
-o-transition: -o-transform 11s ease-in-out;
transition: transform 11s ease-in-out; }
.duration-12s,
.duration-12s.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.duration-12s.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.duration-12s.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner.absolute-index- .duration-12s.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
-webkit-transition: -webkit-transform 12s ease-in-out;
-moz-transition: -moz-transform 12s ease-in-out;
-ms-transition: -ms-transform 12s ease-in-out;
-o-transition: -o-transform 12s ease-in-out;
transition: transform 12s ease-in-out; }
.duration-13s,
.duration-13s.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.duration-13s.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.duration-13s.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner.absolute-index- .duration-13s.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
-webkit-transition: -webkit-transform 13s ease-in-out;
-moz-transition: -moz-transform 13s ease-in-out;
-ms-transition: -ms-transform 13s ease-in-out;
-o-transition: -o-transform 13s ease-in-out;
transition: transform 13s ease-in-out; }
.duration-14s,
.duration-14s.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.duration-14s.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.duration-14s.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner.absolute-index- .duration-14s.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
-webkit-transition: -webkit-transform 14s ease-in-out;
-moz-transition: -moz-transform 14s ease-in-out;
-ms-transition: -ms-transform 14s ease-in-out;
-o-transition: -o-transform 14s ease-in-out;
transition: transform 14s ease-in-out; }
.duration-15s,
.duration-15s.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.duration-15s.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.duration-15s.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner.absolute-index- .duration-15s.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
-webkit-transition: -webkit-transform 15s ease-in-out;
-moz-transition: -moz-transform 15s ease-in-out;
-ms-transition: -ms-transform 15s ease-in-out;
-o-transition: -o-transform 15s ease-in-out;
transition: transform 15s ease-in-out; }
.duration-16s,
.duration-16s.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.duration-16s.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.duration-16s.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner.absolute-index- .duration-16s.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
-webkit-transition: -webkit-transform 16s ease-in-out;
-moz-transition: -moz-transform 16s ease-in-out;
-ms-transition: -ms-transform 16s ease-in-out;
-o-transition: -o-transform 16s ease-in-out;
transition: transform 16s ease-in-out; }
.duration-17s,
.duration-17s.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.duration-17s.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.duration-17s.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner.absolute-index- .duration-17s.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
-webkit-transition: -webkit-transform 17s ease-in-out;
-moz-transition: -moz-transform 17s ease-in-out;
-ms-transition: -ms-transform 17s ease-in-out;
-o-transition: -o-transform 17s ease-in-out;
transition: transform 17s ease-in-out; }
.duration-18s,
.duration-18s.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.duration-18s.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.duration-18s.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner.absolute-index- .duration-18s.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
-webkit-transition: -webkit-transform 18s ease-in-out;
-moz-transition: -moz-transform 18s ease-in-out;
-ms-transition: -ms-transform 18s ease-in-out;
-o-transition: -o-transform 18s ease-in-out;
transition: transform 18s ease-in-out; }
.duration-19s,
.duration-19s.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.duration-19s.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.duration-19s.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner.absolute-index- .duration-19s.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
-webkit-transition: -webkit-transform 19s ease-in-out;
-moz-transition: -moz-transform 19s ease-in-out;
-ms-transition: -ms-transform 19s ease-in-out;
-o-transition: -o-transform 19s ease-in-out;
transition: transform 19s ease-in-out; }
.duration-20s,
.duration-20s.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.duration-20s.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.duration-20s.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner.absolute-index- .duration-20s.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
-webkit-transition: -webkit-transform 20s ease-in-out;
-moz-transition: -moz-transform 20s ease-in-out;
-ms-transition: -ms-transform 20s ease-in-out;
-o-transition: -o-transform 20s ease-in-out;
transition: transform 20s ease-in-out; }
.insight-links-cloud.dark ul li a {
color: #696969; }
.insight-links-cloud.dark ul li a:before {
color: #696969; }
.insight-links-cloud.dark ul li a:hover {
color: #fff; }
.insight-links-cloud ul {
padding: 0; }
.insight-links-cloud ul li {
display: inline; }
.insight-links-cloud ul li:first-child a:before {
display: none; }
.insight-links-cloud ul li a {
font-size: 24px;
line-height: 48px;
font-weight: 400;
font-family: Merriweather;
color: #ababab; }
.insight-links-cloud ul li a:hover {
color: #333; }
.insight-links-cloud ul li a:before {
content: "\f111";
font-family: FontAwesome;
font-size: 6px;
display: inline-block;
line-height: 1;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
transform: translateY(-50%);
color: #e2e2e2; }
.insight-menu-add-param ul {
margin: 0 auto;
padding: 0;
display: block; }
.insight-menu-add-param ul li {
list-style: none;
display: inline-block;
position: relative;
float: left;
padding: 0; }
.insight-menu-add-param ul li:first-child:after, .insight-menu-add-param ul li:hover:after {
display: none; }
.insight-menu-add-param ul li:after {
content: '';
display: block;
width: 1px;
height: 60px;
background: rgba(105, 105, 105, 0.3);
position: absolute;
left: -1px;
top: 25px;
z-index: 1; }
.insight-menu-add-param ul li a {
padding-top: 25px;
text-align: center;
font-size: 14px;
font-weight: 700;
font-family: Montserrat;
text-transform: uppercase;
letter-spacing: 0.4em;
color: #050505;
box-sizing: border-box;
height: 110px;
display: block;
position: relative;
z-index: 2;
border-top: 2px solid #252525; }
.insight-menu-add-param ul li a i {
font-size: 30px;
color: #050505; }
.insight-menu-add-param ul li a span {
margin-top: 2px;
display: block; }
.insight-menu-add-param ul li a:hover, .insight-menu-add-param ul li a.active {
background: #252525;
border-color: #da0e2b;
background-color: #da0e2b; }
.insight-menu-add-param ul li a:hover, .insight-menu-add-param ul li a:hover i, .insight-menu-add-param ul li a.active, .insight-menu-add-param ul li a.active i {
color: #fff; }
.insight-post-slider {
position: relative; }
.insight-post-slider .slider-nav-container {
position: absolute;
bottom: 100px;
right: 100px;
list-style-type: none;
padding: 0;
margin: 0; }
@media (max-width: 768px) {
.insight-post-slider .slider-nav-container {
display: none; } }
.insight-post-slider .slider-nav-container li {
padding: 30px 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
cursor: pointer; }
.insight-post-slider .slider-nav-container li:first-child {
display: none; }
.insight-post-slider .slider-nav-container li:hover .thumb {
transform: scale(1.2); }
.insight-post-slider .slider-nav-container li * {
color: #fff; }
.insight-post-slider .slider-nav-container li .thumb, .insight-post-slider .slider-nav-container li .desc {
display: inline-block;
vertical-align: middle; }
.insight-post-slider .slider-nav-container li .thumb {
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
margin-right: 25px;
max-width: 120px; }
.insight-post-slider .slider-nav-container li .desc {
width: 220px; }
.insight-post-slider .slider-nav-container li .desc .slider-nav-cats {
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.1em; }
.insight-post-slider .slider-nav-container li .desc h6 {
font-size: 14px;
line-height: 24px; }
.insight-post-slider .post-slider {
margin-bottom: 0; }
.insight-post-slider .item {
height: 700px;
background-size: cover;
background-position: center; }
.insight-post-slider .item .row, .insight-post-slider .item .insight-carousel .slick-track, .insight-carousel .insight-post-slider .item .slick-track, .insight-post-slider .item .container {
height: 100%; }
.insight-post-slider .item .row, .insight-post-slider .item .insight-carousel .slick-track, .insight-carousel .insight-post-slider .item .slick-track {
align-items: flex-end;
align-content: flex-end;
align-self: flex-end; }
.insight-post-slider .item .row *, .insight-post-slider .item .insight-carousel .slick-track *, .insight-carousel .insight-post-slider .item .slick-track * {
color: #fff; }
.insight-post-slider .item .row .blog-classic-style, .insight-post-slider .item .insight-carousel .slick-track .blog-classic-style, .insight-carousel .insight-post-slider .item .slick-track .blog-classic-style {
border: none; }
.insight-instagram-feed {
display: flex;
justify-content: flex-end; }
.insight-instagram-feed .insight-instagram-feed-title {
font-family: Montserrat;
font-size: 14px;
font-weight: 700;
line-height: 60px;
text-transform: uppercase;
color: #7E7E7E;
margin-right: 30px; }
.insight-instagram-feed .insight-instagram-feed-items {
margin: 0;
height: 60px;
width: 222px; }
.insight-instagram-feed .insight-instagram-feed-items .item {
margin: 0 7px; }
.insight-instagram-feed .insight-instagram-feed-items .item a {
display: block;
position: relative; }
.insight-instagram-feed .insight-instagram-feed-items .item a img {
width: 60px;
height: 60px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.insight-instagram-feed .insight-instagram-feed-items .item a:after {
display: block;
content: '\f14d';
font-family: FontAwesome;
width: 60px;
height: 60px;
line-height: 60px;
text-align: center;
position: absolute;
top: 0;
left: 0;
color: #fff;
opacity: 0;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.insight-instagram-feed .insight-instagram-feed-items .item a:hover img {
opacity: .5; }
.insight-instagram-feed .insight-instagram-feed-items .item a:hover:after {
opacity: 1; }
body .vc_row[data-vc-full-width] {
overflow: visible; }
body .vc_row[data-vc-full-width].vc_parallax {
overflow: hidden; }
@media (max-width: 991px) {
.vc_column_container.vc_col-sm-4, .vc_column_container.vc_col-sm-8 {
width: 100%; } }
@media (min-width: 769px) {
.vc_column_container.vc_col-sm-4 {
width: 33.33333333%; }
.vc_column_container.vc_col-sm-8 {
width: 66.66666667%; } }
[class*='insight-dot'] {
cursor: pointer; }
.insight-dot-style01 {
font-size: 18px !important; }
.insight-dot-style01:after {
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
content: '';
display: block;
width: 0;
height: 1px;
background-color: #da0e2b;
right: -100px;
top: 50%;
position: absolute; }
.insight-dot-style01.active {
font-size: 34px !important;
color: #333 !important; }
.insight-dot-style01.active:after {
width: 80px; }
.insight-dot-style01:hover {
color: #333 !important; }
@media (min-width: 544px) {
.relative-visible {
position: relative !important;
overflow: visible !important; }
.relative-visible .vc_column_container {
position: static; }
.static-visible {
position: static !important;
overflow: visible !important; } }
[class*='absolute-object'] {
position: absolute !important;
z-index: 2; }
@media (max-width: 768px) {
html .reset-mrg-top-sm, html .reset-mrg-top-sm .vc_column-inner {
margin-top: 0 !important; } }
.absolute-object1 {
right: 0; }
.absolute-object2 {
right: 0;
top: -350px; }
.absolute-object3 {
left: 0;
top: -200px; }
.absolute-object4 {
right: 0;
top: -300px; }
.absolute-object5 {
left: 0;
bottom: -150px; }
.absolute-object6 {
right: 0;
bottom: -50px; }
.absolute-object7 {
left: 0;
bottom: -150px; }
.absolute-object8 {
right: 0;
bottom: -150px; }
.absolute-object9 {
left: 0;
bottom: 100px; }
.opacity1, .opacity1 * {
opacity: 1 !important; }
@media (max-width: 991px) {
[class*='absolute-object'] {
max-width: 100px;
top: -100px; } }
@media (max-width: 768px) {
[class*='absolute-object'] {
display: none !important; } }
@media (min-width: 769px) {
.rm-maxwidth {
float: right; }
.rm-maxwidth, .rm-maxwidth * {
max-width: none !important; } }
.special-link, .special-link-1 {
padding: 5px 0;
position: relative; }
.special-link:after, .special-link-1:after {
height: 1px;
display: block;
content: '';
background-color: #fff;
position: absolute;
right: 0;
left: 55px;
bottom: 8px; }
.special-link:before, .special-link-1:before {
width: 40px;
height: 40px;
text-align: center;
line-height: 36px;
border: 2px solid #fff;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
content: '\f30f';
font-family: Ionicons;
display: inline-block;
margin-right: 15px; }
.special-link-2 {
padding: 5px 0;
position: relative; }
.special-link-2:after {
height: 1px;
display: block;
content: '';
background-color: #fff;
position: absolute;
right: 0;
left: 55px;
bottom: 8px; }
.special-link-2:before {
width: 40px;
height: 40px;
text-align: center;
line-height: 40px;
background-color: #da0e2b;
color: #fff;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
content: '\f30f';
font-family: Ionicons;
display: inline-block;
margin-right: 15px; }
.special-link-3 {
padding: 5px 0;
position: relative; }
.special-link-3:after {
height: 1px;
display: block;
content: '';
background-color: #696969;
position: absolute;
right: 0;
left: 55px;
bottom: 8px; }
.special-link-3:before {
width: 40px;
height: 40px;
text-align: center;
line-height: 36px;
background-color: transparent;
color: #da0e2b;
border: 2px solid #e0e0e0;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
content: '\f30f';
font-family: Ionicons;
display: inline-block;
margin-right: 15px; }
.white-color {
color: #fff !important; }
.vc_custom_heading.bottom-line:after {
content: '';
display: block;
width: 30px;
height: 1px;
background-color: #da0e2b;
margin-top: 5px; }
.vc_custom_heading.typed mark {
font-weight: inherit;
color: #da0e2b;
background-color: transparent; }
.vc_custom_heading.typed .typed-cursor {
color: #da0e2b;
opacity: 1;
font-weight: 100;
-webkit-animation: blink 0.7s infinite;
-moz-animation: blink 0.7s infinite;
-ms-animation: blink 0.7s infinite;
-o-animation: blink 0.7s infinite;
animation: blink 0.7s infinite; }
.wpcf7-form .row .wpcf7-form-control-wrap, .wpcf7-form .insight-carousel .slick-track .wpcf7-form-control-wrap, .insight-carousel .wpcf7-form .slick-track .wpcf7-form-control-wrap {
margin-bottom: 30px;
display: block; }
.wpcf7-form .row label, .wpcf7-form .insight-carousel .slick-track label, .insight-carousel .wpcf7-form .slick-track label {
text-transform: uppercase;
letter-spacing: 0.05em;
margin-bottom: 10px;
display: block; }
.wpcf7-form .row .wpcf7-not-valid-tip, .wpcf7-form .insight-carousel .slick-track .wpcf7-not-valid-tip, .insight-carousel .wpcf7-form .slick-track .wpcf7-not-valid-tip {
font-style: italic; }
.wpcf7-form div.wpcf7-response-output {
margin-left: 0;
margin-right: 0; }  .screen-reader-text {
position: absolute !important;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
width: 1px;
height: 1px; }
.screen-reader-text:focus {
top: 5px;
left: 5px;
z-index: 100000;
display: block;
clip: auto !important;
padding: 15px 23px 14px;
width: auto;
height: auto;
border-radius: 3px;
background-color: #f1f1f1;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
color: #21759b;
text-decoration: none;
font-weight: bold;
font-size: 14px;
line-height: normal; } #content[tabindex="-1"]:focus {
outline: 0; }
.alignleft {
display: inline;
float: left;
margin-right: 1.5em; }
.alignright {
display: inline;
float: right;
margin-left: 1.5em; }
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
clear: both; }
.text-align-xs-left {
text-align: left; }
.text-align-xs-right {
text-align: right; }
.text-align-xs-center {
text-align: center; }
@media (min-width: 544px) {
.text-align-sm-left {
text-align: left; }
.text-align-sm-right {
text-align: right; }
.text-align-sm-center {
text-align: center; } }
@media (min-width: 769px) {
.text-align-md-left {
text-align: left; }
.text-align-md-right {
text-align: right; }
.text-align-md-center {
text-align: center; } }
@media (min-width: 992px) {
.text-align-lg-left {
text-align: left; }
.text-align-lg-right {
text-align: right; }
.text-align-lg-center {
text-align: center; } }
@media (min-width: 1200px) {
.text-align-xl-left {
text-align: left; }
.text-align-xl-right {
text-align: right; }
.text-align-xl-center {
text-align: center; } }
@media (min-width: 1920px) {
.text-align-xxl-left {
text-align: left; }
.text-align-xxl-right {
text-align: right; }
.text-align-xxl-center {
text-align: center; } }
@media (min-width: 992px) {
[text-align='left'] {
text-align: left; }
[text-align='right'] {
text-align: right; }
[text-align='center'] {
text-align: center; } }
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
margin-top: 0;
margin-bottom: 0;
padding: 0;
border: 0; } embed,
iframe,
object {
max-width: 100%; }
.wp-caption {
margin-bottom: 1.5em;
max-width: 100%; }
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto; }
.wp-caption .wp-caption-text {
margin: .8075em 0; }
.wp-caption-text {
text-align: center; } .gallery {
margin-bottom: 1.5em; }
.gallery-item {
display: inline-block;
width: 100%;
vertical-align: top;
text-align: center; }
.gallery-columns-2 .gallery-item {
max-width: 50%; }
.gallery-columns-3 .gallery-item {
max-width: 33.33%; }
.gallery-columns-4 .gallery-item {
max-width: 25%; }
.gallery-columns-5 .gallery-item {
max-width: 20%; }
.gallery-columns-6 .gallery-item {
max-width: 16.66%; }
.gallery-columns-7 .gallery-item {
max-width: 14.28%; }
.gallery-columns-8 .gallery-item {
max-width: 12.5%; }
.gallery-columns-9 .gallery-item {
max-width: 11.11%; }
.gallery-caption {
display: block; }
.gallery {
margin-bottom: 1.5em; }
.gallery-item {
display: inline-block;
width: 100%;
vertical-align: top;
text-align: center; }
.gallery-columns-2 .gallery-item {
max-width: 50%; }
.gallery-columns-3 .gallery-item {
max-width: 33.33%; }
.gallery-columns-4 .gallery-item {
max-width: 25%; }
.gallery-columns-5 .gallery-item {
max-width: 20%; }
.gallery-columns-6 .gallery-item {
max-width: 16.66%; }
.gallery-columns-7 .gallery-item {
max-width: 14.28%; }
.gallery-columns-8 .gallery-item {
max-width: 12.5%; }
.gallery-columns-9 .gallery-item {
max-width: 11.11%; }
.gallery-caption {
display: block; }
button,
.insight-btn,
body.page .comments-area .comment-form input[type="submit"],
.single .content .comments-area .comment-form input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
padding: 12px 29px;
border: 1px solid;
border-color: #da0e2b;
background: #da0e2b;
color: #fff;
font-size: 14px;
line-height: 1;
font-weight: 400;
letter-spacing: 0.05em;
outline: none;
text-transform: uppercase;
display: inline-block; }
button:hover,
.insight-btn:hover,
body.page .comments-area .comment-form input:hover[type="submit"],
.single .content .comments-area .comment-form input:hover[type="submit"],
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #da0e2b;
background-color: transparent;
color: #da0e2b; }
[data-balloon] {
position: relative; }
[data-balloon]:after {
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
pointer-events: none;
-webkit-transition: all 0.18s ease-out 0.18s;
-moz-transition: all 0.18s ease-out 0.18s;
-ms-transition: all 0.18s ease-out 0.18s;
-o-transition: all 0.18s ease-out 0.18s;
transition: all 0.18s ease-out 0.18s;
position: absolute;
z-index: 10;
padding: .5em 1em;
border-radius: 4px;
background: rgba(17, 17, 17, 0.9);
color: #fff;
content: attr(data-balloon);
white-space: nowrap;
font-size: 12px; }
[data-balloon]:before {
background: no-repeat url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="36px" height="12px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(0)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>');
background-size: 100% auto;
width: 18px;
height: 6px;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
pointer-events: none;
-webkit-transition: all 0.18s ease-out 0.18s;
-moz-transition: all 0.18s ease-out 0.18s;
-ms-transition: all 0.18s ease-out 0.18s;
-o-transition: all 0.18s ease-out 0.18s;
transition: all 0.18s ease-out 0.18s;
position: absolute;
z-index: 10;
content: ''; }
[data-balloon]:hover:before, [data-balloon]:hover:after {
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
pointer-events: auto; }
[data-balloon][data-balloon-break]:after {
white-space: normal; }
[data-balloon][data-balloon-pos="up"]:after {
bottom: 100%;
left: 50%;
margin-bottom: 11px;
-webkit-transform: translate(-50%, 10px);
-moz-transform: translate(-50%, 10px);
-ms-transform: translate(-50%, 10px);
transform: translate(-50%, 10px);
-webkit-transform-origin: top;
-moz-transform-origin: top;
-ms-transform-origin: top;
transform-origin: top; }
[data-balloon][data-balloon-pos="up"]:before {
bottom: 100%;
left: 50%;
margin-bottom: 5px;
-webkit-transform: translate(-50%, 10px);
-moz-transform: translate(-50%, 10px);
-ms-transform: translate(-50%, 10px);
transform: translate(-50%, 10px);
-webkit-transform-origin: top;
-moz-transform-origin: top;
-ms-transform-origin: top;
transform-origin: top; }
[data-balloon][data-balloon-pos="up"]:hover:after {
-webkit-transform: translate(-50%, 0);
-moz-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0); }
[data-balloon][data-balloon-pos="up"]:hover:before {
-webkit-transform: translate(-50%, 0);
-moz-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0); }
[data-balloon][data-balloon-pos='down']:after {
top: 100%;
left: 50%;
margin-top: 11px;
-webkit-transform: translate(-50%, -10px);
-moz-transform: translate(-50%, -10px);
-ms-transform: translate(-50%, -10px);
transform: translate(-50%, -10px); }
[data-balloon][data-balloon-pos='down']:before {
background: no-repeat url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="36px" height="12px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(180 18 6)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>');
background-size: 100% auto;
width: 18px;
height: 6px;
top: 100%;
left: 50%;
margin-top: 5px;
-webkit-transform: translate(-50%, -10px);
-moz-transform: translate(-50%, -10px);
-ms-transform: translate(-50%, -10px);
transform: translate(-50%, -10px); }
[data-balloon][data-balloon-pos='down']:hover:after {
-webkit-transform: translate(-50%, 0);
-moz-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0); }
[data-balloon][data-balloon-pos='down']:hover:before {
-webkit-transform: translate(-50%, 0);
-moz-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0); }
[data-balloon][data-balloon-pos='left']:after {
top: 50%;
right: 100%;
margin-right: 11px;
-webkit-transform: translate(10px, -50%);
-moz-transform: translate(10px, -50%);
-ms-transform: translate(10px, -50%);
transform: translate(10px, -50%); }
[data-balloon][data-balloon-pos='left']:before {
background: no-repeat url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12px" height="36px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(-90 18 18)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>');
background-size: 100% auto;
width: 6px;
height: 18px;
top: 50%;
right: 100%;
margin-right: 5px;
-webkit-transform: translate(10px, -50%);
-moz-transform: translate(10px, -50%);
-ms-transform: translate(10px, -50%);
transform: translate(10px, -50%); }
[data-balloon][data-balloon-pos='left']:hover:after {
-webkit-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%); }
[data-balloon][data-balloon-pos='left']:hover:before {
-webkit-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%); }
[data-balloon][data-balloon-pos='right']:after {
top: 50%;
left: 100%;
margin-left: 11px;
-webkit-transform: translate(-10px, -50%);
-moz-transform: translate(-10px, -50%);
-ms-transform: translate(-10px, -50%);
transform: translate(-10px, -50%); }
[data-balloon][data-balloon-pos='right']:before {
background: no-repeat url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12px" height="36px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(90 6 6)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>');
background-size: 100% auto;
width: 6px;
height: 18px;
top: 50%;
left: 100%;
margin-left: 5px;
-webkit-transform: translate(-10px, -50%);
-moz-transform: translate(-10px, -50%);
-ms-transform: translate(-10px, -50%);
transform: translate(-10px, -50%); }
[data-balloon][data-balloon-pos='right']:hover:after {
-webkit-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%); }
[data-balloon][data-balloon-pos='right']:hover:before {
-webkit-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%); }
[data-balloon][data-balloon-length='small']:after {
width: 80px;
white-space: normal; }
[data-balloon][data-balloon-length='medium']:after {
width: 150px;
white-space: normal; }
[data-balloon][data-balloon-length='large']:after {
width: 260px;
white-space: normal; }
[data-balloon][data-balloon-length='xlarge']:after {
width: 380px;
white-space: normal; }
@media screen and (max-width: 768px) {
[data-balloon][data-balloon-length='xlarge']:after {
white-space: normal;
width: 90vw; } }
[data-balloon][data-balloon-length='fit']:after {
width: 100%;
white-space: normal; } .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { display: none; } .infinity-end.neverending .site-footer {
display: block; }
[mode="boxed"] > .wrapper,
[mode="wide"] > .wrapper,
.content > .wrapper {
margin-left: auto;
margin-right: auto;
padding-left: 0.9375rem;
padding-right: 0.9375rem; }
@media (min-width: 544px) {
[mode="boxed"] > .wrapper,
[mode="wide"] > .wrapper,
.content > .wrapper {
max-width: 576px; } }
@media (min-width: 769px) {
[mode="boxed"] > .wrapper,
[mode="wide"] > .wrapper,
.content > .wrapper {
max-width: 720px; } }
@media (min-width: 992px) {
[mode="boxed"] > .wrapper,
[mode="wide"] > .wrapper,
.content > .wrapper {
max-width: 940px; } }
@media (min-width: 1200px) {
[mode="boxed"] > .wrapper,
[mode="wide"] > .wrapper,
.content > .wrapper {
max-width: 1140px; } }
[blog="fullwidth"] .content-area {
flex: 0 0 100%;
max-width: 100%; }
[blog="content-sidebar"] .content-area {
overflow: hidden; }
@media (min-width: 992px) {
[blog="content-sidebar"] .content-area {
flex: 0 0 75%;
max-width: 75%; } }
@media (min-width: 992px) {
[blog="content-sidebar"] .widget-area {
flex: 0 0 25%;
max-width: 25%; } }
[blog="sidebar-content"] .content-area {
overflow: hidden; }
@media (min-width: 992px) {
[blog="sidebar-content"] .content-area {
flex: 0 0 75%;
max-width: 75%; } }
@media (min-width: 992px) {
[blog="sidebar-content"] .widget-area {
flex: 0 0 25%;
max-width: 25%; } } .topbar {
flex: 0 0 100%;
max-width: 100%; }
.topbar .row > div, .topbar .insight-carousel .slick-track > div, .insight-carousel .topbar .slick-track > div {
padding: 0 15px; }
.topbar .topbar__text span:not(:first-child) {
margin-left: 15px;
padding-left: 15px;
border-left: 1px solid #696969; }
.topbar .topbar__menu {
text-align: right; }
.topbar .topbar__menu ul {
margin: 0;
padding: 0;
list-style: none; }
.topbar .topbar__menu ul li {
display: inline-block;
margin: 0 0 0 15px;
padding-left: 15px;
border-left: 1px solid #696969;
line-height: 1;
position: relative; }
.topbar .topbar__menu ul li a {
font-size: 14px;
font-weight: 400;
line-height: 1; }
.topbar .topbar__menu ul li:first-child {
border: none; }
.topbar .topbar__menu ul li .sub-menu {
position: absolute;
min-width: 120px;
top: 40px;
right: -20px;
background: #555;
padding: 10px 20px;
opacity: 0;
z-index: 999;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.topbar .topbar__menu ul li .sub-menu li {
text-align: left;
display: block;
margin: 0;
padding: 5px 0;
border: none; }
.topbar .topbar__menu ul li.menu-item-has-children > a:after {
content: '\f3d0';
font-family: Ionicons;
margin-left: 10px;
font-size: 12px; }
.topbar .topbar__menu ul li:hover > .sub-menu {
top: 32px;
opacity: 1; }
body #lang_sel {
height: auto; }
body #lang_sel a.lang_sel_sel {
border: 0;
padding: 4px 0;
background-color: transparent; }
body #lang_sel a.lang_sel_sel span {
padding-right: 20px; }
body #lang_sel a.lang_sel_sel:hover {
background-color: transparent; }
body #lang_sel li {
width: auto; }
body #lang_sel li ul a {
padding: 10px 15px;
border: 0; }
body #lang_sel ul ul {
border: 0;
top: 100%; } .header {
width: 100%;
position: relative;
z-index: 99;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.header.headroom--not-top {
position: fixed !important;
background: #fff !important;
top: 0;
left: 0;
-moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
-webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
z-index: 999; }
.header.headroom--not-top #menu .menu__container > li > a {
padding-top: 40px;
padding-bottom: 40px; }
.header .open-right {
display: none; }
.top-search, .top-search-mobile {
width: 100%;
background-color: #da0e2b;
color: #fff;
display: none; }
.top-search form, .top-search-mobile form {
padding-left: 30px;
position: relative; }
.top-search form input[type="search"], .top-search-mobile form input[type="search"] {
border: none;
background: none;
color: #fff !important;
font-size: 16px;
height: 40px;
line-height: 40px;
text-align: center;
padding: 0; }
.top-search form input[type="search"]::-webkit-input-placeholder, .top-search-mobile form input[type="search"]::-webkit-input-placeholder { color: #fff; }
.top-search form input[type="search"]::-moz-placeholder, .top-search-mobile form input[type="search"]::-moz-placeholder { color: #fff; }
.top-search form input[type="search"]:-ms-input-placeholder, .top-search-mobile form input[type="search"]:-ms-input-placeholder { color: #fff; }
.top-search form input[type="search"]:-moz-placeholder, .top-search-mobile form input[type="search"]:-moz-placeholder { color: #fff; }
.top-search form input[type="submit"], .top-search-mobile form input[type="submit"] {
display: none; }
body.admin-bar header.headroom--not-top {
top: 32px; }
@media (max-width: 991px) {
header.header-desktop {
display: none !important; } } header.header-01 {
display: inline-block;
width: 100%; }
header.header-01 .top-search {
padding: 0 15px;
text-align: center; }
header.header-01 .top-search input {
text-align: center; }
header.header-01 .header-container {
position: relative;
z-index: 999; }
header.header-01 .header-container .row, header.header-01 .header-container .insight-carousel .slick-track, .insight-carousel header.header-01 .header-container .slick-track {
margin: 0; }
header.header-01 .header-container .header-left {
padding-left: 100px; }
.rtl header.header-01 .header-container .header-left {
padding-left: 15px;
padding-right: 100px; }
header.header-01 .header-container .header-center {
position: static; }
header.header-01 .header-container .header-center nav.menu {
display: inline-block;
width: 100%;
text-align: center; }
header.header-01 .header-container .header-center nav.menu > ul {
margin-top: 0;
margin-bottom: 0;
list-style: none; }
header.header-01 .header-container .header-center nav.menu > ul > li > a {
text-transform: uppercase;
position: relative; }
header.header-01 .header-container .header-right {
padding-right: 100px;
text-align: right; }
header.header-01 .header-container .header-right .header-search {
max-width: 260px;
display: inline-block;
height: 32px;
line-height: 32px;
border-bottom: 1px solid #eeeeee;
position: relative; }
header.header-01 .header-container .header-right .header-search form {
position: relative;
height: 32px;
line-height: 32px; }
header.header-01 .header-container .header-right .header-search form input[type="text"], header.header-01 .header-container .header-right .header-search form input[type="search"] {
height: 32px;
line-height: 32px;
vertical-align: top;
padding: 0;
border: none;
background-color: transparent;
font-size: 14px;
font-family: Montserrat; }
header.header-01 .header-container .header-right .header-search form input[type="text"]::-webkit-input-placeholder, header.header-01 .header-container .header-right .header-search form input[type="search"]::-webkit-input-placeholder { color: #ababab; }
header.header-01 .header-container .header-right .header-search form input[type="text"]::-moz-placeholder, header.header-01 .header-container .header-right .header-search form input[type="search"]::-moz-placeholder { color: #ababab; }
header.header-01 .header-container .header-right .header-search form input[type="text"]:-ms-input-placeholder, header.header-01 .header-container .header-right .header-search form input[type="search"]:-ms-input-placeholder { color: #ababab; }
header.header-01 .header-container .header-right .header-search form input[type="text"]:-moz-placeholder, header.header-01 .header-container .header-right .header-search form input[type="search"]:-moz-placeholder { color: #ababab; }
header.header-01 .header-container .header-right .header-search form input[type="submit"] {
width: 32px;
height: 32px;
line-height: 32px;
font-size: 0;
vertical-align: top;
position: absolute;
top: 0;
right: 0;
padding: 0;
border: none;
background-color: transparent;
z-index: 8; }
header.header-01 .header-container .header-right .header-search form:after {
content: '\f4a4';
font-family: Ionicons;
font-size: 24px;
position: absolute;
right: 0;
top: 0;
z-index: 7; } header.header-02 {
display: inline-block;
width: 100%; }
header.header-02 .top-search {
padding: 0 15px;
text-align: center; }
header.header-02 .top-search input {
text-align: center; }
header.header-02 .header-container {
position: relative;
z-index: 999; }
header.header-02 .header-container .row, header.header-02 .header-container .insight-carousel .slick-track, .insight-carousel header.header-02 .header-container .slick-track {
margin: 0; }
header.header-02 .header-container .header-left {
padding-left: 100px; }
header.header-02 .header-container .header-right {
padding-right: 100px;
text-align: right;
position: static; }
header.header-02 .header-container .header-right nav.menu {
display: inline-block;
text-align: right; }
header.header-02 .header-container .header-right nav.menu > ul {
margin-top: 0;
margin-bottom: 0;
list-style: none; }
header.header-02 .header-container .header-right nav.menu > ul > li > a {
text-transform: uppercase;
position: relative; }
header.header-02 .header-container .header-right .open-search {
display: inline-block;
font-size: 18px;
line-height: 1;
margin-left: 20px;
cursor: pointer;
color: #333333; } header.header-03 {
display: inline-block;
width: 100%; }
header.header-03 .top-search {
padding: 0 15px;
text-align: center; }
header.header-03 .top-search input {
text-align: center; }
header.header-03.headroom--not-top .open-right {
display: block;
font-size: 30px; }
header.header-03 .header-container {
position: relative;
z-index: 999; }
header.header-03 .header-container .row, header.header-03 .header-container .insight-carousel .slick-track, .insight-carousel header.header-03 .header-container .slick-track {
margin: 0; }
header.header-03 .header-container .header-right {
position: static; }
header.header-03 .header-container .header-right nav.menu {
display: inline-block;
text-align: right; }
header.header-03 .header-container .header-right nav.menu > ul {
margin-top: 0;
margin-bottom: 0;
list-style: none; }
header.header-03 .header-container .header-right nav.menu > ul > li > a {
text-transform: uppercase;
position: relative; }
header.header-03 .header-container .header-right .open-search {
display: inline-block;
font-size: 18px;
line-height: 1;
margin-left: 20px;
cursor: pointer;
color: #333333; } header.header-mobile {
display: none;
width: 100%; }
header.header-mobile .header-mobile-container {
padding-top: 30px;
padding-bottom: 30px; }
header.header-mobile .header-left {
font-size: 24px;
text-align: left; }
header.header-mobile .header-left #open-left {
cursor: pointer; }
header.header-mobile .header-center {
text-align: center; }
header.header-mobile .header-right {
font-size: 24px;
text-align: right; }
header.header-mobile .header-right #open-search-mobile {
display: inline-block;
cursor: pointer; }
@media (max-width: 991px) {
header.header-mobile {
display: block; } }
.header-overlay .header:not(.headroom--not-top), .header-overlay.header:not(.headroom--not-top) {
background-color: transparent;
position: absolute; }
.header-overlay .header:not(.headroom--not-top) nav > ul > li > a, .header-overlay.header:not(.headroom--not-top) nav > ul > li > a {
color: #fff !important; }
.header-overlay .header:not(.headroom--not-top) .header-right .header-search, .header-overlay.header:not(.headroom--not-top) .header-right .header-search { }
.header-overlay .header:not(.headroom--not-top) .header-right .header-search form:after, .header-overlay.header:not(.headroom--not-top) .header-right .header-search form:after {
color: #fff; }
.header-overlay .header:not(.headroom--not-top) .header-right .open-search, .header-overlay.header:not(.headroom--not-top) .header-right .open-search { color: #fff; }
.header-minimal .header:not(.headroom--not-top), .header-minimal.header:not(.headroom--not-top) {
background-color: transparent;
position: absolute; }
.header-minimal .header:not(.headroom--not-top) .header-container, .header-minimal.header:not(.headroom--not-top) .header-container {
padding: 20px 0; }
.header-minimal .header:not(.headroom--not-top) nav, .header-minimal.header:not(.headroom--not-top) nav {
display: none !important; }
.header-minimal .header:not(.headroom--not-top) .header-right .header-search, .header-minimal.header:not(.headroom--not-top) .header-right .header-search { display: none !important; }
.header-minimal .header:not(.headroom--not-top) .header-right .open-search, .header-minimal.header:not(.headroom--not-top) .header-right .open-search { display: none !important; }
.header-minimal .header:not(.headroom--not-top) .header-right .open-right, .header-minimal.header:not(.headroom--not-top) .header-right .open-right {
display: inline-block;
font-size: 32px;
color: #fff;
cursor: pointer; }
.open-right-content {
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
position: fixed;
width: 90%;
max-width: 640px;
right: -100%;
top: 0;
bottom: 0;
padding: 40px 100px;
z-index: 1001;
background: #262626;
color: #fff;
text-align: left;
overflow-y: auto;
overflow-x: hidden;
-webkit-overflow-scrolling: touch; }
.open-right-content.open {
right: 0; }
.open-right-content .open-right-close {
display: block;
text-align: right;
line-height: 1;
font-size: 32px;
cursor: pointer; }
.open-right-content ul {
margin: 100px 0 0 0;
padding: 0;
list-style: none; }
.open-right-content ul li {
display: block;
padding: 20px 0; }
.open-right-content ul li a {
color: #696969;
font-size: 56px;
font-weight: 400;
font-family: Merriweather;
line-height: 1;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.open-right-content ul li a:hover {
opacity: 1;
color: #da0e2b; }
.open-right-content .search-form {
display: block;
margin-top: 100px;
height: 32px;
line-height: 32px;
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
position: relative; }
.open-right-content .search-form form {
position: relative;
height: 32px;
line-height: 32px; }
.open-right-content .search-form form input[type="text"], .open-right-content .search-form form input[type="search"] {
height: 32px;
line-height: 32px;
vertical-align: top;
padding: 0;
border: none;
background-color: transparent;
font-size: 14px;
font-family: Montserrat;
color: #fff; }
.open-right-content .search-form form input[type="text"]::-webkit-input-placeholder, .open-right-content .search-form form input[type="search"]::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.3); }
.open-right-content .search-form form input[type="text"]::-moz-placeholder, .open-right-content .search-form form input[type="search"]::-moz-placeholder { color: rgba(255, 255, 255, 0.3); }
.open-right-content .search-form form input[type="text"]:-ms-input-placeholder, .open-right-content .search-form form input[type="search"]:-ms-input-placeholder { color: rgba(255, 255, 255, 0.3); }
.open-right-content .search-form form input[type="text"]:-moz-placeholder, .open-right-content .search-form form input[type="search"]:-moz-placeholder { color: rgba(255, 255, 255, 0.3); }
.open-right-content .search-form form input[type="submit"] {
width: 32px;
height: 32px;
line-height: 32px;
font-size: 0;
vertical-align: top;
position: absolute;
top: 0;
right: 0;
padding: 0;
border: none;
background-color: transparent;
z-index: 8; }
.open-right-content .search-form form:after {
content: '\f4a4';
font-family: Ionicons;
font-size: 24px;
position: absolute;
right: 0;
top: 0;
z-index: 7; }
body.admin-bar .open-right-content {
top: 32px !important; }
body.body-open-right #page:before {
content: '';
position: fixed;
height: 100%;
width: 100%;
top: 0;
left: 0;
background: #fff;
opacity: 0.5;
z-index: 1000; }
body.header-minimal-black .header-minimal .header:not(.headroom--not-top) .header-right .open-right, body.header-minimal-black .header-minimal.header:not(.headroom--not-top) .header-right .open-right {
color: #333333; }
#menu {
position: static; }
#menu .menu__container > ul > li > a {
padding-top: 40px;
padding-bottom: 40px;
padding-left: 15px;
padding-right: 15px; }
#menu .menu__container > ul ul.children {
min-width: 260px; }
#menu .menu__container, #menu .menu__container > ul {
margin: 0;
padding: 0;
white-space: nowrap;
position: static;
z-index: 2; }
#menu .menu__container li.current-menu-item > a, #menu .menu__container li.current-menu-ancestor > a, #menu .menu__container li.current-menu-parent > a, #menu .menu__container > ul li.current-menu-item > a, #menu .menu__container > ul li.current-menu-ancestor > a, #menu .menu__container > ul li.current-menu-parent > a {
color: #da0e2b; }
#menu .menu__container > li, #menu .menu__container > ul > li {
position: relative;
display: inline-block; }
#menu .menu__container > li a, #menu .menu__container > ul > li a {
display: inline-block; }
#menu .menu__container > li.mega-menu, #menu .menu__container > ul > li.mega-menu {
position: static; }
#menu .menu__container > li.menu-item-has-children > a:after, #menu .menu__container > li.page_item_has_children > a:after, #menu .menu__container > ul > li.menu-item-has-children > a:after, #menu .menu__container > ul > li.page_item_has_children > a:after {
content: '\f3d0';
margin-left: 10px;
font-size: 12px;
font-family: Ionicons; }
#menu .menu__container > li:hover > .sub-menu, #menu .menu__container > li:hover > .children, #menu .menu__container > ul > li:hover > .sub-menu, #menu .menu__container > ul > li:hover > .children {
top: 100%;
visibility: visible;
z-index: 2;
opacity: 1; }
#menu .menu__container > li:hover > .sub-menu li:hover > .sub-menu, #menu .menu__container > li:hover > .sub-menu li:hover > .children, #menu .menu__container > li:hover > .children li:hover > .sub-menu, #menu .menu__container > li:hover > .children li:hover > .children, #menu .menu__container > ul > li:hover > .sub-menu li:hover > .sub-menu, #menu .menu__container > ul > li:hover > .sub-menu li:hover > .children, #menu .menu__container > ul > li:hover > .children li:hover > .sub-menu, #menu .menu__container > ul > li:hover > .children li:hover > .children {
top: -22px;
left: 100%;
visibility: visible;
opacity: 1;
border-top: 2px solid #da0e2b; }
#menu .menu__container > li > .sub-menu, #menu .menu__container > li .children, #menu .menu__container > ul > li > .sub-menu, #menu .menu__container > ul > li .children {
border-top: 2px solid #da0e2b; }
#menu .menu__container .sub-menu, #menu .menu__container .children, #menu .menu__container > ul .sub-menu, #menu .menu__container > ul .children {
position: absolute;
top: 110%;
left: 0;
visibility: hidden;
margin: 0;
min-width: 230px;
width: 100%;
background-color: #fff;
opacity: 0;
transition: all .3s ease;
padding: 20px 0;
list-style: none;
text-align: left;
text-transform: none;
-moz-box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.1);
box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.1); }
#menu .menu__container .sub-menu li, #menu .menu__container .children li, #menu .menu__container > ul .sub-menu li, #menu .menu__container > ul .children li {
position: relative;
padding: 0 20px; }
#menu .menu__container .sub-menu li a, #menu .menu__container .children li a, #menu .menu__container > ul .sub-menu li a, #menu .menu__container > ul .children li a {
display: block;
padding: 15px 0;
color: #696969;
text-transform: none;
font-weight: 400;
background: none;
position: relative;
border-bottom: 1px solid #f4f4f4;
white-space: normal; }
.rtl #menu .menu__container .sub-menu li a, .rtl #menu .menu__container .children li a, .rtl #menu .menu__container > ul .sub-menu li a, .rtl #menu .menu__container > ul .children li a {
text-align: right; }
#menu .menu__container .sub-menu li a:hover, #menu .menu__container .children li a:hover, #menu .menu__container > ul .sub-menu li a:hover, #menu .menu__container > ul .children li a:hover {
background: none;
color: #da0e2b;
border-bottom-color: #da0e2b; }
#menu .menu__container .sub-menu li:last-child a, #menu .menu__container .children li:last-child a, #menu .menu__container > ul .sub-menu li:last-child a, #menu .menu__container > ul .children li:last-child a {
border: none; }
#menu .menu__container .sub-menu li.menu-item-has-children:after, #menu .menu__container .sub-menu li.page_item_has_children:after, #menu .menu__container .children li.menu-item-has-children:after, #menu .menu__container .children li.page_item_has_children:after, #menu .menu__container > ul .sub-menu li.menu-item-has-children:after, #menu .menu__container > ul .sub-menu li.page_item_has_children:after, #menu .menu__container > ul .children li.menu-item-has-children:after, #menu .menu__container > ul .children li.page_item_has_children:after {
content: '\f363';
font-size: 16px;
font-family: Ionicons;
position: absolute;
right: 20px;
top: 14px;
color: #696969; }
.rtl #menu .menu__container .sub-menu li.menu-item-has-children:after, .rtl #menu .menu__container .sub-menu li.page_item_has_children:after, .rtl #menu .menu__container .children li.menu-item-has-children:after, .rtl #menu .menu__container .children li.page_item_has_children:after, .rtl #menu .menu__container > ul .sub-menu li.menu-item-has-children:after, .rtl #menu .menu__container > ul .sub-menu li.page_item_has_children:after, .rtl #menu .menu__container > ul .children li.menu-item-has-children:after, .rtl #menu .menu__container > ul .children li.page_item_has_children:after {
right: 10px; }
#menu .menu__container .sub-menu li.menu-item-has-children:hover:after, #menu .menu__container .sub-menu li.page_item_has_children:hover:after, #menu .menu__container .children li.menu-item-has-children:hover:after, #menu .menu__container .children li.page_item_has_children:hover:after, #menu .menu__container > ul .sub-menu li.menu-item-has-children:hover:after, #menu .menu__container > ul .sub-menu li.page_item_has_children:hover:after, #menu .menu__container > ul .children li.menu-item-has-children:hover:after, #menu .menu__container > ul .children li.page_item_has_children:hover:after {
color: #da0e2b; }
#menu .menu__container .sub-menu .sub-menu, #menu .menu__container .sub-menu .children, #menu .menu__container .children .sub-menu, #menu .menu__container .children .children, #menu .menu__container > ul .sub-menu .sub-menu, #menu .menu__container > ul .sub-menu .children, #menu .menu__container > ul .children .sub-menu, #menu .menu__container > ul .children .children {
top: 0;
left: 100%;
visibility: hidden;
opacity: 0; }
#menu .mega-menu > .sub-menu, #menu .mega-menu .children {
padding: 0; }
#menu .mega-menu .wpb_text_column ul {
margin: 0;
padding: 0;
list-style: none; }
#menu .mega-menu .wpb_text_column ul li {
padding: 0;
display: block; }
#menu .mega-menu .wpb_text_column ul li a {
padding: 5px 0;
display: inline-block;
position: relative; }
#menu .mega-menu .wpb_text_column ul li a i {
width: 20px; }
#menu .mega-menu .wpb_text_column ul li a:hover:before {
top: 7px; }
#menu .mega-menu .wpb_text_column ul li.new a:after, #menu .mega-menu .wpb_text_column ul li.hot a:after, #menu .mega-menu .wpb_text_column ul li.sale a:after {
font-size: 8px;
text-transform: uppercase;
height: 12px;
line-height: 12px;
padding: 0 5px;
display: inline-block;
color: #fff;
border-radius: 3px;
position: absolute;
left: 110%;
font-weight: 700; }
#menu .mega-menu .wpb_text_column ul li.new a:after {
content: 'new';
background-color: #FFC929 !important; }
#menu .mega-menu .wpb_text_column ul li.sale a:after {
content: 'sale';
background-color: #6AC39B !important; }
#menu .mega-menu .wpb_text_column ul li.hot a:after {
content: 'hot';
background-color: #D0021B !important; }
#menu .mega-menu .wpb_text_column ol {
margin: 0;
padding: 0;
list-style: none; }
#menu .mega-menu .wpb_text_column ol li {
padding: 0;
border-bottom: 1px solid #f9f6ee; }
#menu .mega-menu .wpb_text_column ol li:last-child {
border-bottom: none; }
#menu .mega-menu .wpb_text_column ol li:last-child a {
padding-bottom: 0; }
#menu .mega-menu .features-mega-inner ul li {
padding: 5px 0; }
#mobile .kc_column {
width: 100% !important; }
.rtl #menu .sub-menu .mega-menu-content li {
text-align: right; }
#menu .sub-menu .mega-menu-content .wpb_content_element {
margin-bottom: 0; }
#menu .sub-menu .mega-menu-content .widget_nav_menu ul {
padding: 0;
list-style: none; }
#menu .sub-menu .mega-menu-content .widget_nav_menu ul li {
padding: 0; }
.rtl #menu .sub-menu .mega-menu-content .widget_nav_menu ul li {
text-align: right; }
#menu .sub-menu .mega-menu-content .widget_nav_menu ul li a {
padding: 10px 0; }
#menu .sub-menu .mega-menu-content .widget_nav_menu ul li:first-child a {
padding-top: 0px; }
#menu .sub-menu .mega-menu-content .widget_nav_menu ul li:last-child a {
padding-bottom: 0px; }
nav#mobile .sub-menu .mega-menu-content .wpb_content_element {
margin-bottom: 0; }
.content {
width: 100%; }
.content--top .wrapper {
margin-left: auto;
margin-right: auto;
padding-left: 0.9375rem;
padding-right: 0.9375rem; }
@media (min-width: 544px) {
.content--top .wrapper {
max-width: 576px; } }
@media (min-width: 769px) {
.content--top .wrapper {
max-width: 720px; } }
@media (min-width: 992px) {
.content--top .wrapper {
max-width: 940px; } }
@media (min-width: 1200px) {
.content--top .wrapper {
max-width: 1140px; } }
body:not(.home) .content > .wrapper {
margin-bottom: 50px; }
.footer {
display: block;
width: 100%; }
.footer .footer-c1, .footer .footer-c2, .footer .footer-c3, .footer .footer-c4 {
margin-bottom: 30px; }
.footer .footer-gmap iframe {
display: none; }
.footer.style01 {
background-color: #fff; }
.footer.style01 .widget .widget-title {
margin-bottom: 30px;
padding-bottom: 10px;
color: #333333;
font-family: Montserrat;
font-size: 18px;
letter-spacing: 0;
position: relative; }
.footer.style01 .widget .widget-title:after {
content: '';
width: 30px;
height: 1px;
background-color: #da0e2b;
display: block;
position: absolute;
bottom: 0px;
left: 0px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.footer.style01 .widget ul {
list-style: none;
padding: 0; }
.footer.style01 .widget ul li {
margin-bottom: 15px;
line-height: 1.6; }
.footer.style01 .widget ul li:last-child {
margin-bottom: 0; }
.footer.style01 .widget ul li a {
position: relative;
color: #696969; }
.footer.style01 .widget ul li a:hover {
padding-left: 15px; }
.footer.style01 .widget ul li a:hover:before {
position: absolute;
content: '\f462';
font-family: 'Ionicons';
left: 0;
top: 0;
color: inherit;
line-height: 18px; }
.footer.style01 .widget:hover .widget-title:after {
width: 60px; }
.footer.style01 .textwidget {
line-height: 1.6; }
.footer.style01 .textwidget p {
padding: 0;
margin: 0 0 15px 0; }
.footer.style01 .textwidget a {
color: #da0e2b; }
.footer.style01 .footer-social {
margin-top: 30px; }
.footer.style01 .footer-social a {
display: inline-block;
width: 48px;
height: 48px;
line-height: 44px;
text-align: center;
border: 2px solid #f4f4f4;
border-radius: 24px;
margin-right: 6px;
font-size: 16px;
color: #696969; }
.footer.style01 .footer-social a:hover {
background-color: #da0e2b;
border-color: #da0e2b;
color: #fff !important; }
.footer.style01 .footer-gmap {
margin-top: 35px; }
.footer.style01 .footer-gmap a {
height: 40px;
line-height: 40px;
font-size: 14px;
font-family: Montserrat;
font-weight: 400; }
.footer.style01 .footer-gmap a:before {
content: '\f041';
font-family: FontAwesome;
display: inline-block;
width: 40px;
height: 40px;
line-height: 36px;
text-align: center;
color: #696969;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
border: 2px solid #f4f4f4;
margin-right: 10px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.footer.style01 .footer-gmap a:hover:before {
color: #fff;
background-color: #da0e2b;
border-color: #da0e2b; }
.footer.style02 {
background-color: #333333;
color: #ababab; }
.footer.style02 .widget .widget-title {
margin-bottom: 30px;
padding-bottom: 10px;
color: #fff;
font-family: Merriweather;
font-weight: 400;
font-size: 18px;
letter-spacing: 0;
position: relative; }
.footer.style02 .widget .widget-title:after {
content: '';
width: 30px;
height: 1px;
background-color: #da0e2b;
display: block;
position: absolute;
bottom: 0px;
left: 0px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.footer.style02 .widget ul {
list-style: none;
padding: 0; }
.footer.style02 .widget ul li {
margin-bottom: 15px;
line-height: 1.6; }
.footer.style02 .widget ul li:last-child {
margin-bottom: 0; }
.footer.style02 .widget ul li a {
position: relative;
color: #ababab; }
.footer.style02 .widget ul li a:hover {
padding-left: 15px;
color: #da0e2b; }
.footer.style02 .widget ul li a:hover:before {
position: absolute;
content: '\f462';
font-family: 'Ionicons';
left: 0;
top: 0;
color: #da0e2b;
line-height: 18px; }
.footer.style02 .widget:hover .widget-title:after {
width: 60px; }
.footer.style02 .textwidget {
line-height: 1.6; }
.footer.style02 .textwidget p {
padding: 0;
margin: 0 0 15px 0; }
.footer.style02 .textwidget a {
color: #da0e2b; }
.footer.style02 .footer-social {
margin-top: 30px; }
.footer.style02 .footer-social a {
display: inline-block;
width: 48px;
height: 48px;
line-height: 44px;
text-align: center;
border: 2px solid #585858;
border-radius: 24px;
margin-right: 6px;
font-size: 16px;
color: #ababab; }
.footer.style02 .footer-social a:hover {
background-color: #da0e2b;
border-color: #da0e2b;
color: #fff !important; }
.footer.style02 .footer-gmap {
margin-top: 35px; }
.footer.style02 .footer-gmap a {
height: 40px;
line-height: 40px;
font-size: 14px;
font-family: Montserrat;
font-weight: 400; }
.footer.style02 .footer-gmap a:before {
content: '\f041';
font-family: FontAwesome;
display: inline-block;
width: 40px;
height: 40px;
line-height: 36px;
text-align: center;
color: #ababab;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
border: 2px solid #595959;
margin-right: 10px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.footer.style02 .footer-gmap a:hover:before {
color: #fff;
background-color: #da0e2b;
border-color: #da0e2b; }
.copyright {
display: block;
width: 100%;
position: relative; }
.copyright.style01 {
background: #fff; }
.copyright.style01 .copyright-container {
padding-top: 40px;
padding-bottom: 40px;
border-top: 2px solid #f4f4f4; }
.copyright.style01 .copyright-left {
font-size: 14px;
color: #ababab;
font-family: Lato;
font-style: italic;
line-height: 1; }
.copyright.style01 .copyright-left span {
color: #da0e2b; }
.copyright.style01 .copyright-right {
text-align: right; }
.copyright.style01 .copyright-right ul {
margin: 0;
padding: 0;
list-style: none; }
.copyright.style01 .copyright-right ul li {
display: inline-block;
margin-left: 20px; }
.copyright.style01 .copyright-right ul li a {
text-transform: uppercase;
font-family: Montserrat;
color: #696969;
font-size: 12px;
font-weight: 400;
line-height: 1; }
.copyright.style02 {
background: #333333; }
.copyright.style02 .copyright-container {
padding-top: 40px;
padding-bottom: 40px;
border-top: 2px solid #2d2d2d; }
.copyright.style02 .copyright-left {
font-size: 14px;
color: #696969;
font-family: Lato;
font-style: italic;
line-height: 1; }
.copyright.style02 .copyright-left span {
color: #da0e2b; }
.copyright.style02 .copyright-left a {
color: #fff; }
.copyright.style02 .copyright-left a:hover {
color: #da0e2b; }
.copyright.style02 .copyright-right {
text-align: right; }
.copyright.style02 .copyright-right ul {
margin: 0;
padding: 0;
list-style: none; }
.copyright.style02 .copyright-right ul li {
display: inline-block;
margin-left: 20px; }
.copyright.style02 .copyright-right ul li a {
text-transform: uppercase;
font-family: Montserrat;
color: #696969;
font-size: 12px;
font-weight: 400;
line-height: 1; }
.copyright.type-02 {
background-color: #262626; }
.copyright.type-02 .copyright-container {
border-top: none; }
@media (min-width: 769px) {
.copyright.type-02 .copyright-container {
padding: 120px 100px; } }
@media (max-width: 991px) {
.copyright.type-02 .copyright-container .copyright-center {
text-align: left;
padding: 30px 20px; } }
.copyright.type-02 .copyright-container .copyright-left {
font-size: 13px;
font-style: italic;
color: #696969; }
.copyright.type-02 .copyright-container .copyright-left span {
display: block; }
.copyright.type-02 .copyright-container .copyright-right {
font-size: 13px;
font-style: italic;
color: #ababab; }
.copyright.type-02 .copyright-container .copyright-right span {
display: block;
font-family: Montserrat;
font-style: normal;
font-size: 18px;
color: #e0e0e0; }
.breadcrumbs {
padding: 0;
margin-top: 30px;
font-size: 14px;
font-family: Montserrat;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .2em;
line-height: 1; }
.breadcrumbs ul {
padding: 0;
margin: 0;
list-style: none; }
.breadcrumbs ul li {
display: inline-block;
max-width: 700px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; }
.breadcrumbs ul li:after {
content: '/';
color: #ababab;
margin-left: 10px; }
.breadcrumbs ul li:last-child {
color: #da0e2b;
border-bottom: 1px solid #da0e2b;
margin-right: 0; }
.breadcrumbs ul li:last-child:after {
content: '';
margin-left: 0; }
.breadcrumbs ul li a {
color: #ababab; }
.breadcrumbs ul li a:hover {
color: #da0e2b; }
.tm-9studio .featherlight .featherlight-content {
padding: 0;
border: none; }
.footer-newsletter.style01 {
padding-top: 110px;
padding-bottom: 80px;
background-color: #f8f8f8;
background-repeat: no-repeat;
background-position: center bottom;
background-size: cover; }
.footer-newsletter.style01 .footer-newsletter-left {
font-size: 34px;
font-weight: 400;
font-family: Merriweather;
color: #333333;
line-height: 46px;
text-transform: capitalize;
margin-bottom: 30px; }
.footer-newsletter.style01 .footer-newsletter-right {
margin-bottom: 30px; }
.footer-newsletter.style01 .footer-newsletter-right .form {
position: relative;
height: 48px;
line-height: 48px;
background-color: #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px; }
.footer-newsletter.style01 .footer-newsletter-right .form input[type="text"], .footer-newsletter.style01 .footer-newsletter-right .form input[type="email"] {
display: inline-block;
background-color: transparent;
color: #333333;
font-size: 14px;
font-family: Montserrat;
border: none; }
.footer-newsletter.style01 .footer-newsletter-right .form input[type="text"]::-webkit-input-placeholder, .footer-newsletter.style01 .footer-newsletter-right .form input[type="email"]::-webkit-input-placeholder { color: #ababab; }
.footer-newsletter.style01 .footer-newsletter-right .form input[type="text"]::-moz-placeholder, .footer-newsletter.style01 .footer-newsletter-right .form input[type="email"]::-moz-placeholder { color: #ababab; }
.footer-newsletter.style01 .footer-newsletter-right .form input[type="text"]:-ms-input-placeholder, .footer-newsletter.style01 .footer-newsletter-right .form input[type="email"]:-ms-input-placeholder { color: #ababab; }
.footer-newsletter.style01 .footer-newsletter-right .form input[type="text"]:-moz-placeholder, .footer-newsletter.style01 .footer-newsletter-right .form input[type="email"]:-moz-placeholder { color: #ababab; }
.footer-newsletter.style01 .footer-newsletter-right .form input[type="submit"] {
display: inline-block;
height: 40px;
line-height: 40px;
text-align: center;
padding: 0 25px;
background-color: #da0e2b;
font-size: 14px;
font-family: Montserrat;
font-weight: 400;
text-transform: uppercase;
color: #fff;
border: none;
position: absolute;
top: 4px;
right: 4px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.footer-newsletter.style01 .footer-newsletter-right .form input[type="submit"]:hover {
background-color: #333333;
color: #fff; }
.footer-newsletter.style01 .footer-newsletter-right p {
color: #ababab;
font-size: 14px;
font-style: italic;
margin-bottom: 0; }
.footer-newsletter.style02 {
padding-top: 110px;
padding-bottom: 80px;
background-color: #fff;
background-repeat: no-repeat;
background-position: center bottom;
background-size: cover; }
.footer-newsletter.style02 .footer-newsletter-left {
font-size: 34px;
font-weight: 400;
font-family: Merriweather;
color: #333333;
line-height: 46px;
text-transform: capitalize;
margin-bottom: 30px; }
.footer-newsletter.style02 .footer-newsletter-right {
margin-bottom: 30px; }
.footer-newsletter.style02 .footer-newsletter-right .form {
position: relative;
height: 48px;
line-height: 48px;
background-color: #f7f7f7;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px; }
.footer-newsletter.style02 .footer-newsletter-right .form input[type="text"], .footer-newsletter.style02 .footer-newsletter-right .form input[type="email"] {
display: inline-block;
background-color: transparent;
color: #333333;
font-size: 14px;
font-family: Montserrat;
border: none; }
.footer-newsletter.style02 .footer-newsletter-right .form input[type="text"]::-webkit-input-placeholder, .footer-newsletter.style02 .footer-newsletter-right .form input[type="email"]::-webkit-input-placeholder { color: #ababab; }
.footer-newsletter.style02 .footer-newsletter-right .form input[type="text"]::-moz-placeholder, .footer-newsletter.style02 .footer-newsletter-right .form input[type="email"]::-moz-placeholder { color: #ababab; }
.footer-newsletter.style02 .footer-newsletter-right .form input[type="text"]:-ms-input-placeholder, .footer-newsletter.style02 .footer-newsletter-right .form input[type="email"]:-ms-input-placeholder { color: #ababab; }
.footer-newsletter.style02 .footer-newsletter-right .form input[type="text"]:-moz-placeholder, .footer-newsletter.style02 .footer-newsletter-right .form input[type="email"]:-moz-placeholder { color: #ababab; }
.footer-newsletter.style02 .footer-newsletter-right .form input[type="submit"] {
display: inline-block;
height: 40px;
line-height: 40px;
text-align: center;
padding: 0 25px;
background-color: #da0e2b;
font-size: 14px;
font-family: Montserrat;
font-weight: 400;
text-transform: uppercase;
color: #fff;
border: none;
position: absolute;
top: 4px;
right: 4px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.footer-newsletter.style02 .footer-newsletter-right .form input[type="submit"]:hover {
background-color: #333333;
color: #fff; }
.footer-newsletter.style02 .footer-newsletter-right p {
color: #ababab;
font-size: 14px;
font-style: italic;
margin-bottom: 0; }
.admin-bar .mobile-menu, .admin-bar #mobile {
padding-top: 32px; }
@media (max-width: 991px) {
.admin-bar .mobile-menu, .admin-bar #mobile {
padding-top: 46px; } }
.mobile-menu .mega-menu-content .vc_row, .mobile-menu .mega-menu-content .vc_column-inner, .mobile-menu .mega-menu-content .wpb_column, #mobile .mega-menu-content .vc_row, #mobile .mega-menu-content .vc_column-inner, #mobile .mega-menu-content .wpb_column {
width: 100% !important;
padding: 0 !important;
margin: 0 !important; }
@media (max-width: 63.9em) {
.tm-organie .mobile-menu .mega-menu-content .vc_row, .tm-organie .mobile-menu .mega-menu-content .vc_column-inner, .tm-organie .mobile-menu .mega-menu-content .wpb_column, .tm-organie #mobile .mega-menu-content .vc_row, .tm-organie #mobile .mega-menu-content .vc_column-inner, .tm-organie #mobile .mega-menu-content .wpb_column {
padding: 0 !important; } }
.mobile-menu .mega-menu-content .vc_row .vc_custom_heading, .mobile-menu .mega-menu-content .vc_column-inner .vc_custom_heading, .mobile-menu .mega-menu-content .wpb_column .vc_custom_heading, #mobile .mega-menu-content .vc_row .vc_custom_heading, #mobile .mega-menu-content .vc_column-inner .vc_custom_heading, #mobile .mega-menu-content .wpb_column .vc_custom_heading {
margin: 0 !important;
padding: 20px 20px 0;
font-weight: 900 !important; }
.mobile-menu > ul.menu, .mobile-menu > ul.menu__container, #mobile > ul.menu, #mobile > ul.menu__container {
padding: 0;
margin: 0; }
.mobile-menu > ul.menu ul, .mobile-menu > ul.menu ol, .mobile-menu > ul.menu__container ul, .mobile-menu > ul.menu__container ol, #mobile > ul.menu ul, #mobile > ul.menu ol, #mobile > ul.menu__container ul, #mobile > ul.menu__container ol {
padding: 0;
margin: 0; }
.mobile-menu > ul.menu li, .mobile-menu > ul.menu__container li, #mobile > ul.menu li, #mobile > ul.menu__container li {
position: relative;
display: block;
border-bottom: 1px solid #eee; }
.mobile-menu > ul.menu li.current_page_item a, .mobile-menu > ul.menu li.current-menu-item a, .mobile-menu > ul.menu__container li.current_page_item a, .mobile-menu > ul.menu__container li.current-menu-item a, #mobile > ul.menu li.current_page_item a, #mobile > ul.menu li.current-menu-item a, #mobile > ul.menu__container li.current_page_item a, #mobile > ul.menu__container li.current-menu-item a {
box-shadow: 1px 0px 0 #111 inset; }
.mobile-menu > ul.menu li a, .mobile-menu > ul.menu__container li a, #mobile > ul.menu li a, #mobile > ul.menu__container li a {
display: block;
color: #696969;
padding: 0px 20px;
line-height: 42px;
background: inherit; }
.mobile-menu > ul.menu li a i, .mobile-menu > ul.menu__container li a i, #mobile > ul.menu li a i, #mobile > ul.menu__container li a i {
width: 20px; }
.mobile-menu > ul.menu li a:hover, .mobile-menu > ul.menu__container li a:hover, #mobile > ul.menu li a:hover, #mobile > ul.menu__container li a:hover {
color: #da0e2b; }
.mobile-menu > ul.menu li .sub-menu, .mobile-menu > ul.menu__container li .sub-menu, #mobile > ul.menu li .sub-menu, #mobile > ul.menu__container li .sub-menu {
display: none;
border-top: 1px solid #ddd;
background-color: #eee;
padding-left: 0;
font-weight: 400;
box-shadow: none;
-moz-box-shadow: none; }
.mobile-menu > ul.menu li .sub-menu li, .mobile-menu > ul.menu__container li .sub-menu li, #mobile > ul.menu li .sub-menu li, #mobile > ul.menu__container li .sub-menu li {
border: none; }
.mobile-menu > ul.menu li .sub-menu li a:hover, .mobile-menu > ul.menu__container li .sub-menu li a:hover, #mobile > ul.menu li .sub-menu li a:hover, #mobile > ul.menu__container li .sub-menu li a:hover {
color: #da0e2b; }
@media (min-width: 544px) {
.mobile-menu > ul.menu li .sub-menu li:last-child, .mobile-menu > ul.menu__container li .sub-menu li:last-child, #mobile > ul.menu li .sub-menu li:last-child, #mobile > ul.menu__container li .sub-menu li:last-child {
border: none; } }
.mobile-menu > ul.menu li .sub-menu h3, .mobile-menu > ul.menu__container li .sub-menu h3, #mobile > ul.menu li .sub-menu h3, #mobile > ul.menu__container li .sub-menu h3 {
border: none !important; }
.mobile-menu > ul.menu li .sub-menu-toggle, .mobile-menu > ul.menu__container li .sub-menu-toggle, #mobile > ul.menu li .sub-menu-toggle, #mobile > ul.menu__container li .sub-menu-toggle {
display: none; }
.mobile-menu > ul.menu li.menu-item.menu-item-has-children > .sub-menu-toggle, .mobile-menu > ul.menu__container li.menu-item.menu-item-has-children > .sub-menu-toggle, #mobile > ul.menu li.menu-item.menu-item-has-children > .sub-menu-toggle, #mobile > ul.menu__container li.menu-item.menu-item-has-children > .sub-menu-toggle {
display: block;
background-color: rgba(238, 238, 238, 0.5);
font-size: 15px;
font-family: Ionicons;
position: absolute;
color: #696969;
right: 0;
top: 0;
padding: 0px 20px;
line-height: 43px;
z-index: 9999;
font-style: normal;
outline: 0;
cursor: pointer;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.mobile-menu > ul.menu li.menu-item.menu-item-has-children > .sub-menu-toggle:before, .mobile-menu > ul.menu__container li.menu-item.menu-item-has-children > .sub-menu-toggle:before, #mobile > ul.menu li.menu-item.menu-item-has-children > .sub-menu-toggle:before, #mobile > ul.menu__container li.menu-item.menu-item-has-children > .sub-menu-toggle:before {
content: '\f3d0'; }
.mobile-menu > ul.menu li.menu-item.menu-item-has-children > .sub-menu-toggle:hover, .mobile-menu > ul.menu__container li.menu-item.menu-item-has-children > .sub-menu-toggle:hover, #mobile > ul.menu li.menu-item.menu-item-has-children > .sub-menu-toggle:hover, #mobile > ul.menu__container li.menu-item.menu-item-has-children > .sub-menu-toggle:hover {
color: #fff;
background-color: #da0e2b; }
.mobile-menu > ul.menu li.expand, .mobile-menu > ul.menu__container li.expand, #mobile > ul.menu li.expand, #mobile > ul.menu__container li.expand {
background-color: #ddd; }
.mobile-menu > ul.menu li.expand > .sub-menu-toggle:before, .mobile-menu > ul.menu__container li.expand > .sub-menu-toggle:before, #mobile > ul.menu li.expand > .sub-menu-toggle:before, #mobile > ul.menu__container li.expand > .sub-menu-toggle:before {
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
.mobile-menu, #mobile {
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
position: fixed;
width: 256px;
left: -256px;
top: 0;
bottom: 0;
z-index: 1001;
background: #fff;
text-align: left;
overflow-y: auto;
overflow-x: hidden;
-webkit-overflow-scrolling: touch; }
.vimenu-open-left {
overflow: hidden; }
.vimenu-open-left #mobile {
left: 0; }
.vimenu-open-left #close-menu {
display: block;
position: fixed;
height: 100%;
width: 100%;
top: 0;
left: 0;
background: #000;
opacity: 0.5;
z-index: 1000; }
a.scrollup {
width: 56px;
height: 56px;
line-height: 56px;
font-size: 24px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
text-align: center;
color: #fff;
background-color: #da0e2b;
position: fixed;
right: 60px;
cursor: pointer;
opacity: 0;
bottom: 0; }
a.scrollup:before {
content: '';
width: 74px;
height: 74px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
background-color: #da0e2b;
opacity: .3;
position: absolute;
top: -9px;
left: -9px;
transform: scale(0.5);
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
a.scrollup.show {
opacity: 1;
bottom: 60px;
color: #fff; }
a.scrollup.show:hover:before {
transform: scale(1); }
body.onepage-scroll .onepage {
overflow: hidden; }
body.onepage-scroll .onepage-pagination {
left: auto;
right: 100px; }
body.onepage-scroll .onepage-pagination li {
margin: 10px 0; }
body.onepage-scroll .onepage-pagination li a {
width: 24px;
height: 24px;
border: 2px solid transparent;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
position: relative; }
body.onepage-scroll .onepage-pagination li a:before {
display: none; }
body.onepage-scroll .onepage-pagination li a:after {
width: 12px;
height: 12px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
background-color: rgba(255, 255, 255, 0.4);
position: absolute;
top: 4px;
left: 4px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
body.onepage-scroll .onepage-pagination li a.active {
border-color: #fff; }
body.onepage-scroll .onepage-pagination li a.active:after {
transform: scale(0); }
@media (max-width: 991px) {
body.onepage-scroll .onepage-pagination {
right: 30px; } } .page-title {
padding-top: 140px;
padding-bottom: 70px;
color: #333333;
text-align: left;
background-color: #f8f7f7;
background-repeat: no-repeat;
background-position: center bottom;
background-size: cover;
display: block; }
.page-title.big-style {
padding-top: 230px;
padding-bottom: 330px; }
.page-title .breadcrumbs {
display: block;
z-index: 98; }
.page-title .title {
display: block;
position: relative;
font-family: Merriweather;
font-weight: 400;
font-style: normal;
font-size: 56px;
line-height: 1;
letter-spacing: 0;
color: #333333;
z-index: 97;
margin-top: 0px; }
.page-title .title span {
color: #da0e2b; }
.rtl .page-title .title {
text-align: right; }
.content-area {
padding-top: 120px;
padding-bottom: 120px; }
body.no-padding .content-area {
padding-top: 0px !important;
padding-bottom: 0px !important; }
body.no-padding .content-area article {
margin-bottom: 0; }
body.no-padding .content-area .entry-content {
margin-bottom: 0; }
body.no-padding article {
margin-bottom: 0; }
.display_none {
display: none; }
@media (max-width: 991px) {
body .page-title {
padding-top: 60px !important;
padding-bottom: 60px !important;
background-image: none !important;
background-color: #f7f7f7;
text-align: center; }
body .page-title .title {
font-size: 30px; }
body .page-title .breadcrumbs {
margin-top: 10px; } }
.site {
overflow: hidden; }
@media (max-width: 543px) {
.hidden-xs {
display: none; } }
@media (min-width: 544px) and (max-width: 768px) {
.hidden-sm {
display: none; } }
@media (min-width: 769px) and (max-width: 991px) {
.hidden-md {
display: none; } }
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-lg {
display: none; } }
@media (min-width: 1200px) and (max-width: 1919px) {
.hidden-xl {
display: none; } }
@media (min-width: 1920px) {
.hidden-xxl {
display: none; } }
[visibility='visible'] {
display: block; }
[visibility='hidden'] {
display: none; }
a.cookie_notice_ok {
border: 1px solid #da0e2b;
padding: 2px 5px;
border-radius: 2px;
display: block;
margin-top: 10px;
text-align: center; }
a.cookie_notice_ok:hover {
background-color: #da0e2b !important;
color: #fff !important; }
.tf-bubble {
position: fixed;
top: 50%;
right: 20px;
height: 1px;
z-index: 9999997;
display: inline-block; }
.tf-bubble .bubble-content {
visibility: hidden;
position: absolute;
padding: 20px 30px;
font-size: 13px;
top: 0;
right: 90px;
margin-top: -39px;
background: #fff;
width: 300px;
z-index: 1;
text-align: center;
box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
opacity: 0;
-webkit-transition: all 0.3s;
transition: all 0.3s; }
.tf-bubble .bubble-content:after {
content: '';
display: block;
position: absolute;
bottom: 33px;
right: -6px;
width: 12px;
height: 12px;
background: #fff;
z-index: 1;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg); }
.tf-bubble .bubble-btn {
width: 60px;
height: 60px;
margin-top: -30px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
background: #da0e2b;
text-align: center;
font-weight: bold;
position: absolute;
right: 0; }
.tf-bubble .bubble-btn a {
color: #fff; }
.tf-bubble .bubble-btn span {
font-size: 10px;
display: block;
line-height: 1;
padding: 13px 0 2px 0; }
.tf-bubble .bubble-btn strong {
display: block;
font-size: 22px;
line-height: 1;
font-weight: 900; }
.tf-bubble:hover .bubble-content {
opacity: 1;
visibility: visible; }
.tf-bubble:hover .bubble-btn {
box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15); }
.page-links {
clear: both;
margin: 0 0 1.5em; }
body.page div.wpcf7-validation-errors {
border: none;
background-color: #f4f4f4;
padding: 15px;
margin: 30px 0 0 0;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px; }
body.page div.wpcf7-mail-sent-ok {
border: none;
background-color: #da0e2b;
color: #fff;
padding: 15px;
margin: 30px 0 0 0;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px; }
body.page .comments-area {
margin-top: 60px; }
body.page .comments-area .comment-reply-title,
body.page .comments-area .comments-title {
font-size: 18px;
font-family: 'Playfair Display';
color: #333333;
margin-bottom: 30px;
font-weight: bold;
letter-spacing: 0.05em; }
body.page .comments-area .comment-list {
padding-left: 0;
padding-right: 0;
list-style: none;
margin: 40px 0; }
body.page .comments-area .comment-list li {
padding: 20px 0;
border-bottom: 1px solid #f4f4f4; }
body.page .comments-area .comment-list li.comment {
list-style-type: none; }
body.page .comments-area .comment-list li article {
margin: 0;
padding-left: 100px;
position: relative; }
body.page .comments-area .comment-list li article .comment-author {
display: inline-block;
color: #333333; }
body.page .comments-area .comment-list li article .comment-author img {
position: absolute;
top: 0;
left: 0;
border-radius: 50%; }
body.page .comments-area .comment-list li article .comment-author .fn {
text-transform: uppercase;
letter-spacing: 0.05em;
font-size: 14px; }
body.page .comments-area .comment-list li article .comment-author .says {
display: none; }
body.page .comments-area .comment-list li article .comment-metadata {
display: inline-block;
margin-left: 20px;
font-size: 14px;
color: #ababab;
font-family: 'Playfair Display';
font-style: italic;
letter-spacing: 0.05em; }
body.page .comments-area .comment-list li article .comment-metadata a {
color: #8e8b87; }
body.page .comments-area .comment-list li article .comment-metadata:before {
content: '\f21b';
font-family: Ionicons;
color: #ababab;
font-style: normal;
font-size: 5px;
margin-right: 20px; }
body.page .comments-area .comment-list li article .comment-content {
font-size: 15px;
line-height: 1.6;
color: #696969; }
body.page .comments-area .comment-list li article .comment-content table td, body.page .comments-area .comment-list li article .comment-content table th {
border: 1px solid #ccc;
padding: 5px 10px; }
body.page .comments-area .comment-list li article .comment-content li {
padding: 5px;
border: none; }
body.page .comments-area .comment-list li article .reply a {
color: #696969;
font-family: 'Playfair Display';
font-weight: bold;
font-style: italic;
letter-spacing: 0.05em;
color: #da0e2b;
opacity: .5; }
body.page .comments-area .comment-list li article .reply a:before {
content: '\f21e';
font-family: Ionicons;
margin-right: 5px; }
body.page .comments-area .comment-list li article .reply a:hover {
opacity: 1; }
body.page .comments-area .comment-list li .children {
margin-top: 20px;
padding-left: 100px; }
body.page .comments-area .comment-list li .children li {
border-bottom: none;
border-top: 1px solid #f4f4f4; }
body.page .comments-area .comment-list li .children li:last-child {
padding-bottom: 0; }
body.page .comments-area .comment-list li:last-child {
border-bottom: none; }
body.page .comments-area .comment-respond {
margin-top: 30px; }
body.page .comments-area .comment-form .logged-in-as {
margin-bottom: 15px; }
body.page .comments-area .comment-form input[type="email"],
body.page .comments-area .comment-form input[type="number"],
body.page .comments-area .comment-form input[type="text"] {
height: 40px;
line-height: 38px;
border: 1px solid #f4f4f4;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
padding: 0 15px;
font-size: 15px;
color: #8e8b87;
width: 100%;
outline: none; }
body.page .comments-area .comment-form input[type="email"]:focus,
body.page .comments-area .comment-form input[type="number"]:focus,
body.page .comments-area .comment-form input[type="text"]:focus {
border-color: #da0e2b; }
body.page .comments-area .comment-form input[type="submit"] {
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
body.page .comments-area .comment-form textarea {
min-height: 150px;
padding: 15px;
border: 1px solid #f4f4f4;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
font-size: 15px;
color: #8e8b87;
outline: none; }
body.page .comments-area .comment-form textarea:focus {
border-color: #da0e2b; }
body.page .comments-area .comment-form p {
margin: 0; }
body.page .comments-area .comment-form .row, body.page .comments-area .comment-form .insight-carousel .slick-track, .insight-carousel body.page .comments-area .comment-form .slick-track {
margin-bottom: 30px; }
body.error404 {
background-color: #fff;
background-image: url(//www.civitasimagium.com/wp-content/themes/tm-9studio/assets/images/404_bg.jpg);
background-position: center;
background-size: cover; }
body.error404 nav, body.error404 .footer, body.error404 .copyright, body.error404 .footer-newsletter, body.error404 #open-search {
display: none !important; }
body.error404 header.header-desktop {
padding: 30px 0;
position: fixed;
top: 0;
left: 0;
z-index: 99; }
body.error404 .content-404 {
text-align: center;
padding: 60px 0;
z-index: 97;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%); }
body.error404 .content-404 img {
margin: 30px 0; }
body.error404 .content-404 h3 {
font-size: 24px;
color: #333333;
font-family: Montserrat;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .4em;
text-align: center; }
body.error404 .content-404 span {
font-size: 14px;
color: #696969;
font-family: Montserrat;
font-weight: 400;
text-transform: uppercase;
letter-spacing: .1em;
display: block; }
body.error404 .content-404 span a {
font-weight: 700;
padding-bottom: 2px;
border-bottom: 1px solid #333333; }
body.error404 .content-404 span a:hover {
border-color: #da0e2b; }
body.error404 .contact-404 {
width: 360px;
height: 189px;
display: block;
font-size: 24px;
font-weight: 700;
padding-top: 120px;
padding-left: 40px;
line-height: 1;
color: #da0e2b;
font-family: Montserrat;
background-image: url(//www.civitasimagium.com/wp-content/themes/tm-9studio/assets/images/404_contact_bg.png);
overflow: hidden;
position: fixed;
left: 0;
bottom: 0;
z-index: 98; }
body.error404 .contact-404:hover {
color: #fff; }
body.error404 .follow-404 {
height: 24px;
line-height: 24px;
-ms-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
transform: rotate(-90deg);
position: fixed;
top: 50%;
right: -120px; }
body.error404 .follow-404 .follow-404-socials {
display: inline-block;
float: left; }
body.error404 .follow-404 .follow-404-socials a {
display: inline-block;
font-size: 20px;
color: #ababab;
-ms-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
-moz-transform: rotate(90deg);
transform: rotate(90deg);
margin-right: 30px; }
body.error404 .follow-404 .follow-404-socials a:hover {
color: #da0e2b; }
body.error404 .follow-404 .follow-404-text {
line-height: 24px;
white-space: normal;
text-transform: uppercase;
font-size: 14px;
font-weight: 700;
font-family: Montserrat;
color: #333333;
display: inline-block;
margin-left: 30px; }
body.error404 .follow-404 .follow-404-text:before {
content: '';
width: 60px;
height: 1px;
display: inline-block;
background-color: #d0d1d1;
margin-right: 20px;
vertical-align: middle; }
body.error404.admin-bar header.header-desktop {
top: 32px; }
.no-results .entry-title {
font-size: 24px;
margin-bottom: 20px;
color: #392a25; }
.no-results .entry-content p {
margin: 0; }
.blogger-template .sidebar {
background-color: #f8f8f8;
padding: 0 40px 100px 40px;
overflow: hidden; }
@media (max-width: 991px) {
.blogger-template .sidebar {
padding: 0 15px 100px 15px; } }
.blogger-template .sidebar .widget .insight-social li a {
border: 2px solid #f0f0f0; }
.blogger-template .sidebar .widget .insight-social li a:hover {
color: #fff;
background-color: #da0e2b;
border-color: #da0e2b; }
.blogger-template .sidebar a, .blogger-template .sidebar .widget-area .widget .widget-title {
color: #333;
font-weight: 400;
font-family: Merriweather; }
.blogger-template .sidebar .widget-area .widget .widget-title {
letter-spacing: 0.05em;
position: relative;
padding-top: 15px;
display: inline-block;
clear: both;
font-size: 24px;
margin-top: 20px; }
.blogger-template .sidebar .widget-area .widget .widget-title:before {
content: '';
display: block;
position: absolute;
height: 1px;
background-color: #e0e0e0;
left: -40px;
right: -1000px;
top: 0; }
.blogger-template .sidebar .widget-area .widget .widget-title:after {
content: '';
display: block;
position: absolute;
height: 1px;
background-color: #da0e2b;
top: -5px;
left: 0;
right: 0;
width: auto; }
.blogger-template .sidebar .widget-area .widget.widget_tag_cloud a {
background: rgba(51, 51, 51, 0.1);
border-color: rgba(51, 51, 51, 0.1);
color: #ababab; }
.blogger-template .sidebar .widget-area .widget.widget_tag_cloud a:hover {
border-color: #333;
color: #333; }
.blogger-template .main {
padding: 100px; }
@media (max-width: 1199px) {
.blogger-template .main {
padding: 50px; } }
@media (max-width: 991px) {
.blogger-template .main {
padding: 20px; } }
.blogger-template .main .blog-grid-style {
padding-left: 25px;
padding-right: 25px;
margin-bottom: 50px; }
@media (max-width: 1919px) {
.blogger-template .main .blog-grid-style {
width: 50%;
max-width: 50%; } }
@media (max-width: 991px) {
.blogger-template .main .blog-grid-style {
margin-bottom: 30px;
padding-left: 15px;
padding-right: 15px;
width: 100%;
max-width: 100%; } }
.blogger-template .main .blog-grid-style .entry-title {
font-weight: 400; }
.blogger-template .main .blog-grid-style .post-thumbnail img {
width: 100%; }
.entry-content table tr td,
.entry-content table tr th {
border: 1px solid #e2e2e2;
padding: 5px 10px; }
.entry-content .page-links a {
padding: 5px 10px;
display: inline-block; }
.byline,
.updated:not(.published) {
display: none; }
.group-blog .byline,
.single .byline {
display: inline; }
.archive .format-aside .entry-title,
.blog .format-aside .entry-title {
display: none; }
.single.post--style--style02 .content .single-post-thumbnail {
text-align: center; }
@media (min-width: 769px) {
.single.post--style--style02 .content .single-post-thumbnail {
margin-left: -190px;
margin-right: -190px; } }
.single.post--style--style02 .content .single-post-thumbnail .insight-list-categories {
position: static;
margin-top: 45px; }
.single.post--style--style02 .content .content-area {
padding-top: 0;
margin-left: auto;
margin-right: auto;
float: none; }
.single.post--style--style02 .content .content-area .entry-title {
font-size: 34px;
text-align: center; }
.single.post--style--style02 .content .content-area .meta {
text-align: center; }
.single .content article {
margin-bottom: 30px; }
.single .content .post-quote,
.single .content .post-video {
margin-bottom: 25px; }
.single .content .content-area {
padding-top: 120px;
padding-bottom: 120px; }
.single .content .content-area figure.alignleft {
margin: 8px 50px 20px 0; }
.single .content .content-area figure.alignright {
margin: 8px 0 20px 50px; }
.single .content .content-area figure .wp-caption-text {
font-size: 14px;
color: #ababab; }
.single .content .content-area .single-post-thumbnail {
margin-bottom: 35px; }
.single .content .content-area .meta {
margin-bottom: 15px; }
.single .content .content-area .entry-title {
margin-bottom: 15px;
color: #333333;
letter-spacing: 0;
font-weight: 400; }
.single .content .content-area .entry-content blockquote {
font-size: 20px;
line-height: 1.5;
color: #ababab;
font-style: italic;
position: relative;
margin-bottom: 50px;
padding-top: 5px; }
@media (min-width: 769px) {
.single .content .content-area .entry-content blockquote {
margin-right: 70px;
margin-left: 70px; } }
.single .content .content-area .entry-footer {
margin-bottom: 20px; }
.single .content .content-area .entry-footer .tags .tag-icon {
color: #ababab;
font-size: 16px;
margin-right: 15px; }
.single .content .content-area .entry-footer .tags a {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
font-size: 14px;
color: #ababab;
margin-right: 5px;
margin-bottom: 8px;
display: inline-block; }
.single .content .content-area .entry-footer .tags a:hover {
color: #da0e2b; }
.single .content .content-area .entry-footer .entry-share {
text-align: right; }
.single .content .content-area .entry-footer .entry-share span {
margin-left: 10px; }
.single .content .entry-author {
padding: 40px 0;
border-top: 1px solid #f4f4f4; }
.single .content .entry-author img {
border-radius: 50%;
border: 5px solid #f2f2f2; }
.single .content .entry-author .name {
font-size: 14px;
color: #333;
letter-spacing: 0.05em;
margin-bottom: 10px; }
.single .content .entry-author .desc {
font-size: 15px;
line-height: 1.6em;
color: #696969; }
.single .content .entry-nav {
padding: 40px 30px;
background: #f8f7f7;
border: 1px solid #f4f4f4;
font-size: 18px;
font-weight: 700; }
.single .content .entry-nav a {
text-transform: none;
color: #ababab;
outline: none;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 90%;
display: inline-block;
vertical-align: middle; }
.single .content .entry-nav .left {
text-align: left; }
.single .content .entry-nav .left a {
padding-left: 10px; }
.single .content .entry-nav .center {
text-align: center; }
.single .content .entry-nav .right {
text-align: right; }
.single .content .entry-nav .right a {
padding-right: 10px; }
.single .content .entry-nav .left,
.single .content .entry-nav .right {
overflow: hidden; }
.single .content .entry-nav .left i,
.single .content .entry-nav .right i {
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
color: #ababab; }
.single .content .entry-nav .left:hover a,
.single .content .entry-nav .right:hover a {
color: #332b28; }
.single .content .entry-nav .left:hover i,
.single .content .entry-nav .right:hover i {
color: #da0e2b; }
.single .content .comments-area {
margin-top: 60px; }
.single .content .comments-area .comment-reply-title,
.single .content .comments-area .comments-title {
font-family: Merriweather;
font-size: 24px;
color: #333333;
margin-bottom: 30px;
font-weight: bold; }
.single .content .comments-area .comment-reply-title:after,
.single .content .comments-area .comments-title:after {
content: '';
display: block;
width: 30px;
height: 1px;
background-color: #da0e2b;
margin-top: 5px; }
.single .content .comments-area .comment-list {
padding-left: 0;
list-style: none;
margin: 40px 0; }
.single .content .comments-area .comment-list li {
padding: 20px 0; }
.single .content .comments-area .comment-list li.comment {
list-style-type: none; }
.single .content .comments-area .comment-list li article {
margin: 0;
padding-left: 90px;
position: relative; }
.single .content .comments-area .comment-list li article .comment-author {
display: inline-block;
color: #333333; }
.single .content .comments-area .comment-list li article .comment-author img {
position: absolute;
top: 0;
left: 0;
border-radius: 50%; }
.single .content .comments-area .comment-list li article .comment-author .fn {
letter-spacing: 0.05em;
font-size: 16px;
text-transform: capitalize; }
.single .content .comments-area .comment-list li article .comment-author .says {
display: none; }
.single .content .comments-area .comment-list li article .comment-metadata {
display: inline-block;
margin-left: 20px;
font-size: 14px;
color: #ababab; }
.single .content .comments-area .comment-list li article .comment-metadata a {
color: #8e8b87; }
.single .content .comments-area .comment-list li article .comment-metadata:before {
content: '\f21b';
font-family: Ionicons;
color: #e0e0e0;
font-style: normal;
font-size: 5px;
margin-right: 20px; }
.single .content .comments-area .comment-list li article .comment-content {
font-size: 15px;
line-height: 1.6;
color: #696969; }
.single .content .comments-area .comment-list li article .comment-content table td,
.single .content .comments-area .comment-list li article .comment-content table th {
border: 1px solid #ccc;
padding: 5px 10px; }
.single .content .comments-area .comment-list li article .comment-content li {
padding: 5px;
border: none; }
.single .content .comments-area .comment-list li article .reply {
margin-top: -8px; }
.single .content .comments-area .comment-list li article .reply a {
color: #ccc;
font-family: Montserrat;
text-transform: uppercase;
font-weight: 400;
letter-spacing: 0.05em;
font-size: 12px; }
.single .content .comments-area .comment-list li article .reply a:before {
content: '\f21e';
font-family: Ionicons;
margin-right: 5px;
font-size: 16px; }
.single .content .comments-area .comment-list li article .reply a:hover {
color: #da0e2b; }
.single .content .comments-area .comment-list li .children {
margin-top: 40px;
padding-left: 0; }
@media (min-width: 769px) {
.single .content .comments-area .comment-list li .children {
padding-left: 100px; } }
.single .content .comments-area .comment-list li .children li {
margin-top: 30px;
padding-top: 0;
padding-bottom: 0;
padding-left: 16px;
border-bottom: none;
border-left: 1px solid #ccc; }
.single .content .comments-area .comment-list li .children li:last-child {
padding-bottom: 0; }
.single .content .comments-area .comment-list li:last-child {
border-bottom: none; }
.single .content .comments-area .comment-respond {
margin-top: 30px; }
@media (max-width: 768px) {
.single .content .comments-area .comment-form .col-md-4, .single .content .comments-area .comment-form .form-submit {
margin-bottom: 20px; } }
.single .content .comments-area .comment-form .logged-in-as {
margin-bottom: 15px; }
.single .content .comments-area .comment-form input[type="email"],
.single .content .comments-area .comment-form input[type="number"],
.single .content .comments-area .comment-form input[type="text"] {
height: 40px;
line-height: 38px;
border: 1px solid #f4f4f4;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
padding: 0 15px;
font-size: 15px;
color: #8e8b87;
width: 100%;
outline: none; }
.single .content .comments-area .comment-form input[type="email"]:focus,
.single .content .comments-area .comment-form input[type="number"]:focus,
.single .content .comments-area .comment-form input[type="text"]:focus {
border-color: #da0e2b; }
.single .content .comments-area .comment-form input[type="submit"] {
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.single .content .comments-area .comment-form textarea {
min-height: 150px;
padding: 15px;
border: 1px solid #f4f4f4;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
font-size: 15px;
color: #8e8b87;
outline: none; }
.single .content .comments-area .comment-form textarea:focus {
border-color: #da0e2b; }
.single .content .comments-area .comment-form p {
margin: 0; }
.single .content .comments-area .comment-form .row, .single .content .comments-area .comment-form .insight-carousel .slick-track, .insight-carousel .single .content .comments-area .comment-form .slick-track {
margin-bottom: 30px; }
.entry-title {
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
a:hover .entry-title {
color: #da0e2b; }
.blog-list-v1 .post-thumbnail,
.blog-list-v1 .single-post-thumbnail,
.blog-list-v3 .post-thumbnail,
.blog-list-v3 .single-post-thumbnail,
.blog-grid-style .post-thumbnail,
.blog-grid-style .single-post-thumbnail,
.single-post .post-thumbnail,
.single-post .single-post-thumbnail {
position: relative; }
.blog-list-v1 .post-thumbnail .insight-list-categories,
.blog-list-v1 .single-post-thumbnail .insight-list-categories,
.blog-list-v3 .post-thumbnail .insight-list-categories,
.blog-list-v3 .single-post-thumbnail .insight-list-categories,
.blog-grid-style .post-thumbnail .insight-list-categories,
.blog-grid-style .single-post-thumbnail .insight-list-categories,
.single-post .post-thumbnail .insight-list-categories,
.single-post .single-post-thumbnail .insight-list-categories {
position: absolute;
right: 20px;
bottom: 20px; }
.blog-list-v2 .insight-list-categories {
margin-top: -4px;
margin-bottom: 10px; }
.blog-list-v1 .entry-title {
margin-top: 15px; }
.blog-list-v1.blog-classic-style .meta {
margin-top: 90px; }
.blog-list-v1 .entry-desc {
padding-left: 50px; }
.insight-list-categories a {
font-size: 12px;
color: #fff !important;
letter-spacing: 0.1em;
background-color: #da0e2b;
display: inline-block !important;
width: auto;
padding: 5px 10px;
text-transform: uppercase;
font-weight: bold;
line-height: 1; }
.blog-classic-style .meta,
.single-post .meta,
.blog-grid-style .meta {
margin-top: 20px; }
.blog-classic-style .meta > span,
.single-post .meta > span,
.blog-grid-style .meta > span {
display: inline-block;
margin-right: 20px; }
.blog-classic-style .meta > span.view:before,
.single-post .meta > span.view:before,
.blog-grid-style .meta > span.view:before {
content: '\f133';
font-family: Ionicons;
font-size: 16px;
color: #da0e2b;
margin-right: 10px; }
.blog-classic-style .meta > span.share:before,
.single-post .meta > span.share:before,
.blog-grid-style .meta > span.share:before {
content: '\f3ac';
font-family: Ionicons;
font-size: 16px;
color: #da0e2b;
margin-right: 10px; }
.blog-classic-style .meta > span.like a:before,
.single-post .meta > span.like a:before,
.blog-grid-style .meta > span.like a:before {
content: '\f387';
font-family: Ionicons;
font-size: 16px;
color: #da0e2b;
margin-right: 10px;
display: inline-block; }
.blog-classic-style .meta > span.like a.liked:before,
.single-post .meta > span.like a.liked:before,
.blog-grid-style .meta > span.like a.liked:before {
content: '\f388'; }
.blog-classic-style .meta > span.like a.loading:before,
.single-post .meta > span.like a.loading:before,
.blog-grid-style .meta > span.like a.loading:before {
content: '\f3b1';
-webkit-animation: spin 2s infinite linear;
-moz-animation: spin 2s infinite linear;
-o-animation: spin 2s infinite linear;
animation: spin 2s infinite linear; }
.blog-classic-style .meta > span.comment:before,
.single-post .meta > span.comment:before,
.blog-grid-style .meta > span.comment:before {
content: '\f11a';
font-family: Ionicons;
font-size: 16px;
color: #da0e2b;
margin-right: 10px; }
.single-ic_project .content-area blockquote {
font-size: 20px;
font-style: italic;
color: #ababab;
font-weight: 400;
padding: 20px 60px;
margin: 0; }
.single-ic_project .content-area blockquote p {
margin: 0 0 20px 0; }
.single-ic_project .content-area blockquote p:last-child {
margin: 0; }
.project-list-style .project-list-item:nth-child(odd) .col-thumb {
padding-right: 0; }
.project-list-style .project-list-item:nth-child(odd) .col-info .info .title:before {
content: '';
width: 60px;
height: 1px;
display: block;
background-color: #da0e2b;
position: absolute;
top: 50%;
left: -80px; }
.project-list-style .project-list-item:nth-child(even) .col-md-6:first-child {
order: 1; }
.project-list-style .project-list-item:nth-child(even) .col-thumb {
padding-left: 0; }
.project-list-style .project-list-item:nth-child(even) .col-info .info {
text-align: right; }
.project-list-style .project-list-item:nth-child(even) .col-info .info .title:after {
content: '';
width: 60px;
height: 1px;
display: block;
background-color: #da0e2b;
position: absolute;
top: 50%;
right: -80px; }
.project-list-style .project-list-item .col-thumb .thumb {
width: 100%;
overflow: hidden; }
.project-list-style .project-list-item .col-thumb .thumb img {
width: 100%;
height: auto;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.project-list-style .project-list-item .col-info .info {
padding: 30px; }
.project-list-style .project-list-item .col-info .info .title {
font-size: 24px;
font-weight: 400;
font-family: Merriweather;
color: #333333;
display: block;
position: relative; }
.project-list-style .project-list-item .col-info .info .title a {
color: #333333; }
.project-list-style .project-list-item .col-info .info .title a:hover {
color: #da0e2b; }
.project-list-style .project-list-item .col-info .info .category a {
font-size: 12px;
font-weight: 400;
font-family: Montserrat;
text-transform: uppercase;
color: #ccc;
display: inline-block;
margin-right: 20px; }
.project-list-style .project-list-item .col-info .info .category a:last-child {
margin-right: 0; }
.project-list-style .project-list-item .col-info .info .category a:hover {
color: #da0e2b; }
.project-list-style .project-list-item .col-info .info .excerpt {
display: block;
margin-top: 20px; }
.project-list-style .project-list-item .col-info .info .meta {
margin-top: 20px;
font-size: 14px;
color: #696969; }
.project-list-style .project-list-item .col-info .info .meta > span {
display: inline-block;
margin-right: 20px; }
.project-list-style .project-list-item .col-info .info .meta > span a {
color: #696969; }
.project-list-style .project-list-item .col-info .info .meta > span.view:before {
content: '\f133';
font-family: Ionicons;
font-size: 16px;
color: #da0e2b;
margin-right: 10px; }
.project-list-style .project-list-item .col-info .info .meta > span.share:before {
content: '\f3ac';
font-family: Ionicons;
font-size: 16px;
color: #da0e2b;
margin-right: 10px; }
.project-list-style .project-list-item .col-info .info .meta > span.like a:before {
content: '\f387';
font-family: Ionicons;
font-size: 16px;
color: #da0e2b;
margin-right: 10px;
display: inline-block; }
.project-list-style .project-list-item .col-info .info .meta > span.like a.liked:before {
content: '\f388'; }
.project-list-style .project-list-item .col-info .info .meta > span.like a.loading:before {
content: '\f3b1';
-webkit-animation: spin 2s infinite linear;
-moz-animation: spin 2s infinite linear;
-o-animation: spin 2s infinite linear;
animation: spin 2s infinite linear; }
.project-list-style .project-list-item .col-info .info .meta > span.comment:before {
content: '\f11a';
font-family: Ionicons;
font-size: 16px;
color: #da0e2b;
margin-right: 10px; }
.project-list-style .project-list-item .col-info .info .meta > span:last-child {
margin-right: 0; }
.project-list-style .project-list-item:hover .col-thumb .thumb img {
transform: scale(1.1); }
.project-grid-style .project-grid-item {
margin-bottom: 30px; }
.project-grid-style .project-grid-item .project-grid-item-inner {
display: block;
width: 100%;
background-color: #fff;
-moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
-webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05); }
.project-grid-style .project-grid-item .project-grid-item-inner .thumb {
overflow: hidden; }
.project-grid-style .project-grid-item .project-grid-item-inner .thumb img {
display: block;
margin: 0;
padding: 0;
width: 100%;
height: auto;
-webkit-filter: grayscale(100%); filter: grayscale(100%);
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.project-grid-style .project-grid-item .project-grid-item-inner .info {
padding: 20px 30px; }
.project-grid-style .project-grid-item .project-grid-item-inner .info .title a {
font-size: 18px;
font-weight: 400;
font-family: Merriweather;
color: #333333; }
.project-grid-style .project-grid-item .project-grid-item-inner .info .title a:hover {
color: #da0e2b; }
.project-grid-style .project-grid-item .project-grid-item-inner .info .category a {
font-size: 12px;
font-weight: 400;
font-family: Montserrat;
text-transform: uppercase;
color: #ccc;
display: inline-block;
margin-right: 20px; }
.project-grid-style .project-grid-item .project-grid-item-inner .info .category a:hover {
color: #da0e2b; }
.project-grid-style .project-grid-item .project-grid-item-inner .info .meta {
margin-top: 20px;
font-size: 14px;
color: #696969; }
.project-grid-style .project-grid-item .project-grid-item-inner .info .meta > span {
display: inline-block;
margin-right: 20px; }
.project-grid-style .project-grid-item .project-grid-item-inner .info .meta > span a {
color: #696969; }
.project-grid-style .project-grid-item .project-grid-item-inner .info .meta > span.view:before {
content: '\f133';
font-family: Ionicons;
font-size: 16px;
color: #da0e2b;
margin-right: 10px; }
.project-grid-style .project-grid-item .project-grid-item-inner .info .meta > span.share:before {
content: '\f3ac';
font-family: Ionicons;
font-size: 16px;
color: #da0e2b;
margin-right: 10px; }
.project-grid-style .project-grid-item .project-grid-item-inner .info .meta > span.like a:before {
content: '\f387';
font-family: Ionicons;
font-size: 16px;
color: #da0e2b;
margin-right: 10px;
display: inline-block; }
.project-grid-style .project-grid-item .project-grid-item-inner .info .meta > span.like a.liked:before {
content: '\f388'; }
.project-grid-style .project-grid-item .project-grid-item-inner .info .meta > span.like a.loading:before {
content: '\f3b1';
-webkit-animation: spin 2s infinite linear;
-moz-animation: spin 2s infinite linear;
-o-animation: spin 2s infinite linear;
animation: spin 2s infinite linear; }
.project-grid-style .project-grid-item .project-grid-item-inner .info .meta > span.comment:before {
content: '\f11a';
font-family: Ionicons;
font-size: 16px;
color: #da0e2b;
margin-right: 10px; }
.project-grid-style .project-grid-item .project-grid-item-inner .info .meta > span:last-child {
margin-right: 0; }
.project-grid-style .project-grid-item .project-grid-item-inner:hover .thumb img {
-webkit-filter: grayscale(0%); filter: grayscale(0%);
transform: scale(1.1); }
.project-grid-style .project-grid-item.insight-filter-item-featured .project-grid-item-inner .thumb {
position: relative; }
.project-grid-style .project-grid-item.insight-filter-item-featured .project-grid-item-inner .thumb:before {
content: '';
width: 24px;
height: 42px;
display: block;
position: absolute;
top: 0;
right: 10px;
background-image: url(//www.civitasimagium.com/wp-content/themes/tm-9studio/assets/images/featured_label.png);
background-repeat: no-repeat;
z-index: 8; }
@media (max-width: 768px) {
.project-list-style .project-list-item:nth-child(odd) .col-thumb {
padding-right: 15px; }
.project-list-style .project-list-item:nth-child(even) .col-md-6:first-child {
order: 0; }
.project-list-style .project-list-item:nth-child(even) .col-thumb {
padding-left: 15px; }
.project-list-style .project-list-item:nth-child(even) .col-info .info {
text-align: left; }
.project-list-style .project-list-item .col-info .info {
padding: 30px 0 60px 0; }
.project-list-style .project-list-item .col-info .info .title:before, .project-list-style .project-list-item .col-info .info .title:after {
display: none !important; } }
.widget-area .widget {
margin: 0 0 50px 0; }
.widget-area .widget select {
max-width: 100%; }
.widget-area .widget ul {
margin: 0;
padding: 0; }
.widget-area .widget ul li {
margin: 0;
list-style: none;
padding: 15px 0;
border-bottom: 1px solid #f4f4f4; }
.widget-area .widget ul li:first-child {
padding-top: 0; }
.widget-area .widget ul li:last-child {
border-bottom: none; }
.widget-area .widget .insight-social li {
display: inline-block;
border: none;
margin-right: 10px; }
.widget-area .widget .insight-social li a:hover {
border-color: #fff;
background-color: #fff;
color: #da0e2b; }
.widget-area .widget .widget-title {
font-size: 18px;
font-weight: 700;
color: #333333;
margin-bottom: 30px;
font-family: Merriweather; }
.widget-area .widget .widget-title:after {
content: '';
display: block;
width: 30px;
height: 1px;
background-color: #da0e2b;
margin-top: 5px; }
.widget-area .widget.widget_search .search-form {
position: relative; }
.widget-area .widget.widget_search .search-form input[type="search"] {
width: 100%;
height: 40px;
line-height: 38px;
border: 1px solid #f4f4f4;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
outline: none;
padding: 0 15px;
font-size: 15px;
font-weight: 400;
box-sizing: border-box; }
.widget-area .widget.widget_search .search-form input[type="search"]:focus {
border-color: #da0e2b; }
.widget-area .widget.widget_search .search-form input[type="submit"] {
position: absolute;
height: 40px;
width: 40px;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFMkY0MjFCMjU1NjAxMUU2ODI5N0Q5NzgxMkM0RkYzRSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFMkY0MjFCMzU1NjAxMUU2ODI5N0Q5NzgxMkM0RkYzRSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkUyRjQyMUIwNTU2MDExRTY4Mjk3RDk3ODEyQzRGRjNFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkUyRjQyMUIxNTU2MDExRTY4Mjk3RDk3ODEyQzRGRjNFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+CwlOKQAAAUpJREFUeNrsmN9twjAQxn0VC2QFd4QyQhihK9BnUBHeoLaoynMzQjsCGSGswAqMYL5zjRCCNmogHA930umsOIafvvsTCMUYzT3bg7lzU0AFVEAFVEAFVEBZG1xyePnunxDmJprndIHg0QTEMHl1W1EFATcGTIPlejJzxI71I+AsYoN9ew1A6vJ7kJXDsYbIjKBUfbK/8B6gJfaGUgrOAVedg2ODmg6hSCoLAZbw75Z7apRAeXNAqFIgvQWWbU2wQZqLmwNyd9IPXNuXWyi4EUlx5PSZPFr+LoO1CCAaJCCMke7ylzLwuVkqkTGTIVjBL7hD2kO+xrPPp8FN6TYe2E4E8OhJckg312aVO5zhLT4+TGfdIamvP+5ZzVVqlguUpD7fLOCJYpHqPeQLIP9fkwzYp38s3iz8s+t50nczCqiACqiACqiAorYTYAC8LOYIsg7imAAAAABJRU5ErkJggg==);
background-repeat: no-repeat;
background-color: transparent;
box-shadow: none;
font-size: 0;
border: none;
line-height: 40px;
padding: 0;
top: 0;
right: 0; }
.widget-area .widget.widget_tag_cloud a {
padding: 8px 15px;
background: #f6f7f7;
border: 1px solid #f6f7f7;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
font-size: 14px !important;
display: inline-block;
color: #ababab;
margin-right: 5px;
margin-bottom: 7px;
line-height: 1;
font-family: Montserrat; }
.widget-area .widget.widget_tag_cloud a:hover {
border-color: #da0e2b;
background-color: #da0e2b;
color: #fff; }
.widget-area .widget.widget_insight_posts .item {
margin-bottom: 20px;
display: inline-block;
width: 100%; }
.widget-area .widget.widget_insight_posts .item:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none; }
.widget-area .widget.widget_insight_posts .item .thumb {
max-width: 120px;
float: left;
margin-right: 20px; }
.widget-area .widget.widget_insight_posts .item .info {
line-height: 1.6em;
margin-top: -7px; }
.widget-area .widget.widget_insight_posts .item .info .title {
display: block;
color: #333333;
font-size: 14px;
font-weight: 700;
letter-spacing: 0; }
.widget-area .widget.widget_insight_posts .item .info .date {
display: block;
font-size: 12px;
color: #ccc;
text-transform: uppercase;
letter-spacing: 0.1em; }
.widget-area .widget.widget_insight_categories .item {
margin-bottom: 25px;
position: relative;
width: 100%; }
.widget-area .widget.widget_insight_categories .item a {
display: block;
position: relative;
width: 100%;
overflow: hidden;
padding-left: 20px;
z-index: 98;
font-size: 14px; }
.widget-area .widget.widget_insight_categories .item a:after {
content: "";
display: inline-block;
height: 0.5em;
vertical-align: bottom;
width: 100%;
margin-right: -100%;
margin-left: 10px;
border-top: 1px solid #f4f4f4;
z-index: 98; }
.widget-area .widget.widget_insight_categories .item a:before {
content: "\f111";
font-family: FontAwesome;
font-size: 6px;
display: inline-block;
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
color: #e2e2e2; }
.widget-area .widget.widget_insight_categories .item a:hover:before {
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
color: #da0e2b; }
.widget-area .widget.widget_insight_categories .item span {
position: absolute;
right: 0;
top: -4px;
height: 22px;
background-color: #fff;
z-index: 99;
display: block;
text-align: right;
color: #696969;
border-radius: 50%;
min-width: 32px;
min-height: 32px;
line-height: 32px;
text-align: center;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.widget-area .widget.widget_insight_categories .item:last-child {
margin-bottom: 0; }
.widget-area .widget.widget_insight_categories .item:hover span {
background-color: #da0e2b;
color: #fff; }
.widget .insight-aboutme .about-title {
font-size: 56px;
color: #fff;
text-transform: uppercase;
letter-spacing: 0.1em;
line-height: .8;
margin-top: -150px; }
@media (max-width: 1199px) {
.widget .insight-aboutme .about-title {
font-size: 40px; } }
@media (max-width: 991px) {
.widget .insight-aboutme .about-title {
font-size: 30px; } }
.widget .insight-aboutme .avatar img {
width: 100%; }
.widget .insight-aboutme .desc {
margin-bottom: 10px; }
.widget .insight-aboutme .desc h1, .widget .insight-aboutme .desc h2, .widget .insight-aboutme .desc h3, .widget .insight-aboutme .desc h4, .widget .insight-aboutme .desc h5, .widget .insight-aboutme .desc h6 {
text-transform: uppercase;
letter-spacing: 0.1em;
margin-top: 20px;
margin-bottom: 20px; }
.widget .insight-aboutme .desc, .widget .insight-aboutme .desc * {
color: #696969; }
.widget.widget_insight_instagram .insight-instagram-wrap .insight-instagram-row .item {
position: relative; }
.widget.widget_insight_instagram .insight-instagram-wrap .insight-instagram-row .item a {
display: inline-block;
width: 100%;
height: 100%;
position: relative; }
.widget.widget_insight_instagram .insight-instagram-wrap .insight-instagram-row .item a:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.widget.widget_insight_instagram .insight-instagram-wrap .insight-instagram-row .item a .item-info {
position: absolute;
top: 50%;
left: 0;
width: 100%;
transform: translate(0, -50%);
text-align: center;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.widget.widget_insight_instagram .insight-instagram-wrap .insight-instagram-row .item a .item-info span {
display: block;
color: #fff;
line-height: 1.2em; }
.widget.widget_insight_instagram .insight-instagram-wrap .insight-instagram-row .item a .item-info span.likes:before {
content: '\f141';
font-family: Ionicons;
display: inline-block;
margin-right: 5px; }
.widget.widget_insight_instagram .insight-instagram-wrap .insight-instagram-row .item a .item-info span.comments:before {
content: '\f11e';
font-family: Ionicons;
display: inline-block;
margin-right: 5px; }
.widget.widget_insight_instagram .insight-instagram-wrap .insight-instagram-row .item a:hover:before {
opacity: 1;
visibility: visible; }
.widget.widget_insight_instagram .insight-instagram-wrap .insight-instagram-row .item a:hover .item-info {
opacity: 1;
visibility: visible; }
.widget.widget_insight_instagram .insight-instagram-wrap .row, .widget.widget_insight_instagram .insight-instagram-wrap .insight-carousel .slick-track, .insight-carousel .widget.widget_insight_instagram .insight-instagram-wrap .slick-track {
margin-left: -8px;
margin-right: -8px;
margin-bottom: 16px; }
.widget.widget_insight_instagram .insight-instagram-wrap .row [class*='col-'], .widget.widget_insight_instagram .insight-instagram-wrap .insight-carousel .slick-track [class*='col-'], .insight-carousel .widget.widget_insight_instagram .insight-instagram-wrap .slick-track [class*='col-'] {
padding-left: 8px;
padding-right: 8px; }
.comment-content a {
word-wrap: break-word; }
.bypostauthor {
display: block; }
.insight-pagination {
margin-top: 40px;
text-align: center;
text-transform: uppercase; }
.insight-pagination a,
.insight-pagination span {
width: 40px;
padding: 0;
height: 40px;
line-height: 40px;
margin: 0;
font-weight: 700;
display: inline-block; }
.insight-pagination a.current,
.insight-pagination span.current {
color: #da0e2b; }
.insight-pagination a.prev,
.insight-pagination span.prev {
border: none;
margin-right: 10px;
width: auto; }
.insight-pagination a.prev:before,
.insight-pagination span.prev:before {
content: '\f3d2';
font-family: Ionicons;
margin-right: 10px; }
.insight-pagination a.next,
.insight-pagination span.next {
border: none;
margin-left: 10px;
width: auto; }
.insight-pagination a.next:after,
.insight-pagination span.next:after {
content: '\f3d3';
font-family: Ionicons;
margin-left: 10px; }
.insight-pagination a {
font-size: 14px;
border: none; }
.insight-pagination a:hover {
background: none;
color: #da0e2b; }
.insight-pagination .page-numbers.current {
border-radius: 50%;
height: 40px; }
.blog-list-style {
margin-bottom: 40px; }
.blog-list-style .post-thumbnail {
position: relative; }
.blog-list-style .post-thumbnail img {
width: 100%;
height: auto;
padding: 17px;
border: 3px solid #f4f4f4;
z-index: 97;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s; }
.blog-list-style .post-thumbnail:after, .blog-list-style .post-thumbnail:before {
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s; }
.blog-list-style .post-thumbnail:before {
border-top: 3px solid #da0e2b;
border-bottom: 3px solid #da0e2b;
-webkit-transform: scale(0, 1);
transform: scale(0, 1);
-webkit-transform-origin: 0 0;
transform-origin: 0 0; }
.blog-list-style .post-thumbnail:after {
border-right: 3px solid #da0e2b;
border-left: 3px solid #da0e2b;
-webkit-transform: scale(1, 0);
transform: scale(1, 0);
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0; }
.blog-list-style:hover .post-thumbnail:after, .blog-list-style:hover .post-thumbnail:before {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1); }
.blog-list-style:hover .post-thumbnail:after {
-webkit-transition-delay: 0.15s;
transition-delay: 0.15s; }
.blog-list-style .entry-meta {
margin-bottom: 20px;
font-size: 15px; }
.blog-list-style .entry-meta span {
margin-right: 20px;
color: #aaaaaa; }
.blog-list-style .entry-meta span i {
margin-right: 5px;
font-size: 15px; }
.blog-list-style .entry-title {
font-size: 24px;
margin-bottom: 10px;
color: #333333;
position: relative; }
.blog-list-style .entry-title:before {
content: '';
width: 60px;
height: 1px;
background: #da0e2b;
display: block;
position: absolute;
left: -70px;
top: 20px; }
.blog-list-style .entry-content {
font-size: 15px;
color: #696969;
line-height: 1.6;
margin-bottom: 20px; }
.blog-list-style .entry-more a {
font-size: 13px;
text-transform: uppercase;
font-weight: 700;
color: #696969; }
.blog-list-style .entry-more a:hover {
color: #da0e2b; }
.blog-list-style .no-thumbnail .entry-title:before {
display: none; }
.sticky .col-md-5,
.sticky .col-md-7 {
flex: 0 0 100%;
max-width: 100%; }
.sticky.blog-list-style .entry-title {
font-size: 30px;
border-left: 3px solid #da0e2b;
padding-left: 14px; }
.sticky.blog-list-style .entry-title:before {
display: none; }
.sticky .post-thumbnail {
margin-bottom: 30px; }
.no-results .entry-title {
font-size: 24px;
font-weight: 700;
color: #333333;
margin-bottom: 30px;
font-family: Montserrat; }
.blog-grid .post,
.insight-blog.grid .post,
.insight-blog.grid_has_padding .post {
width: 33.33%; }
@media (max-width: 991px) {
.blog-grid .post,
.insight-blog.grid .post,
.insight-blog.grid_has_padding .post {
width: 50%; } }
@media (max-width: 768px) {
.blog-grid .post,
.insight-blog.grid .post,
.insight-blog.grid_has_padding .post {
width: 100%; } }
.blog-grid .blog-grid-style,
.insight-blog.grid .blog-grid-style,
.insight-blog.grid_has_padding .blog-grid-style {
margin-bottom: 30px; }
@media (max-width: 991px) {
.blog-grid .blog-grid-style,
.insight-blog.grid .blog-grid-style,
.insight-blog.grid_has_padding .blog-grid-style {
margin-bottom: 50px; } }
.blog-grid .blog-grid-style .inner,
.insight-blog.grid .blog-grid-style .inner,
.insight-blog.grid_has_padding .blog-grid-style .inner {
box-shadow: 5px 5px 20px #eee; }
.blog-grid .blog-grid-style .post-thumbnail,
.insight-blog.grid .blog-grid-style .post-thumbnail,
.insight-blog.grid_has_padding .blog-grid-style .post-thumbnail {
position: relative;
margin-bottom: 20px;
overflow: hidden; }
.blog-grid .blog-grid-style .post-thumbnail:after, .blog-grid .blog-grid-style .post-thumbnail:before,
.insight-blog.grid .blog-grid-style .post-thumbnail:after,
.insight-blog.grid .blog-grid-style .post-thumbnail:before,
.insight-blog.grid_has_padding .blog-grid-style .post-thumbnail:after,
.insight-blog.grid_has_padding .blog-grid-style .post-thumbnail:before {
content: '';
width: 100%;
height: 100%;
position: absolute;
display: block;
z-index: 97;
top: 0;
background-color: rgba(0, 0, 0, 0.2);
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
opacity: 0; }
.blog-grid .blog-grid-style .post-thumbnail:before,
.insight-blog.grid .blog-grid-style .post-thumbnail:before,
.insight-blog.grid_has_padding .blog-grid-style .post-thumbnail:before {
left: -100%; }
.blog-grid .blog-grid-style .post-thumbnail:after,
.insight-blog.grid .blog-grid-style .post-thumbnail:after,
.insight-blog.grid_has_padding .blog-grid-style .post-thumbnail:after {
right: -100%; }
.blog-grid .blog-grid-style .post-thumbnail > a,
.insight-blog.grid .blog-grid-style .post-thumbnail > a,
.insight-blog.grid_has_padding .blog-grid-style .post-thumbnail > a {
display: block; }
.blog-grid .blog-grid-style .post-thumbnail > a:before,
.insight-blog.grid .blog-grid-style .post-thumbnail > a:before,
.insight-blog.grid_has_padding .blog-grid-style .post-thumbnail > a:before {
z-index: 98;
content: '\f489';
font-family: Ionicons;
font-size: 40px;
width: 40px;
height: 40px;
text-align: center;
line-height: 40px;
color: #fff;
position: absolute;
top: 50%;
left: 50%;
margin-top: 0;
margin-left: -20px;
opacity: 0;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.blog-grid .blog-grid-style .entry-meta,
.insight-blog.grid .blog-grid-style .entry-meta,
.insight-blog.grid_has_padding .blog-grid-style .entry-meta {
margin-bottom: 10px;
display: block;
font-size: 12px;
letter-spacing: 0.1em;
text-transform: uppercase;
font-family: Montserrat; }
.blog-grid .blog-grid-style .entry-meta span,
.insight-blog.grid .blog-grid-style .entry-meta span,
.insight-blog.grid_has_padding .blog-grid-style .entry-meta span {
margin-right: 20px;
color: #ccc; }
.blog-grid .blog-grid-style .entry-meta span i,
.insight-blog.grid .blog-grid-style .entry-meta span i,
.insight-blog.grid_has_padding .blog-grid-style .entry-meta span i {
margin-right: 5px;
font-size: 15px; }
.blog-grid .blog-grid-style .entry-title,
.insight-blog.grid .blog-grid-style .entry-title,
.insight-blog.grid_has_padding .blog-grid-style .entry-title {
font-size: 18px;
line-height: 28px;
margin-bottom: 20px;
color: #333333;
position: relative;
font-weight: 400; }
.blog-grid .blog-grid-style .entry-content,
.insight-blog.grid .blog-grid-style .entry-content,
.insight-blog.grid_has_padding .blog-grid-style .entry-content {
font-size: 15px;
color: #696969;
line-height: 1.6;
margin-bottom: 5px; }
.blog-grid .blog-grid-style .entry-desc,
.insight-blog.grid .blog-grid-style .entry-desc,
.insight-blog.grid_has_padding .blog-grid-style .entry-desc {
padding: 0 45px 25px 45px; }
.blog-grid .blog-grid-style .entry-desc .entry-title,
.insight-blog.grid .blog-grid-style .entry-desc .entry-title,
.insight-blog.grid_has_padding .blog-grid-style .entry-desc .entry-title {
margin-bottom: 0; }
.blog-grid .blog-grid-style .entry-desc .entry-more,
.insight-blog.grid .blog-grid-style .entry-desc .entry-more,
.insight-blog.grid_has_padding .blog-grid-style .entry-desc .entry-more {
margin-top: -10px; }
.blog-grid .blog-grid-style .entry-desc .entry-more a,
.insight-blog.grid .blog-grid-style .entry-desc .entry-more a,
.insight-blog.grid_has_padding .blog-grid-style .entry-desc .entry-more a {
text-transform: uppercase;
letter-spacing: 0.1em;
font-weight: bold;
font-size: 14px; }
.blog-grid .blog-grid-style .entry-more a,
.insight-blog.grid .blog-grid-style .entry-more a,
.insight-blog.grid_has_padding .blog-grid-style .entry-more a {
font-size: 15px;
font-weight: 700;
color: #696969;
display: block;
position: relative; }
.blog-grid .blog-grid-style .entry-more a:hover,
.insight-blog.grid .blog-grid-style .entry-more a:hover,
.insight-blog.grid_has_padding .blog-grid-style .entry-more a:hover {
color: #da0e2b; }
.blog-grid .blog-grid-style:hover .post-thumbnail:before,
.insight-blog.grid .blog-grid-style:hover .post-thumbnail:before,
.insight-blog.grid_has_padding .blog-grid-style:hover .post-thumbnail:before {
left: 0;
opacity: 1; }
.blog-grid .blog-grid-style:hover .post-thumbnail:after,
.insight-blog.grid .blog-grid-style:hover .post-thumbnail:after,
.insight-blog.grid_has_padding .blog-grid-style:hover .post-thumbnail:after {
right: 0;
opacity: 1; }
.blog-grid .blog-grid-style:hover .post-thumbnail a:before,
.insight-blog.grid .blog-grid-style:hover .post-thumbnail a:before,
.insight-blog.grid_has_padding .blog-grid-style:hover .post-thumbnail a:before {
opacity: 1;
margin-top: -20px; }
.insight-blog .blog-classic-style:first-child .post-thumbnail {
position: relative; }
.insight-blog .blog-classic-style:first-child .post-thumbnail img {
position: relative;
z-index: 2; }
.insight-blog .blog-classic-style:first-child .post-thumbnail:before {
display: block;
content: '';
border: 5px solid #f4f1e3;
position: absolute;
z-index: 1;
top: -15px;
right: -15px;
bottom: 15px;
left: 15px; }
.blog-classic-style.format-video .post-thumbnail, .blog-classic-style.format-video .insight-light-video, .blog-classic-style .format-video .post-thumbnail, .blog-classic-style .format-video .insight-light-video, .single-post.format-video .post-thumbnail, .single-post.format-video .insight-light-video, .single-post .format-video .post-thumbnail, .single-post .format-video .insight-light-video {
position: relative; }
.blog-classic-style.format-video .post-thumbnail > a:before, .blog-classic-style.format-video .insight-light-video > a:before, .blog-classic-style .format-video .post-thumbnail > a:before, .blog-classic-style .format-video .insight-light-video > a:before, .single-post.format-video .post-thumbnail > a:before, .single-post.format-video .insight-light-video > a:before, .single-post .format-video .post-thumbnail > a:before, .single-post .format-video .insight-light-video > a:before {
content: "\f488";
font-family: "Ionicons";
display: block;
font-size: 28px;
font-weight: 500;
background-color: #da0e2b;
height: 80px;
width: 80px;
border-radius: 50%;
text-align: center;
padding-top: 15px;
padding-left: 3px;
position: absolute;
color: #fff;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
z-index: 1; }
.blog-classic-style.format-video .post-thumbnail:after, .blog-classic-style.format-video .insight-light-video:after, .blog-classic-style .format-video .post-thumbnail:after, .blog-classic-style .format-video .insight-light-video:after, .single-post.format-video .post-thumbnail:after, .single-post.format-video .insight-light-video:after, .single-post .format-video .post-thumbnail:after, .single-post .format-video .insight-light-video:after {
content: '';
background: #da0e2b;
display: block;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
border-radius: 50%;
opacity: 0.2;
height: 100px;
width: 100px; }
.blog-classic-style {
margin-bottom: 50px;
border-bottom: 1px solid #f4f4f4;
padding-bottom: 50px; }
.blog-classic-style .post-thumbnail a {
display: block; }
.blog-classic-style .post-thumbnail a img {
width: 100%; }
.blog-classic-style .entry-desc {
padding-top: 28px; }
.blog-classic-style .entry-meta {
margin-bottom: 5px;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.1em; }
.blog-classic-style .entry-meta span {
margin-right: 20px;
color: #ccc; }
.blog-classic-style .entry-meta span i {
margin-right: 5px;
font-size: 15px; }
.blog-classic-style .entry-title {
margin-bottom: 10px;
color: #333333;
position: relative;
font-weight: 400;
font-family: Merriweather; }
.blog-classic-style .entry-content {
font-size: 15px;
color: #696969;
line-height: 1.6; }
.blog-classic-style .entry-share {
align-self: center;
text-align: right; }
@media (max-width: 991px) {
.blog-classic-style .entry-share {
margin-top: 20px; } }
.post-quote {
background-color: #f6f7f7;
padding: 30px 42px;
display: block; }
.blog-classic-style .post-quote {
margin-top: -50px;
margin-bottom: -50px; }
.post-quote blockquote {
margin: 0 0 25px;
position: relative; }
.post-quote blockquote h5 {
line-height: 2em;
letter-spacing: 0.1em; }
.post-quote .quote-pos,
.post-quote blockquote h3, .post-quote blockquote h5 {
font-weight: 400;
color: #333; }
.post-quote .quote-pos:before,
.post-quote blockquote h3:before, .post-quote blockquote h5:before {
content: '«';
display: inline-block;
margin-right: 10px; }
.post-quote .quote-pos:after,
.post-quote blockquote h3:after, .post-quote blockquote h5:after {
content: '»';
display: inline-block;
margin-left: 10px; }
.post-quote .quote-name {
color: #333333;
text-transform: uppercase;
font-size: 14px;
font-weight: bold;
letter-spacing: 0.05em; }
.post-quote .quote-pos {
font-size: 14px;
line-height: 2em;
letter-spacing: 0.05em; }
.blog-list-v2 .blog-classic-style.style-02 .entry-desc {
padding-top: 0; }
.blog-list-v2 .blog-classic-style.style-02 .entry-desc .entry-title {
margin-bottom: 0; }
.blog-list-v2 .blog-classic-style.style-02 .entry-desc .entry-more {
margin-top: -10px; }
.blog-list-v2 .blog-classic-style.style-02 .entry-desc .entry-more a {
text-transform: uppercase;
letter-spacing: 0.1em;
font-weight: bold;
font-size: 14px; }
.blog-grid.blog-masonry-v2 .post {
width: 50%;
flex: 0 0 50%;
max-width: 50%; }
@media (max-width: 768px) {
.blog-grid.blog-masonry-v2 .post {
width: 100%;
max-width: 100%; } }
@media (max-width: 768px) {
#sidebar {
margin-top: 60px; }
.container {
padding-left: 45px;
padding-right: 45px; }
.copyright .copyright_text, .copyright .copyright_payment_img {
text-align: center;
margin-top: 10px; }
.copyright .copyright-right {
text-align: left !important; }
.copyright .copyright-right ul {
margin-top: 10px !important; }
.copyright .copyright-right ul li {
margin-left: 0 !important;
margin-right: 5px !important; }
body.admin-bar header.header-mobile.headroom--not-top {
top: 0px; }
.topbar {
text-align: center;
color: #ababab; }
.topbar .topbar__text span {
display: block;
border: none !important;
margin: 0 !important;
padding: 0 !important; }
.topbar .topbar__menu {
text-align: center; }
.topbar .topbar__menu ul li {
padding: 0 10px;
margin: 0; }
.blog-list-style .post-thumbnail {
margin-bottom: 30px; } }
@media (max-width: 1000px) {
.vc_column_container.vc_col-sm-4, .vc_column_container.vc_col-sm-8, .vc_column_container.vc_col-sm-6 {
width: 100%; }
.vc_column_container .slick-dots {
display: none !important; } }
@media (min-width: 767px) {
body.admin-bar header.header-mobile.headroom--not-top {
top: 46px; } }
article.post {
margin-bottom: 50px; }
article.post .entry-title {
font-size: 24px;
margin-bottom: 20px;
color: #392a25; }
article.post .entry-meta {
color: #aaaaaa; }
article.post .entry-meta .posted-on, article.post .entry-meta .categories {
margin-right: 20px; }
article.post .entry-content pre {
max-width: 600px; }
article.post .entry-footer .share {
text-align: right; }
article.post a h1 {
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
article.post a:hover h1 {
color: #da0e2b; }
article.post .wp-caption.alignnone {
margin-left: 0;
margin-right: 0; }
.blog-uni {
border-bottom: 1px solid #f5f5f5;
padding-bottom: 40px; }
.blog-uni .post-thumbnail {
margin-bottom: 20px; }
.blog-uni .post-password-form input {
margin-top: 10px; }
.blog-uni .read-more {
text-transform: uppercase;
letter-spacing: 0.05em;
font-weight: bold; }
.blog-uni .read-more:before {
content: '/ '; }
.post[class*='sticky'] .entry-title {
border-left: 3px solid #da0e2b;
padding-left: 10px; }
.rtl .post[class*='sticky'] .entry-title {
border-left: none;
padding-left: 0;
border-right: 3px solid #da0e2b;
padding-right: 10px; }
.post .gallery figure.gallery-item {
margin: 0;
margin-bottom: 20px;
padding: 10px; }
.vc_row.bg-center, .bg-center {
background-position: center !important; }
.vc_row.bg-center-top, .bg-center-top {
background-position: center top !important; }
.vc_row.bg-center-bottom, .bg-center-bottom {
background-position: center bottom !important; }
.vc_row.bg-left-bottom, .bg-left-bottom {
background-position: left bottom !important; }
.vc_row.bg-right-bottom, .bg-right-bottom {
background-position: right bottom !important; }
.bg-no-repeat, .bg-norepeat {
background-repeat: no-repeat !important; }
.bg-repeat-x {
background-repeat: repeat-x !important; }
.bg-repeat-y {
background-repeat: repeat-y !important; }
.wpb_single_image.has-shadow img {
-moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1); }
.wpb_single_image.has-bg .vc_single_image-wrapper {
background-color: #f0f0f0; }
.wpb_single_image.has-bg .vc_single_image-wrapper img {
transform: translate(40px, 60px); }
.wpb_single_image.img-w100 figure {
width: 100%; }
.wpb_single_image.img-w100 figure .vc_single_image-wrapper {
width: 100%; }
.wpb_single_image.img-w100 figure .vc_single_image-wrapper img {
width: 100%;
height: auto; }
.wpb_single_image.img-o50 img {
opacity: .5;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.wpb_single_image.img-o50:hover img {
opacity: 1; }
.image-carousel-w100 img {
width: 100%;
height: auto; }
.col-h100 {
height: 100% !important; }
.floating {
-webkit-animation-name: floating;
-webkit-animation-duration: 3s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: ease-in-out;
-moz-animation-name: floating;
-moz-animation-duration: 3s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: ease-in-out; }
.box_transparent {
width: 90%;
max-width: 768px;
background-color: rgba(255, 255, 255, 0.4);
margin: 0 auto !important; }
.overflow_hidden {
overflow: hidden !important; }
.mw-480 {
max-width: 480px !important;
margin: 0 auto !important; }
.mw-480-l {
max-width: 480px !important; }
.mw-500 {
max-width: 500px !important;
margin: 0 auto !important; }
.mw-500-l {
max-width: 500px !important; }
.mw-560 {
max-width: 560px !important;
margin: 0 auto !important; }
.mw-560-l {
max-width: 560px !important; }
.mw-560-r {
max-width: 560px !important;
float: right;
margin-right: 0; }
.mw-600 {
max-width: 600px !important;
margin: 0 auto !important; }
.mw-670 {
max-width: 670px !important;
margin: 0 auto !important; }
.mw-720 {
max-width: 720px !important;
margin: 0 auto !important; }
.mw-790 {
max-width: 790px !important;
margin: 0 auto !important; }
.mw-800 {
max-width: 800px !important;
margin: 0 auto !important; }
.h-100 .vc_column-inner {
height: 100% !important; }
.h-100 .vc_column-inner .wpb_wrapper {
height: 100% !important; }
.h-100 .vc_column-inner .wpb_wrapper > div {
height: 100% !important; }
.strong_white strong {
color: #fff !important; }
@media (max-width: 991px) {
.wpb_single_image.img-m100 .vc_figure {
width: 100% !important; }
.wpb_single_image.img-m100 .vc_single_image-wrapper {
width: 100% !important; }
.wpb_single_image.img-m100 .vc_single_image-wrapper img {
width: 100% !important;
height: auto; }
.m-center {
text-align: center !important; }
.m-center .wpb_single_image, .m-center .insight-button {
text-align: center !important; } }
@media (max-width: 768px) {
.mp-0 .vc_column-inner {
padding-left: 0px !important;
padding-right: 0px !important; }
.mp-15 .vc_column-inner {
padding-left: 15px !important;
padding-right: 15px !important; }
.mp-30 .vc_column-inner {
padding-left: 30px !important;
padding-right: 30px !important; }
.mm-0 {
margin: 0 !important; }
.mm-0.wpb_single_image {
margin-left: 0 !important;
margin-right: 0 !important; }
.wpb_single_image.has-bg .vc_single_image-wrapper {
background-color: transparent; }
.wpb_single_image.has-bg .vc_single_image-wrapper img {
transform: translate(0, 0); }
.m-center {
text-align: center !important; }
.m-center .wpb_single_image, .m-center .insight-button {
text-align: center !important; } }
body.landing .header {
border-bottom: none !important; }
.landing_image_01 .vc_figure {
position: relative; }
.landing_image_01 .vc_figure img {
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.landing_image_01 .vc_figure:before {
content: 'Live Preview';
font-family: Montserrat;
font-size: 14px;
font-weight: 400;
text-transform: uppercase;
height: 48px;
line-height: 46px;
color: #da0e2b;
border: 1px solid #da0e2b;
padding: 0 20px;
display: inline-block;
position: absolute;
top: 60%;
left: 50%;
transform: translate(-50%, -50%);
opacity: 0;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
overflow: hidden; }
.landing_image_01:hover .vc_figure img {
opacity: .1; }
.landing_image_01:hover .vc_figure:before {
top: 50%;
opacity: 1; }  .slick-prev,
.slick-next {
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
margin-top: -10px;
padding: 0;
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent; }
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
color: transparent;
outline: none;
background: transparent; }
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
opacity: 1; }
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
opacity: .25; }
.slick-prev:before,
.slick-next:before {
font-size: 20px;
line-height: 1;
opacity: .75;
color: white;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.slick-prev {
left: -25px; }
[dir='rtl'] .slick-prev {
right: -25px;
left: auto; }
.slick-prev:before {
content: '←'; }
[dir='rtl'] .slick-prev:before {
content: '→'; }
.slick-next {
right: -25px; }
[dir='rtl'] .slick-next {
right: auto;
left: -25px; }
.slick-next:before {
content: '→'; }
[dir='rtl'] .slick-next:before {
content: '←'; } .slick-slider {
margin-bottom: 30px; }
.slick-dots {
position: absolute;
bottom: -45px;
display: block;
width: 100%;
padding: 0;
list-style: none;
text-align: center; }
.slick-dots li {
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer; }
.slick-dots li button {
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent; }
.slick-dots li button:hover,
.slick-dots li button:focus {
outline: none; }
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
opacity: 1; }
.slick-dots li button:before {
position: absolute;
top: 7px;
left: 7px;
width: 6px;
height: 6px;
content: '';
background-color: #222;
opacity: .25;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.slick-dots li.slick-active button:before {
opacity: .75;
color: black; }
[class*="hint--"][aria-label]:after {
text-shadow: none !important; }
.content-area .entry-content > *.alignfull {
position: relative;
left: calc((1110px - 100vw) / 2);
width: 100vw;
max-width: 100vw;
clear: both; }
@media (max-width: 1199px) {
.content-area .entry-content > *.alignfull {
left: calc((910px - 100vw) / 2); } }
@media (max-width: 991px) {
.content-area .entry-content > *.alignfull {
left: calc((486px - 100vw) / 2); } }
@media (max-width: 543px) {
.content-area .entry-content > *.alignfull {
left: calc((285px - 100vw) / 2); } }
.content-area .entry-content > *.alignwide {
margin-left: auto;
margin-right: auto;
clear: both; }
@media only screen and (min-width: 768px) {
.content-area .entry-content > *.alignwide {
width: 100%;
max-width: 100%; } }
.content-area .entry-content > *.alignleft { float: left;
max-width: calc(5 * (100vw / 12));
margin-top: 0;
margin-left: 0; margin-right: 1rem; }
@media only screen and (min-width: 768px) {
.content-area .entry-content > *.alignleft {
max-width: calc(4 * (100vw / 12)); margin-right: calc(2 * 1rem); } }
.content-area .entry-content > *.alignright { float: right;
max-width: calc(5 * (100vw / 12));
margin-top: 0;
margin-right: 0; margin-left: 1rem; }
@media only screen and (min-width: 768px) {
.content-area .entry-content > *.alignright {
max-width: calc(4 * (100vw / 12));
margin-right: 0; margin-left: calc(2 * 1rem); } }
.content-area .entry-content > *.aligncenter {
margin-left: auto;
margin-right: auto; }
@media only screen and (min-width: 768px) {
.content-area .entry-content > *.aligncenter {
max-width: calc(8 * (100vw / 12) - 28px); } }
@media only screen and (min-width: 1168px) {
.content-area .entry-content > *.aligncenter {
max-width: calc(6 * (100vw / 12) - 28px); } }
@media only screen and (min-width: 768px) {
.content-area .entry-content > *.aligncenter {
margin-left: 0;
margin-right: 0; } } .woocommerce table.shop_table {
border: none;
border-collapse: collapse;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0; }
.woocommerce table.shop_table thead tr th, .woocommerce table.shop_table thead tr td {
text-align: left;
background-color: rgba(0, 0, 0, 0.03);
border: none; }
.woocommerce table.shop_table tbody tr th, .woocommerce table.shop_table tbody tr td {
text-align: left;
border: none;
padding: 10px; }
.woocommerce table.shop_table tbody tr th img, .woocommerce table.shop_table tbody tr td img {
width: 80px;
height: auto; }
.woocommerce table.shop_table tfoot tr th, .woocommerce table.shop_table tfoot tr td {
text-align: left;
background-color: rgba(0, 0, 0, 0.03);
border: none; }
.woocommerce a.button, .woocommerce a.button.alt, .woocommerce button.button.alt {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
background-color: #333333;
display: block; }
.woocommerce a.button:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover {
color: #fff;
background-color: #da0e2b;
border-color: #da0e2b; }
.woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2 {
max-width: none; }
@media (max-width: 991px) {
.woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2 {
padding-left: 0;
padding-right: 0; } }
.woocommerce .woo-container:not(.container) {
padding-left: 100px;
padding-right: 100px; }
.woocommerce .woo-filter {
margin-bottom: 60px;
align-items: center; }
.woocommerce .woo-filter .woocommerce-result-count {
font-family: Lato;
font-size: 16px;
font-weight: 400;
color: #696969;
margin-bottom: 0; }
.woocommerce .woo-filter .woocommerce-ordering {
display: block;
box-sizing: border-box;
width: 100%;
margin: 0;
float: none;
text-align: right; }
.woocommerce .woo-filter .woocommerce-ordering select {
height: 40px;
line-height: 40px;
margin: 0;
padding: 0 20px;
outline: none;
font-size: 14px;
font-weight: 400;
border: none;
display: inline-block;
-webkit-appearance: none;
background-color: #F8F8F8;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGCAYAAAARx7TFAAAABGdBTUEAALGPC/xhBQAAAI9JREFUCB1jNDEx6f///3/D2bNnPzKgATMzM32gnAMTkNgOlFtvbGzMhawGqEDt379/c4B4PRPQhF2MjIxTgXhNaGgoG0ghUIMcUHIpExNTNFD+ESNMN9DaJCDbi52dPe/nz58bgJrSTp8+fQEkzwxT9OzZs/NSUlLSf/78WQJUkHTmzJnTMDkMGugWRXRBAE05O2t0kClQAAAAAElFTkSuQmCC);
background-repeat: no-repeat;
background-position: calc(100% - 20px) 50%;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0; }
@media (max-width: 991px) {
.woocommerce .woo-filter .woocommerce-ordering select {
width: 100%; } }
.woocommerce .woo-products .product-category {
margin-bottom: 30px; }
.woocommerce .woo-products .product-category a {
display: block; }
.woocommerce .woo-products .product-category a img {
width: 100%;
height: auto;
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
padding: 0;
margin: 0 0 15px 0; }
.woocommerce .woo-products .product-category a .woocommerce-loop-category__title {
margin: 0;
text-align: center;
font-size: 16px;
font-weight: 400;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.woocommerce .woo-products .product-category a .woocommerce-loop-category__title mark {
background-color: transparent;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.woocommerce .woo-products .product-category a:hover .woocommerce-loop-category__title {
color: #da0e2b; }
.woocommerce .woo-products .product-category a:hover .woocommerce-loop-category__title mark {
color: #da0e2b; }
.woocommerce .woo-products .product {
margin-bottom: 30px; }
.woocommerce .woo-products .product .woo-thumb {
position: relative;
overflow: hidden;
display: block;
width: 100%;
margin-bottom: 20px; }
.woocommerce .woo-products .product .woo-thumb img {
width: 100%;
height: auto;
margin: 0;
padding: 0;
z-index: 7;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.woocommerce .woo-products .product .woo-thumb .woo-badges {
position: absolute;
top: 20px;
left: 20px;
z-index: 8; }
.woocommerce .woo-products .product .woo-thumb .woo-badges .sale, .woocommerce .woo-products .product .woo-thumb .woo-badges .new, .woocommerce .woo-products .product .woo-thumb .woo-badges .hot, .woocommerce .woo-products .product .woo-thumb .woo-badges .outofstock {
position: relative;
display: block;
margin-bottom: 10px;
top: auto;
right: auto;
left: auto;
color: #fff;
font-family: Lato;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
border-radius: 0;
height: 24px;
line-height: 24px;
padding: 0 8px;
min-width: 0;
min-height: 0; }
.woocommerce .woo-products .product .woo-thumb .woo-badges .new {
background-color: #FFC929; }
.woocommerce .woo-products .product .woo-thumb .woo-badges .hot {
background-color: #D0021B; }
.woocommerce .woo-products .product .woo-thumb .woo-badges .sale {
background-color: #6AC39B; }
.woocommerce .woo-products .product .woo-thumb .woo-badges .outofstock {
background-color: #333333; }
.woocommerce .woo-products .product .woo-thumb .woo-actions {
display: flex;
align-items: center;
width: 100%;
padding: 0 20px;
height: 50px;
background-color: #333333;
position: absolute;
transform: translate3d(0, 100%, 0);
left: 0;
bottom: 0;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.woocommerce .woo-products .product .woo-thumb .woo-actions .add-to-cart-btn {
flex-grow: 1; }
.woocommerce .woo-products .product .woo-thumb .woo-actions .add-to-cart-btn a {
font-size: 14px;
font-weight: 700;
background-color: transparent;
padding: 0;
margin: 0;
line-height: 1;
color: #fff;
height: auto;
text-align: left;
border: none; }
.woocommerce .woo-products .product .woo-thumb .woo-actions .add-to-cart-btn a:after {
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.woocommerce .woo-products .product .woo-thumb .woo-actions .add-to-cart-btn a.add_to_cart_button:after {
content: '\f30f';
font-family: Ionicons;
margin-left: 10px; }
.woocommerce .woo-products .product .woo-thumb .woo-actions .add-to-cart-btn a.add_to_cart_button.loading {
opacity: 1; }
.woocommerce .woo-products .product .woo-thumb .woo-actions .add-to-cart-btn a.add_to_cart_button.loading:after {
content: '\f49a';
font-size: 16px;
top: auto;
right: auto;
-webkit-animation: spin 1s linear infinite;
animation: spin 1s linear infinite; }
.woocommerce .woo-products .product .woo-thumb .woo-actions .add-to-cart-btn a.add_to_cart_button.added:after {
content: '\f383'; }
.woocommerce .woo-products .product .woo-thumb .woo-actions .add-to-cart-btn a.added_to_cart {
display: none; }
.woocommerce .woo-products .product .woo-thumb .woo-actions .add-to-cart-btn a:hover {
color: #da0e2b; }
.woocommerce .woo-products .product .woo-thumb .woo-actions .add-to-cart-btn a:hover:after {
color: #da0e2b; }
.woocommerce .woo-products .product .woo-thumb .woo-actions .quick-view-btn {
width: 16px;
height: 16px;
cursor: pointer;
display: inline-block;
font-size: 0;
margin-left: 15px; }
.woocommerce .woo-products .product .woo-thumb .woo-actions .quick-view-btn a {
display: block; }
.woocommerce .woo-products .product .woo-thumb .woo-actions .quick-view-btn a:before {
width: 16px;
height: 16px;
line-height: 16px;
content: '\f2f5';
color: #fff;
font-family: Ionicons;
font-size: 16px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.woocommerce .woo-products .product .woo-thumb .woo-actions .quick-view-btn a:hover:before {
color: #da0e2b; }
.woocommerce .woo-products .product .woo-thumb .woo-actions .compare-btn {
width: 16px;
height: 16px;
line-height: 16px;
cursor: pointer;
display: inline-block;
font-size: 0;
margin-left: 15px; }
.woocommerce .woo-products .product .woo-thumb .woo-actions .compare-btn a {
display: block; }
.woocommerce .woo-products .product .woo-thumb .woo-actions .compare-btn a:before {
width: 16px;
height: 16px;
content: '\f4a8';
color: #fff;
font-family: Ionicons;
font-size: 16px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.woocommerce .woo-products .product .woo-thumb .woo-actions .compare-btn a:hover:before {
color: #da0e2b; }
@media (max-width: 991px) {
.woocommerce .woo-products .product .woo-thumb .woo-actions {
transform: translate3d(0, 0, 0); } }
.woocommerce .woo-products .product .woo-thumb .wishlist-btn {
position: absolute;
top: 20px;
right: 20px; }
.woocommerce .woo-products .product .woo-thumb .wishlist-btn .woosw-btn {
font-size: 0;
width: 16px;
height: 16px;
line-height: 16px;
display: block;
text-align: center; }
.woocommerce .woo-products .product .woo-thumb .wishlist-btn .woosw-btn:before {
display: block;
content: '\f387';
font-family: Ionicons;
font-size: 16px;
line-height: 1;
margin: 0; }
.woocommerce .woo-products .product .woo-thumb .wishlist-btn .woosw-btn.woosw-adding:before {
content: '\f49a' !important;
-webkit-animation: spin 1s linear infinite;
animation: spin 1s linear infinite; }
.woocommerce .woo-products .product .woo-thumb .wishlist-btn .woosw-btn.woosw-added:before {
content: '\f388'; }
.woocommerce .woo-products .product .woo-title .woocommerce-loop-product__title {
font-size: 14px;
font-weight: 400;
font-family: Merriweather;
color: #696969;
text-align: center;
margin-bottom: 5px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.woocommerce .woo-products .product .woo-price {
font-size: 14px;
font-weight: 700;
text-align: center;
font-family: Montserrat;
color: #333333; }
.woocommerce .woo-products .product .woo-price span.price {
color: #333333;
font-size: 14px;
font-weight: 700; }
.woocommerce .woo-products .product .woo-price del {
color: #ccc;
text-decoration: none;
opacity: 1; }
.woocommerce .woo-products .product .woo-price ins {
color: #333333;
text-decoration: none; }
.woocommerce .woo-products .product:hover .woo-thumb img {
transform: scale(1.1); }
.woocommerce .woo-products .product:hover .woo-thumb .woo-actions {
transform: translate3d(0, 0, 0); }
.woocommerce .woo-pagination {
margin-top: 40px;
text-align: center;
text-transform: uppercase; }
.woocommerce .woo-pagination ul {
list-style: none; }
.woocommerce .woo-pagination ul li {
display: inline-block; }
.woocommerce .woo-pagination a,
.woocommerce .woo-pagination span {
width: 40px;
padding: 0;
height: 40px;
line-height: 40px;
margin: 0;
font-family: Montserrat;
font-weight: 700;
display: inline-block; }
.woocommerce .woo-pagination a.current,
.woocommerce .woo-pagination span.current {
color: #da0e2b; }
body.woocommerce-cart h1, body.woocommerce-cart h2, body.woocommerce-cart h3, body.woocommerce-cart h4, body.woocommerce-cart h5, body.woocommerce-cart h6, body.woocommerce-cart .h1, body.woocommerce-cart .h2, body.woocommerce-cart .h3, body.woocommerce-cart .h4, body.woocommerce-cart .h5, body.woocommerce-cart .h6 {
font-weight: 500;
font-family: Merriweather; }
body.woocommerce-cart table.shop_table tr td a.remove {
display: inline-block;
width: 16px;
height: 16px;
line-height: 16px;
text-align: center;
cursor: pointer;
font-size: 0;
background-color: transparent; }
body.woocommerce-cart table.shop_table tr td a.remove:before {
content: '\f2d7';
font-size: 16px;
color: #696969;
font-family: Ionicons;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
body.woocommerce-cart table.shop_table tr td a.remove:hover:before {
color: #D6372C; }
body.woocommerce-cart table.shop_table tr td input, body.woocommerce-cart table.shop_table tr td button {
height: 40px !important;
line-height: 40px !important;
padding: 0 20px !important;
outline: none !important;
margin: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0; }
body.woocommerce-cart table.shop_table tr td input[type="number"], body.woocommerce-cart table.shop_table tr td button[type="number"] {
width: 60px;
padding: 0 10px !important; }
body.woocommerce-cart table.shop_table tr td input#coupon_code, body.woocommerce-cart table.shop_table tr td button#coupon_code {
min-width: 160px;
border: none; }
body.woocommerce-cart table.shop_table tr td input.button, body.woocommerce-cart table.shop_table tr td button.button {
outline: none; }
body.woocommerce-cart table.shop_table tr td input.button:disabled[disabled], body.woocommerce-cart table.shop_table tr td button.button:disabled[disabled] {
padding: 0 20px; }
body.woocommerce-cart table.shop_table tr td.product-name {
font-family: Merriweather; }
body.woocommerce-cart .cart-collaterals .cart_totals table tr th, body.woocommerce-cart .cart-collaterals .cart_totals table tr td {
border: none; }
body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
margin-bottom: 0;
padding-bottom: 0; }
body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
margin-bottom: 0; }
.woocommerce-checkout h1, .woocommerce-checkout h2, .woocommerce-checkout h3, .woocommerce-checkout h4, .woocommerce-checkout h5, .woocommerce-checkout h6, .woocommerce-checkout .h1, .woocommerce-checkout .h2, .woocommerce-checkout .h3, .woocommerce-checkout .h4, .woocommerce-checkout .h5, .woocommerce-checkout .h6 {
font-weight: 500;
font-family: Merriweather; }
.woocommerce-checkout .woocommerce form.checkout_coupon, .woocommerce-checkout .woocommerce form.login, .woocommerce-checkout .woocommerce form.register {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
border: 1px solid #da0e2b; }
.woocommerce-checkout form .form-row {
padding: 0; }
.woocommerce-checkout form input {
height: 40px;
line-height: 40px;
padding: 0 10px;
margin: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0; }
.woocommerce-checkout form textarea {
padding: 10px;
min-height: 120px;
margin: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0; }
.woocommerce-checkout form .select2 {
margin: 0; }
.woocommerce-checkout form .select2 span.select2-selection {
height: 40px;
line-height: 40px;
padding: 0 10px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
outline: none; }
.woocommerce-checkout form .select2 span.select2-selection span.select2-selection__rendered {
padding: 0;
line-height: 40px; }
.woocommerce-checkout form .select2 span.select2-selection span.select2-selection__arrow {
height: 40px;
line-height: 40px;
width: 30px;
text-align: center; }
.woocommerce-checkout h3 {
margin-bottom: 40px; }
.woocommerce-checkout #customer_details {
margin-bottom: 80px; }
.woocommerce-checkout #payment {
margin-top: 60px;
background-color: transparent;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0; }
.woocommerce-checkout #payment ul.wc_payment_methods {
border: none;
padding: 0; }
.woocommerce-checkout #payment ul.wc_payment_methods li label {
color: #333333;
text-transform: uppercase;
font-weight: 700;
font-size: 16px; }
.woocommerce-checkout #payment ul.wc_payment_methods li .payment_box {
background-color: #F4F4F4;
padding: 20px 30px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0; }
.woocommerce-checkout #payment ul.wc_payment_methods li .payment_box:before {
border-bottom-color: #F4F4F4; }
.woocommerce-checkout #payment ul.wc_payment_methods li .payment_box p {
margin: 0; }
.woocommerce-checkout #payment .place-order {
padding: 40px 0 0 0;
margin: 0; }
.woocommerce-checkout #payment div.form-row {
padding-left: 0;
padding-right: 0; }
.woocommerce-checkout .select2-dropdown {
margin-top: -1px;
border: 1px solid #da0e2b;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0; }
.woocommerce-checkout .select2-dropdown input.select2-search__field {
outline: none;
border: 1px solid #da0e2b;
height: 40px;
line-height: 40px;
padding: 0 10px; }
body.woocommerce-order-received h2 {
margin-bottom: 30px;
margin-top: 80px; }
body.woocommerce-order-received table.customer_details {
margin-bottom: 80px; }
body.woocommerce-order-received ul.woocommerce-order-overview {
padding-left: 0; }
body.woocommerce-order-received .woocommerce-customer-details address {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
box-shadow: none;
border: none;
background-color: #f8f8f8; }
#wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0; }
#wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table tbody tr.tr-image img {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0; }
#wooscp-area .wooscp-inner .wooscp-bar .wooscp-bar-btn {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
background-color: #da0e2b !important; }
#wooscp-area .wooscp-inner .wooscp-bar .wooscp-bar-items .wooscp-bar-item {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0; }
#wooscp-area .wooscp-inner .wooscp-bar .wooscp-bar-items .wooscp-bar-item img {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0; }
.mfp-woosq .mfp-preloader {
left: 50%;
margin-top: -15px;
margin-left: -15px; }
#woosw-area table tr td {
border: none;
text-align: left; }
table.woosw-content-items tr td {
border: none;
text-align: left;
line-height: 1.4; }
table.woosw-content-items tr td .woosw-content-item--add p > a {
padding: 10px;
text-align: center;
height: auto;
font-size: 14px;
font-weight: 400;
color: #fff;
line-height: 1; }
.woosw-list table tr td {
border: none;
text-align: left;
line-height: 1.4; }
.woosw-list .woosw-share a {
font-size: 0;
display: inline-block;
width: 20px;
text-align: center; }
.woosw-list .woosw-share a:before {
font-family: Ionicons;
font-size: 16px; }
.woosw-list .woosw-share a.woosw-share-facebook:before {
content: '\f231'; }
.woosw-list .woosw-share a.woosw-share-twitter:before {
content: '\f243'; }
.woosw-list .woosw-share a.woosw-share-pinterest:before {
content: '\f2b1'; }
.woosw-list .woosw-share a.woosw-share-google-plus:before {
content: '\f235'; }
.woosw-list .woosw-share a.woosw-share-mail:before {
content: '\f2eb'; }
.woosb-products .woosb-product .woosb-price ins {
background: none; }
.woosb-products .woosb-product .woosb-title .woosb-title-inner a {
font-family: Merriweather;
font-weight: 400; }
.woosb-products .woosb-product .woosb-price {
font-size: 14px;
font-weight: 700;
font-family: Montserrat; }
.woosb-products .woosb-product .woosb-price ins {
font-weight: 700; }
.open-mini-cart-btn {
position: relative;
display: inline-block;
padding-top: 0px;
padding-bottom: 0px;
text-align: left; }
.open-mini-cart-btn .mini-cart {
position: relative;
display: inline-block;
cursor: pointer; }
.open-mini-cart-btn .mini-cart .mini-cart-icon {
display: inline-block;
font-size: 18px;
color: #333333;
position: relative; }
header.header.color-light .open-mini-cart-btn .mini-cart .mini-cart-icon, [data-row-skin="light"] header.header .open-mini-cart-btn .mini-cart .mini-cart-icon {
color: #fff; }
header.header.headroom--not-top .open-mini-cart-btn .mini-cart .mini-cart-icon, [data-row-skin="dark"] header.header .open-mini-cart-btn .mini-cart .mini-cart-icon {
color: #333333; }
.open-mini-cart-btn .mini-cart .mini-cart-icon:before {
content: '\f110';
font-family: Ionicons;
font-size: 18px; }
.open-mini-cart-btn .mini-cart .mini-cart-icon:after {
font-family: inherit;
content: attr(data-count);
font-size: 12px;
font-weight: 700;
font-family: Lato;
text-align: center;
position: absolute;
top: -6px;
right: -14px;
min-width: 18px;
height: 18px;
line-height: 18px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
color: #fff;
background-color: #333; }
header.header.color-light .open-mini-cart-btn .mini-cart .mini-cart-icon:after, [data-row-skin="light"] header.header .open-mini-cart-btn .mini-cart .mini-cart-icon:after {
color: #fff; }
header.header.headroom--not-top .open-mini-cart-btn .mini-cart .mini-cart-icon:after, [data-row-skin="dark"] header.header .open-mini-cart-btn .mini-cart .mini-cart-icon:after {
color: #fff; }
.open-mini-cart-btn .mini-cart .mini-cart-icon i {
font-style: normal; }
.woocommerce .sidebar .widget.widget_product_search form {
position: relative;
display: block;
width: 100%;
height: 50px;
background-color: #F8F8F8;
border: none;
padding: 0 20px;
overflow: hidden; }
.woocommerce .sidebar .widget.widget_product_search form label {
display: none; }
.woocommerce .sidebar .widget.widget_product_search form input[type="search"] {
box-sizing: border-box;
height: 50px;
line-height: 50px;
border: none;
background-color: transparent;
outline: none;
width: 100%;
margin: 0;
padding: 0;
font-size: 14px;
font-weight: 400;
color: #333333; }
.woocommerce .sidebar .widget.widget_product_search form input[type="submit"] {
position: absolute;
top: 0;
right: 0;
width: 50px;
height: 50px;
border: none;
margin: 0;
padding: 0;
background-color: transparent;
font-size: 0;
outline: none;
cursor: pointer;
z-index: 8; }
.woocommerce .sidebar .widget.widget_product_search form:after {
content: '\f2f5';
font-family: Ionicons;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
font-size: 16px;
color: #333333;
position: absolute;
top: 0;
right: 0;
z-index: 7; }
.woocommerce .sidebar .widget.widget_product_categories ul.product-categories li {
display: block;
position: relative;
padding: 0;
border: none; }
.woocommerce .sidebar .widget.widget_product_categories ul.product-categories li a {
display: block;
padding: 10px 0;
font-size: 14px;
font-weight: 400;
color: #696969;
text-decoration: none; }
.woocommerce .sidebar .widget.widget_product_categories ul.product-categories li a:hover {
color: #333333; }
.woocommerce .sidebar .widget.widget_product_categories ul.product-categories li.current-cat > a {
color: #333333; }
.woocommerce .sidebar .widget.widget_product_categories ul.product-categories li span.count {
position: absolute;
top: 10px;
right: 0; }
.woocommerce .sidebar .widget.widget_product_categories select {
display: block;
width: 100%; }
.woocommerce .sidebar .widget.widget_products ul li {
padding: 0 0 20px 0;
margin: 0 0 20px 0;
min-height: 120px;
border-width: 0 0 1px 0;
border-style: solid;
border-color: #eee;
display: flex;
position: relative; }
.woocommerce .sidebar .widget.widget_products ul li a {
text-decoration: none; }
.woocommerce .sidebar .widget.widget_products ul li img {
width: 100px;
height: auto;
margin-left: 0;
margin-right: 20px;
float: left; }
.woocommerce .sidebar .widget.widget_products ul li .product-title {
color: #696969;
font-family: Merriweather;
font-size: 14px;
font-weight: 400;
margin-top: 10px;
display: inline-block;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.woocommerce .sidebar .widget.widget_products ul li .star-rating {
float: none;
display: block;
font-size: 12px; }
.woocommerce .sidebar .widget.widget_products ul li .star-rating span:before {
color: #EFC720; }
.woocommerce .sidebar .widget.widget_products ul li .amount {
font-size: 14px;
font-weight: 700;
color: #333333; }
.woocommerce .sidebar .widget.widget_products ul li mark, .woocommerce .sidebar .widget.widget_products ul li ins {
background-color: transparent;
text-decoration: none;
color: #333333; }
.woocommerce .sidebar .widget.widget_products ul li mark .amount, .woocommerce .sidebar .widget.widget_products ul li ins .amount {
color: #333333; }
.woocommerce .sidebar .widget.widget_products ul li del {
color: #ccc;
text-decoration: none;
opacity: 1; }
.woocommerce .sidebar .widget.widget_products ul li del .amount {
color: #ccc; }
.woocommerce .sidebar .widget.widget_products ul li:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-width: 0 0 0 0; }
.woocommerce .sidebar .widget.widget_products ul li:last-child:after {
display: none; }
.woocommerce .sidebar .widget.widget_products ul li:hover .product-title {
color: #da0e2b; }
.woocommerce .sidebar .widget.widget_product_tag_cloud .tagcloud a {
font-size: 16px !important;
display: inline-block;
margin-right: 10px;
margin-bottom: 10px; }
.woocommerce .sidebar .widget.widget_price_filter .ui-slider {
background-color: #EDEDED;
height: 4px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px; }
.woocommerce .sidebar .widget.widget_price_filter .ui-slider .ui-slider-range {
background-color: #333333; }
.woocommerce .sidebar .widget.widget_price_filter .ui-slider .ui-slider-handle {
width: 18px;
height: 18px;
top: -7px;
margin-left: -9px;
-webkit-border-radius: 9px;
-moz-border-radius: 9px;
border-radius: 9px;
background-color: #333333; }
.woocommerce .sidebar .widget.widget_price_filter .price_slider_amount .button {
font-size: 14px;
height: 40px;
line-height: 38px;
padding: 0 20px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0; }
.woocommerce .sidebar .widget.widget_price_filter .price_slider_amount .price_label {
font-size: 14px;
height: 40px;
line-height: 40px; }
.woocommerce.single-product .product .woo-single-images {
margin-bottom: 40px; }
.woocommerce.single-product .product .woo-single-images .woocommerce-main-image {
margin-bottom: 40px; }
.woocommerce.single-product .product .woo-single-images .woocommerce-main-image .slick-arrow {
z-index: 9;
width: 80px;
height: 80px;
margin-top: -40px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.woocommerce.single-product .product .woo-single-images .woocommerce-main-image .slick-arrow:before {
font-family: Ionicons;
font-size: 32px;
font-weight: 400;
color: #333333;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.woocommerce.single-product .product .woo-single-images .woocommerce-main-image .slick-arrow.slick-prev {
left: 0; }
.woocommerce.single-product .product .woo-single-images .woocommerce-main-image .slick-arrow.slick-prev:before {
content: '\f3d2'; }
.woocommerce.single-product .product .woo-single-images .woocommerce-main-image .slick-arrow.slick-next {
right: 0; }
.woocommerce.single-product .product .woo-single-images .woocommerce-main-image .slick-arrow.slick-next:before {
content: '\f3d3'; }
.woocommerce.single-product .product .woo-single-images .woocommerce-main-image .slick-arrow:hover {
background-color: rgba(0, 0, 0, 0.5); }
.woocommerce.single-product .product .woo-single-images .woocommerce-main-image .slick-arrow:hover:before {
color: #fff; }
.woocommerce.single-product .product .woo-single-images .thumbnails {
padding: 0;
margin: 0 -20px; }
.woocommerce.single-product .product .woo-single-images .thumbnails img {
margin: 0 20px;
outline: none;
cursor: pointer; }
.woocommerce.single-product .product .summary {
float: none;
width: 100%;
margin-bottom: 40px; }
.woocommerce.single-product .product .summary .product_title {
font-size: 40px;
font-weight: 400;
font-family: Merriweather;
color: #333333;
margin-bottom: 30px; }
.woocommerce.single-product .product .summary .woocommerce-product-rating {
margin-bottom: 30px;
font-size: 14px; }
.woocommerce.single-product .product .summary .woocommerce-product-rating span:before {
color: #EFC720; }
.woocommerce.single-product .product .summary .price {
font-size: 18px;
line-height: 24px;
font-weight: 700;
font-family: Montserrat;
margin: 0 0 30px 0;
color: #333333; }
.woocommerce.single-product .product .summary .price .sale, .woocommerce.single-product .product .summary .price .new, .woocommerce.single-product .product .summary .price .hot, .woocommerce.single-product .product .summary .price .outofstock {
position: relative;
top: auto;
left: auto;
right: auto;
bottom: auto;
display: inline-block;
float: left;
margin: 0 10px 0 0;
color: #fff;
font-family: Lato;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
border-radius: 0;
height: 24px;
line-height: 24px;
padding: 0 8px;
min-width: 0;
min-height: 0; }
.woocommerce.single-product .product .summary .price .new {
background-color: #FFC929; }
.woocommerce.single-product .product .summary .price .hot {
background-color: #D0021B; }
.woocommerce.single-product .product .summary .price .sale {
background-color: #6AC39B; }
.woocommerce.single-product .product .summary .price .outofstock {
background-color: #333333; }
.woocommerce.single-product .product .summary .price .amount {
display: inline-block;
font-weight: 700; }
.woocommerce.single-product .product .summary .price del {
display: inline-block;
color: #ccc;
opacity: 1; }
.woocommerce.single-product .product .summary .price del .amount {
color: #ccc; }
.woocommerce.single-product .product .summary .price ins {
display: inline-block;
text-decoration: none; }
.woocommerce.single-product .product .summary .woocommerce-product-details__short-description {
margin-bottom: 30px; }
.woocommerce.single-product .product .summary .woocommerce-product-details__short-description p {
font-size: 16px;
font-weight: 400;
color: #696969;
margin: 0; }
.woocommerce.single-product .product .summary .woosb-wrap {
margin-bottom: 15px;
display: inline-block;
width: 100%; }
.woocommerce.single-product .product .summary .woosb-wrap .woosb-table tr td {
text-align: left; }
.woocommerce.single-product .product .summary p.stock {
margin: 0 0 0 0; }
.woocommerce.single-product .product .summary p.stock.out-of-stock {
display: none; }
.woocommerce.single-product .product .summary form.cart {
margin-bottom: 30px;
padding-bottom: 30px;
border-bottom: 1px solid #eee; }
.woocommerce.single-product .product .summary form.cart .label {
font-size: 16px;
font-weight: 500;
color: #222222;
margin-right: 15px; }
.woocommerce.single-product .product .summary form.cart .quantity {
float: left;
margin: 0 10px 0 0;
display: inline-block; }
.woocommerce.single-product .product .summary form.cart .quantity input {
min-width: 80px;
height: 50px;
display: inline-block;
text-align: center;
line-height: 50px;
background-color: #F8F8F8;
border: none;
outline: none;
color: #333333;
font-size: 14px;
font-weight: 700;
padding: 0 20px; }
.woocommerce.single-product .product .summary form.cart table.variations {
margin: 0 0 30px 0; }
.woocommerce.single-product .product .summary form.cart table.variations tr td {
text-align: left;
background-color: transparent;
vertical-align: middle;
font-size: 16px;
font-weight: 400;
padding: 10px 10px 10px 0; }
.woocommerce.single-product .product .summary form.cart table.variations tr td.label label {
color: #333333;
text-transform: capitalize;
font-weight: 400;
margin: 0; }
.woocommerce.single-product .product .summary form.cart table.variations tr td.value select {
min-width: 0;
height: 40px;
line-height: 38px;
margin: 0;
padding: 0 15px;
outline: none;
color: #333333;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
background-color: transparent;
display: inline-block;
border: 1px solid #eee;
-webkit-appearance: none;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAFCAYAAAB8ZH1oAAAABGdBTUEAALGPC/xhBQAAAHBJREFUCB1djjsOgDAMQ5NerXdBYmRADCAmBhgZGBDcpO3N+sFBRAIiNXbsN5SdcwMzj0SUSikJGsU/L6ITfzAWhRD6nPMk/j8AT2ttdYNSAu4Az28Q0A6ohhajBYLFGNPqjXJTSLOP4s+N9379hDgux4UotvsoUK0AAAAASUVORK5CYII=);
background-repeat: no-repeat;
background-position: calc(100% - 15px) 50%; }
.woocommerce.single-product .product .summary form.cart table.variations tr td.value a.reset_variations {
margin-left: 5px; }
.woocommerce.single-product .product .summary form.cart table.variations tr:first-child td {
padding-top: 0; }
.woocommerce.single-product .product .summary form.cart table.variations tr:last-child td {
padding-bottom: 0; }
.woocommerce.single-product .product .summary form.cart button[type="submit"] {
height: 50px;
line-height: 50px;
padding: 0 30px;
display: inline-block;
text-align: center;
background-color: #333333;
color: #fff;
font-family: Lato;
font-size: 14px;
font-weight: 700;
border: none;
outline: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.woocommerce.single-product .product .summary form.cart button[type="submit"]:hover {
color: #fff;
border-color: #da0e2b;
background-color: #da0e2b; }
.woocommerce.single-product .product .summary form.cart .wishlist-btn {
display: inline-block;
margin-left: 10px; }
.woocommerce.single-product .product .summary form.cart .wishlist-btn .woosw-btn {
font-size: 0;
width: 50px;
height: 50px;
border: 1px solid #D8D8D8;
line-height: 48px;
text-align: center;
display: block;
overflow: hidden; }
.woocommerce.single-product .product .summary form.cart .wishlist-btn .woosw-btn:before {
display: block;
content: '\f387';
font-family: Ionicons;
font-size: 16px;
line-height: 48px;
margin: 0; }
.woocommerce.single-product .product .summary form.cart .wishlist-btn .woosw-btn.woosw-adding:before {
content: '\f49a' !important;
-webkit-animation: spin 1s linear infinite;
animation: spin 1s linear infinite; }
.woocommerce.single-product .product .summary form.cart .wishlist-btn .woosw-btn.woosw-added:before {
content: '\f388'; }
.woocommerce.single-product .product .summary form.cart .compare-btn {
display: inline-block;
margin-left: 10px; }
.woocommerce.single-product .product .summary form.cart .compare-btn .wooscp-btn {
font-size: 0;
width: 50px;
height: 50px;
border: 1px solid #D8D8D8;
line-height: 48px;
text-align: center;
display: block;
overflow: hidden; }
.woocommerce.single-product .product .summary form.cart .compare-btn .wooscp-btn:before {
display: block;
content: '\f4a8';
font-family: Ionicons;
font-size: 16px;
line-height: 48px;
margin: 0; }
.woocommerce.single-product .product .summary .product_meta table {
margin: 0; }
.woocommerce.single-product .product .summary .product_meta table tr td {
text-align: left;
border: none;
background-color: transparent;
font-size: 16px;
line-height: 1;
font-weight: 400;
color: #696969;
padding: 10px 10px 10px 0; }
.woocommerce.single-product .product .summary .product_meta table tr td a {
color: #333333; }
.woocommerce.single-product .product .summary .product_meta table tr td a:hover {
color: #da0e2b; }
.woocommerce.single-product .product .summary .product_meta table tr:first-child td {
padding-top: 0; }
.woocommerce.single-product .product .summary .product_meta table tr:last-child td {
padding-bottom: 0; }
.woocommerce.single-product .product .woocommerce-tabs {
border-top: 1px solid #eee;
padding-top: 60px;
padding-bottom: 60px;
border-bottom: 1px solid #eee; }
.woocommerce.single-product .product .woocommerce-tabs ul.tabs {
margin: 0 0 40px 0;
padding: 0;
overflow: visible;
text-align: center; }
.woocommerce.single-product .product .woocommerce-tabs ul.tabs:before, .woocommerce.single-product .product .woocommerce-tabs ul.tabs:after {
display: none !important; }
.woocommerce.single-product .product .woocommerce-tabs ul.tabs li {
border: none;
background-color: transparent;
color: #333333;
font-family: Merriweather;
font-size: 34px;
line-height: 1;
font-weight: 700;
padding: 0;
margin: 0px 15px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
position: relative; }
.woocommerce.single-product .product .woocommerce-tabs ul.tabs li:before, .woocommerce.single-product .product .woocommerce-tabs ul.tabs li:after {
display: none !important; }
.woocommerce.single-product .product .woocommerce-tabs ul.tabs li a {
padding: 0;
line-height: 1;
color: #ccc;
font-size: 34px;
font-weight: 700; }
.woocommerce.single-product .product .woocommerce-tabs .panel {
padding: 0;
margin-bottom: 0;
font-size: 16px;
font-weight: 400;
color: #696969; }
.woocommerce.single-product .product .woocommerce-tabs .panel h2 {
display: none; }
.woocommerce.single-product .product .woocommerce-tabs .panel p {
margin: 0 0 15px 0; }
.woocommerce.single-product .product .woocommerce-tabs .panel p:last-child {
margin: 0; }
.woocommerce.single-product .product .woocommerce-tabs .panel .shop_attributes {
margin-bottom: 0; }
.woocommerce.single-product .product .woocommerce-tabs .panel .shop_attributes tr th, .woocommerce.single-product .product .woocommerce-tabs .panel .shop_attributes tr td {
text-align: left;
border-left: none;
border-right: none; }
.woocommerce.single-product .product .up-sells > h2, .woocommerce.single-product .product .related > h2 {
display: block;
text-align: center;
padding: 60px 0 30px 0;
margin: 0;
font-family: Merriweather;
font-size: 24px;
font-weight: 700;
color: #333333; }
.woocommerce.single-product .product .up-sells .slick-slide, .woocommerce.single-product .product .related .slick-slide {
outline: none;
margin-bottom: 0; }
.woocommerce.single-product .product .up-sells .slick-dots, .woocommerce.single-product .product .related .slick-dots {
margin: 15px 0 0 0; }
.woocommerce.single-product .product .up-sells .slick-dots li, .woocommerce.single-product .product .related .slick-dots li {
margin: 0; }
.woocommerce.single-product .product .up-sells .slick-slider .slick-list, .woocommerce.single-product .product .related .slick-slider .slick-list {
width: 100%; }
.woocommerce.single-product .product .up-sells .slick-slider .slick-list .slick-track, .woocommerce.single-product .product .related .slick-slider .slick-list .slick-track {
width: 100%; }
.woocommerce.single-product .product #reviews #comments ol {
margin: 0;
padding: 0; }
.woocommerce.single-product .product #reviews #comments ol li {
margin-bottom: 30px;
padding-bottom: 30px;
border-bottom: 1px solid #eee; }
.woocommerce.single-product .product #reviews #comments ol li img.avatar {
width: 80px;
height: 80px;
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px;
padding: 0;
border: none; }
.woocommerce.single-product .product #reviews #comments ol li .comment-text {
border: none;
border-radius: 0;
font-size: 16px;
margin: 0 0 0 120px;
padding: 0; }
.woocommerce.single-product .product #reviews #comments ol li .comment-text .star-rating {
float: none;
display: inline-block;
font-size: 12px; }
.woocommerce.single-product .product #reviews #comments ol li .comment-text .star-rating span:before {
color: #EFC720; }
.woocommerce.single-product .product #reviews #comments ol li .comment-text p.meta {
display: inline-block;
margin-left: 10px;
font-size: 16px; }
.woocommerce.single-product .product #reviews #comments ol li .comment-text p.meta .woocommerce-review__author {
font-weight: 400;
color: #333333; }
.woocommerce.single-product .product #reviews #comments ol li .comment-text p.meta .woocommerce-review__published-date {
font-size: 14px; }
.woocommerce.single-product .product #reviews #comments ol li .comment-text .description p:last-child {
margin: 0; }
.woocommerce.single-product .product #reviews #review_form #reply-title {
color: #333;
font-weight: 700; }
.woocommerce.single-product .product #reviews #review_form input[type="text"], .woocommerce.single-product .product #reviews #review_form input[type="email"], .woocommerce.single-product .product #reviews #review_form input[type="phone"] {
height: 40px;
display: inline-block;
line-height: 38px;
background-color: transparent;
border: 1px solid #EEEEEE;
outline: none;
color: #696969;
font-size: 16px;
font-weight: 400;
padding: 0 15px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0; }
.woocommerce.single-product .product #reviews #review_form input[type="submit"] {
height: 50px;
line-height: 50px;
padding: 0 30px;
display: inline-block;
text-align: center;
background-color: #333333;
color: #fff;
font-family: Lato;
font-size: 14px;
font-weight: 700;
border: none;
outline: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; }
.woocommerce.single-product .product #reviews #review_form input[type="submit"]:hover {
color: #fff;
border-color: #da0e2b;
background-color: #da0e2b; }
.woocommerce.single-product .product #reviews #review_form textarea {
padding: 15px;
border: 1px solid #EEEEEE;
outline: none;
color: #696969;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0; }
@media (max-width: 991px) {
.woocommerce.single-product .woo-wide .woo-single-info .woo-single-summary {
padding-left: 0px;
padding-right: 0px; } }a.scrollup, .footer.style02 .widget .widget-title:after, a.scrollup:before, .footer.style02 .footer-social a:hover, .insight-button.style04 a:hover {
background-color: #049dbf !important;
}
.insight-project-featured .info .more a, .copyright.style02 .copyright-left span, .footer.style02 .widget ul li a:hover:before, .insight-button.style04 a {
color: #049dbf !important;
}
.insight-project-featured .info .more a:hover, .footer.style02 .footer-social a:hover, .insight-button.style04 a {
border-color: #049dbf !important;
}
.insight-button.style04 a:hover {
color: #fff !important;
}@font-face{font-family:FontAwesome;src:url(//www.civitasimagium.com/wp-content/plugins/js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//www.civitasimagium.com/wp-content/plugins/js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//www.civitasimagium.com/wp-content/plugins/js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//www.civitasimagium.com/wp-content/plugins/js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//www.civitasimagium.com/wp-content/plugins/js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//www.civitasimagium.com/wp-content/plugins/js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{-webkit-filter:none;filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-y-combinator:before,.fa-yc:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-television:before,.fa-tv:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-address-card:before,.fa-vcard:before{content:"\f2bb"}.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
 @font-face {
font-family: "Ionicons";
src: url(//www.civitasimagium.com/wp-content/themes/tm-9studio/assets/libs/ionicons/fonts/ionicons.eot?v=2.0.0);
src: url(//www.civitasimagium.com/wp-content/themes/tm-9studio/assets/libs/ionicons/fonts/ionicons.eot?v=2.0.0#iefix) format("embedded-opentype"), url(//www.civitasimagium.com/wp-content/themes/tm-9studio/assets/libs/ionicons/fonts/ionicons.ttf?v=2.0.0) format("truetype"), url(//www.civitasimagium.com/wp-content/themes/tm-9studio/assets/libs/ionicons/fonts/ionicons.woff?v=2.0.0) format("woff"), url(//www.civitasimagium.com/wp-content/themes/tm-9studio/assets/libs/ionicons/fonts/ionicons.svg?v=2.0.0#Ionicons) format("svg");
font-weight: normal;
font-style: normal;
}
.ion, .ionicons, .ion-alert:before, .ion-alert-circled:before, .ion-android-add:before, .ion-android-add-circle:before, .ion-android-alarm-clock:before, .ion-android-alert:before, .ion-android-apps:before, .ion-android-archive:before, .ion-android-arrow-back:before, .ion-android-arrow-down:before, .ion-android-arrow-dropdown:before, .ion-android-arrow-dropdown-circle:before, .ion-android-arrow-dropleft:before, .ion-android-arrow-dropleft-circle:before, .ion-android-arrow-dropright:before, .ion-android-arrow-dropright-circle:before, .ion-android-arrow-dropup:before, .ion-android-arrow-dropup-circle:before, .ion-android-arrow-forward:before, .ion-android-arrow-up:before, .ion-android-attach:before, .ion-android-bar:before, .ion-android-bicycle:before, .ion-android-boat:before, .ion-android-bookmark:before, .ion-android-bulb:before, .ion-android-bus:before, .ion-android-calendar:before, .ion-android-call:before, .ion-android-camera:before, .ion-android-cancel:before, .ion-android-car:before, .ion-android-cart:before, .ion-android-chat:before, .ion-android-checkbox:before, .ion-android-checkbox-blank:before, .ion-android-checkbox-outline:before, .ion-android-checkbox-outline-blank:before, .ion-android-checkmark-circle:before, .ion-android-clipboard:before, .ion-android-close:before, .ion-android-cloud:before, .ion-android-cloud-circle:before, .ion-android-cloud-done:before, .ion-android-cloud-outline:before, .ion-android-color-palette:before, .ion-android-compass:before, .ion-android-contact:before, .ion-android-contacts:before, .ion-android-contract:before, .ion-android-create:before, .ion-android-delete:before, .ion-android-desktop:before, .ion-android-document:before, .ion-android-done:before, .ion-android-done-all:before, .ion-android-download:before, .ion-android-drafts:before, .ion-android-exit:before, .ion-android-expand:before, .ion-android-favorite:before, .ion-android-favorite-outline:before, .ion-android-film:before, .ion-android-folder:before, .ion-android-folder-open:before, .ion-android-funnel:before, .ion-android-globe:before, .ion-android-hand:before, .ion-android-hangout:before, .ion-android-happy:before, .ion-android-home:before, .ion-android-image:before, .ion-android-laptop:before, .ion-android-list:before, .ion-android-locate:before, .ion-android-lock:before, .ion-android-mail:before, .ion-android-map:before, .ion-android-menu:before, .ion-android-microphone:before, .ion-android-microphone-off:before, .ion-android-more-horizontal:before, .ion-android-more-vertical:before, .ion-android-navigate:before, .ion-android-notifications:before, .ion-android-notifications-none:before, .ion-android-notifications-off:before, .ion-android-open:before, .ion-android-options:before, .ion-android-people:before, .ion-android-person:before, .ion-android-person-add:before, .ion-android-phone-landscape:before, .ion-android-phone-portrait:before, .ion-android-pin:before, .ion-android-plane:before, .ion-android-playstore:before, .ion-android-print:before, .ion-android-radio-button-off:before, .ion-android-radio-button-on:before, .ion-android-refresh:before, .ion-android-remove:before, .ion-android-remove-circle:before, .ion-android-restaurant:before, .ion-android-sad:before, .ion-android-search:before, .ion-android-send:before, .ion-android-settings:before, .ion-android-share:before, .ion-android-share-alt:before, .ion-android-star:before, .ion-android-star-half:before, .ion-android-star-outline:before, .ion-android-stopwatch:before, .ion-android-subway:before, .ion-android-sunny:before, .ion-android-sync:before, .ion-android-textsms:before, .ion-android-time:before, .ion-android-train:before, .ion-android-unlock:before, .ion-android-upload:before, .ion-android-volume-down:before, .ion-android-volume-mute:before, .ion-android-volume-off:before, .ion-android-volume-up:before, .ion-android-walk:before, .ion-android-warning:before, .ion-android-watch:before, .ion-android-wifi:before, .ion-aperture:before, .ion-archive:before, .ion-arrow-down-a:before, .ion-arrow-down-b:before, .ion-arrow-down-c:before, .ion-arrow-expand:before, .ion-arrow-graph-down-left:before, .ion-arrow-graph-down-right:before, .ion-arrow-graph-up-left:before, .ion-arrow-graph-up-right:before, .ion-arrow-left-a:before, .ion-arrow-left-b:before, .ion-arrow-left-c:before, .ion-arrow-move:before, .ion-arrow-resize:before, .ion-arrow-return-left:before, .ion-arrow-return-right:before, .ion-arrow-right-a:before, .ion-arrow-right-b:before, .ion-arrow-right-c:before, .ion-arrow-shrink:before, .ion-arrow-swap:before, .ion-arrow-up-a:before, .ion-arrow-up-b:before, .ion-arrow-up-c:before, .ion-asterisk:before, .ion-at:before, .ion-backspace:before, .ion-backspace-outline:before, .ion-bag:before, .ion-battery-charging:before, .ion-battery-empty:before, .ion-battery-full:before, .ion-battery-half:before, .ion-battery-low:before, .ion-beaker:before, .ion-beer:before, .ion-bluetooth:before, .ion-bonfire:before, .ion-bookmark:before, .ion-bowtie:before, .ion-briefcase:before, .ion-bug:before, .ion-calculator:before, .ion-calendar:before, .ion-camera:before, .ion-card:before, .ion-cash:before, .ion-chatbox:before, .ion-chatbox-working:before, .ion-chatboxes:before, .ion-chatbubble:before, .ion-chatbubble-working:before, .ion-chatbubbles:before, .ion-checkmark:before, .ion-checkmark-circled:before, .ion-checkmark-round:before, .ion-chevron-down:before, .ion-chevron-left:before, .ion-chevron-right:before, .ion-chevron-up:before, .ion-clipboard:before, .ion-clock:before, .ion-close:before, .ion-close-circled:before, .ion-close-round:before, .ion-closed-captioning:before, .ion-cloud:before, .ion-code:before, .ion-code-download:before, .ion-code-working:before, .ion-coffee:before, .ion-compass:before, .ion-compose:before, .ion-connection-bars:before, .ion-contrast:before, .ion-crop:before, .ion-cube:before, .ion-disc:before, .ion-document:before, .ion-document-text:before, .ion-drag:before, .ion-earth:before, .ion-easel:before, .ion-edit:before, .ion-egg:before, .ion-eject:before, .ion-email:before, .ion-email-unread:before, .ion-erlenmeyer-flask:before, .ion-erlenmeyer-flask-bubbles:before, .ion-eye:before, .ion-eye-disabled:before, .ion-female:before, .ion-filing:before, .ion-film-marker:before, .ion-fireball:before, .ion-flag:before, .ion-flame:before, .ion-flash:before, .ion-flash-off:before, .ion-folder:before, .ion-fork:before, .ion-fork-repo:before, .ion-forward:before, .ion-funnel:before, .ion-gear-a:before, .ion-gear-b:before, .ion-grid:before, .ion-hammer:before, .ion-happy:before, .ion-happy-outline:before, .ion-headphone:before, .ion-heart:before, .ion-heart-broken:before, .ion-help:before, .ion-help-buoy:before, .ion-help-circled:before, .ion-home:before, .ion-icecream:before, .ion-image:before, .ion-images:before, .ion-information:before, .ion-information-circled:before, .ion-ionic:before, .ion-ios-alarm:before, .ion-ios-alarm-outline:before, .ion-ios-albums:before, .ion-ios-albums-outline:before, .ion-ios-americanfootball:before, .ion-ios-americanfootball-outline:before, .ion-ios-analytics:before, .ion-ios-analytics-outline:before, .ion-ios-arrow-back:before, .ion-ios-arrow-down:before, .ion-ios-arrow-forward:before, .ion-ios-arrow-left:before, .ion-ios-arrow-right:before, .ion-ios-arrow-thin-down:before, .ion-ios-arrow-thin-left:before, .ion-ios-arrow-thin-right:before, .ion-ios-arrow-thin-up:before, .ion-ios-arrow-up:before, .ion-ios-at:before, .ion-ios-at-outline:before, .ion-ios-barcode:before, .ion-ios-barcode-outline:before, .ion-ios-baseball:before, .ion-ios-baseball-outline:before, .ion-ios-basketball:before, .ion-ios-basketball-outline:before, .ion-ios-bell:before, .ion-ios-bell-outline:before, .ion-ios-body:before, .ion-ios-body-outline:before, .ion-ios-bolt:before, .ion-ios-bolt-outline:before, .ion-ios-book:before, .ion-ios-book-outline:before, .ion-ios-bookmarks:before, .ion-ios-bookmarks-outline:before, .ion-ios-box:before, .ion-ios-box-outline:before, .ion-ios-briefcase:before, .ion-ios-briefcase-outline:before, .ion-ios-browsers:before, .ion-ios-browsers-outline:before, .ion-ios-calculator:before, .ion-ios-calculator-outline:before, .ion-ios-calendar:before, .ion-ios-calendar-outline:before, .ion-ios-camera:before, .ion-ios-camera-outline:before, .ion-ios-cart:before, .ion-ios-cart-outline:before, .ion-ios-chatboxes:before, .ion-ios-chatboxes-outline:before, .ion-ios-chatbubble:before, .ion-ios-chatbubble-outline:before, .ion-ios-checkmark:before, .ion-ios-checkmark-empty:before, .ion-ios-checkmark-outline:before, .ion-ios-circle-filled:before, .ion-ios-circle-outline:before, .ion-ios-clock:before, .ion-ios-clock-outline:before, .ion-ios-close:before, .ion-ios-close-empty:before, .ion-ios-close-outline:before, .ion-ios-cloud:before, .ion-ios-cloud-download:before, .ion-ios-cloud-download-outline:before, .ion-ios-cloud-outline:before, .ion-ios-cloud-upload:before, .ion-ios-cloud-upload-outline:before, .ion-ios-cloudy:before, .ion-ios-cloudy-night:before, .ion-ios-cloudy-night-outline:before, .ion-ios-cloudy-outline:before, .ion-ios-cog:before, .ion-ios-cog-outline:before, .ion-ios-color-filter:before, .ion-ios-color-filter-outline:before, .ion-ios-color-wand:before, .ion-ios-color-wand-outline:before, .ion-ios-compose:before, .ion-ios-compose-outline:before, .ion-ios-contact:before, .ion-ios-contact-outline:before, .ion-ios-copy:before, .ion-ios-copy-outline:before, .ion-ios-crop:before, .ion-ios-crop-strong:before, .ion-ios-download:before, .ion-ios-download-outline:before, .ion-ios-drag:before, .ion-ios-email:before, .ion-ios-email-outline:before, .ion-ios-eye:before, .ion-ios-eye-outline:before, .ion-ios-fastforward:before, .ion-ios-fastforward-outline:before, .ion-ios-filing:before, .ion-ios-filing-outline:before, .ion-ios-film:before, .ion-ios-film-outline:before, .ion-ios-flag:before, .ion-ios-flag-outline:before, .ion-ios-flame:before, .ion-ios-flame-outline:before, .ion-ios-flask:before, .ion-ios-flask-outline:before, .ion-ios-flower:before, .ion-ios-flower-outline:before, .ion-ios-folder:before, .ion-ios-folder-outline:before, .ion-ios-football:before, .ion-ios-football-outline:before, .ion-ios-game-controller-a:before, .ion-ios-game-controller-a-outline:before, .ion-ios-game-controller-b:before, .ion-ios-game-controller-b-outline:before, .ion-ios-gear:before, .ion-ios-gear-outline:before, .ion-ios-glasses:before, .ion-ios-glasses-outline:before, .ion-ios-grid-view:before, .ion-ios-grid-view-outline:before, .ion-ios-heart:before, .ion-ios-heart-outline:before, .ion-ios-help:before, .ion-ios-help-empty:before, .ion-ios-help-outline:before, .ion-ios-home:before, .ion-ios-home-outline:before, .ion-ios-infinite:before, .ion-ios-infinite-outline:before, .ion-ios-information:before, .ion-ios-information-empty:before, .ion-ios-information-outline:before, .ion-ios-ionic-outline:before, .ion-ios-keypad:before, .ion-ios-keypad-outline:before, .ion-ios-lightbulb:before, .ion-ios-lightbulb-outline:before, .ion-ios-list:before, .ion-ios-list-outline:before, .ion-ios-location:before, .ion-ios-location-outline:before, .ion-ios-locked:before, .ion-ios-locked-outline:before, .ion-ios-loop:before, .ion-ios-loop-strong:before, .ion-ios-medical:before, .ion-ios-medical-outline:before, .ion-ios-medkit:before, .ion-ios-medkit-outline:before, .ion-ios-mic:before, .ion-ios-mic-off:before, .ion-ios-mic-outline:before, .ion-ios-minus:before, .ion-ios-minus-empty:before, .ion-ios-minus-outline:before, .ion-ios-monitor:before, .ion-ios-monitor-outline:before, .ion-ios-moon:before, .ion-ios-moon-outline:before, .ion-ios-more:before, .ion-ios-more-outline:before, .ion-ios-musical-note:before, .ion-ios-musical-notes:before, .ion-ios-navigate:before, .ion-ios-navigate-outline:before, .ion-ios-nutrition:before, .ion-ios-nutrition-outline:before, .ion-ios-paper:before, .ion-ios-paper-outline:before, .ion-ios-paperplane:before, .ion-ios-paperplane-outline:before, .ion-ios-partlysunny:before, .ion-ios-partlysunny-outline:before, .ion-ios-pause:before, .ion-ios-pause-outline:before, .ion-ios-paw:before, .ion-ios-paw-outline:before, .ion-ios-people:before, .ion-ios-people-outline:before, .ion-ios-person:before, .ion-ios-person-outline:before, .ion-ios-personadd:before, .ion-ios-personadd-outline:before, .ion-ios-photos:before, .ion-ios-photos-outline:before, .ion-ios-pie:before, .ion-ios-pie-outline:before, .ion-ios-pint:before, .ion-ios-pint-outline:before, .ion-ios-play:before, .ion-ios-play-outline:before, .ion-ios-plus:before, .ion-ios-plus-empty:before, .ion-ios-plus-outline:before, .ion-ios-pricetag:before, .ion-ios-pricetag-outline:before, .ion-ios-pricetags:before, .ion-ios-pricetags-outline:before, .ion-ios-printer:before, .ion-ios-printer-outline:before, .ion-ios-pulse:before, .ion-ios-pulse-strong:before, .ion-ios-rainy:before, .ion-ios-rainy-outline:before, .ion-ios-recording:before, .ion-ios-recording-outline:before, .ion-ios-redo:before, .ion-ios-redo-outline:before, .ion-ios-refresh:before, .ion-ios-refresh-empty:before, .ion-ios-refresh-outline:before, .ion-ios-reload:before, .ion-ios-reverse-camera:before, .ion-ios-reverse-camera-outline:before, .ion-ios-rewind:before, .ion-ios-rewind-outline:before, .ion-ios-rose:before, .ion-ios-rose-outline:before, .ion-ios-search:before, .ion-ios-search-strong:before, .ion-ios-settings:before, .ion-ios-settings-strong:before, .ion-ios-shuffle:before, .ion-ios-shuffle-strong:before, .ion-ios-skipbackward:before, .ion-ios-skipbackward-outline:before, .ion-ios-skipforward:before, .ion-ios-skipforward-outline:before, .ion-ios-snowy:before, .ion-ios-speedometer:before, .ion-ios-speedometer-outline:before, .ion-ios-star:before, .ion-ios-star-half:before, .ion-ios-star-outline:before, .ion-ios-stopwatch:before, .ion-ios-stopwatch-outline:before, .ion-ios-sunny:before, .ion-ios-sunny-outline:before, .ion-ios-telephone:before, .ion-ios-telephone-outline:before, .ion-ios-tennisball:before, .ion-ios-tennisball-outline:before, .ion-ios-thunderstorm:before, .ion-ios-thunderstorm-outline:before, .ion-ios-time:before, .ion-ios-time-outline:before, .ion-ios-timer:before, .ion-ios-timer-outline:before, .ion-ios-toggle:before, .ion-ios-toggle-outline:before, .ion-ios-trash:before, .ion-ios-trash-outline:before, .ion-ios-undo:before, .ion-ios-undo-outline:before, .ion-ios-unlocked:before, .ion-ios-unlocked-outline:before, .ion-ios-upload:before, .ion-ios-upload-outline:before, .ion-ios-videocam:before, .ion-ios-videocam-outline:before, .ion-ios-volume-high:before, .ion-ios-volume-low:before, .ion-ios-wineglass:before, .ion-ios-wineglass-outline:before, .ion-ios-world:before, .ion-ios-world-outline:before, .ion-ipad:before, .ion-iphone:before, .ion-ipod:before, .ion-jet:before, .ion-key:before, .ion-knife:before, .ion-laptop:before, .ion-leaf:before, .ion-levels:before, .ion-lightbulb:before, .ion-link:before, .ion-load-a:before, .ion-load-b:before, .ion-load-c:before, .ion-load-d:before, .ion-location:before, .ion-lock-combination:before, .ion-locked:before, .ion-log-in:before, .ion-log-out:before, .ion-loop:before, .ion-magnet:before, .ion-male:before, .ion-man:before, .ion-map:before, .ion-medkit:before, .ion-merge:before, .ion-mic-a:before, .ion-mic-b:before, .ion-mic-c:before, .ion-minus:before, .ion-minus-circled:before, .ion-minus-round:before, .ion-model-s:before, .ion-monitor:before, .ion-more:before, .ion-mouse:before, .ion-music-note:before, .ion-navicon:before, .ion-navicon-round:before, .ion-navigate:before, .ion-network:before, .ion-no-smoking:before, .ion-nuclear:before, .ion-outlet:before, .ion-paintbrush:before, .ion-paintbucket:before, .ion-paper-airplane:before, .ion-paperclip:before, .ion-pause:before, .ion-person:before, .ion-person-add:before, .ion-person-stalker:before, .ion-pie-graph:before, .ion-pin:before, .ion-pinpoint:before, .ion-pizza:before, .ion-plane:before, .ion-planet:before, .ion-play:before, .ion-playstation:before, .ion-plus:before, .ion-plus-circled:before, .ion-plus-round:before, .ion-podium:before, .ion-pound:before, .ion-power:before, .ion-pricetag:before, .ion-pricetags:before, .ion-printer:before, .ion-pull-request:before, .ion-qr-scanner:before, .ion-quote:before, .ion-radio-waves:before, .ion-record:before, .ion-refresh:before, .ion-reply:before, .ion-reply-all:before, .ion-ribbon-a:before, .ion-ribbon-b:before, .ion-sad:before, .ion-sad-outline:before, .ion-scissors:before, .ion-search:before, .ion-settings:before, .ion-share:before, .ion-shuffle:before, .ion-skip-backward:before, .ion-skip-forward:before, .ion-social-android:before, .ion-social-android-outline:before, .ion-social-angular:before, .ion-social-angular-outline:before, .ion-social-apple:before, .ion-social-apple-outline:before, .ion-social-bitcoin:before, .ion-social-bitcoin-outline:before, .ion-social-buffer:before, .ion-social-buffer-outline:before, .ion-social-chrome:before, .ion-social-chrome-outline:before, .ion-social-codepen:before, .ion-social-codepen-outline:before, .ion-social-css3:before, .ion-social-css3-outline:before, .ion-social-designernews:before, .ion-social-designernews-outline:before, .ion-social-dribbble:before, .ion-social-dribbble-outline:before, .ion-social-dropbox:before, .ion-social-dropbox-outline:before, .ion-social-euro:before, .ion-social-euro-outline:before, .ion-social-facebook:before, .ion-social-facebook-outline:before, .ion-social-foursquare:before, .ion-social-foursquare-outline:before, .ion-social-freebsd-devil:before, .ion-social-github:before, .ion-social-github-outline:before, .ion-social-google:before, .ion-social-google-outline:before, .ion-social-googleplus:before, .ion-social-googleplus-outline:before, .ion-social-hackernews:before, .ion-social-hackernews-outline:before, .ion-social-html5:before, .ion-social-html5-outline:before, .ion-social-instagram:before, .ion-social-instagram-outline:before, .ion-social-javascript:before, .ion-social-javascript-outline:before, .ion-social-linkedin:before, .ion-social-linkedin-outline:before, .ion-social-markdown:before, .ion-social-nodejs:before, .ion-social-octocat:before, .ion-social-pinterest:before, .ion-social-pinterest-outline:before, .ion-social-python:before, .ion-social-reddit:before, .ion-social-reddit-outline:before, .ion-social-rss:before, .ion-social-rss-outline:before, .ion-social-sass:before, .ion-social-skype:before, .ion-social-skype-outline:before, .ion-social-snapchat:before, .ion-social-snapchat-outline:before, .ion-social-tumblr:before, .ion-social-tumblr-outline:before, .ion-social-tux:before, .ion-social-twitch:before, .ion-social-twitch-outline:before, .ion-social-twitter:before, .ion-social-twitter-outline:before, .ion-social-usd:before, .ion-social-usd-outline:before, .ion-social-vimeo:before, .ion-social-vimeo-outline:before, .ion-social-whatsapp:before, .ion-social-whatsapp-outline:before, .ion-social-windows:before, .ion-social-windows-outline:before, .ion-social-wordpress:before, .ion-social-wordpress-outline:before, .ion-social-yahoo:before, .ion-social-yahoo-outline:before, .ion-social-yen:before, .ion-social-yen-outline:before, .ion-social-youtube:before, .ion-social-youtube-outline:before, .ion-soup-can:before, .ion-soup-can-outline:before, .ion-speakerphone:before, .ion-speedometer:before, .ion-spoon:before, .ion-star:before, .ion-stats-bars:before, .ion-steam:before, .ion-stop:before, .ion-thermometer:before, .ion-thumbsdown:before, .ion-thumbsup:before, .ion-toggle:before, .ion-toggle-filled:before, .ion-transgender:before, .ion-trash-a:before, .ion-trash-b:before, .ion-trophy:before, .ion-tshirt:before, .ion-tshirt-outline:before, .ion-umbrella:before, .ion-university:before, .ion-unlocked:before, .ion-upload:before, .ion-usb:before, .ion-videocamera:before, .ion-volume-high:before, .ion-volume-low:before, .ion-volume-medium:before, .ion-volume-mute:before, .ion-wand:before, .ion-waterdrop:before, .ion-wifi:before, .ion-wineglass:before, .ion-woman:before, .ion-wrench:before, .ion-xbox:before {
display: inline-block;
font-family: "Ionicons";
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
text-rendering: auto;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.ion-alert:before {
content: "\f101";
}
.ion-alert-circled:before {
content: "\f100";
}
.ion-android-add:before {
content: "\f2c7";
}
.ion-android-add-circle:before {
content: "\f359";
}
.ion-android-alarm-clock:before {
content: "\f35a";
}
.ion-android-alert:before {
content: "\f35b";
}
.ion-android-apps:before {
content: "\f35c";
}
.ion-android-archive:before {
content: "\f2c9";
}
.ion-android-arrow-back:before {
content: "\f2ca";
}
.ion-android-arrow-down:before {
content: "\f35d";
}
.ion-android-arrow-dropdown:before {
content: "\f35f";
}
.ion-android-arrow-dropdown-circle:before {
content: "\f35e";
}
.ion-android-arrow-dropleft:before {
content: "\f361";
}
.ion-android-arrow-dropleft-circle:before {
content: "\f360";
}
.ion-android-arrow-dropright:before {
content: "\f363";
}
.ion-android-arrow-dropright-circle:before {
content: "\f362";
}
.ion-android-arrow-dropup:before {
content: "\f365";
}
.ion-android-arrow-dropup-circle:before {
content: "\f364";
}
.ion-android-arrow-forward:before {
content: "\f30f";
}
.ion-android-arrow-up:before {
content: "\f366";
}
.ion-android-attach:before {
content: "\f367";
}
.ion-android-bar:before {
content: "\f368";
}
.ion-android-bicycle:before {
content: "\f369";
}
.ion-android-boat:before {
content: "\f36a";
}
.ion-android-bookmark:before {
content: "\f36b";
}
.ion-android-bulb:before {
content: "\f36c";
}
.ion-android-bus:before {
content: "\f36d";
}
.ion-android-calendar:before {
content: "\f2d1";
}
.ion-android-call:before {
content: "\f2d2";
}
.ion-android-camera:before {
content: "\f2d3";
}
.ion-android-cancel:before {
content: "\f36e";
}
.ion-android-car:before {
content: "\f36f";
}
.ion-android-cart:before {
content: "\f370";
}
.ion-android-chat:before {
content: "\f2d4";
}
.ion-android-checkbox:before {
content: "\f374";
}
.ion-android-checkbox-blank:before {
content: "\f371";
}
.ion-android-checkbox-outline:before {
content: "\f373";
}
.ion-android-checkbox-outline-blank:before {
content: "\f372";
}
.ion-android-checkmark-circle:before {
content: "\f375";
}
.ion-android-clipboard:before {
content: "\f376";
}
.ion-android-close:before {
content: "\f2d7";
}
.ion-android-cloud:before {
content: "\f37a";
}
.ion-android-cloud-circle:before {
content: "\f377";
}
.ion-android-cloud-done:before {
content: "\f378";
}
.ion-android-cloud-outline:before {
content: "\f379";
}
.ion-android-color-palette:before {
content: "\f37b";
}
.ion-android-compass:before {
content: "\f37c";
}
.ion-android-contact:before {
content: "\f2d8";
}
.ion-android-contacts:before {
content: "\f2d9";
}
.ion-android-contract:before {
content: "\f37d";
}
.ion-android-create:before {
content: "\f37e";
}
.ion-android-delete:before {
content: "\f37f";
}
.ion-android-desktop:before {
content: "\f380";
}
.ion-android-document:before {
content: "\f381";
}
.ion-android-done:before {
content: "\f383";
}
.ion-android-done-all:before {
content: "\f382";
}
.ion-android-download:before {
content: "\f2dd";
}
.ion-android-drafts:before {
content: "\f384";
}
.ion-android-exit:before {
content: "\f385";
}
.ion-android-expand:before {
content: "\f386";
}
.ion-android-favorite:before {
content: "\f388";
}
.ion-android-favorite-outline:before {
content: "\f387";
}
.ion-android-film:before {
content: "\f389";
}
.ion-android-folder:before {
content: "\f2e0";
}
.ion-android-folder-open:before {
content: "\f38a";
}
.ion-android-funnel:before {
content: "\f38b";
}
.ion-android-globe:before {
content: "\f38c";
}
.ion-android-hand:before {
content: "\f2e3";
}
.ion-android-hangout:before {
content: "\f38d";
}
.ion-android-happy:before {
content: "\f38e";
}
.ion-android-home:before {
content: "\f38f";
}
.ion-android-image:before {
content: "\f2e4";
}
.ion-android-laptop:before {
content: "\f390";
}
.ion-android-list:before {
content: "\f391";
}
.ion-android-locate:before {
content: "\f2e9";
}
.ion-android-lock:before {
content: "\f392";
}
.ion-android-mail:before {
content: "\f2eb";
}
.ion-android-map:before {
content: "\f393";
}
.ion-android-menu:before {
content: "\f394";
}
.ion-android-microphone:before {
content: "\f2ec";
}
.ion-android-microphone-off:before {
content: "\f395";
}
.ion-android-more-horizontal:before {
content: "\f396";
}
.ion-android-more-vertical:before {
content: "\f397";
}
.ion-android-navigate:before {
content: "\f398";
}
.ion-android-notifications:before {
content: "\f39b";
}
.ion-android-notifications-none:before {
content: "\f399";
}
.ion-android-notifications-off:before {
content: "\f39a";
}
.ion-android-open:before {
content: "\f39c";
}
.ion-android-options:before {
content: "\f39d";
}
.ion-android-people:before {
content: "\f39e";
}
.ion-android-person:before {
content: "\f3a0";
}
.ion-android-person-add:before {
content: "\f39f";
}
.ion-android-phone-landscape:before {
content: "\f3a1";
}
.ion-android-phone-portrait:before {
content: "\f3a2";
}
.ion-android-pin:before {
content: "\f3a3";
}
.ion-android-plane:before {
content: "\f3a4";
}
.ion-android-playstore:before {
content: "\f2f0";
}
.ion-android-print:before {
content: "\f3a5";
}
.ion-android-radio-button-off:before {
content: "\f3a6";
}
.ion-android-radio-button-on:before {
content: "\f3a7";
}
.ion-android-refresh:before {
content: "\f3a8";
}
.ion-android-remove:before {
content: "\f2f4";
}
.ion-android-remove-circle:before {
content: "\f3a9";
}
.ion-android-restaurant:before {
content: "\f3aa";
}
.ion-android-sad:before {
content: "\f3ab";
}
.ion-android-search:before {
content: "\f2f5";
}
.ion-android-send:before {
content: "\f2f6";
}
.ion-android-settings:before {
content: "\f2f7";
}
.ion-android-share:before {
content: "\f2f8";
}
.ion-android-share-alt:before {
content: "\f3ac";
}
.ion-android-star:before {
content: "\f2fc";
}
.ion-android-star-half:before {
content: "\f3ad";
}
.ion-android-star-outline:before {
content: "\f3ae";
}
.ion-android-stopwatch:before {
content: "\f2fd";
}
.ion-android-subway:before {
content: "\f3af";
}
.ion-android-sunny:before {
content: "\f3b0";
}
.ion-android-sync:before {
content: "\f3b1";
}
.ion-android-textsms:before {
content: "\f3b2";
}
.ion-android-time:before {
content: "\f3b3";
}
.ion-android-train:before {
content: "\f3b4";
}
.ion-android-unlock:before {
content: "\f3b5";
}
.ion-android-upload:before {
content: "\f3b6";
}
.ion-android-volume-down:before {
content: "\f3b7";
}
.ion-android-volume-mute:before {
content: "\f3b8";
}
.ion-android-volume-off:before {
content: "\f3b9";
}
.ion-android-volume-up:before {
content: "\f3ba";
}
.ion-android-walk:before {
content: "\f3bb";
}
.ion-android-warning:before {
content: "\f3bc";
}
.ion-android-watch:before {
content: "\f3bd";
}
.ion-android-wifi:before {
content: "\f305";
}
.ion-aperture:before {
content: "\f313";
}
.ion-archive:before {
content: "\f102";
}
.ion-arrow-down-a:before {
content: "\f103";
}
.ion-arrow-down-b:before {
content: "\f104";
}
.ion-arrow-down-c:before {
content: "\f105";
}
.ion-arrow-expand:before {
content: "\f25e";
}
.ion-arrow-graph-down-left:before {
content: "\f25f";
}
.ion-arrow-graph-down-right:before {
content: "\f260";
}
.ion-arrow-graph-up-left:before {
content: "\f261";
}
.ion-arrow-graph-up-right:before {
content: "\f262";
}
.ion-arrow-left-a:before {
content: "\f106";
}
.ion-arrow-left-b:before {
content: "\f107";
}
.ion-arrow-left-c:before {
content: "\f108";
}
.ion-arrow-move:before {
content: "\f263";
}
.ion-arrow-resize:before {
content: "\f264";
}
.ion-arrow-return-left:before {
content: "\f265";
}
.ion-arrow-return-right:before {
content: "\f266";
}
.ion-arrow-right-a:before {
content: "\f109";
}
.ion-arrow-right-b:before {
content: "\f10a";
}
.ion-arrow-right-c:before {
content: "\f10b";
}
.ion-arrow-shrink:before {
content: "\f267";
}
.ion-arrow-swap:before {
content: "\f268";
}
.ion-arrow-up-a:before {
content: "\f10c";
}
.ion-arrow-up-b:before {
content: "\f10d";
}
.ion-arrow-up-c:before {
content: "\f10e";
}
.ion-asterisk:before {
content: "\f314";
}
.ion-at:before {
content: "\f10f";
}
.ion-backspace:before {
content: "\f3bf";
}
.ion-backspace-outline:before {
content: "\f3be";
}
.ion-bag:before {
content: "\f110";
}
.ion-battery-charging:before {
content: "\f111";
}
.ion-battery-empty:before {
content: "\f112";
}
.ion-battery-full:before {
content: "\f113";
}
.ion-battery-half:before {
content: "\f114";
}
.ion-battery-low:before {
content: "\f115";
}
.ion-beaker:before {
content: "\f269";
}
.ion-beer:before {
content: "\f26a";
}
.ion-bluetooth:before {
content: "\f116";
}
.ion-bonfire:before {
content: "\f315";
}
.ion-bookmark:before {
content: "\f26b";
}
.ion-bowtie:before {
content: "\f3c0";
}
.ion-briefcase:before {
content: "\f26c";
}
.ion-bug:before {
content: "\f2be";
}
.ion-calculator:before {
content: "\f26d";
}
.ion-calendar:before {
content: "\f117";
}
.ion-camera:before {
content: "\f118";
}
.ion-card:before {
content: "\f119";
}
.ion-cash:before {
content: "\f316";
}
.ion-chatbox:before {
content: "\f11b";
}
.ion-chatbox-working:before {
content: "\f11a";
}
.ion-chatboxes:before {
content: "\f11c";
}
.ion-chatbubble:before {
content: "\f11e";
}
.ion-chatbubble-working:before {
content: "\f11d";
}
.ion-chatbubbles:before {
content: "\f11f";
}
.ion-checkmark:before {
content: "\f122";
}
.ion-checkmark-circled:before {
content: "\f120";
}
.ion-checkmark-round:before {
content: "\f121";
}
.ion-chevron-down:before {
content: "\f123";
}
.ion-chevron-left:before {
content: "\f124";
}
.ion-chevron-right:before {
content: "\f125";
}
.ion-chevron-up:before {
content: "\f126";
}
.ion-clipboard:before {
content: "\f127";
}
.ion-clock:before {
content: "\f26e";
}
.ion-close:before {
content: "\f12a";
}
.ion-close-circled:before {
content: "\f128";
}
.ion-close-round:before {
content: "\f129";
}
.ion-closed-captioning:before {
content: "\f317";
}
.ion-cloud:before {
content: "\f12b";
}
.ion-code:before {
content: "\f271";
}
.ion-code-download:before {
content: "\f26f";
}
.ion-code-working:before {
content: "\f270";
}
.ion-coffee:before {
content: "\f272";
}
.ion-compass:before {
content: "\f273";
}
.ion-compose:before {
content: "\f12c";
}
.ion-connection-bars:before {
content: "\f274";
}
.ion-contrast:before {
content: "\f275";
}
.ion-crop:before {
content: "\f3c1";
}
.ion-cube:before {
content: "\f318";
}
.ion-disc:before {
content: "\f12d";
}
.ion-document:before {
content: "\f12f";
}
.ion-document-text:before {
content: "\f12e";
}
.ion-drag:before {
content: "\f130";
}
.ion-earth:before {
content: "\f276";
}
.ion-easel:before {
content: "\f3c2";
}
.ion-edit:before {
content: "\f2bf";
}
.ion-egg:before {
content: "\f277";
}
.ion-eject:before {
content: "\f131";
}
.ion-email:before {
content: "\f132";
}
.ion-email-unread:before {
content: "\f3c3";
}
.ion-erlenmeyer-flask:before {
content: "\f3c5";
}
.ion-erlenmeyer-flask-bubbles:before {
content: "\f3c4";
}
.ion-eye:before {
content: "\f133";
}
.ion-eye-disabled:before {
content: "\f306";
}
.ion-female:before {
content: "\f278";
}
.ion-filing:before {
content: "\f134";
}
.ion-film-marker:before {
content: "\f135";
}
.ion-fireball:before {
content: "\f319";
}
.ion-flag:before {
content: "\f279";
}
.ion-flame:before {
content: "\f31a";
}
.ion-flash:before {
content: "\f137";
}
.ion-flash-off:before {
content: "\f136";
}
.ion-folder:before {
content: "\f139";
}
.ion-fork:before {
content: "\f27a";
}
.ion-fork-repo:before {
content: "\f2c0";
}
.ion-forward:before {
content: "\f13a";
}
.ion-funnel:before {
content: "\f31b";
}
.ion-gear-a:before {
content: "\f13d";
}
.ion-gear-b:before {
content: "\f13e";
}
.ion-grid:before {
content: "\f13f";
}
.ion-hammer:before {
content: "\f27b";
}
.ion-happy:before {
content: "\f31c";
}
.ion-happy-outline:before {
content: "\f3c6";
}
.ion-headphone:before {
content: "\f140";
}
.ion-heart:before {
content: "\f141";
}
.ion-heart-broken:before {
content: "\f31d";
}
.ion-help:before {
content: "\f143";
}
.ion-help-buoy:before {
content: "\f27c";
}
.ion-help-circled:before {
content: "\f142";
}
.ion-home:before {
content: "\f144";
}
.ion-icecream:before {
content: "\f27d";
}
.ion-image:before {
content: "\f147";
}
.ion-images:before {
content: "\f148";
}
.ion-information:before {
content: "\f14a";
}
.ion-information-circled:before {
content: "\f149";
}
.ion-ionic:before {
content: "\f14b";
}
.ion-ios-alarm:before {
content: "\f3c8";
}
.ion-ios-alarm-outline:before {
content: "\f3c7";
}
.ion-ios-albums:before {
content: "\f3ca";
}
.ion-ios-albums-outline:before {
content: "\f3c9";
}
.ion-ios-americanfootball:before {
content: "\f3cc";
}
.ion-ios-americanfootball-outline:before {
content: "\f3cb";
}
.ion-ios-analytics:before {
content: "\f3ce";
}
.ion-ios-analytics-outline:before {
content: "\f3cd";
}
.ion-ios-arrow-back:before {
content: "\f3cf";
}
.ion-ios-arrow-down:before {
content: "\f3d0";
}
.ion-ios-arrow-forward:before {
content: "\f3d1";
}
.ion-ios-arrow-left:before {
content: "\f3d2";
}
.ion-ios-arrow-right:before {
content: "\f3d3";
}
.ion-ios-arrow-thin-down:before {
content: "\f3d4";
}
.ion-ios-arrow-thin-left:before {
content: "\f3d5";
}
.ion-ios-arrow-thin-right:before {
content: "\f3d6";
}
.ion-ios-arrow-thin-up:before {
content: "\f3d7";
}
.ion-ios-arrow-up:before {
content: "\f3d8";
}
.ion-ios-at:before {
content: "\f3da";
}
.ion-ios-at-outline:before {
content: "\f3d9";
}
.ion-ios-barcode:before {
content: "\f3dc";
}
.ion-ios-barcode-outline:before {
content: "\f3db";
}
.ion-ios-baseball:before {
content: "\f3de";
}
.ion-ios-baseball-outline:before {
content: "\f3dd";
}
.ion-ios-basketball:before {
content: "\f3e0";
}
.ion-ios-basketball-outline:before {
content: "\f3df";
}
.ion-ios-bell:before {
content: "\f3e2";
}
.ion-ios-bell-outline:before {
content: "\f3e1";
}
.ion-ios-body:before {
content: "\f3e4";
}
.ion-ios-body-outline:before {
content: "\f3e3";
}
.ion-ios-bolt:before {
content: "\f3e6";
}
.ion-ios-bolt-outline:before {
content: "\f3e5";
}
.ion-ios-book:before {
content: "\f3e8";
}
.ion-ios-book-outline:before {
content: "\f3e7";
}
.ion-ios-bookmarks:before {
content: "\f3ea";
}
.ion-ios-bookmarks-outline:before {
content: "\f3e9";
}
.ion-ios-box:before {
content: "\f3ec";
}
.ion-ios-box-outline:before {
content: "\f3eb";
}
.ion-ios-briefcase:before {
content: "\f3ee";
}
.ion-ios-briefcase-outline:before {
content: "\f3ed";
}
.ion-ios-browsers:before {
content: "\f3f0";
}
.ion-ios-browsers-outline:before {
content: "\f3ef";
}
.ion-ios-calculator:before {
content: "\f3f2";
}
.ion-ios-calculator-outline:before {
content: "\f3f1";
}
.ion-ios-calendar:before {
content: "\f3f4";
}
.ion-ios-calendar-outline:before {
content: "\f3f3";
}
.ion-ios-camera:before {
content: "\f3f6";
}
.ion-ios-camera-outline:before {
content: "\f3f5";
}
.ion-ios-cart:before {
content: "\f3f8";
}
.ion-ios-cart-outline:before {
content: "\f3f7";
}
.ion-ios-chatboxes:before {
content: "\f3fa";
}
.ion-ios-chatboxes-outline:before {
content: "\f3f9";
}
.ion-ios-chatbubble:before {
content: "\f3fc";
}
.ion-ios-chatbubble-outline:before {
content: "\f3fb";
}
.ion-ios-checkmark:before {
content: "\f3ff";
}
.ion-ios-checkmark-empty:before {
content: "\f3fd";
}
.ion-ios-checkmark-outline:before {
content: "\f3fe";
}
.ion-ios-circle-filled:before {
content: "\f400";
}
.ion-ios-circle-outline:before {
content: "\f401";
}
.ion-ios-clock:before {
content: "\f403";
}
.ion-ios-clock-outline:before {
content: "\f402";
}
.ion-ios-close:before {
content: "\f406";
}
.ion-ios-close-empty:before {
content: "\f404";
}
.ion-ios-close-outline:before {
content: "\f405";
}
.ion-ios-cloud:before {
content: "\f40c";
}
.ion-ios-cloud-download:before {
content: "\f408";
}
.ion-ios-cloud-download-outline:before {
content: "\f407";
}
.ion-ios-cloud-outline:before {
content: "\f409";
}
.ion-ios-cloud-upload:before {
content: "\f40b";
}
.ion-ios-cloud-upload-outline:before {
content: "\f40a";
}
.ion-ios-cloudy:before {
content: "\f410";
}
.ion-ios-cloudy-night:before {
content: "\f40e";
}
.ion-ios-cloudy-night-outline:before {
content: "\f40d";
}
.ion-ios-cloudy-outline:before {
content: "\f40f";
}
.ion-ios-cog:before {
content: "\f412";
}
.ion-ios-cog-outline:before {
content: "\f411";
}
.ion-ios-color-filter:before {
content: "\f414";
}
.ion-ios-color-filter-outline:before {
content: "\f413";
}
.ion-ios-color-wand:before {
content: "\f416";
}
.ion-ios-color-wand-outline:before {
content: "\f415";
}
.ion-ios-compose:before {
content: "\f418";
}
.ion-ios-compose-outline:before {
content: "\f417";
}
.ion-ios-contact:before {
content: "\f41a";
}
.ion-ios-contact-outline:before {
content: "\f419";
}
.ion-ios-copy:before {
content: "\f41c";
}
.ion-ios-copy-outline:before {
content: "\f41b";
}
.ion-ios-crop:before {
content: "\f41e";
}
.ion-ios-crop-strong:before {
content: "\f41d";
}
.ion-ios-download:before {
content: "\f420";
}
.ion-ios-download-outline:before {
content: "\f41f";
}
.ion-ios-drag:before {
content: "\f421";
}
.ion-ios-email:before {
content: "\f423";
}
.ion-ios-email-outline:before {
content: "\f422";
}
.ion-ios-eye:before {
content: "\f425";
}
.ion-ios-eye-outline:before {
content: "\f424";
}
.ion-ios-fastforward:before {
content: "\f427";
}
.ion-ios-fastforward-outline:before {
content: "\f426";
}
.ion-ios-filing:before {
content: "\f429";
}
.ion-ios-filing-outline:before {
content: "\f428";
}
.ion-ios-film:before {
content: "\f42b";
}
.ion-ios-film-outline:before {
content: "\f42a";
}
.ion-ios-flag:before {
content: "\f42d";
}
.ion-ios-flag-outline:before {
content: "\f42c";
}
.ion-ios-flame:before {
content: "\f42f";
}
.ion-ios-flame-outline:before {
content: "\f42e";
}
.ion-ios-flask:before {
content: "\f431";
}
.ion-ios-flask-outline:before {
content: "\f430";
}
.ion-ios-flower:before {
content: "\f433";
}
.ion-ios-flower-outline:before {
content: "\f432";
}
.ion-ios-folder:before {
content: "\f435";
}
.ion-ios-folder-outline:before {
content: "\f434";
}
.ion-ios-football:before {
content: "\f437";
}
.ion-ios-football-outline:before {
content: "\f436";
}
.ion-ios-game-controller-a:before {
content: "\f439";
}
.ion-ios-game-controller-a-outline:before {
content: "\f438";
}
.ion-ios-game-controller-b:before {
content: "\f43b";
}
.ion-ios-game-controller-b-outline:before {
content: "\f43a";
}
.ion-ios-gear:before {
content: "\f43d";
}
.ion-ios-gear-outline:before {
content: "\f43c";
}
.ion-ios-glasses:before {
content: "\f43f";
}
.ion-ios-glasses-outline:before {
content: "\f43e";
}
.ion-ios-grid-view:before {
content: "\f441";
}
.ion-ios-grid-view-outline:before {
content: "\f440";
}
.ion-ios-heart:before {
content: "\f443";
}
.ion-ios-heart-outline:before {
content: "\f442";
}
.ion-ios-help:before {
content: "\f446";
}
.ion-ios-help-empty:before {
content: "\f444";
}
.ion-ios-help-outline:before {
content: "\f445";
}
.ion-ios-home:before {
content: "\f448";
}
.ion-ios-home-outline:before {
content: "\f447";
}
.ion-ios-infinite:before {
content: "\f44a";
}
.ion-ios-infinite-outline:before {
content: "\f449";
}
.ion-ios-information:before {
content: "\f44d";
}
.ion-ios-information-empty:before {
content: "\f44b";
}
.ion-ios-information-outline:before {
content: "\f44c";
}
.ion-ios-ionic-outline:before {
content: "\f44e";
}
.ion-ios-keypad:before {
content: "\f450";
}
.ion-ios-keypad-outline:before {
content: "\f44f";
}
.ion-ios-lightbulb:before {
content: "\f452";
}
.ion-ios-lightbulb-outline:before {
content: "\f451";
}
.ion-ios-list:before {
content: "\f454";
}
.ion-ios-list-outline:before {
content: "\f453";
}
.ion-ios-location:before {
content: "\f456";
}
.ion-ios-location-outline:before {
content: "\f455";
}
.ion-ios-locked:before {
content: "\f458";
}
.ion-ios-locked-outline:before {
content: "\f457";
}
.ion-ios-loop:before {
content: "\f45a";
}
.ion-ios-loop-strong:before {
content: "\f459";
}
.ion-ios-medical:before {
content: "\f45c";
}
.ion-ios-medical-outline:before {
content: "\f45b";
}
.ion-ios-medkit:before {
content: "\f45e";
}
.ion-ios-medkit-outline:before {
content: "\f45d";
}
.ion-ios-mic:before {
content: "\f461";
}
.ion-ios-mic-off:before {
content: "\f45f";
}
.ion-ios-mic-outline:before {
content: "\f460";
}
.ion-ios-minus:before {
content: "\f464";
}
.ion-ios-minus-empty:before {
content: "\f462";
}
.ion-ios-minus-outline:before {
content: "\f463";
}
.ion-ios-monitor:before {
content: "\f466";
}
.ion-ios-monitor-outline:before {
content: "\f465";
}
.ion-ios-moon:before {
content: "\f468";
}
.ion-ios-moon-outline:before {
content: "\f467";
}
.ion-ios-more:before {
content: "\f46a";
}
.ion-ios-more-outline:before {
content: "\f469";
}
.ion-ios-musical-note:before {
content: "\f46b";
}
.ion-ios-musical-notes:before {
content: "\f46c";
}
.ion-ios-navigate:before {
content: "\f46e";
}
.ion-ios-navigate-outline:before {
content: "\f46d";
}
.ion-ios-nutrition:before {
content: "\f470";
}
.ion-ios-nutrition-outline:before {
content: "\f46f";
}
.ion-ios-paper:before {
content: "\f472";
}
.ion-ios-paper-outline:before {
content: "\f471";
}
.ion-ios-paperplane:before {
content: "\f474";
}
.ion-ios-paperplane-outline:before {
content: "\f473";
}
.ion-ios-partlysunny:before {
content: "\f476";
}
.ion-ios-partlysunny-outline:before {
content: "\f475";
}
.ion-ios-pause:before {
content: "\f478";
}
.ion-ios-pause-outline:before {
content: "\f477";
}
.ion-ios-paw:before {
content: "\f47a";
}
.ion-ios-paw-outline:before {
content: "\f479";
}
.ion-ios-people:before {
content: "\f47c";
}
.ion-ios-people-outline:before {
content: "\f47b";
}
.ion-ios-person:before {
content: "\f47e";
}
.ion-ios-person-outline:before {
content: "\f47d";
}
.ion-ios-personadd:before {
content: "\f480";
}
.ion-ios-personadd-outline:before {
content: "\f47f";
}
.ion-ios-photos:before {
content: "\f482";
}
.ion-ios-photos-outline:before {
content: "\f481";
}
.ion-ios-pie:before {
content: "\f484";
}
.ion-ios-pie-outline:before {
content: "\f483";
}
.ion-ios-pint:before {
content: "\f486";
}
.ion-ios-pint-outline:before {
content: "\f485";
}
.ion-ios-play:before {
content: "\f488";
}
.ion-ios-play-outline:before {
content: "\f487";
}
.ion-ios-plus:before {
content: "\f48b";
}
.ion-ios-plus-empty:before {
content: "\f489";
}
.ion-ios-plus-outline:before {
content: "\f48a";
}
.ion-ios-pricetag:before {
content: "\f48d";
}
.ion-ios-pricetag-outline:before {
content: "\f48c";
}
.ion-ios-pricetags:before {
content: "\f48f";
}
.ion-ios-pricetags-outline:before {
content: "\f48e";
}
.ion-ios-printer:before {
content: "\f491";
}
.ion-ios-printer-outline:before {
content: "\f490";
}
.ion-ios-pulse:before {
content: "\f493";
}
.ion-ios-pulse-strong:before {
content: "\f492";
}
.ion-ios-rainy:before {
content: "\f495";
}
.ion-ios-rainy-outline:before {
content: "\f494";
}
.ion-ios-recording:before {
content: "\f497";
}
.ion-ios-recording-outline:before {
content: "\f496";
}
.ion-ios-redo:before {
content: "\f499";
}
.ion-ios-redo-outline:before {
content: "\f498";
}
.ion-ios-refresh:before {
content: "\f49c";
}
.ion-ios-refresh-empty:before {
content: "\f49a";
}
.ion-ios-refresh-outline:before {
content: "\f49b";
}
.ion-ios-reload:before {
content: "\f49d";
}
.ion-ios-reverse-camera:before {
content: "\f49f";
}
.ion-ios-reverse-camera-outline:before {
content: "\f49e";
}
.ion-ios-rewind:before {
content: "\f4a1";
}
.ion-ios-rewind-outline:before {
content: "\f4a0";
}
.ion-ios-rose:before {
content: "\f4a3";
}
.ion-ios-rose-outline:before {
content: "\f4a2";
}
.ion-ios-search:before {
content: "\f4a5";
}
.ion-ios-search-strong:before {
content: "\f4a4";
}
.ion-ios-settings:before {
content: "\f4a7";
}
.ion-ios-settings-strong:before {
content: "\f4a6";
}
.ion-ios-shuffle:before {
content: "\f4a9";
}
.ion-ios-shuffle-strong:before {
content: "\f4a8";
}
.ion-ios-skipbackward:before {
content: "\f4ab";
}
.ion-ios-skipbackward-outline:before {
content: "\f4aa";
}
.ion-ios-skipforward:before {
content: "\f4ad";
}
.ion-ios-skipforward-outline:before {
content: "\f4ac";
}
.ion-ios-snowy:before {
content: "\f4ae";
}
.ion-ios-speedometer:before {
content: "\f4b0";
}
.ion-ios-speedometer-outline:before {
content: "\f4af";
}
.ion-ios-star:before {
content: "\f4b3";
}
.ion-ios-star-half:before {
content: "\f4b1";
}
.ion-ios-star-outline:before {
content: "\f4b2";
}
.ion-ios-stopwatch:before {
content: "\f4b5";
}
.ion-ios-stopwatch-outline:before {
content: "\f4b4";
}
.ion-ios-sunny:before {
content: "\f4b7";
}
.ion-ios-sunny-outline:before {
content: "\f4b6";
}
.ion-ios-telephone:before {
content: "\f4b9";
}
.ion-ios-telephone-outline:before {
content: "\f4b8";
}
.ion-ios-tennisball:before {
content: "\f4bb";
}
.ion-ios-tennisball-outline:before {
content: "\f4ba";
}
.ion-ios-thunderstorm:before {
content: "\f4bd";
}
.ion-ios-thunderstorm-outline:before {
content: "\f4bc";
}
.ion-ios-time:before {
content: "\f4bf";
}
.ion-ios-time-outline:before {
content: "\f4be";
}
.ion-ios-timer:before {
content: "\f4c1";
}
.ion-ios-timer-outline:before {
content: "\f4c0";
}
.ion-ios-toggle:before {
content: "\f4c3";
}
.ion-ios-toggle-outline:before {
content: "\f4c2";
}
.ion-ios-trash:before {
content: "\f4c5";
}
.ion-ios-trash-outline:before {
content: "\f4c4";
}
.ion-ios-undo:before {
content: "\f4c7";
}
.ion-ios-undo-outline:before {
content: "\f4c6";
}
.ion-ios-unlocked:before {
content: "\f4c9";
}
.ion-ios-unlocked-outline:before {
content: "\f4c8";
}
.ion-ios-upload:before {
content: "\f4cb";
}
.ion-ios-upload-outline:before {
content: "\f4ca";
}
.ion-ios-videocam:before {
content: "\f4cd";
}
.ion-ios-videocam-outline:before {
content: "\f4cc";
}
.ion-ios-volume-high:before {
content: "\f4ce";
}
.ion-ios-volume-low:before {
content: "\f4cf";
}
.ion-ios-wineglass:before {
content: "\f4d1";
}
.ion-ios-wineglass-outline:before {
content: "\f4d0";
}
.ion-ios-world:before {
content: "\f4d3";
}
.ion-ios-world-outline:before {
content: "\f4d2";
}
.ion-ipad:before {
content: "\f1f9";
}
.ion-iphone:before {
content: "\f1fa";
}
.ion-ipod:before {
content: "\f1fb";
}
.ion-jet:before {
content: "\f295";
}
.ion-key:before {
content: "\f296";
}
.ion-knife:before {
content: "\f297";
}
.ion-laptop:before {
content: "\f1fc";
}
.ion-leaf:before {
content: "\f1fd";
}
.ion-levels:before {
content: "\f298";
}
.ion-lightbulb:before {
content: "\f299";
}
.ion-link:before {
content: "\f1fe";
}
.ion-load-a:before {
content: "\f29a";
}
.ion-load-b:before {
content: "\f29b";
}
.ion-load-c:before {
content: "\f29c";
}
.ion-load-d:before {
content: "\f29d";
}
.ion-location:before {
content: "\f1ff";
}
.ion-lock-combination:before {
content: "\f4d4";
}
.ion-locked:before {
content: "\f200";
}
.ion-log-in:before {
content: "\f29e";
}
.ion-log-out:before {
content: "\f29f";
}
.ion-loop:before {
content: "\f201";
}
.ion-magnet:before {
content: "\f2a0";
}
.ion-male:before {
content: "\f2a1";
}
.ion-man:before {
content: "\f202";
}
.ion-map:before {
content: "\f203";
}
.ion-medkit:before {
content: "\f2a2";
}
.ion-merge:before {
content: "\f33f";
}
.ion-mic-a:before {
content: "\f204";
}
.ion-mic-b:before {
content: "\f205";
}
.ion-mic-c:before {
content: "\f206";
}
.ion-minus:before {
content: "\f209";
}
.ion-minus-circled:before {
content: "\f207";
}
.ion-minus-round:before {
content: "\f208";
}
.ion-model-s:before {
content: "\f2c1";
}
.ion-monitor:before {
content: "\f20a";
}
.ion-more:before {
content: "\f20b";
}
.ion-mouse:before {
content: "\f340";
}
.ion-music-note:before {
content: "\f20c";
}
.ion-navicon:before {
content: "\f20e";
}
.ion-navicon-round:before {
content: "\f20d";
}
.ion-navigate:before {
content: "\f2a3";
}
.ion-network:before {
content: "\f341";
}
.ion-no-smoking:before {
content: "\f2c2";
}
.ion-nuclear:before {
content: "\f2a4";
}
.ion-outlet:before {
content: "\f342";
}
.ion-paintbrush:before {
content: "\f4d5";
}
.ion-paintbucket:before {
content: "\f4d6";
}
.ion-paper-airplane:before {
content: "\f2c3";
}
.ion-paperclip:before {
content: "\f20f";
}
.ion-pause:before {
content: "\f210";
}
.ion-person:before {
content: "\f213";
}
.ion-person-add:before {
content: "\f211";
}
.ion-person-stalker:before {
content: "\f212";
}
.ion-pie-graph:before {
content: "\f2a5";
}
.ion-pin:before {
content: "\f2a6";
}
.ion-pinpoint:before {
content: "\f2a7";
}
.ion-pizza:before {
content: "\f2a8";
}
.ion-plane:before {
content: "\f214";
}
.ion-planet:before {
content: "\f343";
}
.ion-play:before {
content: "\f215";
}
.ion-playstation:before {
content: "\f30a";
}
.ion-plus:before {
content: "\f218";
}
.ion-plus-circled:before {
content: "\f216";
}
.ion-plus-round:before {
content: "\f217";
}
.ion-podium:before {
content: "\f344";
}
.ion-pound:before {
content: "\f219";
}
.ion-power:before {
content: "\f2a9";
}
.ion-pricetag:before {
content: "\f2aa";
}
.ion-pricetags:before {
content: "\f2ab";
}
.ion-printer:before {
content: "\f21a";
}
.ion-pull-request:before {
content: "\f345";
}
.ion-qr-scanner:before {
content: "\f346";
}
.ion-quote:before {
content: "\f347";
}
.ion-radio-waves:before {
content: "\f2ac";
}
.ion-record:before {
content: "\f21b";
}
.ion-refresh:before {
content: "\f21c";
}
.ion-reply:before {
content: "\f21e";
}
.ion-reply-all:before {
content: "\f21d";
}
.ion-ribbon-a:before {
content: "\f348";
}
.ion-ribbon-b:before {
content: "\f349";
}
.ion-sad:before {
content: "\f34a";
}
.ion-sad-outline:before {
content: "\f4d7";
}
.ion-scissors:before {
content: "\f34b";
}
.ion-search:before {
content: "\f21f";
}
.ion-settings:before {
content: "\f2ad";
}
.ion-share:before {
content: "\f220";
}
.ion-shuffle:before {
content: "\f221";
}
.ion-skip-backward:before {
content: "\f222";
}
.ion-skip-forward:before {
content: "\f223";
}
.ion-social-android:before {
content: "\f225";
}
.ion-social-android-outline:before {
content: "\f224";
}
.ion-social-angular:before {
content: "\f4d9";
}
.ion-social-angular-outline:before {
content: "\f4d8";
}
.ion-social-apple:before {
content: "\f227";
}
.ion-social-apple-outline:before {
content: "\f226";
}
.ion-social-bitcoin:before {
content: "\f2af";
}
.ion-social-bitcoin-outline:before {
content: "\f2ae";
}
.ion-social-buffer:before {
content: "\f229";
}
.ion-social-buffer-outline:before {
content: "\f228";
}
.ion-social-chrome:before {
content: "\f4db";
}
.ion-social-chrome-outline:before {
content: "\f4da";
}
.ion-social-codepen:before {
content: "\f4dd";
}
.ion-social-codepen-outline:before {
content: "\f4dc";
}
.ion-social-css3:before {
content: "\f4df";
}
.ion-social-css3-outline:before {
content: "\f4de";
}
.ion-social-designernews:before {
content: "\f22b";
}
.ion-social-designernews-outline:before {
content: "\f22a";
}
.ion-social-dribbble:before {
content: "\f22d";
}
.ion-social-dribbble-outline:before {
content: "\f22c";
}
.ion-social-dropbox:before {
content: "\f22f";
}
.ion-social-dropbox-outline:before {
content: "\f22e";
}
.ion-social-euro:before {
content: "\f4e1";
}
.ion-social-euro-outline:before {
content: "\f4e0";
}
.ion-social-facebook:before {
content: "\f231";
}
.ion-social-facebook-outline:before {
content: "\f230";
}
.ion-social-foursquare:before {
content: "\f34d";
}
.ion-social-foursquare-outline:before {
content: "\f34c";
}
.ion-social-freebsd-devil:before {
content: "\f2c4";
}
.ion-social-github:before {
content: "\f233";
}
.ion-social-github-outline:before {
content: "\f232";
}
.ion-social-google:before {
content: "\f34f";
}
.ion-social-google-outline:before {
content: "\f34e";
}
.ion-social-googleplus:before {
content: "\f235";
}
.ion-social-googleplus-outline:before {
content: "\f234";
}
.ion-social-hackernews:before {
content: "\f237";
}
.ion-social-hackernews-outline:before {
content: "\f236";
}
.ion-social-html5:before {
content: "\f4e3";
}
.ion-social-html5-outline:before {
content: "\f4e2";
}
.ion-social-instagram:before {
content: "\f351";
}
.ion-social-instagram-outline:before {
content: "\f350";
}
.ion-social-javascript:before {
content: "\f4e5";
}
.ion-social-javascript-outline:before {
content: "\f4e4";
}
.ion-social-linkedin:before {
content: "\f239";
}
.ion-social-linkedin-outline:before {
content: "\f238";
}
.ion-social-markdown:before {
content: "\f4e6";
}
.ion-social-nodejs:before {
content: "\f4e7";
}
.ion-social-octocat:before {
content: "\f4e8";
}
.ion-social-pinterest:before {
content: "\f2b1";
}
.ion-social-pinterest-outline:before {
content: "\f2b0";
}
.ion-social-python:before {
content: "\f4e9";
}
.ion-social-reddit:before {
content: "\f23b";
}
.ion-social-reddit-outline:before {
content: "\f23a";
}
.ion-social-rss:before {
content: "\f23d";
}
.ion-social-rss-outline:before {
content: "\f23c";
}
.ion-social-sass:before {
content: "\f4ea";
}
.ion-social-skype:before {
content: "\f23f";
}
.ion-social-skype-outline:before {
content: "\f23e";
}
.ion-social-snapchat:before {
content: "\f4ec";
}
.ion-social-snapchat-outline:before {
content: "\f4eb";
}
.ion-social-tumblr:before {
content: "\f241";
}
.ion-social-tumblr-outline:before {
content: "\f240";
}
.ion-social-tux:before {
content: "\f2c5";
}
.ion-social-twitch:before {
content: "\f4ee";
}
.ion-social-twitch-outline:before {
content: "\f4ed";
}
.ion-social-twitter:before {
content: "\f243";
}
.ion-social-twitter-outline:before {
content: "\f242";
}
.ion-social-usd:before {
content: "\f353";
}
.ion-social-usd-outline:before {
content: "\f352";
}
.ion-social-vimeo:before {
content: "\f245";
}
.ion-social-vimeo-outline:before {
content: "\f244";
}
.ion-social-whatsapp:before {
content: "\f4f0";
}
.ion-social-whatsapp-outline:before {
content: "\f4ef";
}
.ion-social-windows:before {
content: "\f247";
}
.ion-social-windows-outline:before {
content: "\f246";
}
.ion-social-wordpress:before {
content: "\f249";
}
.ion-social-wordpress-outline:before {
content: "\f248";
}
.ion-social-yahoo:before {
content: "\f24b";
}
.ion-social-yahoo-outline:before {
content: "\f24a";
}
.ion-social-yen:before {
content: "\f4f2";
}
.ion-social-yen-outline:before {
content: "\f4f1";
}
.ion-social-youtube:before {
content: "\f24d";
}
.ion-social-youtube-outline:before {
content: "\f24c";
}
.ion-soup-can:before {
content: "\f4f4";
}
.ion-soup-can-outline:before {
content: "\f4f3";
}
.ion-speakerphone:before {
content: "\f2b2";
}
.ion-speedometer:before {
content: "\f2b3";
}
.ion-spoon:before {
content: "\f2b4";
}
.ion-star:before {
content: "\f24e";
}
.ion-stats-bars:before {
content: "\f2b5";
}
.ion-steam:before {
content: "\f30b";
}
.ion-stop:before {
content: "\f24f";
}
.ion-thermometer:before {
content: "\f2b6";
}
.ion-thumbsdown:before {
content: "\f250";
}
.ion-thumbsup:before {
content: "\f251";
}
.ion-toggle:before {
content: "\f355";
}
.ion-toggle-filled:before {
content: "\f354";
}
.ion-transgender:before {
content: "\f4f5";
}
.ion-trash-a:before {
content: "\f252";
}
.ion-trash-b:before {
content: "\f253";
}
.ion-trophy:before {
content: "\f356";
}
.ion-tshirt:before {
content: "\f4f7";
}
.ion-tshirt-outline:before {
content: "\f4f6";
}
.ion-umbrella:before {
content: "\f2b7";
}
.ion-university:before {
content: "\f357";
}
.ion-unlocked:before {
content: "\f254";
}
.ion-upload:before {
content: "\f255";
}
.ion-usb:before {
content: "\f2b8";
}
.ion-videocamera:before {
content: "\f256";
}
.ion-volume-high:before {
content: "\f257";
}
.ion-volume-low:before {
content: "\f258";
}
.ion-volume-medium:before {
content: "\f259";
}
.ion-volume-mute:before {
content: "\f25a";
}
.ion-wand:before {
content: "\f358";
}
.ion-waterdrop:before {
content: "\f25b";
}
.ion-wifi:before {
content: "\f25c";
}
.ion-wineglass:before {
content: "\f2b9";
}
.ion-woman:before {
content: "\f25d";
}
.ion-wrench:before {
content: "\f2ba";
}
.ion-xbox:before {
content: "\f30c";
}.odometer.odometer-auto-theme, .odometer.odometer-theme-minimal {
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
*zoom: 1;
*display: inline;
position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-minimal .odometer-digit {
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
*zoom: 1;
*display: inline;
position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-minimal .odometer-digit .odometer-digit-spacer {
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
*zoom: 1;
*display: inline;
visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-minimal .odometer-digit .odometer-digit-inner {
text-align: left;
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon {
display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon-inner {
display: block;
-webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-minimal .odometer-digit .odometer-value {
display: block;
-webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-minimal .odometer-digit .odometer-value.odometer-last-value {
position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner {
-webkit-transition: -webkit-transform 2s;
-moz-transition: -moz-transform 2s;
-ms-transition: -ms-transform 2s;
-o-transition: -o-transform 2s;
transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-down .odometer-ribbon-inner {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
-webkit-transition: -webkit-transform 2s;
-moz-transition: -moz-transform 2s;
-ms-transition: -ms-transform 2s;
-o-transition: -o-transform 2s;
transition: transform 2s;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}.slick-slider {
position: relative;
display: block;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus {
outline: none;
}
.slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track {
position: relative;
top: 0;
left: 0;
display: block;
}
.slick-track:before,
.slick-track:after {
display: table;
content: '';
}
.slick-track:after {
clear: both;
}
.slick-loading .slick-track {
visibility: hidden;
}
.slick-slide {
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide {
float: right;
}
.slick-slide img {
display: block;
}
.slick-slide.slick-loading img {
display: none;
}
.slick-slide.dragging img {
pointer-events: none;
}
.slick-initialized .slick-slide {
display: block;
}
.slick-loading .slick-slide {
visibility: hidden;
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}.lg-actions .lg-next, .lg-actions .lg-prev, .lg-sub-html, .lg-toolbar {
background-color: rgba(0, 0, 0, .45);
z-index: 1080
}
#lg-counter, .lg-outer .lg-video-cont {
vertical-align: middle;
display: inline-block
}
@font-face {
font-family: lg;
src: url(//www.civitasimagium.com/wp-content/themes/tm-9studio/assets/libs/lightgallery/fonts/lg.eot?n1z373);
src: url(//www.civitasimagium.com/wp-content/themes/tm-9studio/assets/libs/lightgallery/fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(//www.civitasimagium.com/wp-content/themes/tm-9studio/assets/libs/lightgallery/fonts/lg.woff?n1z373) format("woff"), url(//www.civitasimagium.com/wp-content/themes/tm-9studio/assets/libs/lightgallery/fonts/lg.ttf?n1z373) format("truetype"), url(//www.civitasimagium.com/wp-content/themes/tm-9studio/assets/libs/lightgallery/fonts/lg.svg?n1z373#lg) format("svg");
font-weight: 400;
font-style: normal
}
.lg-icon {
font-family: lg;
speak: none;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
.lg-actions .lg-next, .lg-actions .lg-prev {
border-radius: 2px;
color: #999;
cursor: pointer;
display: block;
font-size: 22px;
margin-top: -10px;
padding: 8px 10px 9px;
position: absolute;
top: 50%
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
pointer-events: none;
opacity: .5
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
color: #fff
}
.lg-actions .lg-next {
right: 20px
}
.lg-actions .lg-next:before {
content: "\e095"
}
.lg-actions .lg-prev {
left: 20px
}
.lg-actions .lg-prev:after {
content: "\e094"
}
@-webkit-keyframes lg-right-end {
0%, 100% {
left: 0
}
50% {
left: -30px
}
}
@-moz-keyframes lg-right-end {
0%, 100% {
left: 0
}
50% {
left: -30px
}
}
@-ms-keyframes lg-right-end {
0%, 100% {
left: 0
}
50% {
left: -30px
}
}
@keyframes lg-right-end {
0%, 100% {
left: 0
}
50% {
left: -30px
}
}
@-webkit-keyframes lg-left-end {
0%, 100% {
left: 0
}
50% {
left: 30px
}
}
@-moz-keyframes lg-left-end {
0%, 100% {
left: 0
}
50% {
left: 30px
}
}
@-ms-keyframes lg-left-end {
0%, 100% {
left: 0
}
50% {
left: 30px
}
}
@keyframes lg-left-end {
0%, 100% {
left: 0
}
50% {
left: 30px
}
}
.lg-outer.lg-right-end .lg-object {
-webkit-animation: lg-right-end .3s;
-o-animation: lg-right-end .3s;
animation: lg-right-end .3s;
position: relative
}
.lg-outer.lg-left-end .lg-object {
-webkit-animation: lg-left-end .3s;
-o-animation: lg-left-end .3s;
animation: lg-left-end .3s;
position: relative
}
.lg-toolbar {
left: 0;
position: absolute;
top: 0;
width: 100%
}
.lg-toolbar .lg-icon {
color: #999;
cursor: pointer;
float: right;
font-size: 24px;
height: 47px;
line-height: 27px;
padding: 10px 0;
text-align: center;
width: 50px;
text-decoration: none !important;
outline: 0
}
.lg-toolbar .lg-icon:hover {
color: #fff
}
.lg-toolbar .lg-close:after {
content: "\e070"
}
.lg-toolbar .lg-download:after {
content: "\e0f2"
}
.lg-sub-html {
bottom: 0;
color: #eee;
font-size: 16px;
left: 0;
padding: 10px 40px;
position: fixed;
right: 0;
text-align: center
}
.lg-sub-html h4 {
margin: 0;
font-size: 13px;
font-weight: 700
}
.lg-sub-html p {
font-size: 12px;
margin: 5px 0 0
}
#lg-counter {
color: #999;
font-size: 16px;
padding-left: 20px;
padding-top: 12px
}
.lg-next, .lg-prev, .lg-toolbar {
opacity: 1;
-webkit-transition: -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s;
-moz-transition: -moz-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s;
-o-transition: -o-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s;
transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s
}
.lg-hide-items .lg-prev {
opacity: 0;
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0)
}
.lg-hide-items .lg-next {
opacity: 0;
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0)
}
.lg-hide-items .lg-toolbar {
opacity: 0;
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0)
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
-webkit-transform: scale3d(.5, .5, .5);
transform: scale3d(.5, .5, .5);
opacity: 0;
-webkit-transition: -webkit-transform 250ms ease 0s, opacity 250ms !important;
-moz-transition: -moz-transform 250ms ease 0s, opacity 250ms !important;
-o-transition: -o-transform 250ms ease 0s, opacity 250ms !important;
transition: transform 250ms ease 0s, opacity 250ms !important;
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
opacity: 1
}
.lg-outer .lg-thumb-outer {
background-color: #0d0a0a;
bottom: 0;
position: absolute;
width: 100%;
z-index: 1080;
max-height: 350px;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
-webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
-moz-transition: -moz-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
-o-transition: -o-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
cursor: -webkit-grab;
cursor: -moz-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
cursor: move;
cursor: -webkit-grabbing;
cursor: -moz-grabbing;
cursor: -o-grabbing;
cursor: -ms-grabbing;
cursor: grabbing
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
-webkit-transition-duration: 0s !important;
transition-duration: 0s !important
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.lg-outer .lg-thumb {
padding: 10px 0;
width: 100% !important;
height: 100%;
margin-left: auto;
margin-right: auto;
margin-bottom: -5px;
text-align: center;
}
.lg-outer .lg-thumb-item {
cursor: pointer;
overflow: hidden;
height: 100%;
border: 2px solid #fff;
border-radius: 0px;
margin-bottom: 5px;
display: inline-block;
margin-left: 5px;
box-sizing: border-box;
}
@media (min-width: 1025px) {
.lg-outer .lg-thumb-item {
-webkit-transition: border-color .25s ease;
-o-transition: border-color .25s ease;
transition: border-color .25s ease;
}
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
border-color: #da0e2b;
}
.lg-outer .lg-thumb-item img {
width: 100%;
height: 100%
}
.lg-outer.lg-has-thumb .lg-item {
padding-bottom: 120px
}
.lg-outer.lg-can-toggle .lg-item {
padding-bottom: 0
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
-webkit-transition: bottom .25s ease;
-o-transition: bottom .25s ease;
transition: bottom .25s ease
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
bottom: 100px
}
.lg-outer .lg-toogle-thumb {
background-color: #0d0a0a;
border-radius: 2px 2px 0 0;
color: #999;
cursor: pointer;
font-size: 24px;
height: 39px;
line-height: 27px;
padding: 5px 0;
position: absolute;
right: 20px;
text-align: center;
top: -39px;
width: 50px
}
.lg-outer .lg-toogle-thumb:after {
content: "\e1ff"
}
.lg-outer .lg-toogle-thumb:hover {
color: #fff
}
.lg-outer .lg-video-cont {
max-width: 1140px;
max-height: 100%;
width: 100%;
padding: 0 5px
}
.lg-outer .lg-video {
width: 100%;
height: 0;
padding-bottom: 56.25%;
overflow: hidden;
position: relative
}
.lg-outer .lg-video .lg-object {
display: inline-block;
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important
}
.lg-outer .lg-video .lg-video-play {
width: 84px;
height: 59px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -42px;
margin-top: -30px;
z-index: 1080;
cursor: pointer
}
.lg-outer .lg-has-vimeo .lg-video-play {
background: url(//www.civitasimagium.com/wp-content/themes/tm-9studio/assets/libs/lightgallery/img/vimeo-play.png) no-repeat
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
background: url(//www.civitasimagium.com/wp-content/themes/tm-9studio/assets/libs/lightgallery/img/vimeo-play.png) 0 -58px no-repeat
}
.lg-outer .lg-has-html5 .lg-video-play {
background: url(//www.civitasimagium.com/wp-content/themes/tm-9studio/assets/libs/lightgallery/img/video-play.png) no-repeat;
height: 64px;
margin-left: -32px;
margin-top: -32px;
width: 64px;
opacity: .8
}
.lg-outer .lg-has-html5:hover .lg-video-play {
opacity: 1
}
.lg-outer .lg-has-youtube .lg-video-play {
background: url(//www.civitasimagium.com/wp-content/themes/tm-9studio/assets/libs/lightgallery/img/youtube-play.png) no-repeat
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
background: url(//www.civitasimagium.com/wp-content/themes/tm-9studio/assets/libs/lightgallery/img/youtube-play.png) 0 -60px no-repeat
}
.lg-outer .lg-video-object {
width: 100% !important;
height: 100% !important;
position: absolute;
top: 0;
left: 0
}
.lg-outer .lg-has-video .lg-video-object {
visibility: hidden
}
.lg-outer .lg-has-video.lg-video-palying .lg-object, .lg-outer .lg-has-video.lg-video-palying .lg-video-play {
display: none
}
.lg-outer .lg-has-video.lg-video-palying .lg-video-object {
visibility: visible
}
.lg-progress-bar {
background-color: #333;
height: 5px;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 1080;
opacity: 0;
-webkit-transition: opacity 80ms ease 0s;
-moz-transition: opacity 80ms ease 0s;
-o-transition: opacity 80ms ease 0s;
transition: opacity 80ms ease 0s
}
.lg-progress-bar .lg-progress {
background-color: #a90707;
height: 5px;
width: 0
}
.lg-progress-bar.lg-start .lg-progress {
width: 100%
}
.lg-show-autoplay .lg-progress-bar {
opacity: 1
}
.lg-autoplay-button:after {
content: "\e01d"
}
.lg-show-autoplay .lg-autoplay-button:after {
content: "\e01a"
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
-webkit-transition-duration: 0s;
transition-duration: 0s
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
-webkit-transition: -webkit-transform .3s ease 0s;
-moz-transition: -moz-transform .3s ease 0s;
-o-transition: -o-transform .3s ease 0s;
transition: transform .3s ease 0s;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
-webkit-transition: -webkit-transform .3s ease 0s, opacity .15s !important;
-moz-transition: -moz-transform .3s ease 0s, opacity .15s !important;
-o-transition: -o-transform .3s ease 0s, opacity .15s !important;
transition: transform .3s ease 0s, opacity .15s !important;
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden
}
#lg-zoom-in:after {
content: "\e311"
}
#lg-zoom-out {
opacity: .5;
pointer-events: none
}
#lg-zoom-out:after {
content: "\e312"
}
.lg-zoomed #lg-zoom-out {
opacity: 1;
pointer-events: auto
}
.lg-outer .lg-pager-outer {
bottom: 60px;
left: 0;
position: absolute;
right: 0;
text-align: center;
z-index: 1080;
height: 10px
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
overflow: visible
}
.lg-outer .lg-pager-cont {
cursor: pointer;
display: inline-block;
overflow: hidden;
position: relative;
vertical-align: top;
margin: 0 5px
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
box-shadow: 0 0 0 2px #fff inset
}
.lg-outer .lg-pager-thumb-cont {
background-color: #fff;
color: #fff;
bottom: 100%;
height: 83px;
left: 0;
margin-bottom: 20px;
margin-left: -60px;
opacity: 0;
padding: 5px;
position: absolute;
width: 120px;
border-radius: 3px;
-webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
-moz-transition: opacity .15s ease 0s, -moz-transform .15s ease 0s;
-o-transition: opacity .15s ease 0s, -o-transform .15s ease 0s;
transition: opacity .15s ease 0s, transform .15s ease 0s;
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0)
}
.lg-outer .lg-pager-thumb-cont img {
width: 100%;
height: 100%
}
.lg-outer .lg-pager {
background-color: rgba(255, 255, 255, .5);
border-radius: 50%;
box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
display: block;
height: 12px;
-webkit-transition: box-shadow .3s ease 0s;
-o-transition: box-shadow .3s ease 0s;
transition: box-shadow .3s ease 0s;
width: 12px
}
.lg-outer .lg-pager:focus, .lg-outer .lg-pager:hover {
box-shadow: 0 0 0 8px #fff inset
}
.lg-outer .lg-caret {
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px dashed;
bottom: -10px;
display: inline-block;
height: 0;
left: 50%;
margin-left: -5px;
position: absolute;
vertical-align: middle;
width: 0
}
.lg-outer, .lg-outer .lg, .lg-outer .lg-inner {
width: 100%;
height: 100%
}
.lg-fullscreen:after {
content: "\e20c"
}
.lg-fullscreen-on .lg-fullscreen:after {
content: "\e20d"
}
.group:after, .group:before {
display: table;
content: "";
line-height: 0
}
.group:after {
clear: both
}
.lg-outer {
position: fixed;
top: 0;
left: 0;
z-index: 1050;
opacity: 0;
-webkit-transition: opacity .15s ease 0s;
-o-transition: opacity .15s ease 0s;
transition: opacity .15s ease 0s
}
.lg-outer * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
.lg-outer.lg-visible {
opacity: 1
}
.lg-outer.lg-css3 .lg-item.lg-current, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-prev-slide {
-webkit-transition-duration: inherit !important;
transition-duration: inherit !important;
-webkit-transition-timing-function: inherit !important;
transition-timing-function: inherit !important
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
-webkit-transition-duration: 0s !important;
transition-duration: 0s !important;
opacity: 1
}
.lg-outer.lg-grab img.lg-object {
cursor: -webkit-grab;
cursor: -moz-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab
}
.lg-outer.lg-grabbing img.lg-object {
cursor: move;
cursor: -webkit-grabbing;
cursor: -moz-grabbing;
cursor: -o-grabbing;
cursor: -ms-grabbing;
cursor: grabbing
}
.lg-outer .lg {
position: relative;
overflow: hidden;
margin-left: auto;
margin-right: auto;
max-width: 100%;
max-height: 100%
}
.lg-outer .lg-inner {
position: absolute;
left: 0;
top: 0;
white-space: nowrap
}
.lg-outer .lg-item {
background: url(//www.civitasimagium.com/wp-content/themes/tm-9studio/assets/libs/lightgallery/img/loading.gif) center center no-repeat;
display: none !important
}
.lg-outer.lg-css .lg-current, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide, .lg-outer.lg-css3 .lg-prev-slide {
display: inline-block !important
}
.lg-outer .lg-img-wrap, .lg-outer .lg-item {
display: inline-block;
text-align: center;
position: absolute;
width: 100%;
height: 100%
}
.lg-outer .lg-img-wrap:before, .lg-outer .lg-item:before {
content: "";
display: inline-block;
height: 50%;
width: 1px;
margin-right: -1px
}
.lg-outer .lg-img-wrap {
top: 0;
bottom: 0;
left: 0;
right: 0;
padding: 0 5px
}
.lg-outer .lg-item.lg-complete {
background-image: none
}
.lg-outer .lg-item.lg-current {
z-index: 1060
}
.lg-outer .lg-image {
display: inline-block;
vertical-align: middle;
max-width: 100%;
max-height: 100%;
width: auto !important;
height: auto !important
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
opacity: 0;
-webkit-transition: opacity .15s ease 0s;
-o-transition: opacity .15s ease 0s;
transition: opacity .15s ease 0s
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
opacity: 1
}
.lg-outer .lg-empty-html, .lg-outer.lg-hide-download #lg-download {
display: none
}
.lg-backdrop {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1040;
background-color: #000;
opacity: 0;
-webkit-transition: opacity .15s ease 0s;
-o-transition: opacity .15s ease 0s;
transition: opacity .15s ease 0s
}
.lg-backdrop.in {
opacity: 1
}
.lg-css3.lg-no-trans .lg-current, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-prev-slide {
-webkit-transition: none 0s ease 0s !important;
-moz-transition: none 0s ease 0s !important;
-o-transition: none 0s ease 0s !important;
transition: none 0s ease 0s !important
}
.lg-css3.lg-use-css3 .lg-item, .lg-css3.lg-use-left .lg-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden
}
.lg-css3.lg-fade .lg-item {
opacity: 0
}
.lg-css3.lg-fade .lg-item.lg-current {
opacity: 1
}
.lg-css3.lg-fade .lg-item.lg-current, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-prev-slide {
-webkit-transition: opacity .1s ease 0s;
-moz-transition: opacity .1s ease 0s;
-o-transition: opacity .1s ease 0s;
transition: opacity .1s ease 0s
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
opacity: 0
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0)
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0)
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
-moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
-o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}
.lg-css3.lg-slide.lg-use-left .lg-item {
opacity: 0;
position: absolute;
left: 0
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
left: -100%
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
left: 100%
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
left: 0;
opacity: 1
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
-webkit-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
-moz-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
-o-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}.onepage-wrapper {
width: 100%;
height: 100%;
display: block;
position: relative;
padding: 0;
-webkit-transform-style: preserve-3d;
}
.onepage-wrapper .section {
width: 100%;
height: 100%;
position: absolute !important;
overflow: hidden;
}
.onepage-pagination {
position: absolute;
left: 15px;
top: 50%;
z-index: 5;
list-style: none;
margin: 0;
padding: 0;
}
.onepage-pagination li {
padding: 0;
text-align: center;
}
.onepage-pagination li a {
display: block;
height: 40px;
line-height: 40px;
position: relative;
}
.onepage-pagination li a:before {
content: "0" attr(data-index);
font-family: 'Montserrat', Tahoma, Verdana;
font-size: 12px;
font-weight: 700;
color: #ababab;
-webkit-transition: all linear .5s;
-moz-transition: all linear .5s;
-ms-transition: all linear .5s;
-o-transition: all linear .5s;
transition: all linear .5s;
}
.onepage-pagination li a:after {
content: '';
width: 0px;
height: 1px;
display: block;
background-color: #da0e2b;
position: absolute;
top: 50%;
left: 0;
-webkit-transition: width linear .5s;
-moz-transition: width linear .5s;
-ms-transition: width linear .5s;
-o-transition: width linear .5s;
transition: width linear .5s;
}
.onepage-pagination li a.active:before {
font-size: 18px;
color: #333333;
}
.onepage-pagination li a.active:after {
width: 80px;
}
.disabled-onepage-scroll, .disabled-onepage-scroll .wrapper {
overflow: auto;
}
.disabled-onepage-scroll .onepage-wrapper .section {
position: relative !important;
top: auto !important;
left: auto !important;
}
.disabled-onepage-scroll .onepage-wrapper {
-webkit-transform: none !important;
-moz-transform: none !important;
transform: none !important;
-ms-transform: none !important;
min-height: 100%;
}
.disabled-onepage-scroll .onepage-pagination {
display: none;
}
.disabled-onepage-scroll, .disabled-onepage-scroll .onepage-wrapper {
position: inherit;
}@media all{.featherlight{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483647;text-align:center;white-space:nowrap;cursor:pointer;background:#333;background:rgba(0,0,0,0)}.featherlight:last-of-type{background:rgba(0,0,0,.8)}.featherlight:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-.25em}.featherlight .featherlight-content{position:relative;text-align:left;vertical-align:middle;display:inline-block;overflow:auto;padding:25px 25px 0;border-bottom:25px solid transparent;margin-left:5%;margin-right:5%;max-height:95%;background:#fff;cursor:auto;white-space:normal}.featherlight .featherlight-inner{display:block}.featherlight .featherlight-close-icon{position:absolute;z-index:9999;top:0;right:0;line-height:25px;width:25px;cursor:pointer;text-align:center;font-family:Arial,sans-serif;background:#fff;background:rgba(255,255,255,.3);color:#000}.featherlight .featherlight-image{width:100%}.featherlight-iframe .featherlight-content{border-bottom:0;padding:0}.featherlight iframe{border:0}.featherlight *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}}@media only screen and (max-width:1024px){.featherlight .featherlight-content{margin-left:10px;margin-right:10px;max-height:98%;padding:10px 10px 0;border-bottom:10px solid transparent}}@font-face {
font-family: 'ninestudio';
src:  url(//www.civitasimagium.com/wp-content/themes/tm-9studio/assets/libs/9studio/fonts/ninestudio.eot?xc3vld);
src:  url(//www.civitasimagium.com/wp-content/themes/tm-9studio/assets/libs/9studio/fonts/ninestudio.eot?xc3vld#iefix) format('embedded-opentype'),
url(//www.civitasimagium.com/wp-content/themes/tm-9studio/assets/libs/9studio/fonts/ninestudio.ttf?xc3vld) format('truetype'),
url(//www.civitasimagium.com/wp-content/themes/tm-9studio/assets/libs/9studio/fonts/ninestudio.woff?xc3vld) format('woff'),
url(//www.civitasimagium.com/wp-content/themes/tm-9studio/assets/libs/9studio/fonts/ninestudio.svg?xc3vld#ninestudio) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="ns-"], [class*=" ns-"] { font-family: 'ninestudio' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.ns-d-glasses:before {
content: "\e900";
}
.ns-award:before {
content: "\e901";
}
.ns-cinema-screen:before {
content: "\e902";
}
.ns-film-strip:before {
content: "\e903";
}
.ns-film:before {
content: "\e904";
}
.ns-illumination:before {
content: "\e905";
}
.ns-picture:before {
content: "\e906";
}
.ns-popcorn:before {
content: "\e907";
}
.ns-projector-screen:before {
content: "\e908";
}
.ns-seats:before {
content: "\e909";
}
.ns-television:before {
content: "\e90a";
}
.ns-theater:before {
content: "\e90b";
}
.ns-tickets:before {
content: "\e90c";
}
.ns-tripod:before {
content: "\e90d";
}
.ns-video-camera:before {
content: "\e90e";
}.justified-gallery {
width: 100%;
position: relative;
overflow: hidden;
}
.justified-gallery > a,
.justified-gallery > div,
.justified-gallery > figure {
position: absolute;
display: inline-block;
overflow: hidden; filter: "alpha(opacity=10)";
opacity: 0.1;
margin: 0;
padding: 0;
}
.justified-gallery > a > img,
.justified-gallery > div > img,
.justified-gallery > figure > img,
.justified-gallery > a > a > img,
.justified-gallery > div > a > img,
.justified-gallery > figure > a > img {
position: absolute;
top: 50%;
left: 50%;
margin: 0;
padding: 0;
border: none;
filter: "alpha(opacity=0)";
opacity: 0;
}
.justified-gallery > a > .caption,
.justified-gallery > div > .caption,
.justified-gallery > figure > .caption {
display: none;
position: absolute;
bottom: 0;
padding: 5px;
background-color: #000000;
left: 0;
right: 0;
margin: 0;
color: white;
font-size: 12px;
font-weight: 300;
font-family: sans-serif;
}
.justified-gallery > a > .caption.caption-visible,
.justified-gallery > div > .caption.caption-visible,
.justified-gallery > figure > .caption.caption-visible {
display: initial;
filter: "alpha(opacity=70)";
opacity: 0.7;
-webkit-transition: opacity 500ms ease-in;
-moz-transition: opacity 500ms ease-in;
-o-transition: opacity 500ms ease-in;
transition: opacity 500ms ease-in;
}
.justified-gallery > .entry-visible {
filter: "alpha(opacity=100)";
opacity: 1;
background: none;
}
.justified-gallery > .entry-visible > img,
.justified-gallery > .entry-visible > a > img {
filter: "alpha(opacity=100)";
opacity: 1;
-webkit-transition: opacity 500ms ease-in;
-moz-transition: opacity 500ms ease-in;
-o-transition: opacity 500ms ease-in;
transition: opacity 500ms ease-in;
}
.justified-gallery > .jg-filtered {
display: none;
}
.justified-gallery > .spinner {
position: absolute;
bottom: 0;
margin-left: -24px;
padding: 10px 0 10px 0;
left: 50%;
filter: "alpha(opacity=100)";
opacity: 1;
overflow: initial;
}
.justified-gallery > .spinner > span {
display: inline-block;
filter: "alpha(opacity=0)";
opacity: 0;
width: 8px;
height: 8px;
margin: 0 4px 0 4px;
background-color: #000;
border-radius: 6px;
}