/* Global */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTaRDOzjiPcYnFooOUGCOsRk.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3bO3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSqRDOzjiPcYnFooOUGCOsRk.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzKRDOzjiPcYnFooOUGCOsRk.woff) format('woff');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    src: local('Raleway Light'), local('Raleway-Light'), url(https://fonts.gstatic.com/s/raleway/v11/-_Ctzj9b56b8RgXW8FArib3hpw3pgy2gAi-Ip7WPMi0.woff) format('woff');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: local('Raleway'), local('Raleway-Regular'), url(https://fonts.gstatic.com/s/raleway/v11/cIFypx4yrWPDz3zOxk7hIQLUuEpTyoUstqEm5AMlJo4.woff) format('woff');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    src: local('Raleway Medium'), local('Raleway-Medium'), url(https://fonts.gstatic.com/s/raleway/v11/CcKI4k9un7TZVWzRVT-T873hpw3pgy2gAi-Ip7WPMi0.woff) format('woff');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    src: local('Raleway SemiBold'), local('Raleway-SemiBold'), url(https://fonts.gstatic.com/s/raleway/v11/xkvoNo9fC8O2RDydKj12b73hpw3pgy2gAi-Ip7WPMi0.woff) format('woff');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    src: local('Raleway Bold'), local('Raleway-Bold'), url(https://fonts.gstatic.com/s/raleway/v11/JbtMzqLaYbbbCL9X6EvaI73hpw3pgy2gAi-Ip7WPMi0.woff) format('woff');
}

* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
    font-size: 16px;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #333;
    overflow-x: hidden;
}

.clear {
    clear: both;
}

a {
    text-decoration: none;
}

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

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

a img {
    border: none;
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif;
}

input,
button,
form,
fieldset,
label,
textarea {
    font-family: 'Open Sans', sans-serif;
}

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

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

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

.nmb {
    margin-bottom: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

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

.floatleft {
    float: left !important;
}

.floatright {
    float: right !important;
}

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

.inline-block {
    display: inline-block !important;
}

.only-mobile {
    display: none !important;
}

textarea {
    max-width: 100%;
    min-height: 90px;
}

#pre-loader {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: block;
    position: fixed;
    text-align: center;
    background: #0d96ca;
    background: rgb(0, 151, 202);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(0, 151, 202, 1) 0%, rgba(0, 123, 185, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 151, 202, 1) 0%, rgba(0, 123, 185, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 151, 202, 1) 0%, rgba(0, 123, 185, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0097ca', endColorstr='#007bb9', GradientType=0);
    /* IE6-9 */
}

#pre-loader .loader-holder {
    top: 50%;
    left: 50%;
    width: 400px;
    height: 400px;
    position: absolute;
    margin: -200px 0 0 -200px;
    white-space: nowrap;
}

#pre-loader .loader-holder .frame {
    display: inline-block;
    white-space: normal;
    vertical-align: middle;
}

#pre-loader .loader-holder:before {
    content: "";
    vertical-align: middle;
    display: inline-block;
    height: 100%;
    width: 1px;
    overflow: hidden;
    margin: 0 0 0 -5px;
}

#pre-loader img {
    margin: 0 0 45px;
    display: inline-block;
}

.no-transition #pre-loader {
    display: none !important;
}

.spinner7 {
    width: 200px;
    height: 30px;
    text-align: center;
}

.spinner7>div {
    background-color: #fff;
    height: 15px;
    width: 15px;
    margin-left: 25px;
    border-radius: 50%;
    display: inline-block;
    -webkit-animation: stretchdelay .7s infinite ease-in-out;
    animation: stretchdelay .7s infinite ease-in-out;
}

.spinner7 .circ2 {
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s;
}

.spinner7 .circ3 {
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s;
}

.spinner7 .circ4 {
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s;
}

.spinner7 .circ5 {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s;
}

@-webkit-keyframes stretchdelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4);
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes stretchdelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4);
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@-webkit-keyframes stretchdelay {
    0%,
    40%,
    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    20% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@keyframes stretchdelay {
    0%,
    40%,
    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    20% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}


/* LAYOUT */


/* ----------------------------------------- */

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

.alignleft {
    float: left
}

.alignright {
    float: right
}

.clear {
    clear: both;
}


/* HEADER */

.main-header {
    padding: 22px 40px;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -o-transition: background .5s;
    transition: background .5s;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: transparent;
    z-index: 99;
}


/* Main Menu */

.mobile-menu-holder {
    padding-top: 20px;
    font-size: 14px;
}

ul.mobile-menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.mobile-menu li {
    width: 100%;
    padding: 0;
    margin: 0;
    /*
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	*/
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-menu li.home-logo {
    text-align: center;
    padding-bottom: 20px;
}

.mobile-menu>li:first-child {
    border-top: none;
}

.mobile-menu>li:last-child {
    border-bottom: none;
}

.mobile-menu li a {
    display: block;
    padding: 1em;
    color: #f2f2f2;
}

.mobile-menu li a:hover {
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.05);
}

.mobile-menu li.home-logo a {
    padding: 0;
    background: none;
}

.mobile-menu li.home-logo a:hover {
    background: none;
}


/* Borders */

.sb-left .mobile-menu li a {
    border-left: 3px solid transparent;
}

.sb-left .mobile-menu li a:hover {
    border-left: 3px solid;
}

.sb-left .mobile-menu li.home-logo a {
    border-left: none;
    display: inline-block;
}

.sb-left .mobile-menu li.home-logo a:hover {
    border-left: none;
}


/* Submenus */

.mobile-menu .sub-menu {
    display: none;
    padding: 0;
    margin: 0;
    list-style-type: none;
    background-color: rgba(255, 255, 255, 0.05);
    font-size: 14px;
}


/* Caret */

.mobile-menu li.menu-item-has-children>a:after {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    margin: 0 5px;
    border: 5px solid transparent;
    border-top: 5px solid;
    border-bottom: 0px solid transparent;
    float: right;
    clear: both;
    margin-top: 7px;
}

.mobile-menu li.menu-item-has-children>a.sb-submenu-active:after {
    border-top: 0px solid transparent;
    border-bottom: 5px solid;
}

.home-logo img,
.svg .home-logo .img-logo {
    display: none
}

.svg .home-logo img {
    width: 200px;
    height: auto;
    margin: 0 auto;
}

.no-svg .home-logo .img-logo,
.svg .home-logo .svg-logo {
    display: block
}

.no-svg .home-logo .svg-logo {
    display: none
}

.mobile-nav-open {
    position: absolute;
    font-size: 24px;
    right: 0;
    top: 0;
    color: #fff !important;
    padding: 10px 15px;
}

.mobile-nav-open:focus,
.mobile-nav-open:hover {
    color: #fff !important;
}

.page-template-contact .main-header {
    background: #000;
}

.home .main-header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: transparent;
    z-index: 99;
}

.main-header .logo {
    float: left;
    display: block
}

.logo img,
.svg .logo .img-logo {
    display: none
}

.svg .main-header .logo img {
    width: 200px;
    height: auto
}

.no-svg .logo .img-logo,
.svg .logo .svg-logo {
    display: block
}

.no-svg .logo .svg-logo {
    display: none
}

.main-nav {
    float: right;
    margin-left: 60px;
    font-size: 1.063em;
    line-height: 2em
}

.main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.main-nav ul li {
    display: inline-block;
    margin-right: 30px;
}

.main-nav ul li.last {
    margin-right: 0;
}

.main-nav ul li a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all ease-in 250ms;
    -moz-transition: all ease-in 250ms;
    transition: all ease-in 250ms;
}

.main-nav ul li a:hover {
    color: #f58220;
    text-decoration: none;
}

.main-nav ul li.current-menu-item a {
    color: #f58220;
    text-decoration: none;
}

.home-slider .slide {
    position: relative;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: table;
    width: 100%;
    padding-top: 80px;
}

.page-template-accounting-services .home-slider .slide,
.page-template-software-development .home-slider .slide {
    height: 80vh;
}

.slide .slide-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
}

.slide .slide-content {
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-family: 'Raleway', sans-serif;
}

.slide .slide-content h1 {
    margin: 0 0 2.5rem 0;
    font-size: 2.5em;
    font-family: 'Raleway', sans-serif;
    line-height: 1.2em;
}

.slide .slide-content h1 span.regular {
    font-weight: normal;
}

.home .slide .slide-content h1 {
    margin: 0;
}

.slide .slide-content p {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1.5em;
}

.home .slide .slide-content p {
    font-size: 1.875em;
}

.slide-actions {
    margin-top: 5rem;
}

.slide-btn {
    color: #fff;
    font-size: 1.563em;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border: 2px solid #fff;
    position: relative;
    height: 4rem;
    font-weight: 500;
    line-height: 3.75rem;
    margin: 0 15px;
    font-family: 'Raleway', sans-serif;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #f58220;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.slide-btn:hover {
    text-decoration: none;
    box-shadow: inset 400px 0 0 0 #f58220;
    color: #fff;
}

.slide-btn.left {
    padding: 0 30px 0 90px;
}

.slide-btn.right {
    padding: 0 90px 0 30px;
}

.slide-btn.right:hover {
    box-shadow: inset -400px 0 0 0 #f58220;
}

.slide-btn span {
    display: block;
    position: absolute;
    background: #f58220;
    text-align: center;
    color: #fff;
    font-size: 2.875rem;
    top: 0;
    height: 100%;
    line-height: 3.75rem;
    width: 3.75rem;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.slide-btn:hover span {
    color: #f58220;
    background: #fff;
}

.slide-btn.left span {
    left: 0;
}

.slide-btn.right span {
    right: 0;
}

.slide-cta {
    margin-top: 5rem;
}

#scrollDown {
    position: absolute;
    z-index: 10;
    bottom: 4rem;
    text-align: center;
    left: 50%;
    margin-left: -1.875rem;
    width: 3.75rem;
    height: 3.75rem;
}

#scrollDown a {
    display: block;
}

#scrollDown span {
    border: 2px solid #fff;
    border-radius: 50%;
    display: block;
    width: 3.75rem;
    height: 3.75rem;
    line-height: 3.75rem;
    color: #fff;
    font-size: 2.5em;
    transition: all ease-in-out 250ms;
}

#scrollDown a:hover span {
    color: #000;
    background: #fff;
}

.slide-cta .slide-btn {
    color: #fff;
    font-size: 1.438em;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border: 2px solid #fff;
    position: relative;
    font-weight: bold;
    margin: 0;
    padding: 0 5rem;
    height: 3.750rem;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
    box-shadow: none;
    cursor: pointer;
    overflow: hidden;
    border-radius: 0;
    line-height: 3.50rem;
}

.slide-cta .slide-btn:hover {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: none;
    color: #fff;
}

.animate-pop-in {
    animation: pop-in .6s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
    opacity: 0;
}

.title {
    animation-delay: .6s;
}

.subtitle {
    animation-delay: .8s;
}

.slide-btn.left {
    animation-delay: 1s;
}

.slide-btn.right {
    animation-delay: 1.1s;
}

.slide-btn:focus {
    outline: 0;
    color: #fff;
}

.slide-cta {
    animation-delay: 1.3s;
}

#scrollDown {
    animation-delay: 1.5s;
}


/* Animations */

@keyframes fade-slide-down {
    0% {
        opacity: 0;
        transform: translateY(-4rem);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes pop-in {
    0% {
        opacity: 0;
        transform: translateY(-4rem) scale(.8);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes rotate-up {
    100% {
        transform: rotateZ(-4deg);
    }
}


/* START HOME */

.home-section {
    padding: 55px 0;
    overflow: hidden;
}

.home-section.software-development,
.home-section.professional-accounting {
    background-color: #f5f6f6;
}

.home-section.software-development .img-holder,
.home-section.professional-accounting .img-holder {
    text-align: center;
}

.home-section.software-development .img-holder img,
.home-section.professional-accounting .img-holder img {
    max-width: 100%;
}

.home-section.software-development .img-holder {
    padding-right: 0;
}

.home-section.professional-accounting .img-holder {
    padding-right: 0;
}

.home-section.software-development {
    padding: 5rem 0 2rem 0;
}

.home-section.professional-accounting {
    padding: 8.125rem 0 5rem 0;
}

.background-section {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.service-content h2 {
    font-size: 1.750em;
    color: #272727;
    text-transform: uppercase;
    margin: 0 0 2.25rem 0;
    line-height: 1em;
}

.service-content .service-description {
    color: #3d302e;
}

.service-content .service-description p {
    margin-top: 0;
    margin-bottom: 2rem;
    line-height: 1.9rem;
}

.service-content .service-description p:last-of-type {
    margin-bottom: 0;
}

.footer-cta {
    background: #0d96ca;
    text-align: center;
    color: #fff;
    padding: 4rem 0;
}

.footer-cta span.desc {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    margin-right: 3.5rem;
    font-family: 'Raleway', sans-serif;
    font-size: 1.125em;
    font-weight: bold;
}

.footer-cta .btn {
    color: #fff;
    font-size: 1.250em;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border: 2px solid #fff;
    position: relative;
    font-weight: bold;
    margin: 0;
    padding: 0 5rem;
    height: 3.750rem;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #f58220;
    border-radius: 0;
    -webkit-animation: button-bounce 5000ms forwards infinite cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-animation: button-bounce 5000ms forwards infinite cubic-bezier(0.165, 0.84, 0.44, 1);
    animation: button-bounce 5000ms forwards infinite cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: border-color 0.3s ease;
    -moz-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
    line-height: 3.5rem;
}

.footer-cta .btn:focus {
    outline: 0;
    color: #fff;
}

.footer-cta .btn:after {
    border: 1px solid #fff;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    -webkit-animation: button-blip 5000ms forwards infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation: button-blip 5000ms forwards infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: button-blip 5000ms forwards infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

.footer-cta .btn:hover:after {
    border-color: transparent;
}

@-webkit-keyframes button-bounce {
    0% {
        transform: scale(1);
    }
    10% {
        transform: scale(0.96);
    }
    20% {
        transform: scale(1.04);
    }
    52%,
    100% {
        transform: scale(1);
    }
}

@-moz-keyframes button-bounce {
    0% {
        transform: scale(1);
    }
    10% {
        transform: scale(0.96);
    }
    20% {
        transform: scale(1.04);
    }
    52%,
    100% {
        transform: scale(1);
    }
}

@keyframes button-bounce {
    0% {
        transform: scale(1);
    }
    10% {
        transform: scale(0.96);
    }
    20% {
        transform: scale(1.04);
    }
    52%,
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes button-blip {
    0% {
        transform: scaleX(1) scaleY(1);
        opacity: 0;
    }
    10% {
        transform: scaleX(1) scaleY(1);
        opacity: .7;
    }
    30%,
    99% {
        transform: scaleX(1.08) scaleY(1.35);
        opacity: 0;
    }
    100% {
        transform: scaleX(1) scaleY(1);
        opacity: 0;
    }
}

@-moz-keyframes button-blip {
    0% {
        transform: scaleX(1) scaleY(1);
        opacity: 0;
    }
    10% {
        transform: scaleX(1) scaleY(1);
        opacity: .7;
    }
    30%,
    99% {
        transform: scaleX(1.08) scaleY(1.35);
        opacity: 0;
    }
    100% {
        transform: scaleX(1) scaleY(1);
        opacity: 0;
    }
}

@keyframes button-blip {
    0% {
        transform: scaleX(1) scaleY(1);
        opacity: 0;
    }
    10% {
        transform: scaleX(1) scaleY(1);
        opacity: .7;
    }
    30%,
    99% {
        transform: scaleX(1.08) scaleY(1.35);
        opacity: 0;
    }
    100% {
        transform: scaleX(1) scaleY(1);
        opacity: 0;
    }
}

.footer-cta .btn:hover {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: none;
    color: #fff;
}

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

.footer-sidebar {
    background: #1b1b1b;
    padding: 25px 0 40px 0;
    color: #f1f1f1;
}

.footer-sidebar .row {
    margin-bottom: 1rem;
}

.footer-sidebar .row:last-of-type {
    margin-bottom: 0;
}

#footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: 'Raleway', 'sans-serif';
    font-weight: 500;
}

#footer-menu:after {
    content: '';
    display: block;
    clear: both;
}

#footer-menu li {
    float: left;
    border-right: 1px solid #333333;
}

#footer-menu li.last {
    border-right: none;
}

#footer-menu li a {
    color: #0c96ca;
    padding: 1.250rem 1.625rem;
    display: block;
    font-size: 0.938rem;
    text-transform: uppercase;
    -webkit-transition: all ease-in 150ms;
    -moz-transition: all ease-in 150ms;
    transition: all ease-in 150ms;
}

#footer-menu li.first a {
    padding-left: 0;
}

#footer-menu li a:hover {
    color: #f58220;
    text-decoration: none;
}

aside.widget {
    background: #212121;
    padding: 1rem 1.5rem;
    display: inline-block;
    text-align: left;
}

aside.widget .label {
    display: inline-block;
    margin-right: 1.750rem;
    text-transform: uppercase;
    font-size: 1rem;
    color: #0c96ca;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    vertical-align: middle;
    padding: 0;
    border-radius: 0;
    text-align: left;
}

aside.widget.contact-widget .label {
    margin-right: 0.5rem;
}

aside.widget.contact-widget a {
    font-size: 1.125rem;
}

.footer-sidebar .contact-widget {
    margin-bottom: 0;
}

.footer-sidebar .col-md-3.text-right {
    padding-right: 0;
}

ul.socials {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

ul.socials li {
    display: block;
    float: left;
    margin-right: 1.375rem;
}

ul.socials li:last-of-type {
    margin-right: 0;
}

ul.socials li a,
ul.socials li a span {
    display: block;
    color: #fff;
}

ul.socials li a span {
    border: 1px solid #fff;
    text-align: center;
    width: 2.125rem;
    height: 2.125rem;
    line-height: 2rem;
    font-size: 1rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all ease-in 150ms;
    -moz-transition: all ease-in 150ms;
    transition: all ease-in 150ms;
}

ul.socials li a:hover span {
    background-color: #0c96ca;
    border-color: #0c96ca;
}

.copyright {
    padding: 1.38rem 0;
    font-size: 1rem;
    font-weight: normal;
    color: #f1f1f1;
    font-family: 'Raleway', sans-serif;
}

.copyright a {
    color: #0c96ca;
    text-transform: uppercase;
    -webkit-transition: all ease-in 150ms;
    -moz-transition: all ease-in 150ms;
    transition: all ease-in 150ms;
}

.copyright a:hover {
    color: #f58220;
    text-decoration: none;
}

.form-control:focus {
    border-color: #0c96ca;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.home-section.clients-section {
    padding: 3.750rem 0;
}

.clients-section header {
    text-align: center;
    margin-bottom: 3.250rem;
}

.clients-section header h2 {
    text-transform: uppercase;
    color: #272727;
    font-size: 1.750em;
    margin: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    line-height: 1em;
}

.client-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-align: center;
    flex-direction: row;
    justify-content: center;
}

.client-block {
    position: relative;
    min-height: 1px;
    width: 20%;
    flex-basis: 20%;
}

.technologies .client-block:hover {
    background-color: #f8f8f8;
}

.client-row .client-block:last-of-type .client-block-inner,
.client-block.last .client-block-inner {
    border-right: none;
}

.client-block-inner {
    text-align: center;
}

.client-logo {
    display: inline-block;
    vertical-align: middle;
}

.client-logo img {
    transition: all ease-in-out 250ms;
    transform: scale(0.9);
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(1);
    /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1);
    /* Microsoft Edge and Firefox 35+ */
    opacity: 0.4;
}

.client-logo:hover img {
    transform: scale(1);
    -webkit-filter: grayscale(0);
    filter: none;
    opacity: 1;
}

.contact-section {
    background: #f8f8f8;
    padding: 0 !important;
    border-bottom: 1px solid #eee;
}

.slideup,
.slidedown {
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.slidedown {
    max-height: 42rem;
    padding: 3.750rem 0 !important;
}

.contact-section header {
    text-align: center;
    margin-bottom: 2.25rem;
}

.contact-section header h2 {
    text-transform: uppercase;
    color: #272727;
    font-size: 1.375rem;
    margin: 0;
    font-weight: bold;
}

.contact-section .contact-form-holder {
    max-width: 46rem;
    margin: 0 auto;
}

.contact-section .form-group {
    margin-bottom: 1.25rem;
}

.contact-section .form-submit .form-group {
    margin-bottom: 0;
}

.form-control {
    color: #7c7c7c;
    border-radius: 0;
    font-size: 0.875rem;
    border: 1px solid #e0e0e0;
    box-shadow: none;
    padding: 0.750rem 1.25rem;
    height: 2.625rem;
}

.contact-section .form-submit {
    text-align: center;
}

.contact-section textarea.form-control {
    min-height: 7.5rem;
}

.contact-section .form-submit .btn {
    font-size: 1rem;
    text-transform: uppercase;
    border-radius: 0;
    padding: 0.750rem 8.125rem;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.btn-primary {
    background-color: #0c96ca;
    border-color: #0c96ca;
}

.btn-primary:hover {
    background-color: #f58220;
    border-color: #f58220;
}

.contact-section .form-submit .btn:focus {
    outline: 0;
    background-color: #f58220;
    border-color: #f58220;
}

.home-section.testimonials-section {
    position: relative;
    padding: 0;
    overflow: hidden;
}

.home-section.testimonials-section .testimonial {
    color: #fff;
    background-size: cover;
    background-position: center top;
    position: relative;
    height: 30rem;
    z-index: 2;
}

.home-section.testimonials-section .testimonial .container,
.home-section.testimonials-section .testimonial .row {
    height: 100%;
}

.testimonial-offset {
    padding-left: 45%;
    display: table;
    height: 100%;
}

.testimonial-content {
    display: table-cell;
    vertical-align: middle;
}

.home-section.testimonials-section .testimonial-inner {
    font-size: 1.063em;
}

.home-section.testimonials-section .parallax-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-attachment: scroll !important;
    z-index: -1;
    background-color: #c8c8c8;
}

.testimonial-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.testimonial-title h2 {
    font-size: 2.250em;
    margin: 0;
}

.static-pos {
    position: static;
}

.testimonial-content .testimonial-inner p {
    margin-top: 0;
    margin-bottom: 2rem;
}

.testimonial-content .testimonial-inner p:last-of-type {
    margin-bottom: 0;
}

.testimonial-content .testimonial-inner blockquote {
    margin: 0;
}

.quote-author {
    font-weight: bold;
}

.has-animation {
    opacity: 0;
    position: relative;
}

.full-opacity {
    opacity: 1;
}

html:not(.js) .has-animation {
    opacity: 1;
}

.has-animation[data-animation="grow-in"] {
    opacity: 0.1;
    -webkit-transform: scale(0.4);
    -o-transform: scale(0.4);
    -moz-transform: scale(0.4);
    transform: scale(0.4);
    transition: opacity 0.6s cubic-bezier(0.15, 0.84, 0.35, 1.25);
    -webkit-transition: opacity 0.6s cubic-bezier(0.15, 0.84, 0.35, 1.25);
    -moz-transition: opacity 0.6s cubic-bezier(0.15, 0.84, 0.35, 1.25);
    -o-transition: opacity 0.6s cubic-bezier(0.15, 0.84, 0.35, 1.25);
}

.has-animation[data-animation="fade-in-from-left"] {
    left: -40px;
}

.has-animation[data-animation="fade-in-from-right"] {
    right: -40px;
}

.has-animation[data-animation="fade-in-from-bottom"] {
    bottom: -50px;
}

.has-animation[data-animation="fade-in-from-top"] {
    top: -50px;
}


/* Accounting Services */

.what-we-do {
    padding: 3.750rem 0;
}

.infobox {
    padding: 0;
    text-align: center;
}

.infobox h2 {
    font-size: 1em;
    color: #0c96ca;
    margin: 0 0 1rem 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1em;
}

.infobox p {
    margin: 0;
    color: #3d302e;
    font-size: 0.875em;
}

.accounting-section {
    position: relative;
}

.accounting-section .container {
    position: relative;
    z-index: 1;
}

.bg-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    z-index: 0;
}

.acumenics-advantages {
    color: #fff;
    padding: 9.125rem 0 4rem 0;
    overflow: hidden;
    height: 32rem;
    /* Temp */
}

.acumenics-advantages header {
    text-align: center;
    margin-bottom: 5rem;
}

.acumenics-advantages header h2 {
    font-size: 2.250rem;
    margin: 0 0 2rem 0;
    text-transform: uppercase;
    line-height: 1em;
}

.acumenics-advantages header p {
    margin: 0;
    font-size: 1.875rem;
    line-height: 1em;
}

.advantages-holder {
    width: 80%;
    margin: 0 auto;
}


/* CHECKMARK */

.animated .checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.animated .checkmark {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 0;
    box-shadow: inset 0px 0px 0px #7ac142;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.animated .checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%,
    100% {
        transform: none;
    }
    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #7ac142;
    }
}

ul.benefits {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.benefits li {
    display: block;
    margin-bottom: 2rem;
    font-size: 1.438em;
}

ul.benefits li svg,
ul.benefits li.animated svg {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}

ul.benefits li i {
    display: inline-block;
    color: #adadad;
    font-size: 1.438em;
    margin-right: 1rem;
    vertical-align: middle;
}


/* EXPERTISE */

.specific-expertise {
    padding: 4rem 0;
    background: #f8f8f8;
}

.specific-expertise header {
    text-align: center;
    margin-bottom: 4rem;
}

.specific-expertise header h2 {
    font-size: 1.875em;
    margin: 0;
    text-transform: uppercase;
    line-height: 1em;
}

.expertise-boxes {
    height: 26.250rem;
    overflow-y: hidden;
}

.expertise-box {
    width: 20%;
    min-height: 26.250rem;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    float: left;
    overflow: hidden;
    -webkit-transition: all 0.5s, -webkit-transform 0.5s;
    transition: all 0.5s, transform 0.5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    z-index: 1;
}

.expertise-box:before {
    content: '';
    width: 1px;
    height: 100%;
    background: #ececec;
    position: absolute;
    top: 0;
    left: 1px;
}

.expertise-box.last:after {
    content: '';
    width: 1px;
    height: 100%;
    background: #ececec;
    position: absolute;
    top: 0;
    right: 0;
}

.expertise-box .hover-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s, -webkit-transform 0.5s, opacity 0.8s;
    transition: all 0.5s, transform 0.5s, opacity 0.8s;
    opacity: 0;
}

.expertise-box .box-inner {
    padding: 3px;
    position: relative;
    z-index: 1;
}

.expertise-box .top {
    /*
	border: 1px solid #ececec;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
*/
    text-align: center;
    border-bottom: 2px solid #0d96ca;
    margin-bottom: 1.625rem;
    height: 3.750rem;
    display: table;
    width: 100%;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
}

.expertise-box .top h4 {
    margin: 0;
    font-size: 1em;
    color: #272727;
    text-transform: uppercase;
    line-height: 1em;
    display: table-cell;
    vertical-align: middle;
    -webkit-transition: color 0.5s, height 0.5s;
    transition: color 0.5s, height 0.5s;
}

.expertise-box ul {
    list-style: none;
    margin: 0;
    padding: 0 10px;
    color: #4e4e4e;
    font-size: 0.875em;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}

.expertise-box ul li {
    margin-bottom: 1rem;
    position: relative;
    padding-left: 20px;
}

.expertise-box ul li:before {
    font-family: 'FontAwesome';
    content: "\f111";
    display: block;
    color: #adadad;
    font-size: 0.625rem;
    line-height: 1.2rem;
    position: absolute;
    left: 0;
    top: 0;
}

.page-template-accounting-services .expertise-box {
    width: 16.666%;
    min-height: 30.25rem;
}

.page-template-accounting-services .expertise-boxes {
    height: 30.25rem;
}


/*
.expertise-box:hover{
	background-size: 120%;
	min-height: 340px;
	margin-top:-15px;
    -webkit-transform: scale3d(1.1,1.1,2);
    transform: scale3d(1.1,1.1,2);
	z-index: 8;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.expertise-box:hover .hover-img{
	opacity: 1;
}

.expertise-box:hover .top h4,
.expertise-box:hover ul{
	color: #fff;
}

.expertise-box:hover .top{
	height: 70px;
	border: 1px solid transparent;
	border-bottom: 2px solid #0d96ca;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
*/

.technologies {
    position: relative;
    padding: 4.750rem 0;
    background: #fff;
}

.technologies header h2 {
    font-size: 1.750em;
    margin: 0;
    line-height: 1em;
    text-transform: uppercase;
}

.technologies header {
    margin-bottom: 3.250rem;
    text-align: center;
}

.eqWrap {
    display: flex;
}

.equalHMRWrap {
    justify-content: space-between;
    flex-wrap: wrap;
}

.equalHMR {
    width: 10.75%;
    margin-bottom: 2%;
    margin-right: 2%;
}

.equalHMR.last {
    margin-right: 0;
}

.technology-boxes:after {
    content: "";
    flex: auto;
}

.technology-box .box-inner {
    text-align: center;
    padding: 20px;
    border: 1px solid #eee;
}

.technology-box .box-inner h5 {
    margin: 0;
}


/* CONTACT US */

.page-header {
    position: relative;
    background-position: center;
    padding: 7.5rem 0 3rem 0;
}

.page-header .container {
    position: relative;
    z-index: 1;
}

.page-header .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
}

.page-header h1 {
    color: #fff;
    line-height: 1em;
    margin: 0;
    text-transform: uppercase;
    font-size: 2.5em;
}

.content {
    padding: 5.625rem 0;
}

#contact-us label {
    font-weight: normal;
    font-size: 1rem;
    color: #676767;
    line-height: 1em;
    display: block;
}

#contact-us .form-control {
    border: 2px solid #e0e0e0;
    height: 2.875rem;
}

#contact-us .form-control:focus {
    border-color: #f58220;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#contact-us .form-group {
    margin-bottom: 1.250rem;
}

#contact-us .has-error .form-control {
    border-color: #f58220;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#contact-us .form-submit input:focus {
    outline: 0;
    background-color: #f58220;
    border-color: #f58220;
}

#contact-us .form-submit {
    margin-top: 2.500rem;
    margin-bottom: 0px;
}

#contact-us textarea.form-control {
    min-height: 17.50rem;
}

#contact-us .form-group.your-message,
#contact-us .form-group.your-phone {
    margin-bottom: 0;
}

#contact-us .form-submit input {
    display: block;
    width: 100%;
    font-size: 1rem;
    text-transform: uppercase;
    border-radius: 0;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
    padding: 0.750rem 1.25rem;
    height: 3rem;
    line-height: 1.1em;
}

#contact-us .form-submit .form-group {
    margin-bottom: 0px;
}

.page-template-contact .footer-cta {
    display: none;
}

.contact-widget {
    background-color: #f1f1f1;
    padding: 1.625rem;
    margin-bottom: 1.75rem;
}

.col-sm-6.border-left {
    position: relative;
}

.col-sm-6.border-left:after {
    content: '';
    border-left: 1px solid #fff;
    height: 100%;
    position: absolute;
    left: -1.250rem;
    top: 0;
}

.widget-inner {
    position: relative;
    padding-left: 1.625rem;
    padding: 1rem 0 1rem 1.625rem;
    font-size: 0.875rem;
}

.widget-inner:last-of-type {
    padding-bottom: 0;
}

.widget-inner .icon {
    position: absolute;
    font-size: 1.750rem;
    color: #0c96ca;
    top: 15px;
    left: 0;
    line-height: 1em;
}

.border-left .widget-inner .icon {
    font-size: 1rem;
}

.widget-inner h4 {
    font-size: 1rem;
    margin: 0 0 0.625rem 0;
}

.widget-inner p {
    margin: 0;
}

.widget-inner a {
    color: #0199cf;
}

.npr {
    padding-right: 0 !important;
}

.npl {
    padding-left: 0 !important;
}


/* ABOUT US */

.storyline {
    position: relative;
}

.storyline:before {
    position: absolute;
    left: 50%;
    top: 0;
    content: ' ';
    display: block;
    width: 4px;
    height: 100%;
    margin-left: -2px;
    background: #e2e2e2;
    z-index: 5;
}

section.about-us {
    padding: 5.750rem 0;
}

section.about-us header {
    text-align: center;
    margin-bottom: 5.375rem;
}

section.about-us header h1 {
    margin: 0;
    line-height: 1em;
}

section.about-us .ar {
    text-align: right;
}

section.about-us .al {
    text-align: left;
}

section.about-us .image-box {
    border: 3px solid #e2e2e2;
    background: #fff;
    padding: 5px;
    text-align: center;
    margin-top: -3.125rem;
}

section.about-us .text-box h2 {
    margin: 0 0 2rem 0;
    line-height: 2rem;
    text-transform: uppercase;
    color: #0c96ca;
    font-size: 1.875rem;
}

section.about-us .text-box p {
    margin-top: 0;
    margin-bottom: 2rem;
}

section.about-us .text-box p:last-of-type {
    margin-bottom: 0;
}

section.about-us .right-arr {
    padding-right: 5rem;
}

section.about-us .left-arr {
    padding-left: 5rem;
}

section.about-us .right-arr .text-box:after {
    content: "";
    position: absolute;
    right: 0;
    top: 1rem;
    height: 3px;
    width: 3.875rem;
    margin-top: 0px;
    pointer-events: none;
    background: #e2e2e2;
}

section.about-us .right-arr .text-box:before {
    position: absolute;
    top: 0;
    right: -1rem;
    content: ' ';
    display: block;
    width: 2rem;
    height: 2rem;
    margin-top: 0px;
    background: #e2e2e2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 10;
}

section.about-us .left-arr .text-box:after {
    content: "";
    position: absolute;
    left: 0;
    top: 1rem;
    height: 3px;
    width: 3.875rem;
    margin-top: 0px;
    pointer-events: none;
    background: #e2e2e2;
}

section.about-us .left-arr .text-box:before {
    position: absolute;
    top: 0;
    left: -1rem;
    content: ' ';
    display: block;
    width: 2rem;
    height: 2rem;
    margin-top: 0px;
    background: #e2e2e2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 10;
}

section.about-us .content-holder {
    padding: 5.75rem 0 6.125rem 0;
}

section.about-us .image-box {
    position: relative;
}

section.about-us .left-arr .image-box:after {
    content: "";
    position: absolute;
    left: -2rem;
    top: 3rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1rem 2rem 1rem 0;
    border-color: transparent #e2e2e2 transparent transparent;
}

section.about-us .right-arr .image-box:after {
    content: "";
    position: absolute;
    right: -2rem;
    top: 3rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1rem 0px 1rem 2rem;
    border-color: transparent transparent transparent #e2e2e2;
}

.delivery-model {
    text-align: center;
    padding: 6.250rem 0 4.875rem 0;
    background: #f8f8f8;
}

.delivery-model header h1 {
    margin: 0;
    font-size: 1.875em;
    line-height: 1em;
}

.delivery-model header {
    margin-bottom: 4rem;
}

.delivery-model .row {
    margin-bottom: 1.875rem;
}

.delivery-model .row:last-of-type {
    margin-bottom: 0;
}

.delivery-model .content-box {
    background: #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    padding: 2.5rem 1.875rem 3.75rem 1.875rem;
}

.delivery-model .content-box .icon {
    margin-bottom: 1.875rem;
}

.delivery-model .content-box h2 {
    text-transform: uppercase;
    color: #272727;
    margin-top: 0;
    margin-bottom: 2.250rem;
    font-size: 1.250em;
}

.delivery-model .content-box p {
    margin: 0;
}

.delivery-model .content-box.wide {
    padding: 4rem 5rem;
    font-size: 1.125rem;
}

.delivery-model .content-box.wide h2 {
    color: #0d96ca;
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

.page-template-about-us .home-slider .slide {
    padding: 80px 0;
    display: block;
    height: auto;
}

.page-template-about-us .slide .slide-content {
    padding: 100px 0;
    display: block;
}

.page-template-about-us .slide .slide-content h2 {
    text-transform: uppercase;
    color: #0a94ca;
    margin: 0 0 2.5rem 0;
    font-size: 1.688rem;
    font-weight: 500;
}

.page-template-about-us .slide .slide-content p {
    font-size: 1.438rem;
}

.page-template-about-us #scrollDown {
    display: none !important;
}

.main-slidebar {
    display: none;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #f58220;
}

.has-error .form-control {
    border-color: #f58220;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    border-color: #f58220;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

div.wpcf7 .wpcf7-display-none {
    margin-top: 10px;
    text-align: center;
}


/* THANK YOU */

.page-template-thank-you .home-slider .slide {
    height: 75vh;
    background-position: center top;
}

.page-template-thank-you .slide .slide-content h1 {
    color: #0a94ca;
    text-transform: uppercase;
}

.page-template-thank-you .slide .slide-content p {
    font-size: 1.4em;
    line-height: 1.8em;
}

a:focus,
button:focus,
input:focus {
    outline: 0;
    text-decoration: none;
}


/* BLOG SINGLE */

.blog.blog-single {
    background: #f8f8f8;
}

.single-post .main-header {
    position: relative;
    background: #fff;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}

.single-post .main-nav ul li a {
    color: #5D5D5D;
}

.single-post .main-nav ul li a:hover {
    color: #f58220;
    text-decoration: none;
}

.single-post-header {
    max-height: 600px;
    overflow: hidden;
    position: relative;
    height: 60vh;
}

.single-post-header .hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #77787b;
}

.blog-single article.post.pull-up {
    margin-top: -150px;
    position: relative;
}

.blog-single .col-sm-9.dpr {
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
}

.blog-single .col-sm-9.dpr:before {
    content: '';
    display: block;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 9999px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}

.blog-single .col-sm-3.dpl {
    padding-left: 30px;
}

.blog-single article.post .article-header {
    position: relative;
    background: #fff;
    padding: 20px 30px 10px 30px;
    margin-left: 25px;
    margin-right: 25px;
    z-index: 1;
    height: 150px;
}

.blog-single article.post .article-header .post-meta {
    font-size: 12px;
    color: #6A6A6A;
    line-height: 26px;
}

.blog-single article.post .article-header .post-meta .read-time {
    float: right;
}

.blog-single article.post .article-header .post-meta .read-time i {
    color: #037EBD;
}

.blog-single article.post .article-header .post-meta a {
    color: #6A6A6A;
    text-decoration: underline;
}

.blog-single article.post .article-header .author-avatar {
    text-decoration: none;
    margin-right: 10px;
    display: inline-block;
    width: 26px;
}

.blog-single article.post .article-header .author-avatar img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.blog-single article.post .post-cat {
    position: absolute;
    top: -36px;
    left: 0px;
}

.blog-single article.post .post-sharing {
    position: absolute;
    top: -36px;
    right: 0px;
}

.a2a_kit a {
    display: inline-block;
}

.a2a_kit a>span {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.blog-single article.post .post-sharing .a2a_label {
    display: none !important;
}

.blog-single article.post .post-sharing .a2a_svg svg {
    width: 26px;
    height: 26px;
    top: 6px !important;
}

.blog-single article.post .post-cat a {
    font-size: .75em;
    color: #fff;
    background-color: #037EBD;
    padding: 0 20px;
    text-align: center;
    height: 36px;
    min-width: 160px;
    transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    display: inline-block;
    text-transform: uppercase;
    line-height: 36px;
    margin-right: 10px;
}

.blog-single article.post .post-cat a:hover {
    text-decoration: none;
    background-color: #f58220;
}

.blog-single article.post .article-header header {
    text-align: left;
}

.blog-single article.post .article-header header h1 {
    margin: 0 0 10px 0;
    padding-bottom: 10px;
    font-size: 26px;
    line-height: 36px;
    text-transform: none;
    font-weight: bold;
    border-bottom: 1px solid #DDDDDD;
}

.blog-single article.post .article-inner {
    background: #fff;
    position: relative;
    padding: 20px 55px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    font-size: 15px;
    color: #434343;
}

.blog-single article.post .article-inner p,
.blog-single article.post .article-inner ul,
.blog-single article.post .article-inner ol,
.blog-single article.post .article-inner table {
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 30px;
}

.blog-single article.post .article-inner h2,
.blog-single article.post .article-inner h3,
.blog-single article.post .article-inner h4,
.blog-single article.post .article-inner h5,
.blog-single article.post .article-inner h6 {
    margin-top: 0;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 30px;
}

.blog-single article.post .article-inner h2 {
    font-size: 22px;
    font-weight: bold;
    color: #037EBD;
}

.blog-single article.post .article-inner p strong,
.blog-single article.post .article-inner p b {
    color: #037EBD;
}

.blog-single article.post .article-inner h3 {
    font-size: 18px;
    font-weight: bold;
}

.blog-single article.post .article-inner h3 strong,
.blog-single article.post .article-inner h3 b {
    color: #037EBD;
}

.blog-single article.post .article-inner h4 {
    font-size: 16px;
    font-weight: bold;
}

.wp-caption {
    margin-left: -55px;
    margin-right: -55px;
    width: auto !important;
    position: relative;
    margin-bottom: 30px;
}

.wp-caption img.size-full {
    width: 100%;
}

.wp-caption-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 12px;
    padding: 100px 55px 12px 55px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    color: #fff;
    margin: 0 !important;
    line-height: 15px !important;
}

.blog-single article.post .article-inner hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid #DDDDDD;
}

.blog-single article.post .article-inner ol {
    list-style: none;
    padding: 0;
}

.blog-single article.post .article-inner ol li {
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
}

.blog-single article.post .article-inner ol li:after {
    content: "\f00c";
    font-family: 'FontAwesome';
    position: absolute;
    top: 2px;
    font-size: 16px;
    left: 0px;
    color: #037EBD;
}

.blog-single article.post .article-inner p img.size-full {
    margin-left: -55px;
    margin-right: -55px;
    max-width: 797px;
}

@media only screen and (max-width:1280px) {
    .blog-single article.post .article-inner p img.size-full {
        max-width: 720px;
    }
}

@media only screen and (max-width:992px) {
    .blog-single article.post .article-inner p img.size-full {
        max-width: 650px;
    }
}

.author-box {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 20px 55px;
    color: #434343;
    background: #fff;
}

.author-box header {
    border-bottom: 1px solid #B9B9B9;
    margin-bottom: 20px;
}

.author-box header h4 {
    float: left;
    font-size: 17px;
    font-weight: bold;
    border-bottom: 4px solid #037EBD;
    margin: 0;
}

.author-box header a {
    float: right;
    font-size: 14px;
    color: #434343;
}

.author-box .author-image {
    float: left;
    width: 130px;
    background: #fff;
    border: 1px solid #EEEEEE;
    border-radius: 50%;
    padding: 3px;
    margin-right: 20px;
    margin-bottom: 0;
}

.author-box .author-image img {
    border-radius: 50%;
}

.author-box .author-info h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

.author-box .author-info h3 {
    font-weight: 500;
    font-size: 16px;
    margin: 0 0 12px 0;
}

.author-box .author-info p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
}

.comments-holder {
    padding: 20px 55px;
    background: #fff;
}

.sidebar {
    padding-top: 15px;
    color: #434343;
}

.sidebar .widget-title {
    font-size: 17px;
    font-weight: bold;
    border-bottom: 4px solid #037EBD;
    margin: 0;
    float: left;
    line-height: 1;
    padding-bottom: 4px;
}

.sidebar .widget-header {
    border-bottom: 1px solid #B9B9B9;
    margin-bottom: 20px;
}

.sidebar .widget-container {
    padding: 0 15px;
    margin-bottom: 25px;
    font-size: 14px;
    transition: all ease 250ms;
}

.sidebar .widget-container.newsletter {
    padding: 0;
}

.sidebar .newsletter .widget-inner-side {
    font-size: 13px;
    padding: 0 15px;
}

.sidebar .newsletter .widget-inner-side .form-control {
    height: 34px;
    padding: 8px 100px 8px 9px;
    font-size: 12px;
    color: #7E7E7E;
    width: 100%;
}

.sidebar .newsletter .widget-inner-side .form-group {
    position: relative;
}

.sidebar .newsletter .widget-inner-side input[type=submit] {
    width: auto;
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
    background: #037EBD;
    border: none;
    color: #fff;
    text-align: center;
    padding: 8px 15px;
    transition: all ease 250ms;
}

.sidebar .newsletter .widget-inner-side input[type=submit]:hover {
    background: #f58220;
}

.sidebar .newsletter .widget-inner-side p {
    margin: 8px 0;
}

.widget-container.tags .tag-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget-container.tags .tag-list li {
    display: inline-block;
    margin-bottom: 5px;
}

.widget-container.tags .tag-list li a {
    display: block;
    color: #818181;
    padding: 5px 15px;
    border: 1px solid #DDDDDD;
    background: #fff;
    transition: all ease 250ms;
}

.widget-container.tags .tag-list li a:hover {
    text-decoration: none;
    border-color: #037EBD;
    color: #037EBD;
}

ol.important-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

ol.important-list li {
    margin-bottom: 15px;
    counter-increment: step-counter;
    position: relative;
    padding-left: 30px;
}

ol.important-list li:last-of-type {
    margin-bottom: 0;
}

ol.important-list li::before {
    content: counter(step-counter);
    margin-right: 5px;
    font-size: 80%;
    background-color: rgb(3, 126, 189);
    color: white;
    padding: 3px 8px;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 2px;
}

.what-else {
    margin-bottom: 20px;
    padding: 30px 55px;
    background: #647177;
    color: #fff;
    font-size: 13px;
}

.what-else .title-holder {
    /* border-bottom: 1px solid #fff; */
    margin-bottom: 20px;
    text-align: center;
}

.what-else h3 {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 4px solid #f48121;
    margin: 0;
    float: none;
    line-height: 1;
    padding-bottom: 6px;
}

.what-else ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

.what-else ol li {
    margin-bottom: 20px;
    counter-increment: step-counter;
    position: relative;
    padding-left: 30px;
}

.what-else ol li:last-of-type {
    margin-bottom: 0;
}

.what-else ol li::before {
    content: counter(step-counter);
    margin-right: 5px;
    font-size: 80%;
    background-color: #f48121;
    color: white;
    padding: 3px 8px;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 2px;
}

.sidebar .widget_text p {
    margin: 0 0 15px 0;
}

.sidebar .widget_text p:last-of-type {
    margin-bottom: 0;
}

.sidebar .widget_categories ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar .widget_categories ul li {
    position: relative;
    padding-left: 20px;
}

.sidebar .widget_categories ul li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    color: #037EBD;
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 120%;
}

.sidebar .widget_categories ul li a {
    color: #434343;
}

.sidebar .widget_categories ul li a:hover {
    color: #037EBD;
    text-decoration: none;
}

#wc-comment-header {
    padding-top: 0 !important;
}

section.related-posts {
    background: #F7F7F7;
    position: relative;
    z-index: 2;
    border-top: 1px solid #DDDDDD;
    padding-top: 40px;
}

section.related-posts header {
    margin-bottom: 40px;
    text-align: center;
}

section.related-posts header h2 {
    margin: 0;
    font-weight: bold;
    font-size: 24px;
}

.sticked {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

article.post-related .post-inner {
    width: 100%;
    position: relative;
}

article.post-related .post {
    display: block;
    height: calc(50vh - 33px);
    overflow: hidden;
    position: relative;
}

article.post-related .post_image-wrap {
    display: block;
    padding-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

article.post-related .post_image {
    display: block;
    padding-bottom: 0;
    background-repeat: no-repeat;
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
}

article.post-related .post_image,
article.post-related .post_image:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
}

article.post-related .post_image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

article.post-related .post_image:before {
    content: "";
    background-color: rgba(0, 0, 0, .4);
}

article.post-related .post_content {
    color: #fff;
    padding: 0 50px 45px;
    bottom: 0;
    position: absolute;
}

article.post-related .post_title {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 1.12903;
    margin-top: 0;
}

article.post-related .post-meta {
    font-size: 12px;
    color: #fff;
    line-height: 26px;
}

article.post-related .post-meta .read-time {
    float: right;
}

article.post-related .author-avatar {
    text-decoration: none;
    margin-right: 10px;
    display: inline-block;
    width: 26px;
}

article.post-related .author-avatar img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

article.post-related .post_date,
article.post-related .post_text {
    transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    margin-bottom: 50px;
}

article.post-related .post_date {
    font-size: .6875em;
    color: #fff;
    display: block;
}

article.post-related .post_wrap {
    overflow: hidden;
    max-height: 0;
    transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
}

article.post-related .post_text {
    font-size: .875em;
    line-height: 1.5;
    opacity: 0;
}

article.post-related .post_text p {
    margin: 0;
}

article.post-related .post_category {
    font-size: .6875em;
    float: left;
    text-transform: uppercase;
}

article.post-related .post:hover .post_image {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

article.post-related .post:hover .post_image:before {
    background: rgba(13, 150, 202, 0.6);
}

article.post-related .post:hover .post_date {
    margin-bottom: 30px;
}

article.post-related .post:hover .post_wrap {
    max-height: 100px;
}

article.post-related .post:hover .post_text {
    opacity: 1;
}

.post-sharing-footer {
    padding: 55px 0;
}

.post-sharing-footer .a2a_kit {
    display: flex;
}

.post-sharing-footer .a2a_kit a {
    flex: 1;
    position: relative;
}

.post-sharing-footer .a2a_kit a>span {
    width: 100% !important;
    transition: all ease 150ms;
}

.post-sharing-footer .a2a_kit a>span:hover {
    opacity: 0.8;
}

.post-sharing-footer .a2a_svg svg {
    width: 26px;
    height: 26px;
    top: 6px !important;
}


/* HEADROOM */

.static {
    position: static !important;
}

.relative {
    position: relative !important;
}

.sidebar.floating,
.sidebar.absolute,
.sidebar.stanging {
    width: 300px;
}

.hide-widget {
    transition: all ease 250ms;
}

.sidebar.floating .hide-widget,
.sidebar.absolute .hide-widget,
.sidebar.stanging .hide-widget {
    height: 0;
    opacity: 0;
    visibility: hidden;
    margin: 0;
}

.sidebar.floating .widget-container,
.sidebar.absolute .widget-container,
.sidebar.stanging .widget-container {
    font-size: 12px;
}

body.single-post {
    padding-top: 78px;
}

.single-post .main-header {
    position: fixed;
    z-index: 10;
    right: 0;
    left: 0;
    top: 0
}

.single-post.admin-bar .main-header {
    top: 32px;
}

.single-post [canvas],
.single-post [off-canvas] {
    -webkit-transform: none;
    transform: none;
}

.header--fixed {
    position: fixed;
    z-index: 10;
    right: 0;
    left: 0;
    top: 0
}

.headroom {
    transition: transform .25s ease-in-out;
    will-change: transform
}

.headroom--pinned {
    transform: translateY(0)
}

.headroom--unpinned {
    transform: translateY(-100%)
}

.animated {
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    will-change: transform, opacity
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%)
    }
    100% {
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes slideDown {
    0% {
        -moz-transform: translateY(-100%)
    }
    100% {
        -moz-transform: translateY(0)
    }
}

@-o-keyframes slideDown {
    0% {
        -o-transform: translateY(-100%)
    }
    100% {
        -o-transform: translateY(0)
    }
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%)
    }
    100% {
        transform: translateY(0)
    }
}

.animated.slideDown {
    -webkit-animation-name: slideDown;
    -moz-animation-name: slideDown;
    -o-animation-name: slideDown;
    animation-name: slideDown
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(-100%)
    }
}

@-moz-keyframes slideUp {
    0% {
        -moz-transform: translateY(0)
    }
    100% {
        -moz-transform: translateY(-100%)
    }
}

@-o-keyframes slideUp {
    0% {
        -o-transform: translateY(0)
    }
    100% {
        -o-transform: translateY(-100%)
    }
}

@keyframes slideUp {
    0% {
        transform: translateY(0)
    }
    100% {
        transform: translateY(-100%)
    }
}

.animated.slideUp {
    -webkit-animation-name: slideUp;
    -moz-animation-name: slideUp;
    -o-animation-name: slideUp;
    animation-name: slideUp
}

@-webkit-keyframes swingInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(-90deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg)
    }
}

@-moz-keyframes swingInX {
    0% {
        -moz-transform: perspective(400px) rotateX(-90deg)
    }
    100% {
        -moz-transform: perspective(400px) rotateX(0deg)
    }
}

@-o-keyframes swingInX {
    0% {
        -o-transform: perspective(400px) rotateX(-90deg)
    }
    100% {
        -o-transform: perspective(400px) rotateX(0deg)
    }
}

@keyframes swingInX {
    0% {
        transform: perspective(400px) rotateX(-90deg)
    }
    100% {
        transform: perspective(400px) rotateX(0deg)
    }
}

.animated.swingInX {
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ie-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: swingInX;
    -moz-backface-visibility: visible !important;
    -moz-animation-name: swingInX;
    -o-backface-visibility: visible !important;
    -o-animation-name: swingInX;
    backface-visibility: visible !important;
    animation-name: swingInX
}

@-webkit-keyframes swingOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(-90deg)
    }
}

@-moz-keyframes swingOutX {
    0% {
        -moz-transform: perspective(400px) rotateX(0deg)
    }
    100% {
        -moz-transform: perspective(400px) rotateX(-90deg)
    }
}

@-o-keyframes swingOutX {
    0% {
        -o-transform: perspective(400px) rotateX(0deg)
    }
    100% {
        -o-transform: perspective(400px) rotateX(-90deg)
    }
}

@keyframes swingOutX {
    0% {
        transform: perspective(400px) rotateX(0deg)
    }
    100% {
        transform: perspective(400px) rotateX(-90deg)
    }
}

.animated.swingOutX {
    -webkit-transform-origin: top;
    -webkit-animation-name: swingOutX;
    -webkit-backface-visibility: visible !important;
    -moz-animation-name: swingOutX;
    -moz-backface-visibility: visible !important;
    -o-animation-name: swingOutX;
    -o-backface-visibility: visible !important;
    animation-name: swingOutX;
    backface-visibility: visible !important
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

@-moz-keyframes flipInX {
    0% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    100% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

@-o-keyframes flipInX {
    0% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    100% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    100% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

.animated.flipInX {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    -moz-backface-visibility: visible !important;
    -moz-animation-name: flipInX;
    -o-backface-visibility: visible !important;
    -o-animation-name: flipInX;
    backface-visibility: visible !important;
    animation-name: flipInX
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@-moz-keyframes flipOutX {
    0% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
    100% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@-o-keyframes flipOutX {
    0% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
    100% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
    100% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.animated.flipOutX {
    -webkit-animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    -moz-animation-name: flipOutX;
    -moz-backface-visibility: visible !important;
    -o-animation-name: flipOutX;
    -o-backface-visibility: visible !important;
    animation-name: flipOutX;
    backface-visibility: visible !important
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-200px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px)
    }
    80% {
        -webkit-transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes bounceInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-200px)
    }
    60% {
        opacity: 1;
        -moz-transform: translateY(30px)
    }
    80% {
        -moz-transform: translateY(-10px)
    }
    100% {
        -moz-transform: translateY(0)
    }
}

@-o-keyframes bounceInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-200px)
    }
    60% {
        opacity: 1;
        -o-transform: translateY(30px)
    }
    80% {
        -o-transform: translateY(-10px)
    }
    100% {
        -o-transform: translateY(0)
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        transform: translateY(-200px)
    }
    60% {
        opacity: 1;
        transform: translateY(30px)
    }
    80% {
        transform: translateY(-10px)
    }
    100% {
        transform: translateY(0)
    }
}

.animated.bounceInDown {
    -webkit-animation-name: bounceInDown;
    -moz-animation-name: bounceInDown;
    -o-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0)
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-200px)
    }
}

@-moz-keyframes bounceOutUp {
    0% {
        -moz-transform: translateY(0)
    }
    30% {
        opacity: 1;
        -moz-transform: translateY(20px)
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(-200px)
    }
}

@-o-keyframes bounceOutUp {
    0% {
        -o-transform: translateY(0)
    }
    30% {
        opacity: 1;
        -o-transform: translateY(20px)
    }
    100% {
        opacity: 0;
        -o-transform: translateY(-200px)
    }
}

@keyframes bounceOutUp {
    0% {
        transform: translateY(0)
    }
    30% {
        opacity: 1;
        transform: translateY(20px)
    }
    100% {
        opacity: 0;
        transform: translateY(-200px)
    }
}

.animated.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    -moz-animation-name: bounceOutUp;
    -o-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

.sharing-holder {
    position: relative;
    overflow: hidden;
}

.share-image {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%);
    transition: all ease 500ms;
}

.sharing-holder:hover .share-image {
    opacity: 1;
}

.share-image .a2a_svg svg {
    width: 26px;
    height: 26px;
    top: 6px !important;
}

.share-image .a2a_kit a>span {
    border-radius: 50% !important;
    margin: 0 5px;
    background: rgba(102, 102, 102, 0.7) !important;
    transition: all ease 150ms;
}

.share-image .a2a_kit a:hover>span {
    background: rgba(102, 102, 102, 1) !important;
}

.share-image .a2a_label {
    display: none;
}

.share-image .a2a_kit {
    height: 36px;
}