a:hover,
body,
p {
    color: #151515
}
.no-padding,
li,
ol,
ul {
    padding: 0
}
.intro,
.outer-wrapper,
.overlay {
    position: relative
}
.brands,
.info-content,
.outer-wrapper,
.screen,
.service-item2 .service-inner {
    overflow: hidden
}
.copy,
.list li i {
    text-align: center
}
.button,
.product-info-left li h1,
a,
a:hover,
button {
    text-decoration: none
}
.btn-more::after,
.cta::after,
.overlay:after {
    content: ""
}
body,
html {
    height: 100%
}
body {
    font-family: Hind, sans-serif;
    font-size: 14px;
    letter-spacing: .5px
}
p {
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
    margin: 0 0 15px
}
li,
ol,
ul {
    margin: 0;
    list-style: none
}
a {
    color: #999
}
em {
    font-style: italic
}
strong {
    font-weight: 400
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #313338;
    font-style: normal;
    font-weight: 300;
    margin: 0 0 15px;
    font-family: Montserrat, sans-serif
}
h1,
h2,
h3,
label {
    font-weight: 500
}
.button,
.subscribe .hs-button.primary.large,
button {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    cursor: pointer
}
h1 {
    font-size: 19px
}
h2 {
    font-size: 36px
}
h3 {
    font-size: 17px
}
h4,
h5 {
    font-size: 16px;
    line-height: 20px
}
h6 {
    font-size: 13px;
    line-height: 18px
}
.no-margin {
    margin: 0
}
.boxed .navbar,
.boxed .outer-wrapper {
    max-width: 1250px;
    margin: 0 auto
}
.btn,
a,
button {
    outline: 0;
    transition: all .3s linear 0s
}
*,
input,
input:focus,
textarea,
textarea:focus {
    outline: 0!important
}
.border-top {
    border-top: 1px solid #e5e5e5
}
.border-bottom {
    border-bottom: 1px solid #e5e5e5
}
.outer-wrapper {
    width: 100%
}
.boxed {
    background: url(../img/pattern.png)
}
.boxed .outer-wrapper {
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}
.button.simple,
.product-info-center .content img,
.product-info-center .md-iphone-5 .md-body,
button.simple {
    box-shadow: 0 5px 30px rgba(15, 16, 17, .4)
}
.rc-anchor.rc-anchor-light.rc-anchor-normal {
    border-radius: 0!important
}
.hs_recaptcha {
    padding: 0!important
}
body {
    opacity: 1;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s
}
body.fade-out {
    opacity: 0;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #151515
}
.dropdown .sub-menu,
.dropdown-menu .nav .open>a,
.dropdown-menu>li>a:focus {
    color: #777;
    background-color: #fff;
}
.nav .open>a,
.nav .open>a:hover {
    color: #fff;
    background-color: #151515;
}
.intro {
    padding: 165px 0 0;
    background-color: #253551
}
.intro.overlay:after {
    opacity: .45
}
.overlay:after {
    background: #253551;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: .85
}
.overlay .container {
    position: relative;
    z-index: 11
}
.screen,
.slider {
    position: absolute
}
.intro h2 {
    color: #fff;
    font-size: 47px;
    line-height: 55px;
    margin: -30px 0 20px;
    font-weight: 300
}
.intro h1 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 40px
}
.intro p {
    line-height: 32px;
    opacity: .7;
    margin: 0 0 50px;
    color: #fff;
    font-size: 18px
}
.screen {
    width: 130px;
    height: 250px;
    -webkit-transform: rotate(-37.73deg) scaleX(.8312) scaleY(.801) skewX(10.92deg) skewY(1deg) translate(90px, 120px);
    transform: rotate(-37.73deg) scaleX(.8312) scaleY(.801) skewX(10.92deg) skewY(1deg) translate(90px, 120px);
    cursor: pointer;
    border-radius: 2px
}
.slider {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .8;
    -webkit-transition: opacity .4s linear;
    transition: opacity .4s linear
}
.slider:hover {
    opacity: 1
}
.mockup .slick-list,
.mockup .slick-track,
.mockup .slide {
    height: 100%;
    position: relative
}
.mockup .slide {
    opacity: 0;
    -webkit-transform: scale(1.15) translateZ(0);
    transform: scale(1.15) translateZ(0);
    -webkit-transition: opacity .4s .4s linear, -webkit-transform .65s cubic-bezier(.23, 1, .32, 1);
    transition: opacity .4s .4s linear, -webkit-transform .65s cubic-bezier(.23, 1, .32, 1);
    transition: transform .65s cubic-bezier(.23, 1, .32, 1), opacity .4s .4s linear;
    transition: transform .65s cubic-bezier(.23, 1, .32, 1), opacity .4s .4s linear, -webkit-transform .65s cubic-bezier(.23, 1, .32, 1);
    background-size: cover;
    background-position: center
}
.mockup .slick-current {
    opacity: 1;
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    -webkit-transition: opacity .4s linear, -webkit-transform .65s cubic-bezier(.23, 1, .32, 1);
    transition: opacity .4s linear, -webkit-transform .65s cubic-bezier(.23, 1, .32, 1);
    transition: transform .65s cubic-bezier(.23, 1, .32, 1), opacity .4s linear;
    transition: transform .65s cubic-bezier(.23, 1, .32, 1), opacity .4s linear, -webkit-transform .65s cubic-bezier(.23, 1, .32, 1)
}
.mockup {
    width: 400px;
    float: right;
    position: relative;
    left: 30%;
    top: -40px
}
.copy,
.mockup img {
    width: 100%
}
.cta .btn,
.service-item2 i {
    float: left
}
.copy {
    position: absolute;
    bottom: 2em;
    left: 0;
    opacity: .3;
    color: #000;
    font-size: .8em
}
.copy a {
    color: inherit
}
.section-heading {
    margin-bottom: 60px
}
.brands {
    background-color: #efefef;
    padding: 10px 0;
    white-space: nowrap
}
.brands img {
    opacity: .75
}
.brands img:hover {
    opacity: 1
}
.services {
    padding: 90px 0 200px
}
.service-item {
    margin-bottom: 40px
}
.service-item h1 {
	font-size: 28px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #253551;
}
.service-item span {
    color: #151515;
    font-size: 50px;
    margin-bottom: 25px;
    display: block
}
.service-item a i {
    font-size: 14px;
    margin-left: 3px;
    position: relative;
    top: .1px
}
#services .icon-api,
#services .icon-appstore,
#services .icon-frame,
#services .icon-pdf {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100px;
    height: 100px;
    margin: 0 auto 25px
}
#services .icon-pdf {
    background-image: url(../img/icons/icon-pdf.png)
}
#services .icon-api {
    background-image: url(../img/icons/icon-api.png)
}
#services .icon-frame {
    background-image: url(../img/icons/icon-frame.png)
}
#services .icon-appstore {
    background-image: url(../img/icons/icon-appstore.svg)
}
#products {
    min-height: 600px
}
.product-info-left,
.product-info-right {
    margin-top: 10px
}
.product-info-left li {
    margin-left: -10px;
    margin-bottom: 10px;
    cursor: pointer
}
.product-info-left .product-menu {
    opacity: .5
}
.product-info-left .product-menu.active,
.product-info-left .product-menu:active,
.product-info-left .product-menu:hover {
    opacity: 1
}
.product-info-left li h1 {
    padding: 15px 5px;
    font-size: 15px;
    font-weight: 500;
    color: #151515
}
.product-info-left li .active h1 {
    color: #ff8b42;
    background: #ffdcc4
}
.product-info-left h1 i {
    transform: scale(.75, .75);
    margin-top: -19px;
    margin-right: 10px;
    float: left
}
.product-info-right .btn-more {
    margin-top: 25px
}
.product-info-right .btn-more a {
    color: #ff8b42;
    max-width: 50%;
    float: left;
}
.product-info-right .btn-more a:hover {
    border: 1px solid #ff8b42;
    color: #ff8b42
}
.product-info-center {
    padding: 0
}
.product-info-center .content img {
    width: 100%;
    margin-top: -15px;
    margin-left: -15px;
    border: 1px solid #999
}
.product-info-center .md-iphone-5 {
    margin: -110px auto 0;
    transform: scale(.75, .75)
}
.product-info-center,
.product-info-right {
    display: none
}
.product-info-center.active,
.product-info-right.active {
    display: block
}
#linking.product-info-center img {
    opacity: 0
}
#linking.product-info-center img.active {
    opacity: 1
}
.info-content {
    padding: 60px 0
}
.bg-primary {
    background: #1ebbf0
}
.info-content-dark {
    background: #253551;
    background-size: cover;
    padding: 60px 0
}
.text-white {
    color: #fff
}
.info-content-dark h4 {
    color: #fff;
    margin-bottom: 20px;
    position: relative;
    font-size: 18px;
    letter-spacing: 1px
}
.info-content-dark h4 i {
    margin-right: 10px
}
.info-content-dark p {
    color: #fff;
    opacity: .9
}
.list li {
    margin-top: 12px;
    position: relative;
    padding: 0 0 0 35px
}
.list li i {
    background: #1ebbf0;
    color: #fff;
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 1px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px
}
.info-content .md-ipad {
    font-size: .6em
}
.info-content .md-screen img {
    opacity: 0;
    position: absolute
}
.info-content .md-screen img.active {
    opacity: 1
}
.skew-bg {
    transform: skewY(-6deg);
    transform-origin: top left
}
.unskew {
    transform: skewY(6deg)
}
.gap10 {
    margin: 5px 0
}
.gap20 {
    margin: 10px 0
}
.gap30 {
    margin: 15px 0
}
.gap40 {
    margin: 20px 0
}
.gap50 {
    margin: 25px 0
}
.gap60 {
    margin: 30px 0
}
.gap70 {
    margin: 35px 0
}
.gap80 {
    margin: 40px 0
}
.gap90 {
    margin: 45px 0
}
.gap100 {
    margin: 50px 0
}
.gap110 {
    margin: 55px 0
}
.gap120 {
    margin: 60px 0
}
.feature [class*=d-icon-fticon-] {
    height: 48px;
    width: 48px;
    margin-bottom: -10px;
    margin-right: 5px
}
.features {
    padding: 100px 0 70px
}
.feature-item {
    border: 1px solid #e5e5e5;
    margin-bottom: 30px
}
.feature-item__inner {
    padding: 30px 20px
}
.btn-dark,
.btn-default,
.btn-primary {
    padding: 13px 20px;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px
}
.btn-primary {
    border: 1px solid #151515;
    min-width: 180px;
    background: #151515;
    color: #fff;
    font-weight: 700
}
.btn-primary:hover {
    color: #151515;
    background: #fff;
    border: 1px solid #151515
}
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.open>.dropdown-toggle.btn-primary {
    color: #151515;
    background-color: #e6e6e6;
    border-color: #adadad
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    color: #151515;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}
.btn-default:hover {
    color: #fff;
    background: #151515;
    border: 1px solid #fff
}
.btn-default {
    border: 1px solid #ff8a42;
    background: #ff8a42;
    color: #fff;
    font-weight: 700
}
.btn-orange.btn-default {
    border: 1px solid #ff8a42;
    background: #ff8a42;
    color: #fff;
    font-weight: 700
}
.btn-orange.btn-default {
	border: 1px solid #ff8a42;
	background: #fff;
	color: #ff8a42;
	font-weight: 700;
}
.btn-default.color-reverse {
    border: 1px solid #fff;
    background: #fff;
    color: #ff8a42;
}
.btn-dark {
    border: none;
    min-width: 200px;
    background: #151515;
    color: #fff;
    font-weight: 600
}
.btn-dark:hover {
    color: #1ebbf0;
    background: #fff
}
.button,
.button.dgrey,
button,
button.dgrey {
    background: #383b40;
    color: #fff
}
.btn-lg {
    padding: 17px 25px;
    min-width: 180px
}
.btn {
    border-radius: 0
}
.btn i {
    margin-left: 10px
}
.btn-more {
    line-height: 40px;
    position: relative;
    max-width: 650px;
    width: 100%;
    margin: 0 auto
}
.button,
button {
    display: inline-block;
    position: relative;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 1.4em;
    text-transform: uppercase;
    text-indent: 0;
    text-align: left;
    letter-spacing: 1px;
    line-height: 100%;
    border-radius: 3px;
    border: none;
    transition: all 150ms ease
}
.subscribe .hs-button.primary.large,
footer .hs-button.primary.large {
    text-transform: uppercase;
    transition: all .3s linear 0s;
    letter-spacing: 1px
}
.button.marginright,
button.marginright {
    margin-right: 10px
}
.button.simple,
button.simple {
    padding: 12px 17px 11px;
    font-size: 14px;
    text-align: center
}
.button.blue,
button.blue {
    color: #fff;
    background: #1ebbf0
}
.button.active,
.button:hover,
button.active,
button:hover {
    color: rgba(255, 255, 255, .7);
    box-shadow: 0 1px 5px rgba(15, 16, 17, .4)
}
.btn-more::after {
    width: 100%;
    height: 1px;
    position: absolute;
    top: 19px;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .02) 1%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .02) 1%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .02) 1%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
    opacity: .2;
    z-index: 0
}
.btn-more a {
    background: #fff;
    margin: 0 auto;
    display: table;
    border-radius: 50px;
    padding: 0 15px;
    min-width: 170px;
    text-align: center;
    border: 1px solid #ddd;
    position: relative;
    z-index: 11;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700
}
.btn-more a:hover {
    background: #fff;
    border: 1px solid #1ebbf0;
    color: #1ebbf0
}
.features-left i,
.features-right i {
    top: 50%;
    height: 70px;
    line-height: 70px;
    color: transparent
}
.app-features {
    padding: 80px 0
}
.features-left {
    position: relative;
    padding: 0 70px 0 0;
    text-align: right;
    margin-bottom: 50px
}
.features-left:last-child {
    margin-bottom: 0
}
.features-left i {
    position: absolute;
    right: 0;
    font-size: 45px;
    margin-top: -35px;
    background: #1ebbf0;
    -webkit-background-clip: text;
    background-clip: text
}
.features-left h4 {
    margin: 0 0 15px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase
}
.features-right {
    position: relative;
    padding: 0 0 0 70px;
    margin-bottom: 50px
}
.features-right:last-child {
    margin-bottom: 0
}
.features-right i {
    position: absolute;
    left: 0;
    font-size: 45px;
    margin-top: -35px;
    background: #1ebbf0;
    -webkit-background-clip: text;
    background-clip: text
}
.features-right h4 {
    margin: 0 0 15px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase
}
#quote-carousel .carousel-control.left,
#quote-carousel .carousel-control.right {
    line-height: 40px;
    font-size: 28px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    opacity: .4;
    color: #151515;
    width: 40px;
    height: 40px;
    text-align: center
}
.testimonial {
    padding: 140px 0;
    background: #efefef
}
#quote-carousel {
    padding: 0 100px
}
#quote-carousel .carousel-control {
    background: 0 0;
    text-shadow: none
}
#quote-carousel .carousel-control.left {
    left: 0
}
#quote-carousel .carousel-control.right {
    right: 0!important
}
#quote-carousel .carousel-control.left:hover,
#quote-carousel .carousel-control.right:hover {
    opacity: 1
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0;
    margin-right: -19px
}
#quote-carousel .carousel-indicators li {
    background: silver
}
#quote-carousel .carousel-indicators .active {
    background: #151515
}
#quote-carousel .item p {
    color: #151515;
    font-size: 22px;
    line-height: 33px;
    font-weight: 200;
    font-style: italic
}
#quote-carousel .item i {
    font-size: 40px;
    margin-bottom: 10px;
    opacity: .4;
    color: #151515
}
#quote-carousel .item cite {
    font-style: normal;
    font-size: 16px;
    font-weight: 500;
    color: #151515
}
.service-features {
    padding: 100px 0
}
.service-features h4 {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px
}
.service-features i.fa {
    background: #1ebbf0;
    color: #fff;
    padding: 0;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}
.subscribe {
    padding: 40px 0
}
.subscribe form {
    position: relative;
    padding: 0 160px 0 0;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    border-radius: 3px
}
.subscribe form input {
    border: 2px solid #151515!important;
    height: 60px;
    font-size: 16px;
    width: 100%;
    background: 0 0;
    color: #151515;
    padding: 0 20px;
    border-radius: 0;
    box-shadow: none!important
}
.subscribe .hs-button.primary.large,
.subscribe form button {
    line-height: 56px;
    padding: 0 20px;
    width: 150px;
    min-width: auto;
    position: absolute;
    top: 0
}
.subscribe form button {
    right: 11px;
    border: 2px solid #151515;
    border-left: 1px solid #151515
}
.subscribe .hs-button.primary.large {
    display: block;
    background: #151515;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    right: -32px;
    border: 2px solid #151515;
    border-left: 1px solid #151515;
    border-radius: 0;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: none!important;
    text-shadow: none!important;
    background-image: none!important;
    top: -3px;
}
.subscribe .hs-button.primary.large:hover {
    color: #151515!important;
    background: #fff!important;
    border: 2px solid #151515!important
}
.subscribe .hs-button.primary.large:active,
.subscribe .hs-button.primary.large:focus {
    color: #151515!important;
    background-color: #e6e6e6!important;
    border-color: #adadad!important
}
.subscribe .hs-button.primary.large:active:focus,
.subscribe .hs-button.primary.large:active:hover {
    color: #151515!important;
    background-color: #d4d4d4!important;
    border-color: #8c8c8c!important
}
.subscribe .hs-button.primary.large:hover,
.subscribe form button:hover {
    border: 2px solid #151515;
    border-left: 1px solid #151515;
    box-shadow: none
}
.subscribe label {
    display: none!important
}
.subscribe .actions {
    margin-top: 0!important;
    margin-bottom: 0!important;
    padding: 0!important
}
.subscribe #response h4 {
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    padding: 10px 0 0;
    width: auto;
    position: relative;
    color: #151515!important;
    margin: 0
}
.subscribe #email-error {
    width: 100%;
    max-width: 500px;
    background-color: #d9534f;
    text-align: center;
    padding: 5px 20px;
    border-right: 1px solid #fff
}
.cta {
    padding: 30px 0;
    background: #ff8a42;
    position: relative
}
.cta h2 {
    margin: 0
}
.cta::after {
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: .07
}
.contact-fax:hover,
.contact-phone:hover,
.social-media li a:hover,
footer .footer-links li a:hover {
    opacity: .5
}
.cta .container {
    position: relative;
    z-index: 11
}
.cta .btn {
    text-align: center
}
.cta .btn i {
    float: right;
    margin: -15px 0
}
footer .mc-field-group input,
footer .mc-field-group textarea {
    width: 100%;
    margin: 0 0 15px;
    font-size: 16px;
    color: #151515;
    max-width: 300px
}
footer {
    background: #253551;
    padding: 70px 0
}

footer #mc_embed_signup .mc-field-group label {
    display: none
}
footer #mc_embed_signup .mc-field-group input {
    height: 55px;
    background: #fff;
    border-radius: 0;
    border: none;
    padding: 20px;
    min-width: 100%;
}
footer #mc_embed_signup .mc-field-group textarea {
    height: 100px;
    background: #fff;
    border-radius: 0;
    border: none;
    padding: 20px;
    max-height: 100px;
    border: 1px solid #ABB0B2;
}
footer .hs-button.primary.large {
    border: 1px solid #fff;
    padding: 13px 20px;
    height: 46px;
    width: 180px;
    background: #fff;
    color: #151515;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    border-radius: 0px;
    margin: 0px;
}
.back-to-top,
.back-to-top:hover,
.copyright {
    background: #253551
}
footer .hs-button.primary.large:hover {
    color: #fff;
    background: #253551;
    border: 1px solid #fff
}
footer .hs-button.primary.large:active,
footer .hs-button.primary.large:focus {
    color: #e6e6e6;
    background-color: #151515;
    border-color: #adadad
}
footer .f-logo,
footer h4 {
    color: #fff;
    text-transform: uppercase
}
footer h4 {
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 19px;
    margin: 0 0 25px
}
.cinfo p {
    position: relative;
    padding: 3px 0 0 30px
}
.cinfo p i {
    position: absolute;
    left: 0;
    top: 7px
}
footer .f-logo {
    margin: -10px 0 15px;
    position: relative;
    font-size: 32px;
    font-weight: 900
}
footer .f-logo img {
    width: 150px
}
footer .f-logo i {
    font-size: 25px;
    color: #1ebbf0
}
.contact-fax,
.contact-fax:active,
.contact-fax:focus,
.contact-fax:hover,
.contact-phone,
.contact-phone:active,
.contact-phone:focus,
.contact-phone:hover,
footer .footer-links li a,
footer p {
    color: #fff
}
footer .footer-links li {
    margin-bottom: 12px
}
.copyright {
    padding: 20px 0 5px
}
.copyright p {
    font-size: 13px;
    letter-spacing: 1.5px;
    color: #fff
}
.copyright a {
    color: #1ebbf0
}
.copyright a:hover {
    color: #fff;
    opacity: .5
}
.back-to-top {
    position: fixed;
    bottom: -60px;
    right: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff!important;
    font-size: 25px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s
}
.back-to-top:hover,
.modal .btn-secondary:hover,
.social-media li a {
    color: #fff
}
.back-to-top.act {
    bottom: 0;
    z-index: 9999;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s
}
.social-media {
    margin: 0 0 15px
}
.modal {
    text-align: center;
    padding: 0!important
}
.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px
}
.modal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle
}
.modal .modal-content {
    height: 750px;
    width: 750px;
    overflow: auto;
    border-radius: 0;
    border: 25px solid rgba(0, 0, 0, .5)
}
.modal .btn-secondary {
    position: absolute;
    position: absolute;
    z-index: 1000;
    background-color: transparent;
    border: 1px solid #fff;
}
.modal .submitted-message {
    position: absolute;
    top: 48%;
    text-align: center;
    width: 100%;
    font-size: 32px
}
.modal .mc-field-group form {
    width: 100%;
    padding: 100px 50px 50px;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    min-height: 1400px
}
.modal .mc-field-group label {
    padding: 0 5px
}
.modal .mc-field-group textarea {
    width: 100%!important;
    max-width: 100%;
    min-height: 100px!important;
    max-height: 300px;
    color: #151515;
    font-size: 16px;
    padding: 20px
}
.modal .mc-field-group fieldset {
    max-width: 100%!important
}
.modal .input {
    width: 100%;
    margin: 0 0 15px
}
.modal .hs-form-field {
    padding: 5px
}
.modal .hs_contact_preference .input,
.modal .hs_digital_product_s_ .input,
.modal .hs_how_can_we_help_ .input,
.modal .hs_recaptcha .input {
    border: none
}
.modal .hs_contact_preference,
.modal .hs_digital_product_s_,
.modal .hs_how_can_we_help_,
.modal .hs_recaptcha {
    width: 100%;
    float: left;
    margin-top: 25px
}
.modal .hs-button {
    margin-top: 25px
}
.modal input.hs-input[type=text],
.modal input.hs-input[type=email],
.modal input.hs-input[type=tel] {
    font-size: 16px;
    width: 100%;
    height: 65px;
    background: #fff;
    border: none;
    color: #151515;
    padding: 0 20px;
    margin: 0
}
.modal .hs-input[type=radio] {
    width: 16px;
    height: 16px
}
.modal .hs-input[type=checkbox] {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    top: 2px;
    border: 1px solid #ccc
}
.modal .hs-form-radio {
    display: inline-block;
    float: left
}
.modal .hs-form-checkbox label span,
.modal .hs-form-radio label span {
    margin: 0 25px 0 5px
}
.modal .hs-form-radio label span {
    vertical-align: top;
    line-height: 25px
}
.modal .hs-form-checkbox label span {
    vertical-align: top;
    line-height: 29px
}
.modal .hs-error-msgs {
    width: 100%;
    max-width: 768px;
    background-color: #d9534f;
    text-align: center;
    padding: 5px 20px 0;
    margin: -15px 0 15px
}
.modal .hs-form-required {
    display: none
}
.modal .hs-button.primary.large {
    border: 1px solid #fff;
    padding: 13px 20px;
    height: 46px;
    min-width: 180px;
    background: #fff;
    color: #151515;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    transition: all .3s linear 0s
}
.modal .hs-button.primary.large:hover {
    color: #fff;
    background: #151515;
    border: 1px solid #fff
}
.modal .hs-button.primary.large:active,
.modal .hs-button.primary.large:focus {
    color: #e6e6e6;
    background-color: #151515;
    border-color: #adadad
}
.xs .modal .modal-content {
    height: 100vh;
    width: 100%
}
.xs .modal {
    position: absolute;
    bottom: initial;
    top: -21px
}
.xs .modal-dialog {
    margin: 0
}
.md-iphone-5 .md-body {
    width: 100%;
    height: 100%;
    border-radius: 3.75em;
    border-style: solid;
    border-width: .375em;
    position: relative
}
.md-iphone-5 .md-screen {
    position: relative;
    margin: 0 auto;
    background-color: #161616;
    border-radius: .25em;
    overflow: hidden;
    box-shadow: 0 0 0 1px #161616
}
.md-iphone-5 .md-screen img {
    width: 100%
}
.md-iphone-5 .md-home-button {
    display: block;
    width: 3.625em;
    height: 3.625em;
    margin: 0 auto;
    position: relative;
    border-radius: 100%;
    border: none;
    cursor: default;
    font-size: 100%;
    bottom: -5.9375em
}
.md-iphone-5 .md-home-button:after {
    content: "";
    display: block;
    width: 1.125em;
    height: 1.125em;
    margin: 0 auto;
    position: relative;
    border-style: solid;
    border-width: .125em;
    border-radius: .25em
}
.md-iphone-5 .md-front-camera {
    width: .875em;
    height: .875em;
    margin: 0 auto;
    position: relative;
    border-radius: 100%
}
.md-iphone-5 .md-front-camera:after {
    content: "";
    display: block;
    width: .375em;
    height: .375em;
    position: relative;
    top: .25em;
    left: .25em;
    background-color: #8c8091;
    border-radius: 100%
}
.md-iphone-5.md-glare:before,
.md-iphone-5:after {
    position: absolute;
    content: "";
    display: block
}
.md-iphone-5.md-glare:before {
    width: 50%;
    height: 83%;
    top: .625em;
    right: .625em;
    border-radius: 0 3.125em 0 0;
    z-index: 1
}
.md-iphone-5:after {
    width: 3.3125em;
    height: .1875em;
    right: 3.625em;
    top: -.1875em;
    border-radius: .125em .125em 0 0
}
.md-iphone-5 {
    width: 22.8125em;
    height: 49em;
    position: relative
}
.md-iphone-5 .md-front-camera {
    top: 1.25em
}
.md-iphone-5 .md-top-speaker {
    width: 3.75em;
    height: .875em;
    margin: 0 auto;
    position: relative;
    top: 2.25em;
    border-radius: 3.125em
}
.md-iphone-5 .md-top-speaker:after {
    content: "";
    display: block;
    width: 3.25em;
    height: .375em;
    margin: 0 auto;
    position: relative;
    top: .25em;
    background-color: #4b414a;
    border-radius: 3.125em
}
.md-iphone-5 .md-screen {
    width: 20.1em;
    height: 35.5em;
    top: 3.75em
}
.md-iphone-5 .md-buttons {
    width: .1875em;
    height: 1.875em;
    position: absolute;
    left: -.5em;
    top: 5.9375em;
    border-radius: .125em 0 0 .125em
}
.md-iphone-5 .md-buttons:after,
.md-iphone-5 .md-buttons:before {
    content: "";
    display: block;
    position: absolute;
    width: .1875em;
    height: 1.5625em;
    border-radius: .125em 0 0 .125em
}
.md-iphone-5 .md-buttons:after {
    top: 3.125em
}
.md-iphone-5 .md-buttons:before {
    top: 6.25em
}
.md-iphone-5.md-glare:before {
    background: -webkit-linear-gradient(16deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, .025) 50%, rgba(250, 245, 252, .08));
    background: -moz-linear-gradient(16deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, .025) 50%, rgba(250, 245, 252, .08));
    background: -o-linear-gradient(16deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, .025) 50%, rgba(250, 245, 252, .08));
    background: linear-gradient(74deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, .025) 50%, rgba(250, 245, 252, .08))
}
.md-iphone-5.md-landscape {
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    -o-transform: rotateZ(90deg);
    transform: rotateZ(90deg)
}
.md-iphone-5.md-landscape.md-glare:before {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    left: .625em;
    top: .625em
}
.md-ipad .md-body {
    width: 100%;
    height: 100%;
    border-radius: 3.75em;
    border-style: solid;
    border-width: .375em;
    position: relative
}
.md-ipad .md-screen {
    position: relative;
    margin: 0 auto;
    background-color: #161616;
    border-radius: .25em;
    overflow: hidden;
    box-shadow: 0 0 0 1px #161616
}
.md-ipad .md-screen img {
    width: 100%
}
.md-ipad .md-home-button {
    display: block;
    width: 3.625em;
    height: 3.625em;
    margin: 0 auto;
    position: relative;
    border-radius: 100%;
    border: none;
    cursor: default;
    font-size: 100%;
    bottom: -8.75em
}
.md-ipad .md-home-button:after {
    content: "";
    display: block;
    width: 1.125em;
    height: 1.125em;
    margin: 0 auto;
    position: relative;
    border-style: solid;
    border-width: .125em;
    border-radius: .25em
}
.md-ipad .md-front-camera {
    width: .875em;
    height: .875em;
    margin: 0 auto;
    position: relative;
    border-radius: 100%
}
.md-ipad .md-front-camera:after {
    content: "";
    display: block;
    width: .375em;
    height: .375em;
    position: relative;
    top: .25em;
    left: .25em;
    background-color: #8c8091;
    border-radius: 100%
}
.md-ipad.md-glare:before {
    content: "";
    display: block;
    width: 50%;
    height: 83%;
    position: absolute;
    top: .625em;
    right: .625em;
    border-radius: 0 3.125em 0 0;
    z-index: 1;
    background: -webkit-linear-gradient(22deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, .025) 50%, rgba(250, 245, 252, .08));
    background: -moz-linear-gradient(22deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, .025) 50%, rgba(250, 245, 252, .08));
    background: -o-linear-gradient(22deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, .025) 50%, rgba(250, 245, 252, .08));
    background: linear-gradient(68deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, .025) 50%, rgba(250, 245, 252, .08))
}
.md-ipad {
    width: 53.375em;
    height: 79.4375em;
    position: relative
}
.md-ipad .md-front-camera {
    top: 3.125em
}
.md-ipad .md-screen {
    width: 48em;
    height: 64em;
    top: 6.25em
}
.md-ipad.md-landscape {
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    -o-transform: rotateZ(90deg);
    transform: rotateZ(90deg)
}
.md-ipad.md-landscape.md-glare:before {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    left: .625em;
    top: .625em
}
.md-white-device .md-front-camera,
.md-white-device .md-home-button,
.md-white-device .md-top-speaker {
    background: -webkit-linear-gradient(#d0d0c5, #eeeeea);
    background: -moz-linear-gradient(#d0d0c5, #eeeeea);
    background: -o-linear-gradient(#d0d0c5, #eeeeea);
    background: linear-gradient(#d0d0c5, #eeeeea)
}
.md-black-device .md-front-camera,
.md-black-device .md-home-button,
.md-black-device .md-top-speaker {
    background: -webkit-linear-gradient(#141917, #202623);
    background: -moz-linear-gradient(#141917, #202623);
    background: -o-linear-gradient(#141917, #202623);
    background: linear-gradient(#141917, #202623)
}
.md-white-device.md-landscape .md-front-camera,
.md-white-device.md-landscape .md-home-button,
.md-white-device.md-landscape .md-top-speaker {
    background: -webkit-linear-gradient(left, #d0d0c5, #eeeeea);
    background: -moz-linear-gradient(left, #d0d0c5, #eeeeea);
    background: -o-linear-gradient(left, #d0d0c5, #eeeeea);
    background: linear-gradient(to right, #d0d0c5, #eeeeea)
}
.md-black-device.md-landscape .md-front-camera,
.md-black-device.md-landscape .md-home-button,
.md-black-device.md-landscape .md-top-speaker {
    background: -webkit-linear-gradient(left, #141917, #202623);
    background: -moz-linear-gradient(left, #141917, #202623);
    background: -o-linear-gradient(left, #141917, #202623);
    background: linear-gradient(to right, #141917, #202623)
}
.md-white-device .md-body {
    background-color: #ebebe4;
    border-color: #f1f2eb
}
.md-white-device .md-buttons,
.md-white-device .md-buttons:after,
.md-white-device .md-buttons:before {
    background-color: #ebebe4
}
.md-white-device .md-front-camera:after {
    background-color: #8c8091
}
.md-white-device .md-top-speaker:after {
    background-color: #4b414a
}
.md-white-device .md-home-button:after {
    border-color: #eff1e6
}
.md-white-device:after {
    background: #ebebe4
}
.md-black-device .md-body {
    background-color: #1b211e;
    border-color: #282e2b
}
.md-black-device .md-buttons,
.md-black-device .md-buttons:after,
.md-black-device .md-buttons:before {
    background-color: #1b211e
}
.md-black-device .md-front-camera:after {
    background-color: #2c292f
}
.md-black-device .md-top-speaker:after {
    background-color: #191616
}
.md-black-device .md-home-button:after {
    border-color: #444a45
}
.md-black-device:after {
    background: #1b211e
}
.md-imac {
    width: 62.5em;
    height: 50em;
    -webkit-transform: translate3d(0, 0, 0)
}
.md-imac .md-body {
    width: 100%;
    height: 43.125em;
    background: #c6c7ca;
    border-radius: 1.875em;
    overflow: hidden
}
.md-imac .md-top {
    width: 100%;
    height: 37.1875em;
    background: #0f0f0f;
    border-radius: 1.875em 1.875em 0 0;
    position: relative
}
.md-imac .md-screen {
    width: 57.5em;
    height: 32.375em;
    margin: 0 auto;
    position: relative;
    top: 2.375em;
    background: #17171a;
    overflow: hidden
}
.md-imac .md-screen img {
    width: 100%
}
.md-imac .md-camera {
    width: .375em;
    height: .375em;
    margin: 0 auto;
    position: relative;
    top: 1.25em;
    background: #151515;
    border-radius: 100%;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .25)
}
.md-imac .md-camera:after {
    content: "";
    display: block;
    width: .125em;
    height: .125em;
    position: absolute;
    left: .125em;
    top: .0625em;
    background: #353542;
    border-radius: 100%
}
.md-imac .md-base {
    width: 19.25em;
    height: 6.875em;
    margin: -.5em auto
}
.md-imac .md-stand {
    width: 13.125em;
    height: 6.125em;
    margin: 0 auto;
    background: #cccdcf;
    background: -webkit-linear-gradient(#b7b8bb, #cccdcf 50%, #d9dadb 80%, #cccdcf, #bfc0c3);
    background: -moz-linear-gradient(#b7b8bb, #cccdcf 50%, #d9dadb 80%, #cccdcf, #bfc0c3);
    background: -o-linear-gradient(#b7b8bb, #cccdcf 50%, #d9dadb 80%, #cccdcf, #bfc0c3);
    background: linear-gradient(#b7b8bb, #cccdcf 50%, #d9dadb 80%, #cccdcf, #bfc0c3);
    -webkit-transform: perspective(50em) rotate3d(1, 0, 0, 30deg);
    -moz-transform: perspective(50em) rotate3d(1, 0, 0, 30deg);
    -ms-transform: perspective(50em) rotate3d(1, 0, 0, 30deg);
    -o-transform: perspective(50em) rotate3d(1, 0, 0, 30deg);
    transform: perspective(50em) rotate3d(1, 0, 0, 30deg)
}
.md-imac .md-foot {
    width: 15em;
    height: 3.125em;
    margin: 0 auto;
    position: relative;
    bottom: 1.5em;
    border-radius: 0 0 .625em .625em;
    background: -webkit-linear-gradient(#bfc0c3 20%, #cccdcf);
    background: -moz-linear-gradient(#bfc0c3 20%, #cccdcf);
    background: -o-linear-gradient(#bfc0c3 20%, #cccdcf);
    background: linear-gradient(#bfc0c3 20%, #cccdcf);
    -webkit-transform: perspective(11.875em) rotate3d(1, 0, 0, 70deg);
    -moz-transform: perspective(11.875em) rotate3d(1, 0, 0, 70deg);
    -ms-transform: perspective(11.875em) rotate3d(1, 0, 0, 70deg);
    -o-transform: perspective(11.875em) rotate3d(1, 0, 0, 70deg);
    transform: perspective(11.875em) rotate3d(1, 0, 0, 70deg);
    box-shadow: 0 .375em 0 #bfc0c3
}
.md-imac.md-glare .md-top:after {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 1.25em 0 0;
    background: -webkit-linear-gradient(42deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, .025) 50%, rgba(250, 245, 252, .08));
    background: -moz-linear-gradient(42deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, .025) 50%, rgba(250, 245, 252, .08));
    background: -o-linear-gradient(42deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, .025) 50%, rgba(250, 245, 252, .08));
    background: linear-gradient(48deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, .025) 50%, rgba(250, 245, 252, .08))
}
.browser-window {
    text-align: left;
    width: 100%;
    height: auto;
    display: inline-block;
    border-radius: 0;
    background-color: #fff
}
.browser-window .top-bar {
    height: 30px;
    border-radius: 5px 5px 0 0;
    border-top: thin solid #eaeae9;
    border-bottom: thin solid #dfdfde;
    background: linear-gradient(#e7e7e6, #e2e2e1)
}
.browser-window .circle {
    height: 8px;
    width: 8px;
    display: inline-block;
    border-radius: 50%;
    background-color: #fff
}
.browser-window .circles {
    margin: 5px 11px
}
.browser-window .content {
    margin: 0;
    width: 100%;
    min-height: 50%;
    display: inline-block;
    border-radius: 0 0 5px 5px;
    background-color: #fafafa
}
#btob .feature .browser-window,
#directory .feature .browser-window,
#flyer .feature .browser-window,
#localsearch .feature .browser-window,
#magazine .feature .browser-window,
#newspaper .feature .browser-window,
#retail .feature .browser-window,
#travelguide .feature .browser-window {
    max-height: 350px;
    border-radius: 5px 5px 0 0;
    overflow: hidden
}
.browser-window .dev-tools {
    width: 100%;
    min-height: 50%;
    margin: 0;
    padding: 0
}
.browser-window .dev-tools .bar {
    margin-top: -4px;
    border-top: thin solid #e7e7e6;
    border-bottom: thin solid #e7e7e6;
    color: #e7e7e6
}
.browser-window .dev-tools .bar .dev-bar-content {
    padding: 10px;
    float: left
}
.browser-window .dev-tools .bar .close {
    float: right;
    border-left: thin solid #e7e7e6;
    padding: 10px
}
.browser-window .dev-tools .content .html {
    height: 100%;
    width: 69%;
    border-right: thin solid #e7e7e6
}
.browser-window .dev-tools .content .css {
    float: right;
    height: 100%;
    width: 30%
}
#directory .intro #brand-showcase,
#flyer .intro #brand-showcase,
#localsearch .intro #brand-showcase,
#magazine .intro #brand-showcase,
#newspaper .intro #brand-showcase,
#travelguide .intro #brand-showcase {
    height: 600px
}
.browser-window .content img {
    width: 100%
}
#info .devices {
    width: 460px;
    height: 600px;
    margin: 0 auto;
    position: relative;
    font-size: 12px
}
.product-info-left h1 i.ecommerce-features,
.product-info-left h1 i.mobile-features {
    margin-top: -12px
}
#info .md-ipad {
    position: absolute;
    font-size: .6em;
    bottom: 0;
    left: 70px
}
#info .md-iphone-5 {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: .65em
}
.clear {
    clear: both
}
.icon-s {
    background-position: center center;
    background-repeat: no-repeat;
    width: 55px;
    height: 55px;
    background-size: cover;
    display: inline-block;
    margin-bottom: -10px;
    margin-right: 5px
}
.brand-features {
    background-image: url(../img/icons/features/brand.svg)
}
.links-features {
    background-image: url(../img/icons/features/links.svg)
}
.ecommerce-features {
    background-image: url(../img/icons/features/ecommerce.svg)
}
.mobile-features {
    background-image: url(../img/icons/features/mobile.svg)
}
.analytics-features {
    background-image: url(../img/icons/features/analytics.svg)
}
.product-menu.active .brand-features {
    background-image: url(../img/icons/features/active/brand.svg)
}
.product-menu.active .links-features {
    background-image: url(../img/icons/features/active/links.svg)
}
.product-menu.active .ecommerce-features {
    background-image: url(../img/icons/features/active/ecommerce.svg)
}
.product-menu.active .mobile-features {
    background-image: url(../img/icons/features/active/mobile.svg)
}
.product-menu.active .analytics-features {
    background-image: url(../img/icons/features/active/analytics.svg)
}
.libsearch-leviton {
    background-image: url(../img/icons/leviton/libsearch.svg)
}
.multilang-leviton {
    background-image: url(../img/icons/leviton/multilang.svg)
}
.brand-leviton {
    background-image: url(../img/icons/leviton/brand.svg)
}
.mobile-leviton {
    background-image: url(../img/icons/leviton/mobile.svg)
}
.embed-msc {
    background-image: url(../img/icons/msc/embed.svg)
}
.ecommerce-msc {
    background-image: url(../img/icons/msc/ecommerce.svg)
}
.search-msc {
    background-image: url(../img/icons/msc/search.svg)
}
.touchpoints-reitmans {
    background-image: url(../img/icons/reitmans/touchpoints.svg)
}
.ecommerce-reitmans {
    background-image: url(../img/icons/reitmans/ecommerce.svg)
}
.glance-reitmans {
    background-image: url(../img/icons/reitmans/ataglance.svg)
}
.share-reitmans {
    background-image: url(../img/icons/reitmans/share.svg)
}
.brand-reitmans {
    background-image: url(../img/icons/reitmans/brand.svg)
}
.multilang-reitmans {
    background-image: url(../img/icons/reitmans/multilang.svg)
}
.links-pandora {
    background-image: url(../img/icons/pandora/links.svg)
}
.quickview-pandora {
    background-image: url(../img/icons/pandora/quickview.svg)
}
.embed-pandora {
    background-image: url(../img/icons/pandora/embed.svg)
}
.analytics-pandora {
    background-image: url(../img/icons/pandora/analytics.svg)
}
.booksearch-dex {
    background-image: url(../img/icons/dex/booksearch.svg)
}
.links-dex {
    background-image: url(../img/icons/dex/links.svg)
}
.tab-dex {
    background-image: url(../img/icons/dex/tab.svg)
}
.mobile-ojai {
    background-image: url(../img/icons/ojai/mobile.svg)
}
.popular-ojai {
    background-image: url(../img/icons/ojai/popular.svg)
}
.socialmedia-ojai {
    background-image: url(../img/icons/ojai/socialmedia.svg)
}
.gallery-aspen {
    background-image: url(../img/icons/aspen/gallery.svg)
}
.crop-aspen {
    background-image: url(../img/icons/aspen/crop.svg)
}
.analytics-aspen {
    background-image: url(../img/icons/aspen/analytics.svg)
}
.profiles-pinnacle {
    background-image: url(../img/icons/pinnacle/profiles.svg)
}
.popular-pinnacle {
    background-image: url(../img/icons/pinnacle/popular.svg)
}
.utility-pinnacle {
    background-image: url(../img/icons/pinnacle/utility.svg)
}
.responsive-pinnacle {
    background-image: url(../img/icons/pinnacle/responsive.svg)
}
.brand-goldenisles {
    background-image: url(../img/icons/goldenisles/brand.svg)
}
.socialmedia-goldenisles {
    background-image: url(../img/icons/goldenisles/socialmedia.svg)
}
.gallery-goldenisles {
    background-image: url(../img/icons/goldenisles/gallery.svg)
}
.seo-georgials {
    background-image: url(../img/icons/georgials/seo.svg)
}
.analytics-georgials {
    background-image: url(../img/icons/georgials/analytics.svg)
}
.coupon-georgials {
    background-image: url(../img/icons/georgials/coupon.svg)
}
.renew-natchez {
    background-image: url(../img/icons/natchez/renew.svg)
}
.email-natchez {
    background-image: url(../img/icons/natchez/email.svg)
}
.widgets-natchez {
    background-image: url(../img/icons/natchez/widgets.svg)
}
.brand-natchez {
    background-image: url(../img/icons/natchez/brand.svg)
}
.mobile-thepost {
    background-image: url(../img/icons/thepost/mobile.svg)
}
.analytics-thepost {
    background-image: url(../img/icons/thepost/analytics.svg)
}
.widgets-thepost {
    background-image: url(../img/icons/thepost/widgets.svg)
}
.socialmedia-thepost {
    background-image: url(../img/icons/thepost/socialmedia.svg)
}
.calendar-richmond {
    background-image: url(../img/icons/richmond/calendar.svg)
}
.booksearch-richmond {
    background-image: url(../img/icons/richmond/booksearch.svg)
}
.analytics-richmond {
    background-image: url(../img/icons/richmond/analytics.svg)
}
.brand-ulta {
    background-image: url(../img/icons/ulta/brand.svg)
}
.ecommerce-ulta {
    background-image: url(../img/icons/ulta/ecommerce.svg)
}
.links-ulta {
    background-image: url(../img/icons/ulta/links.svg)
}
.brand-howard {
    background-image: url(../img/icons/howard/brand.svg)
}
.mobile-howard {
    background-image: url(../img/icons/howard/mobile.svg)
}
.socialmedia-howard {
    background-image: url(../img/icons/howard/socialmedia.svg)
}
.email-howard {
    background-image: url(../img/icons/howard/email.svg)
}
.analytics-dollartree {
    background-image: url(../img/icons/dollartree/analytics.svg)
}
.brand-dollartree {
    background-image: url(../img/icons/dollartree/brand.svg)
}
.bookshelf-dollartree {
    background-image: url(../img/icons/dollartree/bookshelf.svg)
}
.links-dollartree {
    background-image: url(../img/icons/dollartree/links.svg)
}
.bookshelf-white {
    background-image: url(../img/icons/white/bookshelf.svg)
}
.tearpages-white {
    background-image: url(../img/icons/white/tearpages.svg)
}
.orderforms-white {
    background-image: url(../img/icons/white/orderforms.svg)
}
.mobile-white {
    background-image: url(../img/icons/white/mobile.svg)
}
.analytics-white {
    background-image: url(../img/icons/white/analytics.svg)
}
.widgets-white {
    background-image: url(../img/icons/white/widgets.svg)
}
.multilang-white {
    background-image: url(../img/icons/white/multilang.svg)
}
.ads-white {
    background-image: url(../img/icons/white/ads.svg)
}
.responsive-white {
    background-image: url(../img/icons/white/responsive.svg)
}
.brand-white {
    background-image: url(../img/icons/white/brand.svg)
}
.utility-white {
    background-image: url(../img/icons/white/utility.svg)
}
.renew-white {
    background-image: url(../img/icons/white/renew.svg)
}
.embed-white {
    background-image: url(../img/icons/white/embed.svg)
}
.renew-republic {
    background-image: url(../img/icons/republic/renew.svg)
}
.enotify-republic {
    background-image: url(../img/icons/republic/email.svg)
}
[class*=d-icon] {
    background-image: url(../img/icons/icons.png);
    height: 80px;
    width: 80px;
    display: inline-block;
    margin: 0 auto
}
.d-icon-browsers {
    background-position: 0 0
}
.d-icon-compass {
    background-position: -80px 0
}
h4#home-icon-localsearch:hover .d-icon-browsers {
    background-position: 0 -80px
}
h4#home-icon-compass:hover .d-icon-compass {
    background-position: -80px -80px
}
[class*=d-icon-ft-] {
    height: 96px;
    width: 96px;
    margin-bottom: 10px
}
.d-icon-ft-widgets {
    background-position: -160px 0
}
.d-icon-ft-linking {
    background-position: -256px 0
}
.d-icon-ft-social {
    background-position: -352px 0
}
.d-icon-ft-lightbox {
    background-position: -448px 0
}
.d-icon-ft-facebook {
    background-position: -544px 0
}
h4:hover .d-icon-ft-widgets {
    background-position: -160px -96px
}
h4:hover .d-icon-ft-linking {
    background-position: -256px -96px
}
h4:hover .d-icon-ft-social {
    background-position: -352px -96px
}
h4:hover .d-icon-ft-lightbox {
    background-position: -448px -96px
}
h4:hover .d-icon-ft-facebook {
    background-position: -544px -96px
}
.d-icon-ft-re-ecommerce {
    background-position: -160px -240px
}
.d-icon-ft-re-integration {
    background-position: -256px -240px
}
.d-icon-ft-re-analytics {
    background-position: -352px -240px
}
.d-icon-ft-re-branding {
    background-position: -448px -240px
}
.d-icon-ft-re-apps {
    background-position: -544px -240px
}
h4:hover .d-icon-ft-re-ecommerce {
    background-position: -160px -336px
}
h4:hover .d-icon-ft-re-integration {
    background-position: -256px -336px
}
h4:hover .d-icon-ft-re-analytics {
    background-position: -352px -336px
}
h4:hover .d-icon-ft-re-branding {
    background-position: -448px -336px
}
h4:hover .d-icon-ft-re-apps {
    background-position: -544px -336px
}
.d-icon-ft-bb-linking {
    background-position: -160px -480px
}
.d-icon-ft-bb-library {
    background-position: -256px -480px
}
.d-icon-ft-bb-integration {
    background-position: -352px -480px
}
.d-icon-ft-bb-languages {
    background-position: -448px -480px
}
.d-icon-ft-bb-order {
    background-position: -544px -480px
}
h4:hover .d-icon-ft-bb-linking {
    background-position: -160px -576px
}
h4:hover .d-icon-ft-bb-library {
    background-position: -256px -576px
}
h4:hover .d-icon-ft-bb-integration {
    background-position: -352px -576px
}
h4:hover .d-icon-ft-bb-languages {
    background-position: -448px -576px
}
h4:hover .d-icon-ft-bb-order {
    background-position: -544px -576px
}
.d-icon-ft-di-localsearch {
    background-position: -160px -720px
}
.d-icon-ft-di-online {
    background-position: -256px -720px
}
.d-icon-ft-di-apps {
    background-position: -352px -720px
}
.d-icon-ft-di-integration {
    background-position: -448px -720px
}
.d-icon-ft-di-video {
    background-position: -544px -720px
}
h4:hover .d-icon-ft-di-localsearch {
    background-position: -160px -816px
}
h4:hover .d-icon-ft-di-online {
    background-position: -256px -816px
}
h4:hover .d-icon-ft-di-apps {
    background-position: -352px -816px
}
h4:hover .d-icon-ft-di-integration {
    background-position: -448px -816px
}
h4:hover .d-icon-ft-di-video {
    background-position: -544px -816px
}
.d-icon-ft-ne-apps {
    background-position: -160px -960px
}
.d-icon-ft-ne-subscription {
    background-position: -256px -960px
}
.d-icon-ft-ne-analytics {
    background-position: -352px -960px
}
.d-icon-ft-ne-archives {
    background-position: -448px -960px
}
.d-icon-ft-ne-mobile {
    background-position: -544px -960px
}
h4:hover .d-icon-ft-ne-apps {
    background-position: -160px -1056px
}
h4:hover .d-icon-ft-ne-subscription {
    background-position: -256px -1056px
}
h4:hover .d-icon-ft-ne-analytics {
    background-position: -352px -1056px
}
h4:hover .d-icon-ft-ne-archives {
    background-position: -448px -1056px
}
h4:hover .d-icon-ft-ne-mobile {
    background-position: -544px -1056px
}
.d-icon-ft-ma-branding {
    background-position: -160px -1200px
}
.d-icon-ft-ma-subscription {
    background-position: -256px -1200px
}
.d-icon-ft-ma-analytics {
    background-position: -352px -1200px
}
.d-icon-ft-ma-archives {
    background-position: -448px -1200px
}
.d-icon-ft-ma-mobile {
    background-position: -544px -1200px
}
h4:hover .d-icon-ft-ma-branding {
    background-position: -160px -1296px
}
h4:hover .d-icon-ft-ma-subscription {
    background-position: -256px -1296px
}
h4:hover .d-icon-ft-ma-analytics {
    background-position: -352px -1296px
}
h4:hover .d-icon-ft-ma-archives {
    background-position: -448px -1296px
}
h4:hover .d-icon-ft-ma-mobile {
    background-position: -544px -1296px
}
.d-icon-ft-fl-versioning {
    background-position: -160px -1440px
}
.d-icon-ft-fl-facebook {
    background-position: -256px -1440px
}
.d-icon-ft-fl-response {
    background-position: -352px -1440px
}
.d-icon-ft-fl-embedding {
    background-position: -448px -1440px
}
.d-icon-ft-fl-customization {
    background-position: -544px -1440px
}
h4:hover .d-icon-ft-fl-versioning {
    background-position: -160px -1536px
}
h4:hover .d-icon-ft-fl-facebook {
    background-position: -256px -1536px
}
h4:hover .d-icon-ft-fl-response {
    background-position: -352px -1536px
}
h4:hover .d-icon-ft-fl-embedding {
    background-position: -448px -1536px
}
h4:hover .d-icon-ft-fl-customization {
    background-position: -544px -1536px
}
[class*=d-icon-fticon-] {
    height: 48px;
    width: 48px;
    margin-bottom: -10px;
    margin-right: 20px
}
.d-icon-fticon-widgets {
    background-position: -160px -192px
}
.d-icon-fticon-linking {
    background-position: -208px -192px
}
.d-icon-fticon-social {
    background-position: -256px -192px
}
.d-icon-fticon-lightbox {
    background-position: -304px -192px
}
.d-icon-fticon-facebook {
    background-position: -352px -192px
}
.d-icon-fticon-re-ecommerce {
    background-position: -160px -432px
}
.d-icon-fticon-re-integration {
    background-position: -208px -432px
}
.d-icon-fticon-re-analytics {
    background-position: -256px -432px
}
.d-icon-fticon-re-branding {
    background-position: -304px -432px
}
.d-icon-fticon-re-apps {
    background-position: -352px -432px
}
.d-icon-fticon-bb-linking {
    background-position: -160px -672px
}
.d-icon-fticon-bb-library {
    background-position: -208px -672px
}
.d-icon-fticon-bb-integration {
    background-position: -256px -672px
}
.d-icon-fticon-bb-languages {
    background-position: -304px -672px
}
.d-icon-fticon-bb-order {
    background-position: -352px -672px
}
.d-icon-fticon-di-localsearch {
    background-position: -160px -912px
}
.d-icon-fticon-di-online {
    background-position: -208px -912px
}
.d-icon-fticon-di-apps {
    background-position: -256px -912px
}
.d-icon-fticon-di-integration {
    background-position: -304px -912px
}
.d-icon-fticon-di-video {
    background-position: -352px -912px
}
.d-icon-fticon-ne-apps {
    background-position: -160px -1152px
}
.d-icon-fticon-ne-subscription {
    background-position: -208px -1152px
}
.d-icon-fticon-ne-analytics {
    background-position: -256px -1152px
}
.d-icon-fticon-ne-archives {
    background-position: -304px -1152px
}
.d-icon-fticon-ne-mobile {
    background-position: -352px -1152px
}
.d-icon-fticon-ma-branding {
    background-position: -160px -1392px
}
.d-icon-fticon-ma-subscription {
    background-position: -208px -1392px
}
.d-icon-fticon-ma-analytics {
    background-position: -256px -1392px
}
.d-icon-fticon-ma-archives {
    background-position: -304px -1392px
}
.d-icon-fticon-ma-mobile {
    background-position: -352px -1392px
}
.d-icon-fticon-fl-versioning {
    background-position: -160px -1632px
}
.d-icon-fticon-fl-facebook {
    background-position: -208px -1632px
}
.d-icon-fticon-fl-response {
    background-position: -256px -1632px
}
.d-icon-fticon-fl-embedding {
    background-position: -304px -1632px
}
.d-icon-fticon-fl-customization {
    background-position: -352px -1632px
}
.d-icon-fticon-gu-globe {
    background-position: 0 -192px
}
.vert-middle {
    vertical-align: middle
}
#btob .intro {
    background-image: url(../img/page_btob/bg_concrete.jpg);
    background-attachment: fixed;
    padding: 215px 0 0
}
#btob .intro #brand-showcase {
    margin-bottom: -175px;
    margin-top: 50px
}
#btob .feature {
    padding: 60px 0
}
#btob .feature .bottom-border {
    margin-bottom: 50px
}
#btob .feature .browser-window {
    margin-bottom: -7px
}
#btob .browser-window:after,
#btob .browser-window:before {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 21px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #fff;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg)
}
#btob .info-content,
#retail .intro {
    background-color: #151515
}
#btob .browser-window:after,
#retail .browser-window:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    right: 21px
}
#btob .browser-window:after {
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    left: auto
}
#btob .info-content h2,
#btob .info-content p {
    color: #fff
}
#retail .intro {
    padding: 215px 0 0;
    background: linear-gradient(to left top, #00c589 0, #00afb0 100%)
}
#retail .intro #brand-showcase {
    margin-bottom: -175px;
    margin-top: 50px;
    margin-left: -150px
}
#retail .feature {
    padding: 60px 0
}
#retail .feature .bottom-border {
    margin-bottom: 50px
}
#retail .feature .browser-window {
    margin-bottom: -7px
}
#retail .browser-window:after,
#retail .browser-window:before {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 21px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #fff;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg)
}
#directory .intro,
#retail .info-content {
    background-color: #151515
}
#retail .browser-window:after {
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    left: auto
}
#retail .info-content h2,
#retail .info-content p {
    color: #fff
}
#directory .video-container {
    position: absolute;
    top: 0;
    left: 0;
    opacity: .1;
    width: 100%
}
#directory .video-container video {
    width: 100%
}
#directory .intro {
    padding: 215px 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden
}
#directory .intro .md-ipad {
    font-size: .75em
}
#directory .feature {
    padding: 60px 0
}
#directory .feature .bottom-border {
    margin-bottom: 50px
}
#directory .feature .browser-window {
    margin-bottom: -7px
}
#localsearch .feature .bottom-border,
#newspaper .feature .bottom-border {
    margin-bottom: 50px
}
#directory .browser-window:after,
#directory .browser-window:before {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 21px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #fff;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg)
}
#directory .info-content,
#localsearch .intro {
    background-color: #151515
}
#directory .browser-window:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 21px;
    left: auto
}
#directory .info-content h2,
#directory .info-content p {
    color: #fff
}
#localsearch .video-container {
    position: absolute;
    top: 0;
    left: 0;
    opacity: .1;
    width: 100%
}
#localsearch .video-container video {
    width: 100%
}
#flyer .browser-window:after,
#flyer .browser-window:before,
#localsearch .browser-window:after,
#localsearch .browser-window:before,
#magazine .browser-window:after,
#magazine .browser-window:before,
#newspaper .browser-window:after,
#newspaper .browser-window:before,
#travelguide .browser-window:after,
#travelguide .browser-window:before {
    z-index: -1;
    content: "";
    bottom: 15px;
    width: 50%;
    max-width: 300px
}
#localsearch .intro {
    padding: 215px 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden
}
#localsearch .intro #brand-showcase img {
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out
}
#localsearch .intro #brand-showcase img.active {
    opacity: 1
}
#localsearch .intro .md-ipad {
    font-size: .75em
}
#localsearch .feature {
    padding: 60px 0
}
#localsearch .feature .browser-window {
    margin-bottom: -7px
}
#localsearch .browser-window:after,
#localsearch .browser-window:before {
    position: absolute;
    left: 21px;
    top: 80%;
    background: #fff;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg)
}
#localsearch .info-content,
#newspaper .intro {
    background-color: #151515
}
#localsearch .browser-window:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 21px;
    left: auto
}
#localsearch .info-content h2,
#localsearch .info-content p {
    color: #fff
}
#newspaper .intro {
    padding: 215px 0 0;
    background-image: url(../img/page_newspaper/bg_fog.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden
}
#newspaper .intro #brand-showcase img {
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out
}
#flyer .intro #brand-showcase img,
#magazine .intro #brand-showcase img {
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    position: absolute
}
#newspaper .intro #brand-showcase img.active {
    opacity: 1
}
#newspaper .intro .md-ipad {
    font-size: .75em
}
#newspaper .feature {
    padding: 60px 0
}
#newspaper .feature .browser-window {
    margin-bottom: -7px
}
#newspaper .browser-window:after,
#newspaper .browser-window:before {
    position: absolute;
    left: 21px;
    top: 80%;
    background: #fff;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg)
}
#magazine .intro,
#newspaper .info-content {
    background-color: #151515
}
#newspaper .browser-window:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 21px;
    left: auto
}
#newspaper .info-content h2,
#newspaper .info-content p {
    color: #fff
}
#magazine .intro {
    padding: 215px 0 0;
    background-image: url(../img/page_newspaper/bg_fog.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden
}
#magazine .intro #brand-showcase img {
    opacity: 0;
    top: 0;
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out
}
#magazine .intro #brand-showcase img.active {
    opacity: 1
}
#magazine .intro .md-ipad {
    font-size: .75em
}
#magazine .feature {
    padding: 60px 0
}
#magazine .feature .bottom-border {
    margin-bottom: 50px
}
#magazine .feature .browser-window {
    margin-bottom: -7px
}
#magazine .browser-window:after,
#magazine .browser-window:before {
    position: absolute;
    left: 21px;
    top: 80%;
    background: #fff;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg)
}
#flyer .intro,
#magazine .info-content {
    background-color: #151515
}
#magazine .browser-window:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 21px;
    left: auto
}
#magazine .info-content h2,
#magazine .info-content p {
    color: #fff
}
#flyer .intro {
    padding: 215px 0 0;
    background: linear-gradient(to left top, #18ac68 0, #915bb4 100%)
}
#flyer .intro #brand-showcase img {
    opacity: 0;
    top: 0;
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out
}
#flyer .intro #brand-showcase img.active {
    opacity: 1
}
#flyer .intro .md-ipad {
    font-size: .75em
}
#flyer .feature {
    padding: 60px 0
}
#flyer .feature .bottom-border {
    margin-bottom: 50px
}
#flyer .feature .browser-window {
    margin-bottom: -7px
}
#flyer .browser-window:after,
#flyer .browser-window:before {
    position: absolute;
    left: 21px;
    top: 80%;
    background: #fff;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg)
}
#flyer .info-content,
#travelguide .intro {
    background-color: #151515
}
#flyer .browser-window:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 21px;
    left: auto
}
#flyer .info-content h2,
#flyer .info-content p {
    color: #fff
}
#travelguide .intro {
    padding: 215px 0 0;
    background-image: url(../img/page_travelguide/rmnp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden
}
#travelguide .intro #brand-showcase img {
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out
}
#travelguide .intro #brand-showcase img.active {
    opacity: 1
}
#travelguide .intro .md-ipad {
    font-size: .75em
}
#travelguide .feature {
    padding: 60px 0
}
#travelguide .feature .bottom-border {
    margin-bottom: 50px
}
#travelguide .feature .browser-window {
    margin-bottom: -7px
}
#travelguide .browser-window:after,
#travelguide .browser-window:before {
    position: absolute;
    left: 21px;
    top: 80%;
    background: #fff;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg)
}
#about .navbar-inverse.affix-top,
#about .row h1,
#travelguide .info-content {
    background-color: #151515
}
#travelguide .browser-window:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 21px;
    left: auto
}
#travelguide .info-content h2,
#travelguide .info-content p {
    color: #fff
}
#about .intro {
    background-image: url(../img/page_btob/bg_concrete.jpg)
}
#about .row h1 {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 25px
}
#about .timeline ul {
    padding: 50px 0
}
#about .timeline ul li {
    list-style-type: none;
    position: relative;
    width: 6px;
    margin: 0 auto;
    padding-bottom: 50px;
    background: #db413b
}
#about .timeline ul li::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: inherit;
    transition: background .5s ease-in-out
}
#about .timeline ul li div {
    position: relative;
    bottom: 0;
    width: 400px;
    padding: 0;
    background: #151515;
    color: #fff;
    font-size: 16px;
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease-in-out
}
#about .timeline ul li div::before {
    content: '';
    position: absolute;
    top: 7px;
    width: 0;
    height: 0;
    border-style: solid
}
#about .timeline ul li:nth-child(odd) div {
    left: 45px;
    transform: translate3d(200px, 0, 0)
}
#about .timeline ul li:nth-child(odd) div::before {
    left: -15px;
    border-width: 0;
    border-color: transparent #db413b transparent transparent
}
#about .timeline ul li:nth-child(even) div {
    left: -439px;
    transform: translate3d(-200px, 0, 0)
}
#about .timeline ul li:nth-child(even) div::before {
    right: -15px;
    border-width: 0;
    border-color: transparent transparent transparent #fff
}
#about time {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px
}
#about .timeline ul li.in-view::after {
    background: #fff
}
#about .timeline ul li.in-view div {
    transform: none;
    visibility: visible;
    opacity: 1;
    box-shadow: 0 2px 4px 2px rgba(0, 0, 0, .3), inset 0 5px 5px rgba(0, 0, 0, .5);
    border: 6px solid #fff
}
#about .timeline ul li div img {
    width: 100%
}
#about .timeline ul li p,
#about .timeline ul li time {
    padding: 15px;
    opacity: 1;
    line-height: 28px
}
#contact-demo-mobile {
    padding-top: 120px;
}
#contact #contact-demo-button:hover,
#contact #contact-inquiry-button:hover,
#contact #contact-support-button:hover,
#contact .outer-wrapper .contact-panel .career-email:hover,
#contact .outer-wrapper .service-item.active .icon-link span,
#contact .outer-wrapper .service-item.focus .icon-link span,
#contact .outer-wrapper .service-item:active .icon-link span,
#contact .outer-wrapper .service-item:focus .icon-link span,
#contact .outer-wrapper .service-item:hover .icon-link span {
    opacity: .5
}
#about .timeline ul li time {
    padding-bottom: 0;
    margin-bottom: 0
}

#contact .navbar-inverse {
    background: #151515
}
#contact .outer-wrapper {
    background-color: #444;
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat
}
#contact .outer-wrapper #contact-hero {
    padding: 165px 0 150px
}
#contact .outer-wrapper .hubspot-form {
    background-color: rgba(0,0,0,.7);
}
#contact .outer-wrapper .hubspot-form.contact-form {
    margin: 0 auto;
    background-color: rgba(0,0,0,0.7);
}
#contact .outer-wrapper .hubspot-form#contact-demo {
    display: block
}
#contact #contact-location,
#contact #contact-menu {
    margin-top: 80px
}
#contact .outer-wrapper #contact-location {
    padding: 0;
    float: left;
    margin-top: 0;
    min-height: 100%
}
#contact .outer-wrapper .contact-panel {
    width: 100%;
    height: 100%;
    padding: 200px 50px 50px;
    background-color: transparent;
    color: #fff
}
#contact .outer-wrapper .contact-panel p {
    color: #fff
}
#contact .outer-wrapper .contact-panel .career-email,
#contact .outer-wrapper .contact-panel .career-email:active,
#contact .outer-wrapper .contact-panel .career-email:focus,
#contact .outer-wrapper .contact-panel .career-email:hover {
    color: #fff
}
#contact #mc_embed_signup {
    background: transparent !important;
}
#contact #mc_embed_signup form,
#contact .hbspt-form form {
    width: 100%;
    padding: 0px 50px 50px;
    margin: 0 auto;
    background-color: transparent !important;
    color: #fff;
}
#contact .hbspt-form label {
    padding: 0 5px
}
#contact textarea {
    width: 100% !important;
    max-width: 100%;
    min-height: 100px !important;
    max-height: 300px;
    color: #151515;
    font-size: 16px;
    padding: 20px
}
#contact .outer-wrapper .hbspt-form fieldset {
    max-width: 100%!important
}
#contact .outer-wrapper .input {
    width: 100%;
    margin: 0 0 15px
}
#contact .outer-wrapper .hs-form-field {
    padding: 5px
}
#contact .outer-wrapper .hs_contact_preference .input,
#contact .outer-wrapper .hs_digital_product_s_ .input,
#contact .outer-wrapper .hs_how_can_we_help_ .input,
#contact .outer-wrapper .hs_recaptcha .input {
    border: none
}
#contact .outer-wrapper .hs_contact_preference,
#contact .outer-wrapper .hs_digital_product_s_,
#contact .outer-wrapper .hs_how_can_we_help_,
#contact .outer-wrapper .hs_recaptcha {
    width: 100%;
    float: left;
    margin-top: 25px
}
#contact .outer-wrapper .hs-button {
    margin-top: 25px
}
#contact .outer-wrapper input.hs-input[type=text],
#contact .outer-wrapper input.hs-input[type=email],
#contact .outer-wrapper input.hs-input[type=tel] {
    font-size: 16px;
    width: 100%;
    height: 65px;
    background: #fff;
    border: none;
    color: #151515;
    padding: 0 20px;
    margin: 0
}
#contact .outer-wrapper .hs-input[type=radio] {
    width: 16px;
    height: 16px
}
#contact .outer-wrapper .hs-input[type=checkbox] {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    top: 2px;
    border: 1px solid #ccc
}
#contact .outer-wrapper .hs-form-radio {
    display: inline-block;
    float: left
}
#contact .outer-wrapper .hs-form-checkbox label span,
#contact .outer-wrapper .hs-form-radio label span {
    margin: 0 25px 0 5px
}
#contact .outer-wrapper .hs-form-radio label span {
    vertical-align: top;
    line-height: 25px
}
#contact .outer-wrapper .hs-form-checkbox label span {
    vertical-align: top;
    line-height: 29px
}
#contact .outer-wrapper .hs-error-msgs {
    width: 100%;
    max-width: 768px;
    background-color: #d9534f;
    text-align: center;
    padding: 5px 20px 0;
    margin: -15px 0 15px
}
#contact .outer-wrapper .hs-form-required {
    display: none
}
#contact .outer-wrapper .hs-button.primary.large {
    border: 1px solid #fff;
    padding: 13px 20px;
    height: 46px;
    min-width: 180px;
    background: #fff;
    color: #151515;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    transition: all .3s linear 0s;
    margin-left: 0px;
}
#contact .outer-wrapper .hs-button.primary.large:hover {
    color: #fff;
    background: #151515;
    border: 1px solid #fff
}
#contact .outer-wrapper .hs-button.primary.large:active,
#contact .outer-wrapper .hs-button.primary.large:focus {
    color: #e6e6e6;
    background-color: #151515;
    border-color: #adadad
}
#contact .outer-wrapper .service-item:hover .btn-primary {
    color: #151515;
    background: #fff;
    border: 1px solid #151515
}
#contact .outer-wrapper .service-item {
    cursor: pointer;
    background-color: #fff
}
#contact .outer-wrapper .service-item .icon-link span {
    transition: all .5s ease
}
#contact .outer-wrapper form select,
#DemoModal form select
 {
    color: #151515;
    padding: 5px;
    width: 100%;
}
#contact .outer-wrapper .icon-demo,
#contact .outer-wrapper .icon-inquiry,
#contact .outer-wrapper .icon-location,
#contact .outer-wrapper .icon-support {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100px;
    height: 100px;
    margin: 0 auto 25px
}
#contact .outer-wrapper .icon-demo {
    background-image: url(../img/icons/icon-demo.svg)
}
#contact .outer-wrapper .icon-inquiry {
    background-image: url(../img/icons/icon-inquiry.svg)
}
#contact .outer-wrapper .icon-support {
    background-image: url(../img/icons/icon-support.svg)
}
#contact .outer-wrapper .icon-location {
    background-image: url(../img/icons/icon-location.svg)
}
#contact-submitted {
    padding: 165px 0 100px;
    text-align: center;
    width: 400px;
}
#contact-submitted h4 {
    color: #fff;
}
.progress-bar {
    width: calc(100% - 6px);
    height: 5px;
    background: #e0e0e0;
    border-radius: 0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2)
}
.progress-bar-fill {
    display: block;
    height: 5px;
    background: #5584b2;
    border-radius: 0;
    transition: width 8s ease-in-out
}
#contact #contact-demo-button,
#contact #contact-inquiry-button,
#contact #contact-support-button {
    padding: 13px 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    transition: all .3s linear 0s;
    background-color: #efefef;
    color: #151515
}
#contact #contact-demo-button.active,
#contact #contact-inquiry-button.active,
#contact #contact-support-button.active {
    background-color: transparent;
    color: #fff
}
#contact #audio #audio-text {
    line-height: 11px;
    vertical-align: text-top;
    margin-right: 10px;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 700
}
#contact #audio #audio-icon {
    font-size: 28px
}
#contact h1,
#contact h2,
#contact h3,
#contact h4,
#contact h5,
#contact h6 {
    color: #fff;
    font-weight: 300;
}
#contact h5 {
    padding-top: 25px;
    padding-left: 50px;
}
#contact-demo-mobile h2 {
    padding: 20px;
    font-size: 24px;
    line-height: 28px;
}
#contact-demo-mobile h3 {
    padding: 20px;
    line-height: 24px;
}
#contact-demo-mobile h5 {
    padding-left: 0px;
    font-size: 13px;
}
#privacy {
    background-color: #151515
}
#privacy .outer-wrapper #privacy-container {
    padding: 165px 15px 150px
}
#privacy h1,
#privacy li,
#privacy p {
    color: #fff
}
#privacy ol li {
    list-style-type: decimal;
    margin-left: 25px
}
#privacy ul li {
    list-style-type: disc;
    margin-left: 25px
}
#privacy #privacy-container a {
    color: #1ebbf0
}
.brandcolor-leviton {
    background-color: #8dc63f;
    border-color: #8dc63f
}
.brandcolor-hdsupply {
    background-color: #ffc20e;
    border-color: #ffc20e
}
.brandcolor-msc {
    background-color: #006FBA;
    border-color: #006FBA
}
.brandcolor-americangiant {
    background-color: #E31D1A;
    border-color: #E31D1A;
    color: #fff
}
.brandcolor-sams {
    background-color: #0081C6;
    border-color: #0081C6;
    color: #fff
}
.brandcolor-dex {
    background-color: #107bc0;
    border-color: #107bc0
}
.brandcolor-ojai {
    background-color: #f87bad;
    border-color: #f87bad
}
.brandcolor-howard {
    background-color: #555;
    border-color: #555
}
.brandcolor-richmond {
    background-color: #20964a;
    border-color: #20964a
}
.brandcolor-georgia {
    background-color: #2ba6cb;
    border-color: #2ba6cb
}
.brandcolor-dollartree {
    background-color: #1B7F40;
    border-color: #1B7F40
}
.brandcolor-goldenisles {
    background-color: #004569;
    border-color: #004569
}
.brandcolor-aspen {
    background-color: #1ec8f9;
    border-color: #1ec8f9
}
.brandcolor-thepost {
    background-color: #00b4f0;
    border-color: #00b4f0
}
#VideoModal .modal-dialog {
	width: 50%;
    overflow: hidden;
}
#VideoModal .modal-content {
	width: 100%;
	height: auto;
    background-color: #181818;
}
#VideoModal .container {
    margin-top: 50px;
    width: auto;
}
#VideoModal #video-slide .nav a i
{
    font-size: 25px;
    vertical-align: middle;
    float: left;
    height: 40px;
    line-height: 40px;
    margin-right: 15px;
}
#VideoModal #video-slide .nav
{
    background: #eee;
	margin: 25px 0 25px 0;
}
#VideoModal .nav-justified>li {
	width: 100%;
	float: left;
	white-space: nowrap;
	margin-left: 0px;
}
#VideoModal #video-slide .nav-justified > li > a
{
    border-radius: 0px;
    text-align: left;
    padding: 25px 50px;
}
#VideoModal #video-slide .nav-pills>li.active a {
    text-align: left;
    padding: 25px;
	background-color: #181818;
}
#VideoModal #video-slide video {
    cursor: pointer;
}
#VideoModal .carousel-inner>.item {
    -webkit-perspective: none;
    perspective: none;
	-webkit-transform: none;
	transform: none;
}
#VideoModal .video-menu {
	display: block;
}
#VideoModal .video-mobile-dropdown {
	display: none;
}
#VideoModal #form-video h3 {
	color: #fff;
	background-color: #000;
	margin: 0;
	padding: 50px 50px 15px 50px;
}
#VideoModal #form-video form {
	min-height: auto;
	padding: 50px;
}
#VideoModal #page-slide{
  width: 300px;
  display: block;
  height: 100%;
  right:-300px;
  position: fixed;
  transition: right 0.2s linear;
  top: 0;
  overflow: auto;
}
#VideoModal .slide{
  right: 0 !important;
  box-shadow: 0 1px 2px 3px rgba(0,0,0,0.6);
}
#VideoModal .slide-tog{
  right: 300px !important;
}
#VideoModal #video-toggle {
	position: fixed;
	color: #fff;
	right: 25px;
    top: 25px;
}
#VideoModal #video-toggle.btn-close {
    position: fixed;
    right: 300px;
    top: 25px;
    transition: right 0.2s linear;
}
#VideoModal #video-toggle i {
	color: #fff;
	margin-left: 0px;
}
#VideoModal #contact-submitted {
    padding: 65px 0 100px;
    text-align: center;
    width: 400px;
    margin: 0 auto;
}
#VideoModal #contact-submitted h4 {
	color: #fff;
}

.modal-content #mc_embed_signup form {
    display: block;
    position: relative;
    text-align: left;
    background-color: #151515;
    color: #fff;
    padding: 50px;
}
body.xs #form-modal,
body.md #form-modal {
    padding: 30px;
}
body.xs .dropdown-menu.sub-dropdown-menu,
body.md .dropdown-menu.sub-dropdown-menu {
    display: block;
    padding-left: 25px;
}
.modal-content input,
.modal-content button,
.hs-button {
    border-radius: 0px !important;
}
footer #mc_embed_signup {
    background: transparent;
    height: 325px;
}
input.datepart {
    min-width: 50px !important;
    padding: 8px 0 !important;
    color: #151515;
    height: 35px !important;
}
#mc_embed_signup .mc-field-group input {
    color: #151515;
    border-radius: 0px !important;
    font-size: 16px;
    width: 100%;
    height: 65px;
    background: #fff;
    border: none;
    color: #151515;
    padding: 0 20px;
    margin: 0;
}
#mc_embed_signup .mc-field-group {
    clear: left !important;
    position: relative !important;
    display: inline-block !important;
    padding-bottom: 3% !important;
    min-height: 50px !important;
}
#contact #mc_embed_signup input[type="radio"],
#mc_embed_signup input[type="radio"] {
    height: 13px;
    margin-right: 10px;
}
footer #mc_embed_signup form {
    padding-left: 0px !important;
}
footer #mc_embed_signup .mc-field-group {
    width: 100% !important;
    max-width: 300px;
}
#DemoModal select {
    height: 30px;
    border-radius: 0px;
}
#DemoModal #mc_embed_signup form {
    min-height: 700px;
}
footer #mce-responses {
    height: 60px;
    width: 100%;
    text-align: left;
    padding: 0px;
    margin: 0px;
}
footer #mce-responses .response {
    color: #fff !important;
}
#mc_embed_signup .mc-field-group select {
    display: inline-block;
    width: 100% !important;
    padding: 8px 0 !important;
    margin: 0px !important;
    min-height: 65px;
}
#mc_embed_signup label.error {
    float: left !important;
}
@media only screen and (min-width: 1201px) and (max-width: 4000px) {
    .dropdown-menu>li>a {
        display: block;
        clear: both;
        font-weight: 400;
        line-height: 21px;
        color: #777;
        white-space: nowrap;
        border-bottom: 1px solid #e5e5e5;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 1px;
        padding: 10px
    }
    .dropdown-menu>li:last-child>a {
        border-bottom: none
    }
    .center-flex {
        display: flex;
        align-items: center;
        justify-content: left
    }
    .feature .center-flex {
        align-items: flex-start
    }
}
@media screen and (min-width: 993px) {
    .screen {
        width: 300px;
        height: 570px;
        -webkit-transform: rotate(-37.73deg) scaleX(.8312) scaleY(.801) skewX(10.92deg) skewY(1deg) translate(205px, 263px);
        transform: rotate(-37.73deg) scaleX(.8312) scaleY(.801) skewX(10.92deg) skewY(1deg) translate(205px, 263px)
    }
    .mockup {
        width: 900px
    }
}
@media only screen and (min-width: 250px) and (max-width: 992px) {
    .mockup {
        width: 400px;
        float: none;
        position: relative;
        left: -98px;
        top: 8px;
        margin: 0 auto;
        display: table
    }
    .screen {
        top: 80px
    }
    .app-btns a {
        margin: 0 10px 15px
    }
    #directory .intro,
    #flyer .intro,
    #localsearch .intro,
    #magazine .intro,
    #newspaper .intro,
    #retail .intro,
    #travelguide .intro {
        padding: 130px 0 25px
    }
    #travelguide .intro {
        background-position: center
    }
    .intro h1 {
        font-size: 35px
    }
    .intro-form.intro-form-full span {
        margin-top: 20px;
        opacity: .6
    }
    .intro-form h4 {
        font-size: 22px;
        line-height: 28px
    }
    .intro-form button {
        width: 100%;
        min-width: 100%
    }
    .intro-form {
        padding: 43px 30px
    }
    .intro p {
        margin: 0 0 25px
    }
    .services {
        padding: 50px 0 0
    }
    .product-info-right {
        margin: 50px 0
    }
    .product-info-right[data-id=platforms] {
        margin: 0 0 50px
    }
    .product-info-center .md-iphone-5 {
        margin: 0 auto
    }
    .product-info-center#platforms {
        margin-top: 0
    }
    .testimonial {
        padding: 60px 0
    }
    h2 {
        font-size: 28px;
        line-height: 38px
    }
    .cta {
        text-align: center;
        padding: 15px 0
    }
    .cta h2 {
        font-size: 23px
    }
    .cta .btn {
        text-align: left;
        float: none
    }
    .widget {
        margin-bottom: 40px
    }
    footer {
        padding: 60px 40px 10px
    }
    #quote-carousel {
        padding: 0 25px
    }
    #quote-carousel .carousel-control.right {
        right: -15px!important
    }
    #quote-carousel .carousel-control.left {
        left: -15px!important
    }
    #quote-carousel .item p {
        font-size: 17px;
        line-height: 29px
    }
    #quote-carousel .item img {
        max-height: 50px;
        margin: 0 auto 30px
    }
    #quote-carousel .item i {
        display: none
    }
    .dropdown-menu>li>a {
        display: block;
        padding: 11px 40px;
        clear: both;
        font-weight: 400;
        line-height: 21px;
        color: #666;
        white-space: nowrap;
        border-bottom: 1px solid #e5e5e5;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 1px
    }
    .dropdown-menu>li>a:hover {
        color: #151515!important
    }
    .intro {
        text-align: center
    }
    .intro h2 {
        font-size: 34px;
        line-height: 44px;
        margin: 0 0 20px
    }
    .intro img {
        margin-top: 80px
    }
}
@media (max-width: 992px) {
    p {
        font-size: 16px
    }
    #travelguide #feature-one p {
        font-size: 14px
    }
    .intro p {
        opacity: 1
    }
    .info-content-dark h4 {
        margin-top: 20px
    }
    #contact-mobile-menu {
        display: none;
        margin-top: 152px;
        height: 100vh;
        text-align: center
    }
    #contact-mobile-dropdown {
        color: #fff;
        background: #151515;
        border: 1px solid #fff;
        box-shadow: 0 1px 5px rgba(15, 16, 17, .4)
    }
    #contact-mobile-menu ul.dropdown-menu {
        width: 100%;
        padding: 0;
        border-radius: 0
    }
    #contact-mobile-forms {
        padding: 0
    }
    #contact .outer-wrapper .hbspt-form form {
        padding: 75px 50px 50px
    }
    #contact h1 {
        color: #fff;
        padding-top: 20px;
        padding-bottom: 25px;
        text-align: center;
        margin-bottom: 0;
    }
    .contact-dropdown-button {
        padding: 10px;
        font-size: 18px;
        text-align: center;
        cursor: pointer
    }
    .contact-dropdown-button:hover {
        background-color: #151515;
        color: #fff
    }
    #contact .caret {
        margin-top: -5px;
        margin-left: 6px!important;
        border-top: 8px dashed;
        border-top: 8px solid\9;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent
    }
    #contact .outer-wrapper .contact-panel {
        width: 100%;
        height: 100%;
        padding: 60px 40px 10px;
        background-color: #db413b;
        color: #fff
    }
    #contact #audio #audio-text {
        font-size: 12px
    }
    .info-content .md-ipad {
        margin: 50px auto
    }
    .intro img {
        margin-top: -180px
    }
    #flyer .intro img,
    #home .intro img {
        margin-top: 80px
    }
    #flyer .intro .mockup {
        left: 0
    }
    #home .intro .mockup {
        left: -22px;
        top: -37px
    }
    #flyer .intro #mockup-container {
        transform: scale(2, 2)
    }
    #home .intro #mockup-container {
        transform: scale(1.5, 1.5)
    }
    .intro h1,
    .intro p {
        text-align: left
    }
    .app-btns a {
        margin: 0;
        float: left
    }
    #home .intro .app-btns a {
        margin-right: 25px;
        margin-bottom: 25px;
        max-width: 139px;
        padding: 13px
    }
    #directory .intro,
    #retail .intro {
        padding: 230px 0 25px
    }
    #localsearch .intro #brand-showcase img,
    #magazine .intro #brand-showcase img,
    #newspaper .intro #brand-showcase img,
    #travelguide .intro #brand-showcase img {
        margin-top: 0;
        left: 0;
        top: 0
    }
    #about .timeline ul li {
        position: static;
        width: 100%;
        background: 0 0
    }
    #about .timeline ul li div {
        width: 100%;
        visibility: visible;
        opacity: 1
    }
    #about .intro img {
        margin-top: 0
    }
    #about .timeline ul li:nth-child(even) div,
    #about .timeline ul li:nth-child(odd) div {
        left: 0;
        right: 0;
        transform: none
    }
    #about .timeline ul li.in-view::after {
        background: 0 0
    }
}
@media only screen and (min-width: 993px) and (max-width: 1199px) {
    .nav>li>a {
        padding: 10px
    }
    .cta h2 {
        font-size: 30px
    }
    #mockup-container {
        max-height: 500px
    }
    .mockup {
        transform: scale(.75, .75);
        left: 40%;
        top: -140px
    }
}
@media (min-width: 993px) {
    #products {
        margin-bottom: 50px
    }
}
@media (max-width: 767px) {
    h1,
    h2,
    p {
        text-align: left
    }
    .cta h2 {
        text-align: center;
        font-size: 26px
    }
    #footer p,
    #info p,
    #testimonial p {
        text-align: left
    }
    .copyright p,
    .info-content {
        text-align: center
    }
    .product-info-center {
        margin-top: 50px
    }
    .product-info-center .content img {
        margin-top: 0;
        margin-left: 0
    }
    .feature p,
    .subscribe h2,
    .subscribe p {
        text-align: left
    }
    .cta .btn {
        margin-top: 15px
    }
    .feature h4 {
        margin-top: 30px
    }
    #services .service-item span {
        float: left;
        margin-right: 20px
    }
    #services .service-item p {
        padding-left: 120px
    }
}
@media screen and (max-width: 900px) {
    .timeline ul li div {
        width: 250px
    }
    .timeline ul li:nth-child(even) div {
        left: -289px
    }
}
@media screen and (max-width: 600px) {
    .timeline ul li {
        margin-left: 20px
    }
    .timeline ul li div {
        width: calc(100vw - 91px)
    }
    .timeline ul li:nth-child(even) div {
        left: 45px
    }
    .timeline ul li:nth-child(even) div::before {
        left: -15px;
        border-width: 8px 16px 8px 0;
        border-color: transparent #db413b transparent transparent
    }
    .subscribe .hs-button.primary.large {
        width: 113px!important;
        right: 0!important;
        padding: 0 10px!important
    }
    .subscribe form input {
        width: 100%!important;
        padding: 0 10px
    }
    #btob .intro {
        padding: 150px 0 50px
    }
    .skew-bg,
    .unskew {
        transform: none!important
    }
	#VideoModal .container {
	    margin-top: 40%;
	    width: auto;
	}
	#VideoModal .modal-dialog {
	    width: 100%;
	}
	#VideoModal #video-slide .nav-justified > li > a {
	    border-radius: 0px;
	    text-align: left;
	}
	#VideoModal .video-menu {
		display: none;
	}
	#VideoModal .video-mobile-dropdown {
		display: block;
	}
	#VideoModal .modal-content {
		margin-top: 25px;
		border: 0px;
		height: 100vh;
		width: 100vw;
	}
	.modal .modal-content {
		border: 0px;
	}
	.hs-input[type="date"] {
		min-height: 50px;
	}
	#VideoModal #contact-submitted {
		width: 80%;
		padding: 0px;
	}
	#VideoModal #video-toggle {
		right: 0px;
	}
    #contact #mc_embed_signup form, #contact .hbspt-form form {
        padding: 14px;
        padding-right: 0px;
    }
}
@media screen and (max-width: 1024px) {
    #contact #contact-mobile-forms {
        display: block;
        background-color: #000;
    }
    #contact #contact-menu,
    #contact #contact-location {
        display: none;
    }
}
@media screen and (min-width: 1025px) {
    #contact #contact-menu,
    #contact #contact-location {
        display: block;
    }
    #contact #contact-mobile-forms {
        display: none;
    }
}

a.custom-link {
    color: #fff;
    text-decoration: underline;
}
a.custom-link:hover,
a.custom-link:active,
a.custom-link:focus {
    color: #fff;
}

