html, body {
margin: 0;
padding: 0;
height: 100%;
}
html {
box-sizing: border-box;
-webkit-tap-highlight-color: transparent;
font-size: 16px;
}
@media (max-width: 991px) {
html {
font-size: 15px;
}
}
@media (max-width: 767px) {
html {
font-size: 14px;
}
}
body {
background: #ffffff;
height: 100%;
}
.site {
position: relative;
}
body, button, input, select, textarea {
font-family: "Open Sans", Helvetica, Arial, sans-serif;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.7;
color: #212121;
font-weight:700;
}
pre,
code,
input,
textarea {
font: inherit;
}
::-moz-selection {
background: #000000;
color: #FFFFFF;
}
::selection {
background: #000000;
color: #FFFFFF;
} a {
color: #e86240;
text-decoration: none;
outline: none;
}
a:hover {
text-decoration: none;
color: #777777;
text-decoration: underline;
}
a:active, a:focus, a:hover {
outline: none;
} h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
font-family: "Montserrat", Helvetica, Arial, sans-serif;
font-weight: 400;
margin-bottom: 15px;
margin-bottom: 15px;
margin-bottom: 0.9375rem;
margin-top: 0;
color: #444444;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
color: #444444;
text-decoration: none;
}
h1 {
line-height: 1.3;
font-size: 33px;
font-size: 2.0625rem;
}
@media (min-width: 768px) {
h1 {
font-size: 40px;
font-size: 2.5rem;
}
}
h1 span {
font-weight: bold;
}
h2 {
line-height: 1.2;
font-size: 25px;
font-size: 1.5625rem;
}
@media (min-width: 768px) {
h2 {
font-size: 32px;
font-size: 2rem;
}
}
h3 {
font-size: 22px;
font-size: 1.375rem;
}
h4 {
font-size: 20px;
font-size: 1.25rem;
margin-bottom: 12px;
}
h5 {
font-size: 18px;
font-size: 1.125rem;
}
h6 {
font-size: 16px;
font-size: 1rem;
} ul, ol, dl, p, details, address, .vcard, figure, pre, fieldset, table, dt, dd, hr {
margin-bottom: 15px;
margin-bottom: 0.9375rem;
margin-top: 0;
} img {
height: auto;
max-width: 100%;
vertical-align: middle;
}
b,
strong {
font-weight: bold;
}
blockquote {
clear: both;
margin: 20px 0;
}
blockquote p {
font-style: italic;
}
blockquote cite {
font-style: normal;
margin-bottom: 20px;
font-size: 13px;
}
dfn,
cite,
em,
i {
font-style: italic;
}
figure {
margin: 0;
}
address {
margin: 20px 0;
}
hr {
border: 0;
border-top: 1px solid #e9e9e9;
height: 1px;
margin-bottom: 20px;
}
tt,
kbd,
pre,
code,
samp,
var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
background-color: #e9e9e9;
padding: 5px 7px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.site-content kbd {
color: #666666;
}
pre {
overflow: auto;
white-space: pre-wrap;
max-width: 100%;
line-height: 1.7;
margin: 20px 0;
padding: 20px;
}
details summary {
font-weight: bold;
margin-bottom: 20px;
}
details :focus {
outline: none;
}
abbr,
acronym,
dfn {
cursor: help;
font-size: .95em;
text-transform: uppercase;
border-bottom: 1px dotted #e9e9e9;
letter-spacing: 1px;
}
mark {
background-color: #fff9c0;
text-decoration: none;
}
small {
font-size: 82%;
}
big {
font-size: 125%;
}
ul, ol {
padding-left: 20px;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
ul li, ol li {
margin: 8px 0;
}
dt {
font-weight: bold;
}
dd {
margin: 0 20px 20px;
} table {
width: 100%;
margin-bottom: 20px;
border: 1px solid #e9e9e9;
border-collapse: collapse;
border-spacing: 0;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
border: 1px solid #e9e9e9;
line-height: 1.42857;
padding: 5px;
vertical-align: middle;
text-align: center;
}
table > thead > tr > th, table > thead > tr > td {
border-bottom-width: 2px;
}
table th {
font-size: 14px;
letter-spacing: 2px;
text-transform: uppercase;
} fieldset {
padding: 20px;
border: 1px solid #e9e9e9;
}
input[type="reset"], input[type="submit"], input[type="submit"] {
cursor: pointer;
background: #e86240;
border: none;
display: inline-block;
color: #FFFFFF;
letter-spacing: 1px;
text-transform: uppercase;
line-height: 1;
text-align: center;
padding: 18px 23px 18px 23px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
margin: 3px 0;
text-decoration: none;
font-weight: 600;
font-size: 13px;
}
input[type="reset"]:hover, input[type="submit"]:hover, input[type="submit"]:hover {
opacity: 0.8;
}
input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover,
input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
button:hover, button:focus {
cursor: pointer;
}
textarea {
resize: vertical;
}
select {
max-width: 100%;
overflow: auto;
vertical-align: top;
outline: none;
border: 1px solid #e9e9e9;
padding: 10px;
}
textarea,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
padding: 13px 13px;
max-width: 100%;
border: 0px;
font-size: 15px;
font-weight: normal;
line-height: 22px;
border-radius: 3px;
transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
border: 1px solid #cccccc;
box-sizing: border-box;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08) inset;
color: #222222;
}
textarea:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus {
transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
border-color: #e86240;
}
button::-moz-focus-inner {
border: 0;
padding: 0;
}
input[type="radio"], input[type="checkbox"] {
margin: 0 10px;
}  .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
background-color: #f8f9f9;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
clip: auto !important;
color: #e86240;
display: block;
height: auto;
left: 5px;
line-height: normal;
padding: 17px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; }  .alignleft {
display: inline;
float: left;
margin-right: 3.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 3.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .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;
clear: both;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
}  .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .hide {
display: none;
}
.clearleft {
clear: left;
}
.page-links {
clear: both;
padding-top: 15px;
display: block;
}
.page-links a {
padding: 0 5px;
}
.transition5 {
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
} #primary {
padding-bottom: 40px;
padding-top: 40px;
}
#secondary {
padding-bottom: 40px;
padding-top: 0;
}
@media screen and (min-width: 940px) {
#secondary {
padding-top: 40px;
}
}
.content-area {
width: 100%;
float: none;
}
@media screen and (min-width: 940px) {
.content-area {
float: left;
}
}
.site-content .sidebar {
width: 100%;
float: none;
}
@media screen and (min-width: 940px) {
.site-content .sidebar {
width: 25.22523%;
float: left;
}
}
.no-sidebar .content-area {
width: 100%;
}
.no-sidebar .entry-content {
max-width: 100%;
}
@media screen and (min-width: 940px) {
.left-sidebar .content-area {
float: right;
padding-left: 39px;
border-left: 1px solid #e9e9e9;
margin-right: 1px;
width: 74.77477%;
}
.left-sidebar .sidebar {
padding-right: 39px;
border-right: 1px solid #e9e9e9;
margin-right: -1px;
}
.right-sidebar .content-area {
padding-right: 39px;
border-right: 1px solid #e9e9e9;
width: 74.77477%;
}
.right-sidebar .sidebar {
padding-left: 39px;
border-left: 1px solid #e9e9e9;
margin-left: -1px;
}
}  .scrolled.header-layout-fixed .site-header {
line-height: 70px;
height: 70px;
}
.scrolled.header-layout-fixed .site-header .nav-menu.nav-menu-mobile {
top: 70px;
}
.scrolled.has-site-title.has-site-tagline .site-header {
height: 70px;
}
.site-header {
line-height: 85px;
position: relative;
width: 100%;
background: #FFFFFF;
z-index: 99;
-webkit-transition: all 1s ease-out; transition: all .5s ease-out;
}
.site-header.transparent {
background: transparent;
}
.site-header.sticky-header.transparent.header-fixed {
border-bottom-color: transparent;
}
.site-header.sticky-header.transparent {
position: fixed;
}
.site-header-wrapper {
display: block;
}
.site-header.header-fixed {
box-shadow: 0 5px 10px 0 rgba(50, 50, 50, 0.06);
}
.site-header.header-fixed.transparent {
background: rgba(0, 0, 0, 0.8);
}
.site-header-wrapper.is-fixed .header-fixed {
position: fixed;
}
.is-fixed .site-header.header-fixed {
top: 0px;
left: 0px;
}
.sticky-header.transparent .swiper-slide-intro {
padding-top: 50px;
padding-top: 3.125rem;
}
.site-branding {
float: left;
}
.site-branding .site-title, .site-branding .site-text-logo {
margin: 0px;
line-height: 1;
font-family: "Montserrat", Helvetica, Arial, sans-serif;
font-size: 23px;
letter-spacing: 1px;
text-transform: uppercase;
color: #000000;
display: initial;
vertical-align: middle;
font-weight: 600;
position: relative;
}
.site-branding .site-title:hover, .site-branding .site-title a:hover, .site-branding .site-text-logo:hover, .site-branding .site-text-logo a:hover {
text-decoration: none;
}
.site-branding .site-description {
line-height: 16px;
line-height: 1rem;
font-size: 12px;
font-size: 0.75rem;
margin-bottom: 0px;
margin-bottom: 0rem;
margin-top: 6px;
margin-top: 0.375rem;
}
.custom-logo-link {
display: block;
}
.wp-custom-logo .site-title, .wp-custom-logo .site-description {
display: none !important;
}
.wp-custom-logo .site-branding .custom-logo-link {
display: block;
}
.no-site-title .site-title {
display: none;
}
.no-site-title.has-site-tagline .site-description {
margin-top: 0px;
line-height: 85px;
}
.no-site-tagline .site-description {
display: none;
}
.has-site-title.has-site-tagline .site-header {
display: block;
height: 85px;
z-index: 20;
}
.has-site-title.has-site-tagline .container {
display: block;
height: 100%;
}
.has-site-title.has-site-tagline .site-branding {
position: relative;
top: 50%;
transform: translateY(-50%);
line-height: 1;
}
.has-site-title.has-site-tagline .site-title {
display: inline-block;
}
.site-branding .site-title a, .site-branding .site-description {
color: #333333;
}
.transparent .site-title,
.transparent .site-title a,
.transparent .site-description {
color: #fff;
}
.header-social {
margin-left: 0px;
float: right;
}
@media screen and (min-width: 940px) {
.header-social {
margin-left: 10px;
}
}
@media screen and (max-width: 576px) {
.header-social {
display: none;
}
}
.header-social a {
display: block;
height: 100%;
float: left;
margin-left: 0px;
margin-top: -2px;
color: #e86240;
}
@media screen and (min-width: 940px) {
.header-social a {
margin-left: 3px;
}
}
.header-social a:hover {
color: #000000;
transition: all 0.2s linear 0s;
}
.header-social .fa-stack-1x, .header-social .fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.header-social .fa-stack-1x {
line-height: inherit;
}
.header-social .fa-stack-2x {
font-size: 2em;
}
.header-social .fa-inverse {
color: #FFFFFF;
}
.header-btn {
float: right;
} .nav-menu, .nav-menu * {
margin: 0;
padding: 0;
list-style: none;
}
.nav-menu {
float: right;
}
.nav-menu ul {
position: absolute;
display: none;
top: 100%;
left: 0;
z-index: 99;
}
.nav-menu ul ul {
top: 0;
left: 100%;
}
.nav-menu li {
position: relative;
}
.nav-menu > li {
float: left;
}
.nav-menu li:hover > ul, .nav-menu li.sfHover > ul {
display: block;
}
.nav-menu a {
display: block;
position: relative;
}
.nav-menu ul {
min-width: 12em;
*width: 12em;
border: 1px solid #e9e9e9;
border-top: none;
}
.nav-menu li {
white-space: nowrap;
*white-space: normal;
-webkit-transition: background .2s;
transition: background .2s;
}
.nav-menu li.current-menu-item > a {
color: #e86240;
}
.nav-menu li:hover,
.nav-menu li.sfHover {
-webkit-transition: none;
transition: none;
}
.nav-menu a {
color: #333333;
padding-left: 17px;
padding-right: 17px;
font-size: 14px;
font-weight: 600;
text-decoration: none;
zoom: 1;
}
.nav-menu a:hover {
color: #e86240;
}
.nav-menu ul li {
line-height: 26px;
}
.nav-menu ul li a {
border-top: 1px solid #e9e9e9;
padding: 8px 18px;
color: #999999;
font-size: 13px;
text-transform: none;
background: #ffffff;
letter-spacing: 0;
}
.nav-menu ul li a:hover {
color: #e86240;
}
.nav-menu li.onepress-current-item > a {
color: #e86240;
}
.nav-menu ul li.current-menu-item > a {
color: #e86240;
}
.nav-menu > li:last-child > a {
padding-right: 0px;
}
.nav-menu > li a.menu-actived {
color: #e86240;
}
.nav-menu .nav-toggle-subarrow {
display: none;
}
@media screen and (min-width: 1140px) {
.sticky-header.transparent .nav-menu > li > a {
color: #ffffff;
position: relative;
}
.sticky-header.transparent .nav-menu > li > a::after {
border-bottom: 2px solid transparent;
content: " ";
display: block;
position: absolute;
bottom: 20px;
bottom: 1.25rem;
left: 17px;
left: 1.0625rem;
right: 17px;
right: 1.0625rem;
}
.sticky-header.transparent .nav-menu > li:hover > a::after, .sticky-header.transparent .nav-menu > li.current-menu-item > a::after {
border-bottom-color: #ffffff;
}
.sticky-header.transparent .nav-menu > li:last-child > a {
padding-right: 17px;
}
}
@media screen and (max-width: 1140px) {
.transparent #nav-toggle span, .transparent #nav-toggle span:after, .transparent #nav-toggle span:before {
background-color: #ffffff;
}
.transparent #nav-toggle.nav-is-visible span {
background-color: transparent;
}
.transparent #nav-toggle.nav-is-visible span:before, .transparent #nav-toggle.nav-is-visible span::after {
background-color: #ffffff;
}
}
#nav-toggle {
display: none;
margin-left: 15px;
}
@media screen and (max-width: 1140px) {
.main-navigation {
position: static;
}
.main-navigation .nav-menu {
width: 100% !important;
display: none;
}
.nav-menu.nav-menu-mobile {
display: block !important;
position: absolute;
top: 85px;
right: 0;
width: 100%;
background: transparent;
z-index: 100;
border-bottom: 1px solid #e9e9e9;
}
.nav-menu.nav-menu-mobile > li > a {
padding: 12px 20px;
}
.nav-menu.nav-menu-mobile li:hover ul {
display: none;
}
.nav-menu.nav-menu-mobile ul {
box-shadow: none;
padding-bottom: 0;
border: none;
position: relative;
}
.nav-menu.nav-menu-mobile ul li:last-child {
border-bottom: none;
}
.nav-menu.nav-menu-mobile ul li a {
padding: 12px 35px;
border-top: none;
}
.nav-menu.nav-menu-mobile ul li a:hover {
background: transparent;
}
.nav-menu.nav-menu-mobile ul li li a {
padding: 12px 70px;
border-top: none;
}
.nav-menu.nav-menu-mobile ul li li li a {
padding: 12px 105px;
}
.nav-menu.nav-menu-mobile ul ul {
left: 0px;
}
.nav-menu.nav-menu-mobile li {
line-height: 20px;
background: #FFFFFF;
border-top: 1px solid #e9e9e9;
width: 100% !important;
}
.nav-menu.nav-menu-mobile li.nav-current-item > a {
color: #e86240;
}
.nav-menu.nav-menu-mobile a {
color: #777777;
}
.nav-menu.nav-menu-mobile a:hover {
color: #000000;
}
.nav-menu.nav-menu-mobile .nav-toggle-subarrow {
display: block;
color: #999999;
border-left: 1px solid #e9e9e9;
font-weight: normal;
position: absolute;
top: 0;
right: 0;
cursor: pointer;
text-align: center;
padding: 11px 20px;
z-index: 10;
font-size: 22px;
}
.nav-menu.nav-menu-mobile .nav-toggle-dropdown > .nav-toggle-subarrow .fa-angle-down:before {
content: "\f106" !important;
}
.nav-menu.nav-menu-mobile .nav-toggle-dropdown > ul {
display: block !important;
}
#nav-toggle {
display: block;
}
}
#nav-toggle {
float: right;
position: relative;
width: 35px;
overflow: hidden;
white-space: nowrap;
color: transparent;
}
#nav-toggle span {
position: absolute;
top: 50%;
right: 5px;
margin-top: -2px;
-webkit-transition: background 0.2s;
-moz-transition: background 0.2s;
transition: background 0.2s;
display: inline-block;
height: 3px;
width: 24px;
background: #000000;
}
#nav-toggle span:before {
top: -8px;
}
#nav-toggle span:after {
top: 8px;
}
#nav-toggle span:before, #nav-toggle span:after {
position: absolute;
display: inline-block;
height: 3px;
width: 24px;
background: #000000;
content: '';
right: 0;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform-origin: 0% 50%;
-moz-transform-origin: 0% 50%;
-ms-transform-origin: 0% 50%;
-o-transform-origin: 0% 50%;
transform-origin: 0% 50%;
-webkit-transition: -webkit-transform 0.2s;
-moz-transition: -moz-transform 0.2s;
transition: transform 0.2s;
}
#nav-toggle.nav-is-visible span {
background: transparent;
}
#nav-toggle.nav-is-visible span:before {
-webkit-transform: translateX(4px) translateY(-1px) rotate(45deg);
-moz-transform: translateX(4px) translateY(-1px) rotate(45deg);
-ms-transform: translateX(4px) translateY(-1px) rotate(45deg);
-o-transform: translateX(4px) translateY(-1px) rotate(45deg);
transform: translateX(4px) translateY(-1px) rotate(45deg);
}
#nav-toggle.nav-is-visible span:after {
-webkit-transform: translateX(4px) translateY(0px) rotate(-45deg);
-moz-transform: translateX(4px) translateY(0px) rotate(-45deg);
-ms-transform: translateX(4px) translateY(0px) rotate(-45deg);
-o-transform: translateX(4px) translateY(0px) rotate(-45deg);
transform: translateX(4px) translateY(0px) rotate(-45deg);
}
#nav-toggle.nav-is-visible span:before, #nav-toggle.nav-is-visible span:after {
background: #000000;
} #page-header-cover .swiper-slide-heading {
font-size: 40px;
font-size: 2.5rem;
font-weight: 600;
}
@media (max-width: 767px) {
#page-header-cover .swiper-slide-heading {
font-size: 30px;
font-size: 1.875rem;
}
} .site-content {
position: relative;
z-index: 10;
}
.blog .site-content,
.single-post .site-content {
margin-top: 0;
}
.site-content.no-border {
border-top: none;
}
.page-header {
padding: 30px 0px;
border-top: 1px solid #e9e9e9;
background: #f8f9f9;
border-bottom: 1px solid #e9e9e9;
}
.page-header .entry-title, .page-header .page-title {
margin-bottom: 0px;
font-size: 24px;
font-weight: 600;
letter-spacing: 1px;
text-transform: uppercase;
}
.page-header p {
margin: 6px 0px 0px 0px;
} .site-footer {
background: #111111;
color: #888888;
font-size: 14px; }
.site-footer a {
color: #e86240;
}
.site-footer table > thead > tr > th, .site-footer table > tbody > tr > th, .site-footer table > tfoot > tr > th, .site-footer table > thead > tr > td, .site-footer table > tbody > tr > td, .site-footer table > tfoot > tr > td {
border-color: rgba(255, 255, 255, 0.1);
}
.site-footer .footer-widgets.section-padding {
padding: 60px 0px 20px 0px;
padding:  3.75rem 0px 1.25rem 0px;
}
.site-footer .sidebar .widget a {
color: #bbbbbb;
}
.site-footer .sidebar .widget a:hover {
text-decoration: underline;
}
.site-footer .site-info {
position: relative;
text-align: center;
padding: 21px 0px;
background: #222222;
border-top: 1px solid #333;
font-weight: 500;
color: #777777;
font-size: 13px;
}
.site-footer .site-info a {
color: #777777;
}
.site-footer .site-info a:hover {
text-decoration: underline;
}
.site-footer .site-info::after {
clear: both;
}
.site-footer .site-info .site-copyright {
float: left;
}
.site-footer .site-info .theme-info {
float: right;
}
@media (max-width: 767px) {
.site-footer .site-info .site-copyright {
float: none;
text-align: center;
margin-bottom: 15px;
}
.site-footer .site-info .theme-info {
float: none;
text-align: center;
}
}
.site-footer .btt a {
border-radius: 0px 20px 0 0;
color: #999999;
background: #222222;
display: block;
font-size: 30px;
height: 50px;
line-height: 50px;
margin: auto;
position: absolute;
right: 60px;
top: -25px;
transition: all 0.2s linear 0s;
width: 50px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
}
.site-footer .btt a:hover {
color: #e86240;
}
.site-footer .btt a i {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
}
@media screen and (max-width: 940px) {
.site-footer .btt a {
right: 0;
left: 0;
}
}
.site-footer .sidebar .widget .widget-title {
color: rgba(255, 255, 255, 0.9);
margin-bottom: 20px;
}
.site-footer .widget_recent_entries ul li {
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.site-footer .widget_tag_cloud a {
border-color: rgba(255, 255, 255, 0.1);
}  .error404 {
text-align: center;
}
.error404 .fa-frown-o {
margin-bottom: 10px;
}
.error404 .search-form, .error404 .widget {
margin-bottom: 40px;
text-align: center;
}
.error404 .search-form {
margin-top: 30px;
}
.error404 .search-form input {
margin: 0;
}
.error404 .page-header, .error404 .page-title {
text-align: center;
}
.error404 .widgettitle, .error404 .widget-title {
font-size: 15px;
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 13px;
font-weight: 700;
}
.error404 ul {
padding-left: 0px;
}
.error404 ul li {
list-style: none;
} .search-results .hentry {
border-bottom: 1px solid #e9e9e9;
padding-bottom: 25px;
margin-bottom: 25px;
}
.search-results .entry-summary p {
margin-bottom: 0px;
}
.search-results .entry-header .entry-title {
font-size: 22px;
line-height: 1.5;
font-weight: 500;
}
.search-results .entry-header .entry-title a:hover {
text-decoration: none;
} .blog .content-area article, .archive .content-area article, .search .content-area article {
margin-bottom: 30px;
margin-bottom: 1.875rem;
padding-bottom: 40px;
padding-bottom: 2.5rem;
border-bottom: 1px solid #e9e9e9;
}
.blog .entry-content, .archive .entry-content, .search .entry-content {
margin-bottom: 25px;
} .entry-header .entry-title {
font-weight: 600;
text-transform: none;
letter-spacing: -0.6px;
font-family: "Montserrat", Helvetica, Arial, sans-serif;
font-size: 23px;
line-height: 1.3;
word-wrap: break-word;
}
@media screen and (min-width: 940px) {
.entry-header .entry-title {
font-size: 28px;
line-height: 1.5;
}
}
.single .entry-header .entry-title {
margin-bottom: 30px;
font-size: 28px;
}
@media screen and (min-width: 940px) {
.single .entry-header .entry-title {
font-size: 32px;
line-height: 1.5;
}
}
.single .entry-meta {
border-top: 1px solid #e9e9e9;
padding-top: 14px;
}
.highlight {
color: #e86240;
} .content-area {
word-wrap: break-word;
}
.entry-content {
margin-bottom: 30px;
margin-top: 20px;
max-width: 790px;
word-wrap: break-word;
}
.entry-content blockquote {
padding: 30px;
position: relative;
background: #f8f9f9;
border-left: 3px solid #e86240;
font-style: italic;
}
.entry-content blockquote p {
margin: 0px;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
font-weight: normal;
text-transform: none;
}
.entry-content h1 {
letter-spacing: -0.5px;
}
.entry-content h2 {
letter-spacing: -0.3px;
} .entry-more a {
padding: 8px 15px 10px;
padding:  0.5rem 0.9375rem 0.625rem;
font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
.entry-more a i {
margin-left: 5px;
}
.entry-meta {
margin-bottom: 15px;
font-size: 14px;
font-size: 0.875rem;
color: #999999;
}
.entry-meta::after {
content: "";
display: table;
clear: both;
}
.entry-meta a {
color: #888888;
}
.entry-meta a:hover {
color: #e86240;
}
.entry-meta i {
color: #e86240;
}
.entry-meta > span {
margin-left: 15px;
padding-left: 15px;
position: relative;
}
@media (max-width: 767px) {
.entry-meta > span {
width: 50%;
margin-bottom: 5px;
}
.entry-meta > span.meta-cate {
display: none;
}
}
.entry-meta > span:before {
background: #cccccc none repeat scroll 0 0;
content: "";
height: 12px;
left: 0;
position: absolute;
top: 4px;
width: 1px;
}
@media (max-width: 767px) {
.entry-meta > span:before {
content: none;
}
}
.entry-meta > span:first-child {
margin-left: 0px;
padding-left: 0px;
}
.entry-meta > span:first-child:before {
content: none;
}
.entry-meta > span:last-child {
float: right;
}
@media (max-width: 767px) {
.entry-meta > span:last-child {
float: none;
}
}
.entry-meta > span:last-child:before {
content: none;
}
.entry-meta > span:last-child:first-child {
float: left;
}
.entry-footer {
margin-bottom: 30px;
padding-top: 30px;
border-top: 1px solid #e9e9e9;
}
.entry-footer .cat-links, .entry-footer .tags-links {
display: block;
text-transform: uppercase;
letter-spacing: 1.5px;
font-size: 12px;
font-weight: 600;
margin-top: 5px;
}
.nav-links {
padding: 30px 0px;
border-left: none;
border-right: none;
margin-bottom: 50px;
}
.nav-links .nav-previous {
float: left;
}
.nav-links .nav-next {
float: right;
}
.nav-links a {
background: #cccccc;
color: #FFFFFF;
padding: 12px 20px;
font-weight: 600;
font-size: 12px;
letter-spacing: 1px;
text-transform: uppercase;
border-radius: 2px;
}
.nav-links a:hover {
background: #e86240;
text-decoration: none;
}
.bypostauthor {
margin: 0;
} .sticky .entry-title {
padding-left: 20px;
position: relative;
}
.sticky .entry-title:after {
content: "\f276";
display: inline-block;
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
width: 12px;
height: 12px;
position: absolute;
left: 0px;
top: 7px;
font-size: 22px;
color: #e86240;
} .wp-caption {
max-width: 100%;
font-style: italic;
line-height: 1.35;
margin-bottom: 15px;
margin-top: 5px;
}
.wp-caption img[class*="wp-image-"] {
display: block;
max-width: 100%;
}
.wp-caption .wp-caption-text {
margin: 10px 0px;
}
.wp-caption-text,
.entry-thumbnail-caption,
.cycle-caption {
font-style: italic;
line-height: 1.35;
font-size: 13px;
} .gallery {
margin: -5px;
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
margin-bottom: 1em;
}
.gallery-item .gallery-icon {
padding: 5px;
}
.gallery-item .gallery-icon img {
width: 100%;
height: auto;
}
.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;
} .wp-audio-shortcode, .wp-video-shortcode {
margin: 15px 0px 30px;
} #comments {
padding-top: 30px;
border-top: 1px solid #e9e9e9;
}
#comments .comments-title {
margin-bottom: 20px;
font-size: 18px;
line-height: 26px;
letter-spacing: 1.5px;
text-transform: uppercase;
}
#comments .comment-list {
list-style: none;
padding-left: 0px;
}
#comments .comment-list .pingback {
border-bottom: 1px solid #e9e9e9;
padding: 20px 0;
margin: 0;
}
#comments .comment-list .pingback p {
margin: 0px;
}
#comments .comment-list .pingback:last-child {
margin-bottom: 40px;
}
#comments .comment-content.entry-content {
margin-bottom: 0px;
}
#comments .comment {
list-style: none;
margin: 30px 0;
}
#comments .comment .avatar {
width: 60px;
float: left;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
#comments .comment .comment-wrapper {
margin-left: 90px;
padding: 25px 30px 15px 30px;
background: #f8f9f9;
position: relative;
}
#comments .comment .comment-wrapper:before {
border-color: transparent #f6f7f9 transparent transparent;
border-style: solid;
border-width: 0 10px 10px 0;
content: "";
height: 0;
left: -9px;
position: absolute;
top: 0;
width: 0;
}
#comments .comment .comment-wrapper .comment-meta .comment-time, #comments .comment .comment-wrapper .comment-meta .comment-reply-link, #comments .comment .comment-wrapper .comment-meta .comment-edit-link {
color: #aaaaaa;
text-transform: uppercase;
letter-spacing: 0.3px;
font-size: 11px;
}
#comments .comment .comment-wrapper .comment-meta .comment-time:hover, #comments .comment .comment-wrapper .comment-meta .comment-reply-link:hover, #comments .comment .comment-wrapper .comment-meta .comment-edit-link:hover {
color: #e86240;
}
#comments .comment .comment-wrapper .comment-meta .comment-time:after, #comments .comment .comment-wrapper .comment-meta .comment-reply-link:after, #comments .comment .comment-wrapper .comment-meta .comment-edit-link:after {
content: "/";
padding: 0px 5px;
}
#comments .comment .comment-wrapper .comment-meta a:last-child:after {
content: "";
}
#comments .comment .comment-wrapper .comment-meta cite .fn {
font-weight: bold;
font-style: normal;
margin-right: 5px;
text-transform: uppercase;
letter-spacing: 1.5px;
font-size: 14px;
}
#comments .comment .comment-wrapper .comment-meta cite span {
padding: 3px 10px;
background: #e9e9e9;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
margin-right: 10px;
}
#comments .comment .comment-wrapper a {
text-decoration: none;
}
#comments .comment .children {
padding-left: 30px;
}
#comments .comment .children .children {
padding-left: 30px;
}
#comments .comment .children .children .children {
padding-left: 0px;
}
@media screen and (min-width: 940px) {
#comments .comment .children {
padding-left: 90px;
}
#comments .comment .children .children {
padding-left: 90px;
}
#comments .comment .children .children .children {
padding-left: 90px;
}
}
#comments .form-allowed-tags {
display: none;
}
#comments a {
text-decoration: none;
}
#comments a:hover {
text-decoration: underline;
}
.right-sidebar .comment-respond textarea,
.left-sidebar .comment-respond textarea {
width: 100%;
} #respond {
padding-top: 20px;
}
#respond .comment-form label {
display: block;
margin-bottom: 4px;
}
#respond .form-allowed-tags {
font-size: 12px;
}
#respond .form-allowed-tags code {
background: none;
}
#respond .comment-reply-title {
font-size: 18px;
letter-spacing: 1.5px;
margin-bottom: 20px;
text-transform: uppercase;
}
#respond .comment-notes {
display: none;
}
#respond label {
font-size: 13px;
text-transform: uppercase;
letter-spacing: 1.5px;
}
.full-screen .comments-area {
max-width: 1110px;
margin: 0 auto;
}  .btn {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
font-size: 13px;
font-size: 0.8125rem;
font-weight: 600;
}
.btn:active, .btn:focus {
outline: none;
}
.btn-lg {
font-size: 17px;
font-size: 1.0625rem;
}
.btn-theme-primary {
background: #e86240;
color: #FFFFFF;
}
.btn-theme-primary:hover {
color: #FFFFFF;
opacity: 0.9;
}
.btn-theme-primary-outline {
background-color: transparent;
background-image: none;
border-color: #e86240;
color: #e86240;
}
.btn-theme-primary-outline:hover {
color: #FFF;
background-color: #e86240;
border-color: #e86240;
}
.slide_content .btn {
margin: 10px;
}
.slide_content .btn-secondary-outline {
border-color: #FFF;
color: #FFF;
}
.slide_content .btn-secondary-outline:hover {
background: #FFFFFF;
color: #333333;
} section > .customize-partial-edit-shortcut {
z-index: 95;
}
section > .customize-partial-edit-shortcut button {
left: 30px;
} .widget {
word-wrap: break-word;
}
.sidebar .widget {
margin-bottom: 40px;
}
.sidebar .widget .widget-title {
font-size: 15px;
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 13px;
font-weight: 700;
}
.sidebar .widget ul {
list-style: none;
padding: 0px;
}
.sidebar .widget ul:after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}
.sidebar .widget a {
color: #777777;
font-size: 14px;
}
.sidebar .widget a:hover {
color: #e86240;
text-decoration: underline;
} .sidebar .widget .search-form .search-field {
width: 100% !important;
padding: 10px 15px;
padding:  0.625rem 0.9375rem;
}
.sidebar .widget .search-form .search-submit {
padding: 12px 23px 12px;
width: 93%;
} .widget_recent_comments ul {
margin-top: 25px;
}
.widget_recent_comments ul li {
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #e9e9e9;
}
.widget_recent_comments ul a {
font-style: italic;
}
.widget_recent_comments .comment-author-link a {
font-weight: bold;
font-style: normal;
} .widget-area .widget_categories li, .widget-area .widget_archive li, .widget-area .widget_meta li {
float: left;
margin-bottom: 0;
width: 50%;
}
@media screen and (min-width: 720px) {
.widget-area .widget_categories li, .widget-area .widget_archive li, .widget-area .widget_meta li {
width: 50%;
}
}
@media screen and (min-width: 940px) {
.widget-area .widget_categories li, .widget-area .widget_archive li, .widget-area .widget_meta li {
width: 100%;
float: none;
}
}
@media screen and (min-width: 1140px) {
.widget-area .widget_categories li, .widget-area .widget_archive li, .widget-area .widget_meta li {
width: 50%;
float: left;
}
}
.widget_recent_entries ul li {
margin: 0px;
padding: 10px 0px 10px 0px;
border-bottom: 1px solid #e9e9e9;
} .widget_tag_cloud a {
border: 1px solid #e9e9e9;
border-radius: 2px;
display: inline-block;
font-size: 13px !important;
margin-bottom: 5px;
padding: 2.5px 10px 3px;
} .contact-info-item {
margin-bottom: 13px;
}
.contact-info-item .contact-text {
display: block;
float: left;
width: 130px;
font-size: 14px;
text-transform: uppercase;
letter-spacing: 1px;
margin-top: 2px;
position: relative;
}
.contact-info-item .contact-value {
display: block;
margin-left: 135px;
}
.contact-info-item .contact-text {
width: 30px;
}
.contact-info-item .contact-text i {
font-size: 16px;
}
.contact-info-item .contact-text i.fa-envelope {
font-size: 12px;
position: relative;
top: -3px;
}
.contact-info-item .contact-text i.fa-fax {
font-size: 14px;
position: relative;
top: -3px;
}
.contact-info-item .contact-value {
margin-left: 35px;
}
.contact-info-box img {
margin-bottom: 30px;
}
ul.hours li {
border-top: 1px dotted rgba(255, 255, 255, 0.1);
padding: 5px 0px 1px;
}
ul.hours li:first-child {
border-top: none;
}
ul.hours span {
float: right;
font-weight: bold;
}  .section-padding {
padding: 50px 0px;
padding:  3.125rem 0px;
}
.section-padding-lg {
padding: 70px 0px;
padding:  4.375rem 0px;
}
.section-padding-larger {
padding: 100px 0px;
padding:  6.25rem 0px;
}
.section-padding-empty {
padding: 0px;
padding: 0rem;
}
.section-meta {
background-color: #f8f9f9;
}
.onepage-section, .screenr-section {
position: relative;
overflow: hidden;
}
.onepage-section .container, .screenr-section .container {
position: relative;
z-index: 5;
}
.section-inverse {
background: #222222;
}
.section-inverse .section-title-area .section-title {
color: rgba(255, 255, 255, 0.99);
}
.section-inverse .section-title-area .section-subtitle {
color: rgba(255, 255, 255, 0.7);
}
.section-inverse .section-title-area .section-subtitle::after {
background: rgba(255, 255, 255, 0.8);
}
.section-inverse-extended {
background: #333333;
}
.section-inverse-extended .section-title-area .section-title {
color: rgba(255, 255, 255, 0.99);
}
.section-inverse-extended .section-title-area .section-subtitle {
color: rgba(255, 255, 255, 0.7);
}
.section-inverse-extended .section-title-area .section-subtitle::after {
background: rgba(255, 255, 255, 0.8);
}
.section-inverse {
color: rgba(255, 255, 255, 0.5);
}
.section-inverse h1, .section-inverse h2, .section-inverse h3, .section-inverse h4, .section-inverse h5, .section-inverse h6 {
color: rgba(255, 255, 255, 0.9);
}
.section-inverse p {
color: rgba(255, 255, 255, 0.5);
}
.section-title-area {
margin-bottom: 40px;
text-align: center;
}
.section-title-area .section-title {
font-family: "Montserrat", Helvetica, Arial, sans-serif;
font-size: 28px;
letter-spacing: 0px;
text-transform: uppercase;
font-weight: 600;
position: relative;
margin-bottom: 0px;
}
@media screen and (min-width: 940px) {
.section-title-area .section-title {
font-size: 36px;
}
}
.section-title-area .section-subtitle {
font-size: 12px;
display: inline-block;
position: relative;
margin: 0px 0px 10px 0px;
margin:  0px 0px 0.625rem 0px;
text-transform: uppercase;
letter-spacing: 2px;
}
@media screen and (min-width: 940px) {
.section-title-area .section-subtitle {
font-size: 14px;
}
}
.section-desc {
font-size: 20px;
font-size: 1.25rem;
margin-top: 40px;
margin-top: 2.5rem;
}
.section-content {
padding-top: 10px;
} .swiper-slider {
width: 100%;
display: block;
position: relative;
overflow: hidden;
z-index: 0;
}
.swiper-slider .swiper-container {
width: 100%;
height: 100%;
display: block;
}
.swiper-slider .swiper-slide {
display: block;
overflow: hidden;
position: relative;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-color: #222222;
}
.swiper-slider .swiper-slide .swiper-intro-inner {
padding-top: 25%;
padding-bottom: 25%;
}
.swiper-slider .swiper-slide .overlay {
z-index: 3;
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
opacity: 0.45;
background: #000;
}
.swiper-slider .swiper-slide .swiper-slide-actions {
margin-top: 30px;
margin-top: 1.875rem;
}
.swiper-slider .swiper-slide.slide-align-left .swiper-slide-intro {
text-align: left;
}
.swiper-slider .swiper-slide.slide-align-right .swiper-slide-intro {
text-align: right;
}
.swiper-slider .swiper-slide.slide-align-bottom_left .swiper-slide-intro, .swiper-slider .swiper-slide.slide-align-bottom_center .swiper-slide-intro, .swiper-slider .swiper-slide.slide-align-bottom_right .swiper-slide-intro {
position: absolute;
top: auto;
bottom: 50px;
bottom: 3.125rem;
width: 100%;
max-width: 100%;
}
.swiper-slider .swiper-slide.slide-align-bottom_left .swiper-slide-intro .swiper-intro-inner, .swiper-slider .swiper-slide.slide-align-bottom_center .swiper-slide-intro .swiper-intro-inner, .swiper-slider .swiper-slide.slide-align-bottom_right .swiper-slide-intro .swiper-intro-inner {
max-width: 1140px;
max-width: 71.25rem;
margin: 0 auto;
padding-bottom: 65px;
padding-bottom: 4.0625rem;
}
.swiper-slider .swiper-slide.slide-align-bottom_left .swiper-slide-intro {
text-align: left;
}
.swiper-slider .swiper-slide.slide-align-bottom_right .swiper-slide-intro {
text-align: right;
}
.swiper-slider .swiper-intro-inner h1, .swiper-slider .swiper-intro-inner h2, .swiper-slider .swiper-intro-inner h3, .swiper-slider .swiper-intro-inner h4,
.swiper-slider .swiper-intro-inner p, .swiper-slider .swiper-intro-inner div,
.swiper-slider .swiper-intro-inner .swiper-slide-actions {
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
-o-transform: translateY(100%);
transform: translateY(100%);
-webkit-transition: 500ms linear;
-moz-transition: 500ms linear;
transition: 500ms linear;
visibility: hidden;
}
.swiper-slider .swiper-intro-inner h1, .swiper-slider .swiper-intro-inner h2, .swiper-slider .swiper-intro-inner h3, .swiper-slider .swiper-intro-inner h4 {
color: #ffffff;
text-transform: uppercase;
-webkit-transition-delay: 0ms; transition-delay: 0ms;
}
.swiper-slider .swiper-intro-inner p, .swiper-slider .swiper-intro-inner div {
-webkit-transition-delay: 300ms; transition-delay: 300ms;
}
.swiper-slider .swiper-slide-actions {
-webkit-transition-delay: 600ms; transition-delay: 600ms;
}
.swiper-slider .activated .swiper-intro-inner h1, .swiper-slider .activated .swiper-intro-inner h2, .swiper-slider .activated .swiper-intro-inner h3, .swiper-slider .activated .swiper-intro-inner h4, .swiper-slider .activated .swiper-intro-inner p, .swiper-slider .activated .swiper-intro-inner div {
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
-o-transform: translateY(0px);
transform: translateY(0px);
visibility: visible;
}
.swiper-slider .swiper-button-prev,
.swiper-slider .swiper-button-next {
background-image: none;
background-color: rgba(0, 0, 0, 0.2);
padding: 0px;
height: 60px;
height: 3.75rem;
width: 50px;
width: 3.125rem;
overflow: hidden;
}
.swiper-slider .swiper-button-prev i,
.swiper-slider .swiper-button-next i {
width: 50px;
width: 3.125rem;
font-size: 40px;
font-size: 2.5rem;
line-height: 58px;
line-height: 3.625rem;
color: #fff;
vertical-align: middle;
text-align: center;
}
.swiper-slider .swiper-button-prev .slide-count,
.swiper-slider .swiper-button-next .slide-count {
height: 60px;
height: 3.75rem;
left: 0;
position: absolute;
top: 0;
width: 50px;
width: 3.125rem;
color: #fff;
visibility: hidden;
}
.swiper-slider .swiper-button-prev.active .slide-count,
.swiper-slider .swiper-button-next.active .slide-count {
visibility: visible;
}
.swiper-slider .swiper-button-prev .slide-current,
.swiper-slider .swiper-button-next .slide-current {
height: 10px;
height: 0.625rem;
left: 10px;
left: 0.625rem;
line-height: 10px;
line-height: 0.625rem;
position: absolute;
top: 10px;
top: 0.625rem;
}
.swiper-slider .swiper-button-prev .sep,
.swiper-slider .swiper-button-next .sep {
position: absolute;
-ms-transform: rotate(25deg); -webkit-transform: rotate(25deg); transform: rotate(25deg);
width: 1px;
background: #fff;
display: block;
height: 35px;
height: 2.1875rem;
height: 35px;
height: 2.1875rem;
top: 12.5px;
top: 0.78125rem;
left: 24px;
left: 1.5rem;
}
.swiper-slider .swiper-button-prev .slide-total,
.swiper-slider .swiper-button-next .slide-total {
height: 10px;
left: 31px;
left: 1.9375rem;
line-height: 10px;
line-height: 0.625rem;
position: absolute;
bottom: 10px;
bottom: 0.625rem;
}
.swiper-slider .swiper-button-prev.swiper-button-disabled,
.swiper-slider .swiper-button-next.swiper-button-disabled {
display: none;
}
.swiper-slider .swiper-button-prev:hover,
.swiper-slider .swiper-button-next:hover {
background-color: rgba(0, 0, 0, 0.5);
}
.swiper-slider .swiper-button-prev .slide-count {
right: 0px;
left: auto;
}
.swiper-slider .swiper-button-prev {
left: 0px;
text-align: left;
-webkit-border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-bottomright: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.swiper-slider .swiper-button-next {
right: 0px;
-webkit-border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-bottomleft: 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
text-align: right;
}
.swiper-slider .btn-next-section {
text-align: center;
position: absolute;
left: 50%;
z-index: 11;
color: #fff;
cursor: pointer;
width: 60px;
width: 3.75rem;
height: 60px;
height: 3.75rem;
bottom: 30px;
bottom: 1.875rem;
margin-left: -30px;
margin-left: -1.875rem;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.swiper-slider .btn-next-section:hover {
background-color: rgba(0, 0, 0, 0.5);
}
.swiper-slider .btn-next-section:before, .swiper-slider .btn-next-section:after {
width: 30px;
width: 1.875rem;
height: 1px;
height: 0.0625rem;
background: #fff;
content: " ";
display: block;
position: absolute;
}
.swiper-slider .btn-next-section:before { -webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); -ms-transform: rotate(-135deg); -o-transform: rotate(-135deg);
bottom: 30px;
bottom: 1.875rem;
left: 5px;
left: 0.3125rem;
}
.swiper-slider .btn-next-section:after { -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg);
bottom: 30px;
bottom: 1.875rem;
right: 5px;
right: 0.3125rem;
}
.swiper-slider .swiper-container.over-1-3 .btn-next-section {
-webkit-transition-delay: 200ms; transition-delay: 200ms;
-webkit-transition: 400ms linear;
-moz-transition: 400ms linear;
transition: 400ms linear;
-webkit-transform: translateY(100px);
-moz-transform: translateY(100px);
-ms-transform: translateY(100px);
-o-transform: translateY(100px);
transform: translateY(100px);
visibility: hidden;
}
.swiper-slider.full-screen .swiper-slide-intro {
height: 100%;
display: table;
}
.swiper-slider.full-screen .swiper-intro-inner {
padding-top: 0px !important;
padding-bottom: 0px !important;
display: table-cell;
vertical-align: middle;
}
.slide_content {
font-size: 22px;
font-size: 1.375rem;
}
@media (max-width: 767px) {
.slide_content {
font-size: 18px;
font-size: 1.125rem;
}
}
.slide_content .btn {
margin: 10px;
}
.slide_content .btn-secondary-outline {
border-color: #FFF;
color: #FFF;
}
.slide_content .btn-secondary-outline:hover {
background: #FFFFFF;
color: #333333;
}
.slide_content h1, .slide_content h2, .slide_content h3, .slide_content h4, .slide_content h5, .slide_content h6 {
font-weight: 100;
letter-spacing: 1px;
margin-bottom: 20px;
margin-bottom: 1.25rem;
}
.slide_content h1 strong, .slide_content h2 strong, .slide_content h3 strong, .slide_content h4 strong, .slide_content h5 strong, .slide_content h6 strong {
font-weight: 900;
}
.slide_content p {
margin-bottom: 20px;
margin-bottom: 1.25rem;
}
.slide_content h1 {
line-height: 1.3;
font-size: 35px;
font-size: 2.1875rem;
}
@media (min-width: 768px) {
.slide_content h1 {
font-size: 50px;
font-size: 3.125rem;
}
}
.swiper-slide-intro {
position: relative;
width: 100%;
z-index: 4;
max-width: 1140px;
max-width: 71.25rem;
margin: 0 auto;
color: #fff;
text-align: center;
}
@media (max-width: 991px) {
.header-layout-fixed .swiper-slide-intro .swiper-intro-inner {
padding-left: 30px;
padding-right: 30px;
}
} .section-features .card {
border: none;
}
.features-content .features__item {
border-radius: 0px;
background: #e86240;
color: rgba(255, 255, 255, 0.9);
font-size: 16px;
font-size: 1rem;
}
@media (max-width: 991px) {
.features-content .features__item {
margin-bottom: 0px;
display: inherit;
}
}
.features-content .features__item h3 {
color: rgba(255, 255, 255, 0.9);
margin-bottom: 20px;
margin-bottom: 1.25rem;
line-height: 1.3;
}
.features-content .features__item .features__item-media {
text-align: center;
}
.features-content .features__item .features__item-media.icon {
padding-top: 70px;
}
.features-content .features__item .features__item-media .fa-7x {
font-size: 7em;
}
.features-content .features__item .features__item-content {
text-align: center;
padding: 60px 50px;
padding:  3.75rem 3.125rem;
}
.features-content .features__item .features__item-content p:last-of-type {
margin-bottom: 0px;
}
.features-content .features__item .features__item-content .features__item-content-button {
text-align: center;
margin-top: 30px;
}
.features-content .features__item .features__item-content .btn-secondary-outline {
border-color: #fff;
color: #FFF;
padding: 5px 29px 7px;
padding:  0.3125rem 1.8125rem 0.4375rem;
}
.features-content .features__item .features__item-content .btn-secondary-outline:hover {
color: #777777;
background-color: #FFF;
border-color: #FFF;
} .section-about .section-title-area {
text-align: left;
margin-bottom: 0px;
}
.section-about .section-title-area .section-desc {
margin-top: 20px;
}
.section-about .section-about-content {
padding-left: 30px;
} .section-videolightbox {
text-align: center;
}
.section-videolightbox .videolightbox__icon {
margin-top: 40px;
margin-top: 2.5rem;
}
.section-videolightbox .videolightbox__heading {
font-size: 38px;
font-size: 2.375rem;
letter-spacing: 0px;
font-weight: 500;
}
.section-videolightbox .videolightbox__heading strong {
font-weight: 800;
}
.section-videolightbox .video_icon {
background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
border: 4px solid #fff;
border-radius: 100px;
height: 50px;
line-height: 1;
padding: 10px;
width: 50px;
display: inline-block;
}
.section-videolightbox .video_icon i {
color: #fff;
font-size: 20px;
margin-left: 6px;
margin-top: 0px;
line-height: 1;
}
.section-videolightbox .video_icon:hover {
background: #FFFFFF;
}
.section-videolightbox .video_icon:hover i {
color: #000;
} .services-content p {
color: #777777;
}
.services-content .card {
margin-top: 20px;
margin-bottom: 10px;
}
.services-content .card-block, .services-content .card-img-overlay {
padding: 28px 30px 30px;
padding:  1.75rem 1.875rem 1.875rem;
}
.services-content .card-title {
margin-bottom: 15px;
}
.services-content .service__media-icon .service-card-content {
padding-right: 80px;
}
.services-content .service-card-icon {
position: absolute;
top: 30px;
right: 30px;
}
.services-content .service-card-icon i {
color: #e86240;
}
.services-content .service-button {
margin-top: 20px;
display: block;
font-size: 17px;
}
.services-content .card-img-overlay {
background: rgba(0, 0, 0, 0.7);
}
.card-img-overlay .card-title a {
color: #fff;
}
.card-img-overlay .card-title a:hover {
color: #777;
} @media screen and (min-width: 940px) {
.section-news .content-grid[data-layout="4"] article:nth-child(4n+1) {
clear: left;
}
.section-news .content-grid[data-layout="3"] article:nth-child(3n+1) {
clear: left;
}
.section-news .content-grid[data-layout="2"] article:nth-child(2n+1) {
clear: left;
}
}
@media screen and (max-width: 940px) {
.section-news .content-grid article {
width: 100%;
}
}
.section-news .entry-grid-elements {
border: 1px solid #e9e9e9;
border-top: 3px solid #e86240;
padding: 25px 30px 25px 30px;
background: #FFF;
color: #777777;
}
.section-news .entry-grid-title {
font-size: 20px;
font-size: 1.25rem;
line-height: 1.5;
font-weight: 400;
font-family: "Montserrat", Helvetica, Arial, sans-serif;
margin-bottom: 15px;
}
.section-news .entry-grid-title a {
color: #444444;
}
.section-news .entry-thumb img {
width: 100%;
height: auto;
}
.section-news .entry-grid-cate {
margin-bottom: 4px;
}
.section-news .entry-grid-cate a {
color: #999999;
font-weight: bold;
font-size: 12px;
}
.section-news .entry-grid-more {
margin-top: 20px;
}
.section-news .entry-grid-more a {
color: #333333;
text-transform: uppercase;
}
.content-grid article {
margin-bottom: 30px;
}
.content-grid-loadmore {
text-align: center;
margin-top: 5px;
margin-bottom: 10px;
display: block;
}
.content-grid-loadmore i {
margin-left: 8px;
} .section-clients .section-title-area {
margin-bottom: 20px;
}
.clients-wrapper {
margin-left: -15px;
margin-right: -15px;
}
.clients-wrapper:after {
content: "";
display: table;
clear: both;
}
.client-col {
float: left;
padding: 15px;
}
.client-col img {
max-width: 100%;
height: auto;
}
@media screen and (min-width: 940px) {
.client-4-cols .client-col {
width: 25%;
}
.client-4-cols .client-col:nth-child(4n+1) {
clear: left;
}
.client-5-cols .client-col {
width: 20%;
}
.client-5-cols .client-col:nth-child(5n+1) {
clear: left;
}
.client-6-cols .client-col {
width: 16.66667%;
}
.client-6-cols .client-col:nth-child(6n+1) {
clear: left;
}
}
@media screen and (max-width: 940px) {
.client-4-cols .client-col,
.client-5-cols .client-col,
.client-6-cols .client-col {
width: 50%;
}
.client-4-cols .client-col:nth-child(2n+1),
.client-5-cols .client-col:nth-child(2n+1),
.client-6-cols .client-col:nth-child(2n+1) {
clear: left;
}
} .section-contact textarea,
.section-contact input[type="date"],
.section-contact input[type="datetime"],
.section-contact input[type="datetime-local"],
.section-contact input[type="email"],
.section-contact input[type="month"],
.section-contact input[type="number"],
.section-contact input[type="password"],
.section-contact input[type="search"],
.section-contact input[type="tel"],
.section-contact input[type="text"],
.section-contact input[type="time"],
.section-contact input[type="url"],
.section-contact input[type="week"] {
width: 100%;
}
.section-contact .contact-submit {
text-align: center;
}
.section-contact .wpcf7-submit {
padding: 20px 40px;
font-size: 16px;
width: 100%;
}
.section-contact .large-label {
text-transform: uppercase;
font-weight: bold;
letter-spacing: 1.5px;
display: inline-block;
margin-bottom: 5px;
font-size: 13px;
font-size: 0.8125rem;
color: #222222;
}
.section-inverse .large-label {
color: rgba(255, 255, 255, 0.99);
}
.contact-details {
padding: 0px;
text-align: center;
}
.contact-details:after {
content: "";
display: table;
clear: both;
}
.contact-details li {
padding: 0px 15px;
list-style: none;
display: inline-block;
}
.contact-details .contact-detail {
margin-bottom: 40px;
margin-bottom: 2.5rem;
}
.contact-details i {
color: #e86240;
margin-right: 6px;
}
.contact-details a:hover {
text-decoration: none;
}
.contact-details a .contact-detail-value, .contact-details .contact-detail-value {
color: #777777;
font-size: 20px;
position: relative;
top: -5px;
}
.contact-details a .contact-detail-value:hover, .contact-details .contact-detail-value:hover {
text-decoration: none;
color: #e86240;
} .parallax-window section {
z-index: 10;
position: relative;
background: transparent !important;
}
.parallax-window .parallax-mirror::before {
content: " ";
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
display: block;
z-index: 2;
background: rgba(0, 0, 0, 0.4);
} .counter-item {
background-color: #171717;
padding: 25px 30px 30px 30px;
position: relative;
color: #FFFFFF;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
margin-bottom: 30px;
}
.counter-item.counter-item-bg1 {
background-color: #0099e5;
}
.counter-item.counter-item-bg3 {
background-color: #ff4c4c;
}
.counter-item.counter-item-bg4 {
background-color: #34bf49;
}
.counter-item .counter-title {
color: #FFF;
text-transform: none;
font-weight: 100;
font-size: 22px;
margin-bottom: 15px;
display: block;
}
.counter-item .counter__number span {
font-size: 43px;
line-height: 30px;
font-weight: 100;
letter-spacing: -2px;
}
.counter-item i {
position: absolute;
right: 30px;
bottom: 30px;
color: rgba(255, 255, 255, 0.5);
} .gallery-grid .g-item {
padding: 10px;
float: left;
}
.g-zoom-in .g-item {
display: block;
overflow: hidden;
}
.g-zoom-in .g-item .inner-content {
display: block;
width: 100%;
height: 100%;
overflow: hidden;
}
.g-zoom-in .g-item img {
display: block;
overflow: hidden;
-webkit-transition: all 0.5s linear;
transition: all 0.5s linear;
}
.g-zoom-in .g-item:hover img {
-ms-transform: scale(1.5, 1.5); -webkit-transform: scale(1.5, 1.5); transform: scale(1.5, 1.5);
}
.g-layout-full-width.container {
width: 100%;
max-width: none;
padding: 0px;
}
@media screen and (min-width: 720px) {
.g-col-1 .g-item {
width: 100%;
}
.g-col-1 .g-item:nth-child(1n+1) {
clear: left;
}
.g-col-2 .g-item {
width: 50%;
}
.g-col-2 .g-item:nth-child(2n+1) {
clear: left;
}
.g-col-3 .g-item {
width: 33.33333%;
}
.g-col-3 .g-item:nth-child(3n+1) {
clear: left;
}
.g-col-4 .g-item {
width: 25%;
}
.g-col-4 .g-item:nth-child(4n+1) {
clear: left;
}
.g-col-5 .g-item {
width: 20%;
}
.g-col-5 .g-item:nth-child(5n+1) {
clear: left;
}
.g-col-6 .g-item {
width: 16.66667%;
}
.g-col-6 .g-item:nth-child(6n+1) {
clear: left;
}
}
@media screen and (min-width: 576px) and (max-width: 720px) {
.g-col-1 .g-item {
width: 100%;
}
.g-col-1 .g-item:nth-child(1n+1) {
clear: left;
}
.g-col-2 .g-item {
width: 50%;
}
.g-col-2 .g-item:nth-child(2n+1) {
clear: left;
}
.g-col-3 .g-item {
width: 33.33333%;
}
.g-col-3 .g-item:nth-child(3n+1) {
clear: left;
}
.g-col-4 .g-item {
width: 25%;
}
.g-col-4 .g-item:nth-child(4n+1) {
clear: left;
}
.g-col-5 .g-item {
width: 20%;
}
.g-col-5 .g-item:nth-child(5n+1) {
clear: left;
}
.g-col-6 .g-item {
width: 16.66667%;
}
.g-col-6 .g-item:nth-child(6n+1) {
clear: left;
}
}
@media screen and (max-width: 576px) {
.g-col-1 .g-item {
width: 100%;
}
.g-col-1 .g-item:nth-child(1n+1) {
clear: left;
}
.g-col-2 .g-item {
width: 50%;
}
.g-col-2 .g-item:nth-child(2n+1) {
clear: left;
}
.g-col-3 .g-item {
width: 33.33333%;
}
.g-col-3 .g-item:nth-child(3n+1) {
clear: left;
}
.g-col-4 .g-item {
width: 25%;
}
.g-col-4 .g-item:nth-child(4n+1) {
clear: left;
}
.g-col-5 .g-item {
width: 20%;
}
.g-col-5 .g-item:nth-child(5n+1) {
clear: left;
}
.g-col-6 .g-item {
width: 16.66667%;
}
.g-col-6 .g-item:nth-child(6n+1) {
clear: left;
}
}
.gallery-justified {
width: 100%;
position: relative;
overflow: hidden;
}
.gallery-justified img {
max-width: none;
position: absolute;
top: 50%;
left: 50%;
margin: 0;
padding: 0;
border: none;
}
.gallery-justified > a,
.gallery-justified > div {
position: absolute;
display: inline-block;
overflow: hidden;
float: left;
}
.gallery-masonry {
width: 100%;
position: relative;
display: block;
}
.gallery-masonry:affter {
clear: both;
}
.gallery-masonry .inner {
display: block;
}  .mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8;
filter: alpha(opacity=80);
}
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden;
}
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
display: none;
}
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto;
}
.mfp-ajax-cur {
cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out;
}
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.mfp-loading.mfp-figure {
display: none;
}
.mfp-hide {
display: none !important;
}
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044;
}
.mfp-preloader a {
color: #CCC;
}
.mfp-preloader a:hover {
color: #FFF;
}
.mfp-s-ready .mfp-preloader {
display: none;
}
.mfp-s-error .mfp-content {
display: none;
}
button.mfp-close, button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
-webkit-box-shadow: none;
box-shadow: none;
}
button::-moz-focus-inner {
padding: 0;
border: 0;
}
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
filter: alpha(opacity=65);
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
opacity: 1;
filter: alpha(opacity=100);
}
.mfp-close:active {
top: 1px;
}
.mfp-close-btn-in .mfp-close {
color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%;
}
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap;
}
.mfp-arrow {
position: absolute;
opacity: 0.65;
filter: alpha(opacity=65);
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
opacity: 1;
filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7;
}
.mfp-arrow-left {
left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
border-right: 17px solid #FFF;
margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
margin-left: 25px;
border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
border-left: 17px solid #FFF;
margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
top: -40px;
}
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000;
} img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto;
} .mfp-figure {
line-height: 0;
}
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444;
}
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px;
}
.mfp-figure figure {
margin: 0;
}
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto;
}
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px;
}
.mfp-image-holder .mfp-content {
max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0;
}
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px;
}
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0;
}
}
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75);
}
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0;
}
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%;
}
.mfp-container {
padding-left: 6px;
padding-right: 6px;
}
}
.mfp-ie7 .mfp-img {
padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
width: 600px;
left: 50%;
margin-left: -300px;
margin-top: 5px;
padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
padding: 0;
}
.mfp-ie7 .mfp-content {
padding-top: 44px;
}
.mfp-ie7 .mfp-close {
top: 0;
right: 0;
padding-top: 0;
} .woocommerce-page .site-main .page-title {
display: none;
}
.woocommerce-result-count {
font-style: italic;
}
.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
margin-bottom: 1.5em;
}
.woocommerce-ordering select {
padding: 7px;
margin-top: -10px;
}
.woocommerce ul.products li.product h3 {
font-size: 18px;
font-size: 1.125rem;
margin-bottom: 7px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce button.button.alt {
background-color: #e86240;
padding: 10px 20px;
padding:  0.625rem 1.25rem;
color: #FFF;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.5px;
font-size: 13px;
font-size: 0.8125rem;
border-radius: 2px;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce button.button.alt:hover {
background: #222222;
color: #FFF;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.woocommerce table.shop_table {
border-collapse: collapse;
}
.woocommerce .quantity .qty {
padding: 5px;
}
.woocommerce span.onsale {
padding: inherit;
}
.related.products h2, #tab-description h2 {
font-size: 17px;
font-size: 1.0625rem;
margin-bottom: 20px;
text-transform: uppercase;
letter-spacing: 1px;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
padding: 9px 14px;
font-weight: bold;
} .breadcrumbs {
font-size: 10px;
padding: 15px 0px;
border-bottom: 1px solid #e9e9e9;
color: #858585;
}
@media screen and (min-width: 720px) {
.breadcrumbs {
font-size: 12px;
}
}
.breadcrumbs i {
margin: 0px 6px;
}
.breadcrumbs a {
text-decoration: none;
color: #777777;
font-weight: 600;
}
.breadcrumbs a:hover {
text-decoration: underline;
}
.breadcrumbs span {
margin-right: 20px;
position: relative;
}
@media screen and (min-width: 720px) {
.breadcrumbs span {
margin-right: 40px;
}
}
.breadcrumbs span span {
margin-right: 0;
}
.breadcrumbs a:before {
border-bottom: 6px solid transparent;
border-left: 6px solid rgba(0, 0, 0, 0.2);
border-top: 6px solid transparent;
content: "";
display: inline-block;
position: absolute;
right: -11px;
top: 2px;
}
@media screen and (min-width: 720px) {
.breadcrumbs a:before {
right: -23px;
top: 3px;
}
}
.breadcrumbs a:after {
border-bottom: 5px solid transparent;
border-left: 5px solid #ffffff;
border-top: 5px solid transparent;
content: "";
display: inline-block;
position: absolute;
right: -10px;
top: 3px;
}
@media screen and (min-width: 720px) {
.breadcrumbs a:after {
right: -22px;
top: 4px;
}
}  .swiper-container {
margin: 0 auto;
position: relative;
overflow: hidden; z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
float: left;
}
.swiper-container-vertical > .swiper-wrapper {
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-ms-flex-direction: column;
-webkit-flex-direction: column;
flex-direction: column;
}
.swiper-wrapper {
position: relative;
width: 100%;
height: 100%;
z-index: 1;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-transition-property: -webkit-transform;
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
-ms-transition-property: -ms-transform;
transition-property: transform;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
-webkit-transform: translate3d(0px, 0, 0);
-moz-transform: translate3d(0px, 0, 0);
-o-transform: translate(0px, 0px);
-ms-transform: translate3d(0px, 0, 0);
transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
-webkit-transition-timing-function: ease-out;
-moz-transition-timing-function: ease-out;
-ms-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
margin: 0 auto;
}
.swiper-slide {
-webkit-flex-shrink: 0;
-ms-flex: 0 0 auto;
flex-shrink: 0;
width: 100%;
height: 100%;
position: relative;
} .swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
-webkit-box-align: start;
-ms-flex-align: start;
-webkit-align-items: flex-start;
align-items: flex-start;
-webkit-transition-property: -webkit-transform, height;
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
-ms-transition-property: -ms-transform;
transition-property: transform, height;
} .swiper-container .swiper-notification {
position: absolute;
left: 0;
top: 0;
pointer-events: none;
opacity: 0;
z-index: -1000;
} .swiper-wp8-horizontal {
-ms-touch-action: pan-y;
touch-action: pan-y;
}
.swiper-wp8-vertical {
-ms-touch-action: pan-x;
touch-action: pan-x;
} .swiper-button-prev,
.swiper-button-next {
position: absolute;
top: 50%;
width: 27px;
height: 44px;
margin-top: -22px;
z-index: 10;
cursor: pointer;
-moz-background-size: 27px 44px;
-webkit-background-size: 27px 44px;
background-size: 27px 44px;
background-position: center;
background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
opacity: 0.35;
cursor: auto;
pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
left: 10px;
right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
right: 10px;
left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
} .swiper-pagination {
position: absolute;
text-align: center;
-webkit-transition: 300ms;
-moz-transition: 300ms;
-o-transition: 300ms;
transition: 300ms;
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
opacity: 0;
} .swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
bottom: 10px;
left: 0;
width: 100%;
} .swiper-pagination-bullet {
width: 8px;
height: 8px;
display: inline-block;
border-radius: 100%;
background: #000;
opacity: 0.2;
}
button.swiper-pagination-bullet {
border: none;
margin: 0;
padding: 0;
box-shadow: none;
-moz-appearance: none;
-ms-appearance: none;
-webkit-appearance: none;
appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
background: #fff;
}
.swiper-pagination-bullet-active {
opacity: 1;
background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
right: 10px;
top: 50%;
-webkit-transform: translate3d(0px, -50%, 0);
-moz-transform: translate3d(0px, -50%, 0);
-o-transform: translate(0px, -50%);
-ms-transform: translate3d(0px, -50%, 0);
transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
margin: 5px 0;
display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0 5px;
} .swiper-pagination-progress {
background: rgba(0, 0, 0, 0.25);
position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
background: #007aff;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
-webkit-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
-webkit-transform-origin: left top;
-moz-transform-origin: left top;
-ms-transform-origin: left top;
-o-transform-origin: left top;
transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
-webkit-transform-origin: right top;
-moz-transform-origin: right top;
-ms-transform-origin: right top;
-o-transform-origin: right top;
transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
width: 100%;
height: 4px;
left: 0;
top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
width: 4px;
height: 100%;
left: 0;
top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
background: #000;
} .swiper-container-3d {
-webkit-perspective: 1200px;
-moz-perspective: 1200px;
-o-perspective: 1200px;
perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent)); background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent); background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent); background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent); background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent); }
.swiper-container-3d .swiper-slide-shadow-right {
background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent)); background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent); background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent); background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent); }
.swiper-container-3d .swiper-slide-shadow-top {
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent)); background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent); background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent); background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent); background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent); }
.swiper-container-3d .swiper-slide-shadow-bottom {
background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent)); background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent); background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent); background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent); background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent); } .swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper { -ms-perspective: 1200px;
} .swiper-container-cube,
.swiper-container-flip {
overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
pointer-events: none;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
z-index: 0;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
} .swiper-container-cube .swiper-slide {
visibility: hidden;
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
width: 100%;
height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
-webkit-transform-origin: 100% 0;
-moz-transform-origin: 100% 0;
-ms-transform-origin: 100% 0;
transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
pointer-events: auto;
visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
position: absolute;
left: 0;
bottom: 0px;
width: 100%;
height: 100%;
background: #000;
opacity: 0.6;
-webkit-filter: blur(50px);
filter: blur(50px);
z-index: 0;
} .swiper-container-fade.swiper-container-free-mode .swiper-slide {
-webkit-transition-timing-function: ease-out;
-moz-transition-timing-function: ease-out;
-ms-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
pointer-events: none;
-webkit-transition-property: opacity;
-moz-transition-property: opacity;
-o-transition-property: opacity;
transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
pointer-events: auto;
} .swiper-scrollbar {
border-radius: 10px;
position: relative;
-ms-touch-action: none;
background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
position: absolute;
left: 1%;
bottom: 3px;
z-index: 50;
height: 5px;
width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
position: absolute;
right: 3px;
top: 1%;
z-index: 50;
width: 5px;
height: 98%;
}
.swiper-scrollbar-drag {
height: 100%;
width: 100%;
position: relative;
background: rgba(0, 0, 0, 0.5);
border-radius: 10px;
left: 0;
top: 0;
}
.swiper-scrollbar-cursor-drag {
cursor: move;
} .swiper-lazy-preloader {
width: 42px;
height: 42px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -21px;
margin-top: -21px;
z-index: 10;
-webkit-transform-origin: 50%;
-moz-transform-origin: 50%;
transform-origin: 50%;
-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
-moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
display: block;
content: "";
width: 100%;
height: 100%;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
background-position: 50%;
-webkit-background-size: 100%;
background-size: 100%;
background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes swiper-preloader-spin {
100% {
transform: rotate(360deg);
}
}   .owl-carousel .owl-wrapper:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
} .owl-carousel {
display: none;
position: relative;
width: 100%;
-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
display: none;
position: relative;
-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
overflow: hidden;
position: relative;
width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
cursor: pointer;
}
.owl-controls {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent;
} .owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .g-item {
display: block;
}
.owl-carousel .owl-buttons > div {
position: absolute;
top: 50%;
background-color: rgba(0, 0, 0, 0.45);
border-radius: 2px;
color: #999;
cursor: pointer;
display: block;
font-size: 22px;
margin-top: 0px;
padding: 4px 10px 5px;
transform: translateY(-50%);
line-height: 22px;
}
.owl-carousel .owl-buttons > div:hover {
background-color: rgba(0, 0, 0, 0.6);
color: #fff;
}
.owl-carousel .owl-buttons > div i {
line-height: 32px;
vertical-align: middle;
}
.owl-carousel .owl-buttons .owl-prev {
left: 15px;
}
.owl-carousel .owl-buttons .owl-prev .lg-icon::before {
content: "\e094";
}
.owl-carousel .owl-buttons .owl-next {
right: 15px;
}
.owl-carousel .owl-buttons .owl-next .lg-icon::before {
content: "\e095";
}
body, button, input, select, textarea {
font-weight:700;
color:#212121;
} .entry-content-page .block-desc {
font-weight: normal;
color: #000;
}
.section-gap{
height: 50px;
display: block;
}
.section-gap20{
height: 20px;
display: block;
}
.banner-img {
position:relative; }
.banner-img img{   
width: 100%;
height: 100%;
}
.banner-text{
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 90%;
right: 0;
left: 0;
margin: 0 auto;
}
.banner-text h2{
width: 55%;
margin: auto;   
text-align: center;
margin-top:2px;
}
.banner-text h2 span{
font-weight:bold;
}
.banner-text h2:last-child{
width: 48%;
}
.common-page .main-content{
margin-top:80px;
}
.common-page .main-content p{
margin: 0 0 30px;
}
.main-content-header{
margin-bottom: 30px;
}
.sub-content{
margin-bottom: 50px;
}
.thumbnail{
margin:0;
}
.attachment:hover{
border-color: #0088cc;
}
.attachment{
width:150px;
height:100px;
display: block;
padding: 4px;
line-height: 1;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
text-align: center;
margin:10px auto;
cursor:pointer;
}
.attachment:not(.frameworktools .attachment){
border: 1px solid #ddd;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075); */
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}
hr{
border: 0;
background: #000;
height: 2px;
margin: 30px 0 20px;
width: 40%;
clear:both;
}
.breadcrumb{
background:#fff;
padding: 0;
margin: 0px;
}
.bg-banner-img {
height: 550px;
width: 100%;
background-position: top;
background-repeat: no-repeat;
background-size: cover;
}
.image-div img{
}
.split-columns{
column-count:2;
-webkit-column-count:2;
-moz-column-count: 2;
-webkit-column-gap: 40px;
-moz-column-gap: 40px;
column-gap: 40px;
}
.services-hr-tag hr{
width: 40%;
margin-top: 30px;
background: #000;
height: 2px;
}
.services-hr-tag hr,.services-hr-tag .color-pink{
margin-left: 15px;
}
.block-desc{
font-weight: bold;
}
.col-md-4{
padding:15px;
}
.server-map .col-md-6{
margin-top:30px;
margin-bottom: 30px;
}
iframe[Attributes Style] {
width: 100% !important;
}
.form-control{
margin-bottom: 5px;
}
.form-group label{
padding:0;
}
.breadcrumbs a{
font-size: 0.8888889rem;
}
.breadcrumbs a:before {
top: -5px !important;
right: -14px !important;
}
.breadcrumbs a:before{
border-bottom: none; 
border-left:none;
border-top:none;
content: "/";
}
.page-id-248 tbody tr td:first-child{
text-align: left;
padding-left: 20px;
}
.page-id-248 tbody tr td:nth-child(2), .page-id-248 tbody tr td:nth-child(4){
background: #fbfafa;
}  .group            { 
position:relative; 
margin-bottom:45px; 
}
.inner-form input{
width:100%;
border:none;
box-shadow: none;
border-bottom:1px solid #757575;
}
input:focus         { outline:none; } .inner-form label                {
color:#999; 
font-size:18px;
font-weight:normal;
position:absolute;
pointer-events:none;
left:5px;
top:10px;
transition:0.2s ease all; 
-moz-transition:0.2s ease all; 
-webkit-transition:0.2s ease all;
} .inner-form  input:focus ~ label, .inner-form  input:valid ~ label     {
top:-20px;
font-size:14px;
color:#5264AE;
}
.inner-form textarea{
width:100%;
border:none;
box-shadow: none;
border-bottom:1px solid #757575;
resize: none;
}
.inner-form  textarea:focus ~ label, .inner-form  textarea:valid ~ label {
top:-13px;
font-size:14px;
color:#5264AE;
}
.form-textarea .bar:before, .form-textarea  .bar:after {
bottom: 8px;
} .bar    { position:relative; display:block; width:100%; }
.bar:before, .bar:after     {
content:'';
height:2px; 
width:0;
bottom:1px; 
position:absolute;
background:#5264AE; 
transition:0.2s ease all; 
-moz-transition:0.2s ease all; 
-webkit-transition:0.2s ease all;
}
.bar:before {
left:50%;
}
.bar:after {
right:50%; 
} input:focus ~ .bar:before, input:focus ~ .bar:after, textarea:focus ~ .bar:before, textarea:focus ~ .bar:after {
width:50%;
} .highlight {
position:absolute;
height:60%; 
width:100%; 
top:25%; 
left:0;
pointer-events:none;
opacity:0.5;
} input:focus ~ .highlight, textarea:focus ~ .highlight {
-webkit-animation:inputHighlighter 0.3s ease;
-moz-animation:inputHighlighter 0.3s ease;
animation:inputHighlighter 0.3s ease;
}
textarea:focus {outline:none;}
.top-margin {
margin-top: 15px;
} @-webkit-keyframes inputHighlighter {
from { background:#5264AE; }
to    { width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
from { background:#5264AE; }
to    { width:0; background:transparent; }
}
@keyframes inputHighlighter {
from { background:#5264AE; }
to    { width:0; background:transparent; }
}
@media (max-width: 720px){
.breadcrumbs a:before {
right: -16px;
top: -1px !important;
}
}
@media (min-width:769px){
.common-page .main-content .left-margin {
margin-left: 15px ;
}
.common-page .main-content .right-margin {
margin-right: 15px ;
}
} @media (max-width:768px){
.split-columns{
column-count: 1;
}
} .footer-row {
grid-template-columns: repeat(auto-fit, minmax(330px, 1fr)) !important;
grid-template-rows: repeat(3, auto) !important;
}
.site-footer .site-info{
background: #ffffff !important;
color: #000000 !important;
opacity: 1;
}
.clientLogo{
height:124px;
display: flex;
align-items: center;
}
.titleColorBg.whiteColor{
color:#000000 !important;
}
.ms-4{
margin-left:1.5rem;
}

.brand-logo {max-width:274px;width:100%;}
.clearfix {
overflow: auto;
zoom: 1;
} .entry-content{
max-width:100% ; 
}  .tc_overlay{
//display:none;
}
.tc_team-member .tc_overlay h3, .tc_team-member .tc_overlay h4{
display:block;
}
.tc_team-member h3, .tc_team-member p{
display:none;
}
.empName{
text-align: left;
position: absolute;
bottom: 0;
font-size: 14px;
color: white;
margin: 0 0px 20px 25px;
}
.tc_member-col-single {
float: left;
margin-right: 0px;
margin-left: 0px;
width: 20%;
margin-bottom: 0px;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
position: relative;
overflow: hidden;
height: auto !important;
}   @font-face {
font-family: 'ralewayregular';
src: url(//zool.in/wp-content/themes/screenr-child/assets/fonts/raleway-regular-webfont.eot);
src: url(//zool.in/wp-content/themes/screenr-child/assets/fonts/raleway-regular-webfont.eot?#iefix) format('embedded-opentype'),
url(//zool.in/wp-content/themes/screenr-child/assets/fonts/raleway-regular-webfont.woff2) format('woff2'),
url(//zool.in/wp-content/themes/screenr-child/assets/fonts/raleway-regular-webfont.woff) format('woff'),
url(//zool.in/wp-content/themes/screenr-child/assets/fonts/raleway-regular-webfont.ttf) format('truetype'),
url(//zool.in/wp-content/themes/screenr-child/assets/fonts/raleway-regular-webfont.svg#ralewayregular) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'ralewaybold';
src: url(//zool.in/wp-content/themes/screenr-child/assets/fonts/raleway-bold-webfont.eot);
src: url(//zool.in/wp-content/themes/screenr-child/assets/fonts/raleway-bold-webfont.eot?#iefix) format('embedded-opentype'),
url(//zool.in/wp-content/themes/screenr-child/assets/fonts/raleway-bold-webfont.woff2) format('woff2'),
url(//zool.in/wp-content/themes/screenr-child/assets/fonts/raleway-bold-webfont.woff) format('woff'),
url(//zool.in/wp-content/themes/screenr-child/assets/fonts/raleway-bold-webfont.ttf) format('truetype'),
url(//zool.in/wp-content/themes/screenr-child/assets/fonts/raleway-bold-webfont.svg#ralewaybold) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'ralewaylight';
src: url(//zool.in/wp-content/themes/screenr-child/assets/fonts/raleway-light-webfont.eot);
src: url(//zool.in/wp-content/themes/screenr-child/assets/fonts/raleway-light-webfont.eot?#iefix) format('embedded-opentype'),
url(//zool.in/wp-content/themes/screenr-child/assets/fonts/raleway-light-webfont.woff2) format('woff2'),
url(//zool.in/wp-content/themes/screenr-child/assets/fonts/raleway-light-webfont.woff) format('woff'),
url(//zool.in/wp-content/themes/screenr-child/assets/fonts/raleway-light-webfont.ttf) format('truetype'),
url(//zool.in/wp-content/themes/screenr-child/assets/fonts/raleway-light-webfont.svg#ralewaylight) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'ralewaymedium';
src: url(//zool.in/wp-content/themes/screenr-child/assets/fonts/raleway-medium-webfont.eot);
src: url(//zool.in/wp-content/themes/screenr-child/assets/fonts/raleway-medium-webfont.eot?#iefix) format('embedded-opentype'),
url(//zool.in/wp-content/themes/screenr-child/assets/fonts/raleway-medium-webfont.woff2) format('woff2'),
url(//zool.in/wp-content/themes/screenr-child/assets/fonts/raleway-medium-webfont.woff) format('woff'),
url(//zool.in/wp-content/themes/screenr-child/assets/fonts/raleway-medium-webfont.ttf) format('truetype'),
url(//zool.in/wp-content/themes/screenr-child/assets/fonts/raleway-medium-webfont.svg#ralewaymedium) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'MyriadPro-Regular';
src: url(//zool.in/wp-content/themes/screenr-child/assets/fonts/MyriadPro-Regular.eot);
src: url(//zool.in/wp-content/themes/screenr-child/assets/fonts/MyriadPro-Regular.woff) format('woff'),
url(//zool.in/wp-content/themes/screenr-child/assets/fonts/MyriadPro-Regular.ttf) format('truetype'),
url(//zool.in/wp-content/themes/screenr-child/assets/fonts/MyriadPro-Regular.svg) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'MyriadPro-Bold';
src: url(//zool.in/wp-content/themes/screenr-child/assets/fonts/MyriadPro-Bold.eot);
src: url(//zool.in/wp-content/themes/screenr-child/assets/fonts/MyriadPro-Bold.woff) format('woff'),
url(//zool.in/wp-content/themes/screenr-child/assets/fonts/MyriadPro-Bold.ttf) format('truetype'),
url(//zool.in/wp-content/themes/screenr-child/assets/fonts/MyriadPro-Bold.svg) format('svg');
font-weight: normal;
font-style: normal;
}
html,body{
font-size: 18px;
}
p,label,a,ul,h1,h2,h3,h4,h5{
font-family: ralewayregular,Helvetica,sans-serif;
}
p,label,a,ul{
font-size: 1rem;
} \:root{
font-size: 18px;
}
.textCenter{
text-align: center;
}
.italic{
font-style: italic;
}
.bold{
font-weight: bold;
}
.fontsize-1{
font-size: 3.888889rem; }
.fontsize-2{
font-size: 2.666669rem; }
.fontsize-3{
font-size: 1.666669rem; }
.fontsize-4{
font-size: 1.3333339rem; }
.fontsize-5{
font-size: 0.8888889rem; }
.fontsize-6{
font-size: 0.77777779rem; }
.fontsize-7{
font-size: 0.6666669rem; }
.site-header *{
font-family: MyriadPro-Bold,Helvetica,sans-serif;
}
body{
font-family: ralewayregular,Helvetica,sans-serif;
font-size: 18px; }
body,.site{
height: 100%;
}   .color-green{
color: #66cc33;
}
.color-sunglow{
color: #ffcc33;
}
.ms-slide-info h2 {line-height:1.5;}
.banner-text .bgcolor-sunglow,.ms-slide-info .bgcolor-sunglow { text-shadow: 1px 1px 3px #fff;
}
.banner-text .bgcolor-green,.ms-slide-info .bgcolor-green { color:#000;
text-shadow: 1px 1px 3px #fff;
}
.banner-text .bgcolor-orange,.ms-slide-info .bgcolor-orange { color: #000;
text-shadow: 1px 1px 3px #fff;
}
.color-orange{
color: #fe6600;
}
.banner-text .bgcolor-cyan,.ms-slide-info .bgcolor-cyan { text-shadow: 1px 1px 3px #fff;
}
.color-cyan{
color: #36cefe;
}
.banner-text .bgcolor-pink,.ms-slide-info .bgcolor-pink { color:#000;
text-shadow: 1px 1px 3px #fff;
} .color-lightgrey{
color: #666666;
}
.color-darkgrey{
color: #333333;
}
.banner-text .bgcolor-darkgrey,.ms-slide-info .bgcolor-darkgrey { color:#000;
text-shadow: 1px 1px 3px #fff;
}  header.site-header{position:absolute;top:0px;left:0px;right:0px;background:none;z-index: 1000;background:#fff;}
.nav-menu li{
padding-left: 17px;
padding-right: 17px;
}
.nav-menu li a{
text-transform: uppercase;
font-size: 14px;
letter-spacing: 2px;
position: relative;
padding: 0;
font-weight:500;
}
.nav-menu li a:hover,.nav-menu li a:focus,.nav-menu li.current-menu-item > a,.nav-menu li.current-menu-item > a:hover,.nav-menu li.current-menu-parent>a{
color: #66cc33 !important;
}
.nav-menu li a:after{
display: block;
content: '';
opacity: 0;
width: 100%;
height: 2px;
position: absolute;
bottom: 25px;
background: #66cc33;
-webkit-transition: opacity 0.5s ease;
-moz-transition: opacity 0.5s ease;
transition: opacity 0.5s ease;
}
.nav-menu li a:hover::after,.nav-menu li a:focus::after,.nav-menu li.current-menu-item > a::after,.nav-menu li.current-menu-item > a:hover::after,.nav-menu li.current-menu-parent>a::after{
opacity: 1;
}
.nav-menu ul {top: 80%;z-index: 9999;background:#fff;padding:8px;}
@media (max-width: 1140px){
.nav-menu ul{
background:unset;
}
}
.banner-text {z-index: 999;}
.banner-text h2{
color: #000;
}
.banner-text h2 span,.ms-slide-info .ms-info h2 span {
font-weight: normal; }
.ms-slide-info .ms-info h2 span {line-height:inherit;}
.banner-text h2:last-child,.ms-slide-info {width:90%;max-width:1280px;}
.ms-slide-info{
margin: 0 auto;
left: 0px;
right: 0px;
}
.breadcrumbs {
font-size: 14px;
padding: 0px;
border-bottom: 0px solid #e9e9e9;
color: #858585;
padding-bottom: 15px;
}
.breadcrumbs span{
margin-right: 20px;
}
.breadcrumbs a:after{
top: -3px;
}
.breadcrumbs a:before{
top: 1px;
right: -14px;
}
#nav-toggle{
margin-right: 0px;
margin-top: 0px; }
header.sticky {
line-height: 60px;
position: fixed;
background: #fff;
box-shadow: 0px 1px 1px 0px #f2f2f2;
}  .ms-slide-bgcont img{
-o-object-fit: cover;
object-fit: cover;
}
.ms-slide-bgcont::after,.banner-img::after{
display: block;
content:'';
position: absolute;
height: 60%;
width: 100%;
top:0px;
background: url(//zool.in/wp-content/uploads/2016/12/header-bg.png);
z-index: 0;
background-repeat: no-repeat;
background-position: bottom;
background-size: cover;
}
.banner-img::after{
height: 80%;
}
.master-slider-parent{
height: 70%;
}
.ms-inner-controls-cont,.ms-container,.master-slider,.ms-slide-container{
height: 100%;
}
.ms-view,.ms-slide,.ms-inner-controls-cont{
height: 100% !important;
}
.ms-skin-light-6.round-skin .ms-container .ms-nav-next, .ms-skin-light-6.round-skin .ms-container .ms-nav-prev, .ms-skin-light-6.round-skin .ms-container .ms-slide .ms-slide-vpbtn, .ms-skin-light-6.round-skin .ms-container .ms-video-btn{
border-radius: 0px;
}
.ms-skin-light-6 .ms-container .ms-nav-next, .ms-skin-light-6 .ms-container .ms-nav-prev,.ms-skin-light-6 .ms-container .ms-nav-next:hover,.ms-skin-light-6 .ms-container .ms-nav-prev:hover{
border: 0;
background: #cc3399;
}
.ms-skin-light-6 .ms-container .ms-nav-next{
right: 2px;
}
.ms-skin-light-6 .ms-container .ms-nav-prev{
left: 2px;
}
.master-slider .ms-container .ms-nav-prev,.master-slider .ms-container .ms-nav-next{
display: none;
}
.master-slider:hover .ms-container .ms-nav-prev,.master-slider:hover .ms-container .ms-nav-next{
display: block;
}
.ms-skin-light-6 .ms-container .ms-nav-next::after,.ms-skin-light-6 .ms-container .ms-nav-prev::after{
display: block;
height: 40px;
width: 40px;
position: absolute;
font-size: 40px;
top: -12px;
left: 7px;
}
.ms-skin-light-6 .ms-container .ms-nav-next::after{
content: "\e258";
}
.ms-skin-light-6 .ms-container .ms-nav-prev::after{
content: "\e257";
}
.ms-slide-info{
top: 50% !important;
transform: translateY(-50%);
}
.ms-info{
text-align: center;
color: #000;
width: 90%;
margin: 0 auto;
}
.ms-bullets{
bottom: 90px !important;
}  #primary {padding-top:100px;}
hr.underline{
width: 70%;
margin-top:30px;
}
hr {
border: 0;
border-top:0px solid #e9e9e9;
height: 2px;
margin-bottom: 20px;
background:#333;
margin-left:0px;
}   .site-footer{
border-top: 1px solid #f2f2f2;
margin-top: 30px;
}
.site-footer  .footer-column .widget *{
font-size: 15px;
}
.site-footer  .footer-column .widget h3.widget-title{
font-family: MyriadPro-Bold,Helvetica,sans-serif;
text-transform: uppercase;
font-size: 14px;
letter-spacing: 2px;
position: relative;
padding: 0;
margin-bottom: 15px;
}
#footer-4 .widget .widget-title{
font-size: 30px;
font-style: normal;
font-family: ralewayregular,Helvetica,sans-serif;
text-transform: none;
margin-bottom: 10px;
}
#footer-4 .widget .textwidget a{
text-decoration: underline;
}
.site-copyright{
font-family: ralewaylight;
font-style: italic;
text-align: left;
}
.site-social-links{
text-align: right;
}
.site-social-links a.social{
width: 32px;
height: 32px;
display: inline-block;
margin: 0px 5px;
border-radius: 50%;
background-color: #ccc;
color: #fff;
padding-top: 5px;
}
.site-social-links a.social:hover{
text-decoration: none;
}
.site-social-links a.social i{
color:#333;
text-align: center;
margin: auto;
float: none;
clear: both;
margin-top: 3px;
display: block;
}
.site-social-links a.social:last-child{
margin-right: 0pc;
}
#formilla-chat-button{
display: none;
opacity: 0;
}
.sidebar .widget {
margin-bottom: 20px;
}
.site-footer .footer-widgets.section-padding {
padding: 3.75rem 0px 0rem 0px;
}  .itemsItem {margin-bottom:30px;}
.servicesDiv img{
width:64px;
margin-bottom: 20px;
}
.servicesDiv h3{
margin: 0 0 5px 0;
}
.servicesDiv h4{
margin: 0 0 20px 0;
}
.titleHeaderDiv h1{
margin: 0 0 50px 0;
}
article p{
margin: 0 0 40px 0;
} .titleFooterDiv h1{
margin: 0;
}
.videoLink a{
vertical-align: top;
}
.videoLink a img{
width: 24px;
vertical-align: inherit;
}  .featureDiv .imgDiv img{
max-height: 100%;
}
.featureDiv .imgDiv{
height:90px;
margin: 0 0 20px 0;
}  .ourPatnersPage .videoLink, .ourClientsPage .videoLink{
padding: 20px 0;
float: right;
}
.partnerSession .partnerDiv{
min-height: 425px;
padding-left: 0;
padding-right: 30px;
}
.partnerSession .partnerDiv h3{
font-size: 16px;
color:#666;
font-style: italic;
}  .home .site-main>.entry{
margin-bottom:100px;
}
.zool-gallery{
position: relative;
}
.img-wrapper{
height: 400px;
margin-bottom: 5px;
padding-left: 0px;
padding-right: 0px;
position: relative;
}
.zool-gallery-wrapper > div > .img-wrapper:first-child{
padding-right: 5px;
}
.img-wrapper.col-md-4{
padding: 0;
}
.img-wrapper .img-wrapper{
height: 197.5px;
}
.slider-img{
height: 100%;
background-color: #333;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.slider-caption{
position: absolute;
padding: 15px 30px;
background-color: #ffcc33;
opacity: 0.9;
bottom: 30px;
left: 5px;
color: #000;
font-size: 16px;
display: none
} .whiteColor {color:#000000;}
.zool-contact-form{
padding: 100px 0px;
position: relative;
}
.zool-contact-form hr { }
.zool-contact-form .fontsize-3 {
color:#000000;
}
.zool-contact-form::after {
content: '';
width: 100%;
position: absolute;
height: 100%;
display: block;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: -1;
background: -moz-linear-gradient(135deg,#00c4cc,#7d2ae8); background: -webkit-gradient(linear, left top, right top, color-stop(0%, #00c4cc), color-stop(0%, #7d2ae8), color-stop(8%, #00c4cc), color-stop(83%, #7d2ae8), color-stop(88%, #7d2ae8)); background: -webkit-linear-gradient(135deg,#00c4cc,#7d2ae8); background: -o-linear-gradient(135deg,#00c4cc,#7d2ae8); background: -ms-linear-gradient(135deg,#00c4cc,#7d2ae8); background: linear-gradient(135deg,#00c4cc,#7d2ae8); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c4cc', endColorstr='#7d2ae8', GradientType=1); background:#f2f2f2;
}
.zool-contact-form .titleFooterDiv {
margin-bottom: 40px;
}
.zool-contact-form h1.font-size-2 {
color: #000;
}
address {
margin: 20px 0;
}
.address *{
color: #000;
}
.address h3{
font-family: MyriadPro-Bold;
}
.address a {
text-decoration: underline;
}
.address a:hover{color:#fff;}
.contact-home {
position: relative;
}
.contact-home{
position: relative;
}
.wpcf7-form-control-wrap,.wpcf7-form-control-wrap > *{
width: 	100%;
display: block;
}
.contact-home p{
position: relative;
}
.home-form .group{
margin-bottom: 	40px;
}
.home-form input,.home-form textarea{
background: transparent;
border:0px;
border-bottom:1px solid #000;
box-shadow: none;
border-radius:0;
font-size: 1rem;
resize: none;
}
.home-form input:focus,.home-form textarea:focus{
box-shadow:none;
outline: none;
}
.home-form label{
margin-bottom:0px;
color:#000;
display: none;
}
.home #content-inside{
width: 100%;
padding-left: 0px;
padding-right: 0px;
}
.home .entry:last-child{
margin-bottom: 0px;
}
div.wpcf7-validation-errors,div.wpcf7-mail-sent-ok{
position: absolute;
border:0;
color: #000;
padding:0;
}
span.wpcf7-not-valid-tip{
position: absolute;
}
input[type="submit"], input[type="submit"]{
width: 100%;
border-radius: 4px;
} .clientLogo {
padding-top: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
} .page-id-13 .home .entry:last-child {
margin-bottom: 0px;
}
.page-id-13 #primary{
padding-bottom: 0px;
}
.page-id-13 .site-footer{
margin-top: 0;
}
.page-id-13 .partnerSession .partnerDiv img, .page-id-485 .partnerSession .partnerDiv img {
margin-bottom: 0.9375rem;
}
.landing{
position: fixed;
left: 0;
right: 0;
top:0;
bottom: 0;
width: 100%;
height: 100%;
z-index: 999999;
background: #fff;
display: none;
overflow: auto;
}
.landing.open{
display: block;
} .home-button{
display: none !important;;
}
.text-right{
text-align: right;
}
.text-left{
text-align: left;
}
.year{
width: 	100%;
height: 648px;
display: block;
background-repeat: 	no-repeat;
background-position: center;
background-size: contain;
}
.landing-header{
margin-top: 20px;
}
.landing-content{
margin-top: 30px;
}
.close-landing{
width: 20px;
height: 20px;
font-size: 2rem;
color: #333;
}
.close-landing:hover{
color: #f00;
text-decoration: none;
}
.landing-text{
font-size: 2.2rem;
width: 68%;
margin: 90px auto;
display: block;
line-height: 1.4;
}
.split-columns{
margin-bottom: 30px;
}
.bulletlist{
margin-left: 30px;
}
.nobulletlist{
list-style: none;
}
.job_application input{
padding: 10px 15px;
background: black;
border: 1px solid black;
color: white;
}
.job_application input:hover{
color: black;
background: white;
}
article header.sticky{
position: static !important; }
.entry-footer {border-top:0px solid red;} input.material_input::-webkit-input-placeholder,textarea.material_input::-webkit-input-placeholder {
font-family: 'roboto', sans-serif;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
input.material_input {
display: block;
border: none;
border-bottom: solid 1px #000;
-webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 96%, #000 100%);
background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #000 100%);
background-position: -666px 0;
background-size: 100% 100%;
background-repeat: no-repeat;
color: #000;
padding-left:0px;
}
textarea.material_input{
display: block;
border: none;
border-bottom: solid 1px #000;
-webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 98%, #000 100%);
background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 98%, #000 100%);
background-position: -666px 0;
background-size: 100% 100%;
background-repeat: no-repeat;
color: #000;
padding-left:0px;
}
input.material_input:focus,textarea.material_input:focus{
box-shadow: none;
outline: none;
background-position: 0 0;
}
input.material_input:focus::-webkit-input-placeholder {
color: #000;
font-size:0.7em;
-webkit-transform: translateY(-25px); 	
transform: translateY(-25px);
visibility: visible !important;
}
textarea.material_input:focus::-webkit-input-placeholder{
color: #000;
font-size:0.7em;
-webkit-transform: translateY(-18px); 	
transform: translateY(-18px);
visibility: visible !important;
}
::-webkit-input-placeholder { color: black;
}
::-moz-placeholder { color: black;
}
:-ms-input-placeholder { color: black;
}
:-moz-placeholder { color: black;
}  .sidebar .widget a:hover{
color: #66cc33 !important;
}
.widget_recent_entries ul li{
line-height: normal !important;
}
.sidebar .widget .widget-title{
font-family: "Montserrat", Helvetica, Arial, sans-serif;
} .single-blog .banner-text h3{
text-shadow: 1px 1px 3px #fff;
}
.single-blog .banner-text .date{
font-size: 20px;
font-weight: bold;
text-shadow: 1px 1px 3px #fff;
color: #000;
}
.blogArticle .entry-title:after{
content: none;
}
.blogArticle .entry-title{
padding-left: 0px;
line-height: 30px;
font-family: "ralewayregular", Helvetica, Arial, sans-serif;
font-size: 1.3rem;
}
.blogArticle header{
box-shadow: none;
}
.blogArticle .entry-content{
display: none;
}
.blogArticle .entry-thumb{
display: none;
}
.blogArticle{
height: 350px;
position: relative;
margin-bottom: .9375rem;
padding-left: 0px;
}
.blogArticle .entry-header{
position: absolute;
bottom: 30px;
width: 60%;
}
.entry-header .entry-title {font-family: ralewayregular,Helvetica,sans-serif;}
.blogContainer{
border: 1px solid #e9e9e9;
padding: 30px;
height: 350px;
overflow: hidden;
}
.blogArticle .entry-more a{
background: transparent;
color: black;
text-transform: uppercase;
letter-spacing: 1px;
padding-left: 0px;
}
.blogArticle .entry-more a:hover{
color:#66cc33;
}
.blogArticle .date {font-weight:bold;text-shadow: 1px 1px 1px #f2f2f2;}
.blogArticle .entry-title {
overflow: hidden;
position: relative; margin-right: -1em;
padding-right: 1em;
text-shadow: 1px 1px 1px #f2f2f2;
color:#000;
}
.blogArticle .entry-title:before {
content: '...';
position: absolute;
right: 0;
bottom: 0;
display: none;
}
.blogArticle .entry-title:after {
content: '';
position: absolute;
right: 0;
width: 1em;
height: 1em;
margin-top: 0.2em;
background: white;
display: none;
}
.type-blog h1.entry-title:after{
content: none;
}
.type-blog h1.entry-title{
padding-left: 0px;
}
.type-blog .entry-thumb {display:none;}
.mb-only-navlink{
display:none;
} @media (max-width: 670px){
#nav-toggle {
margin-right: 0px !important;
}
}
@media (max-width: 1140px) {
\:root{
font-size: 16px;
}
.nav-menu li a:hover,.nav-menu li a:focus,.nav-menu li.current-menu-item > a,.nav-menu li.current-menu-item > a:hover,.nav-menu li.current-menu-parent>a{
color: #cc3399 !important;
}
html,body{
font-size: 16px;
}
p,label,a,ul{
font-size: 1.333339rem;
}
.nav-menu li a:hover::after,.nav-menu li a:focus::after,.nav-menu li.current-menu-item > a::after,.nav-menu li.current-menu-item > a:hover::after,.nav-menu li.current-menu-parent>a::after{
opacity: 0;
display: none;
}
#nav-toggle {
margin-right: -24px;
}
.nav-menu.nav-menu-mobile{
background-color: rgba(	255, 204, 51, 0.98);
position: absolute;
left: 0;
right: 0;
top: 0px;
bottom: 0;
z-index: 1;
height: 100% !important;
padding: 90px 24px;
height:100vh !important;
}
body.menu-open{
overflow:hidden;
height:100vh;
}
.mb-only-navlink{
display:block;
}
.nav-menu.nav-menu-mobile .nav-toggle-subarrow{
padding:8px 16px !important;
} .fa-angle-down::before {
content: url(//zool.in/wp-content/uploads/2025/09/dropdowniconzool.png); font-size: 12px;
filter:invert(1);
margin-left: 6px;
display: inline-block;
transition: transform 0.3s ease;
} .menu-item-has-children.open .fa-angle-down::before {
transform: rotate(180deg);  
}
.nav-menu li a{
line-height: 1.5;
margin-top: 3px;
} .nav-menu.nav-menu-mobile li{
padding:0px;
background: transparent;
border-top: 0px;
}
.nav-menu.nav-menu-mobile > li > a{
padding: 12px 15px;
}
.nav-menu.nav-menu-mobile  li > a{
color: #000;
}
.nav-menu.nav-menu-mobile ul > li > a{
padding: 7px 15px;
margin-top: 0px;
font-family: ralewayregular;
background: transparent;
}
.nav-menu.nav-menu-mobile .nav-toggle-subarrow{
border-left: 0px;
line-height: 1.5; }
.nav-menu.nav-menu-mobile .home-button{
display: block !important;
letter-spacing: 2px;
text-transform: uppercase;
color: #000;
margin: 0 0;
padding: 0px 15px;
line-height: 20px;
}
.home-button i{
font-family: FontAwesome;
font-size: 2rem;
line-height: 1.4;
display: block;
}
#nav-toggle{
z-index: 999;
} body.menu-open{
overflow:hidden;
}
body.menu-open,body.menu-open .site,body.menu-open header{
height: 100%;
}
.tc_member-col-single{
width: 25%;
}
.banner-text h2{
line-height: 1.23;
}
}
@media (min-width: 1140px) {
.home-button{
display: none;
}
.nav-menu .sub-menu{
border:0px;
box-shadow: none;
transform: all 0.5s ease;  }
.nav-menu .sub-menu li a{
border-top: 0;
color:#000;
font-size: 1rem;
background: transparent;
padding: 5px 10px 5px 0px ;
font-family: ralewayregular;
font-weight: normal;
width: auto;
float: left;
clear: both;
}
.nav-menu .sub-menu li a:hover,.nav-menu .sub-menu li a:focus,.nav-menu .sub-menu li.current-menu-item > a{
text-decoration: underline;
}
.nav-menu .sub-menu li a::after{
content: none;
display: none;
}
header.sticky .sub-menu{
background: #fff;
box-shadow: 0px 1px 1px 0px #f2f2f2;
top: 100%;
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
padding:15px 10px
}
header.sticky .sub-menu::after{
border-color: rgba(255, 255, 255, 0);
border-bottom-color: #fff;
border-width: 10px;
margin-left: -10px;
}
header.sticky .sub-menu::before{
border-color: rgba(204, 204, 204, 0);
border-bottom-color: #ccc;
border-width: 11px;
margin-left: -11px;
}
header.sticky .sub-menu::after, header.sticky .sub-menu::before{
bottom: 100%;
left: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
header.sticky .nav-menu li a::after{
bottom: 15px;
}
} @media (max-width: 1140px){
.img-wrapper{
height: 456px;
}
.img-wrapper .img-wrapper{
height: 225px;
}
}
@media (max-width: 768px){ .zool-gallery-wrapper > div > .img-wrapper:first-child{
padding-right: 0px;
}
.img-wrapper .img-wrapper{
height: 230px;
}
.tc_member-col-single{
width: 33.3333339%;
}
.fontsize-1{
font-size: 2.8rem; }
}
@media (max-width: 480px){
.tc_member-col-single{
width: 50%;
}
}
@media (max-width: 992px){
.titleFooterDiv h1 {
margin-bottom: 30px;
}
.videoLink {
margin-bottom: 30px;
margin-top: 0px;
}
.fontsize-5 {
font-size: 1rem;
}
}
@media (min-width: 544px){
.container {
max-width: 630px;
}
.home #content-inside{
max-width: 100%;
}
}
@media (max-width:640px){
.container{
padding-right: 1.9375rem;
padding-left: 1.9375rem;
}
.home #content-inside{
max-width: 100%;
}
}
@media (max-width:639px){
.year{
width: 	100%;
height: 300px;
}
.landing-text{
font-size: 1.2rem;
margin: 15px auto;
}
.fontsize-2{
font-size: 2rem;
}
.fontsize-1{
font-size: 2rem;
}
.site-social-links{
text-align: center;
}
.site-social-links a.social{
padding-top: 3px;
}
}
@media (min-width: 768px){
.container{
max-width: 90%;
}
.home #content-inside{
max-width: 100%;
}
}
@media (min-width: 992px){
.container{ }
}
@media (min-width: 1200px){
.container{
width:1280px;
max-width: 100%;
}
}
@media (max-width: 768px){
.img-wrapper{
height: 465px;
margin-bottom:5px;
width:100%;
}
}  .clients-video .videoLink{
margin-top: 10px;
text-align: right;
}
.bottom-space{
margin-bottom: 30px;
}
body.iframeVideo{
overflow: hidden;
}
div#lastImageId img:nth-child(2) {
display: none;
}
.modal-backdrop{
position: absolute !important; 
}
.modal.in .modal-dialog {
top: 10%;
}
.modal-open .modal {
background: rgba(0,0,0,0.88);
}
.modal-open header.sticky {
position: absolute !important;
}
.video-modal{
padding: 0;
}
.modal-close{
width: 20px;
height: 20px;
font-size: 2rem;
color: #fff;
float: right;
margin-top: 30px;
margin-right: 30px;
}
.modal-close:hover {
color: #f00;
text-decoration: none;
}
.video-header {
padding: 0;
border-bottom: none;
display: none;
}
.our-team-oage{
margin-left: 0;
margin-right: 0;
}
.our-team-oage hr{
margin-left: 15px;	
}
.videoLink img{
padding-top: 3px;
} @media (min-width: 992px){
.clientLogo:nth-child(6){
border-right: 1px solid transparent;
}
.clientLogo:nth-child(12){
border-right: 1px solid transparent;
}
.clientLogo:nth-child(18){
border-right: 1px solid transparent;
}
.clientLogo:nth-child(24){
border-right: 1px solid transparent;
}
.clientLogo:nth-child(30){
border-right: 1px solid transparent;
}
}
@media (min-width: 768px) and (max-width:991px){
.clientLogo:nth-child(4){
border-right: 1px solid transparent;
}
.clientLogo:nth-child(8){
border-right: 1px solid transparent;
}
.clientLogo:nth-child(12){
border-right: 1px solid transparent;
}
.clientLogo:nth-child(16){
border-right: 1px solid transparent;
}
.clientLogo:nth-child(20){
border-right: 1px solid transparent;
}
.clientLogo:nth-child(24){
border-right: 1px solid transparent;
}
.clientLogo:nth-child(28){
border-right: 1px solid transparent;
}
}
@media (min-width: 544px) and (max-width:767px){
.clientLogo:nth-child(3){
border-right: 1px solid transparent;
}
.clientLogo:nth-child(6){
border-right: 1px solid transparent;
}
.clientLogo:nth-child(9){
border-right: 1px solid transparent;
}
.clientLogo:nth-child(12){
border-right: 1px solid transparent;
}
.clientLogo:nth-child(15){
border-right: 1px solid transparent;
}
.clientLogo:nth-child(18){
border-right: 1px solid transparent;
}
.clientLogo:nth-child(21){
border-right: 1px solid transparent;
}
.clientLogo:nth-child(24){
border-right: 1px solid transparent;
}
.clientLogo:nth-child(27){
border-right: 1px solid transparent;
}
.clientLogo:nth-child(30){
border-right: 1px solid transparent;
}
}
@media (max-width:543px){
.clientLogo:nth-child(2){
border-right: 1px solid transparent;
}
.clientLogo:nth-child(4){
border-right: 1px solid transparent;
}
.clientLogo:nth-child(6){
border-right: 1px solid transparent;
}
.clientLogo:nth-child(8){
border-right: 1px solid transparent;
}
.clientLogo:nth-child(10){
border-right: 1px solid transparent;
}
.clientLogo:nth-child(12){
border-right: 1px solid transparent;
}
.clientLogo:nth-child(14){
border-right: 1px solid transparent;
}
.clientLogo:nth-child(16){
border-right: 1px solid transparent;
}
.clientLogo:nth-child(18){
border-right: 1px solid transparent;
}
.clientLogo:nth-child(20){
border-right: 1px solid transparent;
}
.clientLogo:nth-child(22){
border-right: 1px solid transparent;
}
.clientLogo:nth-child(24){
border-right: 1px solid transparent;
}
.clientLogo:nth-child(26){
border-right: 1px solid transparent;
}
.clientLogo:nth-child(28){
border-right: 1px solid transparent;
}
.clientLogo:nth-child(30){
border-right: 1px solid transparent;
}
}
@media (min-width: 768px){
.modal-lg {
width: 60%;
}
}
.site-footer .site-info {
background: #222222 !important;	
color: #777777 !important;
}
.wpcf7-form-control-wrap input{
height:65px;
}
.group{
position:static !important;
} .privacy-policylist strong{
color:#444444;
}
.footer-row{
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
grid-template-rows: repeat(4, auto);
}
@media screen and (min-width: 940px) {
.footer-row .sidebar {
width: 100%;
float: left;
}
}
.footer-row > a{
display:none;
}