/*------------------------------------------------------------------
[Master Style]

Project:    Persona template
Version:    1.1.2

[Components]
    1. Base
        1.1. Heading
        1.2. Buttons
        1.3. Input
        1.4. Preloader
    2. Header, .header
        2.1. Navigation, .navigation
        2.2. Header Search button, .header .search
        2.3. Side pannel button, .side-panel-button
        2.4. Header search form, .header-search-formn
    3. Side panel area, .side-panel-area
        3.1. Side panel widget, .spa-widget
        3.2. Gallery widget, .gallery-widget
        3.3. Contact row, .contact-row
        3.4. Tags items, .tags-items
        3.5. Widget menu, .tags-items
    4. Body
        4.1. Banner block, .banner-block
        4.2. Category item, .category-item
        4.3. Side image block, .col-img
        4.3. Number block item, .number-block-item
        4.4. Portfolio, .portfolio-items
        4.6. Slider, .slider-wrap
        4.7. Testimonials, .testimonials-item
        4.8. Photo carousel, .testimonials-item
        4.9. Pricing, .pricing-item
        4.10. Persona block, .persona-block
        4.11. Blog item, .blog-item
        4.12. Article carousel, .article-carousel
        4.13. Subscribe form, .subscribe-form
        4.14. Main sidebar, .main-sidebar
        4.15. Blog + Portfolio, .main-sidebar
        4.16. Map, .map
        4.17. 404 page, .page-404
        4.18. Page header, .page-header
        4.19. Site content, .site-content
        4.20 Filtering buttons, .button-group
        4.21 Countdown, .countdownHolder
        4.22 Post
            4.22.1 Post navigation, .post-nav
            4.22.2 Post bottom, .post-nav
            4.22.3 Post comments, .post-nav
                4.22.3.1 Post comment items, .comments-wrap
                4.22.3.2 Post comment form, .comments-wrap
        4.23. Pagination / .pagination
        4.24. Icon box 1 / .icon-box1
        4.25. Icon box 2 / .icon-box2
        4.26. Team item / .team-item
        4.27. Video background / .video-bg
        3.28. Product item / .product item
        3.29. Product single item
        3.30. Product cart
        3.31. Woocommerce notice
        3.32. Woocommerce checkout
    5. Footer, .footer
        5.1. Footer menu, .footer .menu
        5.2. Copyright, .copyright
        5.2. Social links, .social-links
    
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[ 1. Base ]
*/

/* ++ Editor Styles */
.what_we_do_post_container
{
    width: 300px !important;
    display: inline-block;
    margin-left: 54px;
}
.what_we_do_text
{
 position:relative;
 background-color:#f2f2f2;
 height:25em;
padding:1em 1.5em;
text-align:left;
}
.hwd-container .box-whatwedo:nth-child(2) .what_we_do_text,
.hwd-container .box-whatwedo:nth-child(5) .what_we_do_text{
background:#018dca;
color:#fff;
}
.what_we_do_text h3{
font-size:1.5em;
}
.hwd-container .box-whatwedo:nth-child(2) .what_we_do_text:after,
.hwd-container .box-whatwedo:nth-child(5) .what_we_do_text:after {
    content:'';
    position: absolute;
    top: 100%;
    left: 20%;
    margin-left: -50px;
    width: 0;
    height: 0;
    border-top: solid 19px #018dca;
    border-left: solid 18px transparent;
    border-right: solid 18px transparent;
}
.hwd-container .box-whatwedo:nth-child(1) .what_we_do_text:after,
.hwd-container .box-whatwedo:nth-child(3) .what_we_do_text:after,
.hwd-container .box-whatwedo:nth-child(4) .what_we_do_text:after,
.hwd-container .box-whatwedo:nth-child(6) .what_we_do_text:after{
content: '';
    position: absolute;
    bottom: 100%;
    left: 20%;
    margin-left: -50px;
    width: 0;
    height: 0;
    border-bottom: solid 19px #f2f2f2;
    border-left: solid 18px transparent;
    border-right: solid 18px transparent;
}
.what_we_do_image{
overflow:hidden;
}
.what_we_do_text{
}
.what_we_do_image img{
float:left;
}

.sticky {}

.screen-reader-text {}

.bypostauthor {}
.dynamic_full_width
{
 width:100% !important;
 padding:0px !important;
 margin:0px !important;
}
/* .page-id-921,
.page-id-923,
.page-id-925,
.page-id-927,
.page-id-929,
.page-id-931,
.page-id-933,
.page-id-935,
.page-id-1604,
.page-id-1611{
background: #fff;
} */
#sidepaneltextstyle{
    font-size: 0.92em;
    line-height: 1.55em;
    /* font-weight: 300; */
}
.heading-full-bg {
    margin-bottom: 0.8em;
}
.soi-heading{
margin:0px 0 3.1em;
color: #fff;
padding: 1.6em 1.2em;
background:#346c8f;
}
.fw-container-fluid.soi-to-container{
padding-left:0;
padding-right:0;
margin-bottom:.9em;
}
.blog-item p.highlight-quotes,
p.highlight-quotes{
font-size: 1.5em;
padding: 1em;
line-height: 1.5em;
background: #f5f5f5;
}
.highlight-quotes .fa{
color:#ccc;
}
.content-white-bg {
    background: white;
    padding: 1.4em;
    padding-bottom: 2.5em;
}
.highlight_organization,.highlight_innovation
{
font-size: 1.4em !important;
    color: #5c1916 !important;
    line-height: 1.4em;
    font-style: italic;
}
body {
text-align:justify;
}
.highlights
{
 font-size:120%;
 font-style:italic;
}
.special_heading
{
 font-size:20px;
}
/* -- Editor Styles */


aside, nav, footer, header, section { 
    display: block;
}

body {
    margin: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #1b1818;
    background: #eee;
    position: relative;
    background-color: #fff;
}

.white-background {
    background: #fff;
}

body.open-sideblock #all,
body.open-sideblock .header {
    left: -320px;
}

a {
    color: inherit;
}
img {
    border: none;
    height: auto;
}
input, textarea, button, select,a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
input, textarea, button, select {
    font-family: 'Raleway', sans-serif;
}
input::-webkit-input-placeholder {
    color: inherit;
}
input::-moz-placeholder {
    color: inherit;
}
input:-moz-placeholder {
    color: inherit;
}
input:-ms-input-placeholder {
    color: inherit;
}

textarea::-webkit-input-placeholder {
    color: inherit;
}
textarea::-moz-placeholder {
    color: inherit;
}
textarea:-moz-placeholder {
    color: inherit;
}
textarea:-ms-input-placeholder {
    color: inherit;
}
*:focus {
    outline: none;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.tal {
    text-align: left;
}
.tar {
    text-align: right;
}
.tac {
    text-align: center;
}
.cell {
    display: table-cell;
    vertical-align: middle;
}

figure {
    margin: 0;
}

pre {
    background: #ccc;
    padding: 10px 20px;
}

dl {
    margin: 0 20px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 0 20px;
}

table {
    width: 100%;
    border: 1px solid #3c3c3b;
    border-collapse: collapse;
}

table td, table th {
    border: 1px solid #3c3c3b;
    padding: 5px 15px;
}

pre {
    width: 100%;
}

.gallery .gallery-item {
    margin: 0;
    display: inline-block;
    vertical-align: text-bottom;
}

.gallery .gallery-item .wp-caption-text {
    display: none;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    width: 49%;
} 

.gallery-columns-3 .gallery-item {
    width: 33%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery .gallery-icon {}

.gallery .gallery-icon a {
    position: relative;
}

.search-form input[type="search"] {
    width: 175px;
}

.page-content {
    padding-bottom: 30px;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    margin: 0;
    padding: 0;
}

.dark-bg {
    color: #fff;
}

[class ^= "fw-col"],
[class *= "fw-col"] {
    background-position: 50%;
    background-size: cover;
}

.dark-overlay {
    color: #fff;
    background: #018DCA;
}

#all {
    left: 0;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.5s ease;
}

.button-close {
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.button-close:hover {
    transform: rotate(180deg);
}

.button-close i {}

.centered-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.uppercase {
    text-transform: uppercase;
}

.p-text {
    font-style: italic;
    line-height: 1.500em;
}

blockquote {
    font-size: 1.125em;
    /* font-weight: 300; */
    line-height: 1.667em;
    position: relative;
    /*padding: 65px 0 25px;*/
	padding: 35px 0 20px;
    margin: 30px 0;
    font-style: italic;
    /*background: url(../images/blockquote.png) 50% 20px no-repeat;*/
    background-size: 26px;
    text-align: center;
}

blockquote:after,
blockquote:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 1px;
    /*background: #d5d5d5;*/
}

blockquote:after {
    top: inherit;
    bottom: 0;
}

blockquote .post {
    display: block;
    font-weight: bold;
    margin-top: 2em;
    line-height: 0.889em;
}

.edit-link {
    margin: 15px 0;
    display: block;
}

.edit-link a {
    text-decoration: none;
    font-style: italic;
}

.edit-link:before {
    content: "\e852";
    display: inline-block;
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    margin-right: 10px;
}

main.fw-main-row {
    min-height: 600px;
}

.demo-img {
    margin-bottom: 30px;
}

.demo-img > a {
    display:block;
    box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.demo-img:hover > a {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.demo-img > a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.demo-img:hover > a:after {
    background: #000;
    opacity: .1;
}

.demo-img img {
    vertical-align: bottom;
}

.demo-img p {
    display: none;
}

.demo-img h5 {
    text-transform: uppercase;
    min-height: 2em;
}

@media (min-width: 1200px) {
    #demo_container .fw-container {
        max-width: 1395px;
        width: 100%;
    }
}

/*------------------------------------------------------------------
[1.1. Heading ]
*/

h1,.h1,
h2,.h2,
h3,.h3,
h4,.h4,
h5,.h5,
h6,.h6 {
    margin: 20px 0;
}

h1 a,.h1 a,
h2 a,.h2 a,
h3 a,.h3 a,
h4 a,.h4 a,
h5 a,.h5 a,
h6 a,.h6 a {
    text-decoration: none;
}

h1,
.h1 {
    font-size: 3.750em; /* 16px/60px */
    line-height: 1.250em;
    font-weight: 700;
}

h2,
.h2 {
    font-size: 2.65em; /* 16px/36px */
    line-height: 1em;
    font-weight: 700;
}

h3,
.h3 {
    font-size: 1.875em; /* 16px/30px */
    line-height: 1em;
    font-weight: 700;
}

h4,
.h4 {
    font-size: 1.500em; /* 16px/24px */
    line-height: 1em;
    font-weight: 700;
}

h5,
.h5 {
    font-size: 1.125em; /* 16px/18px */
    line-height: 1em;
    font-weight: 700;
}

h6,
.h6 {
    font-size: 1em; /* 16px */
    line-height: 1em;
    font-weight: 700;
}

.heading-decor {
    text-align: center;
    padding: 35px 0 20px;
    text-transform: uppercase;
}

.heading-decor h1 {margin: 0;}

.heading-decor h2 {
    margin: 0;
}

.heading-decor h5 {
    margin: 0 0 5px;
}

.heading-decor:after {
    content: "";
    background: #36454f;
    width: 30px;
    height: 4px;
    display: inline-block;
}

.dark-bg .heading-decor:after,
.dark-overlay .heading-decor:after {
    background: #fff;
}

/*------------------------------------------------------------------
[1.2. Buttons ]
*/

input[type="button"], 
input[type="submit"], 
button {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    background: #2c2c2c;
    color: #fff;
    padding: 14px 25px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    border: none;
    line-height: 16px;
}

.dark-bg input[type="button"], 
.dark-bg input[type="submit"], 
.dark-bg button {
    background: #fff;
    color: #2c2c2c
}

.button-style1 {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    background: #2c2c2c;
    color: #fff;
    padding: 14px 35px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    border: none;
}

.button-style1:hover {
    background: #fff;
    color: #2c2c2c;
    box-shadow: inset 0 0 0 1px #2c2c2c;
}

.button-style1 span {
    position: relative;
    z-index: 2;
}

.button-style2 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    background: #000;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid #fff;
    line-height: 18px;
    padding: 10px 17px;
    border-radius: 10px;
    cursor: pointer;
}

.button-style2 span {}

.button-style2:hover {
    background: #000;
}

.button-style3 {
    background: #1b1818;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    padding: 13px 25px;
    display: inline-block;
    border: none;
    cursor: pointer;
}

.button-style3.grey {
    background: #f2f2f2;
    color: #a6a6a6;
    border: 1px solid #d5d5d5;
}

.button-style3.big {
    font-size: 14px;
    font-weight: 600;
    padding: 11px 20px;
    min-height: 40px;
}

.button-style3:hover {
    background: #fff;
    color: #1b1818;
    box-shadow: inset 0 0 0 1px #1b1818;
}

.button-style3 i {
    margin-right: 20px;
}

.button-style3.big i {
    font-size: 1.5em;
    vertical-align: middle;
}

.button-style3 span {
    vertical-align: middle;
}

.button-style3.white {
    color: #a6a6a6;
    background: #fff;
}

.dark-bg .button-style3.white {
    color: #000;
}

body.white-background .button-style3.white {
    box-shadow: inset 0 0 0 1px #a7a7a7;
}

.button-style3.white-dark {
    color: #000;
    background: #fff;
}

.button-style3.white:hover,
.button-style3.white-dark:hover {
    background: #1b1818;
    color: #fff;
}

/*------------------------------------------------------------------
[1.3. Input ]
*/

input[type="text"], 
input[type="tel"], 
input[type="email"], 
input[type="password"], 
input[type="number"], 
input[type="search"], 
input[type="time"], 
input[type="url"] {
    border: none;
    background: none;
    font-size: 1em;
    font-weight: 600;
    border-bottom: 2px solid #2c2c2c;
    font-style: italic;
    padding: 10px 20px;
    margin-bottom: 20px;
    display: inline-block;
    line-height: 22px;
}

.dark-bg input[type="text"], 
.dark-bg input[type="tel"], 
.dark-bg input[type="email"], 
.dark-bg input[type="password"], 
.dark-bg input[type="number"], 
.dark-bg input[type="search"], 
.dark-bg input[type="time"], 
.dark-bg input[type="url"] {
    border-color: #fff;
}

input.style1,
textarea.style1,
.input-text {
    border: none;
    background: none;
    font-size: 1em;
    font-weight: 600;
    border-bottom: 2px solid #2c2c2c;
    font-style: italic;
    padding: 10px 20px;
    margin-bottom: 20px;
    display: block;
    width: 100%;
}

textarea.style1,
.input-text {
    border: 2px solid #2c2c2c;
    resize: none;
    background: rgba(255, 255, 255, 0.39);
}



/*------------------------------------------------------------------
[1.4. Preloader ]
*/

@-webkit-keyframes preloader {
    0% {
        -ms-transform: rotateX(0deg) rotateY(0deg);
        -moz-transform: rotateX(0deg) rotateY(0deg);
        -webkit-transform: rotateX(0deg) rotateY(0deg);
        -o-transform: rotateX(0deg) rotateY(0deg);
        transform: rotateX(0deg) rotateY(0deg);
    }
    25% {
        -ms-transform: rotateX(180deg) rotateY(0deg);
        -moz-transform: rotateX(180deg) rotateY(0deg);
        -webkit-transform: rotateX(180deg) rotateY(0deg);
        -o-transform: rotateX(180deg) rotateY(0deg);
        transform: rotateX(180deg) rotateY(0deg);
    }
    50% {
        -ms-transform: rotateX(180deg) rotateY(180deg);
        -moz-transform: rotateX(180deg) rotateY(180deg);
        -webkit-transform: rotateX(180deg) rotateY(180deg);
        -o-transform: rotateX(180deg) rotateY(180deg);
        transform: rotateX(180deg) rotateY(180deg);
    }
    75% {
        -ms-transform: rotateX(0deg) rotateY(180deg);
        -moz-transform: rotateX(0deg) rotateY(180deg);
        -webkit-transform: rotateX(0deg) rotateY(180deg);
        -o-transform: rotateX(0deg) rotateY(180deg);
        transform: rotateX(0deg) rotateY(180deg);
    }
    100% {
        -ms-transform: rotateX(0deg) rotateY(0deg);
        -moz-transform: rotateX(0deg) rotateY(0deg);
        -webkit-transform: rotateX(0deg) rotateY(0deg);
        -o-transform: rotateX(0deg) rotateY(0deg);
        transform: rotateX(0deg) rotateY(0deg);
    }
}

@keyframes preloader {
    0% {
        -ms-transform: rotateX(0deg) rotateY(0deg);
        -moz-transform: rotateX(0deg) rotateY(0deg);
        -webkit-transform: rotateX(0deg) rotateY(0deg);
        -o-transform: rotateX(0deg) rotateY(0deg);
        transform: rotateX(0deg) rotateY(0deg);
    }
    25% {
        -ms-transform: rotateX(180deg) rotateY(0deg);
        -moz-transform: rotateX(180deg) rotateY(0deg);
        -webkit-transform: rotateX(180deg) rotateY(0deg);
        -o-transform: rotateX(180deg) rotateY(0deg);
        transform: rotateX(180deg) rotateY(0deg);
    }
    50% {
        -ms-transform: rotateX(180deg) rotateY(180deg);
        -moz-transform: rotateX(180deg) rotateY(180deg);
        -webkit-transform: rotateX(180deg) rotateY(180deg);
        -o-transform: rotateX(180deg) rotateY(180deg);
        transform: rotateX(180deg) rotateY(180deg);
    }
    75% {
        -ms-transform: rotateX(0deg) rotateY(180deg);
        -moz-transform: rotateX(0deg) rotateY(180deg);
        -webkit-transform: rotateX(0deg) rotateY(180deg);
        -o-transform: rotateX(0deg) rotateY(180deg);
        transform: rotateX(0deg) rotateY(180deg);
    }
    100% {
        -ms-transform: rotateX(0deg) rotateY(0deg);
        -moz-transform: rotateX(0deg) rotateY(0deg);
        -webkit-transform: rotateX(0deg) rotateY(0deg);
        -o-transform: rotateX(0deg) rotateY(0deg);
        transform: rotateX(0deg) rotateY(0deg);
    }
}

#page-preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
}

#page-preloader .spinner {
    -webkit-perspective: 500px;
    perspective: 500px;
}

#page-preloader img {
    vertical-align: bottom;
    -webkit-animation: preloader 1.5s linear infinite;
    -moz-animation: preloader 1.5s linear infinite;
    -ms-animation: preloader 1.5s linear infinite;
    -o-animation: preloader 1.5s linear infinite;
    animation: preloader 3.0s ease-in-out infinite;
    transform-origin: 50% 50%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    max-width: 90px;
}

/*------------------------------------------------------------------
[ 2. Header, .header ]
*/

.header {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.5s ease;
    height: 70px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.admin-bar .header {
    top: 32px;
}

.widget_search .button-close {
    display: none;
}

.header.transperent-bg {
    background: rgba(255, 255, 255, 0.9);
}

body.open-sideblock .header {}

.header .logo {
    float: left;
    /*max-width: 169px;*/
    margin: 0;
    /*font-size: 2.2em;
    font-weight: 700;*/
	margin-left:35px;
    display: flex;
    align-items: center;
    height: 70px;
}
.header .logo img{
	width:162px;
}
.footer_logo img{
	width:162px;
}
@media screen and (max-width: 768px){
	.header .logo {
		margin-left:50px;
	}
}
.header .logo a {
    text-decoration: none;
    color: #1b1818;
    /*display: table-cell;
    vertical-align: middle;
    height: 70px;*/
}

.header .logo img {
    /*vertical-align: middle;*/
    margin-top: 6px;
}

.header .fr {}

.header-space {
    height: 70px;
}

.ypromo-site-bar-body .header-space {
    height: 150px;
}

/*------------------------------------------------------------------
[ 2.1. Navigation, .navigation ]
*/

.navigation {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.813em;
    float: left;
}

.navigation ul {
    padding: 0;
    margin: 0;
}

.navigation ul li {
    display: block;
}

.navigation ul li a {
    text-decoration: none;
    display: block;
    position: relative;
}

.navigation > ul {}

.navigation > ul > li {
    float: left;
    position: relative;
}

.navigation > ul > li:not(:last-of-type) {
}

.navigation > ul > li > a {
    padding: 27px 12.5px 25px;
    line-height: 18px;
}

.navigation ul li.current-menu-item > a,
.navigation ul li.current-menu-parent > a,
.navigation ul li.current-menu-ancestor > a,
.navigation ul li.current_page_item > a,
.navigation ul li.current_page_parent > a,
.navigation ul li:hover > a {
    color: #018dca;
	background:#fff;
}

.navigation .child-img.go + .sub-menu {
    padding-left: 200px; 
    left: -185px; 
    min-height: 270px;
}

.navigation > ul > li .sub-menu,
.navigation > ul > li .children {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 100%;
    left: 0;
    background: #f8f8f8;
    background-size: cover;
    background-position: 50% 0;
    padding: 15px 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}

.navigation ul li:hover > .sub-menu,
.navigation ul li:hover > .children {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.navigation > ul > li .sub-menu li,
.navigation > ul > li .children li {
    padding: 8px 0;
    position: relative;
}

.navigation > ul > li .sub-menu li:not(:last-of-type),
.navigation > ul > li .children li:not(:last-of-type) {
    /* border-bottom: 1px solid #e2e2e2; */
}

.navigation > ul > li .sub-menu li a,
.navigation > ul > li .children li a {
    font-size: 0.923em;
    white-space: nowrap;
}

.navigation > ul > li .sub-menu li.menu-item-has-children a,
.navigation > ul > li .children li.page_item_has_children a {
    padding-right: 20px;
}

.navigation > ul > li .sub-menu li.menu-item-has-children > a:after,
.navigation > ul > li .children li.page_item_has_children > a:after,
.spa-widget ul.menu li.menu-item-has-children > a:after,
.spa-widget ul.menu li.page_item_has_children > a:after {
    content: "\e80a";
    font-family: "icons";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.7em;
}

.navigation > ul > li .sub-menu li.current-menu-item a,
.navigation > ul > li .sub-menu li.current-menu-parent a,
.navigation > ul > li .children li.current-menu-parent a {}

.navigation > ul > li .sub-menu .sub-menu,
.navigation > ul > li .children .children {
    top: -15px;
    left: 100%;
    margin-left: 15px;
    background: #ececec;
}

.navigation > ul > li .sub-menu .sub-menu .sub-menu,
.navigation > ul > li .children .children .children {
    background: #f2f2f2;
}

/*------------------------------------------------------------------
[ 2.2. Header Search button, .header .search ]
*/

.header .search {
    float: left;
    margin: 30px 0 0 40px;
    cursor: pointer;
    font-size: 1em;
    height: 100%;
}

.header .search i {}

/*------------------------------------------------------------------
[ 2.3. Side pannel button, .side-panel-button ]
*/

.side-panel-button {
    float: left;
    width: 26px;
    height: 16px;
    position: relative;
    margin: 27px 0 0 25px;
    cursor: pointer;
	position:absolute;
	left:0;
}

.side-panel-button div {
    height: 2px;
    background: #212121;
    margin: 7px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.side-panel-button.active div {
    transform: scaleX(0);
}

.side-panel-button:after,
.side-panel-button:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    background: #212121;
    height: 2px;
    transform-origin: 0px 1px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.side-panel-button.active:after,
.side-panel-button.active:before {
    transform: rotate(45deg);
}

.side-panel-button:after {
    top: inherit;
    bottom: 0;
}

.side-panel-button.active:after {
    transform: rotate(-45deg);
}

/*------------------------------------------------------------------
[ 2.4. Header search form, .header-search-formn ]
*/

.header .header-search-form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header .header-search-form.active {
    opacity: 1;
    visibility: visible;
}

.header .header-search-form .submit {
    border: none;
    border-right: 1px solid #b3b3b3;
    background: #fff;
    font-size: 1.5em;
    padding: 0 31px;
    vertical-align: top;
    height: 100%;
    cursor: pointer;
    z-index: 1;
    position: relative;
    color: #000;
}

.header .header-search-form .input {
    padding: 31px 30px;
    height: 100%;
    border: none;
    margin: 0;
    font-size: 1.5em;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 85px;
    right: 16px;
}

.header .header-search-form .button-close {
    display: block;
    position: absolute;
    top: 50%;
    right: 56px;
    transform: translateY(-50%);
}

.header-search-form .button-close {
    display: none;
}

.header .header-search-form .button-close i {}

/*------------------------------------------------------------------
[ 3. Side panel area, .side-panel-area ]
*/

.side-panel-area {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -475px;
    overflow: hidden;
    width: 320px;
    z-index: 200;
    background: #1b1818;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.5s ease;
}

.side-panel-area select {
    color: #000;
}

.admin-bar .side-panel-area {
    top: 32px;
}

.side-panel-area.active {
    right: 0;
}

.side-panel-area h5 {
    /*text-transform: uppercase;*/
}

.side-panel-area .wrap {
    overflow: hidden;
    overflow-y: auto;
    position: absolute;
    top: 55px;
    bottom: 0;
    padding: 0px 35px 0 30px;
    margin-right: -40px;
    max-width: 320px;
}

.side-panel-area .button-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
}

.side-panel-area .copyrighting {
    font-size: 0.750em;
    /* font-weight: 300; */
    margin: 30px 0;
    line-height: 1.333em;
}

/*------------------------------------------------------------------
[ 3.1. Side panel widget, .spa-widget ]
*/

.spa-widget {
    margin-bottom: 30px;
}

.spa-widget h5 {
    /*text-transform: uppercase;*/
}

.spa-widget p {
    font-size: 0.875em;
    line-height: 1.714em;
    font-weight: 500;
}

/*------------------------------------------------------------------
[ 3.2. Gallery widget, .gallery-widget ]
*/

.gallery-widget {
    margin: 0 0 -15px -15px;
}

.gallery-widget .fw-row {}

.gallery-widget [class^="fw-col"] {
    padding: 0 0 15px 15px;
}

.gallery-widget a {
    display: block;
}

.gallery-widget a:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.gallery-widget img {
    vertical-align: bottom;
    max-width: none;
}

/*------------------------------------------------------------------
[ 3.3. Contact row, .contact-row ]
*/

.contact-row {
    font-size: 0.875em;
    line-height: 1.714em;
    font-weight: 500;
    font-style: italic;
}

.contact-row .label {
    float: left;
    font-weight: bold;
}

.contact-row .value {
    margin-left: 65px;
}

/*------------------------------------------------------------------
[ 3.4. Tags items, .tags-items ]
*/

.tags-items {
    margin-bottom: -20px;
    margin-right: -20px;
}

.tags-items.min,
.tagcloud {
    margin-bottom: -15px;
    margin-right: -20px;
}

.tags-items a,
.tagcloud a {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.875em;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid #1b1818;
    padding: 9px 23px;
    border-radius: 8px;
    margin: 0 20px 20px 0;
}

.tags-items a:hover,
.tagcloud a:hover {
    background: #1b1818;
    color: #fff;
}

.dark-bg .tags-items a,
.dark-overlay .tags-items a,
.dark-bg .tagcloud a {
    border: 1px solid #fff;
}

.dark-bg .tags-items a:hover,
.dark-overlay .tags-items a:hover,
.dark-bg .tagcloud a:hover {
    background: #fff;
    color: #1b1818;
}

.tags-items.min a,
.tagcloud a {
    font-size: 0.725em;
    padding: 7px 15px;
    border-radius: 5px;
    margin: 0 20px 15px 0;
}

.tagcloud a {
    font-size: 0.725em !important;
}

/*------------------------------------------------------------------
[ 3.5. Widget menu, .tags-items ]
*/

.spa-widget ul.menu,
.widget_categories ul,
.widget_recent_entries ul,
.widget_archive ul,
.widget_meta ul,
#recentcomments,
.widget_pages ul,
.widget_rss ul {
    padding: 0;
    margin: 20px 0;
}

.mob-navigation {
    display: none;
}

.spa-widget ul.menu li,
.widget_categories ul li,
.widget_recent_entries ul li,
.widget_archive ul li,
.widget_meta ul li,
#recentcomments li,
.widget_pages ul li,
.widget_rss ul li {
    display: block;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.widget_rss ul li {
    margin: 15px 0;
    padding-bottom: 15px;
}

.widget_categories ul li ul,
.widget_recent_entries ul li ul,
.widget_archive ul li ul,
.widget_meta ul li ul,
.widget_pages ul li ul {
    padding-left: 30px;
    margin: 0 0 -1px;
    border-top: 1px solid #f2f2f2;
}

.spa-widget ul.menu li.current-menu-item > a {}

.spa-widget ul.menu li .sub-menu,
.spa-widget ul.menu li .children  {
    padding-left: 15px;
    border-top: 1px solid #f2f2f2;
    margin-bottom: -1px;
    display: none;
    background: none !important;
}

.dark-bg .spa-widget ul.menu li {
    border-bottom: 1px solid #444444;
}

.spa-widget ul.menu li a,
.widget_categories ul li a,
.widget_recent_entries ul li a,
.widget_archive ul li a,
.widget_meta ul li a,
#recentcomments li,
.widget_pages ul li a {
    text-decoration: none;
    display: block;
    padding: 15px 0;
    position: relative;
}

.widget_categories ul li a,
.widget_recent_entries ul li a,
.widget_archive ul li a,
.widget_meta ul li a {
    display: inline-block;
}

.spa-widget ul.menu li.current-menu-item > a,
.spa-widget ul.menu li.current-menu-parent > a,
.spa-widget ul.menu li.current_page_item > a,
.spa-widget ul.menu li.current_page_ancestor > a, 
.spa-widget ul.menu li:hover > a,
.widget_categories ul li:hover > a,
.widget_recent_entries ul li:hover > a,
.widget_archive ul li:hover > a,
.widget_meta ul li:hover > a {
    color: #b70000;
}

.spa-widget ul.menu li.current-menu-item,
.spa-widget ul.menu li.current-menu-parent,
.spa-widget ul.menu li.current_page_item,
.spa-widget ul.menu li.current_page_ancestor, 
.spa-widget ul.menu li:hover,
.widget_categories ul li:hover,
.widget_recent_entries ul li:hover,
.widget_archive ul li:hover,
.widget_meta ul li:hover {
    border-color: #b70000;
}

.dark-bg .spa-widget ul.menu li.current-menu-item > a,
.dark-bg .spa-widget ul.menu li.current-menu-parent > a,
.spa-widget ul.menu li.current_page_ancestor > a, 
.spa-widget ul.menu li.current_page_item > a,
.dark-bg .spa-widget ul.menu li:hover > a,
.dark-bg .widget_categories ul li:hover > a,
.dark-bg .widget_recent_entries ul li:hover > a,
.dark-bg .widget_archive ul li:hover > a,
.dark-bg .widget_meta ul li:hover > a {
    color: #ea8d8d;
}

.dark-bg .spa-widget ul.menu li.current-menu-item,
.dark-bg .spa-widget ul.menu li.current-menu-parent,
.spa-widget ul.menu li.current_page_ancestor,
.spa-widget ul.menu li.current_page_item,
.dark-bg .spa-widget ul.menu li:hover,
.dark-bg .widget_categories ul li:hover,
.dark-bg .widget_recent_entries ul li:hover,
.dark-bg .widget_archive ul li:hover,
.dark-bg .widget_meta ul li:hover {
    border-color: #ea8d8d;
}

.spa-widget ul.menu li a:after {
    font-size: 0.6em;
    right: 2px;
}

/*------------------------------------------------------------------
[ 4. Body ]
*/

/*------------------------------------------------------------------
[ 4.1. Banner block, .banner-block ]
*/

.banner-block {}

.banner-block.slider .owl-prev,
.banner-block.slider .owl-next {
    position: absolute;
    top: 50%;
    font-size: 2em;
    color: #fff;
    margin-top: -28px;
}

.banner-block.slider .owl-prev {
    left: 30px;
}

.banner-block.slider .owl-next {
    right: 30px;
}

.banner-block .item {
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: 50%;
    overflow: hidden;
}

.banner-block .item.prod .h2 {
    margin-bottom: 0;
}

.banner-block .item.prod .h2 span {
    position: relative;
}

.banner-block .item.prod .h2 span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    height: 2px;
    background: #000;
}

.banner-block .item.prod.dark-bg .h2 span:after {
    background: #fff;
}

.banner-block.full-screen-block .item {
    height: 100vh;
}

.banner-block .item .h1 {
    margin: 0 0;
}

.banner-block .item p {
    margin: 10px 0 20px;
    line-height: 1.8em;
    max-width: 570px;
}

.banner-block .item.prod p {
    font-size: 1.125em;
}

.banner-block .item.tar p {
    float: right;
}

.banner-block .item.tac p {
    margin: 10px auto 25px;
}

.banner-block .item p.big {
    font-size: 1.500em;
    line-height: 1.500em;
    /* font-weight: 300; */
    font-style: italic;
    margin: 1em 0 1.2em;
}

.banner-block .item .button-style1 {
}

/*------------------------------------------------------------------
[ 4.2. Category item, .category-item ]
*/

.category-item {
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    background-position: 50%;
    background-size: cover;
}

.category-item:after {
    content: "";
    display: block;
    padding-bottom: 85%;
    background-image: -moz-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0.5) 52%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0.5) 52%, rgba(0,0,0,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0.5) 52%, rgba(0,0,0,0) 100%);
    opacity: 0.502;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.category-item.rectangle:after {
    padding-bottom: 55%;
}

.category-item:hover:after {
    background-image: -moz-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0.8) 80%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0.8) 80%, rgba(0,0,0,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0.8) 80%, rgba(0,0,0,0) 100%);
}

.category-item img {
    display: none;
}

.category-item .button-style2 {
    position: absolute;
    z-index: 2;
}

.category-item-desc {
    text-align: center;
    font-size: 0.875em;
    line-height: 1.714em;
    /* font-weight: 300; */
    margin-bottom: 30px;
}

/*------------------------------------------------------------------
[ 4.3. Side image block, .col-img ]
*/

.col-img {}

.col-img div {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    bottom: 0;
    background-size: cover;
    background-position: 50%;
}

.col-img div img {
    display: none;
}

/*------------------------------------------------------------------
[ 4.3. Number block item, .number-block-item ]
*/

.number-block-item {
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 25px;
    padding-bottom: 15px;
    overflow: hidden;
}

.number-block-item .num {
    float: left;
    font-weight: bold;
    font-size: 3.750em;
    color: #d5d5d5;
}

.number-block-item .text {
    margin-left: 100px;
}

.number-block-item .h5 {
    font-weight: bold;
    margin: 0 0 0;
}

.number-block-item p {
    font-size: 0.875em;
    font-style: italic;
    line-height: 1.286em;
    margin: 0;
    padding: 10px 0 0;
}

/*------------------------------------------------------------------
[ 4.4. Portfolio, .portfolio-items ]
*/

.portfolio-items {}

.portfolio-item {
    padding: 0;
    position: relative;
}

.portfolio-item.img {
    margin-bottom: 30px;
}

.portfolio-items .portfolio-item.img {
    padding: 0 15px;
}

.portfolio-item:not(.img):after {
    content: "";
    display: block;
    margin-bottom: 100%;
}

@media screen and (min-width: 992px){
    .portfolio-item.row1:after {
        margin-bottom: 50%;
    }
    .portfolio-item.row2:after {
        margin-bottom: 200%;
    }
}

.portfolio-item img {
    vertical-align: bottom;
}

.portfolio-item > div {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    background-size: cover;
    background-position: 50%;
}

.portfolio-item a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-align: center;
    opacity: 0;
    visibility: hidden;
}

.portfolio-items .portfolio-item.img a {
    left: 15px;
    right: 15px;
}

.portfolio-item:hover a {
    opacity: 1;
    visibility: visible;
}

.portfolio-item a > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    padding: 0 15px;
    max-width: 480px;
}

.portfolio-item .h5 {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.portfolio-item a span {
    font-style: italic;
}

.portfolio-slider {
    margin-bottom: 35px;
}

.portfolio-slider .owl-next,
.portfolio-slider .owl-prev {
    top: 50%;
    transform: translatey(-50%);
    position: absolute;
    font-size: 2em;
}

.portfolio-slider .owl-prev {
    left: -40px;
}

.portfolio-slider .owl-next {
    right: -40px;
}

.load-items {
    display: none;
}

/*------------------------------------------------------------------
[ 4.6. Slider, .slider-wrap ]
*/

.slider-wrap {}

.slider-wrap .item {}

.slider-wrap .owl-prev,
.slider-wrap .owl-next,
.article-carousel .owl-prev,
.article-carousel .owl-next {
    position: absolute;
    top: 50%;
    color: #797979;
    font-size: 1.5em;
    transform: translateY(-50%);
}

.slider-wrap .owl-prev {
    left: -95px;
}

.slider-wrap .owl-next {
    right: -95px;
}

.fw-container-fluid .slider-wrap .owl-prev {
    left: -30px;
}

.fw-container-fluid .slider-wrap .owl-next {
    right: -30px;
}

/*------------------------------------------------------------------
[ 4.7. Testimonials, .testimonials-item ]
*/

.testimonials-item {
    text-align: center;
}

.slider-wrap .testimonials-item {
    max-width: 960px;
    margin: 0 auto;
	font-size: 0.92em;
    line-height: 1.714em;
    /* font-weight: 300; */
}

.testimonials-item .avatar {
    width: 102px;
    margin: 0 auto;
}

.testimonials-item .avatar img {
    max-width: 102px;
    border-radius: 50%;
}

.testimonials-item blockquote {
    margin: 20px 0;
}

/*------------------------------------------------------------------
[ 4.8. Photo carousel, .testimonials-item ]
*/

.photo-carousel {
    margin-bottom: 30px;
}

.photo-carousel .item {
    overflow: hidden;
    background-position: 50%;
    background-size: cover;
}

.photo-carousel .item:after {
    content: "";
    display: block;
    margin-bottom: 85%;
}

.photo-carousel .item img {
    display: none;
}

.photo-carousel .item a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
}

/*------------------------------------------------------------------
[ 4.9. Pricing, .pricing-item ]
*/

.pricing-item {
    background: #fff;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.pricing-item .top {
    background-color: #2c2c2c;
    background-size: cover;
    background-position: 50%;
    color: #fff;
    text-align: center;
    overflow: hidden;
    padding-bottom: 10px;
    position: relative;
}

.pricing-item .top:before {
    content: "";
    position: absolute;
    right: 50%;
    width: 600px;
    height: 10px;
    background: #fff;
    transform: skewX(45deg);
    bottom: 0;
    margin-right: 5px;
}

.pricing-item .top:after {
    content: "";
    position: absolute;
    left: 50%;
    width: 600px;
    height: 10px;
    background: #fff;
    transform: skewX(-45deg);
    bottom: 0;
    margin-left: 5px;
}

.pricing-item .top h5 {
    margin: 20px 0 0;
}

.pricing-item .top h5 span {
    display: inline-block;
    vertical-align: middle;
}

.pricing-item .top h5:before,
.pricing-item .top h5:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 4px;
    background: #fff;
    margin: 0 10px;
}

.pricing-item .top .price {
    font-size: 3.750em;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
}

.pricing-item .top .price span {
    font-size: 0.600em;
    font-family: Raleway;
}

.pricing-item .top h6 {
}

.pricing-item .wrap {
    text-align: center;
    padding: 10px 0 25px;
}

.pricing-item .wrap .row {
    padding: 15px 0;
}

.pricing-item .wrap .row:after {
    content: '';
    display: block;
    width: 95px;
    height: 1px;
    background: #d5d5d5;
    margin: 0 auto;
    position: relative;
    bottom: -15px;
}

.pricing-item .bottom {
    text-align: center;
}

.pricing-item .bottom .button-style3 {}

/*------------------------------------------------------------------
[ 4.10. Persona block, .persona-block ]
*/

.persona-block {
    margin: 30px 0;
    position: relative;
}

.persona-block .image-l,
.persona-block .image-r {
    position: absolute;
    top: 0;
    bottom: 0;
    background-size: cover;
    z-index: 1;
    width: 35%;
}

.persona-block .image-l {
    left: 0;
    width: 35%;
}

.persona-block .image-r {
    right: 0;
}

.persona-block .wrap {
    background: #fff;
    max-width: 630px;
    margin: 0 auto;
    padding: 35px 20px 50px;
    position: relative;
    z-index: 2;
}

.persona-block .wrap .p-text {
    max-width: 480px;
    margin: 0 auto 45px;
}

.persona-block .wrap .social-links {
    margin-bottom: 50px;
}

/*------------------------------------------------------------------
[ 4.11. Blog item, .blog-item ]
*/

.blog-item {
    /*background: #fff;*/
	background: #f2f2f2;
    margin-bottom: 2em;
    /*color: #36454f;*/
}

.blog-item.horisontal {
    padding: 20px 15px;
    overflow: hidden;
    position: relative;
}

.gray-mode .blog-item {
    background: #fbfbfb;
}

.blog-item.style2 {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
    margin-bottom: 30px;
    background: none;
}

.blog-item .image {
    position: relative;
    overflow: hidden;
}

.blog-item .video {
    position: relative;
}

.blog-item .video {}

.blog-item.horisontal .video {
    top: 30px;
    bottom: 20px;
    position: absolute;
    padding: 0 30px 0 15px;
}

.blog-item .video:after {
    content: "";
    display: block;
    padding-bottom: 60%;
}

.blog-item.style2 .video:after {
    padding-bottom: 38%;
}

.blog-item .video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.blog-item.horisontal .video .video-area {
    position: absolute;
    left: 15px;
    right: 30px;
    height: 100%;
    z-index: 1;
}

.blog-item.horisontal .video .video-area iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.blog-item.horisontal .image {
    top: 30px;
    bottom: 20px;
    position: absolute;
    padding: 0 30px 0 15px;
    max-height: 600px;
}

.blog-item .image a {
    display: block;
}

.blog-item .image a.imagefill:after {
    content: "";
    display: block;
    padding-bottom: 60%;
}

.blog-item.style2 .image a:after {
    padding-bottom: 38%;
}

.blog-item.horisontal .image a {
    height: 100%;
    background-size: cover;
    background-position: 50%;
}

.blog-item .image img {
    vertical-align: bottom;
}

.blog-item .image .imagefill img {
    max-width: none;
    min-width: 100%;
}

.blog-item.horisontal .image img {
    display: none;
}

.blog-item .category,
.page-header .category {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.750em;
    border: 2px solid #fff;
    border-radius: 8px;
    padding: 5px 14px;
    z-index: 2;
}

.blog-item.horisontal .category {
    left: 30px;
}

.blog-item .wrap {
    padding: 25px 30px 0;
}

.blog-item .wrap .content {
    margin-bottom: 15px;
}

.masonry .blog-item .wrap {
    height: auto !important;
}

.blog-item.horisontal .wrap {
    padding: 0 15px 0 15px;
}

.blog-item.style2 .wrap {
    padding: 25px 0 0;
}

.post-details {
    font-size: 0.750em;
    font-weight: 600;
    text-transform: uppercase;
    color: #a6a6a6;
}

.blog-item.style2 .post-details {
    margin-bottom: 15px;
}

.full-screen-block .post-details {
    margin: 10px 0 20px;
}

.full-screen-block .post-details + p {
    line-height: 1.5em;
}

.post-details.white {
    color: #fff;
}

.post-details .item {
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
    height: auto !important;
}

.post-details .item > * {
    display: inline-block;
    vertical-align: middle;
}

.post-details .item i {
    margin-right: 5px;
    font-size: 1.2em;
}

.post-details .item a {
    text-decoration: none;
}

.post-details .item span {}

.blog-item h4 {
    margin: 10px 0;
}

.blog-item h4 a {
    text-decoration: none;
}

.author-link {
    color: #a6a6a6;
    font-size: 0.750em;
    font-style: italic;
}

.bottom .author-link {
    font-size: 1em;
    margin-top: 5px;
}

.post-details .author-link {
    float: right;
    font-size: 1em;
    margin: 1px 0;
    text-transform: none;
}

.author-link a {
    text-decoration: none;
    color: #b70000;
    margin-left: 0 !important;
}

.blog-item p {
    font-size: 0.92em;
    line-height: 1.55em;
    /* font-weight: 300; */
}

.blog-item .bottom {
    overflow: hidden;
    padding: 10px 30px;
    border-top: 1px solid #e4e4e4;
    font-size: 0.750em;
    color: #a6a6a6;
    margin-top: 15px;
}

.blog-item.horisontal .bottom {
    padding: 10px 0 0;
}

.blog-item .bottom a {
    text-decoration: none;
}

.blog-item .bottom a:not(:first-of-type) {
    margin-left: 10px;
}

.blog-item .bottom a > * {
    display: inline-block;
    vertical-align: middle;
}

.blog-item .bottom a i {
    font-size: 1.4em;
    margin-right: 5px;
}

.zilla-likes {}

.zilla-likes.active {
}

.zilla-likes.active i {
    color: #ff4632;
}

/*------------------------------------------------------------------
[ 4.12. Article carousel, .article-carousel ]
*/

.article-carousel {
    width: auto;
    margin: 0;
    color: #fff;
}

.article-carousel [class ^= "fw-col"], 
.article-carousel [class *= "fw-col"] {
    padding: 0;
}

.ac-item {
    overflow: hidden;
    background-size: cover;
    background-position: 50%;
    color: #fff;
}

.ac-item:after {
    content: "";
    display: block;
    padding-bottom: 100%;
    background-image: -moz-linear-gradient( 90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 25%, rgba(0, 0, 0, 0.1) 50%);
    background-image: -webkit-linear-gradient( 90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 25%, rgba(0, 0, 0, 0.1) 50%);
    background-image: -ms-linear-gradient( 90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 25%, rgba(0, 0, 0, 0.1) 50%);
}


.ac-item a {
    text-decoration: none;
}

.ac-item .text {
    position: absolute;
    left: 30px;
    bottom: 30px;
    right: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ac-item:hover .text {
    opacity: 1;
    visibility: visible;
}

.ac-item .text p {
    font-size: 1.125em;
    font-style: italic;
    line-height: 1.3em;
}

.article-carousel .owl-prev {
    left: 25px;
    color: #fff;
}

.article-carousel .owl-next {
    right: 25px;
    color: #fff;
}

/*------------------------------------------------------------------
[ 4.13. Subscribe form, .subscribe-form ]
*/

.subscribe-form {}

.subscribe-form > * {
    display: inline-block;
    vertical-align: middle;
}

.subscribe-form .input {
    margin-right: 30px;
    background: none;
    font-size: 1.125em;
    font-style: italic;
    font-weight: 500;
    border: none;
    border-bottom: 2px solid #2c2c2c;
    width: 370px;
    padding: 8px 0;
    height: 40px;
}

.dark-bg .subscribe-form .input,
.dark-overlay .subscribe-form .input {
    color: #fff;
    border-bottom-color: #fff;
}

.subscribe-form .button-style3 {}

/*------------------------------------------------------------------
[ 4.14. Main sidebar, .main-sidebar ]
*/

.main-sidebar,
.shortcode-widget-area {
    background: #fff;
    padding: 10px 30px;
}

.main-sidebar h5,
.shortcode-widget-area h5 {
    text-transform: uppercase;
}

/*------------------------------------------------------------------
[ 4.15. Blog + Portfolio, .main-sidebar ]
*/

.blog-side {}

.portfolio-side {
    overflow: hidden;
}

.portfolio-side .wrap {
    position: relative;
    overflow: hidden;
}

/*------------------------------------------------------------------
[ 4.16. Map, .map ]
*/

.map {
    height: 370px;
}

/*------------------------------------------------------------------
[ 4.17. 404 page, .page-404 ]
*/

.page-404 {}

.page-404 .text-404 {
    font-size: 10.000em;
    font-weight: 100;
}

.page-404 .text-404-error {
    text-transform: uppercase;
    font-size: 1.500em;
    /* font-weight: 300; */
    margin-bottom: 20px;
}

.page-404 .h1 {}

.page-404 p {
    font-size: 1.125em;
}

.page-404 .button-style1 {}

/*------------------------------------------------------------------
[ 4.18. Page header, .page-header ]
*/

.page-header {
    background: #f2f2f2;
    margin-bottom: 30px;
}

.page-header h1 {
    margin: 15px 0;
    line-height: 1em;
    font-size: 3em;
}

.page-header .fw-col-xs-12 h1 {
    /* margin: 15px 0 0; */
}

.product-detail .page-header .fw-col-xs-12 h1 {
    margin: 0;
}

.product-detail .page-header .fw-col-xs-12 h1 .cell {
    height: 120px;
}

.page-header .post-details {
    color: #2c2c2c;
    font-weight: 700;
    margin-bottom: 25px;
}

.page-header .category {
    position: static;
    display: inline-block;
    margin-top: 30px;
}

.page-header .post-nav {
    color: #797979;
}

/*------------------------------------------------------------------
[ 4.19. Site content, .site-content ]
*/

.site-content {}

.site-content p {
    line-height: 1.875em;
}

.site-content a {
    color: #b70000;
    text-decoration: none;
}

.site-content ul,
.blog-item .wrap .content ul {
    padding-left: 0;
    margin: 30px 0;
}

.site-content ul li,
.blog-item .wrap .content ul li {
    display: block;
    margin: 15px 0;
}

.site-content ul li:before,
.blog-item .wrap .content ul li:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #d5d5d5;
    border-radius: 50%;
    vertical-align: top;
    margin-top: 5px;
    margin-right: 10px;
}

/*------------------------------------------------------------------
[ 4.20 Filtering buttons, .button-group ]
*/

.button-group {
    margin-bottom: 20px;
}

.fw-col-xs-12 > .button-group {
    margin: 0 0 20px;
}

.button-group button {
    margin: 0 15px 15px 0;
    font-size: 0.875em;
    text-transform: uppercase;
    background: #f9f9f9;
    border: 1px solid #d5d5d5;
    padding: 15px 20px;
    line-height: 0.9em;
    border-radius: 7px;
    font-weight: 500;
    cursor: pointer;
    color: #1b1818;
}

.button-group button.active {
    background: #f0f0f0;
}

/*------------------------------------------------------------------
[ 4.21 Countdown, .countdownHolder ]
*/

.countdownHolder{
    margin: 0 auto 50px;
    text-align:center;
}

.countdownHolder > * {
    display: inline-block;
    vertical-align: middle;
    margin: 0 45px;
}

.countdownHolder .position{
    display: inline-block;
    height: 1.2em;
    overflow: hidden;
    position: relative;
    width: 0.55em;
    font-size: 10.000em;
    font-weight: 100;
}

.countdownHolder .digit{
    /* position: relative; */
    display:block;
    width: 100%;
    text-align:center;
    letter-spacing:-1px;
}

.countdownHolder .name {
    display: block;
    font-size: 1.500em;
    text-transform: uppercase;
    font-weight: 200;
}

.countdownHolder .digit.static{
}

.countdownHolder .countDiv{
    display: none;
    width:16px;
    height:1.6em;
    position:relative;
}

.countdownHolder .countDiv:before,
.countdownHolder .countDiv:after{
    position:absolute;
    width:5px;
    height:5px;
    background-color:#444;
    border-radius:50%;
    left:50%;
    margin-left:-3px;
    top:0.5em;
    box-shadow:1px 1px 1px rgba(4, 4, 4, 0.5);
    content:'';
}

.countdownHolder .countDiv:after{
    top:0.9em;
}

/*------------------------------------------------------------------
[ 4.22 Post ]
*/

.post-image {
    height: 390px;
    background-size: cover;
    background-position: 50%;
}

/*------------------------------------------------------------------
[ 4.22.1 Post navigation, .post-nav ]
*/

.post-nav {
    text-transform: uppercase;
    font-size: 0.750em;
    font-weight: 700;
    margin: 25px 0;
    line-height: 0.9em;
}

.post-nav a {
    text-decoration: none;
    display: inline-block;
}

.post-nav a:hover {
    color: #b70000;
}

.post-nav a > * {
    display: inline-block;
    vertical-align: middle;
}

.post-nav i {
    font-size: 0.8em;
}

.post-nav span {
    margin: 0 8px;
}

.post-nav .prev {}

.post-nav .back {
    padding: 0 3px;
}

.post-nav .back:not(:first-of-type) {
    border-left: 1px solid;
}

.post-nav .back:not(:last-of-type) {
    border-right: 1px solid;
}

.post-nav .next {}

/*------------------------------------------------------------------
[ 4.22.2 Post bottom, .post-nav ]
*/

.post-bottom {
    margin: 30px 0;
}

.post-bottom .author-link {}

.post-bottom .social-links {
    margin: 15px 0 15px -10px;
}

/*------------------------------------------------------------------
[ 4.22.3 Post comments, .post-nav ]
*/

/*------------------------------------------------------------------
[ 4.22.3.1 Post comment items, .comments-wrap ]
*/

ul.comments-wrap {
    margin: 30px 0;
    padding: 0;
}

ul.comments-wrap .children {
    padding: 0px 0 0px 60px;
    position: relative;
    margin: -15px 0 -5px;
    overflow: hidden;
}

ul.comments-wrap .children > .comment-item:before {
    content: "";
    position: absolute;
    top: -4940px;
    left: -30px;
    width: 30px;
    height: 5000px;
    border-left: 3px solid #efefef;
    border-bottom: 3px solid #efefef;
    border-radius: 0;
    background: none;
}

ul.comments-wrap .children .children > .comment-item:before {
    border-color: #f5f5f5;
}

.comment-item {
    background: #efefef;
    padding: 18px;
    border-radius: 8px;
    margin: 15px 0;
    position: relative;
    display: block;
}

.comment-item #commentform-area {
    margin-top: 20px;
    border-top: 1px solid #d5d5d5;
}

.comment-item #commentform {
    margin: 0 -15px 0;
}

ul.comments-wrap .children .comment-item {
    background: #f5f5f5;
}

.comment-item:before {
    display:none;
    position: absolute;
    left: -555555px;
}

.comment-item .image {
    width: 90px;
    border-radius: 8px;
    overflow: hidden;
    float: left;
}

.comment-item .image img {
    vertical-align: bottom;
}

.comment-item .details {
    margin-left: 110px;
}

.comment-item .details .top {
    overflow: hidden;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.comment-item .details .name {
    float: left;
    font-size: 1.125em;
    font-weight: bold;
}

.comment-item .details .reply-button {
    float: right;
    font-size: 0.750em;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}

.comment-item .details .reply-button > * {
    display: inline-block;
    vertical-align: middle;
}

.comment-item .details .reply-button i {
    margin-right: 10px;
    font-size: 1.3em;
}

.comment-item .details .reply-button span {
    border-bottom: 1px solid #a1a1a1;
}

.comment-item .details .date {
    font-size: 0.750em;
    font-weight: 500;
    margin: 10px 0;
    text-transform: uppercase;
}

.comment-item .details .date i {
    margin-right: 5px;
}

.comment-item .details .text {
    font-size: 0.875em;
    margin: 10px 0 0;
    line-height: 1.714em;
}

/*------------------------------------------------------------------
[ 4.22.3.2 Post comment form, .comments-wrap ]
*/

.comment-form {
    margin: 30px -15px;
}

.comment-form .style1 {}

.comment-form textarea {
    height: 130px;
    resize: none;
}

.comment-form .button-style3 {}

/*------------------------------------------------------------------
[4.23. Pagination / .pagination ]
*/

.pagination {
    font-size: 0.778em;
    overflow: hidden;
    margin: 10px 0 40px;
}

.pagination a,
.pagination > span {
    text-decoration: none;
    float: left;
    padding: 0 3px 0;
    line-height: 28px;
    border: 1px solid #3c3c3b;
    margin-right: -1px;
    min-width: 28px;
    height: 28px;
    text-align: center;
    color: inherit;
}

.pagination a.active,
.pagination a:hover,
.pagination > span {
    background: #2c2c2c;
    color: #fff;
}

.pagination a.active {
    pointer-events: none;
}

.pagination i {
    font-size: 0.7em;
    display: inline-block;
    vertical-align: text-bottom;
}

/*------------------------------------------------------------------
[4.24. Icon box 1 / .icon-box1 ]
*/

.icon-box1 {
    margin-bottom: 25px;
}

.icon-box1 .icon {
    float: left;
    width: 70px;
    text-align: center;
    font-size: 2.3em;
}

.icon-box1 .icon + .wrap {
    margin-left: 90px;
    display: block;
}

.icon-box1 .wrap .h5 {
    text-transform: uppercase;
    margin: 0 0;
}

.icon-box1 .wrap .h5 a {}

.icon-box1 .wrap .h5 a i {
    margin-left: 10px;
}

.icon-box1 .wrap .h5 a i:before {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.icon-box1 .wrap .h5:hover a i:before {
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
}

.icon-box1 .wrap .p-text {
    font-size: 0.875em;
    margin: 0.8em 0;
}

.icon-box1 .rating-line {
    width: 100%;
    overflow: hidden;
    background: #d5d5d5;
    line-height: 15px;
    margin-top: 15px;
}

.icon-box1 .rating-line div {
    font-size: 12px;
    color: #fff;
    background: #2c2c2c;
    text-align: right;
    height: 15px;
    padding: 0 2px;
    width: 0%;
    overflow: hidden;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    -ms-transition: all .8s ease;
    transition: all .8s ease;
    font-family: 'Lato', sans-serif;
}

/*------------------------------------------------------------------
[4.25. Icon box 2 / .icon-box2 ]
*/

.icon-box2 {
    text-align: center;
    margin: 25px 0;
}

.icon-box2 > * {
    display: inline-block;
    vertical-align: middle;
}

.icon-box2 .icon {
    font-size: 3.05em;
    margin-right: 0.3em;
}

.dark-bg .icon-box2 .icon,
.dark-bg .icon-box2 .num {
    color: #d5d5d5;
}

.icon-box2 .num {
    font-size: 3.750em;
    line-height: 1em;
    margin-top: -0.1em;
    margin-right: 0.2em;
    font-family: 'Lato', sans-serif;
}

.icon-box2 .text {
    font-size: 1.125em;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    line-height: 18px;
    border-left: 3px solid;
    padding-left: 0.8em;
}

.dark-bg .icon-box2 .text {
    border-color: #d5d5d5;
}

.icon-box2 .text .cell {}

/*------------------------------------------------------------------
[4.26. Team item / .team-item ]
*/

.team-item {
    background-size: cover;
    background-position: 50%;
    text-align: center;
    margin: 15px 0;
}

.team-item:after {
    content: '';
    display: block;
    padding-bottom: 100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.team-item:hover:after {
    background: rgba(44, 44, 44, 0.6);
    box-shadow: inset 0 0 0 3px #cacaca;
}

.team-item .centered-container {}

.team-item .h4 {
    margin: 0 0 15px;
    text-transform: uppercase;
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.team-item:hover .h4,
.team-our .h4 {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
}

.team-item .post {
    font-weight: bold;
    font-style: italic;
    padding: 10px 0;
    line-height: 20px;
    position: relative;
    margin: 15px 0;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.team-item:hover .post {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.team-item .post:before,
.team-item .post:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    background: #d5d5d5;
    width: 94px;
    height: 1px;
    margin-left: -47px;
}

.team-item .post:after {
    top: inherit;
    bottom: 0;
}

.team-item .social {
    font-size: 1.2em;
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.team-item:hover .social {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
}

.team-item .social a {
    margin: 0 0.2em;
}

.team-our i {}

.team-our:after,
.team-our:hover:after {
    background: rgba(44, 44, 44, 0.3);
    box-shadow: none;
}

.team-our .h4 {}

.team-our p {}

/*------------------------------------------------------------------
[4.27. Video background / .video-bg ]
*/

.jquery-background-video-wrapper {
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    min-width: 100% !important;
}
.jquery-background-video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
/**
 * Fade in videos
 * Note the .js class - so non js users still
 * see the video
 */
.js .jquery-background-video {
    /* opacity: 0; */
    /* -webkit-transition: opacity 300ms linear; */
    /* transition: opacity 300ms linear; */
}
.js .jquery-background-video.is-visible {
    opacity: 1;
}

/**
 * Pause/play button
 */ 
.jquery-background-video-pauseplay {
    position: absolute;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    width: 20px;
    height: 20px;
    top: 15px;
    right: 15px;
    padding: 0 !important;
    cursor: pointer;
    outline: none !important;
}
.jquery-background-video-pauseplay span {
    display: none;
}
.jquery-background-video-pauseplay:after,
.jquery-background-video-pauseplay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .3s ease;
            transition: all .3s ease;
}
.jquery-background-video-pauseplay.play:before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #FFF;
}
.jquery-background-video-pauseplay.pause:before,
.jquery-background-video-pauseplay.pause:after {
    border-top: 10px solid #FFF;
    border-bottom: 10px solid #FFF;
    border-left: 5px solid #FFF;
}
.jquery-background-video-pauseplay.pause:after {
    left: 10px;
}

/*------------------------------------------------------------------
[3.28. Product item / .product item ]
*/

.product-items {
    overflow: hidden;
}

.product-item {
    margin: 0 0 30px 0;
    background: #fff;
}

.products .product-item {
    background: #f2f2f2;
}

.product-item .image {
    padding-bottom: 55%;
    background-size: cover;
    background-position: 50%;
    position: relative;
}

.product-item .image a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 0;
    opacity: 0.8;
}

.product-item .image a:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.product-item .bottom {
    overflow: hidden;
    height: 60px;
}

.product-item.fw-col-md-4 .bottom {
    font-size: 0.750em;
    height: 40px;
}

.product-item .name {
    font-size: 1.143em;
    /* font-weight: 300; */
    position: relative;
    float: left;
    width: 50%;
}

.product-item.fw-col-md-4 .bottom .name {}

.product-item .name a {
    text-decoration: none;
    display: table-cell;
    height: 60px;
    vertical-align: middle;
    padding: 0 15px;
}

.product-item.fw-col-md-4 .bottom .name a {
    height: 39px;
}

.product-item .fr {}

.product-item .price {
    color: #000;
    font-weight: bold;
    font-size: 1.875em;
    line-height: 60px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    border-left: 1px solid #e4e4e4;
    padding: 0 15px;
    float: left;
    font-family: 'Lato', sans-serif;
}

.product-item .price.min {
    font-size: 1em;
}

.product-item.fw-col-md-4 .bottom .price {
    line-height: 39px;
    padding: 0 15px;
}

.product-item .price > * {
    display: inline-block;
    vertical-align: top;
}

.product-item .price .sale-p {
    font-size: 0.4em;
    line-height: 2em;
    color: #848484;
    position: relative;
    position: absolute;
    top: -4px;
    left: 5px;
}

.product-item .price.min .sale-p {
    font-size: 0.43em;
}

.product-item .price .sale-p:after {
    content: '';
    position: absolute;
    top: 50%;
    left: -2px;
    right: -2px;
    height: 1px;
    background: #969696;
}

.product-item .woocommerce-Price-amount {}

.product-item .amount {}

.product-item .woocommerce-Price-currencySymbol {}

.product-item .addtocart-button {
    background: #2c2c2c url(../images/cart-w.png) 50% no-repeat;
    background-size: 30px 23px;
    float: left;
    height: 60px;
    width: 60px;
    border-left: 1px solid #e4e4e4;
    overflow: hidden;
    text-indent: -9999px;
}

.product-item.fw-col-md-4 .bottom .addtocart-button {
    height: 39px;
    width: 50px;
    background-size: 14px;
}

.product-item .addtocart-button:hover {
    background-color: #ffffff;
    background-image: url(../images/cart.png);
}

.products .product-item .addtocart-button:hover {
    background-color: #f2f2f2;
}

.button-group {
    margin: 30px 0 15px;
    text-align: center;
}

.fw-col-xs-12 > .button-group {
    margin: 0 0 20px;
}

.button-group a {
    margin: 0 15px 15px 0;
    font-size: 0.875em;
    text-transform: uppercase;
    background: #f9f9f9;
    border: 1px solid #d5d5d5;
    padding: 10px 15px;
    line-height: 0.9em;
    border-radius: 7px;
    font-weight: 500;
    cursor: pointer;
    color: #1b1818;
    display: inline-block;
    text-decoration: none;
}

.button-group a:last-of-type {
    margin-right: 0;
}

.button-group a:hover {
    background: #f0f0f0;
}


/*------------------------------------------------------------------
[3.29. Product single item ]
*/

.product .wc-images {
    margin-bottom: 15px;
}

.product .wc-images img {
    width: 100%;
}

.product .wc-images .onsale {
    position: absolute;
    top: 15px;
    right: 10px;
    background: #5d1900;
    font-size: 0.9em;
    font-weight: bold;
    color: #fff;
    padding: 5px 15px;
    text-transform: uppercase;
}

.product .wc-images .onsale:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -5px;
    width: 0;
    height: 0;
    border-top: 5px solid #5d1900;
    border-right: 5px solid transparent;
}

.product .summary p {
    line-height: 1.643em;
    /* font-weight: 300; */
}

.product .description p {
    margin-top: 0;
}

.product:not(.products) h4.uppercase {
    margin: 0;
}

.product-detail {
    margin-bottom: 40px;
}

.product .datails {
    margin: 10px 0 5px;
}

.product .datails a {
    color: #3c3c3b;
    font-style: italic;
    margin-left: 3px;
    text-decoration: none;
}

.woocommerce div.product form.cart {
    margin: 30px 0 0;
}

.product .vf-price {
    font-size: 3.429em;
    font-weight: bold;
    line-height: 1em;
    float: left;
    margin-bottom: 10px;
}

.product .vf-row {
    float: left;
    width: 100%;
    margin: 0;
}

.product div.vf-price .price {
    margin-bottom: 0;
    font-size: 1em;
    margin: 0;
    position: relative;
    font-weight: bold;
    line-height: 1em;
    font-family: 'Lato', sans-serif;
    margin-top: -5px;
}

.product div.vf-price p.price .sale-p,
.product div.vf-price .price del {
    position: absolute;
    top: -27px;
    left: 0;
    font-size: 0.4em;
    color: #616161;
    line-height: normal;
}

.product div.vf-price p.price .sale-p:after,
.product div.vf-price .price del:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -5px;
    right: -5px;
    height: 2px;
    margin-top: -1px;
    background: #676767;
}

.product div.vf-price .price ins {
    text-decoration: none;
}

.product .quantity {
    float: left;
    margin-right: 15px;
}

.quantity .qty {
    font-size: 24px;
    background: #fff;
    height: 46px;
    border-bottom: 0;
    padding: 0;
    width: 50px;
    margin: 0 2px 0 0;
    float: left;
    text-align: center;
    border: 1px solid #1b1818;
    font-weight: bold;
    font-style: normal;
    font-family: 'Lato', sans-serif;
}

.product-quantity .qty {
    /* height: 75px; */
}

.quantity .quantity-buttons {
    float: right;
}

.quantity .quantity-plus,
.quantity .quantity-minus {
    width: 39px;
    height: 22px;
    margin: 0;
    background: #fff;
    cursor: pointer;
    position: relative;
    font-weight: bold;
    border: 1px solid #1b1818;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.quantity .quantity-plus:hover,
.quantity .quantity-minus:hover {
    background: #2c2c2c;
    color: #fff;
}

.quantity .quantity-plus {
    margin-bottom: 2px;
}

.product-quantity .quantity-plus {
    /* height: 36.5px; */
}

.quantity .quantity-plus:after {
    content: "\002B";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.quantity .quantity-minus {}

.product-quantity .quantity-minus {
    /* height: 36.5px; */
}

.quantity .quantity-minus:after {
    content: "\002D";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product .add-to-cart-button {
    background: #2c2c2c url(../images/cart-w.png) 15px 50% no-repeat;
    background-size: 30px 25px;
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 18px 0 60px;
    line-height: 46px;
    color: #fff;
}

.product .add-to-cart-button:hover {
    background-color: #5d1900;
}


/*------------------------------------------------------------------
[3.30. Product cart ]
*/

.cart-table-wrap {
    overflow: auto;
    margin-bottom: 30px;
}

.shop_table {
    border: 1px solid #dddddd;
    background: #fff;
}

.shop_table thead tr {
    text-align: center;
    background: #fdfdfd;
}

.shop_table thead tr th {
    border: none;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 1.500em;
    height: 60px;
}

.shop_table tbody tr {
    border: 1px solid #dddddd;
}

.shop_table tbody tr td {
    border: none;
    padding: 10px 15px;
}

.cart {}

.product-price {
    width: 195px;
}

td.product-price {
    font-family: 'Lato', sans-serif;
}

.product-price > span,
.product-subtotal > span {
    text-align: center;
    font-size: 1.500em;
    vertical-align: middle;
    display: block;
    font-weight: 700;
}

.product-quantity {
    padding: 0;
    width: 140px;
}

.product-quantity .quantity {
    width: 92px;
    margin: 0 auto;
}

.product-quantity.tac {
    /* background: #f0f0f0; */
}

.product-subtotal {
    text-align: center;
    width: 230px;
}

td.product-subtotal {
    font-family: 'Lato', sans-serif;
}

.cart_item {}

.product-remove {
    text-align: center;
    vertical-align: middle;
    width: 65px;
}

.remove {
    background: url(../images/delete.png) 50% no-repeat;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    font-size: 0em;
    text-indent: 9999px;
    overflow: hidden;
}

.product-thumbnail {
    width: 105px;
    padding: 0;
}

.product-thumbnail img {
    vertical-align: bottom;
    max-width: 75px;
}

.attachment-110x75 {}

.size-110x75 {}

.wp-post-image {}

.hoverZoomLink {}

.product-name {
    font-weight: bold;
    padding: 0 25px;
    font-size: 1.143em;
}

.cart td.product-name {
    text-transform: uppercase;
}

.product-name a {
    color: inherit;
    text-decoration: none;
}

.woocommerce-Price-amount {}

.amount {}

.woocommerce-Price-currencySymbol {}

.quantity {}

.input-text {}

.qty {}

.text {}

.quantity-buttons {}

.quantity-plus {}

.quantity-minus {}

.actions {}

.coupon {}

.coupon > * {
    display: inline-block;
    vertical-align: middle;
}

.coupon label {
    margin-right: 10px;
    vertical-align: middle;
}

.coupon .style1 {
    margin-bottom: 0;
    height: 44px;
    vertical-align: middle;
    padding: 0;
    background: none;
    display: inline-block;
    width: 150px;
    margin-right: 10px;
}

.coupon .button-style1 {
    margin: 0;
    vertical-align: middle;
}

.update_cart {}

.checkout-button {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    line-height: 42px;
    display: inline-block;
    padding: 0 25px;
}

.checkout-button i {
    margin-left: 10px;
}

.cart_totals {
    text-transform: uppercase;
}

.cart_totals strong {
    font-family: 'Lato', sans-serif;
}

.alt {}

.wc-forward {}

.cart-collaterals {
    margin-top: 30px;
}


/*------------------------------------------------------------------
[3.31. Woocommerce notice ]
*/

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    padding: 1em 2em 1em !important;
    margin: 0 0 2em!important;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid #a46497;
    list-style: none!important;
    width: auto;
    word-wrap: break-word;
    overflow: hidden;
}

.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
    float: right;
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
    list-style: none!important;
    padding-left: 0!important;
    margin-left: 0!important
}

.woocommerce-message {
    border-top-color: #5d1900;
}

.woocommerce-info {
    border-top-color: #2c2c2c;
}

.woocommerce-error {
    border-top-color: #b81c23
}


/*------------------------------------------------------------------
[3.32. Woocommerce checkout ]
*/

.woocommerce-billing-fields {
    margin: 0 -15px;
}

.woocommerce-billing-fields h4 {
    padding: 0 15px;
}

.woocommerce-billing-fields .form-row {
    width: 50%;
    float: left;
    padding: 0 15px;
    margin: 0 0;
}

.woocommerce-billing-fields .create-account {
    width: 100%;
    padding: 0 15px;
}

.woocommerce-billing-fields .create-account .form-row {
    width: 100%;
    padding: 0;
    max-width: 300px;
}

p#billing_company_field {
    width: 100%;
}

input#createaccount {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}

label.checkbox {}

input#createaccount + label {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}

.woocommerce-billing-fields label {
    display: block;
    margin-bottom: 0;
}

.woocommerce-billing-fields input {width: 100%;}

#billing_address_2_field {
    display: none !important;
}

.woocommerce-invalid-required-field input {
    border-color: #c05764;
}

.select2-container {
    margin-top: 5px;
}

.select2-container .select2-choice {
    color: #3c3c3b;
    font-size: 16px;
    font-style: italic;
    border: 2px solid #2c2c2c;
    padding: 0 10px;
    margin-bottom: 0;
    height: 39px;
    line-height: 35px;
    border-radius: 0;
    background: transparent;
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices,
.select2-drop.select2-drop-above.select2-drop-active,
.select2-drop-active {
    border: 2px solid #2c2c2c;
    border-radius: 0;
}

.select2-drop.select2-drop-above .select2-search input {
    margin: 0 0;
}

.select2-results {
    background: #fff;
}

.select2-search {
    padding: 2px;
}

.woocommerce-shipping-fields {}

.woocommerce-shipping-fields .form-row {}

.woocommerce-shipping-fields .notes label {
    display: none;
}

.woocommerce-shipping-fields textarea {
    width: 100%;
    height: 190px;
    font-size: 14px;
    text-transform: none;
}

.woocommerce-checkout-review-order {
    margin-bottom: 30px;
}

.wc_payment_methods {
    padding: 0;
}

.wc_payment_method {
    display: block;
    margin: 5px 0;
}

.wc_payment_method input {
    vertical-align: middle;
}

.wc_payment_method label {
    font-weight: bold;
    margin-left: 5px;
    vertical-align: middle;
}

.wc_payment_method label img {
    vertical-align: middle;
    margin-left: 5px;
}

.wc_payment_method .payment_box {
    font-size: 0.778em;
    font-style: italic;
}

.woocommerce-password-strength {
    margin: 10px 0;
    padding: 5px 15px;
}

.woocommerce-password-strength.strong {
    background: #00ef14;
}

.woocommerce-password-strength.short {
    background: #fb5b5b;
    color: #fff;
}

.woocommerce-password-strength.bad {
    background: #f78787;
    color: #fff;
}

.woocommerce-password-strength.good {
    background: #1cc332;
    color: #fff;
}

small.woocommerce-password-hint {
    line-height: 1.5em;
    display: block;
}

.vf-col.variations {
    border: 1px solid #2c2c2c;
    margin: 15px 0px 40px;
}

.pda-item {
    padding: 10px 15px;
}

.pda-item .name {
    float: left;
    font-size: 1.143em;
    font-weight: bold;
    margin-right: 10px;
}

.cart_item .variation,
.order_item .variation {
    margin: 5px 0 0 5px;
    font-weight: normal;
    font-size: 0.875em;
    text-transform: none;
}

.cart_item .variation > *,
.order_item .variation > * {
    display: inline-block;
    margin: 0;
}

.cart_item .variation p,
.order_item .variation p {
    margin: 0;
}

.header-minicart {
    float: left;
    margin: 31px 0;
    margin-left: 25px;
}

.mobile-side .header-minicart {
    margin-left: 0;
    vertical-align: text-top;
}

.header-minicart a {
    text-decoration: none;
}

.hm-cunt {
    background: url(../images/minicart.png) 50% no-repeat;
    display: block;
    width: 17px;
    height: 17px;
    background-size: 100% 100%;
    font-size: 10px;
    color: #23abe1;
    font-weight: bold;
    text-align: center;
    position: relative;
}

.hm-cunt span {
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    background: #5d1900;
    width: 13px;
    line-height: 13px;
    text-align: center;
    border-radius: 50%;
    text-indent: 1px;
}

.summary.entry-summary {
    margin-bottom: 15px;
}

/*------------------------------------------------------------------
[ 5. Footer, .footer ]
*/

.footer {
    padding: 55px 0 0px;
}

.footer .wrap {
    padding-top: 30px;
}

.footer .fw-container + .wrap {
    margin-top: 30px;
    border-top: 1px solid #3d3d3d;
}

.footer .logo {
    float: left;
    max-width: 170px;
    font-size: 2em;
    font-weight: bold;
}

.footer .logo a {
    text-decoration: none;
}

.footer .logo img {
    vertical-align: baseline;
}

.footer .center {
    text-align: center;
    margin: 0 200px;
}

.footer .tags-items {
    text-align: center;
    margin-top: 30px;
}

/*------------------------------------------------------------------
[ 5.1. Footer menu, .footer .menu ]
*/

.footer .menu {
    margin: 0 0 20px;
    padding: 0;
    font-weight: 700;
    font-size: 0.92em;
    text-transform: uppercase;
}

.footer .menu li {
    display: inline-block;
    vertical-align: middle;
    padding: 2px 20px;
    margin: 0 -1px 10px;
}

.footer .menu li ul {
    display: none;
}

.footer .menu li:not(:last-of-type) {
    border-right: 1px solid #5e5e5e;
}

.footer .menu li a {
    text-decoration: none;
}

/*------------------------------------------------------------------
[ 5.2. Copyright, .copyright ]
*/

.footer .copyright {
    font-size: 0.688em;
    /* font-weight: 300; */ 
}

/*------------------------------------------------------------------
[ 5.2. Social links, .social-links ]
*/

.footer .social-links {
    float: right;
    font-size: 1.3em;
}

.social-links {
    font-size: 1.3em;
}

.site-content .social-links {}

.social-links a {
    margin: 0 10px;
    display: inline-block;
    opacity: .5;
}

.site-content .social-links a {
    color: #000;
}

.social-links a:hover {
    opacity: 1;
}
/* ++ Custom styles 20-01-2017 */
.navigation a{
    color: #000000;
    text-transform: capitalize;
}
.search .icon-magnifying-glass{
	color:#ffffff;
}
.m_left_10{
	margin-left:10px;
}
.text-center{
	text-align:center;
}
.blue-link,
.white-link{
	text-decoration:none;
	color:#000000;
	/*font-size: 0.875em;
    line-height: 1.714em;*/
    /* font-weight: 300; */
}
.white-link{
	color:#fff;
}
.home-card h1{
	color:#000;
	font-size: 1.5em;
    line-height: 1em;
    font-weight: 700;
}
.home-card-blue h1{
	font-size: 1.500em;
    line-height: 1em;
    font-weight: 700;
}
.home-card-blue p{
	font-size: 0.92em;
    line-height: 1.55em;
    /* font-weight: 300; */
}
.home-card p{
    /* color: #1b1818; */
    font-size: 0.92em;
    line-height: 1.55em;
    /* font-weight: 300; */
}
.home-card .fw-col-sm-4 img,
.home-card-blue .fw-col-sm-4 img{
	float:left;
}
@media (min-width: 768px) {
	.home-card .fw-col-sm-4{
		padding-left:0;
	}
	.home-card-blue .fw-col-sm-4{
		padding-right:0;
	}
}
.home-card .homecard-inner{
	padding-left:0;
	padding-right:0;
}
.home-card-blue .homecard-inner{
	padding-right:0;
	padding-left:0;
}
.home-card .homecard-inner-text,
.home-card-blue .homecard-inner-text{
	padding:2.5% 3.5%;
}
@media (max-width: 1199px) {
	.home-card .homecard-inner-text,
	.home-card-blue .homecard-inner-text{
		padding:.5% 2.3%;
	}
}
@media (max-width: 767px) {
	.home-card h1{
		float: left;
		width: 100%;
	}
	.home-card .homecard-inner-text,
	.home-card-blue .homecard-inner-text{
		padding: 1.5% 5%;
	}
}
.home-card a,
.home-card-blue a{
	float:right;
	margin-top:10px;
	margin-bottom:10px;
}
.home-card a{
	display:block;
	clear:both;
}
.home-card a:last-child{
	margin-top:0;
}
#testimonialSection h2{
	color:#000;
	font-size: 1.500em;
    line-height: 1em;
    font-weight: 700;
}
.banner-text{
	font-size:1.25rem;
	font-weight:300;
    background: #000000;
    padding: 15px;
    float: left;
    max-width: 600px;
}
.banner-text strong{
	display:block;
	margin-top:20px;
	font-style:italic;
	font-weight:500;
}
@media (max-width: 991px) {
	.banner-text{
		/*font-size:30px;*/
	}
}
@media (max-width: 767px) {
	.banner-text{
		/*font-size:24px;*/
	}
}
@media (max-width: 350px) {
	.banner-text{
		/*font-size:22px;*/
	}
}
footer{
	font-size:.875rem;
}
footer a{
	text-decoration:none;
}
.footer-bottom{
	background:#0073A5;
	padding-top:25px;
	padding-bottom:25px;
	margin-top:50px;
	/*font-size:.8em;*/
}
.footer-bottom a{
	color:#CCC;
	/*margin-right:15px;*/
	color:#ccc;
}
.footer_menu{
	padding:0;
	margin:0;
}
.footer_menu li{
	list-style:none;
	margin-bottom:8px;
}
.footer_menu li a{
	text-decoration:none;
}
.social-list{
	padding:0;
	margin:0;
}
.social-list li{
	list-style:none;
	float:left;
	margin-right:15px;
}
.large-phone-no{
	font-size:24px;
	line-height:10px;
}
.footer-copy-text{
	float:right;
}
.visible-xs-pg{
	display:none;
}
@media (max-width: 767px) {
	.footer-copy-text{
		float:left;
		margin-top:20px;
	}
	/*.footer,
	.footer-bottom{
		padding-left:15px;
		padding-right:15px;
	}
	.footer-bottom{
		margin-left:-15px;
		margin-right:-15px;
	}*/
	.visible-xs-pg{
		display:block;
	}
}
.insp-gray-box{
	background:#25282d;
	color:#fff;
	/*text-align:justify;*/
	margin-bottom:30px;
	display:table;
	font-size: 0.92em;
    line-height: 1.55em;
    /* font-weight: 300; */
}
.insp-gray-box .fw-col-sm-4{
	margin-top:15px;
	margin-bottom:15px;
}
@media (max-width: 767px) {
	.insp-gray-box .fw-col-sm-4{
		margin-bottom:0px;
	}
	.insp-gray-box .fw-col-sm-4:last-child{
		margin-bottom:15px;
	}
}
.insights_menu{
	padding:0;
}
.insights_menu li{
	list-style:none;
}
.insights_menu li a{
	text-decoration: none;
    padding: 12px 0;
    border-bottom: 1px solid #fff;
    display: block;
}
.source_of_inspirition .category,
.source_of_inspirition .bottom,
.source_of_inspirition .post-details,
.source_of_inspirition .author-link{
	display:none;
}
.source_of_inspirition .blog-item .wrap {
    padding: 25px 30px 15px;
}
/*.source_of_inspirition{
	pointer-events: none;
}*/
#sourceofInspiration .filter-button-blog{
	display:none;
}
.banner-heading p{
	margin:0;
	overflow:hidden;
}
.banner-heading p img{
	width:100%;
	float:left;
}
.heading-full-bg{
	background:#f2f2f2;	
}
.heading-full-bg h1,
.heading-full-bg h2{
	font-size:1.8em;
	line-height:1em;
}
.page-id-884,
.page-id-93,
.home{
	background:#f2f2f2;
}
@media (max-width: 991px) {
	.hwd-container .fw-col-sm-4:nth-child(2) .what_we_do_text:after,
	.hwd-container .fw-col-sm-4:nth-child(5) .what_we_do_text:after {
		margin-left: -30px;
	}
	.hwd-container .fw-col-sm-4:nth-child(1) .what_we_do_text:after,
	.hwd-container .fw-col-sm-4:nth-child(3) .what_we_do_text:after,
	.hwd-container .fw-col-sm-4:nth-child(4) .what_we_do_text:after,
	.hwd-container .fw-col-sm-4:nth-child(6) .what_we_do_text:after{
		margin-left: -30px;
	}
	.large-phone-no {
		font-size: 20px;
		line-height: 10px;
	}
	/*.spa-widget.mob-navigation h5 {
		text-transform: none;
	}*/
}
@media (max-width: 1199px) {
	.what_we_do_text{
		height:30em;
	}
}
@media (max-width: 991px) {
	.what_we_do_text{
		height:25em;
	}
}
@media (max-width: 767px) {
	.what_we_do_text{
		height:auto;
	}
	.heading-full-bg{
		margin-bottom:25px;
	}
	.heading-full-bg h1,
	.heading-full-bg h2{
		font-size: 1.8em;
	}
}
.news-box{
	background:#f2f2f2;
}
.news-box h5{
	margin:0;
	padding:20px;
}
.news-room-container a{
	text-decoration:none;
}
.news-room-container .fw-col-sm-4{
	margin-bottom:30px;
}
.insights_menu li.active a,
.insights_menu li a:hover{
    border-color: #ea8d8d;
	color: #ea8d8d;
}
#sidepaneltextstyle{
	margin-bottom:2.15em;
}
@media (min-width:992px) and (max-width:1199px){
	/*.navigation > ul > li > a {
		padding: 32px 7px !important;
	}*/
	.navigation {
		font-size: 0.64em;
	}
}
.more_about_link,
.sidebar_link_style a{
	color:#018dca;
	font-weight:700;
	text-decoration:none;
	font-size:1em;
}
.dark-bg .banner-text.banner-text-small{
	/*font-size:1.65em;*/
	text-shadow: 0 0 5px rgba(0, 0, 0, 1);
}
.banner-text.banner-text-small{
	/*font-size:1.65em;*/
	text-shadow: 0 0 5px rgba(255, 255, 255, 1);
}
@media (max-width: 350px){
	.dark-bg .banner-text.banner-text-small{
		font-size:1.4em;
	}
}
@media (min-width: 1900px){
	#mainBanner .owl-item .item{
		height:680px !important;
	}
}
@media (min-width: 2500px){
	#mainBanner .owl-item .item{
		height:760px !important;
	}
}
.social-list img{
	width:2.8em;
}
.quote_page_box{
    font-size: 1.45em;
    padding: 1em;
    background: #f5f5f5;
    /* font-weight: 300; */
    line-height: 1.5em;
    margin-bottom: 2em;
}
.quote_page_box p{
	margin-top:.625em;
	margin-bottom:.625em;
}
.quote_page_box .fa{
	color:#ccc;
}
/*.palatinofont{
	font-family: Palatino,Palatino Linotype,Palatino LT STD,Book Antiqua,Georgia,serif; 
}*/
.wpcf7-form .wpcf7-textarea,
.wpcf7-form .wpcf7-form-control{
    border: none;
    border-bottom: 2px solid #000;
	width:100%;
    max-width: 420px;
}
.wpcf7-form .wpcf7-textarea{
    height: 100px;
    padding: 10px 20px;
    font-weight: 600;
    line-height: 22px;
    font-style: italic;
}
.wpcf7-form .wpcf7-form-control.wpcf7-submit{
	width:auto;
	border-bottom:none;
}
.popup-link > br{
	display:none;
}
.blog-item p.highlight-quotes,
p.highlight-quotes{
	font-size: 1.2em;
    padding: 1em;
    line-height: 1.5em;
    background: #f5f5f5;
    font-style: italic;
}
@media (max-width: 767px){
	.blog-item p.highlight-quotes, p.highlight-quotes {
		font-size: 1.2em;
	}
}
.banner-text{
	font-style:italic;
}
p.highlight-quotes .fa {
    font-size: 1.1em;
}
@media (max-width: 350px){
	.soi-banner-text{
		font-size:.9em;
	}
}
@media (max-width: 767px){
	.content-white-bg .testimonials-item blockquote {
		padding: 20px 0 5px;
		margin:0;
	}
	.banner-text br{
		display:none;
	}
	.banner-text br:last-child{
		display:block;
	}
}
@media only screen
  and (min-device-width: 1024px)
  and (max-device-width: 1366px)
  and (-webkit-min-device-pixel-ratio: 2) {
	body {
		text-align: left;
	}
}
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (-webkit-min-device-pixel-ratio: 2) {
	body {
		text-align: left;
	}
}
@media (max-width: 991px){
	body {
		text-align: left;
	}
}
@media (min-width:480px) and (max-width:1199px){
	.banner-text {
		 /*padding: 0 60px; */
	}
}
@media (min-width:768px) and (max-width:991px){
	.total-soi-content{
		display:flex;
		flex: 0 1 auto;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.total-soi-content .source_of_inspirition{
		margin-bottom:2em;
	}
	.total-soi-content .source_of_inspirition .blog-item{
		margin-bottom:0;
		height:100%;
	}
}
/* -- Custom styles 20-01-2017 */
.pg-shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.pg-shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.pg-shadow-md{
    box-shadow: 0 .25rem .35rem rgba(0,0,0,.1)!important;
}
.pg-rounded {
    border-radius: .25rem!important;
}
.side-panel-area #menu-dropdown-menu>li>a{
    padding: 10px 0;
    font-size: .875rem;
}
@media (max-width: 992px){
    .side-panel-area #menu-navigation-1>li>a{
        padding: 10px 0;
        font-size: .875rem;
    }
}
@media (max-width: 767px){
    .side-panel-area #menu-dropdown-menu>li>a{
        padding: 10px 0;
        font-size: .875rem;
    }
    .side-panel-area .wrap {
        width: calc(100% - 60px);
    }
    .header .logo img {
        vertical-align: bottom;
    }
}
.nav_menu-4>h5{
    margin-top: 0;
}
.home-card{
    padding-left: 30px;
}
.home-card .homecard-inner,
.home-card-blue .homecard-inner{
    margin-top: -50px;
    margin-bottom: -50px;
}
.home-card .homecard-inner-text h1{
    margin-top: .75rem;
}
.home-card .homecard-img{
    height: 578px;
    object-fit: cover;
    display: block;
}
.home-sections.home-section-1{
    margin-bottom: 80px;
}
.home-section-2{
    margin-bottom: 100px;
}
#homeBluesection{
    margin-bottom: 100px;
}
#homeVideosection{
    margin-bottom: 20px;
}
.home-sections.home-sections-3{
    margin: 0;
}
.home-card-blue .homecard-img{
    height: 507px;
    object-fit: cover;
    display: block;
}
#homeVideosection iframe{
    width: 100%;
    height: 310px;
}
#testimonialSection .content-white-bg{
    box-shadow: 0 .25rem .35rem rgba(0,0,0,.1)!important;
    border-radius: .25rem!important;
}
.home-card-blue .homecard-inner-text{
    padding-left: 0;
}
@media (max-width: 1199px){
    .home-sections.home-section-1 {
        margin-bottom: 30px;
    }
    .home-card .homecard-inner, .home-card-blue .homecard-inner {
        margin-bottom: 50px;
    }
}
@media (max-width: 991px){
    #homeBluesection {
        margin-bottom: 50px;
    }
}
@media (max-width: 767px){
    .home-card {
        padding-left: 20px;
        padding-right: 20px;
    }
    .home-card .homecard-img {
        height: 300px;
    }
    .home-card .homecard-inner{
        margin-bottom: 0;
    }
    .home-card .homecard-inner-text{
        padding: 20px 0;
    }
    .home-card a, .home-card-blue a {
        float: none;
        margin-bottom: 0;
    }
    .home-section-2 {
        margin-bottom: 50px;
    }
    .home-card-blue .homecard-inner {
        margin-top: 20px;
        margin-bottom: 40px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .home-card-blue .homecard-inner-text {
        padding-right: 0;

    }
    .home-card-blue .homecard-img {
        height: 300px;
    }
    .home-card-blue .homecard-inner-text {
        padding-left: 5px;
        padding-right: 5px;
    }
}
/* ++ Custom scrollbar */
::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}
/* Track */
::-webkit-scrollbar-track {
    margin-top: 10px;
    margin-bottom: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #CCCCCC;
    border-radius: 10px;
}
/* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
    background: #CCCCCC;
}
/* -- Custom scrollbar */