/*
Theme Name: Poliklinika Zubović
Theme URI: https://www.zubovic.com/
Author: Vedran Sadić
Author URI: https://www.facebook.com/vedran.sadic.3
Description: Poliklinika Zubović is an outstanding creative and flexible WordPress one page theme well suited for business website, portfolio, digital agency, product showcase, freelancers and everyone else who appreciate good design. The theme overall is an elegant and classic one, a fine example of Bootstrap 4 WordPress theme which compatibility with latest version of WooCommerce. (Live preview : https://demos.famethemes.com/onepress)
Version: 10
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: onepress
Tested up to: 5.6
Requires PHP: 5.6
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-menu, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, e-commerce, blog, portfolio

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Poliklinika Zubović is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
html, body {
 height: 100%;
}
/*------------------------------
	2.1 Typography
------------------------------*/
html, body {
 margin: 0;
 padding: 0;
}
.grecaptcha-badge {
 visibility: hidden;
}
html {
 box-sizing: border-box;
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 font-size: 62.5%;
}
body {
 background: #ffffff;
}
body.onepress-menu-mobile-opening {
    overflow: hidden;
}
.post-type-archive-studije-slucaja .site, .archive.category-blog .site {
 background: #f9f9f9;
}
.site {
 background: #fff;
 position: relative;
 max-width: 1980px;
 margin: 0 auto;
}
.post-type-archive-studije-slucaja .site .category-blog .site {
 background: #f8f8f8;
}
body, button, input, select, textarea {
 font-family: 'Roboto', sans-serif;
 font-size: 16px;
 font-size: 1.6rem;
 line-height: 1.7;
 color: #333;
}
.video-wrapper {
 padding: 0 5%;
 position: relative;
}
.video-container video {
 width: 100%;
 height: auto;
}
.frame-container {
 position: relative;
 overflow: hidden;
 width: 100%;
 padding-top: 25px;
 padding-bottom: 56.25%; /* 1:1 Aspect Ratio */
}
/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
 position: absolute;
 top: 0;
 left: 0;
 bottom: 0;
 right: 0;
 width: 100%;
 height: 100%;
}
pre, code, input, textarea {
 font: inherit;
}
::-moz-selection {
 background: #000000;
 color: #FFFFFF;
}
::selection {
 background: #000000;
 color: #FFFFFF;
}
body .twentytwenty-after-label:before {
 content: "Poslije";
}
body .twentytwenty-before-label:before {
 content: "Prije";
}
.cli-bar-container.cli-style-v2 {
 font-size: 14px;
}
.languages{
 float:right;
 font-size:14px;
 font-weight: 700;
 position: relative;
 z-index: 100
 }
 .languages .wpml-ls-legacy-list-horizontal{
  padding:0;
 }
 .languages .wpml-ls-legacy-list-horizontal a {
    display: block;
    text-decoration: none;
    padding: 5px 6px 6px;
    line-height: 1;
}
.languages .wpml-ls-current-language a span{text-decoration: underline}
/*------------------------------
	2.2 Links
------------------------------*/
a {
 color: #03c4eb;
 text-decoration: none;
 outline: none;
 transition: all .2s;
 -webkit-transition: all .2s;
}
a:hover {
 text-decoration: none;
 color: #c6495c;
 text-decoration: underline;
 opacity: .8
}
a:active, a:focus, a:hover {
 outline: none;
}
a:active, a:focus {
 text-decoration: none;
 color: #c6495c;
}
/*------------------------------
	2.3 Heading
------------------------------*/
h1, span.h1, h2, span.h2, h3, span.h2, h4, span.h2, h5, span.h2, h6, span.h2 {
 clear: both;
 font-family: 'Ubuntu', sans-serif;
 font-weight: 400;
 margin-bottom: 15px;
 margin-bottom: 15px;
 margin-top: 0;
 color: #c6495c;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
 color: #333333;
 text-decoration: none;
}
h1, span.h1 {
 line-height: 1.1;
 font-size: 50px;
 font-size: 5rem;
}
h1 span {
 font-weight: bold;
}
h2 {
 line-height: 1.1;
 font-size: 40px;
 font-size: 4rem;
}
.entry-content h2 {
 line-height: 1.3;
 font-size: 33px;
 font-size: 3.2rem;
}
h3 {
 font-size: 20px;
 font-size: 2rem;
 line-height: 1.3;
}
.entry-content h3 {
 font-weight: 600;
 font-size: 2rem;
 margin-top: 20px;
}
.single-studije-slucaja .entry-content h3 {
 margin-top: 50px;
}
h4 {
 font-size: 18px;
 font-size: 1.8rem;
 margin-bottom: 12px;
 font-weight: 400
}
.entry-content h4 {
 font-weight: 500
}
h5 {
 text-transform: uppercase;
 font-size: 16px;
 font-size: 1.6rem;
 font-weight: 700;
 font-family: 'Roboto', sans-serif;
}
h6 {
 font-weight: 700;
 text-transform: uppercase;
 font-size: 14px;
 font-size: 1.4rem;
}
/*------------------------------
	2.4 Base
------------------------------*/
ul, ol, dl, p, details, address, .vcard, figure, pre, fieldset, table, dt, dd, hr {
 margin-bottom: 15px;
 margin-bottom: 0.9375rem;
 margin-top: 0;
}
/*------------------------------
	2.5 Content
------------------------------*/
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;
 border-radius: 2px;
}
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;
}
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;
}
@media (min-width: 1439px) {
 .container, .cli-bar-container.cli-style-v2 {
  width: 1380px;
  max-width: 100%;
 }
}
.archive .navigation {
 text-align: center;
 margin-top: 0;
 width: 100%
}
.archive .navigation li a, .archive .navigation li a:hover, .archive .navigation li.active a, .archive .navigation li.disabled {
 color: #fff;
 text-decoration: none;
}
.archive .navigation li {
 display: inline;
}
.archive .navigation li a, .archive .navigation li a:hover, .archive .navigation li.active a, .archive .navigation li.disabled {
 background-color: transparent;
 border: solid 1px #c6495c;
 border-radius: 0;
 cursor: pointer;
 padding: 4px 8px;
 color: #c6495c;
 border-radius: 50%;
 font-size: 13px;
}
.archive .navigation li a:hover, .archive .navigation li.active a {
 background-color: #c6495c;
 color: #fff;
 font-weight: 700;
}
.card-container .card {
 padding: 0;
 background: #000;
 margin: 1.5rem 0;
 border-radius: 0;
 border: none
}
.card-container .card:before {
 content: "";
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
 height: 100%;
 width: 100%;
 opacity: .3;
 transition: .8s ease;
 -moz-transition: .8s ease;
 -webkit-transition: .8s ease;
 -o-transition: .8s ease;
 background-color: rgba(0, 0, 0, .9);
}
.card-container .overlay {
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
 height: 100%;
 width: 100%;
 opacity: 0;
 transition: .8s ease;
 -moz-transition: .8s ease;
 -webkit-transition: .8s ease;
 -o-transition: .8s ease;
 background-color: rgba(0, 0, 0, .9);
 color: #fff;
}
.card-container .title-wrapper {
 position: absolute;
 top: 50%;
 right: 0;
 left: 0;
 transform: translateY(-50%);
 -webkit-transition: all .3s;
 transition: all .3s;
 text-align: center;
 padding: 0 30px
}
.card-container .title-wrapper h5 {
 margin: 0;
 color: #fff;
 z-index: 150;
 font-size: 1.6rem;
 line-height: 24px;
 font-weight: normal;
 font-style: normal;
 text-transform: uppercase;
 text-decoration: none;
 letter-spacing: 3px;
 font-family: 'Roboto', sans-serif;
}
}
.card-container .overlay-wrapper {
 padding: 1.5rem;
 width: 100%;
 height: 100%;
}
.card-container:hover .overlay {
 opacity: 1;
 cursor: auto
}
.card-container:hover .overlay a:hover h2 {
 color: #fff
}
.overlay .btn {
 position: absolute;
 bottom: 1.5rem;
 left: 50%;
 transform: translateX(-50%);
 border-color: #fff;
 color: #fff
}
.overlay .btn:hover {
 border-color: #e5332a;
 color: #fff;
 background: rgba rgba(102, 102, 102, .3)
}
/*------------------------------
	2.6 Table
------------------------------*/
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;
}
table > thead > tr > th, table > thead > tr > td {
 border-bottom-width: 2px;
}
table th {
 font-size: 14px;
 text-transform: uppercase;
}
/*------------------------------
	2.7 Form
------------------------------*/
fieldset {
 padding: 20px;
 border: 1px solid #e9e9e9;
}
input[type="reset"], input[type="submit"], input[type="submit"]{
 cursor: pointer;
 background: #03c4eb;
 border: none;
 display: inline-block;
 color: #FFFFFF;
 text-transform: uppercase;
 line-height: 1;
 text-align: center;
 padding: 15px 23px 15px 23px;
 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;
 border-radius: 30px;
}
input[type="reset"]:hover, input[type="submit"]:hover, input[type="submit"]:hover, .pirate-forms-submit-button:hover, .contact-form div.wpforms-container-full .wpforms-form .wpforms-submit:hover {
 opacity: 0.8;
 background: #03c4eb;
 border: none;
}
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;
}
label .label, .label {
 padding-left: 18px;
 display: inline-block;
}
select {
 max-width: 100%;
 overflow: auto;
 vertical-align: top;
 outline: none;
 border: 1px solid #e9e9e9;
 padding: 10px;
}
textarea:not(.editor-post-title__input), 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: 10px 20px;
 max-width: 100%;
 border: 1px solid #708597;
 font-weight: normal;
 line-height: 22px;
 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
 -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
 -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
 transition: all 0.2s linear;
 -moz-transition: all 0.2s linear;
 -webkit-transition: all 0.2s linear;
 -o-transition: all 0.2s linear;
 background-color: transparent;
 box-sizing: border-box;
 color: #333;
 border-radius: 200px;
 margin-top: .8rem;
 font-size: 14px
}
textarea:not(.editor-post-title__input):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="submit"], input[type="week"]:focus {
 box-shadow: none !important;
 -moz-box-shadow: none;
 -webkit-box-shadow: none;
 -o-box-shadow: none;
 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: #fff;
 background: #e9e9e9;
 outline: none !important;
}
button::-moz-focus-inner {
 border: 0;
 padding: 0;
}
input[type="radio"], input[type="checkbox"] {
 margin: 1px 5px 0 0;
 float: left;
}
.wpcf7-form-control.wpcf7-post_checkbox {
 margin-top: 4px;
 display: inline-block
}
.wpcf7-list-item {
 display: inline-block;
 margin: 0;
}
textarea {
 resize: vertical;
 border-radius: 4px !important;
 width: 100%;
}
button::-moz-focus-inner {
 border: 0;
 padding: 0;
}
input[type="radio"], input[type="checkbox"] {
 margin: 0 10px;
}
label {
 margin-bottom: 1.5rem;
}
/*------------------------------
	2.8 Accessibility
------------------------------*/
/* Text meant only for screen readers */
.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;
 border-radius: 3px;
 clip: auto !important;
 color: #03c4eb;
 display: block;
 height: auto;
 left: 5px;
 line-height: normal;
 padding: 17px;
 text-decoration: none;
 top: 5px;
 width: auto;
 z-index: 100000;
 /* Above WP toolbar */
}
/*------------------------------
	2.8 Accessibility
------------------------------*/
/*------------------------------
	2.9 Alignments
------------------------------*/
.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;
}
/*------------------------------
	3.0 Clearings
------------------------------*/
.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;
}
/*------------------------------
	3.1 Infinite Scroll
------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
 /* Theme Footer (when set to scrolling) */
 display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
 display: block;
}
/*------------------------------
	3.1 Helper.
------------------------------*/
.hide {
 display: none;
}
.clearleft {
 clear: left;
}
.break, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, blockquote, pre {
 word-break: break-word;
 word-wrap: break-word;
}
body.mce-content-body {
 margin: 20px 40px;
 font-size: 13px;
}
/*--------------------------------------------------------------
3.0 Layout
--------------------------------------------------------------*/
#primary {
 padding-bottom: 40px;
 padding-top: 40px;
}
.template-fullwidth-stretched #primary, .siteorigin-panels #primary {
 padding: 0;
}
.template-fullwidth-stretched .entry-content, .siteorigin-panels .entry-content {
 margin-bottom: 0px;
}
#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;
 }
}
.sidebar {
 width: 100%;
 float: none;
}
@media screen and (min-width: 940px) {
 .sidebar {
  width: 25.2252252252%;
  float: left;
 }
}
.left-sidebar .site-main {
 margin-left: auto;
}
.no-sidebar .content-area {
 width: 100%;
}
.single-post .no-sidebar .site-main, .single-post .no-sidebar .entry-content > * {
 margin-left: auto;
 margin-right: auto;
}
@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.7747747748%;
 }
 .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.7747747748%;
 }
 .right-sidebar .sidebar {
  padding-left: 39px;
  border-left: 1px solid #e9e9e9;
  margin-left: -1px;
 }
}
/**
Footer widgets
 */
.footer-widgets {
 background: #050505;
 font-size: 14px
}
.footer-widgets.section-padding {
 padding: 70px 0px 35px;
 padding: 3rem 0px;
}
.footer-widgets table {
 border-collapse: collapse;
}
.footer-widgets table > thead > tr > th, .footer-widgets table > thead > tr > td {
 border-width: 1px;
}
.footer-widgets table th, .footer-widgets table td {
 border-color: rgba(233, 233, 233, 0.4);
}
.footer-widgets .widget-title {
 color: #ffffff;
}
.footer-widgets .widget-area .widget_categories li, .footer-widgets .widget-area .widget_archive li, .footer-widgets .widget-area .widget_meta li {
 width: 100% !important;
 float: none;
}
.footer-widgets .widget_recent_entries ul li, .footer-widgets .widget_recent_comments ul li {
 border-bottom: 0px none;
 padding: 5px 0px;
 margin-bottom: 0px;
}
.footer-widgets .sidebar .widget {
 margin-bottom: 0;
}
/*--------------------------------------------------------------
4.0 Structure
--------------------------------------------------------------*/
/* Header
------------------------------*/
.site-header {
 line-height: 0;
 position: relative;
 width: 100%;
 background: #fff;
 z-index: 1100;
 -webkit-transition: all 1s ease-out;
 /* Safari */
 -webkit-transition: all 0.5s ease-out;
 transition: all 0.5s ease-out;
 box-shadow: 0 5px 10px 0 rgba(50, 50, 50, 0.06);
 */ height: 50px;
}
.site-header.no-scroll {
 box-shadow: none
}
.site-header.header-fixed {
 top: 0px;
 left: 0px;
 position: fixed;
}
.site-header .custom-logo-transparent {
 display: none;
}
.followWrap {
 display: block;
 background: #fff
}
.header-full-width .container {
 max-width: auto;
 width: auto;
}
@media screen and (min-width: 940px) {
 .header-full-width .container {
  padding-left: 30px;
  padding-right: 30px;
 }
}
.is-transparent .followWrap {
 z-index: 99;
 width: 100%;
 background: transparent;
 position: absolute;
 top: 0px;
 display: block;
}
.is-transparent .site-header {
 background: transparent;
 position: fixed;
 top: 0px;
}
.is-transparent .site-header.no-sticky {
 position: absolute;
 top: auto;
}
.is-transparent .site-header.no-scroll {
 box-shadow: none;
}
.is-transparent .site-header.no-scroll .has-t-logo .custom-logo-transparent {
 display: inline-block;
}
.is-transparent .site-header.no-scroll .has-t-logo .custom-logo {
 display: none;
}
.is-transparent .site-header.no-scroll #nav-toggle span {
 background-color: #ffffff;
}
.is-transparent .site-header.no-scroll #nav-toggle span::before, .is-transparent .site-header.no-scroll #nav-toggle span::after {
 background-color: #ffffff;
}
.is-transparent .site-header.no-scroll #nav-toggle.nav-is-visible span {
 background-color: transparent;
}
.is-transparent .site-header.header-fixed {
 background: #ffffff;
}
.is-transparent .site-header.header-fixed.no-scroll {
 background: transparent;
 box-shadow: none;
}
@media screen and (min-width: 1140px) {
 .is-transparent .no-scroll.site-header .onepress-menu > li > a {
  color: rgba(255, 255, 255, 0.9);
 }
}
.is-transparent .hero-slideshow-fullscreen .hero__content {
 padding-top: 50px;
 padding-top: 3.125rem;
}
.top-content {
 line-height: 80px;
 background: #fff;
}
.top-content h3 {}
.creative_header_address {
 height: 76px;
 overflow: hidden
}
.creative_header_address .single_header_address {
 position: relative;
 padding-left: 0;
}
/*.creative_header_address .single_header_address::before {
    content: "";
    position: absolute;
    background: #ddd;
    width: 1px;
    height: 50px;
    top: 15px;
    left: -23px;
    z-index: 9999999;
    overflow: visible;
}*/
.creative_header_address_text {
 position: absolute;
 top: 50%;
 width: 100%;
 transform: translateY(-50%);
 line-height: 1.5 !important;
 font-size: 1.3rem;
 position: relative;
 left: 60px
}
.single_header_address.first::before {
 opacity: 0;
}
.creative_header_icon {
 float: left;
 margin-right: 7px;
 overflow: hidden;
}
.creative_header_icon i {
 color: #c6495c;
 font-size: 20px;
 width: 50px;
 height: 50px;
 line-height: 48px;
 border: 1px solid #c6495c;
 border-radius: 50%;
 text-align: center;
 transition: .3s;
}
.creative_header_address_text h3 {
 font-size: 14px !important;
 font-weight: 700;
 margin: 0 0 5px 0 !important;
 padding: 0;
}
.creative_header_address_text p {
 margin: 0;
 overflow: hidden;
}
.site-branding {}
.site-branding .site-title, .site-branding .site-text-logo {
 margin: 0px;
 line-height: 1;
 text-transform: uppercase;
 display: initial;
 vertical-align: middle;
}
.site-branding .site-title:hover, .site-branding .site-text-logo:hover {
 text-decoration: none;
}
.site-branding .site-title {
 display: inline-block;
}
.site-branding .site-image-logo {
 display: block;
}
.site-branding .site-logo-div img {
 max-width: 200px;
 width: 100%;
}
.site-branding .no-logo-img.has-desc, .site-branding .has-logo-img {}
.site-branding .no-logo-img.has-desc .site-title, .site-branding .has-logo-img .site-title {
 margin-top: -5px;
 position: relative;
}
.site-branding .no-logo-img.has-desc .site-description, .site-branding .has-logo-img .site-description {
 line-height: 1.4;
 margin-bottom: 0;
 position: relative;
 top: -15px;
}
.home.header-transparent .no-scroll .site-brand-inner, .home.header-transparent .no-scroll .site-text-logo {
 color: #fff;
}
.socials {
 list-style: none;
}
.socials li {
 display: inline-block;
 font-size: 60px;
 line-height: 1.1;
 padding-right: 20px
}
.socials a {
 display: block;
 height: 100%;
 float: left;
 margin-left: 0px;
 margin-top: -2px;
 color: #03c4eb;
 font-size: 22px !important;
 font-weight: 300
}
@media screen and (min-width: 940px) {
 .header-social a {
  margin-left: 3px;
 }
}
.header-social a:hover {
 color: #000000;
 -webkit-transition: all 0.2s linear 0s;
 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-wrapper{
	left: 15px;
    right: 15px;
    top: 22px;
    z-index: 9999;
    padding: 0;
    -webkit-transition: .5s;
    transition: .5s;
    position: absolute;
	background: #eee;	
	box-shadow: 0px -1px 16px rgb(0 0 0 / 17%);
	border-radius:50px;
	line-height:50px;
	padding:0 54px
}*/
/* Site Navigation */
.onepress-menu, .onepress-menu * {
 margin: 0;
 padding: 0;
 list-style: none;
}
.onepress-menu {}
.onepress-menu ul {
 position: absolute;
 display: none;
 top: 100%;
 left: 0;
 z-index: 99;
}
.onepress-menu ul ul {
 top: 0;
 left: 100%;
}
.onepress-menu li {
 position: relative;
}
.onepress-menu > li {
 float: left;
}
.onepress-menu li:hover > ul, .onepress-menu li.sfHover > ul {
 display: block;
}
.onepress-menu a {
 display: block;
 position: relative;
}
.onepress-menu ul {
 min-width: 12em;
 width: 12em;
 border: 1px solid #e9e9e9;
 border-top: none;
}
.onepress-menu li {
 white-space: nowrap;
 *white-space: normal;
 -webkit-transition: background 0.2s;
 transition: background 0.2s;
}
.onepress-menu li:hover, .onepress-menu li.sfHover {
 -webkit-transition: none;
 transition: none;
}
.onepress-menu a {
 display: block;
 -webkit-transition: .5s;
 transition: .5s;
 position: relative;
 color: #333;
 font-size: 14px;
 padding: 0 17px;
 font-weight: 600;
 text-transform: uppercase;
}
.onepress-menu a:hover {
 color: #3cdce0 !important;
 text-decoration: none
}
.onepress-menu ul li {
 line-height: 26px;
}
.onepress-menu ul li a {
 border-top: 1px solid #e9e9e9;
 padding: 8px 18px;
 color: #999999;
 font-size: 14px;
 text-transform: none;
 background: #ffffff;
}
.onepress-menu ul li a:hover {
 color: #03c4eb;
}
.onepress-menu li.onepress-current-item > a {
 color: #03c4eb;
}
.onepress-menu ul li.current-menu-item > a {
 color: #03c4eb;
}
.onepress-menu > li:last-child > a {
 padding-right: 0px;
}
.onepress-menu > li a.menu-actived {
 color: #03c4eb;
}
.onepress-menu .nav-toggle-subarrow {
 display: none;
}
#nav-toggle {
 display: none;
 margin-left: 15px;
 z-index: 201
}
@media screen and (max-width: 2600px) {
 .main-navigation {
  position: static;
 }
 .main-navigation .onepress-menu {
  display: block;
  height: 100vh !important;
  overflow: hidden;
  width: 350px;
  position: fixed;
  top: 0 !important;
  right: -350px;
  -webkit-transition: all .5s;
  transition: all .5s;
  background: #3f5870;
  padding-top: 132px;
  text-align: right;
  z-index: 200
 }
 .onepress-menu.onepress-menu-mobile {
  right: 0;
  z-index: 200;
  overflow: auto !important;
 }
 .onepress-menu.onepress-menu-mobile > li > a {
  padding: 12px 84px 12px 20px;
 }
 .onepress-menu.onepress-menu-mobile li.current-menu-item > a {
  color: #fff;
  font-weight: 800
 }
 .onepress-menu.onepress-menu-mobile li:hover ul {
  display: none;
 }
 .onepress-menu.onepress-menu-mobile ul {
  box-shadow: none;
  padding-bottom: 0;
  border: none;
  position: relative;
  width: auto;
  left: auto;
  transform: translateX(0);
  text-align: right
 }
 .onepress-menu.onepress-menu-mobile ul:before {
  display: none
 }
 .onepress-menu.onepress-menu-mobile ul li:last-child {
  border-bottom: none;
 }
 .onepress-menu.onepress-menu-mobile ul li a {
  padding: 12px 72px 12px 35px;
  border-top: none;
 }
 .onepress-menu.onepress-menu-mobile ul li a:hover {
  background: transparent;
 }
 .onepress-menu.onepress-menu-mobile ul li li a {
  padding: 12px 70px 12px 10px;
  border-top: none;
  font-weight:400;
 }
 .onepress-menu.onepress-menu-mobile ul li li li a {
  padding: 12px 105px;
 }
 .onepress-menu.onepress-menu-mobile ul ul {
  left: 0px;
  background-color: #3f5870
 }
 .onepress-menu.onepress-menu-mobile ul a {
  color: #fff;
  background: #3f5870;
  font-size: 15px;
 }
 .onepress-menu.onepress-menu-mobile ul ul a {
  color: #fff;
  background: #3f5870;
  font-size: 13px;
 }
 .onepress-menu.onepress-menu-mobile li {
  line-height: 20px;
  background: #222;
  border-top: 1px solid #3f5870;
  width: 100% !important;
 }
 .onepress-menu.onepress-menu-mobile ul li {
  border-bottom: 1px solid #263f58;
 }
 .onepress-menu.onepress-menu-mobile li:first-child {
  border-top: none
 }
 .onepress-menu.onepress-menu-mobile li.onepress-current-item > a {
  color: #03c4eb;
 }
 .onepress-menu.onepress-menu-mobile a {
  color: #fff;
  background: #263f58
 }
 .onepress-menu.onepress-menu-mobile a:hover {
  color: #eee;
 }
 .onepress-menu.onepress-menu-mobile .nav-toggle-subarrow {
  display: block;
  color: #ccc;
  border-left: 1px solid #3f5870;
  font-weight: normal;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  text-align: center;
  padding: 11px 25px 11px 22px;
  z-index: 10;
  font-size: 22px;
 }
 .onepress-menu.onepress-menu-mobile .nav-toggle-dropdown > .nav-toggle-subarrow .fa-angle-down:before {
  content: "\f106" !important;
 }
 .onepress-menu.onepress-menu-mobile .nav-toggle-dropdown > ul {
  display: block !important;
  width: 100%;
  min-width: 100%;
  max-width: none
 }
 #nav-toggle {
  display: block;
 }
}
#nav-toggle {
 float: right;
 position: relative;
 width: 35px;
 margin-right: 15px;
 overflow: hidden;
 white-space: nowrap;
 color: transparent;
}
#nav-toggle span {
 position: absolute;
 top: 50%;
 right: 5px;
 margin-top: -2px;
 -webkit-transition: rotate 0.2s, translate 0.2s;
 transition: rotate 0.2s, translate 0.2s;
 display: inline-block;
 height: 3px;
 width: 24px;
 background: #c6495c;
}
#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: #c6495c;
 content: "";
 right: 0;
 -webkit-transform: translateZ(0);
 -ms-transform: translateZ(0);
 transform: translateZ(0);
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
 -webkit-transform-origin: 0% 50%;
 -ms-transform-origin: 0% 50%;
 transform-origin: 0% 50%;
 -webkit-transition: -webkit-transform 0.2s;
 transition: -webkit-transform 0.2s;
 transition: transform 0.2s;
 transition: transform 0.2s, -webkit-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);
 -ms-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);
 -ms-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: #f7f4f0;
}
/* Content
------------------------------*/
.site-content {}
.single .site-content {
 background-color: #fff;
}
.site-content.no-border {
 border-top: none;
}
.blog .site-content, .tax-portfolio_cat .site-content, .single-post .site-content, .hiding-page-title .site-content {
 margin-top: 0;
}
.page-header {
 padding: 30px 0px;
 border-top: 1px solid #e9e9e9;
 background: #f8f9f9;
 border-bottom: 1px solid #e9e9e9;
 position: relative;
}
.page-header:before {
 position: absolute;
 top: 0px;
 bottom: 0;
 left: 0;
 width: 100%;
 display: block;
 content: " ";
}
.page-header .entry-title, .page-header .page-title {
 margin-bottom: 0px;
 color: #fff
}
.page-template-template-fullwidth .page-header .entry-title,
.page-template-template-contact .page-header .entry-title{
 color: #c6495c;
 font-size: 30px
}
.page-header p {
 margin: 6px 0px 0px 0px;
}
.page-header.page--cover {
 position: relative;
 text-align: center;
 border-top: 0 none;
 border-bottom: 0 none;
 background-size: cover;
 background-position: center center;
 background-repeat: no-repeat;
 height: 70vh
}
.post-type-archive-tim .page-header.page--cover {
 height: 60vh
}
.page-header.page--cover:before {
 position: absolute;
 top: 0px;
 left: 0px;
 width: 100%;
 height: 100%;
 /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
 /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+48,000000+100&0+48,0.65+100 */
 background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, 0.65) 100%) !important; /* FF3.6-15 */
 background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, 0.65) 100%) !important; /* Chrome10-25,Safari5.1-6 */
 background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, 0.65) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0) !important; /* IE6-9 */
 display: block;
 content: "";
}
.page-header.page--cover .container {
 position: absolute;
 bottom: 12%;
 left: 50%;
 transform: translateX(-50%);
 margin: 0
}
.page-header.page--cover .entry-title {
 color: #ffffff;
}
.page-header.page--cover .entry-tagline {
 color: #ffffff;
}
.page-header.page--cover.is-t-above .container {
 margin-top: 30px;
}
.entry-content img.size-full {
 width: 120%;
 max-width: 120%;
 margin-left: -10% !important;
 margin-top: 30px;
 margin-bottom: 30px;
}
.entry-content .entry-thumbnail, .entry-content .fluid-width-video-wrapper {
 width: 120%;
 max-width: 120%;
 margin-left: -10% !important;
}
/* Footer
------------------------------*/
.site-footer {}
.site-footer a {
 color: #03c4eb;
}
.site-footer .footer-connect {
 padding: 90px 0px;
 padding: 80px 0px;
 padding: 5rem 0px;
 text-align: center;
 background: #f2f2f2
}
@media (max-width: 767px) {
 .site-footer .footer-connect .footer-subscribe {
  margin-bottom: 40px;
 }
}
.site-footer .footer-connect .follow-heading {
 color: #ffffff;
 margin-bottom: 20px;
}
.site-footer .footer-connect .subs_input {
 padding: 10px 20px;
 width: 60%;
 border: 1px solid #708597;
 font-weight: normal;
 line-height: 22px;
 box-shadow: 0 1px 2px rgb(0 0 0 / 12%) inset;
 -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
 -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 12%) inset;
 -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
 transition: all 0.2s linear;
 -moz-transition: all 0.2s linear;
 -webkit-transition: all 0.2s linear;
 -o-transition: all 0.2s linear;
 background-color: #0000;
 box-sizing: border-box;
 color: #333;
 border-radius: 200px;
 margin-top: 0.8rem;
 font-size: 14px;
}
.site-footer .footer-connect .subs_input:focus {
 border: 1px solid #708597;
 background: #f2f2f2
}
@media screen and (max-width: 1140px) {
 .site-footer .footer-connect .subs_input {
  width: 100%;
  margin-bottom: 4px;
 }
}
@media screen and (max-width: 940px) {
 .site-footer .footer-connect .subs_input {
  width: 70%;
  margin-bottom: 4px;
 }
}
@media screen and (max-width: 720px) {
 .site-footer .footer-connect .subs_input {
  width: 100%;
  margin-bottom: 4px;
 }
}
.site-footer .footer-connect .subs-button {
 background: #c6495c none repeat scroll 0 0;
 border: none;
 border-radius: 30px;
 color: #fff;
 display: inline-block;
 font-size: 14px;
 font-weight: 700;
 margin-left: 0;
 padding: 10px 26px;
 text-transform: uppercase;
 -webkit-transition: all 0.3s ease 0s;
 transition: all 0.3s ease 0s;
 line-height: 2.2rem
}
@media screen and (max-width: 1140px) {
 .site-footer .footer-connect .subs-button {
  width: 100%;
 }
}
@media screen and (max-width: 940px) {
 .site-footer .footer-connect .subs-button {
  width: 70%;
 }
}
@media screen and (max-width: 720px) {
 .site-footer .footer-connect .subs-button {
  width: 100%;
 }
}
.site-footer .footer-connect input[type="text"]:focus {
 border: 1px solid #708597;
 background: #f2f2f2
}
.site-footer .footer-social {
 text-align: center;
}
.site-footer .footer-social a {
 font-size: 30px;
 margin: 0px 13px;
 color: #ffffff;
}
.site-footer .footer-social a:hover {
 color: #03c4eb;
}
.site-footer .site-info {
 position: relative;
 text-align: left;
 padding: 15px 0px;
 color: #bbbbbb;
 font-size: 13px;
 text-transform: uppercase;
}
.site-footer .site-info a {
 color: #dddddd;
}
.site-footer .site-info a:hover {
 text-decoration: underline;
}
.site-footer .site-info .container {
 position: initial;
}
.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;
 -webkit-transition: all 0.2s linear 0s;
 transition: all 0.2s linear 0s;
 width: 50px;
 z-index: 99;
 -webkit-transform: rotate(-45deg);
 -moz-transform: rotate(-45deg);
 -ms-transform: rotate(-45deg);
 -o-transform: rotate(-45deg);
 text-align: center
}
.site-footer .btt a:hover {
 color: #03c4eb;
}
.site-footer .btt a i {
 -webkit-transform: rotate(45deg);
 -moz-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 -o-transform: rotate(45deg);
 margin-left: 3px;
}
/*--------------------------------------------------------------
5.0 Contents
--------------------------------------------------------------*/
/* Page: 404
------------------------------*/
.error-404 .search-form, .error-404 .widget {
 margin-bottom: 40px;
}
.error-404 .widgettitle, .error-404 .widget-title {
 font-size: 15px;
 text-transform: uppercase;
 margin-bottom: 13px;
 font-weight: 700;
}
.error-404 ul {
 padding-left: 0px;
}
.error-404 ul li {
 list-style: none;
}
/* Page: Search
------------------------------*/
.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;
}
/* Entry Header
------------------------------*/
.entry-header .entry-title {
 font-weight: 500;
 text-transform: none;
 font-size: 32px;
 line-height: 1.2;
 margin-bottom: 30px
}
.entry-thumbnail {
 margin-bottom: 30px;
}
.highlight {
 color: #03c4eb;
}
/* Entry Content
------------------------------*/
.entry-content {
 margin-bottom: 30px;
}
.entry-content blockquote {
 padding: 30px;
 position: relative;
 background: #f8f9f9;
 border-left: 3px solid #03c4eb;
 font-style: italic;
}
.entry-content blockquote p {
 margin: 0px;
}
/* Entry Stuff
------------------------------*/
.entry-meta {
 margin-bottom: 30px;
 text-transform: uppercase;
 font-size: 12px;
 font-weight: 600;
 padding-bottom: 30px;
 border-bottom: 1px solid #e9e9e9;
}
.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;
 font-size: 12px;
 font-weight: 600;
 margin-top: 5px;
}
.nav-links {
 padding: 30px 0px;
 border-left: none;
 border-right: none;
 margin-bottom: 50px;
 flex-basis: 100%;
 text-align: center;
}
.nav-links .nav-previous {
 float: left;
}
.nav-links .nav-next {
 float: right;
}
.nav-links a, .nav-links .page-numbers {
 background: #cccccc;
 color: #FFFFFF;
 padding: 12px 20px;
 font-weight: 600;
 font-size: 12px;
 text-transform: uppercase;
 border-radius: 2px;
}
@media screen and (max-width: 940px) {
 .nav-links a, .nav-links .page-numbers {
  padding: 6px 10px;
 }
}
.nav-links a:hover, .nav-links a.current, .nav-links .page-numbers:hover, .nav-links .page-numbers.current {
 background: #03c4eb;
 text-decoration: none;
}
.bypostauthor {
 margin: 0;
}
/* Sticky Post
------------------------------*/
.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: 2px;
 font-size: 22px;
 color: #aaaaaa;
}
/* WordPress caption style
------------------------------*/
.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;
}
/* WordPress Gallery
------------------------------*/
.gallery {
 margin-bottom: 1.5em;
}
.gallery-item {
 display: inline-block;
 text-align: center;
 vertical-align: top;
 width: 100%;
}
.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;
}
/*--------------------------------------------------------------
6.0 Elements
--------------------------------------------------------------*/
.modal-open {
 overflow-y: scroll !important;
}
.modal {
 z-index: 9000000;
 color: #708597
}
.modal.right .modal-dialog {
 position: fixed;
 margin: auto;
 width: 40%;
 max-width: 40%;
 height: 100%;
 -webkit-transform: translate3d(0%, 0, 0);
 -ms-transform: translate3d(0%, 0, 0);
 -o-transform: translate3d(0%, 0, 0);
 transform: translate3d(0%, 0, 0);
}
.modal.right .modal-content {
 height: 100%;
 overflow-y: auto;
}
.modal.right .modal-body {
 padding: 15px 15px 80px;
}
/*Right*/
.modal.right.fade .modal-dialog {
 right: -40%;
 -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
 -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
 -o-transition: opacity 0.3s linear, right 0.3s ease-out;
 transition: opacity 0.3s linear, right 0.3s ease-out;
}
.modal.right.fade.show .modal-dialog {
 right: 0;
}
/* ----- MODAL STYLE ----- */
.modal-content {
 border-radius: 0;
 border: none;
}
.modal-header {
 border-bottom-color: #eee;
 background-color: #fafafa;
 padding-left: 3rem;
 padding-right: 3rem;
}
.modal-header .close {
 font-size: 3rem;
 color: #708597
}
.modal-header .close:focus {
 outline: none;
 border: none
}
.modal-header .close:hover {
 color: #5f7181
}
.btn {
 background: #c6495c none repeat scroll 0 0;
 border: none;
 border-radius: 30px;
 color: #fff;
 display: inline-block;
 font-size: 14px;
 font-weight: 700;
 margin-left: 0;
 padding: 12px 26px 10px 26px;
 text-transform: uppercase;
 -webkit-transition: all 0.3s ease 0s;
 transition: all 0.3s ease 0s;
}
.btn:hover {
 color: #fff
}
.more {
 font-size: 14px;
 font-weight: 700;
 text-transform: uppercase;
 -webkit-transition: all 0.3s ease 0s;
 transition: all 0.3s ease 0s;
}
.top-content .app {
 text-align: right
}
.btn:active, .btn:focus {
 outline: none;
 color: #fff;
 border: none;
 box-shadow: none;
}
.btn.btn-secondary-outline {
 box-shadow: none;
 border-color: rgba(255, 255, 255, 0.9);
 color: rgba(255, 255, 255, 0.9);
}
.btn.btn-secondary-outline:hover {
 background: #FFF;
 color: #333;
}
.btn-lg {
 font-size: 17px;
 font-size: 1.7rem;
}
.btn-theme-primary {
 background: #03c4eb;
 color: #FFFFFF;
}
.btn-theme-primary:hover {
 color: #FFFFFF;
}
.btn-theme-primary-outline {
 background-color: transparent;
 background-image: none;
 border-color: #03c4eb;
 color: #03c4eb;
}
.btn-theme-primary-outline:hover {
 color: #FFF;
 background-color: #03c4eb;
 border-color: #03c4eb;
}
/* Loading
------------------------------*/
.slider-spinner {
 width: 40px;
 height: 40px;
 position: relative;
 margin: 100px auto;
}
.double-bounce1, .double-bounce2 {
 width: 100%;
 height: 100%;
 border-radius: 50%;
 background-color: #fff;
 opacity: 0.6;
 position: absolute;
 top: 0;
 left: 0;
 -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
 animation: sk-bounce 2.0s infinite ease-in-out;
}
.double-bounce2 {
 -webkit-animation-delay: -1.0s;
 animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce {
 0%, 100% {
  -webkit-transform: scale(0);
 }
 50% {
  -webkit-transform: scale(1);
 }
}
@keyframes sk-bounce {
 0%, 100% {
  transform: scale(0);
  -webkit-transform: scale(0);
 }
 50% {
  transform: scale(1);
  -webkit-transform: scale(1);
 }
}
/* WP 4.7 Shortcut */
section > .customize-partial-edit-shortcut {
 z-index: 95;
}
section > .customize-partial-edit-shortcut button {
 left: 30px;
}
/*--------------------------------------------------------------
7.0 Widgets
--------------------------------------------------------------*/
.sidebar .widget {
 margin-bottom: 40px;
}
.sidebar .widget .widget-title {
 font-size: 15px;
 text-transform: uppercase;
 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: #03c4eb;
 text-decoration: underline;
}
/* Search
------------------------------*/
.search-form {
 display: -webkit-box;
 display: flex;
 width: 100%;
 -webkit-box-align: center;
 align-items: center;
}
.search-form .search-field {
 width: 100% !important;
 padding: 10px 15px;
 padding: 0.625rem 0.9375rem;
}
.search-form .search-submit {
 width: auto;
 margin: 0px 0 0 0.5em;
 height: 100%;
}
.search-form label {
 -webkit-box-flex: 2;
 flex-grow: 2;
 margin: 0px;
}
/* Recent Comment
------------------------------*/
.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;
}
/* Recent Categories, Archive, Meta
------------------------------*/
.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;
}
.sidebar .widget_calendar a {
 color: #03c4eb;
 text-decoration: underline;
}
/*--------------------------------------------------------------
8.0 Sections
--------------------------------------------------------------*/
/* Section Stuffs
------------------------------*/
.section-padding {
 padding: 50px 0px;
 padding: 5rem 0px;
}
.section-padding-top {
 padding: 50px 0 0 0;
 padding: 5rem 0 0 0;
}
.section-padding-bottom {
 padding: 0 0 50px 0px;
 padding: 0 0 5rem 0;
}
.section-padding-lg {
 padding: 90px 0px;
 padding: 5.625rem 0px;
}
.section-padding-larger {
 padding: 80px 0px;
}
.section-meta {
 background-color: #f8f9f9;
 overflow: hidden
}
.onepage-section {
 position: relative;
 overflow: hidden;
}
.onepage-section .container-fluid, .onepage-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 .pricing-table .pricing__item ul p {
 color: #777777;
}
.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, .section-inverse p {
 color: rgba(255, 255, 255, 1);
}
.section-title-area {
 margin-bottom: 60px;
 text-align: center;
 position: relative;
 z-index: 200
}
.section-services .section-title-area h3 {
 text-align: left;
 font-size: 2.4rem
}
.section-services .face-logo {
 max-width: 190px;
 height: auto;
 float: right;
 margin-top: 40px
}
.section-features .section-title-area h3 {}
.section-features .btn {
 position: absolute;
 bottom: 50px;
 left: 50%;
 transform: translateX(-50%);
 z-index: 200
}
.section-title-area .section-subtitle {
 color: #aaaaaa;
 font-size: 12px;
 display: inline-block;
 position: relative;
 margin-bottom: 13px;
 margin-bottom: 0.8125rem;
 text-transform: uppercase;
}
.section-desc {
 margin-top: 40px;
}
.section-about .section-desc, .section-features .section-desc {
 margin-top: 0;
}
.section-content {
 position: relative;
 z-index: 100
}
.section-features {
 overflow: visible;
 padding-bottom: 200px !important
}
.section-features .section-content {}
.feature-item {
 position: relative;
 overflow: visible
}
.feature-item .feature-item-content {
 position: absolute;
 max-width: 80%;
 transform: translateY(-60%);
 background: rgba(201, 124, 133);
 color: #fff;
 z-index: 210;
 padding: 20px;
 left: 10%
}
/* Section: Hero
------------------------------*/
.hero-slideshow-wrapper {
 width: 100%;
 position: relative;
 background-color: #222222;
 overflow: hidden;
 /* Loading icon */
}
.hero-slideshow-wrapper:after, .video-container:after {
 position: absolute;
 bottom: 8px;
 left: 0px;
 width: 100%;
 height: 100%;
 /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
 /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+48,000000+100&0+48,0.65+100 */
 background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, 0.65) 100%) !important; /* FF3.6-15 */
 background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, 0.65) 100%) !important; /* Chrome10-25,Safari5.1-6 */
 background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, 0.65) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0) !important; /* IE6-9 */
 display: block;
 content: "";
}
.hero-slideshow-wrapper .hero__content .hero-large-text, .hero-slideshow-wrapper .hero__content .hero-small-text, .hero-slideshow-wrapper .hero__content .btn, .hero-slideshow-wrapper .hero__content .hcl2-content {
 visibility: hidden;
 opacity: 0;
 -webkit-transform: translateY(100px);
 -ms-transform: translateY(100px);
 transform: translateY(100px);
 -webkit-transition: all .5s linear;
 transition: all .5s linear;
}
.hero-slideshow-wrapper .hero__content .hero-large-text {
 -webkit-transition-delay: 0.7s;
 /* Safari */
 transition-delay: 0.7s;
}
.hero-slideshow-wrapper .hero__content .hero-small-text {
 -webkit-transition-delay: 0.8s;
 /* Safari */
 transition-delay: 0.8s;
}
.hero-slideshow-wrapper .hero__content .btn {
 -webkit-transition-delay: 1s;
 /* Safari */
 transition-delay: 1s;
}
.hero-slideshow-wrapper .hero__content .hcl2-content {
 -webkit-transition-delay: 0.7s;
 /* Safari */
 transition-delay: 0.7s;
}
.hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-large-text, .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-small-text, .hero-slideshow-wrapper.loaded .container .hero__content:hover .btn {
 -webkit-transition-duration: 0.3s;
 transition-duration: 0.3s;
}
.hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-large-text {
 -webkit-transition-delay: 0s;
 /* Safari */
 transition-delay: 0s;
}
.hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-small-text {
 -webkit-transition-delay: 0s;
 /* Safari */
 transition-delay: 0s;
}
.hero-slideshow-wrapper.loaded .container .hero__content:hover .btn {
 -webkit-transition-delay: 0s;
 /* Safari */
 transition-delay: 0s;
}
.hero-slideshow-wrapper.loaded .container .hero__content .hero-large-text, .hero-slideshow-wrapper.loaded .container .hero__content .hero-small-text, .hero-slideshow-wrapper.loaded .container .hero__content .btn, .hero-slideshow-wrapper.loaded .container .hero__content .hcl2-content {
 visibility: visible;
 opacity: 1;
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
}
.hero-slideshow-wrapper .slider-spinner {
 position: absolute;
 top: 50%;
 left: 50%;
 z-index: 9999999;
 margin: 0px;
 -webkit-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
}
.animation-disable .hero-slideshow-wrapper {
 /* Loading icon */
}
.animation-disable .hero-slideshow-wrapper .hero__content .hero-large-text, .animation-disable .hero-slideshow-wrapper .hero__content .hero-small-text, .animation-disable .hero-slideshow-wrapper .hero__content .btn, .animation-disable .hero-slideshow-wrapper .hero__content .hcl2-content {
 -webkit-transform: translateY(0px);
 -ms-transform: translateY(0px);
 transform: translateY(0px);
}
.animation-disable .hero-slideshow-wrapper .hero__content .hero-large-text {
 -webkit-transition-delay: 0s;
 /* Safari */
 transition-delay: 0s;
}
.animation-disable .hero-slideshow-wrapper .hero__content .hero-small-text {
 -webkit-transition-delay: 0s;
 /* Safari */
 transition-delay: 0s;
}
.animation-disable .hero-slideshow-wrapper .hero__content .btn {
 -webkit-transition-delay: 0s;
 /* Safari */
 transition-delay: 0s;
}
.animation-disable .hero-slideshow-wrapper .hero__content .hcl2-content {
 -webkit-transition-delay: 0s;
 /* Safari */
 transition-delay: 0s;
}
.animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-large-text, .animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-small-text, .animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .btn, .animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .hcl2-content {
 -webkit-transition-delay: 0s;
 /* Safari */
 transition-delay: 0s;
}
.animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-large-text {
 -webkit-transition-delay: 0s;
 /* Safari */
 transition-delay: 0s;
}
.animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-small-text {
 -webkit-transition-delay: 0s;
 /* Safari */
 transition-delay: 0s;
}
.animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .btn {
 -webkit-transition-delay: 0s;
 /* Safari */
 transition-delay: 0s;
}
.animation-disable .hero-slideshow-wrapper.loaded .container .hero__content:hover .hcl2-content {
 -webkit-transition-delay: 0s;
 /* Safari */
 transition-delay: 0s;
}
.animation-disable .hero-slideshow-wrapper .slider-spinner {
 position: absolute;
 top: 50%;
 left: 50%;
 z-index: 9999999;
 margin: 0px;
 -webkit-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
}
.js-rotating {
 display: none;
}
.js-rotating.morphext {
 display: inline-block;
}
.is-customize-preview .slider-spinner {
 display: none !important;
}
.is-customize-preview .hero-slideshow-wrapper .hero__content .hero-large-text, .is-customize-preview .hero-slideshow-wrapper .hero__content .hero-small-text, .is-customize-preview .hero-slideshow-wrapper .hero__content .btn, .is-customize-preview .hero-slideshow-wrapper .hero__content .hcl2-content {
 visibility: visible;
 opacity: 1;
 -webkit-transform: translateY(0px);
 -ms-transform: translateY(0px);
 transform: translateY(0px);
 -webkit-transition: all 0s linear;
 transition: all 0s linear;
}
.is-customize-preview .hero-slideshow-wrapper .hero__content .hero-large-text {
 -webkit-transition-delay: 0s;
 /* Safari */
 transition-delay: 0s;
}
.is-customize-preview .hero-slideshow-wrapper .hero__content .hero-small-text {
 -webkit-transition-delay: 0s;
 /* Safari */
 transition-delay: 0s;
}
.is-customize-preview .hero-slideshow-wrapper .hero__content .btn {
 -webkit-transition-delay: 0s;
 /* Safari */
 transition-delay: 0s;
}
.is-customize-preview .hero-slideshow-wrapper .hero__content .hcl2-content {
 -webkit-transition-delay: 0s;
 /* Safari */
 transition-delay: 0s;
}
.is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-large-text, .is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-small-text, .is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .btn, .is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .hcl2-content {
 -webkit-transition-duration: 0s;
 transition-duration: 0s;
}
.is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-large-text {
 -webkit-transition-delay: 0s;
 /* Safari */
 transition-delay: 0s;
}
.is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .hero-small-text {
 -webkit-transition-delay: 0s;
 /* Safari */
 transition-delay: 0s;
}
.is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .btn {
 -webkit-transition-delay: 0s;
 /* Safari */
 transition-delay: 0s;
}
.is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content:hover .hcl2-content {
 -webkit-transition-delay: 0s;
 /* Safari */
 transition-delay: 0s;
}
.is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content .hero-large-text, .is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content .hero-small-text, .is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content .btn, .is-customize-preview .hero-slideshow-wrapper.loaded .container .hero__content .hcl2-content {
 visibility: visible;
 opacity: 1;
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
}
/*.hero-wrapper{padding: 0 5%; position:relative;}*/
@media screen and (min-width: 1981px) {
 .hero-wrapper {
  padding: 0;
 }
 #nav-toggle {
  margin-right: 0 !important;
 }
 .top-content {
  max-width: 1980px;
  margin: 0 auto
 }
 .top-content .container {
  width: 100%;
  max-width: 100%;
 }
}
.hero-wrapper:before {
 content: "";
 position: absolute;
 left: 0;
 right: 0;
 top: 0;
 z-index: 2;
 height: 80%;
 background: #fff
}
.hero-slideshow-normal {
 min-height: 70vh;
 height: 70vh;
 position: relative;
 z-index: 3
}
.hero-slideshow-normal .container, .video-container .container {
 padding: 0px !important;
 position: absolute;
 z-index: 80;
 bottom: 8%;
 left: 50%;
 transform: translateX(-50%)
}
.hero-slideshow-fullscreen .container {
 z-index: 80;
 position: relative;
 top: 50%;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
}
.hero__content {
 color: #FFF;
 text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
 font-size: 18px;
 font-size: 1.8rem;
 font-weight: 300;
}
.hero__content h1, .hero__content h2, .hero__content h3, .hero__content h4, .hero__content h5, .hero__content h6 {
 color: #FFF;
}
.hero__content a.btn {
 margin: 10px 10px 20px 0px;
 margin: 0.625rem 0.625rem 1.25rem 0px;
}
.hero__content p {
 margin-bottom: 20px;
 margin-bottom: 1.25rem;
}
/* Hero Content Style 2. */
.hero-content-style2 h1 {
 font-weight: 800;
 font-size: 50px;
 font-size: 3.125rem;
}
.hero-content-style2 .hcl2-content {
 padding: 50px 0px;
 padding: 3.125rem 0px;
}
.hero-content-style2 .hcl2-image {
 text-align: right;
}
@media (max-width: 1199px) {
 .hero-content-style2 .hcl2-content, .hero-content-style2 .hcl2-image {
  text-align: center;
 }
}
/* Hero Text Style1. */
.hero-content-style1 {
 text-align: center;
}
.hero-content-style1 h2 {
 color: #FFFFFF;
 font-size: 35px;
 line-height: 1.3;
 text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
 font-weight: 800;
 text-transform: uppercase;
}
.hero-content-style1 h2 strong {
 font-weight: 900;
}
.hero-content-style1 p {
 text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
 color: #FFFFFF;
 text-align: center;
 font-weight: 100;
 margin-bottom: 30px;
 margin-bottom: 1.875rem;
}
.hero-content-style1 a:active, .hero-content-style1 a:focus, .hero-content-style1 .btn:active, .hero-content-style1 .btn:focus {
 outline: none;
}
#hero .btn {
 box-shadow: none;
}
#hero .btn-theme-primary:focus {
 color: #fff;
}
.h-on-top.is-transparent #hero .container .hero__content {
 margin-top: 75px;
}
/* Text Rotator */
.morphext > .animated {
 display: inline-block;
}
/* Section: Features
------------------------------*/
.icon-background-default {
 color: #03c4eb;
}
.feature-item {
 text-align: center;
}
.feature-item .feature-icon {
 color: #fff;
}
.feature-item .fa-5x {
 font-size: 4em;
}
.feature-item:hover .icon-background-default {
 color: #333333;
 -webkit-transition: all 0.5s ease-in-out;
 transition: all 0.5s ease-in-out;
 transform: scale(1.1);
 -webkit-transform: scale(1.1);
 -ms-transform: scale(1.1);
 transform: scale(1.1);
}
@media screen and (min-width: 940px) {
 .feature-item.col-lg-3:nth-child(4n+1), .feature-item.col-lg-4:nth-child(3n+1), .feature-item.col-lg-6:nth-child(2n+1) {
  clear: left;
 }
}
.feature-media {
 text-align: center;
 margin-bottom: 20px;
}
/* Section: About Us
------------------------------*/
.section-about .about-image {
 text-align: center;
}
.section-about .about-image img {
 margin-bottom: 30px;
}
.section-about .section-title-area {
 margin-bottom: 0;
 padding-top: 30px
}
.section-title-area.archive-area {
 margin-bottom: 30px;
 padding-top: 30px
}
.section-about .row > div {
 margin-top: 30px;
}
/* Section: Services
------------------------------*/
.section-services .service-item {
 background: #FFFFFF;
 padding: 30px;
 margin-bottom: 30px;
 position: relative;
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
 -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
 -webkit-transition: all 100ms ease-out 0s;
 transition: all 100ms ease-out 0s;
}
@media screen and (max-width: 720px) {
 .section-services .service-item {
  padding: 20px;
 }
}
.section-services .service-item:after {
 content: "";
 display: table;
 clear: both;
 clear: both;
}
.section-services .service-item:hover {
 box-shadow: 0 6px 9px rgba(0, 0, 0, 0.09);
}
.section-services .service-item .service-image {
 float: left;
 margin-right: 30px;
}
.section-services .service-item .service-image img {
 max-width: 120px;
 height: auto;
}
.section-services .service-item .service-image i {
 color: #03c4eb;
}
@media screen and (max-width: 720px) {
 .section-services .service-item .service-image {
  float: none;
  margin-bottom: 30px;
  margin-top: 10px;
  margin-right: 0px;
  text-align: center;
 }
}
.section-services .service-item .service-thumbnail {
 margin-bottom: 25px;
 margin-bottom: 1.5625rem;
}
.section-services .service-item .service-content {
 overflow: hidden;
}
.section-services .service-item .service-content p {
 margin: 0px;
 font-size: 14px;
 color: #777777;
}
@media screen and (max-width: 720px) {
 .section-services .service-item .service-content {
  text-align: center;
  overflow: auto;
 }
}
.section-services .service-item .service-title {
 margin-bottom: 10px;
 margin-bottom: 0.625rem;
 color: #333333;
}
.section-services .service-item .service-link:before {
 width: 100%;
 height: 100%;
 display: block;
 position: absolute;
 top: 0px;
 left: 0px;
 content: "";
}
/* Section: Counter
------------------------------*/
.counter_item {
 text-align: center;
 margin-bottom: 35px;
 margin-bottom: 2.1875rem;
}
.counter_item .counter__number {
 font-size: 50px;
 font-size: 3.125rem;
 font-weight: 800;
 color: #03c4eb;
 line-height: 1;
 font-family: serif, sans-serif;
 text-transform: uppercase;
}
.counter_item .counter_title {
 font-size: 18px;
 font-size: 1.125rem;
}
/* Section: Parallax
------------------------------*/
#parallax-hero {
 position: relative;
 background: none;
 overflow: hidden;
}
#parallax-hero .hero-slideshow-wrapper {
 background: none;
}
#parallax-hero .hero-slideshow-wrapper::after {
 background: none;
}
.section-parallax, #parallax-hero {
 background: none;
 position: relative;
 overflow: hidden;
}
.section-parallax > section, .section-parallax .onepage-section, .section-parallax .section-inverse, #parallax-hero > section, #parallax-hero .onepage-section, #parallax-hero .section-inverse {
 background: none;
}
.section-parallax .parallax-bg, #parallax-hero .parallax-bg {
 position: absolute;
 top: 0px;
 left: 0px;
 width: 100%;
 height: auto;
 min-height: 100%;
 display: block;
 background-size: 100% auto;
 background-repeat: no-repeat;
 background-attachment: scroll;
 background-position: 50% 50%;
}
.section-parallax .parallax-bg:before, #parallax-hero .parallax-bg:before {
 content: " ";
 position: absolute;
 top: 0px;
 left: 0px;
 right: 0px;
 bottom: 0px;
 background: rgba(0, 0, 0, 0.3) !important;
 display: block;
 width: 100%;
 height: 100%;
 z-index: 4;
}
.section-parallax .parallax-bg img, #parallax-hero .parallax-bg img {
 position: absolute;
 left: 0;
 bottom: 0;
 min-width: 100%;
 min-height: 100%;
 width: auto;
 height: auto;
 max-width: 9999999px;
 z-index: 3
}
.section-parallax .parallax-bg.no-img, #parallax-hero .parallax-bg.no-img {
 height: 120%;
 background-size: cover;
 background-repeat: no-repeat;
 background-attachment: scroll;
 background-attachment: scroll;
 background-position: 50% 0;
}
.parallax_bg_overlay {
 position: absolute;
 width: 100%;
 height: 100%;
 left: 0;
 top: 0;
 z-index: 5;
 opacity: 0.4;
}
.parallax-content {
 z-index: 10;
 position: relative;
 padding: 100px 0px;
 text-align: center;
}
.parallax-content h1, .parallax-content h2, .parallax-content h3, .parallax-content h4, .parallax-content h5, .parallax-content h6 {
 color: #FFFFFF;
 line-height: 1.5;
}
.parallax-content p, .parallax-content a {
 color: #FFFFFF;
}
/* Section: Team
------------------------------*/
.section-team .team-member {
 padding: 0px 0.5px;
 text-align: center;
}
.section-team .row {
 margin-left: -0.5px;
 margin-right: -0.5px;
}
.team-members.row {
 margin-left: 0px;
 margin-left: 0rem;
 margin-right: 0px;
 margin-right: 0rem;
}
@media screen and (min-width: 940px) {
 .team-members.row.team-layout-4 .team-member {
  width: 25%;
 }
 .team-members.row.team-layout-4 .team-member:nth-child(4n+1) {
  clear: left;
 }
 .team-members.row.team-layout-3 .team-member {
  width: 33.3333333333%;
 }
 .team-members.row.team-layout-3 .team-member:nth-child(3n+1) {
  clear: left;
 }
 .team-members.row.team-layout-2 .team-member {
  width: 50%;
 }
 .team-members.row.team-layout-2 .team-member:nth-child(2n+1) {
  clear: left;
 }
}
@media screen and (max-width: 940px) {
 .team-members.row .team-member {
  width: 50%;
 }
 .team-members.row .team-member:nth-child(2n+1) {
  clear: left;
 }
}
@media screen and (max-width: 720px) {
 .team-members.row .team-member {
  width: 50%;
 }
 .team-members.row .team-member:nth-child(2n+1) {
  clear: left;
 }
}
@media screen and (max-width: 576px) {
 .team-members.row .team-member {
  width: 100%;
 }
}
.team-member {
 margin-bottom: 20px;
 float: left;
}
.team-member .member-thumb {
 margin-bottom: 20px;
 position: relative;
 overflow: hidden;
}
.team-member .member-thumb:hover .member-profile {
 bottom: 8px;
 -webkit-transition: all 0.1s linear;
 transition: all 0.1s linear;
}
.team-member .member-thumb:hover img {
 opacity: 0.7;
 -webkit-transition: all 0.1s linear;
 transition: all 0.1s linear;
}
.team-member .member-thumb .member-profile {
 position: absolute;
 text-align: center;
 bottom: -35px;
 left: auto;
 right: auto;
 width: 100%;
}
.team-member .member-thumb .member-profile a {
 color: #000000;
}
.team-member .member-thumb .member-profile a .fa-inverse {
 color: #ffffff;
}
.team-member .member-thumb .member-profile a:hover {
 color: #03c4eb;
}
.team-member .member-info {
 margin-top: 0px;
 position: relative;
 z-index: 30;
 text-align: center;
}
.team-member .member-name {
 margin-bottom: 15px;
 position: relative;
}
.team-member .member-name:after {
 content: "";
 display: block;
 position: absolute;
 left: 50%;
 margin-left: -15%;
 bottom: -11px;
 width: 30%;
 height: 1px;
 background: #cccccc;
}
.team-member .member-position {
 text-transform: uppercase;
 font-size: 10px;
}
/* Section: News
------------------------------*/
.all-news {
 text-align: center;
 margin-top: 40px;
 display: block;
}
.section-news .list-article, .archive .list-article, .blog .list-article {
 padding: 0px;
 background: #fff
}
.post-type-archive-testimonial .list-article, .category-blog .list-article {
 margin-bottom: 30px;
}
.post-type-archive-testimonial .list-article {
 margin-bottom: 30px;
}
.post-type-archive-testimonial .list-article .entry-title {
 margin-bottom: 15px
}
.post-type-archive-studije-slucaja .list-article {
 margin-bottom: 30px;
 text-align: center;
 background-color: #fff;
 padding-bottom: 30px
}
.post-type-archive-studije-slucaja .entry-body-post {
 padding: 15px;
 text-align: center
}
.post-type-archive-studije-slucaja .more {
 margin: 0 auto
}
.section-news .list-article-thumb, .archive .list-article-thumb, .blog .list-article-thumb {
 float: left;
 margin-right: 30px;
}
.section-news .list-article-thumb a img:hover, .archive .list-article-thumb a img:hover, .blog .list-article-thumb a img:hover {
 opacity: 0.8;
}
.section-news .entry-excerpt, .category-blog .entry-excerpt {
 padding: 20px
}
@media screen and (max-width: 940px) {
 .section-news .list-article-thumb, .archive .list-article-thumb, .blog .list-article-thumb {
  display: none;
 }
}
@media screen and (max-width: 720px) {
 .section-news .list-article-thumb, .archive .list-article-thumb, .blog .list-article-thumb {
  width: 100%;
  float: none;
  margin-right: 0px;
  margin-bottom: 30px;
  display: block;
 }
 .section-news .list-article-thumb img, .archive .list-article-thumb img, .blog .list-article-thumb img {
  width: 100%;
 }
}
.section-news .list-article-content, .archive .list-article-content, .blog .list-article-content {
 float: none;
 overflow: hidden;
}
.section-news .list-article-meta, .archive .list-article-meta, .blog .list-article-meta {
 font-size: 11px;
 font-weight: bold;
 text-transform: uppercase;
 margin-bottom: 10px;
 position: absolute;
 left: 20px;
 top: 20px;
 background: #333;
 padding: 8px 8px 7px 8px;
 color: #fff;
 line-height: 1;
 transition: all .2s;
 -webkit-transition: all .2s;
}
.section-news .list-article-meta:hover, .archive .list-article-meta:hover, .blog .list-article-meta:hover {
 background: #c6495c
}
.section-news .list-article-meta p, .archive .list-article-meta p, .blog .list-article-meta p {
 margin-bottom: 0;
}
.section-news .list-article-meta a, .archive .list-article-meta a, .blog .list-article-meta a {
 color: #fff;
}
.section-news .list-article-meta a:hover, .archive .list-article-meta a:hover, .blog .list-article-meta a:hover {
 text-decoration: none
}
.section-news .entry-title, .archive .entry-title, .blog .entry-title {
 font-size: 22px;
 line-height: 1.3;
}
.studije-slucaja {
 background: #ffffff;
}
.studije-slucaja .entry-title {
 margin-bottom: 0
}
.studije-slucaja .entry-body-post {
 padding-bottom: 5px
}
.section-news .entry-title a:hover, .archive .entry-title a:hover, .blog .entry-title a:hover {
 text-decoration: none;
}
.section-news .entry-excerpt p, .archive .entry-excerpt p, .blog .entry-excerpt p {
 margin-bottom: 0px;
}
.archive .site-main .list-article:first-child, .blog .site-main .list-article:first-of-type {
 border-top: none;
 padding-top: 0px;
}
.page-template-template-blog .section-news .list-article {
 padding: 30px 0px;
}
.page-template-template-blog .section-news .list-article:first-of-type {
 border-top: none;
 padding-top: 0px;
}
.page-template-template-blog .section-news .list-article:last-of-type {
 border-bottom: none;
}
.section-news.section-inverse .list-article {
 border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.section-news.section-inverse .list-article:last-of-type {
 border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.section-news.section-inverse h1 a, .section-news.section-inverse h2 a, .section-news.section-inverse h3 a, .section-news.section-inverse h4 a, .section-news.section-inverse h5 a {
 color: rgba(255, 255, 255, 0.8);
}
.section-news.section-inverse h1 a:hover, .section-news.section-inverse h2 a:hover, .section-news.section-inverse h3 a:hover, .section-news.section-inverse h4 a:hover, .section-news.section-inverse h5 a:hover {
 color: #FFF;
}
/* Section: Contact
------------------------------*/
.section-contact input, .section-contact textarea {
 width: 100%;
}
.section-contact .address-contact {
 margin-top: 5px;
 margin-bottom: 15px;
}
.section-contact .address-contact span {
 float: left;
 color: #aaaaaa;
}
.section-contact .address-contact .address-content {
 display: block;
 padding-left: 45px;
 font-style: italic;
 line-height: 2;
}
.section-contact .address-contact .fa-inverse {
 font-size: 12px;
}
.section-contact textarea {
 max-height: 190px;
}
.wpcf7-form {
 text-transform: uppercase;
 font-size: 11px;
 font-weight: 600;
}
.wpcf7-form br {
 margin-bottom: 5px;
}
.wpcf7-form label {
 width: 100%;
}
div.wpcf7-validation-errors {
 margin: 20px 0px;
 padding: 15px;
}
div.wpcf7-response-output {
 margin: 20px 0px;
}
/* Section: Videolightbox
------------------------------*/
.section-videolightbox {
 text-align: left;
}
.section-videolightbox .videolightbox__icon {
 margin-top: 3rem;
 padding-left: 60px
}
.videolightbox__content {
 margin-top: 300px;
 padding-left: 60px
}
.section-videolightbox .videolightbox__heading {
 font-size: 38px;
 font-family: 'Ubuntu', sans-serif;
}
.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: 1px;
 line-height: 1;
}
.section-videolightbox .video_icon:hover {
 background: #FFFFFF;
}
.section-videolightbox .video_icon:hover i {
 color: #000;
}
/* Section: Gallery
------------------------------*/
.gallery-grid .g-item {
 padding: 10px;
 float: left;
}
.all-gallery {
 text-align: center;
 margin-top: 40px;
 display: block;
}
.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);
 /* IE 9 */
 -webkit-transform: scale(1.5, 1.5);
 /* Safari */
 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.3333333333%;
 }
 .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.6666666667%;
 }
 .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.3333333333%;
 }
 .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.6666666667%;
 }
 .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.3333333333%;
 }
 .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.6666666667%;
 }
 .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:after {
 clear: both;
}
.gallery-masonry .inner {
 display: block;
}
/*--------------------------------------------------------------
9.0 External Plugins
--------------------------------------------------------------*/
/* Magnific Popup CSS */
.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;
 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: -webkit-zoom-out;
 cursor: zoom-out;
}
.mfp-zoom {
 cursor: pointer;
 cursor: -webkit-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;
 -ms-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;
 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: rgba(0, 0, 0, 0);
}
.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;
}
/* Main image in popup */
img.mfp-img {
 width: auto;
 max-width: 100%;
 height: auto;
 display: block;
 line-height: 0;
 box-sizing: border-box;
 padding: 40px 0 40px;
 margin: 0 auto;
}
/* The shadow behind the image */
.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) {
 /**
   * Remove all paddings around the image on small screen
   */
 .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;
  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);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
 }
 .mfp-arrow-left {
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
 }
 .mfp-arrow-right {
  -webkit-transform-origin: 100%;
  -ms-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;
}
/* Breadcrumbs
------------------------------*/
.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: #c6495c;
}
.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;
}
/* Coursel and slider */
/**
 * Owl Carousel v2.3.0
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
 /*display: none;*/
 width: 100%;
 -webkit-tap-highlight-color: transparent;
 /* position relative and z-index fix webkit rendering fonts issue */
 position: relative;
 z-index: 1;
}
.section-gallery .lg-icon {
 line-height: .8
}
.owl-carousel .owl-stage {
 position: relative;
 touch-action: manipulation;
 -moz-backface-visibility: hidden;
 display: flex;
 /* fix firefox animation glitch */
}
.owl-carousel.owl-studija .owl-stage {
 margin: 0 auto
}
.owl-carousel .owl-stage:after {
 content: ".";
 display: block;
 clear: both;
 visibility: hidden;
 line-height: 0;
 height: 0;
}
.owl-carousel .owl-stage-outer {
 position: relative;
 overflow: hidden;
 /* fix for flashing background */
 -webkit-transform: translate3d(0px, 0px, 0px);
}
.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 .owl-item {
 position: relative;
 min-height: 1px;
 float: left;
 -webkit-backface-visibility: hidden;
 -webkit-tap-highlight-color: transparent;
 -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
 display: block;
 width: 100%;
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
 display: none;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
 cursor: pointer;
 cursor: hand;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
}
.owl-carousel.owl-loaded {
 display: block;
}
.owl-carousel.owl-loading {
 opacity: 0;
 display: block;
}
.owl-carousel.owl-hidden {
 opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
 visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
 touch-action: none;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
}
.owl-carousel.owl-grab {
 cursor: move;
 cursor: -webkit-grab;
 cursor: grab;
}
.owl-carousel.owl-rtl {
 direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
 float: right;
}
/* No Js */
.no-js .owl-carousel {
 display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
 -webkit-animation-duration: 1000ms;
 animation-duration: 1000ms;
 -webkit-animation-fill-mode: both;
 animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
 z-index: 0;
}
.owl-carousel .owl-animated-out {
 z-index: 1;
}
.owl-carousel .fadeOut {
 -webkit-animation-name: fadeOut;
 animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
 0% {
  opacity: 1;
 }
 100% {
  opacity: 0;
 }
}
@keyframes fadeOut {
 0% {
  opacity: 1;
 }
 100% {
  opacity: 0;
 }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
 -webkit-transition: height 500ms ease-in-out;
 transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
 opacity: 0;
 -webkit-transition: opacity 400ms ease;
 transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
 -webkit-transform-style: preserve-3d;
 transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
 position: relative;
 height: 100%;
 background: #000;
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
 display: none;
}
.owl-carousel .owl-video-tn {
 opacity: 0;
 height: 100%;
 background-position: center center;
 background-repeat: no-repeat;
 background-size: contain;
 -webkit-transition: opacity 400ms ease;
 transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
 position: relative;
 z-index: 1;
 height: 100%;
 width: 100%;
}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.gallery-carousel {
 width: -moz-calc(100% + 20px);
 width: -webkit-calc(100% + 20px);
 width: calc(100% + 20px);
}
.owl-theme {
 position: relative;
}
.owl-theme .owl-nav button {
 position: absolute;
 top: 40%;
 background-color: transparent;
 border-radius: 2px;
 color: #999;
 cursor: pointer;
 display: block;
 font-size: 22px;
 margin-top: 0px;
 padding: 4px 10px 5px;
 -webkit-transform: translateY(-55%);
 -ms-transform: translateY(-55%);
 transform: translateY(-55%);
 color: #c6495c;
 width: 35px;
 height: 35px;
 line-height: 1;
 border: 1px solid #c6495c;
 border-radius: 50%;
 text-align: center;
 transition: .3s;
}
.section-gallery .owl-theme .owl-nav button {
 top: 50%
}
.single-usluge .owl-theme .owl-nav button, .single-ortodoncija .owl-theme .owl-nav button, .single-studije-slucaja .owl-theme .owl-nav button {
 top: -50px;
 -webkit-transform: none;
 -ms-transform: none;
 transform: none;
 opacity: 1 !important
}
.study-part:first-of-type .entry-content h3 {
 margin-top: 0
}
.section-gallery .owl-theme .owl-nav button {
 background-color: rgba(198, 73, 92, .8)
}
.owl-theme .owl-nav button:focus {
 box-shadow: none;
 outline: none;
}
.owl-theme .owl-nav:hover {
 background-color: #c6495c;
 color: #fff;
}
.owl-theme .owl-nav .owl-prev {
 left: -65px;
}
.section-gallery .owl-theme .owl-nav .owl-prev, .single-usluge .owl-theme .owl-nav .owl-prev, .single-ortodoncija .owl-theme .owl-nav .owl-prev {
 left: 30px;
}
.single-studije-slucaja .owl-theme .owl-nav .owl-prev {
 left: 8px;
}
.owl-theme .owl-nav .owl-prev .lg-icon::before {
 content: "‹";
}
.owl-theme .owl-nav .owl-next {
 right: -65px;
}
.section-gallery .owl-theme .owl-nav .owl-next, .single-usluge .owl-theme .owl-nav .owl-next, .single-ortodoncija .owl-theme .owl-nav .owl-next {
 right: 30px;
}
.single-studije-slucaja .owl-theme .owl-nav .owl-next {
 right: 8px;
}
.owl-theme .owl-nav .owl-next .lg-icon::before {
 content: "›";
}
.owl-theme .owl-nav {
 margin-top: 0px;
 text-align: center;
 -webkit-tap-highlight-color: transparent;
}
.gallery-carousel.owl-theme .owl-nav [class*='owl-'] {
 font-size: 22px;
 margin: 5px;
 padding: 0 7px;
 display: inline-block;
 cursor: pointer;
 border-radius: 50px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
 color: #FFF;
 text-decoration: none;
 background-color: #c6495c
}
.owl-theme .owl-nav .disabled {
 opacity: 0.5;
 cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
 margin-top: 10px;
}
.owl-theme .owl-dots {
 text-align: center;
 -webkit-tap-highlight-color: transparent;
 margin-top: 30px
}
.owl-theme .owl-dots .owl-dot {
 display: inline-block;
 zoom: 1;
 *display: inline;
 background: none !important;
 box-shadow: none !important;
 outline: none !important;
 border: 0px none;
 padding: 0px;
}
.owl-theme .owl-dots .owl-dot span {
 width: 10px;
 height: 10px;
 margin: 5px 7px;
 background: #D6D6D6;
 display: block;
 -webkit-backface-visibility: visible;
 -webkit-transition: opacity 200ms ease;
 transition: opacity 200ms ease;
 border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
 background: #c6495c;
}
.single-post .content-inner {
 margin-left: auto;
 margin-right: auto;
}
.entry-content > * {
 margin-left: auto;
 margin-right: auto;
 max-width: 100%;
}
.no-sidebar .entry-content > .alignwide {
 max-width: 100vw;
 max-width: calc(var(--vw, 1vw) * 100);
 width: 1110px;
 -webkit-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
 transform: translateX(-50%);
 left: 50%;
 position: relative;
}
.no-sidebar .entry-content > .alignfull {
 margin: 1.5em 0;
 max-width: 100vw;
 max-width: calc(var(--vw, 1vw) * 100);
 width: 100vw;
 /* Use vh as a fallback for browsers that do not support Custom Properties */
 width: calc(var(--vw, 1vw) * 100);
 -webkit-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
 transform: translateX(-50%);
 left: 50%;
 position: relative;
}
.single-post .right-sidebar .content-inner {
 margin-left: 0px;
}
.single-post .left-sidebar .content-inner {
 margin-right: 0px;
}
.entry-content ul, .entry-content ol {
 margin: 1.5em auto;
 list-style-position: outside;
}
.wp-block-video video {
 max-width: 100%;
}
.wp-block-embed.is-type-video .wp-block-embed__wrapper {
 width: 100%;
 position: relative;
 padding: 0 0 0 0;
 height: auto;
 display: block;
}
.wp-block-embed.is-type-video .wp-block-embed__wrapper::before {
 padding-top: 56.25%;
 content: "";
 display: block;
}
.wp-block-embed.is-type-video .wp-block-embed__wrapper > iframe, .wp-block-embed.is-type-video .wp-block-embed__wrapper > object {
 position: absolute;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 bottom: 0;
 right: 0;
}
.wp-block-image img {
 display: block;
}
.wp-block-image.alignleft, .wp-block-image.alignright {
 width: 100%;
}
.wp-block-image.alignfull img {
 width: 100vw;
 width: calc(var(--vw, 1vw) * 100);
}
.wp-block-gallery:not(.components-placeholder) {
 margin: 1.5em auto;
}
.wp-block-cover-text p {
 padding: 1.5em 14px;
}
ul.wp-block-latest-posts.alignwide, ul.wp-block-latest-posts.alignfull, ul.wp-block-latest-posts.is-grid.alignwide, ul.wp-block-latest-posts.is-grid.alignwide {
 padding: 0 14px;
}
.wp-block-table {
 display: block;
 overflow-x: auto;
}
.wp-block-table table {
 border-collapse: collapse;
 width: 100%;
}
.wp-block-table td, .wp-block-table th {
 padding: 0.5em;
}
.entry-content li {
 margin-left: 2.5em;
 margin-bottom: 6px;
}
.entry-content ul ul, .entry-content ol ol, .entry-content ul ol, .entry-content ol ul {
 margin: 0 auto;
}
.entry-content ul ul li, .entry-content ol ol li, .entry-content ul ol li, .entry-content ol ul li {
 margin-left: 0;
}
.wp-block-quote {
 border-left-width: 4px;
 border-left-color: currentColor;
}
.wp-block-quote.is-style-large {
 padding: 0px;
}
.wp-block-quote.is-style-large cite {
 font-size: 13px;
}
.wp-block-quote > * {
 margin-left: 16px;
 margin-right: 16px;
}
.wp-block-quote cite {
 font-style: normal;
 margin-top: 1em;
 margin-left: 0px;
 position: relative;
 font-size: 13px;
 display: block;
 margin-bottom: 0px;
}
.wp-block-pullquote {
 border-bottom: 4px solid currentColor;
 border-top: 4px solid currentColor;
 margin-top: 1.5em;
 margin-bottom: 1.5em;
 padding: 3em 0;
 text-align: center;
}
.wp-block-pullquote.is-style-solid-color {
 border-bottom: 0 none;
 border-top: 0 none;
}
.wp-block-pullquote > p:first-child {
 margin-top: 0;
}
.wp-block-pullquote cite {
 font-size: 13px;
 font-style: normal;
 text-transform: uppercase;
}
.wp-block-pullquote blockquote {
 border-left: 0px;
 background: none;
}
.wp-block-separator {
 margin: 3em auto;
 border: none;
 border-bottom: 2px solid currentColor;
}
.wp-block-separator:not(.is-style-wide) {
 max-width: 100px;
}
.wp-block-separator.is-style-dots {
 border-bottom: none !important;
 text-align: center;
}
.wp-block-separator.is-style-dots::before {
 padding-left: 0px;
 font-size: 30px;
}
@media screen and (min-width: 768px) {
 .wp-block-cover-text p {
  padding: 1.5em 0;
 }
 .entry-content > * {
  padding-left: 0px;
  padding-right: 0px;
 }
}
/*--------------------------------------------------------------
  # Rotating
  --------------------------------------------------------------*/
.holder {
 width: 75px;
 height: 75px;
 position: absolute;
 top: -50px;
 left: 50%;
 margin-left: -50px !important;
 animation: rotation 4s infinite linear;
 opacity: 1
}
.archive-holder {
 top: -20px;
}
@keyframes rotation {
 100% {
  transform: rotatey(360deg);
 }
}
.section-testimonials .carousel {
 min-height: 260px;
}
.section-testimonials .text-container {
 width: 60%;
 padding: 3rem 4rem;
 position: absolute;
 right: -17rem;
 background: #fff;
 height: 300px;
 transform: translateY(-50%);
 z-index: 101;
 top: 50%;
}
.section-testimonials .block-w-image-2 {
 padding: 0px;
}
/*.section-testimonials .block-w-image-2:before {
	content: "";
	width: 70%;
	height: calc(100% + 120px);
	background: #c97c85;
	position: absolute;
	display: block;
	right: -20%;
	top: -45px;
}*/
.section-testimonials .block-w-image-2 .img-container {
 width: 65%;
 position: relative;
 height: auto;
 z-index: 100;
}
.section-testimonials .block-w-image-2 .img-container img {
 width: 100%;
 height: auto;
 vertical-align: middle;
}
.section-testimonials .carousel-control {
 position: absolute;
 border: 1px solid #c6495c;
 border-radius: 50%;
 text-align: center;
 font-size: 15px;
 padding: 6px 12px 6px 12px;
 line-height: 1.1;
 color: #c6495c;
}
.section-testimonials .left.carousel-control {
 left: 0;
}
.section-testimonials .right.carousel-control {
 right: 0;
}
.section-testimonials .carousel-controler {
 position: absolute;
 font-size: 24px;
 bottom: 1.5rem;
 width: 100%;
 height: 40px;
 z-index: 200
}
.section-testimonials .more {
 margin-top: 15px;
 display: inline-block
}
@media screen and (max-width: 1440px) {
 .top-content .container {
  width: 95%;
  max-width: 95%;
  padding-left: 0
 }
 .top-content .site-branding {
  padding-left: 0;
  padding-right: 0
 }
 .top-content .offset-lg-1 {
  margin-left: 2.333333%;
 }
 .top-content .col-lg-4:first-child {
  -webkit-box-flex: 0;
  flex: 0 0 39.333333%;
  max-width: 39.333333%;
 }
 .creative_header_icon {
  margin-right: 0
 }
 .creative_header_icon i {
  color: #c6495c;
  font-size: 20px;
  width: 42px;
  height: 42px;
  line-height: 40px;
  border: 1px solid #c6495c;
  border-radius: 50%;
  text-align: center;
  transition: .3s;
 }
 .creative_header_address_text {
  left: 48px
 }
 .secrtion-news .owl-theme .owl-nav .owl-prev {
  top: -50px;
  left: 0;
 }
 .secrtion-news .owl-theme .owl-nav .owl-next {
  right: 0;
  top: -50px;
 }
}
@media screen and (min-device-width: 1200px) and (max-width: 1440px) {
 .section-about .offset-xl-3, .section-features .offset-xl-3.abs-column, .section-gallery .offset-xl-3.abs-column {
  margin-left: 18%;
 }
 .section-about .col-xl-6, .section-features .col-xl-6.abs-column, .section-gallery .col-xl-6 {
  -webkit-box-flex: 0;
  flex: 0 0 57%;
  max-width: 57%;
 }
 .creative_header_address .col-xl-4.location{
  flex: 0 0 37.333333%;
    max-width: 37.333333%;
 }
 .creative_header_address .offset-xl-1.location{margin-left: 4.333333%;}
}
@media screen and (max-width: 1200px) {
 h1, span.h1 {
  line-height: 1.1;
  font-size: 44px;
  font-size: 4.4rem;
 }
 .top-content .creative_header_address {
  display: none
 }
 .mobileqcontact .creative_header_icon {
  margin-right: 8px;
 }
 .mobileqcontact {
  display: block !important;
  margin-top: 10px !important
 }
 .section-about.section-padding {
  padding-bottom: 30px
 }
 .section-about .section-title-area, .section-about .section-title-area p:last-child {
  margin-bottom: 0
 }
 .mobileqcontact .creative_header_address {
  overflow: visible;
  margin-top: 0;
  padding-left: 100px
 }
 .mobileqcontact .creative_header_address_text {
  top: auto;
  width: auto;
  transform: none;
  line-height: 1.5 !important;
  font-size: 1.3rem;
  position: relative;
  left: auto;
  float: left;
 }
 .section-about .creative_header_address > div {
  margin-top: 0;
 }
 .modal.right .modal-dialog {
  width: 70%;
  max-width: 70%;
 }
 .section-features {
  padding-bottom: 130px !important;
 }
 .section-features .btn {
  bottom: 50px
 }
 .feature-item {
  padding: 0 !important;
 }
 .feature-item .feature-media {
  float: left;
  width: 50%;
  max-width: 50%;
  margin-bottom: 0
 }
 .feature-item .feature-item-content {
  position: absolute;
  width: 50%;
  height: 100% !important;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 50%;
  transform: none;
  background: rgba(201, 124, 133);
  color: #fff;
  z-index: 210;
  padding: 0;
  left: auto
 }
 .feature-item .feature-item-content p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: -moz-calc(100% - 20px);
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  padding: 0 20px
 }
 .feature-item:last-child .feature-media {
  float: right;
  width: 50%;
  max-width: 50%;
  margin-bottom: 0
 }
 .feature-item:last-child .feature-item-content {
  right: auto;
  left: 0;
 }
 .entry-content img.size-full {
  width: 100%;
  max-width: 100%;
  margin-left: 0 !important;
 }
 .section-testimonials .block-w-image-2 .img-container {
  width: 100%;
  position: relative;
  height: auto;
  z-index: 1;
 }
 .section-testimonials .text-container {
  width: 100%;
  padding: 3rem 4rem;
  position: relative;
  background: #fff;
  height: 260px;
  transform: none;
  z-index: 1;
  top: auto;
  bottom: auto;
  right: auto;
  left: auto
 }
 .section-testimonials .carousel-controler {
  position: absolute;
  font-size: 24px;
  bottom: 50px;
  width: 100%;
  height: 40px;
  z-index: 200;
 }
 .videolightbox__content, .section-videolightbox .videolightbox__icon {
  margin-top: 3rem;
  padding-left: 0;
 }
 #nav-toggle{margin-left: 5px}
}
@media screen and (max-width: 1140px) {
    .app a.btn{margin-right: 100px;}
}
@media screen and (max-width: 992px) {
 .container, .top-content .container {
  width: 100%;
  max-width: 100%;
  padding-left: 15px;
 }
 h1, span.h1 {
  line-height: 1.1;
  font-size: 40px;
  font-size: 4.0rem;
 }
 h2 {
  line-height: 1.1;
  font-size: 36px;
  font-size: 3.6rem;
 }
 .mobileqcontact .creative_header_address {
  overflow: visible;
  margin-top: 0;
  padding-left: 50px;
 }
 .footer-widgets #footer-4.col-md-3 {
  order: 3;
 }
 .footer-widgets #footer-3.col-md-2 {
  order: 2;
  -webkit-box-flex: 0;
  flex: 0 0 27.333333%;
  max-width: 27.333333%;
 }
 .footer-widgets #footer-2.col-md-4 {
  order: 1;
  -webkit-box-flex: 0;
  flex: 0 0 41.333333%;
  max-width: 41.333333%;
 }
 .footer-widgets #footer-1.col-md-3 {
  order: 4;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  padding-top: 30px
 }
}
@media screen and (min-device-width: 768px) and (max-width: 900px) {
 .mobileqcontact .col-md-4:first-child {
  -webkit-box-flex: 0;
  flex: 0 0 40.333333%;
  max-width: 40.333333%;
 }
 .mobileqcontact .col-md-4:last-child {
  -webkit-box-flex: 0;
  flex: 0 0 26.333333%;
  max-width: 26.333333%;
 }
}
@media screen and (max-width: 900px) {
 body {
  font-size: 1.5rem
 }
 .mobileqcontact .creative_header_address {
  padding-left: 0;
 }
 .feature-item .feature-media, .feature-item:last-child .feature-media {
  float: none;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
 }
 .feature-item .feature-item-content, .feature-item:last-child .feature-item-content {
  position: relative;
  width: 100%;
  height: auto !important;
  right: auto;
  top: auto;
  bottom: auto;
  max-width: 100%;
  transform: none;
  background: #c97c85;
  color: #fff;
  z-index: 210;
  padding: 20px;
  left: auto;
 }
 .feature-item .feature-item-content p {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  width: none;
  width: none;
  width: auto;
  padding: 0;
 }
}
@media screen and (max-width: 768px) {
 h1, span.h1 {
  line-height: 1.2;
  font-size: 36px;
  font-size: 3.6rem;
 }
 h2 {
  line-height: 1.1;
  font-size: 30px;
  font-size: 3rem;
 }
 .site-branding .site-logo-div img {
    max-width: 170px;
    width: 100%;
}
 .hero-slideshow-normal {
  min-height: 55vh;
  height: 55vh;
 }
 .mobileqcontact {
  margin-bottom: 40px
 }
 .creative_header_address {
  height: auto
 }
 .creative_header_address > div .single_header_address {
  text-align: center;
  padding-bottom: 30px
 }
 .creative_header_address > div:last-child .single_header_address {
  padding-bottom: 0
 }
 .creative_header_icon, .mobileqcontact .creative_header_address_text {
  float: none;
  margin-right: 0;
 }
 .mobileqcontact .creative_header_address_text {
  line-height: 1.4 !important;
  font-size: 1.5rem;
 }
 .section-services .row > div:first-child {
  order: 2
 }
 .section-services .row > div:last-child {
  order: 1
 }
 .section-services, .section-services .section-title-area h3 {
  text-align: center
 }
 .section-services .face-logo {
  float: none;
  margin-top: 0;
 }
 .section-title-area {
  margin-bottom: 30px;
 }
 .section-gallery .section-title-area {
  margin-bottom: 50px;
 }
 .owl-dots {
  display: none
 }
 .footer-widgets #footer-1, .footer-widgets #footer-2, .footer-widgets #footer-3 {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  width: 100% !important;
  margin-bottom: 30px
 }
 .single .page-header.page--cover {
  display: none
 }
 .single .mobile-header {
  display: block !important
 }
}
@media screen and (max-width: 600px) {
 h1, span.h1 {
  line-height: 1.2;
  font-size: 28px;
  font-size: 2.8rem;
 }
 h2 {
  line-height: 1.1;
  font-size: 28px;
  font-size: 2.8rem;
 }
 h3 {
  font-size: 18px;
  font-size: 1.8rem;
 }
 .modal.right .modal-dialog {
  max-width: 85%;
  width: 85%
 }
 .top-content .col-sm-4, .buttoncol {
  display: none !important
 }
 .page-header.page--cover {
  height: 65vh
 }
 .hero-content-style1 .btn, .page-header.page--cover .btn, .mobile-header .btn {
  display: inline-block !important;
  margin-top: 20px
 }
 .languages {
    position: absolute;
    float:none;
    right:58px;
    z-index: 100;
}
 .top-content .container .row {
  max-width: 50%
 }
 .top-content .site-branding {
  float: left;
 }
 .btt {
  display: none !important
 }
 #nav-toggle {
  position: absolute;
  right: 0;
  z-index: 201
 }
 .card-container .title-wrapper {
  padding: 0 15px;
 }
 }
 @media screen and (max-width: 576px) {
  .section-brosura img {
   margin-bottom: 3rem
  }
 }