/*------------------------------------------------------------------
* Kaam - Kaam - Responsive Ajax Creative Portfolio Template
* Version: 1.0
* Last change:  03/01/16
* http://www.energeticthemes.com/templates/kaam/index.html
* DATE: 01/01/16

1 - BASE 
  - Basic elements 
  - A) Spinner 
2 - Header
  - Brand logo
  - Main Nav Menu 
3 - Portfolio 
  - Single Portfolio
  - Work Filter
  - Portfolio col layouts
  - slider portfolio
4 - Team
5 - Testimonials 
6 - Clients list box 
7 - Service Box 
8 - Overlay 
9 - Blog - posts
  - Post Author
  - Comments Box
10 - Contact Form
11 - Plugins CSS 
12 - Elements
   - Instagram Feed
13 - Extra CSS

------------------------------------------------------------------*/


/*=================================================
1 - BASE 
=================================================*/

body {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    line-height: 24px;
    color: #7d7d7d;
    font-weight: 400;
    letter-spacing: 1.5px;
    background-color: #fff;
    overflow-y: scroll;
    overflow-x: hidden!important;
    -webkit-font-smoothing: antialiased;
}

h1 {
    font-size: 36px;
    line-height: 1.3125em;
    letter-spacing: 3px;
    font-weight: 700;
}

h2 {
    font-size: 28px;
    line-height: 1.2em;
    letter-spacing: 2px;
    font-weight: 700;
}

h3 {
    font-size: 21px;
    line-height: 1.285714285714286em;
    font-weight: 400;
    letter-spacing: 2px;
}

h4 {
    font-size: 18px;
    line-height: 1.538461538461538em;
    letter-spacing: 2px;
    font-weight: 600;
}

h5 {
    font-size: 16px;
    line-height: 1.444444444444444em;
    letter-spacing: 1px;
    font-weight: 600;
}

h6 {
    font-size: 14px;
    line-height: 1.571428571428571em;
    font-weight: 400;
}

h1,
h1 a,
h3,
h3 a {
    color: #5d5d5d
}

h2,
h2 a,
h5,
h5 a {
    color: #5d5d5d;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Cardo', serif;
}

a,
p a {
    color: #393939;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
}

a:hover {
    color: #000;
}

ul {
    padding: 0;
    margin: 0;
}

select {
    padding: 10px;
    border: 1px solid #ebebeb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 15px;
    font-size: 13px;
    width: 162px;
    margin-bottom: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

a:hover,
a:focus {
    color: #5d5d5d;
}

@media (min-width: 1200px) {
    .container {
        width: 1230px;
    }
}

blockquote {
    padding: 4px 0 4px 23px;
    border-left: 3px solid #8d8d8d;
    margin: 35px 0;
    font-style: italic;
    font-size: 13px;
    color: #666;
}

.full-wrapper {
    margin-right: 50px;
    margin-left: 50px;
}

.relative {
    position: relative;
}

.page-section {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.section-boxed {
    padding: 0 50px 50px 50px;
}


.sideheaderbody .section-boxed {
    padding: 25px 50px 50px 50px;

}

.before_footer {
    background: #fafafa;
    margin: 30px 50px 0 50px;
    padding: 50px 0 75px 0;
}

.before_footer_title {
    letter-spacing: 4px;
    margin-bottom: 33px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

@media only screen and (max-width: 1367px) {
    .section-boxed{
        padding: 30px 30px 30px 30px;
    }
    .before_footer {
        margin: 30px 30px 0 30px;
    }
    .full-wrapper {
        margin-right: 30px;
        margin-left: 30px;
    }
}

@media only screen and (max-width: 1025px) {

    .section-boxed{
        padding: 0 20px 20px 20px;
    }
    .before_footer {
        margin: 20px 20px 0 20px;
    }
    .full-wrapper {
        margin-right: 20px;
        margin-left: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .section-boxed{
        padding: 0 10px 10px 10px !important;
    }
    .before_footer {
        margin: 20px 10px 0 10px !important;
    }
    .full-wrapper {
        margin-right: 12px !important;
        margin-left: 12px !important;
    }
}
.before_footer-wide {
    margin: 30px 0 0 0 !important;
}
.section-boxed.section-boxed-wide, .section-boxed-wide {
    padding: 0 !important;
}

footer {}

.copyright {
    padding: 40px 0 25px 0;
    letter-spacing: 3px;
}

.copyright p {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    color: #7d7d7d;
}

.footer_nav {
    list-style: none;
}

.footer_nav li {
    display: inline-block;
}

.footer_nav li a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    color: #7d7d7d;
}

.footer_nav li a:hover {
    color: #3d3d3d;
}

.footer_nav li:after {
    content: "|";
    color: #555;
    padding: 0 5px;
}

.footer_nav li:last-child:after {
    content: "";
}

.et_center_footer,
.et_center_footer .text-right {
    text-align: center !important;
}

@media only screen and (max-width: 950px) {
    .section-boxed {
        padding: 0 20px 20px 20px;
    }
    .full-wrapper {
        margin-right: 20px;
        margin-left: 20px;
    }
    .before_footer {
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 20px;
        padding-left: 20px;
    }
}

.bg_grey {
    background: #fafafa;
}

.align-table {
    display: table;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.align-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.med-image {
    text-align: center;
    margin: 40px auto;
}

.med-image img {
    text-align: center;
    margin: 10px auto;
}

.block {}

.block-panel {
    width: 50%;
    padding: 40px 6%;
    z-index: 2;
    overflow: hidden;
}

.dual_title_a {
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 700;
    letter-spacing: 5px;
    font-size: 13px;
    color: #b7b7b7;
}

.dual_title_b {
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 8px;
    margin-top: 5px;
    margin-bottom: 21px;
}

.simple_title {
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 3px;
}

.img-bg {
    height: 700px;
    position: relative;
}

.bg-white {}

#background {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(../images/vid-poster.jpg) no-repeat;
    background-size: cover;
    z-index: -100;
}

.bgvid {
    position: absolute;
    background: linear-gradient( rgba(245, 245, 245, 0.85), rgba(245, 245, 245, 0.85));
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 950px) {
    .block-panel {
        width: 100%;
        z-index: 2;
        overflow: hidden;
        display: block;
    }
    .img-bg {
        height: 300px;
        position: relative;
    }
}

.full_height {}

.thirdhalf_height {
    min-height: 400px !important;
}

.under_line_title {
    text-transform: uppercase;
    position: relative;
    margin-bottom: 38px;
    letter-spacing: 6px;
    text-align: center;
    font-weight: 700;
}

.under_line_title:after {
    background-color: #eeeeee;
    content: "";
    display: block;
    width: 50px;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    bottom: -21px;
    margin: 0 auto;
    height: 3px;
}

.under_line_decs {
    width: 68%;
    margin: 0 auto 10px;
    text-align: center;
}

.under_line_title.heading_right,
.under_line_decs.heading_right {
    text-align: right !important;
}

.under_line_title.heading_right:after {
    margin-right: 0 !important;
}

.under_line_title.heading_left,
.under_line_decs.heading_left {
    text-align: left !important;
}

.under_line_decs.heading_left,
.under_line_decs.heading_right {
    width: 100%;
}

.under_line_title.heading_left:after {
    margin-left: 0 !important;
}

.under_line_decs.heading_right {
    margin-right: 0 !important;
}

.under_line_decs.heading_left {
    margin-left: 0 !important;
}

.line_title_left .under_line_title {
    text-align: left;
}

.line_title_left .under_line_title:after {
    margin: 0;
}

.line_title_left .under_line_decs {
    margin: 0;
    width: 58%;
}

.align_left_title {
    text-align: left;
}

.align_left_title:after {
    margin: 0;
}

.display-none {
    display: none !important;
}

.hero_title_container {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 999;
}

.hero_title_container:before {
    content: '';
    background: rgba(245, 245, 245, 0.90);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -26;
}

.hero_title {
    text-transform: uppercase;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    z-index: 1;
    padding: 20px;
}

.hero_title h5 {
    letter-spacing: 10px;
    position: relative;
}

.hero_title h1 {
    margin-top: 30px;
    margin-bottom: 25px;
    letter-spacing: 10px;
    position: relative;
}

.hero_title p {
    font-family: 'Cardo', serif;
    color: #555;
    font-size: 18px;
    line-height: 28px;
    text-transform: none;
    padding: 0 20%;
    position: relative;
}

.align_left_hero {
    text-align: left;
    padding-left: 65px;
}

.align_left_hero p {
    font-family: 'Cardo', serif;
    ;
    padding: 0 50% 0 0;
}

.hometwo_hero_bg {}

@media only screen and (max-width: 450px) {
    .hero_title h5 {
        font-size: 14px;
        letter-spacing: 7px;
    }
    .hero_title h1 {
        font-size: 24px;
        letter-spacing: 8px;
    }
    .hero_title p {
        font-size: 14px;
        padding: 0 5%;
    }
}

.aling-center {
    text-align: center!important;
    margin-right: auto;
    margin-left: auto;
}


/*=================================================
 A) Spinner - SmoothState styling
=================================================*/

.page_loading {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fefefe;
    z-index: 100000;
}

.page_loading:before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    width: 40px;
    height: 40px;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

.m-scene .scene-main {
    -webkit-animation-duration: .25s;
    animation-duration: .25s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.m-scene .scene-main--fadein {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.m-scene.is-exiting .scene-main {
    -webkit-animation-direction: alternate-reverse;
    animation-direction: alternate-reverse;
}

.m-scene .scene-nav {
    -webkit-animation-duration: .25s;
    animation-duration: .25s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: width;
    animation-name: width;
}

.m-scene.is-exiting .scene-nav {
    -webkit-animation-direction: alternate-reverse;
    animation-direction: alternate-reverse;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes width {
    0% {
        width: 300px;
    }
    100% {
        width: 50vw;
    }
}

@keyframes width {
    0% {
        width: 300px;
    }
    100% {
        width: 50vw;
    }
}

.m-scene.is-exiting {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fefefe;
    z-index: 100000;
}

.m-scene.is-exiting:before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    width: 40px;
    height: 40px;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}


/*=================================================
2 - Header 
=================================================*/

header {
    margin-top: 10px;
    margin-bottom: 20px;
}


/**** Logo ****/

.logo {
    display: table;
}

.logo h1 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
}

.woocom_cart {
    position: absolute;
    top: 28px;
    right: 50px;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

.woocom_cart .ion-bag {
    color: #555;
    font-size: 24px;
    cursor: pointer;
}

.cart-count {
    background-color: #333;
    color: #fff;
    display: inline-block;
    font-family: inherit;
    font-size: 10px;
    height: 18px;
    line-height: 16px;
    width: 18px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    text-align: center;
    position: absolute;
    top: -5px;
    right: -6px;
}

.woocom_cart .woo_cart_warp {
    position: absolute;
    display: none;
    right: 0;
    width: 350px;
    z-index: 9999;
    padding: 22px 15px;
    color: #888;
    background: #fff;
    border: solid 1px #eee;
    -webkit-box-shadow: 4px 4px 0 rgba(238, 238, 238, .8);
    -moz-box-shadow: 4px 4px 0 rgba(238, 238, 238, .8);
    box-shadow: 4px 4px 0 rgba(238, 238, 238, .8);
    zoom: 1;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.woocom_cart ul.cart_list,
.woocom_cart ul.product_list_widget {
    margin-bottom: 20px;
}

.woocom_cart .buttons {
    margin-top: 20px;
}

.woocom_cart .buttons .button {
    padding: 0 30px;
    height: 45px;
    line-height: 45px;
}

.woocom_cart .buttons>.checkout {
    float: right;
}

.woocom_cart .woo_cart_warp ul.product_list_widget li {
    list-style: none;
    border-bottom: solid 1px #eee;
    padding: 15px 10px 15px 30px;
    position: relative;
}

.woocom_cart .woo_cart_warp .cart_list li a.remove,
.woocom_cart .woo_cart_warp .cart_list li a.remove {
    position: absolute;
    top: 15px;
    left: 0;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    width: 60px;
}

.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
    font-size: 10px;
    padding: 10px 10px 0 10px;
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
    font-weight: 600;
}

.menu-btn {
    position: absolute;
    top: 20px;
    right: 35px;
    cursor: pointer;
    width: 20px;
    height: 16px;
    z-index: 998;
    width: 48px;
    height: 48px;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

.have_woocom_cart .menu-btn {
    right: 76px;
}

.menu-btn li {
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #555;
    pointer-events: none;
    -webkit-transition: -webkit-transform 0.2s ease;
    -moz-transition: -moz-transform 0.2s ease;
    -o-transition: -o-transform 0.2s ease;
    -ms-transition: -ms-transform 0.2s ease;
    transition: transform 0.2s ease;
    left: 12px;
    list-style: none;
}

.menu-btn li:nth-child(1) {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 15px;
}

.menu-btn li:nth-child(2) {
    top: 21px;
}

.menu-btn li:nth-child(3) {
    top: 27px;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.menu-btn.menu-open li:nth-child(1) {
    -webkit-transform: translateY(6px) rotate(0);
    -moz-transform: translateY(6px) rotate(0);
    -o-transform: translateY(6px) rotate(0);
    -ms-transform: translateY(6px) rotate(0);
    transform: translateY(6px) rotate(0);
}

.menu-btn.menu-open li:nth-child(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.menu-btn.menu-open li:nth-child(3) {
    -webkit-transform: translateY(-6px) rotate(0);
    -moz-transform: translateY(-6px) rotate(0);
    -o-transform: translateY(-6px) rotate(0);
    -ms-transform: translateY(-6px) rotate(0);
    transform: translateY(-6px) rotate(0);
}

.fixed_nav {
    position: fixed !important;
    right: 48px;
}

@media only screen and (max-width: 950px) {
    .menu-btn {
        right:0 !important;
    }
    .menu-btn.fixed_nav {
        position: fixed !important;
        right: 30px !important;
    }
    .have_woocom_cart .menu-btn {
        right:40px !important;
    }
    .woocom_cart {
    right: 14px;
    }
}

.menu-content {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    border: solid 50px #f1f1f1;
    display: none;
}

.menu-content-wrap {
    display: table;
    width: 100%;
    height: 100%;
}

.menu-content ul.menu-nav {
    width: 100%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    list-style: none;
}

.menu-nav li {
    list-style: none;
}

.menu-nav li a {
    font-size: 14px;
    line-height: 2;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 400;
    color: #393939;
    position: relative;
    font-family: 'Cardo', serif;
}

.nav_logo {
    margin-top: 55px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
    letter-spacing: 3px;
}

.nav_logo a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.3125em;
    color: #5d5d5d;
}

.menu-nav li.close_menu {
    margin-top: 20px;
}

.close_menu i {
    font-size: 36px;
    cursor: pointer;
    color: #555;
}

.social_links {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin-bottom: 30px;
    text-align: center;
    font-family: 'Cardo', serif;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.social_links {
    margin-top: 20px;
}

.social_links li {
    display: inline-block;
}

.social_links li:after {
    content: "|";
    color: #555;
    padding: 0 5px;
}

.social_links li:last-child:after {
    content: "";
    padding: 0;
}

.social_links li a {
    font-size: 12px;
    font-weight: 800;
}

.social_links li a:hover {
    color: #000;
}

.menu-nav li a:before {
    content: '';
    height: 2px;
    width: 12px;
    left: -24px;
    background: transparent;
    top: 50%;
    margin-top: -2px;
    margin-left: -10px;
    position: absolute;
    z-index: 1;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
}

.menu-nav li a:after {
    content: '';
    height: 2px;
    width: 12px;
    left: 100%;
    margin-left: 7px !important;
    background: transparent;
    top: 50%;
    margin-top: -2px;
    position: absolute;
    z-index: 1;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
}

.menu-nav li a.current:before,
.menu-nav li a.current:after,
.menu-nav li a:hover:after,
.menu-nav li a:hover:before,
.menu-nav li.current a:before,
.menu-nav li.current a:after {
    background: #777;
    margin-left: 0;
    margin-right: 0;
}

.modern_nav .menu-content ul.menu-nav li .sub_menu_icon {
    display: block !important;
    font-size: 20px;
    margin-top: -4px;
    margin-bottom: 4px;
}

.modern_nav .menu-content ul.menu-nav ul li .sub_menu_icon {
    margin-top: 2px;
    margin-bottom: 14px;
}


/* classic nav  menu */

.classic_nav {
    display: table;
    width: 100%;
    table-layout: fixed;
    overflow: visible;
}

.classic_nav .logo,
.classic_nav .main-nav {
    display: table-cell;
    vertical-align: middle;
}

.classic_nav .logo {
    width: 220px;
}

.classic_nav .main-nav {}

.classic_nav .main-nav.have_woocom_cart {
    padding-right: 40px;
}

.classic_nav .menu-btn {
    display: none;
}

.classic_nav .close_menu {
    display: none !important;
}

.classic_nav .menu-content {
    display: block;
    position: relative;
    border: none;
    margin-top: 11px;
}

.classic_nav .menu-content ul.menu-nav {
    text-align: right !important;
    margin-top: 25px;
    position: relative;
}

.classic_nav .menu-content ul.menu-nav li {
    display: inline-block;
    padding: 0px 22px;
    position: relative;
}

.classic_nav .menu-content ul.menu-nav li:nth-last-child(2) {
    padding-right: 0;
}

.classic_nav .menu-content .menu-nav li a {
    font-size: 13px;
    line-height: 2;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
    color: #5d5d5d;
    position: relative;
    font-family: 'Raleway', sans-serif;
    -webkit-transition: all .8s cubic-bezier(.175, .885, .32, 1.075);
    -moz-transition: all .8s cubic-bezier(.175, .885, .32, 1.075);
    -o-transition: all .8s cubic-bezier(.175, .885, .32, 1.075);
    transition: all .8s cubic-bezier(.175, .885, .32, 1.075);
    border-bottom: 1px solid transparent;
    padding-bottom: 1px;
}

.classic_nav .menu-content ul.menu-nav li a:hover,
.classic_nav .menu-content .menu-nav li.current a,
.classic_nav .menu-content .menu-nav li.current-menu-item a {
    text-decoration: line-through;
}

.classic_nav .menu-nav li.current a:before,
.classic_nav .menu-nav li.current a:after,
.classic_nav .menu-nav li a.current:before,
.classic_nav .menu-nav li a.current:after,
.classic_nav .menu-nav li a:hover:after,
.classic_nav .menu-nav li a:hover:before,
.classic_nav .menu-nav li a.current:hover:before,
.classic_nav .menu-nav li a.current:hover:after {
    background: transparent !important;
}

.menu-content ul.menu-nav ul {
    background: #333;
    padding: 12px 20px;
    text-align: center;
    min-width: 200px;
    margin-top: 20px;
    min-width: 200px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
}

.classic_nav .menu-content ul.menu-nav ul {
    position: absolute;
    top: 132%;
    left: 0;
    text-align: left;
}

.classic_nav .menu-content ul.menu-nav ul a {
    border-bottom: 1px solid transparent;
    padding-bottom: 1px;
}

.menu-nav ul ul {
    left: 100% !important;
    margin-left: 0;
    margin-top: -25px !important;
}

.classic_nav .menu-nav ul ul {
    left: 100% !important;
    margin-left: 20px;
    margin-top: -25px !important;
}

.classic_nav .menu-content ul.menu-nav ul li {
    display: block !important;
    padding: 1px 0;
}

.menu-content ul.menu-nav ul li a {
    font-size: 13px;
    font-weight: 600;
    text-transform: none;
    color: #fff;
    line-height: 17px;
    letter-spacing: 1px;
}

.classic_nav .menu-content {
    background: transparent !important;
}


/*** arrows (for all except IE7) **/

.sf-arrows .sf-with-ul {
    /* no CSS arrows for IE7 (lack pseudo-elements) */
}


/* styling for both css and generated arrows */

.sf-arrows .sf-with-ul:after {}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: transparent;
    /* IE8 fallback colour */
}


/* styling for right-facing arrows */

.sf-arrows ul .sf-with-ul:after {
    margin-top: -4px;
    margin-right: -3px;
    left: 85%;
    border-color: transparent;
    border-left-color: #dFeEFF;
    /* edit this to suit design (no rgba in IE8) */
    border-left-color: #5d5d5d;
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {}


/*center header*/

.center_header {}

.center_header .logo,
.center_header .logo img,
.center_header .main-nav,
.center_header .menu-content ul.menu-nav {
    text-align: center !important;
    margin: 0 auto;
    display: block !important;
}

.center_header .logo h1 {
    font-size: 30px;
}

.center_header .logo {
    padding: 35px 0 20px 0;
}

.center_header .menu-content ul.menu-nav {
    margin-bottom: 20px;
}


/*Side header*/

.sideheaderbody {
    padding-left: 310px;
}

.sideheader {
    display: inline-block;
    width: 310px;
    height: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    overflow: hidden;
    padding: 60px 40px;
    border: none;
    box-shadow: none;
    background-color: #ffffff;
    text-align: center;
}

.sideheader.classic_nav .logo,
.sideheader.classic_nav .main-nav {
    display: block !important;
}

.sideheader.classic_nav .logo {
    width: 100%;
    text-align: center;
    position: relative;
}

.sideheader.classic_nav .logo a {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    z-index: 99999;
}

.sideheader.classic_nav .logo img {
    margin: 0 auto;
}

.sideheader.classic_nav .main-nav {
    height: 100%;
}

.sideheader.classic_nav .menu-content ul.menu-nav {
    text-align: center !important;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    list-style: none;
}

.sideheader.classic_nav .menu-content ul.menu-nav li {
    display: block !important;
    padding: 4px 0;
}

.sideheader.classic_nav .menu-content .menu-nav li a {
    font-size: 14px;
    line-height: 2;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    color: #393939;
    position: relative;
    font-family: 'Cardo', serif;
}

.sideheader.classic_nav .menu-content ul.menu-nav li a:hover,
.sideheader.classic_nav .menu-content .menu-nav li.current a,
.sideheader.classic_nav .menu-content .menu-nav li.current-menu-item a {
    border-bottom: 0 solid transparent;
    padding-bottom: 0;
}

.sideheader.classic_nav .menu-content ul.menu-nav li a:hover:after,
.sideheader.classic_nav .menu-content ul.menu-nav li a:hover:before {
    background: #777 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.sideheader.classic_nav .menu-content ul.menu-nav li.close_menu {
    display: none !important;
}

.sideheader.classic_nav .menu-nav li a.current:before,
.sideheader.classic_nav .menu-nav li a.current:after,
.sideheader.classic_nav .menu-nav li a:hover:after,
.sideheader.classic_nav .menu-nav li a:hover:before {
    background: transparent !important;
}

.sideheader.classic_nav .social_links {
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .classic_nav .menu-btn,
    .classic_nav .close_menu {
        display: block;
    }
    .classic_nav .menu-content {
        display: none;
        position: fixed;
        border: none;
        margin-top: 18px;
        border: solid 50px #f1f1f1;
        background: #fff !important;
    }
    .classic_nav .menu-content ul.menu-nav {
        width: 100%;
        text-align: center !important;
        display: table-cell !important;
        vertical-align: middle;
        text-align: center;
        list-style: none;
    }
    .classic_nav .menu-content ul.menu-nav li {
        display: block;
        padding: 0;
        position: relative;
    }
    .classic_nav .close_menu {
        display: block !important;
    }
    .classic_nav .menu-content ul.menu-nav ul {
        position: relative;
        text-align: center;
    }
    .sideheaderbody {
        padding-left: 0 !important;
    }
    .sideheader.classic_nav .logo,
    .sideheader.classic_nav .main-nav {
        display: table-cell !important;
    }
    .sideheader.classic_nav .logo a {
        position: relative;
    }
    .sideheader.classic_nav .logo img {
        margin: 0 !important;
    }
    .sideheader {
        width: 100% !important;
        position: inherit !important;
        display: table !important;
        padding: 0 !important;
    }
    .sideheader.classic_nav .menu-content ul.menu-nav li.close_menu {
        display: block !important;
    }
    .sideheader.classic_nav .social_links {
        margin-bottom: 25px;
    }
}


/*=================================================
3 -Portfolio 
=================================================*/

.single_work_header {
    padding-top: 20px;
    background: url(../images/sw01.jpg) no-repeat;
    background-size: cover;
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.single_work_header:before {
    content: '';
    background: rgba(245, 245, 245, 0.90);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.single_work_header .single_work_title {
    text-transform: uppercase;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    z-index: 1;
}

.single_work_header .single_work_title h5 {
    letter-spacing: 10px;
    position: relative;
}

.single_work_header .single_work_title h1 {
    margin-top: 30px;
    margin-bottom: 25px;
    letter-spacing: 10px;
    position: relative;
}

.single_work_header .single_work_title h1 a:hover:after {
    background: transparent;
    height: 0;
    width: 0;
    transition: none;
}

.single_work_header .single_work_title p {
    font-family: 'Cardo', serif;
    color: #555;
    font-size: 18px;
    line-height: 28px;
    text-transform: none;
    padding: 0 20%;
    position: relative;
}

.single_work_content {
    position: relative;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0;
}

.details_list {
    margin-top: 80px;
    font-size: 14px;
    line-height: 1.8;
    color: #6d6d6d;
    font-weight: 500;
    letter-spacing: 3px;
}

.details_list strong {
    font-weight: 700;
    font-family: 'Cardo', serif;
    letter-spacing: 1px;
    font-size: 16px;
    padding: 0 5px;
    letter-spacing: 6px;
    text-transform: uppercase;
}

.details_list .single-port-details {
    margin-top: 0;
}

.details_list .single-port-details li {
    padding: 7px 2px;
    border-bottom: solid 0px #ddd;
}

.work_nav {
    padding: 20px 0 10px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 6px;
    font-family: 'Cardo', serif;
}

.work_nav i {
    padding: 0 4px;
}

.nav-btn {
    margin: 0;
    padding: 0;
    padding: 20px 0 0;
    text-align: center;
}

.nav-btn .pre-btn {
    text-align: left;
    float: left;
}

.nav-btn .next-post {
    text-align: right;
    float: right;
}

@media only screen and (max-width: 950px) {
    .single_work_header .single_work_title h1 {
        font-size: 18px;
        letter-spacing: 5px;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .single_work_header .single_work_title h5 {
        letter-spacing: 3px;
        font-size: 12px;
    }
    .single_work_header .single_work_title p {
        font-size: 14px;
        line-height: 25px;
        padding: 0 1%;
    }
    .nav-btn .pre-btn,
    .nav-btn .next-post {
        text-align: center;
        float: none;
        display: block;
    }
    .single_work_header {
        padding-top: 0;
    }
}


/* Work Filter */

.work_filter {
    list-style-type: none;
    padding-left: 0;
    text-align: center;
    margin-bottom: 40px;
}

.work_filter li {
    display: inline-block;
    position: relative;
    margin-left: 35px;
    padding: 0 15px;
}

.work_filter li:first-child {
    padding-left: 0;
    margin-left: 0;
}

.work_filter li:after {
    display: inline-block;
    content: "";
    position: absolute;
    background: #999;
    height: 1px;
    width: 15px;
    right: 0;
    bottom: 7px;
}

.work_filter li span {
    font-size: 13px;
    letter-spacing: 6px;
    cursor: pointer;
}

.filter_left {
    text-align: left;
}

.button_filter {
    margin: 12px 0 30px;
}

.button_filter:after {
    clear: both;
    content: '';
    display: table;
}

.filter_button {
    background: #333;
    color: #fff;
    padding: 10px 18px;
    font-size: 13px;
    cursor: pointer;
    letter-spacing: 2px;
    margin-right: 5px;
}

.button_filter .filter_button {
    float: left;
}

.button_filter .work_filter {
    display: none;
    margin-bottom: 0;
}

.button_filter .work_filter li {
    background: #EEE;
    padding: 10px 20px;
    text-transform: none;
    cursor: pointer;
    margin-left: 5px;
}

.button_filter .work_filter li:after {
    background: transparent;
}

.button_filter .work_filter li span {
    font-size: 13px;
    letter-spacing: 2px;
}

@media only screen and (max-width: 450px) {
    .work_filter li {
        display: block;
        position: relative;
        margin-left: 0;
        padding: 6px 15px;
    }
    .work_filter li:after {
        background: transparent;
    }
}


/* Portfolio col layouts */

.two_col .work_item {
    position: relative;
    width: 50% !important;
    padding: 15px !important;
    margin: 0 !important;
    float: left;
}

.three_col {
    margin: 0 -15px;
}

.three_col .work_item {
    position: relative;
    width: 33.3333333333% !important;
    padding: 15px !important;
    margin: 0 !important;
    float: left;
}

.four_col .work_item {
    position: relative;
    width: 25% !important;
    padding: 15px !important;
    margin: 0 !important;
    float: left;
}

.no_space_col .work_item {
    padding: 0px !important;
}

@media only screen and (max-width: 950px) {
    .two_col .work_item,
    .three_col .work_item,
    .four_col .work_item {
        width: 50% !important;
    }
}

@media only screen and (max-width: 450px) {
    .two_col .work_item,
    .three_col .work_item,
    .four_col .work_item {
        width: 100% !important;
    }
}

.work_item .masonry_title {
    font-size: 22px;
    letter-spacing: 8px;
}

.work_item .work_img {
    position: relative;
}

.work_item .work_title {
    text-align: center;
    margin-bottom: 5px;
}

.work_item .work_title h3 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 8px;
}

.work_item .work_title .work_categories {
    list-style: none;
}

.work_item .work_title .work_categories li {
    display: inline-block;
    letter-spacing: 2px;
}

.work_item .work_title .work_categories li:after {
    content: ',';
}

.work_item .work_title .work_categories li:last-child:after {
    content: '';
}

.work_item .work_img:hover .overlay {
    opacity: .9;
}

.work_images_gallery {
    margin: 0;
    padding: 0;
}

.work_images_gallery li {
    margin-bottom: 30px;
    list-style: none;
}


/* text over image work */

.text_over_img {}

.text_over_img .work_item {
    padding: 3.5% 7% !important;
}

.text_over_img_title {
    position: absolute;
    top: 25%;
    left: -18%;
}

.text_over_img .work_item img {
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.text_over_img .work_item img:hover {
    opacity: 0.7;
}

.text_over_img_title h3 {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.text_over_img_title h3 a {
    color: #393939;
}

.work_categories li {
    list-style: none;
    display: inline-block;
    padding-right: 3px;
    font-size: 12px;
    letter-spacing: 2px;
}

.port_light a {
    color: #fff !important;
}

.port_light .text_over_img_title h3 a {
    color: #fff !important;
}


/* Gallery layout */


/* Two col Gallery layout */

.one_col_gallery {
    list-style: none;
}

.one_col_gallery li {
    width: 100%;
    float: left;
    padding: 12px 0;
}

.one_col_gallery li img {
    cursor: zoom-in;
}


/* Two col Gallery layout */

.two_col_gallery {
    list-style: none;
    margin: 0 -1%;
}

.two_col_gallery li {
    width: 49.9%;
    float: left;
    padding: 1% !important;
}

.two_col_gallery li img {
    cursor: zoom-in;
}


/* Three col Gallery layout */

.three_col_gallery {
    list-style: none;
    margin: 0 -1%;
}

.three_col_gallery li {
    width: 33.2333333%;
    float: left;
    padding: 1% !important;
}

.three_col_gallery li img {
    cursor: zoom-in;
}


/* Four col gallery layout */

.four_col_gallery {
    list-style: none;
    margin: 0 -1%;
}

.four_col_gallery li {
    width: 24.9%;
    float: left;
    padding: 1% !important;
}

.four_col_gallery li img {
    cursor: zoom-in;
}


/* Five col gallery layout */

.five_col_gallery {
    list-style: none;
    margin: 0 -1%;
}

.five_col_gallery li {
    width: 19.9%;
    float: left;
    padding: 1% !important;
}

.five_col_gallery li img {
    cursor: zoom-in;
}


/* gallery layout style */

.max_padding li {
    padding: 8% 7% !important;
}

.no_padding {
    margin: 0 !important;
}

.no_padding li {
    padding: 0 !important;
}

.work-carousel {}

.work-carousel .work-item {
    background: #f5f5f5;
    overflow: hidden;
    position: relative;
}

.work-carousel .work-item:before {
    content: '';
    background: rgba(245, 245, 245, 0.90);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.work-item-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 100;
}

.work-date {
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 500;
}

.work-title {
    margin: auto;
    position: absolute;
    top: 5%;
    left: -90%;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 80%;
    font-family: 'Cardo', serif;
}

.work-title h2 {
    font-weight: 700;
    text-transform: uppercase;
    color: #555;
    font-size: 36px;
    letter-spacing: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.work-title h2 a {
    color: #555;
}

.work-title h2 a:hover:after {
    background: transparent;
    height: 0;
    width: 0;
    transition: none;
}

.work-activities {
    font-size: 16px;
    letter-spacing: 5px;
    font-weight: 400;
    text-transform: uppercase;
}

.work-count {
    position: absolute;
    bottom: -1.5%;
    left: 35.5%;
    letter-spacing: 4px;
    font-weight: 700;
    font-size: 60px;
    text-transform: uppercase;
    line-height: 1.2;
    z-index: 2;
    color: #555;
}

.work_load {
    position: absolute;
    bottom: -7%;
    left: 41%;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #555;
}

.work_load a {
    color: #555;
}

.work-carousel .work-item .work-img img {
    margin-left: 35%;
    max-width: 500px;
}

.work-carousel .work-item .work-img:after {
    content: '';
    height: 130%;
    width: 105%;
    border: solid 23px #fff;
    top: -18%;
    position: absolute;
    z-index: -1;
}

@media only screen and (max-height: 901px) {
    .work-carousel .work-item .work-img img {
        margin-left: 38%;
        max-width: 380px;
    }
    .work-title h2 {
        font-size: 24px;
        letter-spacing: 13px;
    }
    .work-activities {
        font-size: 12px;
    }
    .work-count {
        font-size: 32px;
    }
    .work_load {
        font-size: 13px;
    }
    .work-date {
        font-size: 16px;
    }
    .work-carousel .work-item .work-img:after {
        border: solid 18px #fff;
    }
    .work-item-content {
        margin-top: 10px;
    }
}

@media only screen and (max-height: 770px) {
    .work-carousel .work-item .work-img img {
        margin-left: 38%;
        max-width: 280px;
    }
    .work-title h2 {
        font-size: 20px;
        letter-spacing: 12px;
    }
    .work-activities {
        font-size: 12px;
    }
    .work-count {
        font-size: 30px;
    }
    .work_load {
        font-size: 13px;
    }
    .work-date {
        font-size: 16px;
    }
    .work-carousel .work-item .work-img:after {
        border: solid 18px #fff;
    }
    .work-item-content {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 1400px) {
    .owl-controls .owl-nav div.owl-prev:after {
        background: transparent;
    }
    .owl-controls .owl-nav div.owl-next:after {
        background: transparent;
    }
}

@media only screen and (max-width: 1250px) {
    .work-carousel .work-item .work-img img {
        max-width: 400px;
    }
    .work-title h2 {
        font-size: 28px;
        letter-spacing: 15px;
    }
    .work-activities {
        font-size: 14px;
        letter-spacing: 4px;
    }
    .work-date {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1050px) {
    .owl-controls .owl-nav div.owl-prev {
        top: 92%;
        left: 5%;
        margin-left: -85px;
    }
    .owl-controls .owl-nav div.owl-next {
        top: 92%;
        right: 5%;
        margin-right: -80px;
    }
}

@media only screen and (max-width: 950px) {
    .work-carousel .work-item {
        display: table;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    .work-item-content {
        position: static;
        transform: translate(0, 0);
        display: table-cell;
        vertical-align: middle;
        padding: 20px 10px;
    }
    .work-carousel .work-item .work-img img {
        margin-left: 0;
        max-width: 350px;
        margin: 0 auto;
        width: 100%;
        height: auto;
    }
    .work-carousel .work-item .work-img:after {
        height: 0;
        width: 0;
        border: none;
    }
    .work-title {
        margin: auto;
        position: static;
        width: 100%;
        font-family: 'Cardo', serif;
        text-align: center;
        margin-bottom: 30px;
    }
    .work-title h2 {
        font-size: 16px;
        letter-spacing: 10px;
        letter-spacing: 4px;
        line-height: 1.5em;
    }
    .work-date {
        font-size: 14px;
    }
    .work-activities {
        font-size: 12px;
        letter-spacing: 3px;
    }
    .work-count,
    .work_load {
        display: none;
    }
}

@media only screen and (max-width: 450px) {
    .work-carousel .work-item .work-img img {
        width: 80%;
    }
    .work-title {
        margin-bottom: 20px;
    }
    .work-title h2 {
        margin-bottom: 5px;
        margin-top: 5px;
    }
}

.work-carousel .work-item {
    background: url(../images/w02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.work-carousel .work-item.work_item_1 {
    background: url(../images/w01.jpg) no-repeat;
    background-size: cover;
}

.work-carousel .work-item.work_item_2 {
    background: url(../images/w02.jpg) no-repeat;
    background-size: cover;
}

.work-carousel .work-item.work_item_3 {
    background: url(../images/w03.jpg) no-repeat;
    background-size: cover;
}

.work-carousel .work-item.work_item_4 {
    background: url(../images/w04.jpg) no-repeat;
    background-size: cover;
}

.work-carousel .work-item.work_item_5 {
    background: url(../images/w05.jpg) no-repeat;
    background-size: cover;
}

.work-carousel .work-item.work_item_6 {
    background: url(../images/w06.jpg) no-repeat;
    background-size: cover;
}

.single-portfolio-holder {
    margin-top: 0 !important;
}

.single-port-related .btline-title {
    margin-bottom: 22px;
}

.portfolio-container {
    padding: 0 !important;
}

.port-filter {
    margin: 0 !important;
}

.port-filter ul {
    margin: 0 0 20px 0 !important;
}


/* List view Portfolio */

.list_view_portfolio {
    list-style: none;
}

.list_view_portfolio li {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-bottom: solid 2px #f6f6f6;
    padding: 22px 0;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

.list_view_portfolio li:hover {
    background: #fafafa;
    padding: 22px 12px;
}

.list_view_portfolio li:after {
    content: "";
    clear: both;
    display: block;
}

.list_view_portfolio_title {
    width: 33.3333333%;
    float: left;
}

.list_view_portfolio_title h2 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 400;
    margin: 0;
    line-height: 24px;
}

.list_view_portfolio_cat {
    width: 33.3333333%;
    float: left;
}

.list_view_portfolio_year {
    width: 33.3333333%;
    float: left;
}

.list_port_arrow {
    float: right;
    margin-right: 5px;
    font-size: 24px;
    color: #777;
}


/*=================================================
4 - Team
=================================================*/

.team-person {
    margin-bottom: 45px;
}

.team-person .team-photo {
    position: relative;
    margin-bottom: 22px;
    overflow: hidden;
}

.team-person .team-photo img {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.team-person .team-info {
    padding: 0 2px;
}

.team-person .team-info .team-name {
    font-size: 14px;
    letter-spacing: 6px;
    margin-bottom: 4px;
    text-transform: uppercase;
    position: relative;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}

.team-person .team-info .team-role {
    margin-bottom: 12px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.team-person .et-icon {
    font-size: 16px;
    color: #7d7d7d;
    margin: 0 6px;
    padding: 0 6px;
    display: inline-block;
}

.team-person .et-icon:hover {
    color: #8a8f6a;
}

.team-person .team-photo .overlay {
    background: #fff;
}

.team-person .team-photo:hover .overlay {
    opacity: 0.9;
    filter: alpha(opacity=90);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.team-person .overlay .content-wrap h3 {
    font-family: 'Raleway', sans-serif;
}


/*=================================================
5 - Testimonials 
=================================================*/

.testimonials_title h2 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.testimonials {
    margin: 20px 0;
}

.testimonials .testimonial {
    font-size: 16px;
    line-height: 32px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 24px 8% 10px;
}

.testimonials .testimonial .client {
    margin-top: 12px;
    text-align: right;
}

.testimonials .testimonial .client .client-info,
.testimonials .testimonial .client .client-pic {
    display: inline-block;
    vertical-align: middle;
}

.testimonials .testimonial .client .client-pic img {
    width: 75px;
    height: 75px -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
}

.testimonials .testimonial .client .client-info {
    margin-left: 5px;
}

.testimonials .testimonial .client .client-name {
    display: block;
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: -7px;
    font-weight: 700;
}

.testimonials .testimonial .client-job {
    font-size: 13px;
    font-weight: 600;
}

.testimonials .owl-controls .owl-dots {
    position: absolute;
    left: inherit;
    transform: translate(0, 0);
    bottom: 107%;
    right: 0;
}

.testimonials .owl-controls .owl-dots .owl-dot span {
    border-radius: 0;
    background-color: #e7e6ec;
    border: 1px solid #e7e6ec;
}

.testimonials .owl-controls .owl-dots .owl-dot.active span {
    background: #707072;
    border-color: #707072;
}


/*=================================================
6 - Clients list box style
=================================================*/

.clients-box-container {
    margin-top: 25px;
    padding: 60px 0 60px 0;
    background: #fafafa;
}

.client-logo-list {
    list-style: none;
}

.clients-box {
    margin: 0;
    padding: 0;
}

.clients-box li {
    list-style: none;
    width: 25%;
    float: left;
    position: relative;
}

.clients-box li img {
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

.clients-box li:hover img {
    opacity: 0.7;
}

.clients-box li:after {
    position: absolute;
    top: 5%;
    right: 0;
    height: 90%;
    width: 1px;
    display: block;
    background-color: rgba(0, 0, 0, 0.06);
    content: '';
}

.clients-box li:before {
    position: absolute;
    right: 5%;
    top: 0;
    width: 90%;
    height: 1px;
    display: block;
    background-color: rgba(0, 0, 0, 0.06);
    content: '';
}

.clients-box li:nth-child(4n):after,
.clients-box li:nth-child(1):before,
.clients-box li:nth-child(2):before,
.clients-box li:nth-child(3):before,
.clients-box li:nth-child(4):before {
    background-color: rgba(0, 0, 0, 0.00);
}

.clients-box li {
    padding: 30px;
}

@media only screen and (max-width: 950px) {
    .clients-box li {
        list-style: none;
        width: 50%;
        float: left;
        position: relative;
    }
}

.client-list .owl-controls .owl-nav div.owl-prev {
    left: -8%;
    margin-top: -10px;
}

.client-list .owl-controls .owl-nav div.owl-next {
    right: -8%;
    margin-top: -10px;
}

.client-list .owl-dots {}

@media only screen and (max-width: 1367px) { 
.client-list .owl-controls .owl-nav div.owl-prev {
    left: -2%; 
}

.client-list .owl-controls .owl-nav div.owl-next {
    right: -2%;2
}
}

/*=================================================
7 - Service Box 
=================================================*/

.service_box {
    text-align: center;
}

.service_box .service_number {
    font-size: 18px;
}

.service_box .service_icon {
    font-size: 46px;
}

.service_box h3 {
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    margin-bottom: 15px;
    letter-spacing: 5px;
    text-align: center;
}


/****** Service box style 2 ******/

.service-box-la {
    margin-bottom: 40px;
}

.service-box-la .service-icon { 
    float: left;
    background-color: #111;
    text-align: center;
    width: 44px;
    height: 44px;
    line-height: 48px;
    color: #FFF;
    font-size: 22px;
    display: block;
    border-radius: 100%; 
}

.service-box-la .service-info {
    margin-left: 65px;
}

.service-box-la:after {
    content: '';
    display: block;
    clear: both;
}

.service-box-la-right .service-icon {
    float: right;
}

.service-box-la-right .service-info {
    text-align: right;
    margin-right: 65px;
    margin-left: 0;
}


/*=================================================
7 - 1 Banner box
=================================================*/

.banner_box {}

.banner_img {
    position: relative;
}

.banner_content_wrap {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    text-align: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.banner_box:hover .banner_content_wrap {
    background: rgba(0, 0, 0, 0.25);
}

.banner_content_table {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.banner_content {
    display: table;
    width: 100%;
    height: 100%;
    padding: 0 25px;
}

.banner_content h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 34px;
}

.banner_content h3 {
    color: #fff;
    margin-top: 10px;
    font-weight: 700;
}

.banner_content p {
    color: #fff;
    padding: 0 40px;
    font-weight: 500;
}

@media (min-width: 768px) {
 .banner_content { 
    padding: 0 8px;
}
.banner_content h2 { 
    font-size: 24px;
}.banner_content h3 { 
    font-size: 18px;
}
}
/*=================================================
8 - Overlay 
=================================================*/

.overlay {
    position: absolute;
    left: 5%;
    top: 5%;
    z-index: 1;
    text-align: center;
    width: 90%;
    height: 90%;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    background: #f5f5f5;
    opacity: 0;
}

.overlay .content-wrap {
    display: table;
    width: 100%;
    height: 100%;
    padding: 0 25px;
}

.overlay-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.overlay .entry-cat {
    margin: 0;
}

.overlay .content-wrap h3 {
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 20px 0 5px 0;
    padding: 0;
}

.overlay .entry-cat li {
    display: inline-block;
    opacity: 1;
    font-size: 12px;
    margin-top: 0;
    position: relative;
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
}

.overlay .entry-cat li:before {
    content: "";
    display: block;
    width: 1px;
    height: 13px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -6.5px;
    background: rgba(57, 57, 57, 0.5);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.overlay .entry-cat li:last-child:before {
    display: none;
}

.overlay_icon {
    font-size: 48px;
}

.overlay-active {
    opacity: 1;
}

.overlay-content .content-entry {
    margin-top: 12px;
}

.popup_gallery img {
    cursor: zoom-in;
}


/*=================================================
9 - Blog - posts
=================================================*/

.blog_posts {
    width: 102%;
    margin: 0 -1%;
}

.blog_posts li {
    width: 24.9%;
    float: left;
    padding: 0 1% 40px;
    list-style: none;
}

.container .blog_posts li {
    padding: 0 1.6% 40px;
}

.blog_posts.three_columns_blog li {
    width: 33.3333333%;
}

.blog_posts.two_columns_blog li {
    width: 50%;
}

.blog_posts.two_columns_blog li .single_post .post_title {
    width: 100%;
    margin-top: 13px;
    margin-bottom: 13px;
}

.blog_posts.one_column_blog li {
    width: 100%;
}

.blog_posts.one_column_blog li .single_post .post_title {
    width: 100%;
    margin-top: 13px;
    margin-bottom: 13px;
}

.blog_with_sidebar .blog_posts {
    width: 100% !important;
    margin: 0 -1% !important;
}

@media only screen and (max-width: 1250px) {
    .blog_posts li {
        width: 33.3333333%;
        float: left;
        padding: 0 1% 40px;
        list-style: none;
    }
}

@media only screen and (max-width: 900px) {
    .blog_posts {
        width: 100%;
        margin: 0;
    }
    .blog_posts li,
    .blog_posts.three_columns_blog li,
    .blog_posts.two_columns_blog li {
        width: 100% !important;
        float: left;
        padding: 0 0 40px !important;
        list-style: none;
    }
}

.single_post .post_img {
    position: relative;
    margin-bottom: 20px;
    background: #8d8d8d;
    overflow: hidden;
}

.post_info {
    padding-right: 10px;
}

.blog_posts .single_post .post_info .post_category {
    display: block;
}

.post_meta li {
    list-style: none;
    display: inline-block;
    padding-right: 15px;
}

.post_info .post_category span a,
.post_meta,
.post_meta a {
    font-weight: 700;
    color: #b7b7b7;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 11px;
}

.post_info .post_category span:after {
    content: "/"
}

.post_info .post_category span:last-child:after {
    content: ""
}

.single_post .post_title {
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-size: 21px;
    margin-top: 5px;
    line-height: 1.5em;
    margin-bottom: 5px;
}

.blog_posts .single_post .post_title {
    font-weight: 800;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 8px;
    width: 250px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.blog_posts .single_post .post_title a {
    color: #6d6d6d;
}

.single_post .post_content {
    margin-top: 20px;
}

.blog_posts .single_post .post_content {
    margin-top: 0;
    margin-bottom: 15px;
}

.single_post_image {
    background: #fafafa;
    background-size: cover;
    height: 600px;
    padding-top: 100px;
    margin-bottom: 30px;
}


/**** Tags ****/

.blog-post-tags {
    list-style: none;
    margin-top: 30px;
}

.blog-post-tags li {
    display: inline-block;
    margin: 0 5px 20px 0;
}

.blog-post-tags li h5.single_tags_heading {
    text-transform: uppercase;
    margin-right: 15px;
    letter-spacing: 2px;
    font-size: 14px;
}

.blog-post-tags li a {
    margin: 0 2px 0 0;
    padding: 8px 8px;
    border: 1px solid #f1f1f1;
    font-size: 11px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.blog_item_quote {
    text-align: center;
}

.blog_item_quote blockquote {
    padding: 32px 25% 0;
    margin: 0 0 20px;
    font-size: 17px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 6px;
    text-align: center;
    font-weight: 800;
    border-left: 0;
    position: relative;
    font-style: normal;
}

.blog_item_quote blockquote a {
    color: #6d6d6d;
}

.blog_item_quote blockquote:before {
    content: '';
    height: 3px;
    width: 50px;
    background: #f5f5f5;
    top: 16px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    z-index: 1;
}


/**** Post Author ****/

.post-author {
    padding-bottom: 35px;
    margin-top: 25px;
}

.post-author img {
    margin: 0 25px 10px 0;
    float: left;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}

.post-author h5 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 15px;
}

.post-author p {
    color: #666;
}

.single-blog-post .nav-btn,
.nav-border {
    border-top: 2px solid #f4f4f4;
    border-bottom: 2px solid #f4f4f4;
    margin-bottom: 40px !important;
}


/**** Comments Box ****/

.comment-wrap {
    margin: 40px 0 50px;
}

.comment-wrap .comment-title,
.comment-form-warp .comment-title,
.comment-reply-title {
    font-size: 17px;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    color: #5d5d5d;
    margin-bottom: 21px;
    padding-bottom: 12px;
    letter-spacing: 5px;
    border: none;
    border-bottom: 2px solid #f4f4f4;
}

.comment-form-warp .comment-title {
    border-bottom: none;
}

.comment-wrap .comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.comment-wrap .comment-list li {
    padding: 30px 0;
    margin-bottom: 9px;
    position: relative;
    list-style: none;
    border-bottom: solid 1px #f4f4f4;
}

.comment-wrap .comment-list li .avatar {
    width: 64px;
    height: 64px;
    float: left;
    margin-right: 26px;
}

.comment-wrap .comment-list li .avatar img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}

.comment-wrap .comment-list li .comment-text {
    overflow: hidden;
}

.comment-wrap .comment-list li .comment-text .comment-head {
    margin-bottom: 9px;
}

.comment-wrap .comment-list li .comment-text .name-n-time {
    float: left;
    display: block;
    text-transform: uppercase;
}

.comment-wrap .comment-list ul {
    padding: 20px 0 15px 55px;
}

.comment-wrap .comment-list ul li {
    border: none;
    padding-bottom: 0;
    margin-bottom: 3px;
}

.comment-wrap .comment-form-warp {
    margin-top: 42px;
}

.comment-wrap .comment-form-warp .btline-title {
    margin-bottom: 37px;
}

.comment-wrap .comment-author {
    font-weight: 600;
}

.comment-form-warp .submit {
    padding: 18px 30px;
    margin-top: 20px;
    background: #f5f5f5;
    letter-spacing: 3px;
    text-align: center;
    font-weight: 700;
    display: inline-block;
    box-sizing: border-box;
    border: none;
    text-transform: uppercase;
    border-radius: 2px;
}


/* blog carousel */

.blog_carousel {
    list-style: none;
}

.blog_carousel_item {
    padding: 0 10px;
}

.cars_post_img_overlay {
    color: #fff;
}

.cars_post_img_overlay:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    text-align: center;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.84) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.84) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.84) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d6000000', GradientType=0);
    /* IE6-9 */
}

.cars_post_img_overlay .post_category {
    position: absolute;
    z-index: 99;
    bottom: 25px;
    padding: 0 20px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
}

.cars_post_img_overlay .post_category a {
    color: #fff;
}

.cars_post_img_overlay .cars_post_title {
    position: absolute;
    z-index: 99;
    bottom: 55px;
    width: 100%;
    font-family: 'Cardo', serif;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: none;
    font-size: 24px;
    margin-top: 5px;
    line-height: 1.2em;
    margin-bottom: 5px;
    padding: 0 20px;
}

.cars_post_img_overlay .cars_post_title a {
    color: #fff;
}

.cars_post_img_overlay .post_meta {
    color: #fff;
    position: absolute;
    z-index: 99;
    bottom: 0;
    text-align: center;
    width: 100%;
    padding: 15px 0;
    background: rgba(0, 0, 0, 0.24);
}

.cars_post_img_overlay .post_meta a {
    color: #fff;
}

.blog_carousel {
    margin-bottom: 25px;
}

.blog_carousel .owl-controls .owl-dots {
    bottom: -32px
}

.blog_carousel .owl-dots .owl-dot span {
    border: 1px solid rgba(0, 0, 0, 0.8);
}

.blog_carousel .owl-dots .owl-dot.active span {
    background: #000;
    border-color: #000;
}

.cars_img_placehilder {
    width: 400px;
    height: 500px;
    background: #000;
}


/*=================================================
10 - Contact Form
=================================================*/

.contact_form,
.wpcf7 {
    padding-top: 4px;
}

.contact_form input[type="text"],
.contact_form input[type="email"],
.contact_form textarea,
.comment-form-warp input[type="text"],
.comment-form-warp textarea,
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea,
input[type="text"],
textarea,
input[type="email"],
input[type="tel"] {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    border: 0;
    border-bottom: 1px solid #eee;
    padding: 12px 14px;
    border-radius: 2px;
    font-family: inherit;
    letter-spacing: 2.5px;
    font-size: 12px;
}

.contact_form textarea,
.wpcf7 textarea {
    margin-bottom: 18px;
    height: 180px;
    max-width: 100%;
}

.contact_form textarea:focus,
input:focus,
select:focus,
textarea:focus {
    outline: none;
}

input[type="submit"] {
    width: inherit;
}

input,
select,
textarea {}

.send_button,
.wpcf7-submit {
    margin-top: 20px;
    border: none;
    background: transparent;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 4px;
}

.contact_form .alert.alert-danger {
    margin-top: 20px;
    background: rgba(228, 25, 25, .75);
    color: #fff;
}

.contact_form .alert.alert-success {
    margin-top: 20px;
    background: rgba(50, 178, 95, .75);
    color: #fff;
}

.contact_form .has-error input[type="text"],
.contact_form .has-error textarea {
    border-color: rgba(228, 25, 25, .75);
}

.contact_form .form-group {
    margin-bottom: 0;
}

.div.wpcf7-response-output {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.wpcf7-not-valid {
    border-color: #f00 !important;
}

.wpcf7-not-valid-tip {
    margin-top: -10px;
}


/*news feed and search box*/

.news_feed,
.search_box,
.woocommerce-product-search {
    margin-bottom: 20px;
}

.news_feed input[type="text"],
.search_box input[type="search"],
.woocommerce-product-search input[type="search"] {
    width: 70%;
    display: inline-block;
    margin: 0;
    border: 0;
    border-bottom: 0px solid #dfdfdf;
    padding: 14px 15px;
    font-family: inherit;
    letter-spacing: 2.5px;
    font-size: 12px;
    float: left;
}

.woocommerce-product-search input[type="search"] {
    background: #f5f5f5
}

.news_feed .send_button,
.search_box .send_button,
.woocommerce-product-search input[type="submit"] {
    width: 30%;
    margin: 0;
    float: left;
    background: #fff;
    padding: 14px 10px;
    font-size: 13px;
}

.woocommerce-product-search input[type="submit"] {
    border: none;
    background: #f5f5f5;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 2;
}

.news_feed .send_button:hover,
.search_box .send_button:hover {
    color: #3d3d3d;
}

.news_feed:after,
.search_box:after,
.woocommerce-product-search:after {
    content: '';
    display: block;
    clear: both;
}

.search_box input[type="search"],
.search_box .send_button {
    background: #fafafa;
}

.search_page_box {
    width: 400px;
    margin: 40px auto 0 auto;
}

.search_page_box input[type="search"],
.search_page_box .send_button {
    background: #fff;
}
 
@media only screen and (max-width:768px) {
    .news_feed input[type="text"],.news_feed .send_button{
        width: 90%;
    }
    .news_feed .send_button{
        border-top: solid 1px #eee;
    }
}

/****  Entries and categories widget ****/

.widget {
    margin-bottom: 50px;
}

.widget_title,
.widgettitle {
    letter-spacing: 4px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
}

.widget_recent_entries ul,
.widget_categories ul,
.widget_product_categories ul,
.widget_recent_comments ul,
.widget_archive ul,
.widget_meta ul,
.widget_pages ul,
.widget_rss ul,
.widget_nav_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget_recent_entries ul li,
.widget_categories ul li,
.widget_product_categories ul li,
.widget_recent_comments ul li,
.widget_archive ul li,
.widget_meta ul li,
.widget_pages ul li,
.widget_rss ul li,
.widget_nav_menu ul li {
    padding: 6px 0;
    border-bottom: 1px solid #eeeeee;
}

.widget_recent_entries li ul,
.widget_categories li ul,
.widget_product_categoriesli ul,
.widget_recent_comments li ul,
.widget_archive li ul,
.widget_meta li ul,
.widget_pages li ul,
.widget_rss li ul,
.widget_nav_menu li ul {
    list-style: initial;
}

.widget_recent_entries ul li li,
.widget_categories ul li li,
.widget_product_categories ul li li,
.widget_recent_comments ul li li,
.widget_archive ul li li,
.widget_meta ul li li,
.widget_pages ul li li,
.widget_rss ul li li,
.widget_nav_menu ul li li {
    margin-left: 20px;
    border-bottom: none;
}

.widget_recent_entries ul li:after,
.widget_categories ul li:after,
.widget_product_categories ul li:after,
.widget_archive ul li:after,
.widget_meta ul li:afte,
.widget_pages ul li:after,
.widget_nav_menu ul li:after {
    content: "\f125";
    font-size: 10px;
    font-family: ionicons;
    float: right;
}

.widget_recent_entries ul li a,
.widget_categories ul li a,
.widget_product_categories ul li a,
.widget_categories ul li a,
.widget_archive ul li a,
.widget_meta ul li a,
.widget_pages ul li a,
.widget_rss ul li a,
.widget_nav_menu ul li a {
    letter-spacing: 2px;
}

.widget_recent_entries ul li a:hover,
.widget_categories ul li a:hover,
.widget_product_categories ul li a:hover,
.widget_recent_comments ul li a:hover,
.widget_archive ul li a:hover,
.widget_meta ul li a:hover,
.widget_pages ul li a:hover,
.widget_rss ul li a:hover,
.widget_nav_menu ul li a:hover {
    color: #000;
}

.widget_rss ul li {
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.rssSummary {
    margin-top: 7px;
}

a.rsswidget,
.rss-date {
    font-size: 14px;
    font-weight: 500;
    padding-right: 5px;
}


/*=================================================
   2 - Plugins CSS 
  =================================================*/


/* 
 *  Core Owl Carousel CSS File
 */

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
    display: none;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* fix */

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item img {
    display: block;
    -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}


/* No Js */

.no-js .owl-carousel {
    display: block;
}


/* 
 *  Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}


/* 
 *  Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}


/* Custom CSS For OWL */

.owl-controls {
    font-size: 14px;
    font-weight: 800;
    width: 100%;
    text-transform: uppercase;
}

.owl-controls .owl-nav div {
    color: #595959;
    opacity: 0.9;
    cursor: pointer;
    font-family: 'Cardo', serif;
}

.owl-controls .owl-nav div:after {
    content: '';
    height: 2px;
    width: 50px;
    background: #555;
    top: 50%;
    margin-right: 6px;
    margin-top: -2px;
    position: absolute;
    z-index: 1;
}

.owl-controls .owl-nav div.owl-prev {
    position: absolute;
    top: 50%;
    margin-top: -24px;
    left: 5%;
}

.owl-controls .owl-nav div.owl-prev:after {
    left: 50px;
}

.owl-controls .owl-nav div.owl-next {
    position: absolute;
    top: 50%;
    margin-top: -24px;
    right: 5%;
}

.owl-controls .owl-nav div.owl-next:after {
    right: 50px;
}

.work-carousel:hover .owl-controls .owl-nav div {
    opacity: 1;
}

.owl-dots {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 10px;
    z-index: 9999;
}

.owl-dots .owl-dot {
    display: inline-block;
}

.owl-dots .owl-dot span {
    display: inline-block;
    margin: 0 5px 0 0;
    cursor: pointer;
    position: relative;
    border: 1px solid rgba(255, 255, 255, .6);
    width: 10px;
    height: 10px;
    float: left;
    border-radius: 50%;
}

.owl-dots .owl-dot span:hover r {
    background: rgba(255, 255, 255, .6);
}

.owl-dots .owl-dot.active span {
    background: #FFF;
    border-color: #FFF;
}

.owl-bg-img {
    background-size: cover;
}

.min_height_750 {
    min-height: 750px !important;
}

.bg_transparent {
    background: transparent !important;
}

.light_color h5,
.light_color h1,
.light_color p {
    color: #fff;
}

.owl-bg-slide-1 {
    background-image: url(../images/home3/slide7.jpg);
}

.owl-bg-slide-2 {
    background-image: url(../images/home3/home2slide.jpg);
}

.owl-bg-slide-3 {
    background-image: url(../images/home3/slide7.jpg);
}

.owl-bg-slide-4 {
    background-image: url(../images/home4/slide2.jpg);
}

.owl-bg-slide-5 {
    background-image: url(../images/home4/slide4.jpg);
}

.owl-bg-slide-6 {
    background-image: url(../images/home4/slide3.jpg);
}

.owl-bg-slide-7 {
    background-image: url(../images/home4/slide5.jpg);
}

.owl-bg-slide-8 {
    background-image: url(../images/home4/slide4.jpg);
}

.owl-bg-slide-9 {
    background-image: url(../images/home5/slide1.jpg);
}

.owl-bg-slide-10 {
    background-image: url(../images/home5/slide2.jpg);
}

.owl-bg-slide-11 {
    background-image: url(../images/home5/slide3.jpg);
}


/* Magnific Popup CSS */

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}


/* Main image in popup */

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}


/* The shadow behind the image */

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

.image-source-link {
    color: #98C3D1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}


/*=================================================
12 - Elements 
=================================================*/


/* button */

.button,
#button {
    padding: 20px 30px;
    background: #f5f5f5;
    letter-spacing: 3px;
    text-align: center;
    font-weight: 700;
    display: inline-block;
    box-sizing: border-box;
    border-radius: 2px;
}


/*Instagram feed*/

.instagram_feed {
    list-style: none;
}

.instagram_feed li {
    width: 25%;
    padding: 5px;
    display: inline-block;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.instagram_feed li:hover {
    opacity: 0.4;
}

.detail_panel_list {
    list-style: none;
}

.detail_panel {
    position: relative;
    margin-bottom: 100px;
}

.detail_panel .detail_panel_info {
    background: #fff;
    width: 600px;
    padding: 100px 80px 110px;
    position: absolute;
    top: 65px;
}

.detail_panel .detail_panel_info h2 {
    margin-bottom: 20px;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.panel_price {
    font-family: 'Cardo', serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    color: #5d5d5d;
    margin-top: 15px;
}

.detail_panel .detail_panel_img {
    margin-left: 25%;
}

.detail_panel_list li:nth-child(even) .detail_panel_info {
    right: 0;
    left: inherit;
}

.detail_panel_list li:nth-child(even) .detail_panel_img {
    margin-left: 0;
    margin-right: 25%;
}

@media only screen and (max-width:1295px) {
    .detail_panel_list li {
        padding-right: 20px;
    }
}

@media only screen and (max-width:1050px) {
    .detail_panel .detail_panel_info {
        width: 100%;
        position: static;
        padding: 70px 80px 80px;
    }
    .detail_panel .detail_panel_img {
        margin-left: 0;
    }
    .detail_panel_list li:nth-child(even) .detail_panel_img {
        margin-left: 0;
        margin-right: 0;
    }
}


/* Infinite scroll */

a#inifiniteLoader {
    position: fixed;
    z-index: 2;
    bottom: 15px;
    right: 10px;
    display: none;
}

.infinite_load {
    margin-top: 40px;
    text-align: center;
    min-height: 50px;
}

.load_more {
    text-transform: uppercase;
    padding: 16px 30px;
    font-size: 11px;
    cursor: pointer;
}

.loading_spinner {
    width: 56px;
    height: 56px;
    margin: 0 auto;
    background-color: #333;
    display: none;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}


/* WP fix and custom */

.wp-caption {}

.wp-caption-text {}

.sticky {}

.screen-reader-text {}

.gallery-caption {}

.bypostauthor {}

.alignright {}

.alignleft {}

.aligncenter {}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 10px 4px 0;
}

.pagination {
    text-align: center;
    margin: 30px auto 0 auto;
    display: block;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 600;
}

.pagination .nav-links a {
    margin: 0 5px;
    color: #555;
}

.pagination .prev {
    margin-right: 10px;
}

.pagination .next {
    margin-left: 10px;
}

.nav-links .current {
    text-decoration: line-through;
}


/* Gallery */

.gallery .gallery-item {
    position: relative;
}

.gallery .gallery-caption {
    position: absolute;
    top: 105%;
    background: #fafafa;
    padding: 15px 20px;
    z-index: 999;
    line-height: 24px;
    display: none;
    -webkit-box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.22);
    box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.22);
}

.gallery .gallery-item:hover .gallery-caption {
    display: block;
}

.gallery .gallery-item .gallery-caption:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fafafa;
    top: -7px;
    left: 9px;
    position: absolute;
}


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

.sticky {
    background: #fafafa;
    padding: 30px;
}

.displynofix {
    display: none !important;
}


/* VS fix and custom */

.wpb_row {
    margin-bottom: 0 !important;
}
.vc_tta-panel-title {
    letter-spacing: 1px;
    font-weight: 400;
}

/* Et Portfolio fix and custom */

.single-portfolio-holder {
    margin-bottom: 0 !important;
}

.wpb_revslider_element.wpb_content_element,
.wpb_content_element {
    margin-bottom: 0 !important
}

.vc_row .container .vc_column_container .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

table {
    width: 100%;
}

.vc_row_cont:after,
.vc_row_cont:before {
    content: " ";
    display: table;
    clear: both;
}


/* 
Extra CSS */

.home_4_container {
    padding: 100px 0 70px;
}

.home_4_section_padding {
    padding-bottom: 5px;
}

.home_5_container {
    padding: 60px 0 70px;
}

.bg_greyshade {
    background: #DDE5F3;
    padding: 80px 0;
}

.bg_darkgreyshade {
    background: #fff;
    padding: 80px 0 0px;
    background-size: cover;
}

.no_bg {
    background: transparent !important;
}

.team_contener {
    padding: 60px 0 0;
}

.service_container_b {
    padding: 80px 0 30px;
}

.mt_25 {
    margin-top: 15px;
}

.mt_20 {
    margin-top: 20px;
}

.mt_30 {
    margin-top: 30px;
}

.mt_40 {
    margin-top: 40px;
}

.mt_60 {
    margin-top: 60px;
}

.mt_80 {
    margin-top: 80px;
}

.mt_180 {
    margin-top: 160px;
}

.mb_25 {
    margin-bottom: 25px;
}

.mb_20 {
    margin-bottom: 20px;
}

.mb_40 {
    margin-bottom: 40px;
}

.mb_35 {
    margin-bottom: 35px;
}

.mb_50 {
    margin-bottom: 50px;
}

.mb_55 {
    margin-bottom: 55px;
}

.mb_60 {
    margin-bottom: 60px;
}

.mb_70 {
    margin-bottom: 70px;
}

.mb_80 {
    margin-bottom: 80px;
}
