@font-face {font-family: "Helvetica Neue LT Com";
    src: url("fonts/HelveticaNeue.eot"); /* IE9*/
    src: url("fonts/HelveticaNeue.eot?#iefix") format("embedded-opentype"),
    url("fonts/HelveticaNeue.woff2") format("woff2"),
    url("fonts/HelveticaNeue.woff") format("woff"),
    url("fonts/HelveticaNeue.ttf") format("truetype"), 
    url("fonts/HelveticaNeue.svg#Helvetica Neue LT Com") format("svg");
}

@charset "UTF-8";
/* ------------------------------------------------------------------
 * [Table of contents]
 *
 * ------------------------------------------------------------------ */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent;
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}
mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    border: 0;
}

button {
    overflow: visible;
    text-transform: none;
    outline: none;
}

select {
    text-transform: none
}

button,
html input[type="button"] {
    -webkit-appearance: button;
    cursor: pointer
}

input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner {
    border: 0;
    padding: 0
}

input,
textarea {
    line-height: normal;
    outline: none;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

ul,
ol {
    margin: 0 0 1.5rem;
    padding: 0 0 0 2rem
}

* {
    box-sizing: border-box
}

*:before,
*:after {
    box-sizing: border-box
}

html {
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue LT Com";
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    color: #434346;
    margin: 0;
}

p {
    color: #757575;
    margin: 0 0 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue LT Com";
  letter-spacing: 0;
  line-height: 1.5em;
  margin: 0 0 0.60em;
  font-weight: 400;
  color: #212121;
}

h2 {
    font-size: 36px;
    line-height: 45px;
}

h3 {
    font-size: 24px;
    line-height: 40px;
}

h5 {
    font-size: 17px;
    line-height: 35px;
}

h6 {
    font-size: 14px;
    line-height: 19px;
}

a,
a:before,
a:after {
    -webkit-transition: all 175ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 175ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    color: inherit;
}

a:hover, a:active, a:focus {
  text-decoration: none;
}

a:hover {
    color: #2c2c2c;
}

img {
  max-width: 100%;
  height: auto;
}

.wp-caption,
.wp-caption-text,
.screen-reader-text,
.gallery-caption,
.bypostauthor {}

.row-fit,
.vc_row.row-fit {
  margin: 0;
}

.row-fit [class*="col-"], {
  padding: 0;
}

.row-fit-8 {
    margin-left: -8px;
    margin-right: -8px;
}

.row-fit-8 [class*="col-"] {
  padding-left: 8px;
  padding-right: 8px;
}

.row-eq-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display:         flex;
}

@media(min-width: 1022px) {
    .has-right,
    .has-left,
    .has-full_width {
        padding: 0;
    }

    .has-right > .row,
    .has-left > .row {
        margin: 0;
    }

    .has-right > .row > [class*="col-"],
    .has-left > .row > [class*="col-"] {
        padding: 0;
    }
}

.no-padding,
.no-padding.wpb_column > .vc_column-inner  {
    padding: 0 !important;
}

html .row-fit,
html .vc-row-fit {
  margin: 0;
}
html .row-fit [class*="col-"],
html .row-fit .vc_column_container > .vc_column-inner,
html .vc-row-fit .vc_column_container > .vc_column-inner {
  padding: 0;
}
html .row-fit [class*="col-"] .vc_row,
html .row-fit .vc_column_container > .vc_column-inner .vc_row,
html .vc-row-fit .vc_column_container > .vc_column-inner .vc_row {
  margin: 0 !important;
}

 .vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 0 !important;
 }

.full-height {
      height: 100vh;
      padding-bottom: 0;
      overflow-y: auto;
      padding-top: 0;
}
.middle-content {
    position: relative;
}
.middle-content > div:not(.vc_parallax-inner) {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

.paralax-section {
      position: relative;
      overflow: hidden;
}
.paralax-section > div:not(.vc_parallax-inner) {
      position: relative;
      z-index: 1;
}
.paralax-section .vc_parallax-inner {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50%;
      pointer-events: none;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 0;
}
.box-map {
      position: relative;
      overflow: hidden;
      min-height: 500px;
}
.box-map > div:not(#map-canvas) {
      z-index: 1;
      position: relative;
}
.box-map > div:not(#map-canvas) .container {
    pointer-events: none;
}
.box-map > div:not(#map-canvas) .container #map-canvas {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 0;
      pointer-events: all;
}

.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner {
    padding-top: 0;
}

.container.no-padding {
    overflow: hidden;
}

.no-margin {
    margin: 0 !important;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: table;
  margin: 0 auto;
}

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.text-uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.center-block {
  display: table;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}

.clean-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.position-relative {
    position: relative;
}

.position-static {
    position: static;
}

.responsive-media {
    position: relative;
    margin: 0 0 30px;
}

.responsive-media iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    border: 0;
}
.responsive-media.ratio16by9 {
    padding-bottom: 56.25%;
}

.no-m-top {
    margin-top: 0 !important;
}

.no-p-top {
    padding-top: 0 !important;
}

.no-bg {
    background: none !important;
}

.no-border {
    border: none !important;
}

.middle-content {
    position: relative;
}

.middle-content > div,
.centered-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.centered-content {
    width: 100%;
    padding: 0 15px;
}

.bg-alfa {
    background: #fafafa;
}


#page {
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

#page.dom-ready {
    opacity: 1;
    overflow: auto;
}

button,
input.btn,
header .main-nav > ul > li a:before,
form .input-line i,
.video-toggle,
form .input-line input,
form .input-line textarea,
.search-container,
.search-container .search-box h4 {
    -webkit-transition: all 245ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 245ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

/*-------------Buttons----------------*/ 
    .btn {
        position: relative;
        display: inline-block;
        color: #212121;
        font-size: 12px;
        line-height: 24px;
        text-transform: uppercase;
        border: 2px solid #e0e0e0;
        background: none;
        border-radius: 25px;
        padding: 10px 34px;
    }

    .btn:hover {
        border-color: #bfbfbf;
    }

    .btn.has-icon {
        padding: 10px 34px 10px 62px;
    }   

    .btn.has-icon:before {
        position: absolute;
        content: "\e905";
        font-family: Icomoon;
        font-size: 22px;
        color: #bdbdbd;
        margin: 0 0 0 -32px;
    }

/*-------------Header----------------*/
    header {
        position: relative;
        background: #fafafa;
        padding: 28px 0;
        border-bottom: 1px solid #e0e0e0;
    }

    @-webkit-keyframes stickyheader {
        0%   { opacity: 0; }
        100% { opacity: 1; }
    }

    @keyframes stickyheader {
        0%   { opacity: 0; }
        100% { opacity: 1; }
    }

    header .logo-wrapper,
    header .main-nav {
        display: inline-block;
        vertical-align: middle;
    }

    header .logo-wrapper.alignright {
        margin: 15px 0px 0 50px;
    }

    header .logo-wrapper.alignleft {
        margin: 15px 0 0;
    }

    @keyframes stickyheader {
      0%   { opacity: 0; }
      100% { opacity: 1; }
    }

    header.sticky {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1001;
    }

    header.sticky + .content-wrapper {
        padding: 118px 0 0;
    }

    header.sticky.fixed {
        position: fixed;
        padding: 0;
        animation:  stickyheader 400ms;
    }

    header .share-block {
       position: relative;
       float: right;
       padding: 19px 0;
    }

    header .share-block .mobile-toggle,
    header .share-block .social-platforms,
    header .share-block .search-toggle  {
        display: inline-block;
    }

    header .share-block .social-platforms li {
        display: inline-block;
        color: #c2c2c2;
        font-size: 14px;
        margin-right: 15px;
    }

    header .share-block .social-platforms li a:hover {
        color: #2c2c2c;
    }

    header .share-block .search-toggle {
        margin-left: 10px;
    }

    header .share-block .search-toggle:hover {
        color: #2c2c2c;
    }

    header .main-nav ul li a {
        display: inline-block;
        position: relative;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        letter-spacing: 0;
    }

    @media (min-width: 1200px) {
        header .main-nav {
            margin-left: 55px;
        }

        header .main-nav ul {
            display: inline-block;
            list-style-type: none;
            text-align: left;
            padding: 0;
            margin: 0;
        }

        header .main-nav ul li {
            position: relative;
            display: inline-block;
            letter-spacing: 0;
            vertical-align: top;
            padding: 15px 0;
            color: #757575;
        }

        header .main-nav ul li a {
            padding: 4px 0;
        }

        header .main-nav ul li:not(:last-of-type) {
            margin-right: 25px;
        }

        header .main-nav > ul > li a:before {
            position: absolute;
            content: "";
            width: 20px;
            height: 2px;
            background: #1de9b6;
            bottom: 0;
            opacity: 0;
        }

        header .main-nav > ul > li a:hover:before ,
        header .main-nav ul > li.current-menu-item a:before {
            opacity: 1;
        }

        header .main-nav ul li ul {
            -webkit-transition: all 245ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
            transition: all 245ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
            -webkit-transform: scale(0.7);
                    transform: scale(0.7);
            -webkit-transform-origin: 0 0;
                    transform-origin: 0 0;
            visibility: hidden;
            opacity: 0;
            background: #eee;
            position: absolute;
            padding: 15px 15px 15px 18px;
            width: 220px;
            top: 100%;
            left: 0;
            z-index: 10;
        }

        header.fixed .main-nav ul li ul {
            background: rgba(36, 36, 51,1);
        }

        header .main-nav ul li ul li {
            text-transform: uppercase;
            display: block;
            color: #fff;
            padding: 2px 0;
            margin: 0 !important;
        }

        header .main-nav ul li ul li a {
            padding: 0;
            font-weight: 400;
            font-size: 12px;
            color: #2c2c2c;
        }

        header .main-nav ul li ul li a:before {
            opacity: 0 !important;
        }

        header .main-nav ul li ul li a:hover {
            color: #b8b8b8;
        }

        header .main-nav ul li ul li ul {
            background: #332a47;
            left: 100%;
            top: 0;
        }

        header .main-nav ul li:hover > ul {
            visibility: visible;
            opacity: 1;
            -webkit-transform: scale(1);
                    transform: scale(1);
        }

        header .main-nav ul li.menu-item-has-children > a {
            padding-right: 17px;
        }

        header .main-nav ul li.menu-item-has-children > a:after {
            content: "\f107";
            font-family: FontAwesome;
            position: absolute;
            line-height: 1em;
            font-size: 12px;
            right: 0;
            top: 7px;
        }

        .mobile-nav-visibile header .main-nav .close-menu {
            display: none;
        }
    }

    @media (max-width: 1200px) {
        header .logo-wrapper {
            padding: 16px 0;
        }

        header .main-nav {
            -webkit-transition: all 180ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
            transition: all 180ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
            -webkit-backface-visibility: hidden;
            -webkit-transform: translateZ(0) scaleY(0.935);
            transform: translateZ(0) scaleY(0.935);
            -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
            background: rgba(0,0,0,0.85);
            padding: 30px 35px;
            position: fixed;
            display: block;
            width: 325px;
            z-index: 9;
            bottom: 0;
            left: 0;
            top: 0;
            visibility: hidden;
            opacity: 0;
        }

        header .main-nav ul {
            text-align: left;
            list-style-type: none;
            padding: 0;
            margin: 0;
        }

        header .main-nav ul li {
            letter-spacing: 0.15em;
            font-size: 1.05rem;
            font-weight: 500;
            color: white;
            padding-bottom: 5px;
            margin-bottom: 5px;
        }

        header .main-nav ul li a:focus {
            color: inherit;
        }

        header .main-nav ul li a:hover {
            color: #50eec6;
        }

        header .main-nav ul li.menu-item-has-children {
            position: relative;
        }

        header .main-nav ul li.menu-item-has-children:after {
            content: "\f107";
            font-family: FontAwesome;
            position: absolute;
            line-height: 1em;
            font-size: 12px;
            right: 0;
            top: 8px;
        }

        header .main-nav ul li.menu-item-has-children.active:after {
            -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
            color: #e91e63;
        }

        header .main-nav ul li.menu-item-has-children.active > a {
            color: #e91e63;
        }

        header .main-nav ul li ul {
            display: none;
            padding-top: 7.5px;
        }
        
        header .main-nav ul li ul li {
            font-size: 9px;
            margin-bottom: 2.5px;
            padding-bottom: 2.5px;
            padding-left: 10px !important;
        }
        
        header .main-nav ul li:last-of-type {
            padding: 0;
            margin: 0;
        }

        header .mobile-toggle {
            position: relative;
            width: 20px;
            height: 17px;
            margin: 0 25px 0 0;
        }

        header .mobile-toggle:hover {
            cursor: pointer;
        }

        header .mobile-toggle:before {
            content: "\e919";
            position: absolute;
            font-family: icomoon;
            display: inline-block;
            top: 0;
            font-size: 18px;
        }
    }

    @media (max-width: 1200px) and (max-width: 768px) {
        header .main-nav {
            width: 250px;
        }
    }

    @media (max-width: 1200px) {
        .mobile-nav-visibile {
            overflow-x: hidden;
        }
        .mobile-nav-visibile header .main-nav {
            -webkit-transition: all 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
            transition: all 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
            -webkit-transition-delay: 300ms;
            transition-delay: 300ms;
            -webkit-transform: translateZ(0) scaleX(1);
            transform: translateZ(0) scaleX(1);
            visibility: visible;
            opacity: 1;
        }

        .mobile-nav-visibile header .main-nav .close-menu {
            right: 15px;
            top: 15px;
            transform: scale(0.8);
            -webkit-transform: scale(0.8);
            z-index: 20;
        }
    }

    .search-container.open {
        visibility: visible !important;
        -webkit-transform: scale(1);
       -moz-transform: scale(1);
       -ms-transform: scale(1);
       -o-transform: scale(1);
       transform: scale(1);
       opacity: 1;
    }

    .search-container {
       -webkit-transform: scale(.9);
       -moz-transform: scale(.9);
       -ms-transform: scale(.9);
       -o-transform: scale(.9);
       transform: scale(.9);
       opacity: 0;
       visibility: hidden;
       background: rgba(27, 146, 112, 0.7);
       position: fixed;
       top: 0;
       width: 100%;
       height: 100%;
       z-index: 999;
    }

    .search-container .close-icon {
      position: absolute;
      right: 60px;
      top: 60px;
      width: 32px;
      height: 32px;
      cursor: pointer;
    }

    @media(max-width: 650px) {
        .search-container .close-icon {
            top: 30px;
            left: 30px;
            transform: scale(0.8);
            -webkit-transform: scale(0.8);
        }
    }

    .search-container .close-icon:before, .search-container .close-icon:after {
      position: absolute;
      left: 15px;
      content: ' ';
      height: 33px;
      width: 3px;
      background-color: #fff;
    }

    .search-container .close-icon:before {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      transform: rotate(45deg);
    }

    .search-container .close-icon:after {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }

    .search-container .search-box {
        position: relative;
        opacity: 1;
        display: block;
        top: 50%;
        -webkit-transform: tranlateY(-50%);
        -moz-transform: tranlateY(-50%);
        -ms-transform: tranlateY(-50%);
        -o-transform: tranlateY(-50%);
        transform: tranlateY(-50%);
        margin: auto;
        width: 85%;
        max-width: 460px;
    }

    .search-container .search-box h4 {
        padding-top: 25px;
        text-align: center;
        color: #fff;
        position: relative;
        top: -8px;
        opacity: 0;
    }

    .search-container .search-box .search-form.has-value + h4 {
        top: 0;
        opacity: 1;
    }

    .search-container .search-box .search-form .search-submit {
        display: none;
    }

    .search-container .search-box .search-form .search-input {
        border-bottom: 1px solid #fff;
        background: none;
        color: #fff;
        font-size: 25px;
        width: 100%;
    }

    .search-container .search-box .search-form input::-webkit-input-placeholder {
        color: #fff;
    }

    .search-container .search-box .search-form input:-moz-placeholder {
        color: #fff;
    }

/*-------------Footer----------------*/
    footer {
        color: #757575;
        padding: 25px 0;
        border-top: 1px solid #e0e0e0;
    }

    footer ul li {
        display: inline-block;
    }

    footer .footer-menu,
    footer .social-links {
        display: inline-block;
        vertical-align: middle;
    }

    footer .footer-menu li {
        font-size: 14px;
        line-height: 25px;
        letter-spacing: 0;
        font-weight: 400;
        margin-right: 22px;
    }

    footer .social-links {
        margin-left: 25px;
    }

    footer .social-links li {
        font-size: 14px;
        line-height: 1em;
        color: #c2c2c2;
    }

    footer .social-links li:not(:last-of-type) {
        margin-right: 16px;
    }

    footer .copyright {
        float: right;
    }

    footer .copyright p {
        line-height: 24px;
        margin: 0;
    }

/*-------------PopUp-----------------*/
    .popup-wrapper {
        -webkit-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
        transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
        visibility: hidden;
        opacity: 0;
        background-color: rgba(76, 74, 88, 0.9);
        position: fixed;
        z-index: 1000;
        bottom: 0;
        right: 0;
        left: 0;
        top: 0;
    }

    .popup-wrapper .popup-inner-content {
        overflow: auto;
        display: block;
        padding: 45px;
        height: 100%;
    }

    @media(max-width: 650px) {
        .popup-wrapper .popup-inner-content {
            padding: 15px;
        }
    }

    .popup-visible {
        overflow: hidden;
    }

    .popup-visible .popup-wrapper {
        -webkit-transition: all 450ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
        transition: all 450ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
        visibility: visible;
        opacity: 1;
    }

    .media-wrapper {
        -webkit-transition: all 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
        transition: all 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
        -webkit-transition-delay: 300ms;
        transition-delay: 300ms;
        position: relative;
        max-width: 1310px;
        background: #fff;
        display: block;
        margin: 0 auto;
        padding: 20px;
        opacity: 0;
    }

    @media (min-width: 992px) {
        .media-wrapper {
            -webkit-transform: translateY(-75%);
            transform: translateY(-75%);
            top: 50%;
        }
    }

    .media-wrapper {
        padding: 0;
    }

    .close-video-popup-toggle {
        display: inline-block;
        position: absolute;
        cursor: pointer;
        height: 32px;
        right: 25px;
        width: 32px;
        z-index: 3;
        top: 25px;
    }

    .close-video-popup-toggle:before, .close-video-popup-toggle:after {
        -webkit-transition: all 245ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
        transition: all 245ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
        display: inline-block;
        background: #f4f4f4;
        position: absolute;
        height: 32px;
        content: "";
        width: 1px;
        left: 50%;
        top: 0;
    }
    .close-video-popup-toggle:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .close-video-popup-toggle:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .close-video-popup-toggle:hover:before, .close-video-popup-toggle:hover:after {
        background: #fff;
    }

    .video-popup-visible {
        overflow: hidden;
    }
    .video-popup-visible .video-popup {
        -webkit-transition: all 450ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
        transition: all 450ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
        cursor: default;
        visibility: visible;
        opacity: 1;
    }

    .video-popup-visible .video-popup .media-wrapper {
        -webkit-transition-delay: 150ms;
        transition-delay: 150ms;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        cursor: pointer;
        opacity: 1;
        top: 50%;
    }

     .video-toggle {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%);
        text-align: center;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background: #f44336;
    }

    .video-toggle:hover {
        cursor: pointer;
        background: #dc3f34;
    }

    .video-toggle:before {
        content: "\e914";
        font-family: Icomoon;
        font-size: 21px;
        color: #fff;
        line-height: 48px;
        padding-left: 1px;
    }

/*-------------Forms----------*/
    form .input-line {
        position: relative;
        margin: 0 0 25px !important;
    }

    form.subscribe-form .input-line {
        margin: 0 !important;
    }

    form .input-line input,
    form .input-line textarea {
        color: #9e9e9e;
        font-size: 14px;
        line-height: 24px;
        width: 100%;
        border: 1px solid #e1e1e1;
        padding: 11px 42px 11px 18px;
        border-radius: 5px;
    }

    form .input-line textarea {
        min-height: 120px;
    }

    .comment-form .input-line input:focus,
    .comment-form .input-line textarea:focus {
        border-color: #50eec6;
        background: rgba(29,233,182,0.1);
    }

    form .input-line i {
        position: absolute;
        right: 15px;
        top: 12px;
        font-size: 23px;
        color: #d3d3d3;
    }

    form .input-line input:focus + i {
        color: #1de9b6;
    }

    .comment-form.transparent .submit-btn {
        color: #fff;
    }

    .comment-form.transparent .submit-btn:hover {
        opacity: 0.8;
    }

    .respond-form.transparent .submit-btn {
        color: #fff;
    }

    .respond-form .input-line input:focus,
    .respond-form .input-line textarea:focus {
        border-color: #50eec6;
        background: rgba(29,233,182,0.1);
    }

    form #results {
        margin: 0 0 15px;
    }

    form #results ul {
        margin: 0;
        color: #fff;
    }
/*-------------Blog Section----------*/
    .section-title {
        padding: 40px 0 28px;
    }

    .section-title p {
        color: #757575;
        font-size: 18px;
        line-height: 24px;
    }

    .section-title p a {
        color: #50eec6;
    }

    .section-title p a:hover {
        color: #3cd9b1;
    }

    .blog-section {
        overflow-x: hidden;
    }

    .blog-section .archives-title {
        font-size: 26px;
        padding: 30px 0 10px;
        margin: 0;
    }

    @media (min-width: 992px) {
        .posts-col {
            border-right: 1px solid #e0e0e0;
            width: 63%;
        }

        .has-left .posts-col {
            border-right: none;
            border-left: 1px solid #e0e0e0;
        }

        .has-left .widget {
            padding: 0 62px 25px 0;
        }

        .sidebar-col {
            width: 37%;
        }
    }

    @media(max-width: 992px) {
        .blog-section .row-eq-height {
            display: block;
        }
    }

    .blog-posts {
        padding: 40px 0 0;
    }

    .has-right .blog-post.single {
        padding-right: 60px !important;
    }

    .has-left .blog-post.single {
        padding-left: 60px !important;
    }

    .has-full_width .custom-column {
        padding-bottom: 75px;
    }

    .has-full_width .blog-post {
        padding-right: 0;
    }

    .blog-post {
        padding: 0 65px 28px 0;
        margin: 0 0 40px;
        border-bottom: 1px solid #e0e0e0;
    }

    .blog-posts .blog-post:last-child {
        border: none;
    }

    .blog-post .title {
        margin: 0 0 15px;
    }

    .blog-post .title a:hover {
        color: #b8b8b8;
    }

    .blog-post .top-meta {
        margin: 0 0 22px;
    }

    .blog-post .top-meta .about-me {
        display: inline-block;
        position: relative;
        padding: 5px 0 0;
        min-height: 50px;
    }

    .blog-post .top-meta .about-me img {
        position: absolute;
        top: 0;
        left: 0;
        width: 48px;
        height: 48px;
        border-radius: 50%;
    }

    .blog-post .top-meta .about-me .name,
    .blog-post .top-meta .about-me .date {
        display: block;
        color: #757575;
        font-size: 14px;
        padding: 0 0 0 65px;
        line-height: 1.4em;
    }

    .blog-post .top-meta .about-me .date {
        color: #b8b8b8;
    }

    .blog-post .top-meta .post-likes {
        position: relative;
        float: right;
        color: #bdbdbd;
        font-size: 14px;
        padding: 12px 28px 12px 0;
    }

    .blog-post .top-meta .post-likes:hover {
        cursor: pointer;
    }

    .blog-post .top-meta .post-likes.liked {
        color: #21e9b7;
    }

    .blog-post .top-meta .post-likes:before {
        content: "\e908";
        font-family: Icomoon;
        position: absolute;
        right: 0;
        font-size: 20px;
    }

    .blog-post .cover {
        position: relative;
        margin: 0 0 15px;
    }

    .blog-post .cover img {
        width: 100%;
    }

    .blog-post .bottom-meta {
        margin: 0 0 8px;
    }

    .blog-post .bottom-meta li {
        position: relative;
        display: inline-block;
        color: #bdbdbd;
        font-size: 14px;
        padding-left: 28px;
        margin-right: 30px;
    }

    .blog-post .bottom-meta li.comments:before {
        content: "\e904";
    }

    .blog-post .bottom-meta li.views:before {
        content: "\e907";
        color: #21e9b7;
    }

    .blog-post .bottom-meta li:before {
        position: absolute;
        font-family: Icomoon;
        left: 0;
        font-size: 21px;
    }

    .blog-post .description {
        font-size: 18px;
        line-height: 24px;
        padding: 0 0 15px;
    }

    .blog-post .description h1,
    .blog-post .description h2,
    .blog-post .description h3,
    .blog-post .description h4,
    .blog-post .description h5,
    .blog-post .description h6 {
        color: #757575;
        margin: 0 0 18px;
    }

    .blog-pagination {
        margin: 0 0 80px;
    }

    .blog-post .description .read-more {
        font-size: 15px;
        padding-left: 20px;
        color: #bdbdbd;
    }

    .blog-post .description .read-more:hover {
        color: #21e9b7
    }


    .blog-section .sidebar {
        padding: 60px 0 30px 0;
    }

    .blog-post.single {
        padding: 35px 0 0 !important;
        border: none;
        margin: 0;
    }

    .blog-section .custom-column,
    .content-wrapper .custom-column {
        display: block;
        position: relative;
        margin: 0 auto;
        width: 100%;
        max-width: 770px;
    }

    .blog-section .no-posts-found {
        font-size: 30px;
        margin: 40px 0 0 0;
    }

    .blog-post.single .cover {
        margin: 0 0 30px;
    }

    .blog-post.single .description p {
        color: #757575;
        font-size: 18px;
        line-height: 36px;
    }

    .blog-post.single .description ul {
        padding: 10px 0 30px 30px;
        margin: 0;
        list-style-type: none;
    }

    .blog-post.single .description img {
        margin: 0 0 40px;
    }

    .blog-post.single .description .tags,
    .blog-post.single .description .categories {
        font-size: 14px;
        color: #9A9A9A;
    }

    .blog-post.single .bottom-meta {
        padding: 0 0 22px;
        margin: 0 0 32px;
        border-bottom: 1px solid #e0e0e0;
        min-height: 71px
    }

    .blog-post.single .bottom-meta ul {
        margin: 0;
        padding: 0;
        display: inline-block;
    }

    .blog-post.single .bottom-meta ul:first-child {
        padding-top: 13px;
    }

    .blog-section .single-social-platforms {
        float: right;
    }

    .blog-section .guest-post .single-social-platforms {
        float: none;
        padding: 30px 0 20px;
    }

    .blog-section .single-social-platforms li,
    .single-social-platforms li {
        margin: 0;
        padding: 0;
        display: inline-block;
    }

    .single-social-platforms li a {
        display: inline-block;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        border: 2px solid #757575;
        text-align: center;
        color: #909090;
        font-size: 10px;
        padding: 13px 0 0;
    }

    .single-social-platforms li a i {
        display: block;
        font-size: 15px;
        line-height: 16px;
    }

    .single-social-platforms li a.facebook {
        border-color: #0091ea;
    }

    .single-social-platforms li a.facebook i {
        color: #0091ea;
    }

    .single-social-platforms li a.twitter {
        border-color: #4ac6f9;
    }

    .single-social-platforms li a.twitter i {
        color: #4ac6f9;
    }

    .single-social-platforms li a.google-plus {
        border-color: #ef5454;
    }

    .single-social-platforms li a.google-plus i {
        color: #ef5454;
    }

    .single-social-platforms li a.pinterest {
        border-color: #bd081c;
    }

    .single-social-platforms li a.pinterest i {
        color: #bd081c;
    }

    .single-social-platforms li a.linkedin {
        border-color: #4875B4;
    }

    .single-social-platforms li a.linkedin i {
        color: #4875B4;
    }

    .single-social-platforms li a:hover {
        opacity: 0.7;
    }

    .blog-post.single .author-box {
        position: relative;
        padding: 30px 30px 30px 95px;
        border: 1px solid #e0e0e0;
        margin: 0 0 35px;
    }

    .blog-post.single .author-box img {
        position: absolute;
        top: 27px;
        left: 25px;
        border-radius: 50%;
    }

    .blog-post.single .author-box .name {
        color: #757575;
        font-size: 14px;
        line-height: 19px;
        margin: 0 0 5px;
    }

    .blog-post.single .author-box .description {
        color: #757575;
        font-size: 16px;
        line-height: 19px;
        margin: 0 0 12px;
    }

    .blog-post.single .author-box .socials li {
        display: inline-block;
        color: #c2c2c2;
        font-size: 14px;
        margin-right: 15px;
    }

    .blog-post.single .author-box .socials li a:hover {
        color: #2c2c2c;
    }

    .blog-post.single .facebook-comments {
        padding: 35px 0 0 0;
        margin: 0 0 45px;
        border-top: 1px solid #e0e0e0;
    }

    .blog-post.single .facebook-comments .box-title {
        color: #757575;
        font-size: 16px;
        line-height: 24px;
    }

    .blog-post.guest-post .title {
        margin: 0 0 38px;
    }

    .blog-post.guest-post .cover {
        margin: 0 0 45px;
    }

    .content-wrapper .comments-wrapper {
        border-top: 1px solid #e0e0e0;
        background: #fafafa;
        padding: 45px 0;
    }

    .content-wrapper .comments-wrapper.has-sidebar {
        border: none;
        background: none;
        padding: 2px 65px 0 0;
    }

    .content-wrapper .comments-wrapper .comment-respond .comment-reply-title,
    .content-wrapper .comments-wrapper .comments-area .box-title {
        color: #757575;
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 26px;
    }

    .content-wrapper .comments-wrapper .comments-area .box-title span {
        color: #bdbdbd;
    }

    .content-wrapper .comments-wrapper .comment-respond {
        margin: 0 0 45px;
    }

    .content-wrapper .comments-wrapper .comments-area {
        padding: 30px 0 25px;
        border-top: 1px solid #e0e0e0;
    }

    .has-right .comments-wrapper,
    .has-left .comments-wrapper {
        background: none;
    }

    .has-right .comments-wrapper .container,
    .has-left .comments-wrapper .container {
        width: 100% !important;
    }

    .has-right .comments-wrapper .container .custom-column,
    .has-left .comments-wrapper .container .custom-column {
        max-width: none;
    }

    .blog-section .comments-area .comments-list li.comment {
        padding: 0 0 20px;
        margin: 0 0 24px;
        min-height: 72px;
        border-bottom: 1px solid #e0e0e0;
    }

    .blog-section .comments-area .comments-list li.comment .user-title {
        display: inline-block;
        color: #757575;
        font-size: 14px;
        line-height: 19px;
        margin: 0 0 7px;
    }

    .blog-section .comments-area .comments-list li.comment:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .blog-section .comments-area .comments-list li.comment ul {
        padding: 30px 0 0 66px;
        list-style-type: none;
    }

    .blog-section .comments-area .comments-list li.comment ul li {
        padding: 25px 0 0 0;
        border-top: 1px solid #e0e0e0;
        border-bottom: none;
    }

    .blog-section .comments-area .comments-list li.comment .comment-body-list {
        position: relative;
        padding: 0 0 0 68px;
    }

    .blog-section .comments-area .comments-list li.comment .comment-body-list .avatar {
        position: absolute;
        top: 0;
        left: 0;
        width: 48px;
    }

    .blog-section .comments-area .comments-list li.comment .comment-body-list .avatar img {
        border-radius: 50%;
    }

    .blog-section .comments-area .comments-list li.comment .comment-date {
        font-size: 13px;
        color: #b8b8b8;
        vertical-align: middle;
        padding: 0 0 0 5px;
    }

    .blog-section .comments-area .comments-list li.comment .comment-reply-link {
        display: inline-block;
        position: relative;
        font-size: 14px;
        color: #c6c6c6;
        vertical-align: top;
        padding: 0 15px 0 32px;
    }

    .blog-section .comments-area .comments-list li.comment .comment-reply-link:after {
        content: "\f112";
        font-family: FontAwesome;
        position: absolute;
        color: #b5b5b5;
        right: 0;
        top: 1px;
        font-size: 10px;
    }

    .blog-section .comments-area .comments-list li.comment .comment-reply-link:hover,
    .blog-section .comments-area .comments-list li.comment .comment-reply-link:hover:after {
        color: #21e9b7;
    }

    .blog-section .comments-area .comments-list li.comment .message {
        color: #757575;
        font-size: 14px;
        line-height: 19px;
    }

    .blog-section .related-posts {
        padding: 45px 0 7px;
    }

    .blog-section .has-right .related-posts {
        padding: 0 0 7px;
    }

    .blog-section .related-posts .rel-post {
        position: relative;
        margin: 0 0 20px;
        min-height: 95px;
    }

    .blog-section .related-posts .rel-post img {
        position: absolute;
        border-radius: 3px;
        top: 0;
        left: 0;
    }

    .blog-section .related-posts .rel-post .title {
        color: #757575;
        font-size: 16px;
        line-height: 24px;
        padding: 0 0 0 65px;
        margin: 0 0 2px;
    }

    .blog-section .related-posts .rel-post .title a {
        border-bottom: 1px solid transparent;
    }

    .blog-section .related-posts .rel-post .title a:hover {
        border-color: #8d8d8d;
    }

    .blog-section .related-posts .rel-post .date {
        font-size: 14px;
        color: #b8b8b8;
        line-height: 24px;
        padding: 0 0 0 65px;
    }

    .blog-section .related-posts .box-title {
        color: #757575;
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 25px;
    }

    .blog-section .page-content {
        padding: 32px 0 0 ;
    }

    .blog-section .page-content .page-title {
        color: #212121;
        font-size: 36px;
        margin: 0 0 4px;
    }

    .blog-section .page-content .sub-title {
        color: #757575;
        font-size: 14px;
        line-height: 19px;
    }

    .blog-section .page-content .description {
        padding: 10px 0 35px;
    }

    .blog-section .page-content .description img {
        margin: 0 0 35px;
    }

    .blog-section .page-content .description p {
        color: #757575;
        font-size: 18px;
        line-height: 36px;
        margin: 0 0 25px;
    }

    .blog-section .page-content .single-social-platforms {
        float: none;
        margin: 0 0 70px;
    }

    .blog-section .page-content .single-social-platforms li {
        display: inline-block;
    }

    .section-header {
        padding: 32px 0 0;
    }

    .section-header h2 {
        margin: 0 0 28px;
    }

    .section-header p {
        font-size: 18px;
        line-height: 24px;
        margin: 0 0 50px;
    }

/*-------------Data Section----------*/
    .stats-section {
        padding: 75px 0 20px;
        margin-bottom: 95px;
    }

    .stats-section .image {
        display: table;
        margin: 0 auto 60px;
    }

    .stats-section .section-description {
        margin: 0 auto;
        max-width: 770px;
    }

    .stats-section .section-description.bottom {
        margin: 75px auto 0;
    }

    .stats-section .section-description p {
        color: #757575;
        font-size: 18px;
        line-height: 24px;
    }

    .stats-section .section-description a {
        color: #50eec6;
    }

    .stats-section .section-description a:hover {
        color: #3cd9b1;
    }

    .stats-section.image-right {
        direction: rtl;
    }
    .stats-section.image-left .image,
    .stats-section.image-right .image {
        display: inline-block;
        vertical-align: middle;
        margin: 0;
    }

    .stats-section .side-description {
        margin: 20px 20px 20px 4%;
        display: inline-block;
        vertical-align: middle;
        max-width: 380px;
    }

    .stats-section.image-right .side-description {
        margin: 20px 4% 20px 20px;
    }

    .stats-section .side-description h3 {
        color: #757575;
        line-height: 28px;
        margin: 0 0 22px;
    }

    .stats-section .side-description p {
        color: #757575;
        font-size: 14px;
        line-height: 21px;
        max-width: 250px;
    }

    @media(max-width: 1500px) {
        .stats-section.image-left .image,
        .stats-section.image-right .image {
            max-width: 60%;
        }
    }

    @media(max-width: 1200px) {
        .stats-section.image-left .image,
        .stats-section.image-right .image {
            max-width: 55%;
        }
    }

    .blog-pagination > a {
        position: relative;
        display: inline-block;
        color: #212121;
        font-size: 12px;
        line-height: 24px;
        text-transform: uppercase;
        border: 2px solid #e0e0e0;
        background: none;
        border-radius: 25px;
        padding: 10px 34px 10px 62px;
    }

    .blog-pagination > a:hover {
        border-color: #D0D0D0;
    }

    .blog-pagination > a:before {
        position: absolute;
        content: "\e905";
        font-family: Icomoon;
        font-size: 22px;
        color: #bdbdbd;
        margin: 0 0 0 -32px;
    }

    .blog-pagination .page-numbers {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

     .blog-pagination .page-numbers li {
        display: inline-block;
        padding: 0 2px 0 0;
     }

    .blog-pagination .page-numbers li a,
    .blog-pagination .page-numbers li span {
        display: inline-block;        
        border: 1px solid #757575;
        border-radius: 50%;
        width: 32px;
        height: 32px;
        text-align: center;
        font-size: 13px;
        color: #757575;
        line-height: 33px;
    }

    .blog-pagination .page-numbers li a:hover {
        color: #21e9b7;
        border-color: #21e9b7;
    }

    .blog-pagination .page-numbers li span.current {
        color: #bdbdbd;
        border-color: #bdbdbd;
    }

/*-------------Contact Section----------*/
    .contact-section {
        background: url(../images/contact-section.jpg);
        background-size: cover;
        padding: 120px 0;
        height: calc(100vh - 196px);
        min-height: 700px;
    }

    .contact-section .title {
        color: #ffffff;
        font-size: 36px;
        margin: 0 0 5px;
    }

    .contact-section .subtitle {
        color: #a2a2a2;
        font-size: 16px;
        margin: 0 0 18px;
    }

    .contact-section .comment-form {
        margin: 0 0 96px;
    }

/*-------------Widgets----------*/
    .widget {
        padding: 0 0 25px 62px;
        margin: 0 0 25px;
        border-bottom: 1px solid #e0e0e0;
    }

    .widget a:hover {
        color: #21e9b7;
    }

    .widget:last-child {
        border: 0;
    }

    .widget.widget_text {
        padding: 0 0 35px 62px;
    }

    .widget ul {
        list-style-type: none;
        padding: 0;
    }

    .widget .widget-title {
        color: #757575;
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 22px;
    }

    .widget.widget-about .memo {
        color: #61bfa7;
        font-size: 16px;
        line-height: 24px;
        background: #d8fbf2;
        text-align: center;
        padding: 12px 10px;
        margin: 0 0 10px;
    }

    .widget.widget-about .about-me {
        position: relative;
        min-height: 120px;
    }

    .widget.widget-about .about-me img {
        position: absolute;
        top: 0;
        left: 0;
        width: 120px;
        height: 120px;
        border-radius: 50%;
    }

    .widget.widget-about .about-me {
        color: #757575;
        font-size: 14px;
        line-height: 21px;
        padding: 25px 0 15px 150px;
        margin: 0 0 30px;
    }

    .widget.widget-about .subscribe-form .result_container {
        font-size: 12px;
        padding: 5px 0 0 2px;
    }

    .widget.widget-popular-posts .posts li {
        position: relative;
        margin: 0 0 20px;
        padding: 0 0 0 65px;
    }

    .widget.widget-popular-posts .posts li img {
        position: absolute;
        border-radius: 3px;
        top: 0;
        left: 0;
    }

    .widget.widget-popular-posts .posts li .title {
        color: #757575;
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 2px;
    }

    .widget.widget-popular-posts .posts li .title a {
        border-bottom: 1px solid transparent;
    }

    .widget.widget-popular-posts .posts li .title a:hover {
        border-color: #8d8d8d;
    }

    .widget.widget-popular-posts .posts li .date {
        font-size: 14px;
        color: #b8b8b8;
        line-height: 24px;
    }

    .widget.widget-recent-comments .comments li {
        position: relative;
        padding: 0 0 0 67px;
        margin: 0 0 12px;
        min-height: 60px;
        border-bottom: 1px solid #e0e0e0;
    }

    .widget.widget-recent-comments .comments li:last-child {
        border: none;
        margin: 0;
        min-height: 48px;
    }

    .widget.widget-recent-comments .comments li img {
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 50%;
    }

    .widget.widget-recent-comments .comments li .name {
        display: inline-block;
        font-size: 14px;
        line-height: 18px;
        color: #757575;
        margin: 0;
    }

    .widget.widget-recent-comments .comments li .date {
        display: inline-block;
        font-size: 13px;
        line-height: 18px;
        color: #b8b8b8;
        padding: 0 0 0 3px;
    }

    .widget.widget-recent-comments .comments li .message {
        color: #b8b8b8;
        font-size: 14px;
        line-height: 19px;
        margin: 0 0 12px;
    }

    .widget.tesla-twitter-widget .twitter li {
        position: relative;
        color: #757575;
        font-size: 14px;
        line-height: 19px;
        padding: 0 0 23px 68px;
        margin: 0 0 23px;
        border-bottom: 1px solid #e0e0e0;
    }

    .widget.tesla-twitter-widget .twitter li:last-child {
        border: none;
        margin: 0;
    }

    .widget.tesla-twitter-widget .twitter li:before {
        display: inline-block;
        content: "\f099";
        position: absolute;
        font-family: FontAwesome;
        color: #55acee;
        font-size: 20px;
        text-align: center;
        line-height: 48px;
        top: 0;
        left: 0;
        border: 1px solid #55acee;
        border-radius: 50%;
        width: 48px;
        height: 48px;
    }

    .widget.tesla-twitter-widget .twitter li a {
        color: #55acee;
    }

    .widget.tesla-twitter-widget .twitter li .date {
        display: block;
        color: #b8b8b8;
        font-size: 13px;
        line-height: 19px;
        padding: 5px 0 0 0;
    }

    .widget.widget_text img {
        padding: 20px 0;
    }

    .widget.widget-instagram .instagram-account {
        position: relative;
        padding: 14px 20px;
        margin: 0 0 20px;
        background: #fafafa;
    }

    .widget.widget-instagram .instagram-account:before {
        content: "\f16d";
        font-family: FontAwesome;
        position: absolute;
        font-size: 16px;
        color: #c2c2c2;
        top: 50%;
        left: -30px;
        transform: translateY(-50%);
    }

    .widget.widget-instagram .profile {
        display: inline-block;
        vertical-align: middle;
        color: #757575;
        font-size: 14px;
        line-height: 19px;
        padding: 0 28px 0 8px;
    }

    .widget.widget-instagram .profile:hover {
        color: #2c2c2c;
    }

    .widget.widget-instagram img {
        margin: 5px 5px 5px 0;
    }

    .widget.widget-archive .archive-list li {
        color: #757575;
        font-size: 14px;
        line-height: 19px;
        padding: 12px 0;
        border-bottom: 1px solid #ececec;
    }

    .widget.widget-archive .archive-list li:last-child {
        border: 0;
    }

    .widget.widget-archive .archive-list li > a {
        position: relative;
        padding: 0 0 0 30px;
    }

    .widget.widget-archive .archive-list li > a:before {
        content: "+";
        position: absolute;
        top: -1px;
        left: 0;
        color: #50eec6;
        line-height: 12px;
        text-align: center;
        width: 19px;
        height: 19px;
        border: 2px solid #50eec6;
        border-radius: 50%;
    }

    .widget.widget-archive .archive-list li .months {
        display: none;
        padding: 14px 0 0 45px;
        list-style-type: disc;
    }

    .widget.widget-archive .archive-list li.active .months {
        display: block;
    }

    .widget.widget-archive .archive-list li .months li {
        padding: 0;
        border: 0;
        text-transform: uppercase;
        color: #b8b8b8;
        font-size: 12px;
    }

    .widget.widget-archive .archive-list li .months li a {
        padding: 0;
    }

    .widget.widget-archive .archive-list li .months li a:before {
        content: none;
    }

/*-------------Features Section----------*/
    .features-section {
        padding: 48px 0 32px;
        background: #fafafa
    }

    .features-section .container-fluid {
        max-width: 1300px;
    }

    .feature-item .title {
        color: #757575;
        font-size: 18px;
        line-height: 36px;
        margin: 0 0 4px;
    }

    .feature-item .title .icon {
        display: inline-block;
        color: #212121;
        width: 48px;
        height: 48px;
        line-height: 44px;
        text-align: center;
        border: 2px solid #50eec6;
        border-radius: 50%;
        vertical-align: middle;
        margin: 0 8px 0 0;
    }

    .feature-item .description {
        color: #757575;
        font-size: 14px;
        line-height: 19px;
        padding: 10px 0 35px;
        margin: 0;
    }

/*-------------Error Section----------*/
    .error-404 {
        height: calc(100vh - 227px);
        text-align: center;
        min-height: 400px;
    }

    .error-404 .page-block {
        padding: 15% 0;
    }

    .error-404 .page-block .title {
        font-size: 150px;
        line-height: 1em;
        color: #757575;
        margin: 0 0 25px;
    }

    .error-404 .page-block .subtitle {
        color: #757575;
        font-size: 27px;
    }

/* ------------Slick Carousel ----------*/
    .slick-carousel {
      position: relative;
      margin: 0 0 75px;
    }

    .slick-carousel img {
        margin: 0 !important;
    }

    .slick-carousel.full-width {
        display: block; 
        width: 100vw !important; 
        transform: translate(calc(calc(calc(100vw - 770px) / 2) * -1), 0);
    }

    .slick-slider {
      position: relative;
      display: block;
      box-sizing: border-box;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      -webkit-touch-callout: none;
      -khtml-user-select: none;
      -ms-touch-action: pan-y;
          touch-action: pan-y;
      -webkit-tap-highlight-color: transparent;
    }

    .slick-slider * {
      outline: none !important;
    }

    .slick-list {
      position: relative;
      display: block;
      overflow: hidden;
      margin: 0;
      padding: 0;
    }

    .slick-list:focus {
      outline: none;
    }
    .slick-list.dragging {
      cursor: pointer;
      cursor: hand;
    }

    .slick-slider .slick-track,
    .slick-slider .slick-list {
      -webkit-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }

    .slick-track {
      position: relative;
      top: 0;
      left: 0;
      display: block;
    }

    .slick-track:before,
    .slick-track:after {
      display: table;
      content: '';
    }

    .slick-track:after {
      clear: both;
    }

    .slick-loading .slick-track {
      visibility: hidden;
    }

    .slick-slide {
      display: none;
      float: left;
      height: 100%;
      min-height: 1px;
    }

    .slick-slide img {
      display: block;
    }

    .slick-slide.slick-loading img {
      display: none;
    }

    .slick-slide.dragging img {
        pointer-events: none;
    }

    .slick-initialized .slick-slide {
      display: block;
    }

    .slick-loading .slick-slide {
        visibility: hidden;
    }

    .slick-vertical .slick-slide {
      display: block;
      height: auto;
      border: 1px solid transparent;
    }

    .slick-arrow.slick-hidden {
      display: none;
    }

    /* Arrows */
    .slick-prev, .slick-next {
      position: absolute;
      cursor: pointer;
      width: 90px;
      height: 90px;
      background: rgba(255,255,255,0.5);
      border-radius: 50%;
      z-index: 99;
      font-size: 0;
      border: none;
    }

    .slick-prev:before, .slick-next:before {
      position: absolute;
      font-family: FontAwesome;
      color: #414141;
      display: inline-block;
      text-decoration: inherit;
      font-size: 30px;
      line-height: 90px;
      padding-left: 3px;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
    }

    .slick-prev:before {
      content: "\f104";
      padding: 0;
    }

    .slick-next:before {
      content: "\f105";
    }

    .slick-prev {
      left: 30px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
    }

    .slick-next {
      right: 30px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
    }

    .full-width .slick-prev {
        left: 15%;
    }

    .full-width .slick-next {
        right: 15%;
    }

    .slick-prev:hover,.slick-next:hover  {
      outline: none;
      background: rgba(255,255,255,1);
    }

    .slick-dots {
        position: absolute;
        list-style-type: none;
        padding: 0 !important;
        margin: 0 !important;
        bottom: -35px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
    }

    .slick-dots li {
        display: inline-block;
        margin: 0 8px 0 0;
    }


    .slick-dots li:last-child {
        margin: 0;
    }

    .slick-dots li button {
        position: relative;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background: #9a9ea8;
        font-size: 0;
    }

    .slick-dots li button:before {
        position: absolute;
        content: "";
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #fff;
        opacity: 0;
    }

    .slick-dots li.slick-active button:before {
        opacity: 1;
    }

/*-------------Responsive----------*/
@media(max-width: 1200px) {
    .blog-post {
        padding: 0 30px 28px 0;
    }

    .widget {
        padding: 0 0 25px 30px;
    }
}

@media(max-width: 992px) {
    .blog-post {
        padding: 0 !important;
    }

    .widget {
        padding: 0 !important;
    }

    .slick-carousel.full-width {
        width: 100% !important;
        transform: none;
        margin: 0 auto 75px;
    }

    .stats-section.image-left .image, 
    .stats-section.image-right .image {
        width: 100%;
        max-width: 100%;
    }
}

@media(max-width: 768px) {
    .widget.widget-instagram .profile {
        display: block;
    }

    footer .footer-menu, footer .social-links {
        display: block;
        margin: 0 0 10px;
        text-align: center;
    }

    footer .copyright {
        float: none;
        text-align: center;
    }

    .slick-prev, .slick-next {
        width: 45px;
        height: 45px;
    }

    .slick-prev:before, .slick-next:before {
        font-size: 23px;
        line-height: 44px;
    }

    .blog-section .single-social-platforms {
        float: none;
        padding: 20px 0 0 0 !important;
    }

    .blog-post.single .bottom-meta ul {
        display: block;
    }

    .contact-section {
        height: auto;
    }
}

@media(max-width: 400px) {
    .blog-post.single .author-box {
        padding: 90px 20px 20px 20px;
    }
}