/*
Theme Name: Iva
Theme URI: http://www.logicathemes.com/
Description: Multipurpose One-Page Theme
Author: Logica Themes
Author URI: http://www.logicathemes.com/
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 1.3.1
Text Domain: lt_iva
*/
/* Table of Content
==================================================
  1. Animations
  2. Document Setup (General, Body, Typography, Common classes, etc)
  3. Misc and Re-usable Elements
  4. Navigation
  5. Hero (Video / Image / Slider/Canvas)
  6. About Us Section 
  7. Quote Section
  8. What We Do 
  9. Achievements 
  10. Portfolio 
  11. Pricing Tables 
  12. Features
  13. Testimonials 
  14. Clients 
  15. Team Section 
  16. Request a Quote CTA 
  17. Blog Section on HomePage
  18. Twitter Section 
  19. Contact Form 
  20. Callout Box 
  21. Footer 
  22. Portfolio Single 
  23. Single Post Page
  24. Elements Used in Inside Pages 
  25. Single Page
  26. Responsive
*/
/* CSS3 Animations
================================================== */

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/* =========================================================== 
    2. Document Setup (body, common classes, structure etc)
============================================================ */
/* #General
================================================== */

html {
    height: 100%;
}
body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    background: #FFFFFF;
    font: 15px/26px "Open Sans", Helvetica, Arial, sans-serif;
    color: #808080;
    -webkit-font-smoothing: antialiased;
    /* Fix for webkit rendering */
    
    -webkit-text-size-adjust: 100%;
}
.container {
    margin: 0 auto;
    max-width: 1140px;
    /* Change to lower/increase site width */
    
    width: 90%;
    /* For responsive, 5% left and right of mobile phone screen. */
}
/* Typography
================================================== */

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    color: #333333;
    margin-bottom: 25px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit;
    color: #333333;
}
h1 {
    font-size: 41px;
    line-height: 70px;
    text-transform: uppercase;
    font-weight: 700;
}
h2 {
    font-size: 34px;
    line-height: 48px;
}
h3 {
    font-size: 18px;
    line-height: 24px;
}
h4 {
    font-size: 16px;
    line-height: 21px;
}
h5 {
    font-size: 14px;
    line-height: 18px;
}
h6 {
    font-size: 12px;
    line-height: 16px;
}
p {
    margin: 0 0 25px 0;
}
p img {
    margin: 0;
}
a {
    color: #d3145a;
    font: 15px/26px 'Open Sans', sans-serif;
    text-decoration: none;
    -webkit-transform: translateZ(0);
    -webkit-transition: 0.3s all linear;
    -moz-transition: 0.3s all linear;
    transition: 0.3s all linear;
}
a:hover, a:active {
    outline: 0;
}
em, i, cite, dfn {
    font-style: italic;
}
strong, b {
    font-weight: bold;
}
small {
    font-size: 80%;
}
address {
    font-style: normal;
}
ul, ol {
    margin-bottom: 20px;
}
ul {
    list-style: none outside;
}
ol {
    list-style: decimal;
}
ul ul, ul ol, ol ol, ol ul {
    margin-left: 30px;
}
ul ul li, ul ol li, ol ol li, ol ul li {
    margin-bottom: 0
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
hr {
    border: solid #e6e6e6;
    border-width: 1px 0 0;
    clear: both;
    margin: 20px 0 40px;
    height: 0;
}
img {
    max-width: 100%;
    height: auto;
}
@media \0screen {
    img {
        width: auto;
        /* for ie 8 */
    }
}
/* =========================================================== 
    3. Misc and Re-usable Elements
============================================================ */
/* #Simple Grid for Pages that are not made with Visual Composer 
============================================================ */

.column {
    float: left;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
}
.column.one {
    width: 8.33333%;
}
.column.two {
    width: 16.66667%;
}
.column.three {
    width: 25%;
}
.column.four {
    width: 33.33333%;
}
.column.five {
    width: 41.66667%;
}
.column.six {
    width: 50%;
}
.column.seven {
    width: 58.33333%;
}
.column.eight {
    width: 66.66667%;
}
.column.nine {
    width: 75%;
}
.column.ten {
    width: 83.33333%;
}
.column.eleven {
    width: 91.66667%;
}
.column.twelve {
    width: 100%;
}
.column.flow-opposite {
    float: right;
}
/* #Repeating Elements
================================================== */

section {
    padding: 0;
}
.sticky {
    background-color: #f9f9f9;
}
.gallery-caption {} .post .column {
    margin-bottom: 25px;
}
.wp-caption {
    max-width: 100% !important;
    width: auto !important;
}
.nopadding {
    padding: 0;
}
.nopaddingleft {
    padding-left: 0;
}
.nopaddingright {
    padding-right: 0;
}
.border-top {
    border-top: 1px solid #e6e6e6;
}
.hide {
    display: none!important;
    visibility: hidden;
}
body.home section {
    background-color: #fff;
}
body.page section.gray {
    background-color: #f3f3f3;
}
body.home section section {
    background-color: transparent!important;
}
section section {
    background-size: cover;
}
.section-title, #portfolio-title {
    text-align: center;
}
.iva_vc_row {
    margin: 0px!important;
}
.iva_vc_row .bg_color:before {
    content: " ";
    display: table;
}
.iva_vc_row .bg_color:after {
    clear: both;
    content: " ";
    display: table;
}
.iva_vc_row .fullwidth {
    width: 100%;
}
.no-left-right-padding .iva_vc_row .vc_column_container, .home .iva_vc_row .vc_column_container {
    padding: 0px;
}
.single-portfolio #header-section, .single .lt_nav-share li.close, .single .lt_nav-share li.next, .single .lt_nav-share li.prev {
    display: none!important;
}
header.section-header {
    padding: 90px 0 100px 0;
}
h2.section-title {
    text-transform: capitalize;
    font-size: 41px;
    line-height: 70px;
    font-weight: 700;
}
.section-title:after {
    position: relative;
    display: block;
    content: "";
    height: 2px;
    width: 30px;
    margin: 10px auto 20px;
    background: #d3145a;
}
.section-tagline {
    font: 18px/27px 'Open Sans', Arial, sans-serif;
    font-weight: 300;
    color: #808080;
    text-align: center;
    max-width: 550px;
    margin: 0 auto;
}
.fixed {
    background-attachment: fixed;
}
#header-section.gore.fixed-menu {
    position: fixed;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
}
.typed-cursor {
    font-weight: normal;
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
.logo img {
    vertical-align: middle;
    max-height: 80px;
}
.iva_btn {
    background: #d3145a;
    font-family: 'Montserrat', 'Open Sans', sans-serif;
    border: 1px solid #d3145a;
    color: #fff;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: 85%;
    text-decoration: none !important;
    padding: 9px 12px;
    line-height: 20px;
    border-radius: 4px;
}
.iva_btn:hover {
    background: #fff;
    border: 1px solid #d3145a;
    color: #d3145a;
}
.btn-holder .vc_btn.iva_btn {
    font-family: 'Montserrat', 'Open Sans', sans-serif;
    font-size: 13px;
    letter-spacing: 1.5px;
    background: transparent;
    padding: 10px 36px;
    border: 1px solid #d3145a;
    color: #d3145a;
}
.btn-holder .vc_btn.iva_btn:hover {
    color: #fff!important;
    background-color: #d3145a;
}
.btn-holder.fashion a {
    border: 1px solid #fff!important;
    color: #fff!important;
}
.btn-holder .btn-holder.fashion a:hover {
    background: #fff!important;
    color: #000!important;
}
/* Portfolio Popup
================================================== */

.mfp-fade.mfp-bg {
    display: none !important;
}
.mfp-fade.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: static !important;
    outline: none !important;
    background: #fff;
}
.mfp-container {
    padding-left: 0!important;
    padding-right: 0!important;
}
.mfp-fade.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    min-height: 100%;
    left: 0;
    top: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mfp-fade.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    display: none !important;
}
.mfp-align-top .mfp-container:before {
    display: none !important;
}
.mfp-fade.mfp-content {
    position: relative;
    margin: 0 auto;
    text-align: left;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    min-height: 100%;
    cursor: auto;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none !important;
}
.mfp-preloader {
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    border: 3px solid #999;
    border-radius: 30px;
    z-index: 999;
    text-indent: -9999px;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    -webkit-animation: pulsing 1s ease-out infinite;
    -moz-animation: pulsing 1s ease-out infinite;
    -o-animation: pulsing 1s ease-out infinite;
    animation: pulsing 1s ease-out infinite;
}
.post-loading {
    position: relative;
    width: 100%;
    height: 100px;
}
@-webkit-keyframes pulsing {
    0% {
        -webkit-transform: scale(.1);
        opacity: 0.0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.2);
        opacity: 0;
    }
}
@-moz-keyframes pulsing {
    0% {
        -moz-transform: scale(.1);
        opacity: 0.0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -moz-transform: scale(1.2);
        opacity: 0;
    }
}
@-o-keyframes pulsing {
    0% {
        -o-transform: scale(.1);
        opacity: 0.0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -o-transform: scale(1.2);
        opacity: 0;
    }
}
@keyframes pulsing {
    0% {
        transform: scale(.1);
        opacity: 0.0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}
.mfp-s-ready .mfp-preloader {
    display: none;
}
.mfp-s-error .mfp-content {
    display: none;
}
.play_btn .play_btn_icon {
    text-align: center;
    display: block;
    width: 90px;
    height: 90px;
    margin: 0 auto 20px;
    border: 2px solid #FFFFFF;
    line-height: 90px;
    font-size: 40px;
    color: #FFFFFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.play_btn .play_btn_icon .fa {
    position: relative;
    left: 5px;
    top: -2px;
}
#qLoverlay {
    background-color: #111;
    position: fixed;
    z-index: 666999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.queryloader__overlay__bar {
    top: 0px !important;
}
#qLpercentage {
    font: 16px/21px "Montserrat";
    line-height: 46px;
    margin-top: -23px !important;
}
/* Grayscale
================================================== */
/*! Gray v1.4.1 (https://github.com/karlhorky/gray) | MIT */

.grayscale {
    /* Firefox 10+, Firefox on Android */
    
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    /* IE 6-9 */
    
    filter: gray;
    /*
    Chrome 19+,
    Safari 6+,
    Safari 6+ iOS,
    Opera 15+
  */
    
    -webkit-filter: grayscale(100%);
}
.grayscale.grayscale-fade {
    -webkit-transition: -webkit-filter .5s;
}
.grayscale.grayscale-off, .grayscale.grayscale-fade:hover {
    -webkit-filter: grayscale(0%);
    filter: none;
}
.grayscale.grayscale-replaced {
    filter: none;
    -webkit-filter: none;
}
.grayscale.grayscale-replaced > svg {
    opacity: 1;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
.grayscale.grayscale-replaced.grayscale-off > svg, .grayscale.grayscale-replaced.grayscale-fade:hover > svg {
    opacity: 0;
}
/* Parallax
================================================== */

.parallax-background {
    padding-top: 0;
    /*    position: relative; */
    
    width: 100%;
    background-position: center center;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-repeat: repeat-y;
}
.parallax-background.fixed {
    background-attachment: fixed;
}
/* Owl Item - Override
================================================== */

.owl-page {
    display: inline-block;
    margin: 0 3px;
}
.owl-pagination {
    position: absolute;
    bottom: -80px;
    width: 100%;
    text-align: center;
}
.owl-pagination span {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #fff;
}
.owl-pagination .owl-page.active span {
    background-color: #fff;
}
.owl-buttons {
    position: static;
}
.owl-prev, .owl-next {
    opacity: 0;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 40px;
    height: 60px;
    line-height: 60px;
    font-size: 74px;
    text-align: center;
    color: rgba(255, 255, 255, .7);
    text-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
    z-index: 6;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.owl-prev {
    left: 0;
}
.owl-next {
    right: 0;
}
.owl-prev:hover, .owl-next:hover {
    color: rgba(255, 255, 255, .95);
    -webkit-transition: 0 none !important;
    -moz-transition: 0 none !important;
    -ms-transition: 0 none !important;
    -o-transition: 0 none !important;
    transition: 0 none !important;
}
.owl-prev:active, .owl-next:active {
    -webkit-transform: scale(0.94);
    -moz-transform: scale(0.94);
    -o-transform: scale(0.94);
    -ms-transform: scale(0.94);
    transform: scale(0.94);
}
.owl-carousel:hover .owl-prev {
    opacity: 1;
    left: 25px;
}
.owl-carousel:hover .owl-next {
    opacity: 1;
    right: 25px;
}
.owl-carousel .owl-item {
    text-align: center;
}
/* =========================================================== 
    4. Navigation
============================================================ */

#header-section {
    position: fixed;
    line-height: 80px;
    height: 80px;
    border-bottom: 1px solid #e6e6e6;
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.95);
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
header nav {
    text-align: right;
}
header nav li {
    display: inline-block;
    padding: 0 10px;
}
header nav ul {
    margin-bottom: 0;
}
header nav ul li a {
    display: inline-block;
    padding: 0 5px;
    color: #808080;
    font-size: 12px;
    line-height: 80px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    vertical-align: top;
}
header nav a:hover, header nav a.active {
    color: #d3145a;
}
header nav ul li:last-child {
    padding-right: 0;
}
.gore {
    height: 80px;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}
.dole {
    position: fixed;
    height: 80px;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
}
.wpb_wrapper #header-section.gore {
    position: absolute!important;
    top: auto;
    bottom: 0px;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
}
/* Sub Nav */

header nav ul li ul {
    display: none;
    position: absolute;
    margin-left: -15px;
    margin-top: -4px;
}
header nav ul li ul:before {
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f3f3f3;
    position: absolute;
    left: 25%;
    margin-left: -10px;
    top: -10px;
    width: 0;
    height: 0;
}
header nav ul li:hover ul {
    display: block;
}
header nav ul li ul li {
    background: rgb(243, 243, 243);
    background: rgba(243, 243, 243, 0.95);
    display: block;
    line-height: 42px;
    height: 42px;
    min-width: 160px;
    text-align: left;
    padding: 0;
}
header nav ul li ul li a {
    line-height: 42px;
    display: block;
    padding: 0 10px;
    height: 42px;
}
header nav ul li ul li ul {
    display: none;
    position: absolute;
    margin-left: 160px;
    margin-top: -4px;
}
/* Menu for all except home and landing page */

#header-section.inside-menu, #header-section.altmenu.gore {
    background: transparent!important;
    border-bottom: none!important;
    position: absolute!important;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
}
#header-section.inside-menu ul li a, #header-section.altmenu.gore ul li a {
    color: #fff;
}
.page-template-default #header-section.inside-menu ul li a, .page-template-default #header-section.altmenu.gore ul li a, #header-section.no-hero-image ul li a {
    color: #888;
}
#header-section.inside-menu ul li a:hover {
    color: #d3145a;
}
/* Simple Page template menu has black color */

.page-template-default #header-section.inside-menu .menu > ul > li > a {
    color: #000;
}
.page-template-default #header-section.inside-menu .menu > ul > li > a:hover {
    color: #d3145a;
}
/* Fix just in case if user didnt set home to landing page template */

.home.page-template-default #header-section.top-hidden.gore {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}
/* If there is no hero, dont show hero on blog */

#header-section.no-hero-image {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
    position: relative!important;
}
/* =========================================================== 
    5. Hero (Video / Image / Slider / Canvas)
============================================================ */
/* General
================================================== */

.spacer {
    height: 80px;
}
.hero {
    padding: 0;
}
.hero .container, .hero-single .container {
    display: table;
    height: 100%;
}
.hero-inner {
    text-align: center;
    z-index: 9;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 100%;
}
.hero-inner.left {
    text-align: left;
}
.hero-inner.right {
    text-align: right;
}
.hero-inner.four-oh-four {
    display: block;
    text-align: center!important;
}
.animate {
    visibility: hidden;
}
.hero-copy {
    color: #fff;
    margin: 0 15px;
    font-size: 22px;
    line-height: 32px;
    font-weight: 300;
}
.hero-copy.bigger {
    font-size: 32px;
}
.hero-copy.dark {
    color: #333;
}
.hero-copy.wide {
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 25px 15px;
}
.tinfont {
    font-size: 14px;
}
.btn-holder {
    display: block;
    margin: 30px 15px;
}
.page-template-default .hero-copy {
    margin: 0;
}
/* Image 
================================================== */

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    /* browsers */
    
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#7c000000', endColorstr='#7c000000');
    /* IE */
}
.overlay.canvas {
    z-index: 2;
}
.overlay.lighterbg {
    background: rgba(0, 0, 0, 0.45);
    /* browsers */
    
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#7c000000', endColorstr='#7c000000');
    /* IE */
}
.overlay.pattern {
    background: url(assets/images/elements/pattern.png);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#7c000000', endColorstr='#7c000000');
    /* IE */
}
.overlay.light {
    background: rgba(255, 255, 255, 0.6);
    /* browsers */
    
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#7c000000', endColorstr='#7c000000');
    /* IE */
}
.hero.parallax-background {
    padding: 0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
/* Canvas
================================================== */

#hero-canvas {
    position: absolute;
    top: 0;
    z-index: 1;
}
/* Video
================================================== */

#controlBar_bgndVideo {
    display: none!important;
}
#top-menu {
    position: fixed;
}
@font-face {
    font-family: 'ytpregular';
    src: url('../fonts/ytp-regular.eot');
}
@font-face {
    font-family: 'ytpregular';
    src: url(data:application/x-font-woff;charset=utf-8;base64,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) format('woff'), url('../fonts/ytp-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.mb_YTVPlayer:focus {
    outline: 0;
}
.mb_YTVPlayer {
    display: block;
    transform: translateZ(0);
    transform-style: preserve-3d;
    perspective: 1000;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    animation-timing-function: linear;
}
.mb_YTVPlayer.fullscreen {
    display: block!important;
    position: fixed!important;
    width: 100%!important;
    height: 100%!important;
    top: 0!important;
    left: 0!important;
    margin: 0!important;
    border: none !important;
}
.mb_YTVPlayer.fullscreen .mbYTP_wrapper {
    opacity: 1 !important;
}
.mbYTP_wrapper iframe {
    max-width: 4000px !important;
}
.inline_YTPlayer {
    margin-bottom: 20px;
    vertical-align: top;
    position: relative;
    left: 0;
    overflow: hidden;
    border-radius: 4px;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .7);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .7);
    box-shadow: 0 0 5px rgba(0, 0, 0, .7);
    background: rgba(0, 0, 0, .5);
}
.inline_YTPlayer img {
    border: none!important;
    -moz-transform: none!important;
    -webkit-transform: none!important;
    -o-transform: none!important;
    transform: none!important;
    margin: 0!important;
    padding: 0!important
}
/*CONTROL BAR*/

.mb_YTVPBar .ytpicon {
    font-size: 20px;
    font-family: 'ytpregular';
}
.mb_YTVPBar .mb_YTVPUrl.ytpicon {
    font-size: 30px;
}
.mb_YTVPBar {
    transition: opacity 1s;
    -moz-transition: opacity 1s;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    display: block;
    width: 100%;
    height: 10px;
    padding: 5px;
    position: absolute!important;
    bottom: 0;
    left: 0;
    -moz-box-sizing: padding-box;
    -webkit-box-sizing: border-box;
    text-align: left;
    z-index: 1000;
    font: 14px/16px sans-serif;
    color: white;
    opacity: .1;
}
.mb_YTVPBar.visible, .mb_YTVPBar:hover {
    opacity: 1;
}
.mb_YTVPBar .buttonBar {
    display: none;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    background: transparent;
    font: 12px/14px Calibri;
    position: absolute;
    top: -25px;
    left: 0;
    padding: 5px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.mb_YTVPBar:hover .buttonBar {
    background: rgba(0, 0, 0, 0.4);
}
.mb_YTVPBar span {
    display: inline-block;
    font: 16px/20px Calibri, sans-serif;
    position: relative;
    width: 30px;
    height: 25px;
    vertical-align: middle;
}
.mb_YTVPBar span.mb_YTVPTime {
    width: 130px;
}
.mb_YTVPBar span.mb_YTVPUrl, .mb_YTVPBar span.mb_OnlyYT {
    position: absolute;
    width: auto;
    display: block;
    top: 6px;
    right: 10px;
    cursor: pointer;
}
.mb_YTVPBar span.mb_YTVPUrl img {
    width: 60px;
}
.mb_YTVPBar span.mb_OnlyYT {
    left: 185px;
    right: auto;
}
.mb_YTVPBar span.mb_OnlyYT img {
    width: 25px;
}
.mb_YTVPBar span.mb_YTVPUrl a {
    color: white;
}
.mb_YTVPPlaypause, .mb_YTVPlayer .mb_YTVPPlaypause img {
    cursor: pointer;
}
.mb_YTVPMuteUnmute {
    cursor: pointer;
}
/* Chocolateria
================================================== */

.choco .hero-copy {
    margin: 40px 0;
    font-style: italic;
}
.choco .big_white {
    font: 38px/90px "Montserrat", sans-serif;
    font-weight: 600;
    letter-spacing: 10px;
    text-transform: none;
    border-top: 1px solid #00d3f9;
    border-bottom: 1px solid #00d3f9;
    margin: auto;
    display: inline-block;
}
/* Slick
================================================== */

.slick .hero-copy {
    margin: 0 0 40px 0;
    font-size: 19px;
    line-height: 32px;
    font-weight: 300;
    text-transform: uppercase;
}
.slick .big_white {
    color: #fff;
    font-size: 56px;
    line-height: 64px;
    margin: 23px 15px 15px 15px;
    text-transform: uppercase;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 15px;
}
/* Bar
================================================== */

.bar .hero-copy {
    position: absolute;
    bottom: 65px;
    width: 100%;
    text-align: center;
    font: 15px/42px "Montserrat", sans-serif;
    color: #fff;
    margin: 40px 0;
    letter-spacing: 5px;
}
.bar .big_white {
    font: 38px/90px "Montserrat", sans-serif;
    font-weight: 600;
    padding: 0 30px;
    letter-spacing: 10px;
    border: 3px solid #00d3f9;
    margin: auto;
    display: inline-block;
}
.bar .btn-holder a {
    color: #fff;
}
/* Fashion
================================================== */

.fashion .hero-copy {
    margin: 30px 15px;
}
.fashion .big_white {
    font: 106px/106px "Open Sans", sans-serif;
    font-weight: 100;
    text-transform: none;
}
.fashion .btn-holder a {
    position: absolute;
    bottom: 80px;
    border: 1px solid #fff!important;
    color: #fff!important;
}
.fashion .btn-holder a.vc_btn.iva_btn:hover {
    background-color: #fff!important;
    color: #000!important;
}
/* Scout
================================================== */

.scout .big_white {
    color: #000;
    font-size: 100px;
    font-weight: 800;
}
.scout .hero-copy {
    color: #000;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 25px 15px;
}
.scout .hero-btn {
    color: #000;
}
/* Spa
================================================== */

.spa .big_white {
    font-family: "Open Sans", sans-serif;
    font-weight: 100;
    font-size: 66px;
    text-transform: none;
}
.spa .hero-copy {
    font-size: 32px;
    line-height: 46px;
}
/* Slider
================================================== */

section#home-content {
    padding: 0;
    position: relative;
    z-index: 99;
}
#main-heading {
    padding: 0;
    margin: 0;
    position: relative;
}
.wpb_revslider_element {
    margin-bottom: 0!important;
}
.tp-bullets.preview4 {
    display: none;
}
/* Hero - Single Page
================================================== */

.hero-single {
    position: relative;
    padding: 0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-color: #444;
    background-image: url(assets/images/hero3.jpg);
    background-position: center;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}
.hero-single h1 {
    text-transform: uppercase;
}
.hero-single .meta {
    text-align: center;
    color: #fff;
}
.hero-single .meta span:after {
    content: '\00B7';
    vertical-align: top;
    color: #d3145a;
    padding-left: 10px;
    font-size: 28px;
    margin-right: 6px;
}
.hero-single .meta span:last-child:after {
    content: '';
}
.hero-single .meta a {
    font-style: italic;
    color: #fff;
}
.hero-single .meta a:hover {
    color: #d3145a;
}
/* Hero Versions
================================================== */

h1.big_white {
    color: #fff;
    font-size: 56px;
    margin: 10px 15px;
    text-transform: uppercase;
}
h1.big_white.dark {
    color: #333;
}
h1.big_white.border {
    border: 1px solid #a0a0a0;
    padding: 0;
    margin: 0;
    display: inline-block;
    padding: 2px 15px;
}
.big_white span {
    color: #d3145a;
}
.hero-inner.left {
    text-align: left;
}
.no-video {
    /* goran */
    
    background-image: url(assets/images/bg/parallax-change.jpg);
}
/* =========================================================== 
    6.  About Us Section
============================================================ */

.iva_vc_row .iva-box {
    overflow: hidden;
    position: relative;
    padding: 120px 50px;
    min-height: 380px;
    width: 100%;
    text-align: center;
    border-left: 1px solid #e6e6e6;
}
.iva_vc_row .vc_column_container:first-child .iva-box {
    border-left: none;
}
.iva_vc_row .iva-box:hover {
    background-color: #f3f3f3;
}
.iva_vc_row .iva-box i {
    font-size: 64px;
    color: #d3145a;
}
.iva_vc_row .iva-box h2 {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 20px 0;
}
.iva_vc_row .iva-box span.desc {
    opacity: 0;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 50px;
    -webkit-transform: perspective(500px) rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
    -moz-transform: perspective(500px) rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
    -o-transform: perspective(500px) rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
    -ms-transform: perspective(500px) rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
    transform: perspective(500px) rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.iva_vc_row .iva-box .main {
    -webkit-transition: all 300ms cubic-bezier(.07, .58, .39, 1);
    -moz-transition: all 300ms cubic-bezier(.07, .58, .39, 1);
    -o-transition: all 300ms cubic-bezier(.07, .58, .39, 1);
    -ms-transition: all 300ms cubic-bezier(.07, .58, .39, 1);
    transition: all 300ms cubic-bezier(.07, .58, .39, 1);
}
.iva_vc_row .iva-box .main i, .iva_vc_row .iva-box .main h2 {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.iva_vc_row .iva-box:hover .service-intro {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.iva_vc_row .iva-box:hover .desc {
    opacity: 1;
    -webkit-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    -moz-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    -o-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    -ms-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}
.iva_vc_row .iva-box:hover .main {
    margin-top: -75px;
}
/* =========================================================== 
    7.  Quote Section
============================================================ */

.iva_vc_row .quote {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    padding: 170px 0;
}
.iva_vc_row .quote .container {
    position: relative;
}
.iva_vc_row .quote h2 {
    color: #fff;
    font-weight: 300;
    font-family: 'Open Sans', Arial, sans-serif;
    text-align: center;
}
.iva_vc_row .quote .quote-author {
    margin-top: 20px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-size: 14px;
    font-weight: 700;
}
/* =========================================================== 
    8. What We Do
============================================================ */

#blog .filter-row {
    width: 100%;
    margin: 0 auto;
    max-width: inherit;
}
.filter-row {
    background-color: #f3f3f3;
}
/* Filter Part When Lots of Categories */
ul.filter-target {
    white-space: nowrap;
}
.msSlider {
    overflow: hidden;
    position: relative;
}
.msSlider a.slide-move {
    position: absolute;
    top: 0;
    z-index: 10;
    color: #adadad;
    font-size: 29px;
    line-height: 90px;
    width: 25px;
    background: #f3f3f3;
}
.msSlider a.disabled {
    display: none;
    background-image: none;
    cursor: default;
}
.msSlider .slide-left {
    left: -20px;
    padding-left: 8px;
}
.msSlider .slide-right {
    right: -20px;
    padding-left: 8px;
}
.msWrapper {
    margin-left: 22px;
    margin-right: 22px;
    overflow: hidden;
    position: relative;
}
.msSlider ul {
    position: relative;
}
.msSlider li {
    text-align: center;
    overflow: hidden;
}
.msSlider li * {
    text-align: center;
    margin: 0 auto;
}
.msSlider ul, .msSlider li {
    height: 90px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.msSlider ul:before, .msSlider ul:after {
    content: " ";
    display: table;
}
.msSlider ul:after {
    clear: both;
}
.msSlider ul li {
    text-align: center;
}
ul.filter, ul.filter-target {
    text-align: center;
    margin-bottom: 0;
}
ul.filter > li, ul.filter-target > li {
    position: relative;
    display: inline-block;
    margin: 0 25px;
    text-align: center;
}
ul.filter > li a, ul.filter-target > li a {
    display: inline-block;
    line-height: 90px;
    font-size: 13px;
    color: #adadad;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-align: center;
}
ul.filter > li.active:after, ul.filter-target > li.active:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}
ul.filter > li.active a, ul.filter > li a:hover, ul.filter-target > li.active a, ul.filter-target > li a:hover {
    color: #d3145a;
}
.iva_vc_row .option-section {
    padding: 80px 0;
}
.iva_vc_row .option-section .container .row:first-child {
    display: block;
}
/* Progress Bars & Visual Composer Progress Bars */
/*----------------------------------------------*/

.progress-text {
    margin-bottom: 10px;
    color: #adadad;
}
.progress-text span {
    float: right;
}
.progress-bar {
    position: relative;
    height: 3px;
    margin: 0 0 15px 0;
    background: #c4c4c4;
    width: 100%
}
.progress-bar > span {
    width: 0%;
    display: block;
    height: 100%;
    background-color: #d3145a;
}
.vc_progress_bar .vc_single_bar .vc_label {
    text-shadow: none!important;
    padding: 3px 0!important;
    color: #333!important;
    font-weight: 300;
    font-size: 16px;
    line-height: 27px;
}
.vc_progress_bar .vc_single_bar {
    background: transparent!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}
.vc_label_units {
    float: right;
}
.vc_progress_bar .vc_single_bar .vc_bar {
    height: 3px!important;
    top: auto!important;
    border-radius: 0!important;
}
/* Progress Charts */
/*----------------------------------------------*/

.chart {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 120px;
    text-align: center;
}
.chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}
.chart span {
    line-height: 120px!important;
    text-align: center;
}
.progress-circle {
    display: inline-block;
    text-align: center;
    margin: 0 30px 0 0;
}
/* =========================================================== 
    9. Achievements
============================================================ */

.home .iva_vc_row .achievements, .page-template-template-noheader-php .iva_vc_row .achievements {
    padding: 130px 0 120px 0;
}
.iva_vc_row .achievements {
    position: relative;
    text-align: center;
    width: 100%;
}
.stats span {
    display: block;
    text-align: center;
    color: #fff;
}
.stats .icon {
    margin: auto;
    width: 120px;
    height: 120px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    transition: all 500ms;
}
.post .stats .icon {
    background: transparent;
    border: 1px solid #d3145a;
}
.stats .icon:hover {
    background: #d3145a;
    color: #fff;
}
.stats i {
    height: 120px;
    line-height: 120px;
    font-size: 48px;
}
.stats .number {
    font-size: 48px;
    font-weight: 300;
    color: #d3145a;
    margin: 40px 0 15px 0;
}
.stats .desc {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
/* =========================================================== 
    10. Portfolio
============================================================ */

.iva_vc_row .port-filter {
    text-align: center;
    line-height: 90px;
    margin-bottom: 0;
}
.iva_vc_row .port-filter li {
    display: inline-block;
    padding: 0 25px;
    line-height: 14px;
}
.iva_vc_row .port-filter li:last-child {
    border-right: 0;
}
.iva_vc_row .port-filter li a {
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #adadad;
}
.iva_vc_row .port-filter li a:hover, .iva_vc_row .port-filter li.active a {
    color: #d3145a;
}
.iva_vc_row .portfolio-wrapper > div {
    width: 25%;
    overflow: hidden;
    position: relative;
}
.iva_vc_row .portfolio-wrapper > div img {
    width: 100%;
    display: block;
    margin: 0;
}
.iva_vc_row .portfolio-wrapper > .block img {
    -webkit-transition: all 700ms;
    -moz-transition: all 700ms;
    transition: all 700ms;
}
.iva_vc_row .portfolio-wrapper > .block.gallery img {
    position: absolute;
    z-index: 1;
    top: 0;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}
.iva_vc_row .portfolio-wrapper .block.gallery img.base {
    z-index: -1;
    display: block;
    position: static;
}
.iva_vc_row .portfolio-wrapper .block.gallery img.active {
    z-index: 3;
}
.iva_vc_row .portfolio-wrapper > .block.gallery:hover img {
    -webkit-transition: all 700ms;
    -moz-transition: all 700ms;
    transition: all 700ms;
}
.iva_vc_row .portfolio-wrapper > .block:hover img {
    backface-visibility: hidden;
    transform: scale(1.1) rotate(0.1deg);
    -ms-transform: scale(1.1) rotate(0.1deg);
    -webkit-transform: scale(1.1) rotate(0.1deg);
    -o-transform: scale(1.1) rotate(0.1deg);
    -moz-transform: scale(1.1) rotate(0.1deg);
}
.iva_vc_row .portfolio-wrapper .block .portfolio-hover, .iva_vc_row .portfolio-wrapper .block .video-hover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.75);
    -webkit-transition: opacity 400ms ease 0s;
    -moz-transition: opacity 400ms ease 0s;
    transition: opacity 400ms ease 0s;
    cursor: pointer;
    z-index: 5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.iva_vc_row .portfolio-wrapper .block .portfolio-info {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -20px;
}
.iva_vc_row .portfolio-wrapper .block:hover .portfolio-hover, .iva_vc_row .portfolio-wrapper .block:hover .video-hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    filter: alpha(opacity=95);
}
.iva_vc_row .portfolio-wrapper .portfolio-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
}
.iva_vc_row .portfolio-wrapper .portfolio-category {
    color: #fff;
    font-size: 12px;
}
/* Portfolio isotope Animation
======================== */

.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}
/* =========================================================== 
    11. Pricing Tables
============================================================ */

.table {
    border: 1px solid #e6e6e6;
    padding: 80px 35px;
    text-align: center;
    -o-transition: .4s;
    -ms-transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
    max-width: 350px;
    margin: auto;
}
.table.popular, .table:hover {
    border: 1px solid #e6e6e6;
    background-color: #fff;
}
.table .price {
    font: 64px/64px 'Open Sans', Arial, sans-serif;
    font-weight: 300;
    margin-bottom: 10px;
    color: #d3145a;
    display: block;
}
.table ul li,.post .table ul li {
    list-style: none;
    text-align: center;
}
.table-title {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
}
.table-desc {
    display: block;
    padding-bottom: 100px;
    margin: 15px 15px 0 15px;
    text-align: center;
    font: 14px/21px 'Open Sans', Arial, sans-serif;
}
.table .vc_btn.iva_btn {
    min-width: 120px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: transparent;
}
.table .vc_btn.iva_btn:hover {
    color: #fff;
}
/* =========================================================== 
    12. Features
============================================================ */

.iva_vc_row .iva-box-2 {
    text-align: center;
    margin: 0 15px;
}
.iva_vc_row .iva-box-2 i {
    font-size: 46px;
    color: #d3145a;
}
.iva_vc_row .iva-box-2 h3 {
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 20px 0;
}
.iva_vc_row .iva-box-2 p {
    margin-bottom: 55px;
}
.iva_vc_row .iva-box-2 .section-title {
    margin-bottom: 80px;
}
/* =========================================================== 
    13. Testimonials
============================================================ */

.iva_vc_row .testimonials {
    position: relative;
    padding: 130px 0;
}
.iva_vc_row .testimonials .testimonial {
    width: 90%;
    max-width: 1140px;
    margin: auto;
}
.iva_vc_row .testimonials blockquote, .iva_vc_row .testimonials blockquote a {
    border-left: none;
    font-size: 30px;
    line-height: 42px;
    color: #fff;
    font-weight: 300;
    text-align: center;
}
.iva_vc_row .testimonials blockquote a {
    text-decoration: underline;
}
.iva_vc_row .testimonials .quote-author {
    margin-top: 20px;
    color: #fff;
    text-align: center;
    display: block;
    font-size: 14px;
}
/* =========================================================== 
    14. Clients
============================================================ */

.iva_vc_row .logos {
    padding: 45px 0;
}
.iva_vc_row .logos img {
    opacity: 0.8;
    width: auto;
    height: 80px;
}
/* =========================================================== 
    15. Team Section
============================================================ */

.iva_vc_row .team-photo {
    position: relative;
    background-size: cover;
    min-height: 1000px;
    padding: 170px 0;
    width: 33.33%;
    float: left;
}
.iva_vc_row .team-members {
    width: 66.66%;
    float: left;
    text-align: center;
}
.iva_vc_row .team-members.no-team-photo {
    width: 100%;
    float: none;
}
.iva_vc_row .team-members.full {
    width: 100%;
    float: none;
}
.iva_vc_row .team-members .row {
    border-top: 1px solid #e6e6e6;
}
.iva_vc_row .team-members .row .column {
    height: 499px;
}
.iva_vc_row .team-members .row .column:first-child, .iva_vc_row .team-members.no-team-photo .row .column {
    border-right: 1px solid #e6e6e6;
}
.iva_vc_row .team-members.full .row .column {
    border-right: 1px solid #e6e6e6;
}
.iva_vc_row .team-members img {
    border-radius: 50%;
    max-width: 240px;
}
.iva_vc_row .team-members .team-image {
    margin-top: 70px;
}
.iva_vc_row .team-members .team-image a {
    color: #fff;
}
.iva_vc_row .team-members .team-image a:hover {
    color: #d3145a;
}
.iva_vc_row .team-members .team-image i {
    font-size: 28px;
    margin: 110px 5px 0 5px;
}
.iva_vc_row .team-members .team-image {
    position: relative;
}
.iva_vc_row .team-members .team-image > div {
    width: 240px;
    height: 240px;
    margin: 0 auto;
    background-size: cover;
    border-radius: 50%;
}
.iva_vc_row .team-members .team-image span {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -120px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background-color: rgba(25, 25, 25, 0.7);
    -o-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
    -ms-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
    -moz-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
    -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
    transition: visibility 0s linear 0.3s, opacity 0.3s linear;
}
.iva_vc_row .team-members .column:hover .team-image span {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}
.iva_vc_row .team-members h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 40px 0 0 0;
}
.iva_vc_row .team-members span {
    font-size: 12px;
    text-transform: uppercase;
}
.iva_vc_row .team-members .column > i {
    display: block;
}
.iva_vc_row .team-members .about {
    display: block;
    text-transform: none;
}
.iva_vc_row .team-members .about a {
    font-size: 12px;
}
/* =========================================================== 
    16. Request a Quote CTA
============================================================ */

.iva_vc_row .cta {
    padding: 80px 0;
    padding-left: 15px;
    padding-right: 15px;
}
.iva_vc_row .cta p {
    display: inline-block;
    text-transform: none;
    color: #fff;
    font-size: 40px;
    line-height: 58px;
    font-weight: 300;
    margin-bottom: 0px;
}
.iva_vc_row .cta .iva_btn {
    background: transparent!important;
    float: right;
    text-align: center;
    text-transform: uppercase;
    min-width: 160px;
    vertical-align: top;
    color: #fff;
    margin: 5px 0;
    padding: 14px 20px;
    border: 1px solid #fff;
}
.iva_vc_row .cta .iva_btn:hover {
    background-color: #fff!important;
    color: #d3145a;
}
/* =========================================================== 
    17. Blog Section on HomePage
============================================================ */

#blog.single {
    padding: 0;
}
#blog #posts {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    max-width: inherit;
}
#blog .loadmore {
    display: block;
    height: 90px;
    line-height: 90px;
    background: #d3145a;
    text-align: center;
    color: #fff;
    font-size: 18px;
}
#blog .loadmore:hover {
    background: #fff;
    color: #d3145a;
}
#blog .container {
    position: relative;
}
#posts {
    text-align: center;
}
#posts .single-blog-post .category, #posts .single-blog-post .cat-list a {
    display: inline-block;
    text-decoration: none;
    font-weight: 300;
    color: #333333;
    letter-spacing: 1px;
    border: 1px solid #e6e6e6;
    margin: 5px;
    padding: 3px 8px;
    border-radius: 5px;
    font-size: 13px;
}
#posts .single-blog-post .category:hover, #posts .cat-list a:hover {
    color: #333333;
    background-color: #f3f3f3;
}
.single-blog-post {
    padding: 42px 0;
    border-bottom: 1px solid #e6e6e6;
}
.single-blog-post h2 {
    text-transform: none;
    margin: 17px 0 20px 0;
    line-height: 55px;
}
#posts .single-blog-post h2 a {
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    color: #333333;
    font-size: 32px;
    text-transform: capitalize;
    text-decoration: none;
}
#posts .single-blog-post a {
    color: #808080;
    text-decoration: none;
    font-size: 15px;
    font-weight: 300;
}
#posts .single-blog-post a:hover {
    color: #d3145a;
}
#posts .single-blog-post a.author {
    font-weight: 300;
}
.single-blog-post span.date:after, .single-blog-post a.comments-link:after {
    color: #808080;
    padding: 0 3px 0 5px;
    font-size: 32px;
    vertical-align: top;
    content: '\00B7';
}
.single-blog-post .meta span, .single-blog-post .post .meta a {
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase;
}
/* =========================================================== 
    18. Twitter Section
============================================================ */

.iva_vc_row .twitter {
    height: 480px;
    text-align: center;
    padding: 80px 0;
}
.iva_vc_row .twitter .one-tweet {
    font-size: 30px;
    line-height: 48px;
}
.iva_vc_row .twitter .time {
    display: block;
    margin-top: 30px;
    color: #fff;
}
.iva_vc_row .twitter .one-tweet a {
    font-size: 30px;
    font-weight: 300;
    color: #f6f6f6;
}
.iva_vc_row .twitter .tweet-actions {
    margin-bottom: 0;
}
.iva_vc_row .twitter .tweet-actions li {
    list-style: none;
    display: inline-block;
    margin: 0 10px;
}
.iva_vc_row .twitter .tweet-actions li a {
    color: #d3145a;
}
.tweet {
    width: 90%;
    max-width: 1140px;
    margin: auto;
}
.tweet:before {
    font-family: 'FontAwesome';
    content: '\f099';
    color: #fff;
    font-size: 48px;
    line-height: 48px;
}
/* =========================================================== 
    19. Contact Form
============================================================ */

.iva_vc_row .contact_form {
    text-align: center;
}
.iva_vc_row .wpcf7-form-control-wrap {
    margin-top: 10px;
    display: block;
}
.iva_vc_row .contact_form .forms .column {
    position: relative;
}
.iva_vc_row .contact_form {
    padding: 90px 0 90px 0;
}
.iva_vc_row .contact_form input[type="text"], .iva_vc_row .contact_form input[type="email"], .iva_vc_row .contact_form select {
    width: 100%;
    background-color: #f3f3f3;
    height: 48px;
    border: 1px solid #e6e6e6;
    margin-bottom: 30px;
    outline: none;
}
.iva_vc_row .contact_form input[type="text"]:focus, .iva_vc_row .contact_form input[type="email"]:focus, .iva_vc_row .contact_form textarea:focus, .iva_vc_row .contact_form select:focus {
    border: 1px solid #d3145a;
    background-color: #ffffff;
}
.iva_vc_row .contact_form input[type="submit"], #comment input[type="submit"] {
    display: inline-block;
    width: 100%;
    padding: 19px 48px;
    background-color: #fff;
    color: #444;
    text-transform: uppercase;
    margin: 30px auto 0 auto;
}
.iva_vc_row .contact_form input[type="submit"]:hover {
    background-color: #d3145a;
    color: #fff;
}
.iva_vc_row .contact_form textarea {
    background-color: #f3f3f3;
    border: 1px solid #e6e6e6;
    width: 100%;
    padding: 10px 15px;
}
.iva_vc_row .contact_form select {
    -webkit-appearance: none;
    /* safari fix */
}
.iva_vc_row .contact_form .column > span, .iva_vc_row .contact_form .column > a {
    color: #808080;
    margin: 15px 0 0 0;
    display: block;
}
.iva_vc_row .contact_form .column > a:hover {
    color: #d3145a;
}
.iva_vc_row .contact_form i {
    font-size: 42px;
    color: #d3145a;
}
.iva_vc_row .contact_form .row.icons {
    margin-top: 40px;
}
.row.icons .column {
    margin-bottom: 20px;
}
.iva_vc_row .gmap {
    width: 100%;
    height: 480px;
}
#mapcontent {
    width: 128px;
}
.wpcf7-form {
    text-align: left;
}
.iva_vc_row .gmap img {
    max-width: none;
}
.wpcf7-not-valid-tip {
    margin-top: -25px;
}
span.wpcf7-list-item {
    margin-left: 0px;
    display: inline-block;
    margin-right: 15px;
}
.wpcf7-list-item input {
    display: inline-block;
    margin-right: 5px;
}
/* =========================================================== 
    20. Callout Box
============================================================ */

.iva_vc_row .iva_mc_form_wrapper {
    position: relative;
    padding: 130px 0;
    background-size: cover;
    text-align: center;
}
.iva_vc_row .iva_mc_form_wrapper .mc_email_wrapper {
    display: inline-block;
    position: relative;
}
.iva_vc_row .iva_mc_form_wrapper .title {
    font-size: 30px;
    line-height: 34px;
    color: #fff;
    font-weight: 300;
    text-align: center;
}
.iva_vc_row .iva_mc_form_wrapper span {
    display: block;
    color: #fff;
    margin: 5px 0;
}
.iva_vc_row .iva_mc_form_wrapper input {
    display: inline-block;
}
.iva_vc_row .iva_mc_form_wrapper input[type="text"] {
    display: inline-block;
    width: 360px;
    background-color: transparent;
    height: 60px;
    border: 1px solid #888;
    color: #fff;
}
.iva_vc_row .iva_mc_form_wrapper input[type="text"]:focus {
    border: 1px solid #d3145a;
}
.iva_vc_row .iva_mc_form_wrapper input[type="submit"] {
    padding: 21px 48px;
    font-size: 13px;
    background-color: #d3145a;
    border: 1px solid #d3145a;
    color: #fff;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-left: 30px;
    text-align: center;
    vertical-align: top;
}
.iva_vc_row .iva_mc_form_wrapper input[type="submit"]:hover {
    background-color: #fff;
    border: 1px solid #fff;
    color: #444;
}
.iva_vc_row .iva_mc_form_wrapper .iva_mc_form {
    text-align: center;
    margin-top: 30px;
}
.iva_mc_form .notification {
    color: #fff;
}
/* =========================================================== 
    21. Footer
============================================================ */

footer {
    background-color: #222222;
    text-align: center;
    padding: 60px 0;
}
footer.light {
    background-color: #f3f3f3;
}
footer .block {
    color: #808080;
    display: block;
}
footer .block a {
    color: #808080;
}
footer .block a:hover {
    color: #d3145a;
}
footer ul {
    margin: 0;
}
footer img {
    margin-bottom: 15px;
}
footer #copyright i {
    color: #d3145a;
    font-size: 12px;
}
#social {
    padding: 10px 0 0 0;
    text-align: center;
}
#social:before {
    position: relative;
    display: block;
    content: "";
    height: 2px;
    width: 30px;
    margin: 10px auto 20px;
    background: #d3145a;
}
#social ul li {
    list-style: none;
    display: inline-block;
    margin: 5px;
}
#social ul li a {
    text-align: center;
    border-radius: 5px;
    color: #808080;
    font-size: 20px;
    border: 1px solid #666;
    height: 32px;
    line-height: 32px;
    width: 32px;
    display: inline-block;
}
#social ul li a:hover {
    border: 1px solid #f64747;
    color: #f64747;
}
/* =========================================================== 
    22. Portfolio Single
============================================================ */

.port_4 {
    float: left;
    padding-left: 15px;
    width: 33.33333%;
}
.port_8 {
    float: left;
    padding-right: 15px;
    width: 66.66667%;
}
#portfolio-single {
    padding-top: 40px;
    background-color: #fff;
    padding-bottom: 80px;
}
#portfolio-single .container {
    width: 85%;
    max-width: 960px;
}
#port-nav {
    background-color: #fff;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
}
.single-post #port-nav {
    top: auto;
    bottom: 0;
}
.lt_nav-share ul {
    margin-left: 0;
    margin-bottom: 0;
}
.lt_nav-share li {
    text-align: center;
}
.lt_nav-share li.close a {
    background-color: #222;
}
.lt_nav-share li.close a:hover {
    background-color: #f64747;
    color: #fff;
}
.lt_nav-share li.lt-share > ul {
    opacity: 0;
    height: 0px;
    overflow: hidden;
}
.lt_nav-share li.lt-share ul li:hover {
    opacity: 0.85;
}
.lt_nav-share li.lt-share:hover > ul {
    opacity: 1;
    height: 295px;
    transition: all 0.2s;
}
.lt_nav-share li a {
    display: block;
    width: 60px;
    height: 60px;
    border: 1px solid #ccc;
    font-size: 41px;
    line-height: 60px;
    color: #999;
    margin-top: -1px;
}
.lt_nav-share li.lt-share a {
    font-size: 28px;
}
.lt_nav-share li.lt-share ul li a {
    border: none;
    font-size: 19px;
    color: #fff;
}
.lt_nav-share li a:hover {
    background-color: #f6f6f6;
    color: #999;
}
.lt_nav-share li.lt-share ul li.fb a {
    background-color: #627aad;
}
.lt_nav-share li.lt-share ul li.tw a {
    background-color: #00aced;
}
.lt_nav-share li.lt-share ul li.go a {
    background-color: #dd4b39;
}
.lt_nav-share li.lt-share ul li.ln a {
    background-color: #007bb6;
}
.lt_nav-share li.lt-share ul li.pin a {
    background-color: #cb2027;
}
.lt_nav-share li.lt-share ul li.mail a {
    background-color: #404040;
    font-size: 21px;
}
#portfolio-single h1#portfolio-title {
    text-align: center;
}
#portfolio-single h1#portfolio-title:after {
    position: relative;
    display: block;
    content: "";
    height: 2px;
    width: 30px;
    margin: 10px auto 20px;
    background: #d3145a;
}
#portfolio-single h3.category {
    text-align: center;
    margin-bottom: 40px;
}
#portfolio-single #images.slider {
    text-align: center;
    margin-bottom: 30px;
}
#portfolio-single #images img {
    display: inline;
    margin-bottom: 30px;
}
#portfolio-single #info {
    background-color: #f6f6f6;
    padding: 30px;
    text-align: center;
    word-break: break-all;
}
#portfolio-single #info .title {
    font-weight: bold;
    display: block;
    color: #333;
}
#portfolio-single #info > span:last-child {
    margin-bottom: 0;
}
#portfolio-single #info .entry {
    margin-bottom: 30px;
    display: block;
}
#portfolio-single #images .owl-pagination {
    position: relative;
    bottom: auto;
}
#portfolio-single #images .owl-pagination .owl-page span {
    border-color: #aeaeae;
}
#portfolio-single #images .owl-pagination .owl-page.active span {
    background-color: #d3145a;
    border: 1px solid #d3145a;
}
/* =========================================================== 
    23. Single Post Page
============================================================ */

#page > div {
    margin: 60px auto;
    max-width: 960px;
}
#blog > div {
    margin: 60px auto;
}
#blog .container.smaller {
    max-width: 730px;
}
.post-content {
    clear: both;
    position: relative;
    padding: 0 0 25px;
    overflow: hidden;
}
.post p, .post span, .post li, .post a {
    color: #333;
    font-weight: 300;
    font-size: 16px;
    line-height: 27px;
}
.post ul, .post ol {
    margin-top: 20px;
    list-style-position: inside;
}
.post ul li {
    list-style-type: square;
}
.post a {
    color: #d3145a;
}
.post .wp-caption-text {
    font-style: italic;
    font-size: 15px;
    margin-bottom: 25px;
    display: block;
}
.post .wp-caption-text a {
    font-size: 15px;
}
.post a:hover {
    text-decoration: underline;
}
p.bigletter:first-letter {
    font-weight: bold;
    font-size: 78pt;
    float: left;
    margin-left: -6px;
    line-height: 82px;
    color: #d3145a;
    margin-right: 5px;
}
blockquote, q {
    font-weight: 100;
    font-size: 21px;
    line-height: 31px;
    padding-left: 20px;
    border-left: 1px solid #d3145a;
    margin: 20px 0;
}
.owl-wrapper blockquote {
    border-left: 1px solid #d3145a;
}
#tags a {
    display: inline-block;
    font-weight: 300;
    color: #333333;
    letter-spacing: 1px;
    border: 1px solid #e6e6e6;
    margin: 2px;
    padding: 3px 8px;
    border-radius: 5px;
    font-size: 15px;
}
#tags a:hover {
    color: #d3145a;
    border: 1px solid #d3145a;
    text-decoration: none;
}
#related-posts {
    padding: 25px 0;
    margin: 25px 0 0 0;
}
#related-posts ul {
    margin: 0;
}
#related-posts ul li {
    list-style: none;
}
h3.single, h3#reply-title {
    font: 24px/36px 'Open sans', sans-serif;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 25px;
    font-weight: 100;
}
#pagination {
    height: 60px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
#pagination a {
    color: #bbb;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 60px;
}
#pagination a:hover {
    text-decoration: none;
    color: #d3145a;
}
#pagination a.prev:before {
    font-family: 'FontAwesome';
    content: '\f177';
    margin-right: 5px;
}
#pagination a.next {
    float: right;
}
#pagination a.next:after {
    font-family: 'FontAwesome';
    content: '\f178';
    margin-left: 5px;
}
#user {
    margin-top: 35px;
    padding: 40px;
    background-color: #f6f6f6;
}
#user .info {
    font-size: 16px;
    line-height: 28px;
    margin-left: 155px;
}
#user .social {
    display: block;
    margin-top: 12px;
}
#user .social a {
    margin-right: 10px;
    font-size: 24px;
    color: #d2d2d2;
}
#user .social a:hover {
    color: #d3145a;
}
#user img {
    border-radius: 50%;
    float: left;
    max-width: 116px;
}
#user .name {
    display: block;
    font-weight: bold;
    color: #333;
}
/* Comments Section */

#comments {
    margin-top: 35px;
}
#comments p, #comments span {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 5px;
}
#comments a.comment-reply-link, #comments a.comment-edit-link {
    font-size: 13px;
}
#comments .comment {
    margin-top: 35px;
}
#comments .bypostauthor {
    /* Use this to style comment of post author*/
}
#comments .inside-comment {
    margin-left: 95px;
}
#comments .comment.depth-2 {
    margin-left: 60px;
}
#comments .comment.depth-3 {
    margin-left: 90px;
}
#comments img {
    border-radius: 50%;
    float: left;
}
#comments .comment-meta {
    display: block;
}
#comments .more {
    margin-top: 35px;
    text-align: center;
    display: block;
    padding: 20px 0;
    background-color: #f6f6f6;
    color: #808080;
    font-size: 16px;
}
#comments .more:hover {
    text-decoration: none;
    background-color: #d3145a;
    color: #fff;
}
#comment, .comment-respond {
    margin-top: 35px;
}
#comment-status p {
    margin: 15px 0;
}
.logged-in #comment .column.nopaddingright {
    width: 100%;
    padding-left: 0;
}
#comment input {
    width: 100%;
}
#comment input[type="text"], #comment input[type="email"] {
    width: 100%;
    height: 48px;
    border: 1px solid #e6e6e6;
    margin-bottom: 30px;
}
#comment input[type="text"]:focus, #comment input[type="email"]:focus, #comment textarea:focus {
    border: 1px solid #d3145a;
}
#comment input[type="submit"] {
    margin-top: 5px;
}
#comment input[type="submit"]:hover {
    background-color: #d3145a;
    color: #fff;
}
#comment textarea {
    border: 1px solid #e6e6e6;
    width: 100%;
}
.comments-navigation {
    margin: 25px 0;
    overflow: hidden;
}
/* =========================================================== 
    Sidebar Elements
============================================================ */

.widget {
    overflow: hidden;
    margin-bottom: 55px;
}
.widget ul li {
    list-style: none;
    padding: 3px 0 3px 0;
}
#sidebar.right {
    margin-left: 20px;
}
#sidebar.left {
    margin-right: 20px;
}
#sidebar .widget a {
    color: #333;
    text-decoration: none;
}
#sidebar .widget a:hover {
    color: #FE7E17;
}
#sidebar .widget .tagcloud a:hover {
    background: #FE7E17;
    color: #fff;
}
.tagcloud a {
    text-decoration: none!important;
    font-size: inherit !important;
    float: left;
    margin: 0 4px 4px 0;
    display: block;
    padding: 6px 13px;
    background: #f9f9f9;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
table#wp-calendar {
    width: 100%;
    background: #fff;
}
table#wp-calendar caption {
    text-transform: uppercase;
    background: #ddd;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #787878;
}
table#wp-calendar thead {
    background: #f3f3f3;
}
table#wp-calendar tbody td {
    text-align: center;
}
.no-search .column {
    margin: 0;
}
.no-search p {
    margin: 25px 0;
    text-align: center;
}
.no-search input {
    margin-bottom: 35px;
}
.searchform {
    position:relative;
}
.searchform input[type="text"] {
    width: 100%;
    padding:15px;
}
.searchform button[type="submit"] {
    background: none;
    border: none;
    position: absolute;
    top: 50%;
    right: 3%;
    margin-top: -9px;
    cursor: pointer;
    font-size: 14px;
    color: #686868;
}

/* =========================================================== 
    24. Elements Used in Inside Pages
============================================================ */
/* TABS */

.wpb_tabs {
    border: 1px solid #e6e6e6;
}
.wpb_tabs .wpb_tabs_nav {
    padding: 0 30px;
    background: #f6f6f6;
}
.wpb_content_element .wpb_tabs_nav li {
    background: transparent!important;
}
.wpb_tabs .wpb_tab {
    padding: 20px 30px!important;
    background: #fff!important;
}
.wpb_tabs .wpb_tabs_nav li {
    text-align: center;
    margin-right: 30px;
    display: inline-block;
    position: relative;
}
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #f6f6f6;
}
.wpb_tabs .wpb_tabs_nav li a {
    text-decoration: none;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 42px;
    color: #808080;
}
.wpb_tabs_nav li a:hover, .wpb_tabs_nav li.ui-tabs-active a {
    color: #d3145a;
}
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active a {
    background: #fff;
}
/* ACCORDION */

.wpb_accordion {
    border: 1px solid #e6e6e6;
}
.wpb_accordion .wpb_accordion_section .wpb_accordion_header {
    position: relative;
    border-bottom: 1px solid #e6e6e6;
}
.wpb_accordion .wpb_accordion_section .wpb_accordion_header:after {
    position: absolute;
    right: 25px;
    top: 0;
    font: 30px/66px 'Pe-icon-7-stroke';
    content: "\e688";
}
.ui-accordion-header-icon {
    display: none!important;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
    margin: 0!important;
}
.wpb_accordion .wpb_accordion_section .wpb_accordion_header.ui-accordion-header-active:after {
    content: "\e682";
}
.wpb_accordion .wpb_accordion_section .wpb_accordion_header.ui-accordion-header-active a, .wpb_accordion .wpb_accordion_section .wpb_accordion_header a:hover {
    background: #f6f6f6;
    color: #d3145a;
}
.wpb_accordion .wpb_accordion_section .wpb_accordion_header.ui-accordion-header-active a {
    border-bottom: 1px solid #e6e6e6;
}
.iva.vc_progress_bar .vc_single_bar .vc_bar {
    background-color: #d3145a;
}
.wpb_accordion .wpb_accordion_section .wpb_accordion_header a {
    display: block;
    padding: 15px 40px 15px 30px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    color: #808080;
}
.wpb_accordion .wpb_accordion_section h3.wpb_accordion_header {
    border-top: 1px solid #e6e6e6;
    border-bottom: none!important;
}
.wpb_accordion .wpb_accordion_section:first-child h3.wpb_accordion_header {
    border-top: none;
}
/* PIE CHART */

.vc_pie_chart .vc_pie_chart_value {
    font-size: 100%!important;
}
.wpb_pie_chart_heading {
    font: 15px/26px "Open Sans", Helvetica, Arial, sans-serif!important;
}
.vc_pie_chart_back {
    border-color: #C4C4C4!important;
}
/* ALERTS */

.successmsg, .errormsg, .notice, .general, .wpcf7-validation-errors, .wpcf7-mail-sent-ng {
    padding: 12px 20px!important;
    text-align: left;
    font-size: 16px;
    cursor: pointer;
    clear: both;
    margin: 15px 0!important;
    border: none!important;
}
.successmsg:before, .errormsg:before, .notice:before, .general:before, .wpcf7-validation-errors:before, .wpcf7-mail-sent-ng:before {
    float: left;
    padding-right: 12px;
    font-family: 'FontAwesome';
    font-size: 18px;
}
.successmsg:hover, .errormsg:hover, .notice:hover, .general:hover, .div.wpcf7-mail-sent-ng:hover, .wpcf7-validation-errors:hover {
    opacity: 0.7;
}
.successmsg {
    color: #669966;
    background-color: #dff0d8;
}
.successmsg:before {
    content: "\f058";
    color: #85C51F;
}
.errormsg, .wpcf7-mail-sent-ng {
    color: #cc0000;
    background-color: #ffe2e2;
}
.errormsg:before, .wpcf7-mail-sent-ng:before {
    content: "\f00d";
    color: #ef3d26;
}
.notice, .wpcf7-validation-errors {
    color: #996633;
    background-color: #fcf8e3;
}
.notice:before, .wpcf7-validation-errors:before {
    content: "\f06a";
    color: #a67f0d;
}
.general {
    color: #336699;
    background-color: #d9edf7;
}
.general:before {
    content: "\f129";
    color: #666;
}
/* Lists */

ul.checked {
    line-height: 24px;
    font-size: 13px;
}
ul.checked li:before {
    float: left;
    padding-right: 12px;
    font-family: "FontAwesome";
    content: "\f00c";
    color: #d2135a;
    font-size: 14px;
}
ul.arrow {
    line-height: 24px;
    font-size: 13px;
}
ul.arrow li:before {
    float: left;
    padding-right: 12px;
    font-family: "FontAwesome";
    content: "\f054";
    color: #d2135a;
    font-size: 14px;
}
ul.star {
    line-height: 24px;
    font-size: 13px;
}
ul.star li:before {
    float: left;
    padding-right: 12px;
    font-family: "FontAwesome";
    content: "\f006";
    color: #d2135a;
    font-size: 14px;
}
ul.caret {
    line-height: 24px;
    font-size: 13px;
}
ul.caret li:before {
    float: left;
    padding-right: 12px;
    font-family: "FontAwesome";
    content: "\f0da";
    color: #d2135a;
    font-size: 14px;
}
ul.circle {
    line-height: 24px;
    font-size: 13px;
}
ul.circle li:before {
    float: left;
    padding-right: 12px;
    font-family: "FontAwesome";
    content: "\f0a9";
    color: #d2135a;
    font-size: 14px;
}
ul.double-angle {
    line-height: 24px;
    font-size: 13px;
}
ul.double-angle li:before {
    float: left;
    padding-right: 12px;
    font-family: "FontAwesome";
    content: "\f101";
    color: #d2135a;
    font-size: 14px;
}
span.fill {
    color: #fff;
    background-color: #d2135a;
}
/* Social */

ul.social {
    margin: 15px 0;
}
ul.social li {
    list-style: none;
    display: inline-block;
    margin: 0 5px;
}
ul.social li a {
    text-align: center;
    border-radius: 5px;
    color: #808080;
    font-size: 20px;
    border: 1px solid #666;
    height: 32px;
    line-height: 32px;
    width: 32px;
    display: inline-block;
}
ul.social li a:hover {
    border: 1px solid #d2135a;
    color: #fff;
}
/* =========================================================== 
    25. Single Page
============================================================ */

.blog {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}
#page, #blog {
    padding-top: 0;
}
#page > div {
    max-width: none;
}
.page-single {
    margin-top: 80px;
    background-color: #333333;
    height: 240px;
    padding: 60px 0;
}
.page-single .hero-inner {
    text-align: left;
}
.page-single .hero-inner h1 {
    color: #fff;
    margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
    header.inside-menu nav ul li ul li {
        background: rgb(0, 0, 0);
        background: rgba(0, 0, 0, 0.95);
    }
    #header-section nav {
        display: block!important;
        float: right;
        width: auto!important;
        height: auto!important;
    }
}
/* =========================================================== 
    26. Responsive
============================================================ */
/* Left - Menu; Only for Desktop Version;
================================================== */

@media screen and (min-width: 1025px) {
    #header-section.leftmenu {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        transform: translateY(0%);
        background: #fff;
        width: 260px;
        height: 100%;
        line-height: 40px;
        padding: 40px 30px;
        background: rgba(230, 174, 72, 0.9);
        z-index: 101;
        overflow: auto;
    }
    #header-section.leftmenu .column {
        width: 100%;
        text-align: left;
    }
    #header-section.leftmenu nav {
        float: left;
    }
    #header-section.leftmenu nav li a {
        padding: 0;
        line-height: 40px;
        display: block;
        color: #fff;
    }
    #header-section.leftmenu nav li {
        padding: 0;
        display: block;
    }
    section.leftmenu {
        padding-left: 260px!important;
    }
    .big_white.interior {
        font-size: 82px;
        line-height: 92px;
        text-transform: none;
        font-weight: 400;
    }
    /* Sub Nav */
    
    #header-section.leftmenu nav ul li ul {
        position: relative;
        padding-bottom: 15px;
    }
    #header-section.leftmenu nav ul li ul li {
        background: transparent;
        margin-left: 30px;
        height: 32px;
        line-height: 32px;
    }
    #header-section.leftmenu nav ul li ul li a {
        text-transform: capitalize;
    }
    header nav ul li ul:before {
        content: none;
    }
}
/* Tablet Landscape */

@media screen and (max-width: 1024px) {

    .parallax-background.fixed {
        background-attachment: scroll;
    }
    .wpb_wrapper #header-section.gore.idi-gore {
        top: 0;
    }
    header.section-header {
        padding: 50px 0 40px 0;
    }
    #header-section.leftmenu {
        border-bottom: 0;
    }
    .leftmenu #menu-toggle {
        background: #fff;
    }
    .leftmenu #menu-toggle:after, .leftmenu #menu-toggle:before {
        background: #fff;
    }
    #header-section.altmenu {
        padding-bottom: 80px;
    }
    body.mobile {
        overflow: hidden;
    }
    header nav ul li ul li a, header nav ul li ul li {
        height: auto;
        line-height: inherit;
    }
    header nav ul li ul {
        display: block;
        position: relative;
        margin-left: 0;
        margin-top: 0;
    }
    header nav ul li ul:before {
        border-bottom: transparent;
    }
    /* Hamburger by codrops */
    
    #menu-toggle-wrapper {
        display: block;
        top: 0;
        right: 0;
        position: absolute;
        width: 80px;
        height: 80px;
        z-index: 111;
    }
    #menu-toggle {
        display: block;
        position: absolute;
        top: 50%;
        right: 50%;
        margin-right: -15px;
        width: 30px;
        height: 3px;
        background: #d3145a;
        font-size: 30px;
    }
    #menu-toggle:after, #menu-toggle:before {
        content: '';
        position: absolute;
        right: 0;
        width: 100%;
        height: 3px;
        background: #d3145a;
        -webkit-transform-origin: center center;
        -moz-transform-origin: center center;
        -ms-transform-origin: center center;
        -o-transform-origin: center center;
        transform-origin: center center;
    }
    #menu-toggle:before {
        top: -8px;
    }
    #menu-toggle:after {
        bottom: -8px
    }
    #menu-toggle-wrapper.open #menu-toggle {
        background: 0 0;
    }
    #menu-toggle-wrapper.open #menu-toggle:after {
        -webkit-transform: rotate(-45deg) translate(2px, -8px);
        -moz-transform: rotate(-45deg) translate(3px, -8px);
        -ms-transform: rotate(-45deg) translate(3px, -8px);
        -o-transform: rotate(-45deg) translate(3px, -8px);
        transform: rotate(-45deg) translate(3px, -8px)
    }
    #menu-toggle-wrapper.open #menu-toggle:before {
        -webkit-transform: rotate(45deg) translate(4px, 9px);
        -moz-transform: rotate(45deg) translate(3px, 8px);
        -ms-transform: rotate(45deg) translate(3px, 8px);
        -o-transform: rotate(45deg) translate(3px, 8px);
        transform: rotate(45deg) translate(3px, 8px)
    }
    #menu-toggle, #menu-toggle:after, #menu-toggle:before {
        -webkit-transition: all .3s cubic-bezier(0.585, -.6, .43, 1.65);
        -moz-transition: all .3s cubic-bezier(0.585, -.6, .43, 1.65);
        -ms-transition: all .3s cubic-bezier(0.585, -.6, .43, 1.65);
        -o-transition: all .3s cubic-bezier(0.585, -.6, .43, 1.65);
        transition: all .3s cubic-bezier(0.585, -.6, .43, 1.65)
    }
    #menu-toggle-wrapper:focus #menu-toggle:before, #menu-toggle-wrapper:hover #menu-toggle:before {
        top: -6px
    }
    #menu-toggle-wrapper:focus #menu-toggle:after, #menu-toggle-wrapper:hover #menu-toggle:after {
        bottom: -6px
    }
    #menu-toggle-wrapper.open:focus #menu-toggle:after, #menu-toggle-wrapper.open:hover #menu-toggle:after {
        bottom: -8px
    }
    #menu-toggle-wrapper.open:focus #menu-toggle:before, #menu-toggle-wrapper.open:hover #menu-toggle:before {
        top: -8px
    }
    /* Nav Style for Responsive Menu */
    
    #header-section #navigation {
        width: 100%;
        position: absolute;
        left: 0;
        text-align: left;
        background-color: #fff;
        overflow-y: scroll;
    }
    #header-section #navigation ul li {
        /*   background: #fff; */
        
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    #header-section #navigation > ul li:last-child {
        margin-bottom: 40px;
    }
    #header-section #navigation > ul li ul li:last-child {
        margin-bottom: 0;
    }
    #header-section #navigation ul li > a {
        color: #555555;
        line-height: 28px;
        padding: 10px 0;
        border-bottom: 1px solid #EFEFEF;
        display: block;
        padding-left: 30px;
        text-decoration: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .toggle {
        display: block;
        position: relative;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        user-select: none;
        . width: 50px;
        height: 50px;
        background-color: #000;
    }
    #header-section #navigation ul li a:hover {
        background-color: #666;
        color: #fff;
    }
    /*-----------------------------------------------------------------------------------*/
    /*  Other Stuff from top to bottom
/*-----------------------------------------------------------------------------------*/
    
    .owl-pagination {
        bottom: -60px;
    }
    .hide-on-mobile {
        display: none;
    }
    #header-section .column {
        margin: 0;
    }
    .iva_vc_row .iva-box .main {
        margin-top: -75px;
    }
    .iva_vc_row .iva-box span.desc {
        top: 50%;
    }
    .iva_vc_row .team-photo, ul.filter > li.active:after, ul.filter-target > li.active:after {
        display: none;
    }
    .iva_vc_row .team-members {
        width: 100%;
    }
    .section-header {
        padding: 0 5%;
    }
    .table {
        padding: 25px 15px;
    }
    .table .iva_btn {
        margin: 10px 0 0 0;
    }
    .table .price {
        font: 48px/48px 'Open Sans', Arial, sans-serif;
        font-weight: 300;
    }
    .iva_btn {
        padding: 5px 30px;
    }
    .iva_vc_row .portfolio-wrapper > div {
        width: 50%;
    }
    .iva_vc_row .iva-box span.desc {
        padding: 0 25px;
    }
    .iva_vc_row .cta {
        text-align: center;
    }
    .iva_vc_row .cta .iva_btn {
        float: none;
        margin-left: 15px;
    }
    .iva_vc_row .cta p {
        margin-bottom: 15px;
    }
    .iva_vc_row .iva-box .desc {
        opacity: 1;
        -webkit-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
        -moz-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
        -o-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
        -ms-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
        transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    }
    .bar .hero-copy {
        bottom: 20px;
    }
    .scout .big_white {
        font-size: 70px;
    }
}
/* Medium screens (640px) */

@media screen and (max-width: 768px) {
    .port_4, .port_8, .column {
        float: none!important;
        width: 100%!important;
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .column.flow-opposite {
        float: none;
    }
    #sidebar.right, #sidebar.left {
        margin: 0;
    }
    .home .iva_vc_row .achievements, .page-template-template-noheader-php .iva_vc_row .achievements {
        padding: 30px 0;
    }
    .leftalign ul.filter, .leftalign ul.filter-target, .leftalign .iva_vc_row .port-filter {
        text-align: center;
    }
    .leftalign .section-header > h2, .leftalign .section-header p, .leftalign .parallax-quote, .leftalign .quote-author, .leftalign .iva_vc_row .testimonials blockquote, .leftalign .iva_vc_row .testimonials .quote-author {
        margin-left: 0;
    }
    #posts .category {
        margin: 5px;
    }
    #user .info {
        margin-left: 0;
    }
    #user img {
        float: none;
    }
    #comments .comment.depth-2 {
        margin-left: 10px;
    }
    .choco .big_white {
        font: 28px/60px "Montserrat", sans-serif;
    }
    .scout .big_white {
        font-size: 50px;
    }
    .fashion .btn-holder a {
        bottom: 30px;
    }
    .spa .big_white {
        font-size: 36px;
    }
    .spa .hero-copy {
        font-size: 21px;
        line-height: 32px;
    }
    .iva_vc_row .testimonials {
        padding: 40px 0 60px 0;
    }
    .bar .hero-copy {
        position: absolute;
        bottom: 20px;
        font: 12px/26px "Montserrat", sans-serif;
        color: #fff;
        margin: 20px 0;
        letter-spacing: 2px;
    }
    .bar .big_white {
        color: #00d3f9;
        font: 18px/28px "Montserrat", sans-serif;
        font-weight: 600;
        padding: 10px 30px;
    }
    .slick .big_white {
        font-size: 36px;
    }
    .iva_vc_row .gmap {
        height: 300px;
    }
    .iva_vc_row .cta .iva_btn {
        float: none;
    }
    h1.big_white {
        font-size: 34px;
        line-height: 44px;
        margin: 0 15px;
    }
    .section-tagline {
        margin-bottom: 40px;
    }
    .iva_vc_row .iva-box {
        padding: 20px;
        min-height: 100px;
    }
    .iva_vc_row .vc_column_container .iva-box {
        margin: 20px 0!important;
    }
    .iva_vc_row .iva-box:hover .main {
        margin-top: 0;
    }
    .iva_vc_row .iva-box .main {
        margin-top: 0;
    }
    .iva_vc_row .iva-box .border {
        border: none!important;
    }
    .iva_vc_row .iva-box span.desc {
        position: relative;
    }
    .iva_vc_row .quote {
        padding: 40px 0;
    }
    .iva_vc_row .quote h2 {
        font-size: 21px;
        line-height: 36px;
    }
    .iva_vc_row .iva-box {
        border: none!important;
    }
    .iva_vc_row .achievements {
        padding: 30px 20px;
    }
    .option-section {
        padding: 40px 0 80px 0;
    }
    #portfolio .container {
        width: 100%;
    }
    ul.filter > li, .iva_vc_row .port-filter > li {
        display: block;
        line-height: 25px;
        border: none;
        margin: 0;
        padding: 0;
    }
    ul.filter > li:after, ul.filter-target > li:after, .iva_vc_row .port-filter > li:after {
        content: none!important;
    }
    ul.filter > li a, .iva_vc_row .port-filter > li a {
        display: block;
        border-top: 1px solid #e6e6e6;
        padding: 10px 0;
        line-height: 26px;
    }
    ul.filter > li:first-child a, .iva_vc_row .port-filter > li:first-child a {
        display: block;
        border-top: none;
    }
    .msSlider .slide-left {
        left: 5px;
    }
    .msSlider .slide-right {
        right: 5px;
    }
    .filter-row .container, .iva_vc_row .port-filter, .iva_vc_row .team-members {
        width: 100%;
    }
    .iva_vc_row .portfolio-wrapper > div {
        width: 100%;
    }
    .iva_vc_row .team-members .row, .iva_vc_row .team-members .row .column:first-child {
        border-right: none;
        border-top: none;
    }
    .iva_vc_row .team-members .row .column {
        border-bottom: 1px solid #e6e6e6;
    }
    .iva_vc_row .team-members .row:last-child .column:last-child {
        border-bottom: none;
    }
    .iva_vc_row .team-members .row .column {
        height: 410px;
    }
    .iva_vc_row .cta p {
        font-size: 28px;
    }
    .iva_vc_row .cta .lbutton {
        margin-left: 0;
    }
    .iva_vc_row .cta {
        padding: 40px 0;
    }
    .iva_vc_row .cta p {
        margin-right: 0;
    }
    #posts h2 {
        line-height: 32px;
        padding: 0 20px;
    }
    .leftalign #posts h2 {
        padding-left: 0;
    }
    #posts h2 a {
        font-size: 21px;
    }
    .owl-pagination {
        bottom: -40px;
    }
    .iva_vc_row .testimonials blockquote, .iva_vc_row .testimonials blockquote a {
        font-size: 21px;
        line-height: 36px;
        border-left: none;
    }
    .iva_vc_row .twitter .one-tweet {
        display: block;
        font-size: 21px;
        line-height: 32px;
        margin: 25px 0;
        color: #fff;
        font-weight: 300;
    }
    .iva_vc_row .twitter .one-tweet a {
        color: #f3f3f3;
        font-size: 21px;
        font-weight: 300;
    }
    #posts .post {
        width: 90%;
        margin: auto;
    }
    #blog #posts .post {
        width: 100%;
    }
    #posts .single-blog-post .category, .cat-list a {
        margin-bottom: 5px;
    }
    .iva_vc_row .contact_form {
        padding: 40px 0
    }
    .iva_vc_row .contact_form .row.icons {
        margin-top: 40px;
    }
    .iva_vc_row .gmap {
        height: 300px;
    }
    .iva_vc_row .iva_mc_form_wrapper input[type="text"] {
        width: auto;
        max-width: 360px;
    }
    .iva_mc_form_wrapper input[type="submit"] {
        width: 50%;
        margin: 0!important;
        padding: 20px;
        margin-top: 25px!important;
    }
    .lt_nav-share > ul {
        margin: 0;
    }
    .lt_nav-share li {
        float: right;
        margin-right: -1px;
    }
    .lt_nav-share li a {
        background-color: #fff;
        font-size: 32px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .lt_nav-share li.lt-share > a {
        display: none;
    }
    .lt_nav-share li.lt-share > ul {
        opacity: 1;
        height: auto;
        width: auto;
    }
    .lt_nav-share li.lt-share:hover > ul {
        height: auto;
    }
    .hero-copy.bigger {
        font-size: 22px;
    }
    .big_white.fashion, .fashion .big_white {
        font-size: 76px;
        line-height: 78px;
    }
    .iva_vc_row .iva-box span.desc {
        opacity: 1;
        -webkit-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
        -moz-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
        -o-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
        -ms-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
        transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    }
    .queryloader__overlay__bar {
        display: none!important;
    }
    .fashion-lead {
        font-size: 61px!important;
        line-height: 67px!important;
    }
    .fashion-subtitle {
        font-size: 16px!important;
    }
    .tp-caption.fashion {
        top: 120px!important;
    }
}