<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*==========================================================================
========================Adjust the body and global styles===================
==========================================================================*/
body{
    font-family: 'Open Sans', sans-serif;
}

.clear {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
}
a, a:hover, a:active{
    text-decoration: none;
}
a:focus {
    outline: none !important;
}
.full-width-container{
    width: 100%;
}
.accordion,
.accordion-wl{
    margin: 0;
}
.accordion-content,
.accordion-content-wl{
    display: none;
}
.accordion-wrap,
.accordion-wrap li,
.accordion-wrap-wl li{
    margin: 0;
    padding: 0;
    list-style: none;
}
.accordion-head:hover,
.accordion-head-wl:hover{
    cursor: pointer;
}
.upper-z-class{
    z-index: 1000;
    position: relative;
}
.default-transition-effect,
.default-transition-effect a{
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.sliding-doors-add,
.sliding-doors-fullsemi-add{
    text-align: center;
}
.sliding-doors-wrap{
}
.sliding-doors-wrap,
.sliding-doors-fullsemi,
.trigger-sliding-doors .sliding-doors-triggered,
.trigger-sliding-doors .sliding-doors-semi-triggered,
.sliding-doors-trigger-bind,
.soap-effect-wrap{
    position: relative;
    display: inline-block;	
    overflow: hidden;
}
.sliding-doors-add:after,
.sliding-doors-fullsemi-add:after{
    content: '\2B';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 200;
    overflow: auto;
    max-height: 100%;
    font-weight: 300;
    color: #fff;
    opacity: 0;

    transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
}
.sliding-doors-add:after{
    line-height: inherit !important;
}
.sliding-doors-wrap:after,
.sliding-doors-wrap:before,
.sliding-doors-fullsemi:after,
.sliding-doors-fullsemi:before,
.trigger-sliding-doors .sliding-doors-triggered:after,
.trigger-sliding-doors .sliding-doors-triggered:before,
.trigger-sliding-doors .sliding-doors-semi-triggered:after,
.trigger-sliding-doors .sliding-doors-semi-triggered:before,
.sliding-doors-trigger-bind:after,
.sliding-doors-trigger-bind:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.sliding-doors-wrap:after,
.sliding-doors-wrap:before,
.trigger-sliding-doors .sliding-doors-triggered:after,
.trigger-sliding-doors .sliding-doors-triggered:before{
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -o-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    transform: skew(-25deg);
}
.sliding-doors-fullsemi:after,
.sliding-doors-fullsemi:before,
.sliding-doors-trigger-bind:after,
.sliding-doors-trigger-bind:before,
.trigger-sliding-doors .sliding-doors-semi-triggered:after,
.trigger-sliding-doors .sliding-doors-semi-triggered:before{
    -webkit-transform: skew(-45deg);
    -moz-transform: skew(-45deg);
    -o-transform: skew(-45deg);
    -ms-transform: skew(-45deg);
    transform: skew(-45deg);
}
.sliding-doors-wrap:after,
.sliding-doors-fullsemi:after,
.trigger-sliding-doors .sliding-doors-triggered:after,
.sliding-doors-trigger-bind:after,
.trigger-sliding-doors .sliding-doors-semi-triggered:after{
    background: rgba(237, 75, 31, 0.8);

    -webkit-transition: right .2s ease-in-out;
    -moz-transition: right .2s ease-in-out;
    -o-transition: right .2s ease-in-out;
    -ms-transition: right .2s ease-in-out;
    transition: right .2s ease-in-out;
}
.sliding-doors-fullsemi:after,
.sliding-doors-trigger-bind:after,
.trigger-sliding-doors .sliding-doors-semi-triggered:after{
    background: rgba(237, 75, 31, 0.9);
}
.sliding-doors-wrap:after,
.trigger-sliding-doors .sliding-doors-triggered:after{
    right: -125%;
}
.sliding-doors-fullsemi:after,
.sliding-doors-trigger-bind:after,
.trigger-sliding-doors .sliding-doors-triggered:after,
.trigger-sliding-doors .sliding-doors-semi-triggered:after{
    right: -150%;
}
.sliding-doors-wrap:before,
.sliding-doors-fullsemi:before,
.trigger-sliding-doors .sliding-doors-triggered:before,
.sliding-doors-trigger-bind:before,
.trigger-sliding-doors .sliding-doors-triggered:before,
.trigger-sliding-doors .sliding-doors-semi-triggered:before{
    background: rgba(237, 75, 31, 0.5);

    -webkit-transition: left .2s ease-in-out;
    -moz-transition: left .2s ease-in-out;
    -o-transition: left .2s ease-in-out;
    -ms-transition: left .2s ease-in-out;
    transition: left .2s ease-in-out;
}
.sliding-doors-fullsemi:before,
.sliding-doors-trigger-bind:before,
.trigger-sliding-doors .sliding-doors-triggered:before,
.trigger-sliding-doors .sliding-doors-semi-triggered:before{
    background: rgba(237, 75, 31, 0.7);
}
.sliding-doors-wrap:before,
.trigger-sliding-doors .sliding-doors-triggered:before{
    left: -125%;
}
.sliding-doors-fullsemi:before,
.sliding-doors-trigger-bind:before,
.trigger-sliding-doors .sliding-doors-triggered:before,
.trigger-sliding-doors .sliding-doors-semi-triggered:before{
    left: -150%;
}
.sliding-doors-fullsemi:hover:after,
.sliding-doors-fullsemi:hover:before,
.sliding-doors-wrap:hover:after,
.sliding-doors-wrap:hover:before,
.trigger-sliding-doors:hover .sliding-doors-triggered:before,
.trigger-sliding-doors:hover .sliding-doors-triggered:after,
.sliding-doors-trigger-bind.sliding-doors-binded:after,
.sliding-doors-trigger-bind.sliding-doors-binded:before,
.trigger-sliding-doors .sliding-doors-semi-triggered:after,
.trigger-sliding-doors .sliding-doors-semi-triggered:before{
    z-index: 100;
}
.sliding-doors-fullsemi:hover:after,
.sliding-doors-wrap:hover:after,
.trigger-sliding-doors:hover .sliding-doors-triggered:after,
.sliding-doors-trigger-bind.sliding-doors-binded:after,
.trigger-sliding-doors:hover .sliding-doors-semi-triggered:after{
    right: -50%;
}
.sliding-doors-fullsemi:hover:before,
.sliding-doors-wrap:hover:before,
.trigger-sliding-doors:hover .sliding-doors-triggered:before,
.sliding-doors-trigger-bind.sliding-doors-binded:before,
.trigger-sliding-doors:hover .sliding-doors-semi-triggered:before{
    left: -50%;
}
.sliding-doors-wrap:hover .sliding-doors-add:after,
.sliding-doors-fullsemi:hover .sliding-doors-fullsemi-add:after,
.trigger-sliding-doors:hover .sliding-doors-triggered:after,
.trigger-sliding-doors:hover .sliding-doors-semi-triggered:after{
    opacity: 1;
}
.soap-effect-wrap{
    background: #c0c0c0;
}
.soap-effect-wrap img{
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.soap-effect-wrap:hover img{
    opacity: .7;
}
/*boxy slider controls*/
.boxy-slider-controls .bx-wrapper{
    position: relative;
}
.boxy-slider-controls .bx-prev, 
.boxy-slider-controls .bx-next{
    position: absolute;
    z-index: 1000;
    font-size: 0;
    text-align: center;
    line-height: 30px;
    text-indent: 9999em;
    background: #a7a7a8;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.boxy-slider-controls .bx-prev:hover,
.boxy-slider-controls .bx-next:hover{
    background: #ed4b1f;
}
.boxy-slider-controls .bx-prev{
    left: 0;
}
.boxy-slider-controls .bx-next{
    right: 0;
}
.boxy-slider-controls .bx-prev:after,
.boxy-slider-controls .bx-next:after{
    font-family: 'FontAwesome';
    top: 50%;
    position: absolute;
    z-index: 1200;
    color: rgb(253, 253, 253);
    font-size: 16px;
    margin-top: -7px;
    line-height: 1;
    margin-left: -3px;
}
.boxy-slider-controls .bx-prev:after{
    content: '\f104';
}
.boxy-slider-controls .bx-next:after{
    content: '\f105';
    margin-left: -2px;
}

#tabs, .tabs { overflow: hidden; }
#tabs li, .tabs li{ list-style: none; }

#content &gt; div, .content &gt; div {
    opacity: 0;
    display: none;
}

#content .current, .content .current { display: block; opacity: 1;}
#content #home.first, .content .home.first { display: block; }

.animated {
    -webkit-animation-duration: .2s;
    -moz-animation-duration: .2s;
    -o-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
/*==========================================================================
========================Some multipurpose colors bellow=====================
==========================================================================*/


/*==========================================================================
================Adjust the top header aka logo + top menu===================
==========================================================================*/

/*===========================
=====top social buttons======
===========================*/
.top-buttons-wrapper{
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
}
.top-left-side{
    text-align: left;
}
.top-right-side{
    text-align: right;
}
.top-social-buttons{
    position: relative;
    display: inline-block;
}
.top-left-social-buttons{
    font-size: 12px;
    color: #57585a;
}
.top-left-social-buttons{
    margin-left: 15px;
}
.top-left-social-buttons:first-child{
    margin-left: 0;
}
.top-left-social-buttons i{
    margin-right: 5px;
    vertical-align: middle;
    font-size: 18px;

}
.top-left-social-buttons:hover{
    color: #ed4b1f;
}
.top-right-social-buttons{
    margin-left: 15px;
    color: #c6c6c6;
}
.top-right-social-buttons:hover{
    color: #ed4b1f;
}
/*===========================
============The logo=========
===========================*/
.logo-wrap{
    float: left;
    display: table;
    height: 91px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
}

.logo-wrap a{
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
}
.logo-wrap a img{
    width: 170px;
    transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
}
.sticky-nav .logo-wrap a img{
    width: 140px;
    transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
}

/*======footer logo=====*/
.logo-wrap a span{
    font-size: 14px;
    margin-left: 10px;
    font-weight: 300;
    color: #7F8C8D;
}
/*===========================
============The menu=========
===========================*/
.top-nav-container{
    position: relative;
}
.top-nav-container:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    z-index: 1;
    bottom: 0;
}
.menu-hook{
    position: relative;/*static back on smaller screens*/
    z-index: 100;
}
.main-nav{
    float: right;
    position: static;/*relative back on smaller screens*/
}
.main-nav ul{
    margin: 0; 
}
.main-nav ul li{
    position: relative;
    border-bottom: 3px solid transparent;
    list-style: none; 
    float: left;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.main-nav ul li.complete-collapse{
    position: static;
}
.main-nav ul li a{
    min-width: 60px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    background: transparent !important;

    color: #2c3e50;
    text-align: center;
    line-height: 88px;

    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.main-nav ul li a:hover{
    text-decoration: none;
}
.main-nav li ul li a{
    text-align: left;
    text-indent: 10px;
}
.main-nav li.complete-collapse ul li a{
    text-indent: 0;
    padding: 0;
    min-width: 100%;
}
.main-nav li &gt; ul{
    display: none;
}
.main-nav li:hover{
    border-bottom: 3px solid #be3c19;
}
.main-nav li:hover{
    background: #ed4b1f;
}
.main-nav li.complete-collapse:hover li,
.main-nav li:hover li{
    background: none;
}
.main-nav li:hover &gt; a{
    color: #fff;
}
.main-nav .light-layout li li a{
    color: #57585a;
    font-weight: 700;
}
.main-nav .dark-layout li li a{
    color: #cccccc;
    font-weight: 700;
}
.main-nav li li a:hover{
    color: #ed4b1f;
}
.main-nav li:hover &gt; ul{
    display: block;
    position: absolute;
    background: #fff;
    top: 91px;
    z-index: 500;
}
.main-nav .dark-layout li:hover &gt; ul{
    background: #1f1f1f;
}
.main-nav li.complete-collapse:hover &gt; ul{
    left: 0;
    width: 100%;
    padding: 20px 30px;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.main-nav .dark-layout li.complete-collapse:hover &gt; ul{
    background: #1f1f1f;
}
.main-nav li.complete-collapse:hover ul{
    display: block;
}
.main-nav li &gt; ul li a{
    width: 200px;
    height: 50px;
    line-height: 50px;
    color: #57585a;
    border-bottom: 1px solid #d3d6d8;
}
.main-nav li.complete-collapse &gt; ul li a{
    line-height: 30px;
    height: 30px;
}
.main-nav li.complete-collapse &gt; ul li a{
    border: none;
}
.main-nav li &gt; ul li,
.main-nav li &gt; ul li:hover{
    border-bottom: none;
}
.main-nav li.complete-collapse:hover ul &gt; li{
    width: 25%;
    border-right: 1px solid #e8e8e8;
    padding-right: 20px;
    padding-left: 40px;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.main-nav li.complete-collapse:hover ul &gt; li:first-child{
    padding-left: 0;
}
.main-nav li.complete-collapse:hover ul &gt; li:last-child{
    border: none;
    padding-right: 0;
}
.main-nav li.complete-collapse:hover ul li ul li {
    border: none;
    padding: 0;
}
.main-nav li.complete-collapse:hover ul li:hover ul{
    position: static;
}
.main-nav li.complete-collapse:hover ul li ul li,
.main-nav li.complete-collapse:hover ul li ul li:hover{
    position: static;
    display: block;
    float: left;
    width: 100%;
}
.main-nav .light-layout li:hover ul li ul li a{
    color: #88898a;
    font-weight: 400;
}
.main-nav .light-layout li:hover ul li ul li a:hover{
    color: #ed4b1f;
}

/*the second level styling first*/
.main-nav ul li ul li:hover &gt; ul{
    left: 220px;
    top: 0;
}
/*the third level styling first*/
.main-nav ul li ul li ul li:hover&gt; ul{
    left: 220px;
    top: 0;
}

/*sticky nav*/
.fixed-nav{
    position: fixed;
    top: 42px;
    z-index: 9999;
    background: #fff;
    transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
}
.sticky-nav{
    position: fixed;
    top: 0;
    transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
}

/*==========================================================================
==========================Custom pages build================================
==========================================================================*/
/*===========================
======custom pages bellow====
============================*/
/*shortcodes*/
.iso-wrap{
    width: 100%;
    margin: 0 0 20px;
}
.iso-filters-trigger{
    padding: 10px 0;
}
.iso-filters-trigger-content{
    margin: 0 0 0 54px;
}
.iso-filters-trigger span{
    color: rgba(0,0,0,0.4);
    width: 40px;
    height: 40px;
    margin-right: 10px;
    line-height: 40px;
    text-align: center;
    background: #F6F6F6;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: 0;
    outline: 0;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);

    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.iso-filters-trigger span:hover{
    color: rgba(0,0,0,0.5);
    background: #dcdcdc;
}
.iso-filters-trigger span:active{
    color: rgba(0,0,0,0.7);
    text-decoration: none;
    background: #e3e3e3;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.counter-email-form{
    max-width: 100% !important;
    width: 410px;
    height: 40px;
    display: inline-block;
    position: relative;
    background: rgba(255,255,255,0.1);
}
.counter-email-button{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40px;
    background: #ed4b1f; 
    border: none;
}
.counter-email-button:after{
    content: '';
    position: absolute;
    top: 8px;
    left: 8px;
    width: 24px;
    height: 24px;
    background: url(/images/anielskimlyn/tools/core-services.png) -286px -95px no-repeat;
}
.counter-email-button:hover{
    background: #E0471D;
}
.counter-email-input{
    background: none;
    border: none;
    line-height: 40px;
    width: 100%;
    height: 40px;
    padding-right: 55px;
    padding-left: 15px;
    color: #fff;
    font-size: 13px;
}

.counter-email-input::-webkit-input-placeholder { 
    color: #fff;
    font-size: 13px;
}
.counter-email-input::-moz-placeholder { 
    color: #fff !important;
    font-size: 13px;
    opacity: 1;
} 
.counter-email-input:-ms-input-placeholder { 
    color: #fff;
    font-size: 13px;
}
.counter-email-input:-moz-placeholder { 
    color: #fff !important;
    font-size: 13px;
    opacity: 1;
}
@-moz-document url-prefix() { 
    .counter-email-input::-moz-placeholder { 
        color: #fff;
        font-size: 13px;
    }
}

.coming-soon-container{
    background: url(/images/anielskimlyn/tools/coming-soon.png) 0 20% no-repeat;
    height: 100%;
}
.coming-soon-header-wrap{
    background: #292a2b;
    padding: 35px 0;
}
.counter-container{
    text-align: center;
    margin-bottom: 95px;
    margin-top: 60px;
}
.countdown-item{
    display: inline-block;
    margin: 10px;
}
.countdown-description{
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    margin: 15px 0;
}
.custom-top-blurbs{
    padding-top: 80px;
}
.custom-top-blurbs .core-services-item-icon-teaser{
    border-color: #f9f9f9;
}
.bottom-slider-container{
    display: block;
}
.st-sliders-heading{
    font-size: 18px;
    font-weight: 400;
    color: #57585a;
    line-height: 1.1;
    margin: 0 0 10px;
}
.st-sliders-description{
    font-size: 13px;
    color: #a7a7a8;
    margin: 0 0 20px;
}
.st-sliders-columns{
    margin-top: 100px;
    margin-bottom: 100px;
}
.pt-container{
    margin-top: 95px;
    margin-bottom: 95px;
}
.pt-top-info{
    float: left;
    width: 100%;
    background: #8a8a8a;
    border-bottom: 1px solid #a2a2a2;
    padding: 20px 0;
    text-transform: uppercase;
    color: #e2e2e2;
}
.pt-important .pt-top-info{
    background: #d5431c;
}
.pt-price-duration{
    background: #959595;
    padding: 20px 0;
    float: left;
    width: 100%;
}
.pt-important .pt-price-duration{
    background: #ed4b1f;
}
.pt-price{
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    margin: 0 0 15px;
}
.pt-duration{
    color: #fff;
    margin: 0;
}
.pt-info{
    float: left;
    width: 100%;
    border: 1px solid #eae8e8;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.pt-info-item{
    color: #a7a7a8;
    padding: 15px 0;
    background: #fff;
    border-bottom: 1px solid #eae8e8;
}
.pt-sign-up-button{
    background: #57585a;
    text-transform: uppercase;
    padding: 10px 20px;
    margin: 10px 0;
    color: #fff;
    display: inline-block;
}
.pt-important .pt-sign-up-button{
    background: #ed4b1f;
}
.pt-sign-up-button:hover{
    background: #ED4B1F;
    color: #fff;
}
.pt-important .pt-sign-up-button:hover{
    background: #ca401a;
}
.pt-info-item:last-child{
    border-bottom: none;
}
.testimonials-columns{
    margin-top: 95px;
    margin-bottom: 95px;
}
.simple-testiomonial-container{
    position: relative;
}
.simple-testimonial-bio-wrap{
    position: absolute;
    left: 0;
    top: 0;
    width: 115px;
}
.simple-testimonial-bio-content{
    padding-left: 130px;
}
.simple-testimonial-bio-image{
    float: none !important;
    display: inline-block;
    margin-bottom: 17px !important;
}
.simple-testimonial-bio-name{
    font-size: 15px;
    color: #57585a;
    margin: 0 0 10px;
    font-weight: 400;
    line-height: 1;
}
.simple-testimonial-bio-position{
    color: #ed4b1f;
    font-size: 13px;
    font-style: italic;
    position: relative;
}
.simple-testimonial-bio-position:before,
.simple-testimonial-bio-position:after{
    position: absolute;
    bottom: -30px;
    color: #9aa7af;
    font-size: 30px;
    left: 50%;
}
.simple-testimonial-bio-position:after{
    content: '\201C';
    margin-left: -15px;
}
.simple-testimonial-bio-position:before{
    content: '\201D';
    margin-right: -15px;
}
.simple-testimonial-bio-content p{
    color: #a7a7a8;
    font-size: 13px;
    margin: 0 0 30px;
}
.st-cta-column{
    margin: 100px auto;
    padding: 45px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.st-cta-heading{
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1;
    margin: 0 0 15px;
}
.st-cta-content{
    font-size: 13px;
    margin: 0 0 35px;
    line-height: 1.2;
}
.st-cta-link{
    font-size: 14px;
    text-transform: uppercase;
    padding: 15px 20px;
    border-radius: 3px;
}
.orange-background{
    background: #ed4b1f;
}
.orange-background .st-cta-heading,
.orange-background .st-cta-content,
.orange-background .st-cta-link,
.white-background .st-cta-link{
    color: #fff;
}
.orange-background .st-cta-link{
    background: #be3c19;
}
.white-background .st-cta-link{
    background: #ed4b1f;
}
.orange-background .st-cta-link:hover,
.white-background .st-cta-link:hover{
    background: #ca401a;
}
.white-background .st-cta-heading{
    color: #57585a;
}
.white-background .st-cta-content{
    color: #a7a7a8;
}
.video-background{
    position: relative;
    overflow: hidden;
}
.video-bg{
    position: absolute;
    top: -200px;
    left: 0;
    width: 100%;
    z-index: 9997 !important;
}
.video-bg video{
    position: absolute;
    min-width: 100%;
    z-index: 9997 !important;
}
.video-bg-upper{
    position: relative;
    z-index: 9998;
}
.st-static {
    padding: 100px 0;
}
.st-static-background{
    padding: 100px 0;
    background: url(/images/anielskimlyn/custom-pages/parrallax-top-single.jpg) 50% 50% fixed !important;
}
.home_slider_replace_section {
    padding: 200px 0 !important;
}
.dark-layout-colors.st-static-background{
    background: #fff;
}
.st-section-heading{
    margin: 0 0 20px;
    line-height: 1.1;
    font-size: 30px;
    color: #fff;
    font-weight: 400;
}
.dark-layout-colors .st-section-heading{
    color: #57585a;
}
.video-background .st-section-heading{
    color: #fff;
}
.st-section-content{
    margin: 0 0 95px;
    font-size: 13px;
    color: #fff;
}
.dark-layout-colors .st-section-content{
    color: #a7a7a8;
    font-size: 18px;
    margin: 0;
}
.video-background .st-section-content{
    color: #fff;
}
.column-rows{
    margin-top: 45px;
}
.columns-content{
    padding: 40px 0;
}
.st-columns-container{
    padding-bottom: 50px;
}
.columns-heading{
    font-size: 18px;
    line-height: 1.1;
    font-weight: 400;
    color: #57585a;
    margin: 0 0 15px;
}
.st-columns-content{
    font-size: 13px;
    color: #a7a7a8;
    line-height: 20px;
}
.default-st-container{
    background: #f9f9f9;
}
.counters-container{
    background: #f9f9f9;
    padding-bottom: 95px;
}
.counters-container.no-bg{
    background: #fff;
}
.st-conters-heading{
    font-size: 18px;
    line-height: 1.1;
    font-weight: 300;
    color: #57585a;
    margin: 70px 0 50px;
}
.tabs-row{
    position: relative;
}
.st-tabs-heading{
    position: absolute;
    top: 50%;
    margin-top: -8px;
    font-size: 16px;
    color: #57585a;
    font-weight: 400;
    line-height: 1;
}
.cf-shortcodeintro{
    margin-bottom: 40px;
}
.cf-intro-heading{
    line-height: 1.1;
    font-weight: 400;
    font-size: 18px;
    color: #57585a;
    margin:0 0 30px;
}
.cf-intro-content{
    line-height: 1.45;
    color: #57585a;
}
.cf-container{
    margin-bottom: 40px;
}
.cf-row{
    padding-bottom: 70px;
}
.message-wrap{
    position: relative;
    margin-bottom: 30px;
    padding: 14px 40px;
    text-align: center;
    font-size: 13px;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.message-wrap:last-child{
    margin-bottom: 100px;
}
.message-wrap:after,
.close-message{
    position: absolute;
    top: 14px;
}
.message-wrap:after{
    font-family: 'FontAwesome';
    font-size: 16px;
    left: 18px;
}
.close-message{
    right: 18px;
    font-size: 16px;
    font-weight: 700;
    color: #a7a7a8;
}
.close-message:hover{
    color: #a7a7a8;
}
.general-message-wrap{
    border-color: #e2e2e2;
    color: #a7a7a8;
    background: #fff;
}
.general-message-wrap:after{
    content: '\f0c6';
}
.error-message-wrap{
    border-color: #e7a9a9;
    color: #d04544;
    background: #ffe9e9;
}
.error-message-wrap:after{
    content: '\f071';
}
.success-message-wrap{
    border-color: #acd556;
    color: #92b750;
    background: #e9f3d2;
}
.success-message-wrap:after{
    content: '\f024';
}
.notice-message-wrap{
    border-color: #e7d48d;
    color: #cfb306;
    background: #fbf6e3;
}
.notice-message-wrap:after{
    content: '\f06a';
}
.shortcodes-social-buttons-wrap{
    margin-bottom: 50px;
}
.shortcodes-social-buttons-wrap:last-child{
    margin-bottom: 0;
}
.shortcodes-social-buttons-dark-layout{
    background: #292a2b;
}
.shortcodes-social-button{
    display: inline-block;
    margin: 10px 20px;
    font-size: 18px;
}
.shortcodes-social-button i{
    color: #515e6c;
}
.shortcodes-social-buttons-dark-layout .shortcodes-social-button i{
    color: #fff;
}
.shortcode-buttons{
    color: #fdfdfd;
    padding: 15px 45px;
    display: inline-block;
    margin-right: 90px;
}
.shortcode-buttons:last-child,
.smaller-button:last-child{
    margin-right: 0;
}
.shortcode-buttons:hover{
    color: #fff;
}
.shortcode-rounded-corners{
    border-radius: 3px;
}
.smaller-button{
    font-size: 12px;
    padding: 10px 22px;
    margin-right: 65px;
}
.orange-button{
    background-color: #ed4b1f;
}
.orange-button:hover{
    background-color: #e0471d;
}
.pink-button{
    background-color: #eb005d;
}
.pink-button:hover{
    background-color: #de0059;
}
.light-green-button{
    background-color: #6dc37f;
}
.light-green-button:hover{
    background-color: #65b577;
}
.washed-green-button{
    background-color: #50c3af;
}
.washed-green-button:hover{
    background-color: #4ab5a3;
}
.dark-blue-button{
    background-color: #515e6c;
}
.dark-blue-button:hover{
    background-color: #47525e;
}
.light-grey-button{
    background-color: #a7a7a8;
}
.light-grey-button:hover{
    background-color: #9a9a9c;
}
.shortcodes-intro{
    margin-top: 100px;
    margin-bottom: 100px;
}
.shortcodes-chapters{
    float: left;
    width: 220px;
    margin-left: 20px;
}
.shortcodes-top-heading{
    font-size: 16px;
    color: #57585a;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 20px;
}
.shortcodes-links,
.shortcodes-links li{
    margin: 0;
    padding: 0;
    list-style: none;
}
.shortcodes-links li{
    margin: 0 0 15px;
}
.shortcodes-links a{
    color: #57585a;
    font-size: 13px;
}
.shortcodes-links a:hover{
    color: #ed4b1f;
}
.shortcodes-links i{
    margin-right: 15px;
    color: #ed4b1f;
}
.shortcodes-content-heading{
    font-size: 18px;
    font-weight: 400;
    color: #57585a;
    line-height: 1;
    margin: 0 0 20px;
}
.shortcodes-content-text{
    margin: 0 0 5px;
    font-size: 13px;
    color: #a7a7a8;
    line-height: 20px;
}
.shortcodes-picture-intro{
    text-align: center;
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.shortcode-uppercase{
    text-transform: uppercase;
}
.shortcodes-demo{
    background: #f9f9f9;
    padding-top: 100px;
}
.fa-rows{
    margin-bottom: 40px;
}
.button-rows{
    margin: 0 0 50px;
}
.fa-rows:last-child{
    margin-bottom: 70px;
}
.button-rows:last-child{
    margin-bottom: 100px;
}
.fa-row-heading{
    font-size: 20px;
    color: #57585a;
    display: inline-block;
    margin: 0 65px 0 0;
}
.fa-top-buttons{
    background: #57585a;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 30px;
    color: #fff;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    margin-right: 38px;
}
.fa-top-buttons:last-child{
    margin-right: 0;
}
.different-sizes .fa-top-buttons{
    margin-right: 61px;
}
.different-sizes .fa-top-buttons:last-child{
    margin-right: 0;
}
.different-sizes .fa-top-buttons:nth-child(3){
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 26px;
}
.different-sizes .fa-top-buttons:nth-child(4){
    width: 50px;
    height: 50px;
    font-size: 22px;
    line-height: 50px;
}
.different-sizes .fa-top-buttons:nth-child(5){
    width: 40px;
    height: 40px;
    font-size: 17px;
    line-height: 40px;
}
.different-sizes .fa-top-buttons:nth-child(6){
    width: 30px;
    height: 30px;
    font-size: 13px;
    line-height: 30px;
}
.different-sizes .fa-top-buttons:nth-child(7){
    width: 20px;
    height: 20px;
    font-size: 8px;
    line-height: 20px;
}
.different-sizes .fa-top-buttons:nth-child(8){
    width: 15px;
    height: 15px;
    font-size: 6px;
    line-height: 15px;
}
.different-colors .fa-top-buttons:nth-child(2){
    background: #ed4b1f;
}
.different-colors .fa-top-buttons:nth-child(3){
    background: #6dc37f;
}
.different-colors .fa-top-buttons:nth-child(4){
    background: none;
    border: 1px solid #a7a7a8;
    color: #a7a7a8;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.different-colors .fa-top-buttons:nth-child(5){
    background: #ed4b1f;
    border: 1px solid #cd2a03;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.different-colors .fa-top-buttons:nth-child(6){
    background: #eb005d;
}
.different-colors .fa-top-buttons:nth-child(8){
    background: #50c3af;
}
.different-colors .fa-top-buttons{
    margin-right: 42px;
}
.different-colors .fa-top-buttons:last-child{
    margin-right: 0;
}
.fa-complete-list{
    margin-top: 100px;
    margin-bottom: 100px;
}
.fa-cl-heading{
    font-size: 24px;
    color: #57585a;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 35px;
}
.fa-cl-wrap{
    float: left;
    position: relative;
}
.fa-teaser-wrap{
    position: absolute;
    width: 100%;
    min-height: 120px;
    bottom: 0;
    text-align: center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSJyZ2JhKDI1NSwgMjU1LCAyNTUsIDApIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2cxKSIgLz48L3N2Zz4=);
    background-image: -webkit-gradient(linear, center top, center bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.fa-teaser-heading{
    font-weight: 800;
    color: #ed4b1f;
    font-size: 60px;
    margin-top: 100px;
}
.fa-cl-content,
.fa-cl-content li{
    padding: 0;
    list-style: none;
}
.fa-cl-content li{
    margin: 0 0 15px;
}
.fa-cl-content li{
    color: #222222;
}
.fa-cl-content li i:before{
    margin-right: 13px;
}
/*contact*/
.fof-container{
    margin-top: 100px;
    margin-bottom: 100px;
}
.main-fof-heading{
    font-weight: 300;
    font-size: 24px;
    color: #57585a;
    margin: 0 0 15px;
    line-height: 1;
}
.secondary-fof-heading{
    font-weight: 700;
    font-size: 14px;
    color: #57585a;
    line-height: 1;
    margin: 0 0 30px;
}
.fof-list,
.fof-list li{
    margin: 0;
    padding: 0;
    list-style: none;
}
.fof-list li{
    position: relative;
    padding-left: 25px;
    font-size: 13px;
    color: #a7a7a8;
    margin-bottom: 15px;
}
.fof-list li a {
    color: #a7a7a8;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.fof-list li a:hover {
    color: #ed4b1f;
}
.fof-list li:before{
    content:"\f105";
    font-family: 'FontAwesome';
    width: 15px;
    height: 15px;
    border: 1px solid #ed4b1f;
    color: #ed4b1f;
    border-radius: 100%;
    line-height: 15px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 1px;

}
.fof-search-form{
    position: relative;
    width: 100%;
    float: left;
    height: 40px;
    border: 1px solid #ed4b1f;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.fof-search-button{
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    background: #ed4b1f;
    z-index: 1000;
    border: none;
}
.fof-search-button i{
    color: #fff;
    font-size: 16px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.fof-search-field{
    height: 38px;
    width: 100%;
    padding-right: 40px;
    padding-left: 10px;
    font-size: 13px;
    color: #c6c6c6;
    float: left;
    border: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.fof-content{
    color: #a7a7a8;
    line-height: 18px;
    margin-bottom: 20px;
}
.map-container iframe{
    min-width: 100%;
    max-width: 100%;
}
.contact-sidebar-widget{
    margin-bottom: 10px;
}
.contact-sidebar-widget-icon{
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #ed4b1f;
    display: inline-block;
    border-radius: 100%;
}
.contact-sidebar-widget-icon i{
    font-size: 13px;
    color: #fff;
}
.contact-sidebar-widget-content{
    display: inline-block;
    vertical-align: top;
}
.contact-sidebar-widget-heading{
    line-height: 1;
    font-size: 16px;
    font-weight: 400;
    color: #57585a;
    margin: 0 0 10px 10px;
}
.contact-form-info-wrapper{
    margin-top: 100px;
    margin-bottom: 100px;
}
.contact-sidebar-widget-entry{
    margin: 0 0 8px 10px;
    font-size: 13px;
    color: #a7a7a8;
}
.contact-form .blog-default-form-title{
    margin-top: 0;
    line-height: 1;
    margin-bottom: 20px;
}
.contact-form.blog-default-form{
    display: block;
    margin: 0;
}
/*isotope portfolios*/
.portfolio-isotope-teaser-image-wrapper{
    float: left;
}
.portfolio-item{
    position: relative;
    margin-bottom: 20px;
}
.portfolio-item:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ed4b1f;
    opacity: 0;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.portfolio-item:hover:after{
    opacity: 1;
}
.portfolio-isotope-content-wrapper{
    position: relative;
    float: left;
    clear: both;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.portfolio-isotope-content-wrapper:after{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: -10px;
    left: 50%;
    margin-left: -11px;
    border-style: solid;
    border-width: 0 11px 10px 11px;
    border-color: transparent transparent #fff transparent;
    opacity: 0;
    z-index: 1260;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.portfolio-item:hover .portfolio-isotope-content-wrapper:after{
    opacity: 1;
}
.portfolio-isotope-2cols-teaser-image-wrapper .sliding-doors-add:after{
    line-height: 300px;
    font-size: 80px;
}
.portfolio-3cols-item .sliding-doors-add:after{
    line-height: 205px;
}
.portfolio-masonry-big-item .sliding-doors-add:after{
    line-height: 370px;
}
.portfolio-small-item .sliding-doors-add:after{
    line-height: 150px;
    font-size: 50px;
}
.portfolio-isotope-headings-wrapper{
    padding: 25px;
    float: left;
    clear: both;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.portfolio-small-item .portfolio-isotope-headings-wrapper{
    padding: 10px;
}
.portfolio-isotope-heading,
.portfolio-isotope-heading a{
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #57585a;
    margin: 0 0 12px;
}
.portfolio-masonry-item .portfolio-isotope-heading,
.portfolio-masonry-item .portfolio-isotope-heading a{
    font-size: 14px;
}
.portfolio-small-item .portfolio-isotope-heading,
.portfolio-small-item .portfolio-isotope-heading a{
    margin-bottom: 4px;
}
.portfolio-item:hover .portfolio-isotope-heading,
.portfolio-item:hover .portfolio-isotope-heading a{
    color: #ed4b1f;
}
.portfolio-small-item .portfolio-isotope-social-wrapper{
    padding: 7px;
}
.portfolio-isotope-category{
    color: #bdbec0;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.portfolio-item:hover .portfolio-isotope-category{
    color: #57585a;
}
.portfolio-isotope-social-wrapper{
    position: relative;
    float: left;
    clear: both;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.portfolio-isotope-social-wrapper:after{
    content: '';
    position: absolute;
    width: 100%;
    padding-right: 2px;
    height: 1px;
    background: #cecece;
    top: 0;
    left: -1px;
}
.portfolio-isotope-social-buttons{
    color: #c6c6c6;
    float: left;
    margin-right: 35px;
}
.portfolio-3cols-item .portfolio-isotope-social-buttons{
    margin-right: 20px;
}
.portfolio-small-item .portfolio-isotope-social-buttons{
    font-size: 11px;
    margin-right: 10px;
}	
.portfolio-isotope-social-buttons:hover{
    color: #ed4b1f;
}
.portfolio-isotope-social-like-button{
    float: right;
    margin-right: 0 !important;
}
.portfolio-isotope-social-buttons i{
    margin-right: 2px;
}
.portfolio-item:hover .portfolio-isotope-social-like-button{
    color: #ed4b1f;
}
.isotope-filters-wrap{
    margin-bottom: 50px;
}
.isotope-filters-wrap ul,
.isotope-filters-wrap li{
    margin: 0;
    list-style: none;
}
.isotope-filters-wrap ul{
    float: left;
    width: 100%;
    clear: both;
    text-align: center;
}
.isotope-filters-wrap li{
    display: inline-block;
    border: 1px solid #ebebeb;
    border-left: none;
}
.isotope-filters-wrap li:first-child{
    border-left: 1px solid #ebebeb;
}
.isotope-filters-wrap li a{
    padding: 15px 20px;
    float: left;
    color: #a7a7a8;
    text-align: center;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.isotope-filters-wrap li a.active,
.isotope-filters-wrap li a:hover{
    background: #ed4b1f;
    color: #fff;
}
.isotope-load-more-button{
    float: left;
    clear: both;
    padding: 15px;
    margin-top: 30px;
    background: #ed4b1f;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.isotope-load-more-button:hover {
    backgorund-color: #ca401a;
    color: #ffffff;
    text-decoration: none;
}
.isotope-load-more-button i{
    margin-right: 10px;
}
/*blog*/
.mini-article-wrapper{
    float: left;
    clear: both;
    width: 100%;
    height: 222px;
    padding-left: 219px;
    margin-bottom: 50px;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.mini-article-wrapper:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: rgba(0,0,0,0);
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.mini-article-wrapper:hover:after{
    background: #ed4b1f;
}
.mini-article-teaser-image{
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    border: 1px solid #dfe5e9;
    border-right: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.mini-article-content-wrap{
    position: relative;
    height: 100%;
    border-left: 1px solid #d2d5d7;
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    float: right;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.mini-article-meta-info{
    float: left;
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
    padding: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.mini-article-title-date-wrap{
    float: left;
}
.mini-article-title,
.mini-article-title a{
    margin: 5px 0 8px;
    line-height: 1;
    font-size: 16px;
    color: #57585a;
    font-weight: 400;
    transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.mini-article-title a:hover,
.mini-article-title a:active{
    color: #ED4B1F;
}
.mini-article-wrapper:hover .mini-article-title a{
    color: #ED4B1F;
}
.mini-article-date{
    font-size: 13px;
    color: #a7a7a8;
}
.mini-article-social-media{
    float: right;
}
.mini-article-social-buttons{
    float: left;
    margin-left: 10px;
    color: #fff;
    font-size: 13px;
    background: #c6c6c6;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}
.mini-article-social-buttons:hover{
    background: #ed4b1f;
    color: #fff;
}
.mini-article-content-teaser{
    padding: 15px 20px 15px 20px;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.mini-article-content-teaser p{
    margin: 0 !important;
    color: #a7a7a8;
    font-size: 13px;
    line-height: 16px;
}
.mini-article-teaser-image .sliding-doors-add:after{
    line-height: 220px;
    font-size: 60px;
    font-weight: 200;
}
.mini-article-tags-wrap.mega-article-tags-wrap{
    position: absolute;
    bottom: 0;
    float: left;
    margin: 0 !important;
    border: none;
    border-top: 1px solid #e8e8e8;
    width: 100%;
    margin: 0;
    padding: 0;
    padding: 8px 20px 8px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.mini-article-tags-wrap .mega-article-name-author{
    margin-right: 10px;
}
.mega-article-name-author a{
    transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.mega-article-name-author a:hover,
.mega-article-name-author a:active{
    color: #ED4B1F;
    text-decoration: none;
}
.full-width-blog-image-teaser.sliding-doors-add:after{
    line-height: inherit;
}
.blog-comments-wrap{
    float: left;
    clear: both;
    margin-top: 50px;
    width: 100%;
}
.blog-comments-number{
    float: left;
    font-size: 18px;
    color: #57585a;
    line-height: 1.1;
    margin: 0;
    font-weight: 400;
}
.leave-a-comment{
    float: right;
    font-size: 13px;
    color: #57585a;
    transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.leave-a-comment:hover,
.leave-a-comment:active{
    color: #ED4B1F;
    text-decoration: none;
}
.leave-a-comment i{
    font-size: 16px;
    color: #ed4b1f;
    margin-right: 7px;
    vertical-align: middle;
}
.blog-default-form{
    float: left;
    width: 100%;
    clear: both;
    margin-top: 30px;
}
.blog-default-form-title{
    font-size: 18px !important;
    color: #57585a !important;
}
.default-form{
    float: left;
    width: 100%;
    clear: both;
    margin: 0;
}
.default-form-fields-wrapper{
    position: relative;
    float: left;
    width: 100%;
}
.default-form-fields-wrapper i{
    position: absolute;
    top: 19px;
    right: 10px;
    font-size: 16px;
    color: #a7a7a8;
}
.default-form-input-fields{
    float: left;
    width: 100%;
    clear: both;
    font-size: 13px;
    color: #a7a7a8;
    border: 1px solid #dddddd;
    padding: 15px;
    margin-bottom: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.default-submit-button{
    width: 100%;
    float: left;
    clear: both;
    border: none;
    background: #ed4b1f;
    color: #fff;
    text-align: center;
    padding: 15px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.default-submit-button:hover,
.default-submit-button:active{
    background: #E0471D;
    text-decoration: none;
}
.default-textarea{
    max-width: 100%;
    min-width: 100%;
    min-height: 160px;
}
.comment-list{
    margin-top: 30px !important;
    width: 100%;
    float: left;
    clear: both;
}
.comment-list, 
.comment-list li{
    margin: 0;
    padding: 0;
    list-style: none;
}
.comment-list-item{
    width: 100%;
    float: left;
    clear: both;
}
.comment-list-item-wrapper{
    float: right;
    clear: both;
    padding-bottom: 22px;
    padding-left: 105px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 20px;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.comment-list-avatar{
    position: relative;
    left: 0;
    top: 0;
    float: left;
    left: -105px;
    margin-right: -105px;
}
.comment-list-item-meta{
    float: left;
    width: 100%;
    margin-bottom: 15px;
    line-height: 1;
}
.comment-list-avatar:hover{
    opacity: .7;
}
.comment-list-item-author{
    float: left;
    color: #ed4b1f;
    font-size: 15px;
}
.comment-list-item-drr{
    float: right;
    color: #999999;
    font-size: 12px;
    margin-top: 3px;
}
.comment-list-item-report{
    color: #ed4b1f;
}
.comment-list-item-report:hover,
.comment-list-item-report:active{
    color: #E0471D;
    text-decoration: none;
}
.comment-list-item-content{
    margin: 0;
    font-size: 13px;
    color: #999999;
}
.comment-list-item-content p{
    margin: 0 !important;
    color: #999999 !important;
    line-height: 1.4;
}
.comment-list-children{
    margin: 0;
}
.comment-list-children li{
    padding-left: 105px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.blog-author-wrap{
    float: left;
    border: 1px solid #f1f1f1;
    position: relative;
    background: #f9f9f9;
    padding: 20px 20px 20px 135px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.blog-author-wrap:before{
    content: '';
    width: 3px;
    height: 100%;
    background: #ed4b1f;
    position: absolute;
    top: -1px;
    left: 0;
    padding: 1px;
}
.blog-author-image{
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 1000;
    top: 10px;
    left: 15px;
    border-radius: 100%;
    overflow: hidden;
}
.blog-author-image:hover{
    opacity: .7;
}
.blog-author-name-positions{
    float: left;
}
.blog-author-social-select{
    float: right;
    position: relative;
}
.blog-author-social-select .fa-caret-down{
    color: #9aa7af;
    font-size: 12px;
    float: left;
    margin-left: 8px;
    margin-top: 5px;
    margin-right: 4px;
}
.blog-author-social-select ul{
    margin: 0;
    float: right;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.blog-author-social-select .accordion-head-wl{
    float: left;
    padding: 5px 5px 5px 5px;
    background: #fff;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.blog-author-social-select .accordion-content-wl{
    position: absolute;
    top: 31px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(235, 235, 235);
    padding: 5px;
    border-top: none;
    width: 21px;
    padding-top: 0;
    padding-bottom: 0;
}
.accordion-content-wl .author-follow-on-buttons{
    margin-bottom: 5px;
}
.author-follow-on-buttons{
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    color: #a7a7a8;
    float: left;
    text-align: center;
    background: #f1f1f1;
    border-radius: 100%;
}
.author-follow-on-buttons:hover{
    background: #21c2f8;
    color: #fff;
}
.blog-default-form{
    display: none;
}
.blog-author-position{
    float: left;
    clear: left;
    color: #a7a7a8;
    font-size: 13px;
}
.blog-author-name{
    color: #ed4b1f;
    font-size: 16px;
    float: left;
    clear: right;
}
.follow-on-ba{
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    color: #57585a;
    font-size: 13px;
}

.blog-author-description{
    font-size: 13px;
    color: #a7a7a8;
    margin-top: 12px;
    margin-bottom: 0 !important;
    font-style: italic;
    float: left;
    padding-top: 15px;
    border-top: 1px solid #e4e4e4;
}
.share-post-wrapper{
    float: left;
    width: 100%;
    clear: both;
    color: #57585a;
    font-size: 16px;
    margin-bottom: 45px;
}
.share-posts-button{
    margin-right: 8px;
    text-align: center;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    background: #f1f1f1;
    display: inline-block;
    line-height: 30px;
}
.share-posts-button:first-child{
    margin-left: 18px;
}
.share-posts-button i{
    font-size: 14px;
    color: #a7a7a8;
}
.share-posts-button:hover{
    background: #21c2f8;
}
.share-posts-button:hover i{
    color: #fff;
}
.mega-article-full-content-wrap blockquote{
    position: relative;
    background: #f9f9f9;
    border: 1px solid #f1f1f1;
    padding-left: 75px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    width: 100%;
    color: #a7a7a8;
    font-style: italic;
    line-height: 1.3;
    float: left;
    clear: both;
    margin-bottom: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.mega-article-full-content-wrap blockquote:after{
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -26px;
    left: 40px;
    margin-left: -18px;
    width: 32px;
    height: 42px;
    background: url(/images/anielskimlyn/tools/core-services.png) -724px 5px no-repeat;
}
.mega-article-full-content-wrap blockquote:before{
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    height: 100%;
    width: 3px;
    padding-bottom: 1px;
    background: #ed4b1f;
}
.social-meta-blog-wrapper{
    margin-left: 0;
}
.social-meta-blog-buttons{
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    color: #ed4b1f;
    border: 1px solid #ee5830;
    margin-bottom: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.social-meta-blog-buttons:hover{
    color: #fff;
}
.social-meta-blog-time-day{
    font-size: 20px;
    font-weight: 300;
    position: relative;
    z-index: 1000;
    margin-top: 8px;
    margin-bottom: -3px;
}
.social-meta-blog-time-month-year{
    font-size: 10px;
    margin-top: 2px;
}
.social-meta-blog-tag-wrap{
    font-size: 20px;
}
.social-meta-blog-tag-wrap i{
    line-height: 60px;
}
.social-meta-blog-like-wrap i,
.social-meta-blog-comments-wrap i{
    margin-top: 15px;
}
.social-meta-blog-likes-number{
    margin-top: -5px;
}
.mega-articles-wrapper{
    margin-top: 100px;
    margin-bottom: 100px;
}
.mega-article{
    margin-bottom: 50px;
    float: left;
    width: 100%;
}
.mega-articles-container{
    float: left;
}
.mega-article-teaser-image{
    max-width: 100%;
}
.mega-article-teaser-image .sliding-doors-add{
    line-height: 340px;
    font-size: 70px;
}
.mega-article-teaser-image .sliding-doors-add img{
    float: left;
}
.mega-article-headings,
.mega-article-headings a{
    color: #57585a;
    font-size: 16px;
    line-height: 1.1;
    margin: 20px 0;
    transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.mega-article-headings a:hover,
.mega-article-headings a:active{
    color: #ED4B1F;
    text-decoration: none;
}
.mega-article-tags-wrap{
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.mega-article-tags,
.mega-article-tags a{
    font-size: 13px;
    color: #a7a7a8;
}
.mega-article-tags i{
    color: #ed4b1f;
    font-size: 13px;
    vertical-align: middle;
    margin-right: 7px;
}
.mega-article-tags{
    float: left;
    margin-right: 18px;
}
.mega-article-full-content-wrap p,
.mega-article-teaser-content{
    font-size: 13px;
    color: #57585a;
}
.mega-article-full-content-wrap p{
    margin-bottom: 30px;
}
.mega-article-full-content-wrap p a{
    color: #ed4b1f;
    font-style: italic;
}
.mega-article-full-content-wrap p a:hover{
    text-decoration: underline;
}
.article-pagination{
    float: left;
    clear: both;
    text-align: center;
}
.article-pagination-wrapper{
    display: inline-block;
    text-align: center;
}
.article-pagination-wrapper a{
    color: #a7a7a8;
    font-size: 13px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;;
    display: block;
}
.article-pagination-wrapper i{
    font-size: 12px;
}
.article-pagination-wrapper a:first-child{
    border-left: 1px solid #f3f3f3;
}
.article-pagination-wrapper a:hover,
.article-pagination-wrapper a.active{
    background: #ed4b1f;
    color: #fff;
}
.article-pagination-wrapper,
.article-pagination-wrapper li{
    margin: 0;
    list-style: none;
}
.article-pagination-wrapper li{
    float: left;
}
.blog-sidebar{
    float: right;
}
.sidebar-widget{
    float: left;
    margin-bottom: 50px;
    clear: both;
    width: 100%;
}
.sidebar-content-heading{
    float: left;
    clear: both;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    color: #57585a;
    line-height: 1;
    margin-bottom: 20px;
}
.sidebar-content{
    float: left;
    clear: both;
    width: 100%;
}
.tweet-widget-author{
    float: left;
    width: 100%;
    clear: both;
    font-size: 15px;
    color: #57585a;
    margin-bottom: 4px;
}
.twitter-icon-wrap{
    float: left;
    font-size: 18px;
    padding: 7px 9px;
    border-radius: 100%;
    vertical-align: middle;
}
.twitter-icon-wrap i{
    z-index: 1000;
    position: relative;
    vertical-align: middle;
}
.tweet-widget-content-wrap:hover i{
    color: #fff;
}
.twitter-widget-author-name{
    float: left;
    margin-top: 9px;
    margin-left: 10px;
}
.tweet-widget-content-link-to{
    font-style: italic;
    color: #21c2f8;
}
.tweet-widget-time-posted{
    width: 100%;
    float: left;
    clear: both;
    font-size: 13px;
    color: #a7a7a8;
    margin: 5px 0;
}
.tweet-widget-content-wrap{
    float: left;
    margin: 10px 0 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e4e8;
}
.tweet-widget-content-wrap:first-child{
    margin-top: 0;
}
.tweet-widget-content-wrap:last-child{
    margin-bottom: 0;
}
.view-all-tweets-wrap{
    float: left;
    width: 100%;
    clear: both;
}
.view-all-tweets-wrap a{
    color: #ed4b1f;
    padding: 5px 0;
    border-bottom: 1px solid #e1e4e8;
    display: block;
    float: left;
    width: 100%;
}
.sidebar-tags{
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
    color: #57585a;
    padding: 8px 10px;
    border:1px solid #ed4b1f;
}
.sidebar-cat-widget-wrap{
    width: 100%;
    float: left;
    clear: both;
    font-size: 13px;
    color: #a7a7a8;
    margin-bottom: 8px;
}
.sidebar-cat-widget-wrap:last-child{
    margin-bottom: 0px;
}
.sidebar-cat-widget-number{
    width: 23px;
    height: 23px;
    text-align: center;
    line-height: 23px;
    float: right;
    border-radius: 100%;
    background-color: #d4d4d4;
    transition: background-color .3s linear;
    -webkit-transition: background-color .3s linear;
    -moz-transition: background-color .3s linear;
    -ms-transition: background-color .3s linear;
    -o-transition: background-color .3s linear;
}
.sidebar-cat-widget-number-container{
    position: relative;
    z-index: 1000;
    color: #fff;
}
.sidebar-cat-widget-wrap i{
    margin-top: 8px;
    margin-right: 5px;
}
.sidebar-cat-widget-wrap:hover .sidebar-cat-widget-number{
    background-color: rgba(0,0,0,0);
    transition: background-color .3s linear;
    -webkit-transition: background-color .3s linear;
    -moz-transition: background-color .3s linear;
    -ms-transition: background-color .3s linear;
    -o-transition: background-color .3s linear;
}
.sidebar-cat-widget-wrap:hover {
    color: #ed4b1f;
}
.sidebar-tab-widget-list{
    margin: 0;
    text-align: center;
}
.sidebar-tab-widget-list li a{
    float: left;
    position: relative;
    display: block;
    line-height: 34px;
    border-bottom: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    border-top: 2px solid #eeeeee;
    background: #eeeeee;
    font-size: 13px;
    color: #a7a7a8;
    width: 50%;
    height: 36px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.sidebar-tab-widget-list li a:after{
    content: '';
    position: absolute;
    top: -2px;
    width: 100%;
    padding-right: 1px;
    left: -1px;
    height: 2px;
    background: #ed4b1f;
    opacity: 0;
}
.sidebar-tab-widget-list li:last-child a{
    border-right: 1px solid #eeeeee;
    border-left: 1px solid #ebebeb;
}
.sidebar-tab-widget-list li:last-child a:after{
    left: auto;
    right: -1px;
}
.sidebar-tab-widget-list li:hover a,
.sidebar-tab-widget-list li.current a{
    background: #fff;
    color: #ed4b1f;
    border-bottom-color: #fff;
}
.sidebar-tab-widget-list li:hover a:after,
.sidebar-tab-widget-list li.current a:after{
    opacity: 1;
}
.sidebar-tab-widget-list li.current:last-child a{
    border-right-color: #ebebeb;
}
.sidebar-tab-widget-list-content{
    background: #fff;
    border-left: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    padding: 15px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.sidebar-tab-widget-title{
    font-size: 15px;
    color: #57585a;
    margin: 10px 0;
}
.sidebar-tab-widget-time{
    font-size: 12px;
    float: left;
    width: 100%;
    color: #a7a7a8;
    margin-bottom: 12px;
}
.sidebar-tab-widget-content-text{
    font-size: 13px;
    color: #a7a7a8;
    margin-bottom: 20px;
}
.sidebar-accordion-wrap li{
    margin-bottom: 10px;
}
.sidebar-accordion-head-expand{
    border-radius: 100%;
    background-color: #a7a7a8;
    transition: background-color .3s linear;
    -webkit-transition: background-color .3s linear;
    -moz-transition: background-color .3s linear;
    -ms-transition: background-color .3s linear;
    -o-transition: background-color .3s linear;
}
li.opened .sidebar-accordion-head-expand,
li:hover .sidebar-accordion-head-expand{
    background-color: rgba(0,0,0,0);
    transition: background-color .3s linear;
    -webkit-transition: background-color .3s linear;
    -moz-transition: background-color .3s linear;
    -ms-transition: background-color .3s linear;
    -o-transition: background-color .3s linear;
}
.sidebar-accordion-head-expanded{
    width: 18px;
    height: 18px;
    float: right;
    border-radius: 100%;
    text-align: center;
    position: relative;
    z-index: 1000;
}
.sidebar-accordion-head-expanded:after{
    content: '\2B';
    font-size: 15px;
    font-weight: 300;
    color: rgb(255, 255, 255);
    line-height: 0;
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1558;
    left: 0;
    top: 50%;
    margin-top: 1px;
}
li.opened .sidebar-accordion-head-expanded:after{
    content: '\2D';
    margin-top: 0px;
}
.sidebar-accordion-head{
    color: #a7a7a8;
    background: #f1f1f1;
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
li .sidebar-accordion-head:hover{
    color: #ed4b1f;
}
li.opened .sidebar-accordion-head{
    color: #ed4b1f;
}
.sidebar-accordion-head-expand{
    float: right;
}
.sidebar-accordion-wrap-content-text p{
    margin-top: 15px;
    margin-bottom: 5px;
    color: #a7a7a8;
    font-size: 13px;
}
.sidebar-social-button{
    width: 37px;
    height: 37px;
    float: left;
    margin-right: 7px;
    margin-bottom: 7px;
    background-color: #f6f6f6;
    text-align: center;
    transition: background-color .3s linear;
    -webkit-transition: background-color .3s linear;
    -moz-transition: background-color .3s linear;
    -ms-transition: background-color .3s linear;
    -o-transition: background-color .3s linear;
}
.sidebar-social-button:hover{
    background-color: rgba(0,0,0,0);
    transition: background-color .3s linear;
    -webkit-transition: background-color .3s linear;
    -moz-transition: background-color .3s linear;
    -ms-transition: background-color .3s linear;
    -o-transition: background-color .3s linear;
}
.sidebar-social-button i{
    position: relative;
    z-index: 1000;
    color: #a7a7a8;
    font-size: 16px;
    line-height: 37px;
}
.sidebar-social-button:hover i{
    color: #fff;
}
.sidebar-search-form{
    width: 100%;
    position: relative;
    float: left;
    clear: both;
    margin: 0;
}
.sidebar-search-button{
    position: absolute;
    z-index: 100;
    right: 2px;
    font-size: 16px;
    width: 28px;
    height: 28px;
    color: #cecece;
    background: none;
    border: none;
    outline: none;
}
.sidebar-search-field{
    width: 100%;
    height: 30px;
    color: #cecece;
    font-size: 13px;
    font-style: italic;
    padding-right: 30px;
    padding-left: 10px;
    border: 1px solid #e5e5e5;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.sidebar-search-field::-webkit-input-placeholder { 
    color: #cecece;
    font-size: 13px;
    font-style: italic; }
.sidebar-search-field::-moz-placeholder { 
    color: #cecece;
    font-size: 13px;
    font-style: italic; } 
.sidebar-search-field:-ms-input-placeholder { 
    color: #cecece;
    font-size: 13px;
    font-style: italic; }
.sidebar-search-fieldinput:-moz-placeholder { 
    color: #cecece;
    font-size: 13px;
    font-style: italic; }
@-moz-document url-prefix() { 
    .sidebar-search-field::-moz-placeholder { 
        color: #cecece;
        font-size: 13px;
        font-style: italic; }
}
/*portfolio single*/

.portfolio-single-wrapper{
    padding: 100px 0;
}
.portfolio-single-social-tags{
    float: right;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
}
.portfolio-single-social-links{
    position: relative;
    padding: 15px 20px;
    float: left;
    color: #c6c6c6;
    text-align: center;
    background: #fff;
    border: 1px solid #ebebeb;
    border-left: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.portfolio-single-social-links i{
    margin-right: 5px;
}
.portfolio-single-social-links:last-child{
    border-right: none;
}
.portfolio-single-social-links:hover{
    background: #ed4b1f;
    border-color: #ed4b1f;
    color: #fff;
}
.portfolio-single-image-slider-wrap{
    position: relative;
}
.view-portfolio-button{
    position: absolute;
    z-index: 120;
    left: 80px;
    top: 12px;
    width: 39px;
    line-height: 39px;
    text-align: center;
    height: 39px;
    font-size: 14px;
    color: #57585a;
    background: rgb(255, 255, 255);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    border: 1px solid #EBEBEB;
}
.view-portfolio-button:hover{
    background: #ED4B1F;
    color: #fff;
}
.portfolio-single-slider-content-teaser-image{
    margin: 30px 0;
    border: 1px solid #dfdfdf;
}

.portfolio-single-image-slider-wrap .bx-prev,
.portfolio-single-image-slider-wrap .bx-next{
    top: 27px;
    width: 39px;
    height: 39px;
    background: #fff;
    line-height: 39px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    border: 1px solid #ebebeb;
}
.portfolio-single-image-slider-wrap .bx-prev{
    left: 20px;
}
.portfolio-single-image-slider-wrap .bx-next{
    left: 140px;
    right: auto;
}
.portfolio-single-image-slider-wrap .bx-prev:after,
.portfolio-single-image-slider-wrap .bx-next:after{
    font-size: 20px;
    color: #57585a;
    margin-top: -10px;
    margin-left: -4px;
}
.portfolio-single-image-slider-wrap .bx-prev:hover:after,
.portfolio-single-image-slider-wrap .bx-next:hover:after{
    color: #fff;
}
.portfolio-single-image-slider-wrap .bx-next:after{
    margin-top: -10px;
    margin-left: -2px;
}
.portfolio-single-content-nfo-heading,
.portfolio-single-related-stuff-heading{
    margin: 0 0 25px;
    color: #57585a;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
}
.portfolio-single-related-stuff-heading{
    margin-top: 45px;
    margin-bottom: 25px;
}
.portfolio-single-content-nfo-content-wrap p{
    color: #a7a7a8;
    font-size: 13px;
    margin: 0;
    line-height: 20px;
}
.portfolio-single-content-sidebar-content-wrap .portfolio-single-publish-date{
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 10px;
    font-size: 13px;
    color: #57585a;
}
.portfolio-single-content-sidebar-content-tags a{
    display: block;
    width: 100%;
    clear: both;
    margin-bottom: 15px;
    color: #a7a7a8;
}
.portfolio-single-content-sidebar-content-tags a:hover{
    color: #ed4b1f;
}
.portfolio-single-content-sidebar-content-tags a i{
    margin-right: 10px;
    color: #ed4b1f;
}

/*team member page*/
.rest-o-team{
    margin-bottom: 100px;
}
.rest-o-team-heading.front-page-heading{
    margin: 50px 0 50px;
    color: #57585a;
}
.coming-soon-info .front-page-heading,
.coming-soon-info .front-page-tagline{
    color: #fff;
}
.team-member-wrap{
    padding-top: 100px;
}
.team-member-slider-wrap{
    border: 1px solid #dfdfdf;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.team-member-description-heading{
    font-size: 15px;
    font-weight: 400;
    color: #57585a;
    line-height: 1;
    margin: 0 0 20px;
}
.team-member-description-content{
    font-size: 13px;
    color: #57585a;
    line-height: 22px;
    margin-bottom: 30px;
}
.team-member-info-row{
    float: left;
    width: 100%;
    clear: both;
}
.team-member-info-row-heading{
    float: left;
    margin-bottom: 10px;
    min-width: 80px;
    font-size: 13px;
    color: #57585a;
    opacity: .6;
}
.team-member-info-row-content{
    font-size: 13px;
    color: #57585a;
}
.team-memeber-teaser-image{
    float: left;
}
.ir-with-link a{
    font-style: italic;
    color: #ed4b1f;
}
.ir-with-link a:hover{
    text-decoration: underline;
}
/*about us page*/
.ready-to-go-wrap{
    background: #ed4b1f;
    padding: 50px 0;
    display: block;
}
.ready-to-go-wrap:hover{
    background: #ca401a;
}
.ready-to-go-link{
    color: #fff;
    font-size: 20px;
}
.ready-to-go-link i{
    margin-left: 30px;
}
.why-to-choose-cols-wrap{
    position: relative;
    padding-right: 65px;
    margin-bottom: 40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.why-to-choose-cols:last-child .why-to-choose-cols-wrap{
    padding-right: 0;
    padding-left: 65px;
}
.why-to-choose-cols:nth-child(2n+2){
    text-align: center;
}
.why-to-choose-cols:first-child,
.why-to-choose-cols:last-child{
    margin-top: 83px;
}
.why-to-choose-cols-wrap i{
    position: absolute;
    top: 0;
    right: 9px;
    padding: 10px;
    background: #ed4b1f;
    font-size: 14px;
    border-radius: 5px;
    color: #fff;
}
.why-to-choose-cols:last-child .why-to-choose-cols-wrap i{
    right: auto;
    left: 9px;
}
.why-to-choose-cols-content{
    margin-bottom: 20px;
}
.why-to-choose-cols-headings{
    font-size: 15px;
    color: #57585a;
}
.why-to-choose-cols-headings:hover{
    color: #ED4B1F;
}
.why-to-choose-cols-text{
    color: #a7a7a8;
    font-size: 13px;
    margin: 5px 0;
}
.about-us-slider-content{
    padding: 90px 0 100px;
}
.about-us-image-slider-heading.front-page-heading{
    margin-top: 0;
}
.why-us-our-services{
    background: #f9f9f9;
    padding-bottom: 100px;
}
.why-us-second-accordion-wrap li{
    margin-bottom: 10px;
    position: relative;
}
.why-us-second-accordion-wrap li .why-us-second-accordion-head:after{
    content: '\f067';
    float: right;
    font-family: "FontAwesome";
    font-size: 14px;
    color: #a7a7a8;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
.why-us-second-accordion-wrap li.opened .why-us-second-accordion-head:after{
    content: '\f068';
    color: #fff;
}
.why-us-second-accordion-wrap li:hover .why-us-second-accordion-head:after{
    color: #fff;
}
.why-us-second-accordion-head{
    position: relative;
    background: #fff;
    padding: 10px 20px;
    border: 1px solid #e0e0e0;
    font-size: 15px;
    color: #57585a;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;

    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
.why-us-second-accordion-wrap li:hover .why-us-second-accordion-head,
.why-us-second-accordion-wrap li.opened .why-us-second-accordion-head{
    background: #ed4b1f;
    color: #fff;
}
.why-us-second-accordion-content{
    border: 1px solid #e0e0e0;
    border-top: none;
    color: #a7a7a8;
    padding: 20px;
    margin: 0;
    font-size: 13px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.shortcode-tabs .why-us-second-accordion-content{
    background: #fff;
}
.multipletabs-container{
    padding: 100px 0;
}
.our-services-tab-list{
    margin: 0;
}
.our-services-tab-list li{
    float: left;
    width: 25%;
    text-align: center;
}
.individual-size-tabs .our-services-tab-list{
    text-align: right;
}
.individual-size-tabs .our-services-tab-list li{
    width: auto;
    float: none;
    display: inline-block;
}
.our-services-tab-list li a{
    text-decoration: none;
    display: block;
    color: #57585a;
    padding: 15px;
    background: #fff;
    border: 1px solid #e0e0e0;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.our-services-tab-list li:hover a,
.our-services-tab-list li.current a{
    color: #fff;
    background: #ed4b1f;
    border: 1px solid #d5431c;
}
.our-services-tab-content{
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 20px;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.our-services-tab-image{
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.our-services-tab-content p{
    color: #a7a7a8;
    font-size: 13px;
    margin: 0 0 15px;
}
.our-services-tab-content p:last-child{
    margin-bottom: 0;
}
/*our team page*/
.meet-team-sec-solo {
    margin: 90px 0 100px;
}
.amazing-skills{
    background: url('/images/anielskimlyn/custom-pages/parrallax-1.jpg') 50% 0 no-repeat fixed !important;
    padding-bottom: 90px;
}
.amazing-skills-intro .amazing-skills-heading,
.amazing-skills-intro .amazing-skills-tagline,
.make-difference-heading.front-page-heading,
.make-difference-tagline.front-page-tagline{
    color: #fff;
}
.amazing-skills-content-heading{
    color: #fff;
    font-size: 15px;
    line-height: 16px;
    margin: 25px 0 20px;
}
.amazing-skills-content-description{
    color: #fff;
    font-size: 13px;
    margin: 0 0 20px;
}
.meet-team-sec-heading.front-page-heading{
    color: #57585a;
}
.meet-the-team-container{
    background: #f9f9f9;
}
.front-page-tagline.meet-team-tagline{
    color: #57585a;
    opacity: .6;
}
.meet-team-sec{
    background: #fff;
    padding-bottom: 100px;
}
.meet-team-no-bottom-padding{
    padding: 0;
}
.meet-team-sec-teaser{
    width: 100%;
    border: 1px solid #e6eaec;
    margin: 0;
    position: relative;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.meet-team-sec-teaser .sliding-doors-add:after{
    line-height: 218px;
    font-size: 50px;
}
.meet-team-sec-teaser:hover{
    border: 1px solid #eb7d60;
}
.meet-team-sec-social{
    position: absolute;
    z-index: 10000;
    width: 30px;
    right: 0;
    bottom: 0;
    opacity: 0;
}
.meet-team-sec-teaser:hover .meet-team-sec-social{
    opacity: 1;
}
.meet-team-sec-people{
    position: relative;
}
.meet-team-sec-people:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ed4b1f;
    opacity: 0;

    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.meet-team-sec-people:hover:after{
    opacity: 1;
}
.meet-team-sec-content{
    margin-top: -5px;
    border: 1px solid #e6eaec;
    border-top: none;
    padding: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.meet-team-sec-name{
    font-size: 15px;
    line-height: 16px;
    color: #57585a;
    margin: 0;
}
.meet-team-sec-people:hover .meet-team-sec-name{
    color: #ed4b1f;
}
.meet-team-sec-position{
    font-size: 13px;
    color: #57585a;
}
.meet-team-sec-description{
    font-size: 13px;
    color: #57585a;
}
.meet-team-sec-social-button{
    float: left;
    clear: both;
    width: 100%;
    height: 30px;
    margin-bottom: 1px;
    text-align: center;
    background: #fff;
}
.meet-team-sec-social-button i{
    line-height: 30px;
    color: #57585a;
}
.meet-team-sec-social-button:hover i{
    color: #ed4b1f;
}
/*services page*/
.why-work{
    padding-bottom: 90px;
}
.why-work-list{
    position: relative;
    padding-left: 60px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.why-work-list:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    background: url(/images/anielskimlyn/tools/core-services.png) no-repeat;
}
.responsive-design-ready:before{
    background-position: -565px -5px;
}
.great-ideas:before{
    background-position: -618px -5px;
}
.perfect-coding:before{
    background-position: -671px -5px;
}
.why-work-list-heading{
    margin: 0 0 15px;
    line-height: 1;
    font-size: 16px;
    color: #ed4b1f;
    font-weight: 600;
}
.why-work-list-content, .why-work-list-content li{
    margin: 0;
    padding: 0;
    list-style: none;
}
.why-work-list-content li{
    font-size: 13px;
    color: #57585a;
    margin-bottom: 10px;
    position: relative;
}
.why-work-list-content li:before{
    content: '\f0da';
    font: normal 13px/1 'FontAwesome';
    color: #ed4b1f;

    margin-right: 10px;
    -webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
}
.what-offer{
    background: #f9f9f9;
    padding-bottom: 90px;
}
.what-offer-video{
}
.what-offer-video video, .what-offer-video iframe{
    width: 100% !important;
    height: auto !important;
    min-height: 300px;
    border: none;
}
.what-offer-description-content{
    margin: 0 0 25px;
    color: #a7a7a8;
    font-size: 13px;
}
.services-intro{
    background: #f9f9f9;
}
.services-teaser-image-wrap{
    margin: 0 0 100px;
}
.make-difference-wrapper{
}
.what-offer-description-list, .what-offer-description-list li{
    list-style: none;
    margin: 0;
    padding: 0;
}
.what-offer-description-list li{
    position: relative;
    font-size: 13px;
    color: #57585a;
    font-style: italic;
    margin-bottom: 10px;
}
.what-offer-description-list li:before{
    content: '\f05d';
    font: normal 16px/1 'FontAwesome';
    color: #ed4b1f;
    margin-right: 10px;
    -webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
}
.make-difference-button{
    border-radius: 5px;
    padding: 15px 20px;
    display: inline-block;
    margin-bottom: 95px;
    color: #fff;
    text-transform: uppercase;
    background: #ed4b1f;
}
.make-difference-button:hover{
    color: #fff;
    background: #ca401a;
}
/*temp stuff*/
.what-our-say-wrapper, .make-difference-wrapper{
    background: url(/images/anielskimlyn/sliders/front-sliders/d1.jpg) 0 0 no-repeat;
}
.make-difference-wrapper{
    background: url(/images/anielskimlyn/custom-pages/about_us.jpg) 50% 0 no-repeat fixed;	
}
/*page header and breadcrumbs*/
.single-page-header{
    background: url(/images/anielskimlyn/custom-pages/parrallax-top-single.jpg) 50% 0 no-repeat fixed;
}
.single-page-heading{
    display: inline-block;
    font-size: 30px;
    line-height: 100px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
}
.single-page-breadcrumbs{
    float: right;
    margin: 50px 0 0;
    padding: 0;
}
.single-page-breadcrumbs li{
    list-style: none;
    float: left;
}
.single-page-breadcrumbs li a{
    color: #fff;
    text-decoration: none;
}
.single-page-breadcrumbs li:last-child{
    margin-right: 0;
}
.single-page-breadcrumbs li:last-child a{
    color: #fff;
}
.single-page-breadcrumbs li a:hover{
    color: #ed4b1f;
}
.single-page-breadcrumbs li:after{
    content: '\3E';
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    margin-left: 5px;
    width: 5px;
    height: 8px;
}
.single-page-breadcrumbs li:last-child:after{
    display: none;
}

/*===========================
======Front pages bellow=====
===========================*/
.front-page-heading{
    margin: 90px 0 15px 0;
    padding: 0;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.1;
    color: #333333;
}
.front-page-tagline{
    margin: 0;
    font-size: 20px;
    font-weight: 300;
    color: #a7a7a8;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 45px;
    padding-left: 0;
}
.make-difference-tagline.front-page-tagline{
    padding-bottom: 25px;
}
/*recent-posts-sliders*/
.recent-posts{
    padding: 90px 0 100px;
    background: #f9f9f9;
}
.recent-posts-item,
.recent-posts-slider{
    position: relative;
}
.recent-posts-slider .bx-controls{
    bottom: 65px;
    width: 100px;
    height: 40px;
    float: right;
    margin-right: -120px;

}
.recent-posts-slider .bx-controls-direction a{
    position: relative;
    text-align: center;	margin-top: -100px;
    margin-right: 15px;
    width: 30px;
    height: 30px;
    font-size: 0;
    overflow: hidden !important;
    z-index: 8000;
    background: #fff;
    float: left;
    border-radius: 100%;
    border: 1px solid #ee5931;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.recent-posts-slider .bx-controls-direction a span{
    float: left;
    width: 100%;

}
.recent-posts-slider .bx-controls-direction a i{
    color: #ed4b1f;
    position: relative;
    font-size: 14px !important;
    line-height: 28px;
    z-index: 9000;
}
.recent-posts-slider .bx-controls-direction a:hover i{
    color: #fff;
}
.recent-posts-slider .bx-controls-direction a.bx-next{
    margin-left: 40px;
}

.recent-posts-item:after{
    content: '';
    position: absolute;
    z-index: 4000;
    top: 175px;
    left: 50%;
    margin-left: -13px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 14px 15px;
    border-color: transparent transparent #fff transparent;
    opacity: 0;

    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.recent-posts-item:hover:after{
    opacity: 1;
}
.recent-posts-slider-image-teaser-wrap{
    float: left;
    clear: both;
    width: 100%;
    height: 189px;
}
.recent-posts-item-content{
    float: left;
    width: 100%;
    border: 1px solid #dfdfdf;
    background: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.recent-posts-slider-image-teaser-wrap .sliding-doors-add:after{
    font-size: 50px;
    line-height: 189px;
}
.recent-posts-item-title{
    display: block;
    font-size: 15px;
    color: #57585a;
    margin-top: 15px;
    margin-bottom: 10px;
}
.recent-posts-item-title:hover{
    color: #ed4b1f;
}
.recent-posts-item:hover .recent-posts-item-title{
    color: #ed4b1f;
}
.recent-posts-item-description{
    color: #57585a;
    font-size: 13px;
    padding: 0 20px 0 20px;
    margin: 0 0 10px;
    box-sizing: border-box;
    height: 100px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.recent-posts-item-meta{
    padding: 10px;
    border-top: 1px solid #dfdfdf;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.recent-posts-item-meta-date{
    float: left;
    font-size: 13px;
    color: #57585a;
}
.recent-posts-item-meta-info{
    text-align: right;
}
.recent-posts-item-meta-comments,
.recent-posts-item-meta-likes{
    display: inline-block;
    margin-left: 10px;
    font-size: 13px;
    color: #88898a;
}
.recent-posts-item-meta-comments i:before,
.recent-posts-item-meta-likes i:before{
    vertical-align: middle;
}
.recent-posts-item-meta-comments:hover,
.recent-posts-item-meta-likes:hover{
    color: #ed4b1f;
}
.recent-posts-content-heading{
    margin-top: 0;
}
.meet-our-team-goto{
    display: inline-block;
    background: #ed4b1f;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 30px;
    margin-top: 25px;
    border-radius: 5px;
}
.meet-our-team-goto:hover {
    background-color: #ca401a;
    color: #ffffff;
    text-decoration: none;	
}
/*our skills*/
.our-skills-items-wrap,
.our-skills-items-wrap li{
    margin: 0;
    padding: 0;
    list-style: none;
}
li.our-skills-item{
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 10px;
}
.our-skills-item .bar-width{
    float: left;
    height: 30px;
    background: #ed4b1f;
}
.blue-counters-bg .our-skills-item .bar-width{
    background: #21c2f8;
}
.our-skills-item .bar-wrap{
    position: relative;
    width: 100%;
    float: left;
    height: 30px;
    background: #e5e5e5;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.our-skills-skill-name{
    position: absolute;
    height: 100%;
    left: 15px;
    font-size: 13px;
    color: #fff;
    line-height: 30px;
}
.our-skills-skill-percentage{
    position: absolute;
    right: 10px;
    height: 100%;
    line-height: 30px;
    font-weight: 400;
    color: #57585a;	
}
.our-skills-skill-percentage i{
    font-style: normal;
}
/*meet our team*/
.meet-our-team{
    padding-bottom: 100px;
}
.meet-our-team-wrap{
    position: relative;
}
.meet-our-team-top-text{
    font-size: 13px;
    margin-bottom: 25px;
    color: #57585a;
}
.testiomonials-demo .meet-our-team-top-text{
    color: #a7a7a8;
}
.meet-our-team-picture{
    width: 150px;
    height: 150px;
    float: left;
    border: 3px solid #cccccc;
    border-radius: 100%;
    margin-right: 20px;
    overflow: hidden;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.testiomonials-demo .meet-our-team-picture{
    width: 125px;
    height: 125px;
    border: none;
}
.testiomonials-demo .meet-our-team-heading{
    color: #2f383d;
    margin-top: 0;
}
.meet-our-team-position{
    color: #ed4b1f;
    font-size: 24px;
    margin-bottom: 10px;
}
.testiomonials-demo .meet-our-team-position{
    color: #a7a7a8;
}
.meet-our-team-description{
    font-size: 13px;
    color: #57585a;
    margin-bottom: 10px;
}
.testiomonials-demo .meet-our-team-description{
    color: #a7a7a8;
    font-style: italic;
}
.meet-our-team-name{
    color: #2f383d;
    font-size: 18px;
    margin-bottom: 5px;
}
.testiomonials-demo .meet-our-team-name{
    color: #57585a;
}
.meet-our-team-social-button{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    text-align: center;
    background: #dddede;
}
.meet-our-team-social-button:hover{
    background: #ed4b1f;
}
.meet-our-team-social-button:before{
    color: #fff;
    text-align: center;
    line-height: 20px;
    display: block;
    font-size: 13px;
}
.meet-our-team-slide-wrap .bx-controls{
    position: absolute;
    top: 100px;
    width: 100%;
    text-align: right;
}
.testiomonials-demo .meet-our-team-slide-wrap .bx-controls{
    top: 10px;
}
.meet-our-team-slide-wrap .bx-controls .bx-pager-item{
    width: 10px;
    height: 10px;
    margin-left: 10px;
    border-radius: 100%;
}
.meet-our-team-slide-wrap .bx-controls .bx-pager-link{
    text-indent: -9999px;
    font-size: 0;
    float: left;
    height: 100%;
    width: 100%;
    background: #dddede;
    border-radius: 100%;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.meet-our-team-slide-wrap .bx-controls .bx-pager-link.active{
    background: #ed4b1f;
}
/*featured work*/
.featured-work{
    float: left;
    clear: both;
    background: #f9f9f9;
}
.featured-work-wrapper {
    position: relative;
    width: 100%;
    float: left;
    clear: both;
    text-align: center;
    padding-bottom: 90px;
}
.featured-work-wrapper .bx-controls{
    position: relative;
    top: -155px;
    width: 100%;
    height: 100%;
}
.featured-work-wrapper .bx-controls a{
    width: 40px;
    height: 40px;
    position: absolute;
    background: #57585a;
    top: 50%;
    margin-top: -20px;
    text-indent: -9999px;
    font-size: 0;

    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.featured-work-wrapper .bx-controls a:hover{
    background: #ed4b1f !important;
}
.featured-work-wrapper .bx-controls a:after{
    font-family:'FontAwesome';
    top: 50%; left: 50%;
    margin-top: -10px;
    position: absolute;
    z-index: 1200;
    color: #fdfdfd;
    font-size: 18px;
    text-indent: 0;
}
.featured-work-wrapper .bx-prev{
    left: 0;
}
.featured-work-wrapper .bx-prev:after{
    content: '\f104';
    margin-left: -6px;
}
.featured-work-wrapper .bx-next{
    right: 0;
}
.featured-work-wrapper .bx-next:after{
    content: '\f105';
    margin-left: -3px;
}

.featured-work-item{
    position: relative;
}
.featured-work-teaser{
    float: left;
    clear: both;
    width: 100%;
}
.featured-work-item:after{
    content: '';
    position: absolute;
    z-index: 4000;
    top: 136px;
    left: 50%;
    margin-left: -13px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 14px 15px;
    border-color: transparent transparent #fff transparent;
    opacity: 0;

    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.featured-work-item:hover:after{
    opacity: 1;
}
.featured-work-item .sliding-doors-add:after{
    font-size: 38px;
    line-height: 150px;
}
.featured-work-item-meta{
    border: 1px solid #dfdfdf;
    float: left;
    width: 100%;
    background: #fff;
    padding: 20px;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.featured-work-item-title{
    font-size: 14px;
    color: #57585a;
}/*
.featured-work-item-title:hover{
        color: #ed4b1f;
}*/
.featured-work-item:hover .featured-work-item-title{
    color: #ed4b1f;
}
.featured-work-item-description{
    color: #a7a7a8;
}

/*Number of stuff said and not done*/
.no-stuff-wrap{
    margin-top: 70px;
    margin-bottom: 70px;
}
.no-stuff-item-icon{
    width: 40px;
    height: 40px;
    background: url(/images/anielskimlyn/tools/core-services.png) no-repeat;
    margin-bottom: 15px;
    display: inline-block;
}
.no-stuff-first-icon{
    background-position: -310px -5px;
}
.no-stuff-second-icon{
    background-position: -385px -5px;
    width: 35px;
}
.no-stuff-third-icon{
    background-position: -450px -5px;
}
.no-stuff-fourth-icon{
    background-position: -528px -5px;
    width: 32px;
    height: 40px;
}
.no-stuff-item-count{
    font-size: 30px;
    color: #57585a;
}
.no-stuff-item-description{
    position: relative;
    margin-top: 30px;
    color: #57585a;
    font-size: 13px;
    text-transform: uppercase;
}
.no-stuff-item-description:after{
    content: '';
    position: absolute;
    top: -13px;
    left: 50%;
    margin-left: -30px;
    background: #ed4b1f;
    width: 60px;
    height: 1px;
}
/*what-our-say*/
.what-our-say-wrapper{
    background: url(/images/anielskimlyn/sliders/front-sliders/our_clients.jpg) no-repeat;
    background-size: cover;
}
.what-our-say-heading{
    color: #fff;
}
.what-our-say-author-wrap{
    float: left;
    width: 90px;
    clear: both;
}
.what-our-say-author-image{
    width: 90px;
    height: 90px;
    margin-bottom: 15px;
    float: left;
    clear: both;
    border: 2px solid #fff;
    border-radius: 100%;
    overflow: hidden;
}
.testimonials-orange-border .what-our-say-author-image{
    border-color: #c6c6c6;
}
.what-our-say-author-name{
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #fff;
}
.testimonials-orange-border .what-our-say-author-name{
    color: #57585a;
}
.what-our-say-author-position{
    margin-top: 5px;
    font-size: 13px;
    text-align: center;
    color: #c4c4c4;
}
.testimonials-orange-border .what-our-say-author-position{
    color: #a7a7a8;
}
.what-our-say-message-wrap{
    position: relative;
    float: right;
    width: 800px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;

    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.testimonials-orange-border .what-our-say-message-wrap{
    border-top: 1px solid #ed4b1f;
    border-bottom: 1px solid #ed4b1f;
    border-right: 1px solid #ed4b1f;
}
.what-our-say-message-wrap:after,
.what-our-say-message-wrap:before{
    content: '';
    position: absolute;
    left: 0;
    background: url(/images/anielskimlyn/tools/tools-sprite.png) no-repeat;
}
.what-our-say-message-wrap:after{
    background-position: -23px -8px;
    width: 3px;
    height: 19px;
    top: -1px;
    left: -3px;
}
.testimonials-orange-border .what-our-say-message-wrap:after{
    background-position: -49px -8px;
}
.what-our-say-message-wrap:before{
    background-position: -23px -32px;
    width: 3px;
    height: 21px;
    left: -3px;
    bottom: -1px;
}
.testimonials-orange-border .what-our-say-message-wrap:before{
    background-position: -49px -32px;	
}
.what-our-say-message-content{
    position: relative;
    padding: 30px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.what-our-say-message-content:after,
.what-our-say-message-content:before{
    content: '';
    position: absolute;
    background: url(/images/anielskimlyn/tools/tools-sprite.png) no-repeat;
}
.what-our-say-message-content:after{
    background-position: 0 0;
    width: 18px;
    height: 55px;
    left: -20px;
    top: 18px;
}
.testimonials-orange-border .what-our-say-message-content:after{
    background-position: -26px 0;	
}
.what-our-say-message-content:before{
    width: 1px;
    left: -3px;
    background: #FFF;
    top: 72px;
    bottom: 1px;
}
.testimonials-orange-border .what-our-say-message-content:before{
    background: #ed4b1f;
}
.what-our-say-message-content p{
    font-size: 13px;
    color: #fff;
    margin: 0 0 10px;
    padding: 0;
}
.testimonials-orange-border .what-our-say-message-content p{
    color: #57585a;
}
.what-our-say-message-content p:last-child{
    margin-bottom: 0;
}
.what-our-say-final-pictures{
    width: 100%;
    float: left;
    clear: both;
    text-align: center;
    margin-bottom: 130px;
}
.what-our-say-final-pictures-pic{
    display: inline-block;
    margin: 0 27px;
}
.what-our-say-final-pictures-pic:first-child{
    margin-left: 0;
}
.what-our-say-final-pictures-pic:last-child{
    margin-right: 0;
}
/*bullets for what-our-say-simple-slider*/
.what-our-say-simple-slider{
    margin-top: 30px;
    margin-bottom: 60px;
}
.testimonials-orange-border .what-our-say-simple-slider{
    margin: 95px auto;
}
.what-our-say-simple-slider .bx-controls{
    text-align: right;
}
.what-our-say-simple-slider .bx-pager-item{
    width: 12px;
    height: 12px;
    margin-left: 10px;
}
.what-our-say-simple-slider .bx-pager-item .bx-pager-link{
    width: 100%;
    height: 100%;
    margin-top: 1px;
    margin-left: 1px;
    float: left;
    text-indent: -9999px;
    font-size: 0;
    background: #ebebeb;
    border-radius: 100%;
}
.testimonials-orange-border .what-our-say-simple-slider .bx-pager-item .bx-pager-link{
    background: #cbcbcb;
}
.what-our-say-simple-slider .bx-pager-item .bx-pager-link.active{
    margin: 0;
    background: transparent;
    border: 1px solid #ebebeb;
}
.testimonials-orange-border .what-our-say-simple-slider .bx-pager-item .bx-pager-link.active{
    border-color: #ed4b1f;
}
/*why-choose*/
.why-choose-wrapper{
    background: #f9f9f9;
    padding-bottom: 90px;
}
.why-choose-accordion-wrap li{
    margin-bottom: 10px;
}
.why-choose-accordion-head{
    position: relative;
    overflow: hidden;
    border: 1px solid #e2ecf0;
    padding: 15px 10px 15px 65px;
    background: #fff;
    color: #34343a;
    font-size: 16px;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    border-radius: 3px;
}
.why-choose-accordion-head:after{
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 48px;
    height: 100%;
    border-right: 1px solid #e2ecf0;
    background: #fff;

    border-radius: 3px;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}
.why-choose-accordion-head:before{
    content: '\2B';
    position: absolute;
    z-index: 200;
    top: 26px; left: 24px;
    margin-top: -10px;
    margin-left: -6px;
    width: 16px;
    height: 20px;
    font-size: 24px;
    font-weight: 300;
    color: #ed4b1f;

    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}
li:hover .why-choose-accordion-head:after,
li.opened .why-choose-accordion-head:after{
    background: #ed4b1f;
}
li:hover .why-choose-accordion-head:before{
    color: #fff;
}
li.opened .why-choose-accordion-head:before{
    content: '\2D';
    font-size: 40px;
    margin-top: -13px;
    color: #fff;
}
.why-choose-accordion-content p{
    padding: 0;
    margin: 15px 0 25px 48px;
    font-size: 13px;
    line-height: 20px;
    color: #57585a;
}
/*core services bellow*/
.core-services-wrapper{
    padding-bottom: 90px;
}
.core-services-item-heading{
    margin: 30px 0 15px 0;
}
.core-services-item-heading,
.core-services-item-heading a{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
    color: #57585a;
}
.core-services-item-wrap:hover .core-services-item-heading a{
    color: #ed4b1f;
}
.blurbs-item-wrap:hover .blurbs-item-heading a{
    color: #ed4b1f;
}
.core-services-item-description,
.core-services-item-description p{
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 13px;
    color: #a7a7a8;
}
.core-services-item-read-more{
    padding: 10px 15px;
    background: #a7a7a8;
    font-weight: 300;
    font-size: 12px;
    color: #fff;
}
.core-services-item-read-more{
    display: inline-block;
    padding: 10px 15px;
    background: #a7a7a8;
    font-weight: 300;
    font-size: 12px;
    color: #fff;
}
.core-services-item-read-more:hover{
    background: #ed4b1f;
    color: #fff;
}
.core-services-item-icon-wrap{
    display: inline-block;
    height: 53px;
    border: 1px solid #ed4b1f;

    border-radius: 15px;
}
.blurbs-item-icon-wrap{
    display: inline-block;
    position: relative;
    height: 145px;
    width: 145px;
    border: 1px solid #f18365;
    border-radius: 100%;
}
.blurbs-item-icon-teaser {
    border-radius: 100%;
    width: 100%;
    height: 100%;
    line-height: 170px;
}
.core-services-item-icon-teaser{
    border-radius: 15px;
    border: 5px solid #FFF;
}
.core-services-item-icon{
    float: left;
    width: 70px;
    height: 70px;
    background: url(/images/anielskimlyn/tools/core-services.png) no-repeat;
}
.blurbs-item-icon{
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    background: url(/images/anielskimlyn/tools/core-services.png) no-repeat;
}
.core-services-item-icon:after{
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0; 
    z-index: 500;
    opacity: 0;
    background: url(/images/anielskimlyn/tools/core-services.png) no-repeat;

    transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
}
.blurbs-item-icon:after{
    content: '';
    position: absolute;
    top: 0; left: 0;
    z-index: 500;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: url(/images/anielskimlyn/tools/core-services.png) no-repeat;

    transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
}
.core-services-item-wrap:hover .core-services-item-icon:after{
    opacity: 1;
}
.blurbs-item-wrap:hover .blurbs-item-icon:after{
    opacity: 1;
}
.core-services-first-icon{
    background-position: 0 0;
}
.core-services-first-icon:after{
    background-position: 0 -70px;
}
.blurbs-first-icon{
    background-position: -786px 0;
}
.blurbs-first-icon:after{
    background-position: -786px -45px;
}
.core-services-second-icon{
    background-position: -70px 0;
}
.core-services-second-icon:after{
    background-position: -70px -70px;
}
.blurbs-second-icon{
    width: 25px;
    height: 45px;
    background-position: -830px 0;
}
.blurbs-second-icon:after{
    background-position: -830px -45px;
}
.core-services-third-icon{
    background-position: -140px 0;
}
.core-services-third-icon:after{
    background-position: -140px -70px;
}
.blurbs-third-icon{
    background-position: -861px 0;
}
.blurbs-third-icon:after{
    background-position: -861px -45px;
}
.core-services-fourth-icon{
    background-position: -210px 0;
}
.core-services-fourth-icon:after{
    background-position: -210px -70px;
}
.blurbs-fourth-icon{
    width: 32px;
    height: 40px;
    background-position: -906px 0;
}
.blurbs-fourth-icon-eddi-1 {
    width: 42px;
    height: 40px;
    background-position: -958px 0;
}
.blurbs-fourth-icon-eddi-1:after{
    background-position: -958px -45px;
}
.blurbs-fourth-icon-eddi-2 {
    width: 42px;
    height: 40px;
    background-position: -998px 0;
}
.blurbs-fourth-icon-eddi-2:after{
    background-position: -998px -45px;
}
.blurbs-fourth-icon-eddi-3 {
    width: 42px;
    height: 40px;
    background-position: -1040px 0;
}
.blurbs-fourth-icon-eddi-3:after{
    background-position: -1040px -45px;
}
.blurbs-fourth-icon-eddi-4 {
    width: 42px;
    height: 40px;
    background-position: -1080px 0;
}
.blurbs-fourth-icon-eddi-4:after{
    background-position: -1080px -45px;
}

.blurbs-fourth-icon:after{
    background-position: -906px -45px;
}

/*===========================
======All sliders bellow=====
===========================*/
/*front page sliders*/
.front-top-slider-wrapper{
    padding-bottom: 0px;
}
.second-rev-slider.front-top-slider-wrapper{
    padding-bottom: 0;
}
/*bx slider*/
.simple-slide-content,
.simple-slide-content li{
    list-style: none;
    margin: 0;
    padding: 0;
}

.bx-pager-item{
    display: inline-block;
}
.bx-pager-item:hover{
    cursor: pointer;
}
.bx-pager-item .bx-pager-link{
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
}
/*revolution slider*/
.uppercase-slide{
    text-transform: uppercase;
}
.center-slide{
    text-align: center;
}
.right-slide{
    text-align: right;
}
/*first captions*/
.first-slide-caption.first-caption{
    font-weight: 300;
    font-size: 26px;
    color: #fff;
    line-height: 50px;
}
.first-slide-caption.second-caption{
    font-weight: 700;
    font-size: 40px;
    color: #fff;
    line-height: 40px;
}
.ls-slider .first-slide-caption.second-caption{
    margin-bottom: 20px;
}
.first-slide-caption.third-caption{
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
}
.ls-slider .first-slide-caption.third-caption{
    margin-bottom: 40px;
}
.first-slide-caption.fourth-caption a,
.first-slide-caption.fifth-caption a,
.second-slide-caption.third-caption a,
.third-slide-caption.third-caption a,
.fourth-slide-caption.third-caption a,
.fifth-slide-caption.third-caption a{
    border-radius: 3px;
    border: 1px solid #fff;
    background: #F96A18;
    color: #fff;        
    padding: 15px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-shadow: 0 0 0.3em #874925, 0 0 0.3em #874925;

}
.first-slide-caption.fourth-caption a:hover,
.first-slide-caption.fifth-caption a:hover,
.second-slide-caption.third-caption a:hover,
.third-slide-caption.third-caption a:hover,
.fourth-slide-caption.third-caption a:hover,
.fifth-slide-caption.third-caption a:hover{
    background: #ed4b1f;
    border: 1px solid #ed4b1f;
}
.ls-slider .first-slide-caption.fourth-caption,
.ls-slider .first-slide-caption.fifth-caption{
    float: left;
}
.ls-slider .second-slide-caption.third-caption{
    margin-top: 50px;
}
.ls-slider .first-slide-caption.fifth-caption{
    margin-left: 50px;
}
.ls-slider .third-slide-caption.third-caption{
    margin-top: 45px;
}
.ls-slider .third-slide-caption.third-caption a{
    display: inline-block;
    float: none;
}
.ls-slider .fifth-slide-caption.third-caption{
    margin-top: 60px;
}
/*second captions*/
.second-slide-caption.first-caption{
    font-weight: 700;
    font-size: 40px;
    color: #FFFFFF;
}
.second-slide-caption.second-caption{
    font-weight: 500;
    font-size: 23px;
    padding-bottom: 12px;
    padding-right: 35px;
    border-bottom: 1px solid #ed4b1f;
    color: #FFFFFF;
}
.ls-slider .second-slide-caption.second-caption{
    margin-top: 20px;
}
/*third captions*/
.third-slide-caption.first-caption{
    font-weight: 800;
    font-size: 36px;
    color: #fff;
}
.third-slide-caption.second-caption{
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    text-align: center;
}
.third-slide-caption.second-caption{
    margin: 0;
    padding: 0;
}
.ls-slider .third-slide-caption.second-caption{
    margin-top: 30px;
}
.ls-slider .third-slide-caption.third-caption{
    text-align: center;
}
/*fourth captions*/
.fourth-slide-caption.first-caption{
    font-weight: 700;
    color: #fff;
    font-size: 44px;
}
.fourth-slide-caption.second-caption{
    font-size: 25px;
    color: #fff;
    font-weight: 400;
}
.ls-slider .fourth-slide-caption.second-caption{
    margin-top: 18px;
}
.ls-slider .fourth-slide-caption.third-caption{
    margin-top: 50px;
}
/*fifth captions*/
.fifth-slide-caption.first-caption{
    font-size: 44px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}
.fifth-slide-caption.second-caption{
    font-size: 25px;
    font-weight: 300;
    color: #fff;
}
.ls-slider .fifth-slide-caption.second-caption{
    margin-top: 30px;
}

/*layer slider*/
.ls-slider-container{
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    max-height: 400px;
    padding-bottom: 130px;
}

/*==========================================================================
================================Adjust the footer===========================
==========================================================================*/
/*footer widgets*/
.footer-widgets-container{
    background: #292a2b;
    padding: 50px 0;
}
.footer-widget-heading{
    margin: 0 0 5px;
    line-height: 70px;
    font-size: 16px;
    font-weight: 700;
}
.footer-widget-heading,
.footer-widget-heading a,
.footer-widget-heading a:visited{
    color: #bdbec0;
}
.footer-widget-heading:hover,
.footer-widget-heading a:hover{
    color: #fff;
}

.footer-widget-content p{
    margin-bottom: 10px;
    font-size: 13px;
    color: #fff;
}
/*footer recent posts widget*/
.footer-recent-posts-container{
    float: left;
    margin-bottom: 20px;
}
.footer-recent-posts-teaser-img-wrap{
    float: left;
    margin: 0 15px 0 0;
}
.footer-recent-posts-teaser-img.sliding-doors-add:after{
    font-size: 30px;
    line-height: 50px;
}
.footer-recent-post-heading,
.footer-recent-post-heading a{
    margin: 0;
    font-size: 13px;
    color: #c6c6c6;
    line-height: 17px;
}
.footer-recent-post-heading:hover,
.footer-recent-post-heading a:hover{
    color: #fff;
}
.footer-recent-posts-time,
.footer-recent-posts-time a{
    font-size: 12px;
    color: #c6c6c6;
}
.footer-recent-posts-time:hover,
.footer-recent-posts-time a:hover{
    color: #ed4b1f;
    cursor: pointer;
}
/*footer tags widget*/
.footer-widget-content a[rel="tag"]{
    color: #fff;
}
.footer-widget-content a[rel="tag"]:hover{
    /*missing effect*/
}
/*footer follow dribble widget*/
.footer-follow-on-teaser-img-wrap{
    float: left;
    margin: 0 5px 5px 0;
}
.footer-follow-on-teaser-img-wrap:nth-child(3n+3){
    margin-right: 0;
}
.footer-follow-on-teaser-img-wrap .sliding-doors-add:after{
    font-size: 30px;
    line-height: 70px;
}
/*footer final logo + bottom menu*/
.footer-logo-wrap{
    height: 60px;
    font-size: 13px;
    color: black;
}
.footer-logo-wrap a span{
    color: #57585a;
    font-weight: 400;
}
/*footer menu*/
footer[role="contentinfo"] .main-nav ul li {
    border-bottom: none;
    border-top: 3px solid rgba(0, 0, 0, 0);
}
footer[role="contentinfo"] .main-nav ul li li,
footer[role="contentinfo"] .main-nav ul li li:hover {
    border-top: none;
}
footer[role="contentinfo"] .main-nav li:hover {
    border-top: 3px solid rgb(190, 60, 25);
}
footer[role="contentinfo"] .main-nav ul li a {
    line-height: 60px;
}
footer[role="contentinfo"] .main-nav ul li &gt; ul li a {
    line-height: 50px;
}
footer[role="contentinfo"] .main-nav li.complete-collapse &gt; ul li a {
    line-height: 30px;
}

footer[role="contentinfo"] .main-nav li:hover &gt; ul{
    top: auto;
    bottom: 63px;
}
footer[role="contentinfo"] .main-nav ul li ul li:hover &gt; ul {
    top: auto;
    bottom: 0;
}
footer[role="contentinfo"] .main-nav ul li ul li ul li:hover&gt; ul {
    top: auto;
    bottom: 0;
}
footer-follow-on-teaser-img-wrap img {
    max-width: 70px;
}
footer-recent-posts-teaser-img img {
    max-width: 55px;
}
.isotope-load-more-button {
    margin-left: 10px;
}
/*==========================================================================
================================Responsive stuff============================
==========================================================================*/
@media (min-width: 980px){
    /*cancel the responsive menu*/
    li.dropdown:after{
        display: none;
    }
}
@media (max-width: 979px) and (min-width: 768px){
    /*fix the shortcodes*/
    .shortcodes-chapters{
        width: 166px;
    }
    /*fix the mega articles*/
    .social-meta-blog-wrapper {
        margin-left: 20px;
        width: 414px;
        text-align: center;
    }
    .social-meta-blog-buttons{
        margin: 5px;
    }
    .mega-article-teaser-image .sliding-doors-add{
        line-height: 261px;
    }

    /*fix some tabs*/
    .our-services-tab-list li{
        width: 50%;
    }

    .footer-recent-posts-content-wrap{
        text-align: right;
    }
}
@media (max-width: 1300px){
    .tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer{
        width: 100% !important;
    }
    .tp-bullets.tp-thumbs .bullet{
        width: 20% !important;
    }
    .tp-bullets.tp-thumbs.round, .tp-mask, .tp-thumbcontainer{
        left: 0 !important;
        padding: 0 !important;
        margin-left: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    .tp-bullets.tp-thumbs.round{
        bottom: -13% !important;
    }
    .ls-custom .ls-thumbnail{

    }
    .bullet.thumb, .tp-bullets.tp-thumbs .bullet.thumb.selected{
        height: auto !important;
    }
    .tp-bullets.tp-thumbs .bullet.thumb:after{
        opacity: 0 !important;
    }
    .tp-bullets.tp-thumbs .bullet.thumb.selected:after{
        opacity: 1 !important;
    }
    .front-top-slider-wrapper{
        overflow: hidden;
        height: 400px;
    }
    .front-top-slider-wrapper img {
        overflow: hidden;
        height: 400px;
    }
}
@media (max-width: 1200px){
    .featured-work-pic-teaser-img.sliding-doors-add:after{
        display: none;
    }
}
@media (max-width: 979px){
    .portfolio-small-item .portfolio-isotope-headings-wrapper{
        padding: 7px;
    }
    .sidebar-social-button{
        width: 34px;
        height: 34px;
    }
    .smaller-images-sidebar.footer-follow-on-teaser-img-wrap img {
        display: block;
        width: 50px;
    }
    .recent-posts-slider .bx-controls-direction a{
        margin-top: -65px;
    }
    .recent-posts-slider-image-teaser-wrap{
        height: auto;
    }
    .why-to-choose-cols:nth-child(2){
        margin-top: 168px;
    }
    .st-tabs-heading{
        position: static;
        margin-bottom: 40px;
    }
    .fa-rows{
        text-align: center;
    }
    .fa-top-buttons{
        margin: 8px 5px;
    }
    .shortcode-buttons{
        margin: auto 10px;
    }
    .different-sizes .fa-top-buttons,
    .different-colors .fa-top-buttons{
        display: inline-block;
        margin: 5px 14px;
    }
    .different-colors .fa-top-buttons{
        margin: 5px 3px;
    }
    .contact-sidebar-widget{
        width: 100%;
        float: left;
        clear: both;
    }
    .contact-sidebar-widget-content{
        max-width: 141px;
        float: left;
    }
    .contact-sidebar-widget-icon{
        float: left;
    }
    .meet-our-team-social-bar{
        float: right;
        margin-right: 52px;
    }
    .bg, 
    .bg-sec{
        //background-position: 50% 50% !important;
        background-position: center;
    }
    .core-services-item-heading{
        min-height: 34px;
    }
    .tp-bullets.tp-thumbs.round{
        bottom: -21% !important;
    }
    /*fix no-stuff */
    .no-stuff-item{
        width: 40%;
        display: inline-block;
        float: none;
        clear: none;
        padding: 0;
        margin: 0;
        margin-bottom: 10px;
        vertical-align: top;
    }
    .what-our-say-final-pictures-pic{
        display: inline-block;
        margin: 0 25px 30px;
    }
    .what-our-say-simple-slider .bx-controls{
        margin-top: 25px;
    } 
    .what-our-say-message-wrap{
        width: 600px;
    }
    .meet-team-sec-teaser .sliding-doors-add:after{
        line-height: 164px !important;
    }
    .portfolio-isotope-2cols-teaser-image-wrapper .sliding-doors-add:after{
        line-height: 229px;
    }
    .portfolio-3cols-item .sliding-doors-add:after{
        line-height: 155px;
    }
    .portfolio-masonry-big-item .sliding-doors-add:after{
        line-height: 283px;
    }
    .portfolio-small-item .sliding-doors-add:after{
        line-height: 113px;
    }
    .portfolio-small-item .portfolio-isotope-social-buttons{
        margin-right: 4px;
    }
    .featured-work-item:after{
        display: none;
    }
    .portfolio-single-content-nfo{
        padding-right: 20px;
        box-sizing: border-box;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        width: 100%;
    }
    .mini-article-wrapper{
        height: auto;
    }
    .mini-article-tags-wrap.mega-article-tags-wrap{
        position: relative;
        border-top: none;
    }
    .full-width-blog-socials{
        width: 100%;
    }
    /*fix no-stuff */
    .no-stuff-item{
        margin-bottom: 20px;
    }
    /*fix the logo*/
    .logo-wrap{
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    /*fix the menu*/
    .menu-hook{
        position: static;
    }
    .top-nav-container{
        position: relative;
    }
    .toggle-navbar{
        position: absolute;
        top: 25px;
        left: 3%;
        width: 40px;
        height: 40px;
        background: rgb(246, 246, 246);
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border: 0;
        outline: 0;
        box-shadow: 0 0 1px rgba(0,0,0,0.4);
    }
    /*fix the menu*/
    .nav-collapse .nav &gt; li {
        float: left !important;
    }
    .in.collapse{
        margin-bottom: 20px;
    }
    .main-nav {
        float: right;
        margin-right: 0;
    }
    .nav-collapse .nav &gt; li &gt; a, 
    .nav-collapse .dropdown-menu a {
        padding: 0 0 0 15px !important; 
        font-weight: normal;
        color: inherit;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .main-nav{
        float: none;
    }
    .main-nav li.complete-collapse:hover ul{
        display: none;
        padding:0 !important;
    }
    .main-nav ul li,
    .main-nav li &gt; ul li a{
        width: 100%;
        height: auto !important;
        border-bottom: none;
        padding: 0 !important;
    }
    .main-nav li li{
        padding-left: 15px !important;
    }
    .main-nav li:hover{
        border: none !important;
    }
    .main-nav ul li a,
    .main-nav li &gt; ul li a{
        width: 100%;
        height: 40px;
        line-height: 40px;
        border-bottom: 2px solid #eaeaea;
        text-align: left;
        color: #6a6a6a;
    }
    .main-nav ul li a:hover,
    .main-nav li:hover &gt; a{
        color: #2c3e50;
    }
    .main-nav ul li{
        text-indent: 0;
    }
    .main-nav ul li ul li{
        text-indent: 30px;
    }
    .main-nav ul li ul li ul li{
        text-indent: 60px;
    }
    .main-nav ul li ul li ul li ul li{
        text-indent: 90px;
    }
    .main-nav ul li:hover{
        background: none;
    }
    .main-nav li:hover &gt; ul,
    .main-nav li &gt; ul{
        display: block;
        position: static;
    }
    li.dropdown{
        position: relative;
    }
    li.dropdown:after{
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        z-index: 400;
        background: rgba(37, 187, 187,0);
        width: 100%;
        height: 42px;
    }
    li.dropdown:hover{
        cursor: pointer;
    }
    .main-nav li:hover &gt; ul,
    .main-nav li.complete-collapse:hover &gt; ul,
    .main-nav li &gt; ul{
        display: none;
    }
    .main-nav li.active ul,
    .main-nav li.complete-collapse.active ul{
        display: block;
    }

    .main-nav &gt; li.dropdown &gt; ul,
    .main-nav &gt; li.complete-collapse.dropdown &gt; ul,
    .main-nav &gt; li.complete-collapse.dropdown &gt; ul li,
    .main-nav li.complete-collapse.dropdown:hover ul &gt; li,
    .main-nav &gt; li.dropdown:hover &gt; ul{
        display: block !important;
        float: left !important;
        width: 100% !important;
    }
    .main-nav ul li{
        border-bottom: none;
    }
    .main-nav ul li a{
        color: #57585A !important;
        font-weight: 400 !important;
    }
    .main-nav ul li a:hover{
        color: #ED4B1F !important;
    }
    .main-nav li.complete-collapse:hover ul &gt; li{
        border: none;
    }
    .main-nav li.complete-collapse &gt; ul li a{
        line-height: 42px;
        border-bottom: 2px solid #EAEAEA;
    }
    /* fix the bottom footer widgets*/

}
@media (max-width: 979px) and (min-width: 769px){
    .footer-follow-on-teaser-img-wrap:nth-child(3n+3){
        margin-right: 5px;
    }
    .about-us-slider-content {
        padding: 90px 0 70px
    }
    .shortcodes-presentation {
        margin-left: 0 !important;
    }
}
@media (max-width: 768px) and (min-width: 569px) {
    .mega-articles-container.span9 .mega-article-content-wrap {
        width: 508px;
    }

    .what-our-say-message-wrap {
        width: 590px !important;
    }

    .shortcodes-presentation {
        width: 720px;
    }
}
@media (max-width: 768px){
    .video-bg video {
        height: 450px;
    }
    .hidden-desktop .isotope-filters a {
        clear: both;
        display: block;
        float: left;
        margin: 5px 0;
        color: #Ed4B1f !important;
    }
    .hidden-desktop .isotope-filters .accordion-head-wl a {
        clear: none;
    }
    .hidden-desktop .isotope-filters .accordion-head-wl {
        clear: both;
    }
    .iso-filters-trigger span {
        float: left;
    }
    .ls-slider {
        display: none;
    }
    .social-meta-blog-wrapper {
        margin-left: 0;
    }
    .fof-container {
        margin-bottom: 70px;
    }
    .why-work-list{
        text-align: center;
        padding: 70px 0 0;
    }
    .why-work-list:before{
        left: 50%;
        margin-left: -24px;
    }
    .recent-posts-slider .bx-controls-direction a{
        margin-top: 0;
    }
    .comment-list-children li{
        padding-left: 0;
    }
    .why-to-choose-cols-wrap ,
    .why-to-choose-cols:last-child .why-to-choose-cols-wrap{
        text-align: center;
        padding: 0;
    }
    .why-to-choose-cols-content{
        padding: 50px 0px 0;
        text-align: center;
    }
    .why-to-choose-cols-content b {
        color: black;font-weight: bold;
    }
    .why-to-choose-cols-wrap i,
    .why-to-choose-cols:last-child .why-to-choose-cols-wrap i{
        right: 50%;
        left: auto;
        margin-right: -17px;
    }
    .why-to-choose-cols:nth-child(2),
    .why-to-choose-cols:first-child, .why-to-choose-cols:last-child{
        margin-top: 60px;
    }
    .mini-article-wrapper{
        width: 47%;
        max-width: 218px;
        display: inline-block;
        float: none;
        overflow: hidden;
        margin-bottom: 22px;
    }
    .mini-article-wrapper:nth-child(odd){
        margin-right: 22px;
    }
    .span12 .mini-article-wrapper {
        margin-right: 21px;
    }
    .mini-article-content-wrap{
        float: none;
        display: inline-block;
        max-width: 218px;
    }
    .mini-article-wrapper:after{
        bottom: 5px;
    }
    .mini-article-title, .mini-article-title a{
        line-height: 1.2;
    }
    .mini-article-tags-wrap .mega-article-name-author{
        margin-right: 0;
        text-align: center;
    }
    .mini-article-tags-wrap .mega-article-tags {
        float: none;
    }
    .pt-container{
        width: 47%;
        display: inline-block;
        margin: 50px 11px 0;
    }
    .pt-container:last-child,
    .pt-container:nth-child(3){
        margin-bottom: 100px;
    }
    .has-bottom-margin{
        float: left;
        margin-bottom: 40px;
    }
    .st-tabs{
        text-align: center;
        margin-bottom: 40px;
    }
    .multipletabs-container{
        padding-bottom: 80px;
    }
    .shortcode-buttons{
        margin: 10px !important;
    }
    .fa-complete-list{
        text-align: center;
    }
    .fa-cl-wrap{
        width: 100%;
    }
    .fa-cl-content{
        width: 49%;
        display: inline-block;
    }
    .fa-row-heading{
        width: 100%;
        margin-bottom: 20px;
    }
    .fa-teaser-heading{
        font-size: 30px;
    }
    .shortcodes-links li{
        display: inline-block;
        margin: 5px 15px 5px 5px;
    }
    .shortcodes-links i{
        margin-right: 5px;
    }
    .shortcodes-chapters{
        width: 100%;
        clear: both;
        margin-left: 20px;
        margin-bottom: 20px;
    }
    .fof-column{
        text-align: center;
        margin-bottom: 30px;
    }
    .recent-posts-slider-image-teaser-wrap{
        height: 120px;
    }
    .recent-posts{
        text-align: center;
    }
    .recent-posts-slider{
        margin-bottom: 50px;
    }
    .recent-posts-slider .bx-controls{
        text-align: center;
        width: 100%;
        margin-top: 20px;
        margin-right: auto;
    }
    .recent-posts-slider .bx-controls-direction a{
        float: none;
        display: inline-block;
        margin: auto;

    }
    .recent-posts-slider .bx-controls-direction a.bx-prev{
        margin-right: -18px;
    }
    .meet-our-team-social-bar{
        margin-right: 120px;
    }
    .why-choose-accordion{
        margin-top: 40px;
    }
    .rest-o-team,
    .meet-teams-sec-container{
        text-align: center;
    }
    .what-our-say-message-wrap{
        width: 290px;
    }
    .why-work-list{
        margin-bottom: 25px;
    }
    .what-offer-video video, 
    .what-offer-video iframe{
        margin-bottom: 25px;
    }
    .core-services-item-wrap{
        width: 44%;
        margin-bottom: 30px;
        padding: 10px;
        display: inline-block;
    }
    .meet-team-sec-content{
        padding: 15px;
    }
    .meet-team-sec-people{
        width: 45% !important;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .meet-team-sec-people:nth-child(2n+1){
        margin-right: 0;
    }
    .meet-team-sec-teaser .sliding-doors-add:after{
        display: block !important;
        opacity: 0 !important;
    }
    .team-member-info-row-heading{
        text-align: right;
    }
    .team-member-description{
        text-align: center;
    }
    .meet-team-sec-people{
        float: none;
        display: inline-block;
        width: auto;
    }
    .team-member-description-heading{
        margin-top: 20px;
    }
    .isotope-filters-wrap li:last-child{
        border-left: 1px solid #EBEBEB;
    }
    .portfolio-3cols-item,
    .portfolio-masonry-item{
        width: 44%;
        display: inline-block;
        clear: none;
        margin-bottom: 10px;
    }
    .portfolio-masonry-item{
        width: 47%;
    }
    .portfolio-masonry-big-item{
        width: 100%;
    }
    .portfolio-3cols-wrapper{
        text-align: center;
    }

    .portfolio-single-slider-content-teaser-image{
        width: 100%;
    }
    .portfolio-single-related-stuff{
        text-align: center;
    }
    .portfolio-single-related-item{
        display: inline-block;
        float: none;
        width: 45%;
        clear: none;
        margin: 5px 5px 0;
    }
    .portfolio-single-image-slider-wrap .bx-prev{
        top: 79px;
        left: 50%;
        margin-left: -67px;
    }
    .portfolio-single-image-slider-wrap .bx-next{
        top: 79px;
        left: 50%;
        margin-left: 30px;
    }
    .view-portfolio-button{
        top: 64px;
        left: 50%;
        margin-left: -19px;
    }
    .portfolio-single-social-tags{
        margin-bottom: 26px;
        margin-left: 20%;
        float: none;
        display: inline-block;
    }
    /*fix the custom pages*/
    .single-page-header{
        text-align: center;
    }
    .single-page-heading{
        line-height: 1.1;
        display: inline-block;
        float: none;
    }
    .single-page-breadcrumbs{
        float: left;
        clear: both;
        width: 100%;
        text-align: center;
        margin: 0 0 10px;
    }
    .single-page-breadcrumbs li{
        display: inline-block;
        float: none;
    }
    .mini-article-wrapper{
        text-align: center;
    }
    .mini-article-title-date-wrap{
        float: none;
        margin-bottom: 15px;
    }
    .mini-article-social-media{
        float: none;
        clear: both;
        width: 100%;
    }
    .mini-article-social-buttons{
        float: none;
        display: inline-block;
    }
    .mini-article-wrapper{
        padding: 0;
    }
    .mini-article-teaser-image{
        position: relative;
        float: none;
        display: inline-block;
        margin-bottom: -6px;
    }
    /*mega blog with sidebar*/

    .social-meta-blog-wrapper {
        width: 100%;
        text-align: center;
    }
    .social-meta-blog-buttons{
        margin: 5px;
    }
    /*about us pages*/
    /*the tabs*/
    .our-services-tab-list li a{
        padding: 10px;
    }
    .about-us-slider-content {
        padding: 90px 0 70px;
    }
    /*fix top social buttons*/
    .top-left-side,
    .top-right-side{
        text-align: center;
    }
    .top-social-buttons{
        display: inline-block;
    }
    /* fix the bottom footer widgets*/
    .footer-widgets{
        text-align: center;
    }
    .footer-recent-posts-container{
        width: 100%;
        text-align: left;
    }
    .footer-widget-content a[rel="tag"]{
        display: inline-block;
        float: none;
        margin-right: 1px;
    }
    .footer-follow-on-teaser-img-wrap{
        float: left;
        margin: 0 13px 15px 0 !important;
    }
    .footer-follow-on-teaser-img-wrap:nth-child(2n+2) {
        margin-right: 0 ;
    }
    .why-us-our-services {
        padding-bottom: 70px;
    }
    .why-to-choose-cols:nth-child(2) {
        margin-top: 235px !important;
    }
}

@media (max-width: 480px){
    .mini-article-content-wrap,
    .mini-article-wrapper,
    .mini-article-teaser-image,
    .mini-article-teaser-image img,
    .portfolio-small-item,
    .portfolio-small-item .portfolio-isotope-teaser-image-wrapper img{
        max-width: 100% !important;
        width: 100% !important;
    }
    .mini-article-wrapper:nth-child(2n+1){
        margin-right: 0;
    }
    .mini-articles-container{
        text-align: center;
    }
    .mini-article-wrapper{
        width: auto;
    }
    .pt-container{
        width: 100%;
        margin: 50px 0;
    }
    .fa-cl-content{
        width: 100%;
    }
    .shortcodes-chapters{
        text-align: center;
    }
    .meet-our-team{
        text-align: center;
    }
    .meet-our-team-picture,
    .meet-our-team-social-bar{
        float: none;
        display: inline-block;
        margin-right: 0;
    }
    .meet-our-team-picture{
        margin-bottom: 10px;
    }
    .meet-our-team-slide-wrap .bx-controls{
        position: absolute;
        top: auto;
        width: 100%;
        text-align: right;
        left: 0;
        right: 0;
        margin: auto;
        bottom: -30px;
        text-align: center;
    }
    /*fix no-stuff */
    .no-stuff-item{
        width: 100%;
    }
    .recent-posts-slider,
    .what-our-say-wrapper{
        display: none;
    }
    .core-services-item-wrap{
        width: 100%;
        padding: 10px 10px 20px;
    }
    .services-tab-list-content-wrap li,
    .individual-size-tabs .services-tab-list-content-wrap li{
        width: 50%;
    }
    .meet-team-sec-people{
        width: 215px !important;
        margin-right: 0;
    }
    .portfolio-masonry-item{
        width: auto;
        float: none;
        clear: none;
    }
    .portfolio-3cols-item{
        width: 100%;
        float: left;
    }
    .portfolio-single-content-nfo{
        padding: 0;
    }
    .portfolio-single-social-tags{
        text-align: center;
        margin-bottom: 18px;
    }
    .portfolio-single-social-links{
        float: none;
        border: 1px solid #EBEBEB !important;
        margin: 3px 3px 4px 3px;
        display: inline-block;
    }
    .portfolio-single-social-tags{
        border: none;
    }
    .portfolio-single-image-slider-wrap .bx-prev, .portfolio-single-image-slider-wrap .bx-next{
        top: 136px;
    }
    .view-portfolio-button{
        top: 121px;
    }
    .portfolio-isotope-social-buttons{
        margin-right: 15px;
    }
    .footer-widget-content.footer-follow-on {
        margin-left: 20%;
    }
    .footer-follow-on-teaser-img-wrap:nth-child(3n+4) {
        clear: left !important;
    }
    .fof-container {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .footer-follow-on-teaser-img-wrap:nth-child(2n+2) {
        margin: 0 13px 15px 0 !important
    }
    .mega-article-tags {
        text-align: center !important;
        float: none !important;
    }
}

@media (max-width: 568px){
    .footer-follow-on-teaser-img-wrap:nth-child(3n+4) {
        clear: left !important;
    }
    .mega-article-tags {
        text-align: center !important;
        float: none !important;
    }
    .footer-widget-content.footer-follow-on {
        margin-left: 20%;
    }
    .top-right-side{
        margin: 10px 0 0;
    }
    .span12 .mini-article-wrapper { 
        margin-right: 20px;
    }
    .mini-article-wrapper:nth-child(2n+2) {
        margin-right: 0px !important;
    }
    .portfolio-single-social-tags {
        margin-left: 0;
    }
}

@media (max-width: 568px) and (min-width: 321px){
    .portfolio-3cols-item, .portfolio-masonry-item {
        margin-right: 23px;
    }
    .portfolio-small-item {
        margin: 0 10px;
        width: 44%;
    }
    .pt-container {
        margin: 50px 5px 0;
    }
}

@media (max-width: 320px){ 
    .footer-widget-content.footer-follow-on {
        margin-left: 30px;
    }
    .why-to-choose-cols:nth-child(2) {
        margin-top: 20px;
    }
    .footer-follow-on-teaser-img-wrap:nth-child(2n+2) {
        margin: 0 13px 15px 0 !important
    }
    .span12 .mini-article-wrapper {
        margin-right: 0;
    }
    .portfolio-3cols-item, .portfolio-masonry-item {
        margin-right:0;
    }
    .portfolio-masonry-big-item {
        width: 100%;
    }
    .shortcodes-chapters {
        margin-left: 0;
    }
}

/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:    -moz-transform, opacity;
    -ms-transition-property:     -ms-transform, opacity;
    -o-transition-property:      -o-transform, opacity;
    transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

/**** Isotope styles ****/


#container {

}

.element {
    width: 110px;
    height: 110px;
    margin: 5px;
    float: left;
    overflow: hidden;
    position: relative;
    background: #888;
    color: #222;
    -webkit-border-top-right-radius: 1.2em;
    -moz-border-radius-topright: 1.2em;
    border-top-right-radius: 1.2em;
}

.element.alkali          { background: #F00; background: hsl(   0, 100%, 50%); }
.element.alkaline-earth  { background: #F80; background: hsl(  36, 100%, 50%); }
.element.lanthanoid      { background: #FF0; background: hsl(  72, 100%, 50%); }
.element.actinoid        { background: #0F0; background: hsl( 108, 100%, 50%); }
.element.transition      { background: #0F8; background: hsl( 144, 100%, 50%); }
.element.post-transition { background: #0FF; background: hsl( 180, 100%, 50%); }
.element.metalloid       { background: #08F; background: hsl( 216, 100%, 50%); }
.element.other.nonmetal  { background: #00F; background: hsl( 252, 100%, 50%); }
.element.halogen         { background: #F0F; background: hsl( 288, 100%, 50%); }
.element.noble-gas       { background: #F08; background: hsl( 324, 100%, 50%); }


.element * {
    position: absolute;
    margin: 0;
}

.element .symbol {
    left: 0.2em;
    top: 0.4em;
    font-size: 3.8em;
    line-height: 1.0em;
    color: #FFF;
}
.element.large .symbol {
    font-size: 4.5em;
}

.element.fake .symbol {
    color: #000;
}

.element .name {
    left: 0.5em;
    bottom: 1.6em;
    font-size: 1.05em;
}

.element .weight {
    font-size: 0.9em;
    left: 0.5em;
    bottom: 0.5em;
}

.element .number {
    font-size: 1.25em;
    font-weight: bold;
    color: hsla(0,0%,0%,.5);
    right: 0.5em;
    top: 0.5em;
}

.variable-sizes .element.width2 { width: 230px; }

.variable-sizes .element.height2 { height: 230px; }

.variable-sizes .element.width2.height2 {
    font-size: 2.0em;
}

.element.large,
.variable-sizes .element.large,
.variable-sizes .element.large.width2.height2 {
    font-size: 3.0em;
    width: 350px;
    height: 350px;
    z-index: 100;
}

.clickable .element:hover {
    cursor: pointer;
}

.clickable .element:hover h3 {
    text-shadow:
        0 0 10px white,
        0 0 10px white
        ;
}

.clickable .element:hover h2 {
    color: white;
}
/**** Infinite Scroll ****/

#infscr-loading {
    position: fixed;
    text-align: center;
    bottom: 30px;
    left: 42%;
    z-index: 100;
    background: white;
    background: hsla( 0, 0%, 100%, 0.9 );
    padding: 20px;
    color: #222;
    font-size: 15px;
    font-weight: bold;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

/*Contact Form*/
.default-form input:focus,   
.default-form select:focus,   
.default-form textarea:focus  {
    border-color: #ED4B1F !important;
    box-shadow: none !important;
}

#errors {   
    padding:10px 0;  
    display:block;  
    width: auto;
    float: left;
    margin-left:0;
    font-size: 17px;
    color: #D7031C;
    display: none;
}  

#errors li {  
    padding:2px;  
    list-style:none;      
}  

#errors li:before {  
    content: ' - ';      
}  

#errors #info {  
    font-weight:bold;  
}  

#errors #info:before {  
    content: '';      
}  

#success {  
    padding:25px 0;   
    display:block;  
    width:auto;
    font-weight:bold;  
    float: left;
    color: #27AE60;
    display: none;
}  

#errors.visible, #success.visible {  
    display:block;      
}  

.gm-style img {
    max-width: none;
}

.gm-style-iw {
    color: black;
}

.error {
    font-weight: bold;
    color: red;
}

#success_mail {
    width: 530px;padding: 5px;background-color: greenyellow;font-weight: bold;color: black;
}

.blackPAGELink {
    display: block;
    float: right;
    margin-right: -68px;
}</pre></body></html>