h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans Light","Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #333;
    font-weight: 400;
}

.big-text, .huge {
    font-weight: 700;
}

h1 .blue, h2 .blue, h3 .blue, h4 .blue, h5 .blue, h6 .blue {
    color: #2a61c9 !important;
}

.tp-caption h1, .tp-caption h2, .tp-caption h3, .tp-caption h4, .tp-caption h5, .tp-caption h6 {
    color: #fff;
}

.huge {
    font-family: "Open Sans Bolder", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color: #333;
}

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

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-25 {
    margin-top: 25px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-35 {
    margin-top: 35px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.padding-left-30 {
    padding-left: 30px !important;
}

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

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-top-16 {
    padding-top: 16px !important;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.padding-bottom-5 {
    padding-bottom: 5px !important;
}

.padding-bottom-20 {
    padding-bottom: 20px !important;
}

.rw-words {
    display: inline;
    line-height: 1.2em;
}

.rw-words-1 span {
    width: 200px;
    padding-right: 2px;
    position: absolute;
    opacity: 0;
    overflow: hidden;
    text-align: right;
    -webkit-animation: rotateWord 18s linear infinite 0s;
    -ms-animation: rotateWord 18s linear infinite 0s;
    animation: rotateWord 18s linear infinite 0s;
}

.rw-words-1 span:nth-child(2) {
    -webkit-animation-delay: 3s;
    -ms-animation-delay: 3s;
    animation-delay: 3s;
}

.rw-words-1 span:nth-child(3) {
    -webkit-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}

.rw-words-1 span:nth-child(4) {
    -webkit-animation-delay: 9s;
    -ms-animation-delay: 9s;
    animation-delay: 9s;
}

.rw-words-1 span:nth-child(5) {
    -webkit-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}

.rw-words-1 span:nth-child(6) {
    -webkit-animation-delay: 15s;
    -ms-animation-delay: 15s;
    animation-delay: 15s;
}

.rw-words-more {
    margin-left: 210px;
}

@-webkit-keyframes rotateWord {
    0%,100%,80% {
        opacity: 0;
    }

    2% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
    }

    17%,5% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }

    20% {
        opacity: 0;
        -webkit-transform: translateY(30px);
    }
}

@-ms-keyframes rotateWord {
    0%,100%,2%,20%,80% {
        opacity: 0;
    }

    2% {
        -ms-transform: translateY(-30px);
    }

    17%,5% {
        opacity: 1;
        -ms-transform: translateY(0);
    }

    20% {
        -ms-transform: translateY(30px);
    }
}

@keyframes rotateWord {
    0%,100%,80% {
        opacity: 0;
    }

    2% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    17%,5% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
}

.languages a {
    color: #333;
    text-decoration: none;
}

.map-overlay {
    background: 0 0;
    position: relative;
    width: 100%;
    height: 410px;
    top: 410px;
    margin-top: -410px;
}

.search-form {
    margin: 5px 0 0;
    padding: 0;
}

.search-form .search-query {
    width: 80%;
    height: 34px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    padding-right: 3px;
    padding-right: 4px\9;
    padding-left: 10px;
    padding-left: 4px\9;
    margin-bottom: 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.search-form button {
    border: 0;
    background: 0 0;
    padding: 2px 5px;
    margin-top: -2px;
    position: relative;
    left: -35px;
    margin-bottom: 0;
}

.search-query:focus + button {
    z-index: 3;
}

.count-area p {
    padding: 0;
    letter-spacing: 0;
    text-align: center;
}

.font-43, .font-44, .font-45 {
    letter-spacing: -2px;
}

.big-text {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 50px;
    padding: 10px 0 0;
    line-height: 50px;
    display: block;
}

.font-weight-200, .slim {
    font-family: "Open Sans Light","Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.font-12 {
    font-size: 12px;
    line-height: 12px;
}

.font-14 {
    font-size: 14px;
    line-height: 14px;
}

.font-16, .font-17, .font-18, .font-19 {
    line-height: 24px;
}

.font-16 {
    font-size: 16px;
}

.font-17 {
    font-size: 17px;
}

.font-18 {
    font-size: 18px;
}

.font-19 {
    font-size: 19px;
}

.font-20 {
    font-size: 20px;
    line-height: 26px;
}

.font-22 {
    font-size: 22px;
    line-height: 26px;
}

.font-23 {
    font-size: 23px;
    line-height: 28px;
}

.font-25 {
    font-size: 25px;
    line-height: 28px;
}

.font-26 {
    font-size: 26px;
    line-height: 30px;
}

.font-30 {
    font-size: 30px;
    line-height: 34px;
}

.font-36 {
    font-size: 36px;
    line-height: 40px;
}

.font-43 {
    font-size: 43px;
    line-height: 48px;
}

.font-44 {
    font-size: 44px;
    line-height: 48px;
}

.font-45 {
    font-size: 45px;
    line-height: 50px;
}

.font-72, .font-83, .side-area h3 {
    letter-spacing: -1px;
}

.font-72 {
    font-size: 72px;
    line-height: 72px;
}

.font-83 {
    font-size: 83px;
    line-height: 83px;
}

.font-89 {
    font-size: 89px;
    line-height: 89px;
}

.font-weight-200 {
    font-weight: 200;
}

.float-right {
    float: right;
}

.red {
    color: #fd0011 !important;
}

.light-blue {
    color: #4e8afe !important;
}

.blue {
    color: #2a61c9 !important;
}

.white {
    color: #fff !important;
}

.yellow {
    color: #eebb2b !important;
}

.green {
    color: #26af1b !important;
}

.light-gray {
    color: #d2dae4 !important;
}

.gray {
    color: #5a5c62 !important;
}

.orange {
    color: #e8730a !important;
}

.reg-text {
    color: inherit !important;
}

.upper {
    text-transform: uppercase;
}

.separator {
    height: 50px;
}

.separator.big {
    height: 100px;
}

.separator.xs {
    height: 10px;
}

.separator.sm {
    height: 20px;
}

.separator.small {
    height: 30px;
}

.dark {
    color: #202020;
}

.dark-area {
    background: #26282d;
    color: #fff;
    font-size: 14px;
}

.dark-area h2 {
    font-size: 4em;
}

.index-blogs {
    width: 100%;
    height: 160px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.index-blogs img {
    width: 100%;
    height: 100%;
}

.slim {
    font-weight: 400 !important;
    text-transform: none !important;
}

.comic {
    font-family: "Shadows Into Light","Open Sans Light","Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
}

.blue-line-area .container .blue-line-speesh, .blue-line-area .container p, .landing-blue-line-area .container .blue-line-speesh, .landing-blue-line-area .container p, .portfolio-name {
    font-family: "Open Sans Light","Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.side-area {
    background-image: url(../images/side-bg.jpg);
    background-repeat: repeat-x;
    background-position: 0 112px;
}

.side-area.regular {
    background-position: left bottom;
    padding: 30px 0 20px;
    height: 320px;
}

.side-dark-blue {
    background: #2a61c9;
}

.blue-line-area, .dark-ribbon, .side-blue-area {
    background-repeat: repeat-x;
}

.side-light-blue {
    padding: 15px 0;
    background-color: #e6effe;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .side-light-blue h2 {
        letter-spacing: -2px;
    }

    .side-light-blue p {
        line-height: 1.5;
        letter-spacing: -1px;
    }

    .side-light-blue img[src*="20-years-of-service-seal"] {
        display: none !important;
    }

    .side-light-blue img[src*=google-partners] {
        padding-top: 0;
    }
}

.inner-arrow, .portfolio-arrow {
    border-width: 15px 20px 0;
    border-color: #2765c7 transparent transparent;
    line-height: 0;
    top: 0;
    left: 10px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .dark-area h4 {
        padding-top: 35px;
    }

    .side-light-blue .col-md-7 {
        width: 68.333333%;
    }

    .side-light-blue .col-sm-4 {
        width: 31.333333%;
    }
}

.blue-line-area .container p, .landing-blue-line-area .container p {
    width: 85%;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .dark-area h4 {
        padding-top: 15px;
    }

    .side-light-blue h2 {
        letter-spacing: -2px;
        font-size: 30px;
    }
}

@media (max-width: 441px) {
    .side-light-blue .right {
        float: none;
        text-align: center;
        display: block;
    }

    .side-light-blue .right img {
        padding-left: 0;
    }

    .side-light-blue .padding-left-30 {
        padding-left: 0 !important;
    }
}

.dark-ribbon {
    background-position: 0 180px;
}

.dark-ribbon img {
    display: inline-block;
    padding-left: 20px;
}

.side-blue-area {
    background-image: url(../images/side-blue-bg.jpg);
    background-position: 0 0;
    overflow: hidden;
}

.blue-line-area, .landing-blue-line-area {
    background-image: url(../images/services/blue-line.jpg);
}

.blue-line-area {
    background-position: left bottom;
    overflow: hidden;
}

.blue-line-area .container {
    background-repeat: no-repeat;
    background-position: right 0;
    padding: 70px 450px 20px 15px;
}

.blue-line-area .container h1, .blue-line-area .container h4 {
    margin: 10px 0 0;
}

.blue-line-area .container h4 {
    font-size: 26px;
    letter-spacing: -.06em;
}

.blue-line-area .container p {
    font-size: 18px;
    padding: 20px 0;
}

.blue-line-area .container .blue-line-speesh {
    color: #fff;
    font-size: 20px;
    margin-top: 40px;
    font-weight: 400;
}

.blue-line-area .container .blue-line-speesh span {
    font-size: 40px;
}

.landing-area h3 {
    font-weight: 700;
}

.landing-blue-line-area {
    background-repeat: repeat-x;
    background-position: left bottom;
}

.landing-blue-line-area .container {
    background-repeat: no-repeat;
    background-position: right 0;
    padding: 40px 450px 20px 0;
    z-index: 999999;
    background-size: auto 418px;
    margin-top: -20px;
}

.landing-blue-line-area .container h1 {
    font-size: 50px;
}

.landing-blue-line-area .container h1, .landing-blue-line-area .container h4 {
    margin: 10px 0 0;
}

.landing-blue-line-area .container h4 {
    font-size: 24px;
    letter-spacing: -.06em;
}

.landing-blue-line-area .container p {
    font-size: 18px;
    padding: 20px 0;
}

.landing-blue-line-area .container .blue-line-speesh {
    color: #fff;
    font-size: 20px;
    margin-top: 40px;
    font-weight: 400;
}

.landing-blue-line-area .container .blue-line-speesh span {
    font-size: 40px;
}

.mobile-apps {
    margin-top: 30px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 994px 284px;
    height: 395px;
}

.cms-area-default-console, .cms-area-default-custom {
    width: 50%;
    height: 375px;
    background-repeat: no-repeat;
    background-size: 367px 375px;
}

.cms-area-default-custom {
    float: left;
    background-position: right top;
    padding: 175px 300px 0 0;
}

.cms-area-default-console {
    float: right;
    text-align: right;
    background-position: left top;
    padding: 170px 0 0 310px;
}

.inner-menu a, .inner-menu-link a, .portfolio-menu a {
    font-weight: 700;
    text-align: center;
    padding: 20px 0;
    display: block;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

.cms-area-default-console h3, .cms-area-default-custom h3 {
    margin-bottom: 0;
}

.inner-menu, .inner-menu-link {
    background: #2765c7;
    width: 100%;
    margin: 0;
    position: relative;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.inner-menu a, .inner-menu-link a {
    font-size: 14px;
}

.inner-arrow-area {
    display: block;
    width: 1000px;
    margin: auto;
    height: 20px;
    overflow: visible;
    position: relative;
}

.inner-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
}

.inner-area {
    position: relative;
    min-height: 400px;
}

.portfolio-menu {
    background: #2765c7;
    height: 60px;
    overflow: hidden;
    margin: 0;
    position: relative;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.portfolio-arrow-area {
    display: block;
    width: 900px;
    margin: auto;
    height: 40px;
    overflow: hidden;
    position: relative;
}

.portfolio-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
}

.porfolio-area {
    position: relative;
    clear: both;
    overflow: hidden;
    padding-top: 20px;
    min-height: 400px;
}

.portfolio-element {
    float: left;
    width: 33.2%;
    height: 285px;
    margin: 1px 0 0 1px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 102%;
    position: relative;
    transition: all .2s;
}

.portfolio-element img {
    width: 100%;
    height: 100%;
}

.portfolio-element .portfolio caption {
    display: none;
}

.portfolio-element:hover {
    transition: all .2s;
    background-position: center -5px;
    box-shadow: inset 0 0 200px 10px rgba(0, 0, 0, 0.8);
}

.portfolio-element .caption, .portfolio-element:hover .caption {
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.portfolio-element .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    max-height: 0;
}

.portfolio-element .caption div {
    width: 50%;
    height: 50px;
    margin: 0;
    background-color: rgba(39, 101, 199, 0.8);
}

.portfolio-element .caption div:first-child {
    border-right: 1px solid #447DD8;
}

.portfolio-element .caption div a {
    display: block;
    padding: 5px 0;
    font-size: 26px;
    color: #fff;
    text-decoration: none;
}

.portfolio-element .caption div:hover {
    background-color: rgba(255, 255, 255, 0.9);
}

.portfolio-element .caption div:hover a {
    color: #000;
}

.portfolio-element:hover .caption {
    max-height: 50px;
    overflow-y: hidden;
}

#portfolio-categories {
    cursor: pointer;
}

.reg-portfolio-area {
    height: 351px;
}

.portfolio-list {
    width: 100%;
    height: 276px;
    position: relative;
    box-shadow: 0 28px 20px -26px rgba(0, 0, 0, 0.6);
}

.portfolio-list:after, .portfolio-list:before {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: -10px;
    left: 20px;
    width: 50%;
    height: 5px;
    top: 255px;
    max-width: 300px;
    background: #000;
    -webkit-box-shadow: 0 15px 10px #000;
    -moz-box-shadow: 0 15px 10px #000;
    box-shadow: 0 15px 10px #000;
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg);
}

.portfolio-list:after {
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    transform: rotate(4deg);
    right: 20px;
    left: auto;
}

.portfolio-list img {
    background: #fff;
    width: 100%;
    height: 100%;
}

.portfolio-name {
    font-size: 27px;
}

.portfolio-name a {
    color: #8b8b8b;
    text-decoration: none;
}

.portfolio-name a:hover {
    color: #2765c7;
}

.mobile-area {
    margin-top: 30px;
}

.mobile-left-area {
    background: url(../images/mobile-side-left.jpg) right top no-repeat;
}

.mobile-right-area {
    background: url(../images/mobile-side-right.jpg) left top no-repeat;
}

.mobile-left-area div {
    padding-right: 80px;
}

.mobile-left-area div:nth-child(1) {
    margin-top: 80px;
}

.mobile-left-area div:nth-child(2) {
    margin-top: 57px;
}

.mobile-left-area div:nth-child(3) {
    margin-top: 59px;
}

.mobile-right-area div {
    padding-left: 80px;
}

.mobile-right-area div:nth-child(1) {
    margin-top: 80px;
}

.mobile-right-area div:nth-child(2) {
    margin-top: 34px;
}

.mobile-right-area div:nth-child(3) {
    margin-top: 59px;
}

.ready-for-next {
    margin: 40px auto;
    width: 85%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #4c8ffb;
    color: #fff;
    font-size: 24px;
    border-radius: 5px;
    overflow: hidden;
    clear: both;
}

.ready-for-next .tel, .ready-for-next .text {
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
}

.ready-for-next .text {
    width: 57%;
    font-size: 42px;
    box-sizing: border-box;
    color: #fff;
    border-radius: 5px 0 0 5px;
    padding: 5px 0 0;
}

.ready-for-next .tel {
    width: 23%;
    box-sizing: border-box;
    border-left: 1px solid #6ba1fb;
    padding: 23px 0 20px;
}

.prices-links div, .ready-for-next .free-quote {
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.ready-for-next .free-quote a, .ready-for-next .tel a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

.ready-for-next .free-quote a:hover, .ready-for-next .tel a:hover {
    text-decoration: none;
}

.ready-for-next .free-quote {
    width: 20%;
    box-sizing: border-box;
    text-align: center;
    background: #50c222;
    border-radius: 0 5px 5px 0;
    padding: 25px 0 21px;
}

.reviews-data {
    width: 80px;
}

.reviews-data .review-points {
    background-color: #26af1b;
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding: 12px 0;
}

.reviews-data .review-capture {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 5px 0;
}

.main-service-bg {
    width: 100%;
    min-height: 341px;
    background-position: center 112px;
    background-repeat: repeat-x;
}

.main-service-img {
    width: 100%;
    min-height: 806px;
    background-position: center top;
    background-repeat: no-repeat;
}

.main-service-title {
    padding-top: 113px;
}

.main-service-title h2 {
    margin-bottom: 0;
    letter-spacing: -3px;
}

.main-service-title p {
    letter-spacing: -1.6px;
    padding-top: 0;
}

.main-service-arrow-tag {
    font-family: "Shadows Into Light","Open Sans Light","Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1.1;
    color: #4e8afe;
    padding-top: 0;
    margin-top: -5px;
    padding-left: 50px;
}

.main-service-arrow-tag span {
    display: block;
    padding-left: 8px;
}

.main-service-footer {
    width: 980px;
    height: 155px;
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    margin: 20px auto 45px;
}

.main-service-footer .row {
    margin-top: 10px;
    margin-bottom: 10px;
}

.main-service-footer .custom-width {
    width: 440px;
    font-size: 17px;
    line-height: 1.3;
    padding-top: 14px;
}

.main-service-footer span, .main-service-right-info strong {
    font-size: 30px;
    color: #4e8afe;
    font-family: "Shadows Into Light", "Open Sans Light", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.main-service-footer img {
    display: inline;
    float: left;
    margin-right: 10px;
}

.main-service-spacing {
    padding-top: 17px;
    padding-left: 25px;
}

.main-service-right-info {
    float: left;
    width: 240px;
    padding-right: 16px;
    padding-top: 21px;
    background: url(../images/services/arrow-pointing-left.png) 200px 48px no-repeat;
}

.head.landing, .head.portfolio, .head.prices {
    background-image: url(../images/web-design-prices.jpg);
}

.main-service-right-info p {
    line-height: 1.1;
    margin: 0;
    padding: 0;
}

.main-service-right-info .huge {
    padding-top: 6px;
}

.border-left {
    border-right: 1px solid #EAEAEA;
    width: 1px;
    margin: 0 auto;
    height: 135px;
}

.helpfull-links .content:before, .helpfull-links:before {
    content: "";
    left: -40px;
    border-style: solid;
    border-width: 20px;
}

.drop-categories {
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 99;
    position: absolute;
    top: 60px;
    width: 100%;
    display: none;
}

.drop-categories .container {
    padding: 30px;
}

.drop-categories .container h4 {
    color: #fff;
    margin: 0 0 20px;
}

.drop-categories .container a {
    text-transform: capitalize;
    font-size: 14px;
    padding: 5px 0;
    text-align: left;
    font-weight: 400;
    font-family: "Open Sans Light","Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.blue-area, .blue-area a, .footer-menu a, .sale:before, ul.boxes li .head h1 {
    text-transform: uppercase;
}

.drop-categories .container a:hover {
    color: #2765C7;
}

.helpfull-links {
    background-color: #50c222;
    padding: 5px;
    text-align: center;
    color: #fff;
    font-family: "Shadows Into Light","Open Sans Light","Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 30px;
    width: 340px;
    position: relative;
    z-index: 9;
}

.lgtxt, .price-list .ele div.head {
    font-family: "Open Sans Light", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.helpfull-links:before {
    top: 0;
    position: absolute;
    display: block;
    border-color: transparent #41961b transparent transparent;
}

.helpfull-links .content:before {
    top: 20px;
    position: absolute;
    display: block;
    border-color: #191b20;
}

.footer-menu {
    background-color: #191b20;
    color: #fff;
    padding: 55px 0 40px;
    position: absolute;
    top: 20px;
    width: 100%;
}

.footer-menu a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    padding: 8px;
    font-size: 16px;
}

.footer-map {
    margin-top: 85px;
    height: 354px;
    background-color: #f8f8f8;
    background-repeat: repeat-x;
    background-position: center top;
}

.head h1, .head h2 {
    letter-spacing: -3px;
    margin: 20px 0 0;
}

.footer-map .content {
    background-repeat: no-repeat;
    background-position: center top;
    height: 275px;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 80px 0 0 80px;
    width: 960px;
    font-size: 14px;
}

.footer-map .content a {
    color: #000;
    font-weight: 700;
}

.black-area {
    padding: 10px;
    background-color: #191b20;
    color: #fff;
}

.black-area hr {
    border-top: 1px solid #333;
}

.black-area a:hover {
    text-decoration: none;
}

.blue-area {
    color: #fff;
    background-color: #2156a9;
    border-top: 1px solid #386db7;
    padding: 5px 0;
    font-weight: 700;
}

.head.landing, .head.portfolio {
    border-top: 3px solid #4a8cf6;
}

.blue-area a {
    color: #fff;
    font-weight: 700;
}

.head, .head h1, .head h2 {
    color: #fff !important;
}

.head {
    background-repeat: repeat-x;
    background-position: 0 0;
    height: 160px;
}

.head h1 {
    font-size: 90px;
}

.head h2 {
    font-size: 50px;
}

.head h3, .head strong {
    color: #fff;
}

.head.portfolio {
    height: 100px;
}

.head.landing {
    height: 120px;
}

.head.landing h1, .head.portfolio h1 {
    font-size: 60px;
    margin-top: 10px;
}

.relative {
    position: relative;
}

.with-divider {
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #cdcdcd;
    float: left;
    align-items: stretch;
}

.talk-specialist {
    background: url(../images/pointed-arrow.png) 90% 45px no-repeat;
}

.prices-links {
    color: #fff;
    display: block;
    clear: both;
    overflow: hidden;
    margin: 20px 0;
}

.prices-links div:hover {
    background-color: #4ac407;
}

.campaigns-links div:hover {
    background-color: #C3CBD4;
}

.prices-links div {
    text-align: center;
    padding: 15px 0 10px;
    width: 20%;
    box-sizing: border-box;
    margin: 0;
    cursor: pointer;
}

.campaigns-links div, .price-list .ele > div {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
}

.prices-links .fst {
    background-color: #3979df;
}

.prices-links .sec {
    background-color: #2869cc;
}

.prices-links .thr {
    background-color: #205dbc;
}

.prices-links .fou {
    background-color: #1b57b2;
}

.prices-links .fif {
    background-color: #1852aa;
}

.advertice-links {
    height: 300px;
    background-repeat: no-repeat;
    background-position: left 30px;
    padding: 20px 0 20px 390px;
}

.campaigns-links {
    margin: 30px 0 0 70px;
    color: #333;
    display: block;
    clear: both;
    overflow: hidden;
}

.campaigns-links div {
    padding: 15px 0 10px;
    float: right;
    width: 33%;
    box-sizing: border-box;
    margin: 0;
    cursor: pointer;
}

.campaigns-links .fst {
    background-color: #f0f3f7;
}

.campaigns-links .sec {
    background-color: #e2e8f0;
}

.campaigns-links .thr {
    background-color: #d2dae4;
}

.price-list {
    display: block;
    margin: 80px 0 20px;
    background: url(../images/side-arrow.png) left 55px no-repeat;
}

.price-list h5 {
    margin: 5px 0 0 10px;
}

.price-list > p {
    padding: 5px 5px 5px 50px;
}

.price-list .ele {
    display: block;
    clear: both;
    overflow: hidden;
    margin: 0 0 20px;
}

.price-list .ele > div {
    padding: 15px 0 10px;
    float: left;
    width: 25%;
    box-sizing: border-box;
    margin: 0;
}

.price-list .ele div.head {
    background-color: #2765c7;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    height: 90px;
    position: relative;
}

.price-list .ele div:nth-child(odd) .head {
    background-color: #205dbc !important;
}

.price-list .ele > div .head h3 {
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.price-list .ele div.body {
    border-left: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    border-right: 0;
}

.price-list .ele div:last-child .body {
    border-right: 1px solid #efefef;
}

.price-list .ele > div .body div.row {
    border-top: 1px solid #efefef !important;
    padding: 7px 0;
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}

.price-list .ele > div .body div.row div, ul.boxes li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.price-list .ele > div .body div.row div {
    box-sizing: border-box;
    height: 20px;
    overflow: hidden;
}

.price-list .ele > div .body div.col-xs-12 {
    height: 60px !important;
}

.price-list .ele > div .body div.row .icon-blocked {
    color: #AB0F0F;
}

.price-list .ele > div .body div.row .icon-checkmark {
    color: green;
}

.price-list .ele > div .body div.row .icon-infinity {
    color: #1852aa;
    font-size: 28px !important;
    font-weight: bolder;
    line-height: 12px;
}

.price-list .ele > div .body div.row .icon-infinity:before {
    content: '\221E';
}

.price-list .ele > div .body div.row .col-xs-12 {
    padding: 10px 0;
}

.price-list .ele > div .body .price {
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    padding: 10px 0;
}

.price-list .ele > div .head .plan-ribbon-wrapper {
    height: 88px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
}

.price-list .ele > div .head .plan-ribbon-wrapper .plan-ribbon {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background-image: -webkit-linear-gradient(top, #bfdc7a, #8ebf45);
    background-image: linear-gradient(to bottom, #bfdc7a, #8ebf45);
    background-color: #bfdc7a;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    color: #333;
    font-size: 14px;
    left: -5px;
    padding: 7px 0;
    position: relative;
    text-align: center;
    text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
    top: 12px;
    width: 120px;
}

ul.boxes, ul.boxes li {
    padding: 0;
    overflow: hidden;
}

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

ul.boxes li {
    position: relative;
    float: left;
    width: 32.82228%;
    margin: .5% 0;
    font-size: 14px;
    box-sizing: border-box;
}

ul.boxes li:nth-child(2), ul.boxes li:nth-child(5) {
    margin: .5%;
}

ul.boxes li .foot, ul.boxes li .head {
    padding: 10px 0;
    background-color: #2765c7;
    color: #fff;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0;
    height: 110px;
}

ul.boxes li .foot {
    height: 100px;
}

ul.boxes li .head h1 {
    text-align: center;
    color: #fff;
    margin: 10px 0 0;
    font-weight: 700;
    font-size: 45px;
    line-height: 50px;
}

ul.boxes li .head p {
    padding: 0;
}

ul.boxes li .body {
    color: #000;
    border: 1px solid #ddd;
}

ul.boxes li .body .price {
    text-align: center;
    padding: 20px;
}

ul.boxes li .body .price strong {
    font-size: 60px;
    line-height: 60px;
}

ul.boxes li .body p {
    padding: 0;
}

ul.boxes li .body .description > div {
    border-top: 1px solid #e7eaf0;
    padding: 5px 10px;
    margin: 0;
    font-weight: 700;
}

ul.multiple-items li, ul.related-items li, ul.side-items li {
    position: relative;
    height: 350px !important;
    border: 1px solid #ddd;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

ul.boxes li .body .description > div:nth-child(even) {
    background: #e7eaf0;
}

ul.multiple-items {
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

ul.multiple-items li, ul.related-items li {
    float: left;
    width: 24.45%;
    margin: 0 .5% .5% 0;
    padding: 0;
    box-sizing: border-box;
}

ul.multiple-items li:nth-child(4n+0), ul.related-items li:nth-child(4n+0) {
    margin-right: 0;
}

ul.side-items li {
    width: 95%;
    margin: 10px;
    padding: 0;
    box-sizing: border-box;
}

ul.multiple-items li .bottom {
    clear: both;
}

ul.multiple-items li .bottom a.price, ul.related-items li .bottom a.price, ul.side-items li .bottom a.price {
    width: 70%;
    height: 40px;
    float: left;
    display: block;
    padding: 10px;
    text-align: center;
    background: #eee;
    color: #000;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
}

ul.multiple-items li .bottom a.wishlist, ul.related-items li .bottom a.wishlist, ul.side-items li .bottom a.wishlist {
    width: 15%;
    height: 40px;
    float: left;
    display: block;
    padding: 10px;
    text-align: center;
    background: #eee;
    color: #000;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd;
}

ul.multiple-items li .bottom a:hover, ul.related-items li .bottom a:hover, ul.side-items li .bottom a:hover {
    background: #ddd;
    text-decoration: none;
}

ul.multiple-items li .images .wishlist {
    position: absolute;
    top: 0;
    right: 0;
}

.flipper, .product {
    position: relative;
}

ul.multiple-items li .title, ul.related-items li .title, ul.side-items li .title {
    border-top: 1px solid #ddd;
    margin-top: 10px;
    height: 55px;
    padding: 10px;
}

ul.multiple-items li .title a, ul.related-items li .title a, ul.side-items li .title a {
    color: #000;
}

ul.multiple-items li .images, ul.related-items li .images, ul.side-items li .images {
    width: 96%;
    height: 240px;
    line-height: 240px;
    margin: 2%;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul.multiple-items li .images:hover, ul.related-items li .images:hover, ul.side-items li .images:hover {
    opacity: .8;
}

ul.multiple-items li .images img, ul.related-items li .images img, ul.side-items li .images img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

a.wishlist:hover, a:hover span.round-link {
    text-decoration: none;
}

.single_items li {
    margin: 5px;
    padding: 7px;
}

.single_items .addthis-tip {
    color: #FFF !important;
}

.single_items .item .title_area {
    font-size: 30px;
}

.single_items .item .product-image {
    position: relative;
    float: left;
}

.single_items .product-image img {
    height: auto;
    max-width: 500px;
}

.single_items .thumb-area {
    text-align: center;
}

.single_items .thumb-area img {
    max-width: 60px;
    cursor: pointer;
    text-align: center;
    margin: 5px 0;
}

.single_items .item .image_area {
    width: 300px;
    clear: both;
    overflow: hidden;
    text-align: center;
}

.single_items .item .price_area {
    font-size: 22px;
}

.single_items .item .sku {
    font-style: italic;
    font-size: 12px;
}

.reviews_area {
    clear: both;
    overflow: hidden;
}

.reviews_area .title {
    border-bottom: 1px solid #F0F0F0;
    padding: 0 0 5px;
    margin: 0 0 5px;
}

.reviews_area .content {
    margin: 0 0 20px;
}

.comparison-list div {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.comparison-list .title {
    font-weight: 400;
    font-size: 16px;
    height: 58px;
    overflow: hidden;
}

.comparison-list .image {
    height: 250px;
    line-height: 250px;
    text-align: center;
}

.comparison-list .image img {
    max-height: 98%;
}

.comparison-list .summary {
    font-size: .9em;
}

.comparison-list .cart {
    text-align: center;
    border-bottom: 0;
}

.comparison-list .cart a {
    margin: 2px 0;
}

.multiple_events {
    margin-top: 20px;
}

.multiple_events h3 {
    margin: 0 0 5px;
    padding: 0;
}

.multiple_events .cal {
    width: 50px;
    border: 1px solid #DFDFDF;
    box-shadow: 0 0 3px #969696;
    text-align: center;
    font-size: 12px;
}

.multiple_events .cal h3 {
    font-size: 24px;
    border-bottom: 1px solid #DFDFDF;
    padding: 10px 0 8px;
    margin: 0;
}

.multiple_events .cal div {
    font-size: 12px;
    background: #DFDFDF;
    box-shadow: inset 0 5px 3px -2px #D2D2D2;
}

.flipper {
    float: left;
    margin: .5%;
    padding: 0;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.product {
    width: 24.45%;
    height: 293px !important;
    margin: .25%;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
}

.sale, .sale:before {
    display: block;
    position: absolute;
}

.sale {
    border-top: 56px solid #c10841;
    border-right: 56px solid transparent;
    height: 0;
    line-height: 22px;
    width: 0;
    z-index: 1;
    -webkit-transform: translateZ(0);
}

.sale.new {
    border-top: 56px solid #f89406;
}

.sale.top {
    border-top: 56px solid #738d00;
}

.sale:before {
    color: #fff;
    content: "Popular";
    font-size: 11px;
    font-weight: 700;
    margin: -46px 0 0 5px;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}

.sale.new:before {
    content: "New";
}

.sale.top:before {
    content: "Top";
}

.add-to-home-screen {
    display: none;
}

h2 strong.blue {
    color: #4e8afe;
}

h1.font76 {
    font-size: 76px;
    margin: 30px 0 0;
}

.lgtxt {
    font-size: 18px !important;
    line-height: 30px !important;
    color: #1a1f27 !important;
    font-weight: 200 !important;
    text-align: justify;
    padding-right: 3.5%;
}

button.square {
    width: 100%;
    height: 62px;
    font-size: 30px;
    padding: 5px;
}

.bolder {
    font-weight: bolder;
}

.madness-specials {
    background-color: #2e2e2e;
    color: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 61px;
    padding: 10px 0;
    z-inxed: 9;
}

.madness-specials .between {
    height: 2px;
    background: #4d4d4d;
}

.madness-specials .limited-text {
    font-size: 18px;
    padding-top: 10px;
}

.madness-specials .first-haft p:nth-child(1) {
    font-size: 50px;
    letter-spacing: -4px;
}

.madness-specials .first-haft p:nth-child(2) {
    text-align: center;
    line-height: 70px;
    font-size: 70px;
    font-family: "Shadows Into Light","Open Sans Light","Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    position: relative;
    top: -20px;
}

.madness-specials .first-haft .phone-number {
    background-color: #1852aa;
    padding: 10px;
    border-radius: 3px;
}

.madness-specials .first-haft .phone-number div:nth-child(1) {
    background-color: #1852aa;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
}

.madness-specials .first-haft .phone-number div:nth-child(2) {
    font-size: 45px;
    font-weight: bold;
}

.madness-specials .second-half {
    text-align: center;
    padding-top: 40px;
}

.madness-specials .second-half p:nth-child(1) {
    font-size: 80px;
    letter-spacing: -4px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 80px;
}

.madness-specials .second-half p:nth-child(2) {
    font-size: 40px;
    letter-spacing: -3px;
    font-weight: 600;
    line-height: 40px;
}

.madness-specials .second-half p:nth-child(3) {
    font-family: "Shadows Into Light","Open Sans Light","Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 30px;
    word-spacing: -10px;
}

.madness-specials .second-half p:nth-child(3) span {
    color: #f6ff00;
    font-family: "Shadows Into Light","Open Sans Light","Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 30px;
    word-spacing: -10px;
}