html {
    font-size: 14px;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 1.000em;
    font-weight: 400;
    color: #333333;
    letter-spacing: 0.4px;
}


/* -----------------------------------------
                CUSTOM CSS
----------------------------------------- */

p {
    color: #666666;
    line-height: 1.714em;
}

a,
button,
input {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

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

.btn {
    background-color: #333333;
    border-radius: 0px;
    border: 0px solid transparent;
    color: #FFF;
    padding: 15px 20px;
    letter-spacing: 0.4px;
}

.btn:hover,
.btn:focus {
    background-color: #FF6347;
    color: #FFF;
}

.btn-default {
    background-color: #FF6347;
    color: #FFF;
}

.btn-default:hover,
.btn-default:focus {
    background-color: #333333;
    color: #FFF;
}

.btn-primary {
    background-color: #FFF;
    color: #FF6347;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #333333;
    color: #FFF;
}

.flex-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.justify-content-md-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.align-items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.margin-top-50px {
    margin-top: 50px;
}


/* -----------------------------------------
                HEADER CSS
----------------------------------------- */

.header-block {
    background-color: #333333;
}

.navbar {
    min-height: inherit;
    margin-bottom: 0px;
    border: 0px solid transparent;
    border-radius: 0px;
}

.navbar-brand {
    width: 116px;
    height: auto;
}

.navbar-brand>img {
    width: 100%;
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
    margin-left: 0px;
}

.navbar-right {
    margin-right: 0px;
}

.navbar-nav {
    margin-top: 18px;
    margin-bottom: 17px;
}

.navbar-nav>li>a {
    padding: 12px 25px;
    color: #FFF;
    text-transform: uppercase;
}

.navbar-nav>li>a:hover {
    color: #ACACAC;
    background-color: transparent;
}

.navbar-nav>li.create-account-btn>a {
    background-color: #FFF;
    color: #FF6347;
    margin-right: 10px;
}

.navbar-nav>li.login-btn>a {
    background-color: #FF6347;
    color: #FFF;
    margin-left: 10px;
}

.navbar-toggle span.icon-bar {
    transition: all 0.15s;
}

.navbar-toggle span:nth-child(2) {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggle span:nth-child(3) {
    opacity: 0;
}

.navbar-toggle span:nth-child(4) {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.navbar-toggle.collapsed span:nth-child(2),
.navbar-toggle.collapsed span:nth-child(4) {
    transform: rotate(0);
}

.navbar-toggle.collapsed span:nth-child(3) {
    opacity: 1;
}


/* -----------------------------------------
                CONTENT CSS
----------------------------------------- */


/* HERO CSS */

.hero-block {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fea268+0,f97263+100 */
    background: rgb(254, 162, 104);
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmVhMjY4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y5NzI2MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(45deg, rgba(254, 162, 104, 1) 0%, rgba(249, 114, 99, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(254, 162, 104, 1) 0%, rgba(249, 114, 99, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(254, 162, 104, 1) 0%, rgba(249, 114, 99, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fea268', endColorstr='#f97263', GradientType=1);
    /* IE6-8 fallback on horizontal gradient */
    color: #FFF;
    text-align: center;
    padding-top: 40px;
}

.page-heading {
    padding-bottom: 60px;
}

.hero-block p {
    font-weight: 300;
    color: #FFF;
    max-width: 680px;
    margin: auto;
}

.hero-block h1 {
    font-weight: 300;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.hero-browser-img {
    margin-top: 50px;
}

.hero-content {
    margin: 60px auto 0px;
}

.hero-content-img {
    display: inline-block;
    width: 50%;
    margin: 50px -15px 0px;
    vertical-align: top;
}

.hero-content-img img {
    width: 100%;
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.hero-content-text {
    display: inline-block;
    width: 25%;
    vertical-align: top;
}

.hero-content-text ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px auto;
}

.hero-content-text ul li {
    margin: 50px auto;
}

.hero-content-text h4 {
    font-weight: 400;
    margin-bottom: 15px;
}

.hero-content-text p {
    color: #FFF;
    font-weight: 300;
}

.hero-content-text.text-right ul li {
    background-image: url(../images/hero-list-arrow-right.svg);
    background-repeat: no-repeat;
    background-position: right 8px;
    padding-right: 80px;
    padding-left: 15px;
}

.hero-content-text.text-left ul li {
    background-image: url(../images/hero-list-arrow-left.svg);
    background-repeat: no-repeat;
    background-position: left 8px;
    padding-left: 80px;
    padding-right: 15px;
}


/* SECTION CSS */

.section-block {
    background-color: #FFF;
    padding: 80px 0px;
}

.grey-block {
    background-color: #F8F8F8;
}

.theme-color-block {
    background-color: #FF6347;
}

.section-title {
    margin: 15px auto 50px;
    text-align: center;
}

.section-title h4 {
    color: #666666;
    text-transform: uppercase;
}

.section-title h2 {
    margin: 0px auto;
    font-weight: 300;
}

.features-icon-box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #FFF;
    padding: 30px;
    width: 100%;
    min-height: 250px;
    font-size: 1.286em;
    font-weight: 500;
    text-transform: uppercase;
    color: #666666;
    text-decoration: none;
    text-align: center;
    margin: 15px auto;
}

.features-icon-box:hover {
    color: #FF6347;
    text-decoration: none;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.10);
}

.features-icon-box span {
    margin: 30px auto 0px;
    display: block;
}


/* TABS CSS */

.nav-theme-tabs {
    border-bottom: 1px solid #CCCCCC;
    text-align: center;
    margin-bottom: 50px;
}

.nav-theme-tabs li {
    display: inline-block;
}

.nav-theme-tabs>li>a {
    font-size: 1.143em;
    color: #ACACAC;
    padding: 20px;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
}

.nav-theme-tabs>li.active>a {
    border-bottom: 2px solid #FF6347;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background-color: transparent;
}

.tab-infographic-text {
    text-align: center;
}

.tab-infographic-img {
    margin-top: 50px;
}

.tab-infographic-text p {
    max-width: 687px;
    width: 100%;
    margin: auto;
}

.bulk-dashboard-graphic {
    background-image: url(../images/bulk-d-arrow.svg);
    background-repeat: no-repeat;
    background-position: center top;
    margin: 50px auto 0px;
    text-align: center;
}


/* PRICING CSS */

.pricing-wrapper {
    border: 1px solid #DCDCDC;
    margin: 0px 100px;
}

.pricing-item {
    float: left;
    padding: 45px;
    width: 33.33%;
    min-height: 450px;
}
.pricing-item.pricing-item-4 {
    width: 24.99%;
}

.pricing-wrapper .pricing-item:first-child.active {
    margin-top: 20px;
}

.pricing-item.active {
    background-color: #FFF;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.10);
    -moz-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.pricing-value {
    border-bottom: 2px solid #DCDCDC;
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
    padding-top: 15px;
}

.pricing-value h2 {
    background-image: url(../images/pricing-value-bg.svg);
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0px auto;
    width: 135px;
    height: 105px;
    line-height: 90px;
    font-size: 4.5em;
    font-weight: 400;
    font-style: italic;
    color: #FF6347;
}

.pricing-value span {
    font-size: 0.444em;
}

.pricing-item ul {
    list-style: none;
    padding: 0px;
    margin: 15px auto 0px;
}

.pricing-item ul li {
    background-image: url(../images/pricing-list-point.svg);
    background-repeat: no-repeat;
    background-position: left 5px;
    color: #666;
    padding: 4px 0px 4px 30px;
    margin: 8px auto;
}


/* PLATFORM CSS */

.platform-list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.platform-item:first-child {
    border-left: 1px solid #DCDCDC;
}

.platform-item {
    border-top: 1px solid #DCDCDC;
    border-right: 1px solid #DCDCDC;
    border-bottom: 4px solid transparent;
    padding: 20px 20px 50px 20px;
    width: 20%;
}

.platform-item:nth-child(even) {
    border-bottom-color: #FF6347;
}

.platform-item:nth-child(odd) {
    border-bottom-color: #333333;
}

.platform-item h3 {
    font-size: 1.429em;
    margin: 0px auto 15px;
    min-height: 50px;
}


/* FEATURES CSS */

.features-img-block {
    padding: 15px;
    text-align: center;
}

.features-text-block {
    padding: 30px 50px;
}

.features-title {
    font-weight: 700;
    color: #666666;
    text-transform: uppercase;
    margin: 0px auto 20px;
}

.features-text-block p {
    margin-bottom: 20px;
}


/* SOFTWARE INTEGRATION SERVICE CSS */

.content-img-view {
    text-align: center;
    margin: 50px auto;
}

.content-img-view img {
    width: 100%;
}

.content-area p {
    margin-bottom: 30px;
}

.content-area ul {
    list-style-type: none;
    padding: 0px;
    margin: 20px auto 50px;
}

.content-area ul li {
    background-image: url(../images/listing-point.svg);
    background-repeat: no-repeat;
    background-position: left 7px;
    padding-left: 15px;
    margin: 8px auto;
    color: #666;
}


/* TERMS PAGE CSS */

body .content-container {
    max-width: 900px !important;
    margin: 0 auto !important;
    padding: 60px 30px !important;
    background-color: #F8F8F8 !important;
}

body .last-updated {
    font-size: 0.875em !important;
    color: #000000 !important;
    font-weight: bold !important;
    text-align: center !important;
    padding: 15px 20px !important;
    background-color: #FFF !important;
    border-radius: 4px !important;
    margin-bottom: 50px !important;
    border: 1px solid #DCDCDC !important;
}

body .section {
    background-color: #FFF !important;
    padding: 30px !important;
    margin-bottom: 40px !important;
    border-left: 4px solid #FF6347 !important;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.10) !important;
    border-radius: 4px !important;
}

body .section-heading {
    font-size: 1.714em !important;
    font-weight: 500 !important;
    color: #333333 !important;
    margin: 0 0 25px 0 !important;
    padding-bottom: 15px !important;
    border-bottom: 2px solid #DCDCDC !important;
}

body .section-number {
    color: #FF6347 !important;
    margin-right: 10px !important;
    font-weight: 700 !important;
}

body .paragraph {
    color: #666666 !important;
    line-height: 1.8em !important;
    margin-bottom: 20px !important;
}

body .paragraph:last-child {
    margin-bottom: 0 !important;
}


/* OUR API CSS */

.language-javascript {
    background-color: #FFF;
    border: 0px solid transparent;
    border-radius: 0px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.20);
    padding: 0px;
}

.custom-line-numbers {
    float: left;
    background-color: #EBEBEB;
    padding: 20px 10px;
    text-align: center;
    color: #999;
    line-height: 28px;
    width: 50px;
    margin-bottom: -36px;
}

.code-javascript {
    margin-left: 50px;
    padding: 20px;
    color: #666;
    line-height: 28px;
    display: block;
    margin-bottom: -36px;
}

.code-javascript .highlights {
    color: #FF6347;
}


/* OUR PLATFORM CSS */

.our-platform-list {
    position: relative;
}

.platform-scroll-pager {
    background-color: #FF6347;
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    z-index: 1;
    width: 2px;
    height: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.platform-grid-bobble {
    background-color: #D8D8D8;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    margin-top: -4px;
    margin-left: -4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.our-platform-item.is-active .platform-grid-bobble {
    background-color: #FF6347;
}

.platform-grid-bobble:before {
    background-color: transparent;
    border: 2px solid #D8D8D8;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    margin-top: -9px;
    margin-left: -9px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.our-platform-item.is-active .platform-grid-bobble:before {
    border-color: #FF6347;
}

.platform-grid-pager {
    background-color: #D8D8D8;
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    z-index: 0;
    width: 2px;
    height: 100%;
}

.our-platform-item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 80px 0px;
    position: relative;
}

.our-platform-item:nth-child(odd) .platform-img-block {
    left: 50%;
}

.our-platform-item:nth-child(odd) .platform-text-block {
    right: 50%;
    text-align: right;
}

.our-platform-item:nth-child(even) .platform-img-block {
    left: 0;
}

.our-platform-item:nth-child(even) .platform-text-block {
    right: 0;
}

.our-platform-item:last-child .platform-grid-pager {
    height: 50%;
}

.platform-img-block {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 40%;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    text-align: center;
    position: relative;
}

.platform-text-block {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 40%;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    position: relative;
}


/* CONTACT US CSS */

.contact-us-block {
    padding-bottom: 0px;
}

.contact-text-box {
    background-color: #FFF;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.10);
    padding: 50px;
    margin-bottom: -160px;
    z-index: 1;
    position: relative;
}

.contact-text-box h4 {
    color: #666666;
    text-transform: uppercase;
    margin-top: 35px;
    margin-bottom: 20px;
}

.contact-text-box ul li {
    margin: 15px auto;
}

.contact-text-box ul li img {
    width: 18px;
    margin-right: 8px;
}

.contact-text-box ul li a {
    color: #999;
}

.google-map-view {
    line-height: 0px;
}

.google-map-view iframe {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    pointer-events: none;
    position: relative;
    /* IE needs a position other than static */
}

.google-map-view iframe.clicked {
    pointer-events: auto;
}


/* CALL TO ACTION CSS */

.call-to-action-block p {
    font-size: 1.286em;
    font-weight: 300;
    margin: 0px 50px 0px 0px;
    color: #FFF;
}


/* International CSS */

.international-box {
    padding: 20px;
    border-left: 0px solid #DCDCDC;
    border-bottom: 0px solid #DCDCDC;
    border-top: 0px solid #DCDCDC;
    border-right: 0px solid #DCDCDC;
}

.international-box:nth-child(4n+1) {
    border-left: 0px solid #DCDCDC;
}

.international-box:last-child {
    border-bottom: 0px solid #DCDCDC;
}

.international-head .flag {
    float: left;
    overflow: hidden;
}

.international-text {
    margin-left: 35px;
}

.international-text h4 {
    color: #666;
    font-weight: 700;
    margin-bottom: 5px;
}

.international-text h5 {
    color: #999;
    font-weight: 300;
    margin-top: 0px;
}

.international-text p::before {
    content: "";
    background-color: #DCDCDC;
    height: 2px;
    width: 38px;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 10px;
}

.international-text p {
    color: #666;
    font-size: 17px;
    margin-top: 15px;
    padding-top: 15px;
    position: relative;
}


/* -----------------------------------------
                FOOTER CSS
----------------------------------------- */

.footer-block {
    background-color: #333333;
    color: #ACACAC;
    padding: 50px 0px;
}

.footer-logo {
    width: 100px;
    display: inline-block;
    margin-bottom: 15px;
    clear: both;
}

.footer-logo img {
    width: 100%;
}

.text-widget p {
    color: #ACACAC;
}

.footer-widget {
    margin: 15px auto;
}

.footer-widget .widget-title {
    font-size: 1.143em;
    color: #FFF;
    text-transform: uppercase;
    margin: 0px auto 15px;
}

.footer-menu {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.footer-menu li {
    margin: 10px auto;
}

.footer-menu li a {
    color: #ACACAC;
    font-weight: 300;
}


/* -----------------------------------------
                RESPONSIVE CSS
----------------------------------------- */

@media only screen and (max-width: 1279px) {
    .navbar-nav>li>a {
        padding: 12px 10px;
        color: #FFF;
        text-transform: uppercase;
    }
    .hero-content-img {
        width: 40%;
    }
    .hero-content-text {
        width: 30%;
    }
    .hero-content-text ul li {
        margin: 25px auto;
    }
    .pricing-wrapper {
        margin: 0px 30px;
    }
    .pricing-item {
        padding: 30px;
    }
    .pricing-item.pricing-item-4 {
        padding: 30px 20px;
    }
    .platform-item {
        padding: 20px 20px 80px 20px;
    }
    .custom-line-numbers,
    .code-javascript {
        padding: 12px;
    }
}

@media only screen and (max-width: 1023px) {
    html {
        font-size: 13px;
    }
    .navbar-brand {
        padding: 10px 0px;
        width: 80px;
    }
    .navbar-right {
        float: none !important;
    }
    .navbar-collapse {
        padding: 0px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-toggle {
        margin: 0px;
        padding: 25px 15px;
        margin-right: -15px;
    }
    .navbar-toggle .icon-bar {
        background-color: #FFF
    }
    .navbar-nav>li.create-account-btn>a,
    .navbar-nav>li.login-btn>a {
        margin: 0px;
    }
    .hero-content-img {
        width: 60%;
    }
    .hero-content-text {
        display: none;
    }
    .pricing-item.active {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .platform-item {
        padding: 12px 12px 30px 12px;
    }
    .hero-browser-img {
        width: 100%;
    }
    .our-platform-item {
        padding: 50px 0px;
    }
    .platform-img-block,
    .platform-text-block {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
        width: 50%;
        padding: 0px 30px;
    }
    .platform-img-block img {
        width: 100%;
    }
    .flex-row {
        display: block;
    }
    .call-to-action-block p {
        margin: 0px 0px 30px 0px;
    }
}

@media only screen and (max-width: 991px) {
    .international-box:nth-child(4n+1) {
        border-left: 0px solid #DCDCDC;
    }
    .international-box:nth-child(3n+1) {
        border-left: 0px solid #DCDCDC;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse,
    .navbar-toggle {
        display: block !important;
    }
    .navbar-header {
        float: none;
    }
}

@media only screen and (max-width: 767px) {
    .content-container {
        padding: 30px 20px;
    }
    .section {
        padding: 20px;
        margin-bottom: 25px;
    }
    .section-heading {
        font-size: 1.429em;
        margin-bottom: 20px;
        padding-bottom: 12px;
    }
    .last-updated {
        margin-bottom: 30px;
        font-size: 0.786em;
        color: #000000;
        font-weight: bold;
    }
    .page-heading {
        padding-bottom: 35px;
    }
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: 15px;
    }
    .navbar-toggle {
        margin-right: 0px;
    }
    .navbar-nav {
        margin: 0px;
    }
    .hero-block {
        padding-top: 15px;
    }
    .hero-block h1 {
        font-weight: 300;
        font-size: 24px;
    }
    .hero-content {
        margin: 0px auto -15px;
    }
    .hero-content-img {
        width: 90%;
    }
    .section-block {
        padding: 15px 0px;
    }
    .section-title {
        margin-bottom: 15px;
    }
    .section-title h2 {
        font-size: 24px;
    }
    .bulk-dashboard-graphic img,
    .tab-infographic-img img {
        width: 100%;
    }
    .pricing-wrapper {
        margin: 0px;
    }
    .pricing-item {
        float: none;
        width: 100%;
    }
    .pricing-item.pricing-item-4 {
        float: none;
        width: 100%;
        padding: 30px;
    }
    .pricing-wrapper .pricing-item:first-child.active {
        margin-top: 0px;
    }
    .platform-list {
        display: block;
    }
    .hero-content-img img,
    .pricing-item.active {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    .platform-item h3 {
        min-height: inherit;
        margin-bottom: 15px;
    }
    .platform-item {
        border: 0px solid transparent;
        border-width: 0px 0px 2px 0px;
        padding: 15px;
        width: 100%;
    }
    .platform-item:first-child {
        border-left: 0px solid transparent;
    }
    .features-img-block img {
        width: 100%;
    }
    .features-text-block {
        padding: 15px;
    }
    .language-javascript {
        font-size: 10px;
        letter-spacing: -0.4px;
    }
    .hero-browser-img {
        margin-top: 30px;
    }
    .our-platform-item {
        display: block;
        padding: 30px 0px;
    }
    .our-platform-item:nth-child(odd) .platform-img-block {
        left: 0;
    }
    .our-platform-item:nth-child(odd) .platform-text-block {
        right: 0;
        text-align: left;
    }
    .platform-img-block,
    .platform-text-block {
        width: 100%;
        padding: 0px 0px 0px 25px;
        text-align: left;
    }
    .platform-img-block {
        width: 80%;
        padding-bottom: 15px;
    }
    .platform-scroll-pager {
        left: 15px;
    }
    .platform-grid-pager,
    .platform-grid-bobble {
        left: 0px;
    }
    .features-title {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .contact-text-box {
        padding: 15px;
    }
    .international-box {
        padding: 15px;
    }
    .international-head .flag {
        margin-right: 5px;
    }
    .international-text {
        margin-left: 0px;
    }
    .international-text h4 {
        font-size: 16px;
        white-space: nowrap;
    }
    .international-text h5 {
        font-size: 12px;
    }
    .international-text p {
        font-size: 14px;
    }
    .international-box:nth-child(3n+1) {
        border-left: 0px solid #DCDCDC;
    }
    .international-box:nth-child(2n+1) {
        border-left: 0px solid #DCDCDC;
    }
}
