/*

The ASO Project, LLC

*/


/* --------------------- RESET --------------------- */

img,legend{border:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-o-text-size-adjust:100%}body,figure{margin:0}a:focus{outline:dotted thin}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace, serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* --------------------- BODY --------------------- */

* {
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
::-webkit-scrollbar {
    display: none;
}
html, body {
    font-weight: normal;
    background-color: white;
    font-size: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #222d3f;
}
h1 {
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    font-size: 62px;
    margin: 0;
    padding: 0;
    color: #222d3f;
}
h1.small {
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 24px;
    margin: 0;
    padding: 0;
    color: #222d3f;
}
h2 {
    font-weight: 500;
    text-align: left;
    font-size: 20px;
    font-style: italic;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    color: #222d3f;
}
h2.list {
    font-weight: 300;
    text-align: center;
    font-size: 18px;
    font-style: italic;
    margin: 0;
    padding: 0;
    margin-bottom: 0px;
    margin-top: 35px;
    color: #222d3f;
}
h3 {
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 32px;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    margin-top: 15px;
    color: white;
}
.green {
    color: #54b847;
    font-size: 18px;
    font-weight: 800;
}
.underline {
    font-weight: 700;
    border-bottom: 2px solid #54b847;
    font-size: 32px;
}
.clear {
    clear: both;
}
.load {
    display: none;
    position: fixed;
    z-index: 10000000000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.85) url('../img/loading.gif') 50% 50% no-repeat;
}
body.loading {
    overflow: hidden;
}
body.loading .load {
    display: block;
}
.loading-spinner {
    display: block;
    margin: auto;
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
br {
    height: 15px;
}
.split {
    height: 1px;
    width: 100%;
    border-bottom: 1px dotted rgba(34, 45, 63, 0.25);
    margin: 50px auto 50px auto;
}
.split-white {
    height: 1px;
    width: 100%;
    border-bottom: 1px dotted rgba(255,255,255,0.5);
    margin: 50px auto 50px auto;
}
.wide-image {
    width: 100%;
}
.big-button {
    background: #222d3f;
    width: 96%;
    max-width: 350px;
    height: 80px;
    color: white;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.big-button:hover {
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    background: #0489B1;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}


/* --------------------- SLIDESHOW --------------------- */
.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}


/* --------------------- LINKS --------------------- */

a {
    transition: all .4s linear;
    -moz-transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    text-decoration: none;
    color: black;
}
a:hover {
    cursor: pointer;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
}
a.phonecall {
    padding: 10px 60px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    border: 2px solid black;
}

/* --------------------- IMAGES --------------------- */

h1 img {
    max-width: 100%;
    height: auto;
    width: auto\9;
}
.main-logo {
    border: 0;
    width: 90%;
    max-width: 450px;
    height: auto;
    width: auto\9;
}
.results-graph {
    display: block;
    border: 0;
    margin: 10px auto 80px auto;
    width: 100%;
    height: auto;
    width: auto\9;
}
.results-logo {
    max-width: 75px;
    display: block;
    margin: 0 auto;
}

/* --------------------- SLIDESHOW --------------------- */

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}
.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}
.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}
.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

/* --------------------- SOCIAL --------------------- */

.social {
    width: 100%;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}
.social img {
    margin-right: 5px;
    cursor: pointer;
    width: 60px;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
}
.social a:hover {
    text-decoration: none;
    border: 0;
}
.social img:last-of-tyoe {
    margin-right: 0;
}
.social img:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}

/* --------------------- IMAGE GALLERY --------------------- */

.image_wrapper1, .image_wrapper2, .image_wrapper3, .image_wrapper4 {
    padding: 10px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
.image_wrapper1 img, .image_wrapper2 img, .image_wrapper3 img, .image_wrapper4 img {
    vertical-align: bottom;
    opacity: 1.0;
    cursor: pointer;
    max-height: 230px;
}
.image_wrapper1 a, .image_wrapper2 a, .image_wrapper3 a, .image_wrapper4 a {
    opacity: 0;
}

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

.big_head {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #222d3f;
    height: 50px;
    z-index: 30;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    color: white;
    border-bottom: 3px solid #48c3f1;
}
.small_head {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    height: 50px;
    z-index: 29;
}
.logo {
    float: left;
    text-align: left;
    width: 25%;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}
.logo a {
    color: white;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    text-decoration: none;
    border-bottom: 0;
    display: block;
    height: 50px;
    line-height: 53px;
    font-family: 'Montserrat', sans-serif;
    vertical-align: middle;
}
.logo img {
    vertical-align: middle;
    height: 40px;
    margin-top: -5px;
}
.logo a:hover {
    cursor: pointer;
    color: rgba(255, 255, 255, 0.5);
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    text-decoration: none;
}
.navigation {
    float: right;
    text-align: right;
    width: 75%;
    height: 50px;
    line-height: 50px;
}
.navigation a, .mobile_menu_drop a, .no-u {
    text-decoration: none;
}
.nav_button {
    padding: 4px 5px;
    border: 0;
    margin-left: 5px;
    background: transparent;
    color: white;
    font-size: 12px;
    font-weight: 400;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    border-bottom: 1px solid rgba(84, 184, 71, 0);
    font-family: 'Montserrat', sans-serif;
}
.nav_button:hover {
    color: rgba(38,155,137,1);
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    border-bottom: 1px solid rgba(38,155,137,1);
}
.nav_drop {
    display: none;
    position: absolute;
    padding: 0;
    margin: 0;
    list-style-type: none;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    width: 140px;
    border: 1px solid white;
    background: #222d3f;
}
.drop_extra {
    width: 170px;
}
.drop_less {
    width: 120px;
}
.drop_less_more {
    width: 90px;
}
.nav_drop li {
    padding: 0;
    margin: 0;
    line-height: 40px;
}
.drop_button {
    text-align: left;
    width: 100%;
    font-size: 10px;
    background: #222d3f;
    padding-left: 10px;
    color: white;
    height: 40px;
    margin: 0;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    font-family: 'Montserrat', sans-serif;
}
.drop_button:hover {
    color: rgba(38,155,137,1);
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
}
.mobile_nav {
    display: none;
    float: right;
    text-align: right;
    width: 75%;
    height: 50px;
    line-height: 50px;
}
ul.mobile_menu_drop {
    display: none;
    position: absolute;
    right: 2%;
    list-style-type: none;
    padding: 0;
    margin: 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    width: 150px;
    border: 1px solid white;
    background: #222d3f;
}
ul.mobile_menu_drop li {
    padding: 0;
    margin: 0;
    line-height: 40px;
}
.nav_button_m {
    width: 100%;
    font-size: 12px;
    text-align: center;
    background: #222d3f;
    color: white;
    height: 40px;
    margin: 0;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    font-family: 'Montserrat', sans-serif;
}
.m_large {
    font-size: 14px;
}
.nav_button_m:hover {
    color: rgba(38,155,137,1);
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
}
.selected {
    color: rgba(38,155,137,1);
    border-bottom: 1px solid rgba(38,155,137,1);
}
.selected_m {
    color: rgba(38,155,137,1);
}

/* --------------------- FOOTER --------------------- */
.footer {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #222d3f;
    color: white;
    padding: 30px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.small-footer {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
}
.footer-buttons {
    width: 100%;
    margin-top: 20px;
    text-align: center;
}
.copyright {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
}
.social-logos {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.social-logos i {
    width: 30px;
    height: 30px;
    background: rgba(255,255,255,0.75);
    color: #222d3f;
    line-height: 30px;
    font-size: 16px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.social-logos i:hover {
    background: rgba(255,255,255,1);
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    -webkit-animation-name: heartbeat-big;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat-big;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat-big;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}
.tele a {
    color: white;
    text-decoration: underline;
}
.bottom-contact-bar {
    position: fixed;
    bottom: 0;
    right: 20px;
    width: 40%;
    max-width: 250px;
    height: 50px;
    background: #222d3f;
    z-index: 12;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    color: white;
    border: 3px solid #48c3f1;
    border-bottom: 0px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.bottom-contact-bar:hover {
    border: 3px solid #54b847;
    border-bottom: 0;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
}
.shake-bottom {
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    -webkit-animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    -moz-animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    -o-animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
}
.bottom-alert-circle {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    background: orange;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    text-align: center;
    line-height: 30px;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 700;
}

/* --------------------- CONTENT --------------------- */
.big-back {
    width: 100%;
    /* background: url('../img/geometric-back.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; */
    background: rgba(38,155,137,1);
    background: -moz-linear-gradient(left, rgba(15,61,85,1) 0%, rgba(38,155,137,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(15,61,85,1)), color-stop(100%, rgba(38,155,137,1)));
    background: -webkit-linear-gradient(left, rgba(15,61,85,1) 0%, rgba(38,155,137,1) 100%);
    background: -o-linear-gradient(left, rgba(15,61,85,1) 0%, rgba(38,155,137,1) 100%);
    background: -ms-linear-gradient(left, rgba(15,61,85,1) 0%, rgba(38,155,137,1) 100%);
    background: linear-gradient(to right, rgba(15,61,85,1) 0%, rgba(38,155,137,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f3d55', endColorstr='#269b89', GradientType=1 );
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    vertical-align: middle;
    display: -moz-box;
    display: -webkit-box;
    display: box;
    -moz-box-pack: center;
    -moz-box-align: center;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    box-pack: center;
    box-align: center;
    position: relative;
    overflow: hidden;
}
.big-back .innerwrap {
    width: 94%;
    max-width: 1200px;
    max-height: 100%;
    margin: 0 auto;
    padding-top: 55px;
    padding-bottom: 25px;
    /* min-height: 100vh; */
    height: 750px;
    width: 94%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.big-back-scroll-down {
    position: absolute;
    left: 50%;
    z-index: 2;
    transform: -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 5px;
    animation: scrollDownArrow 0.75s linear infinite;
    -webkit-animation: scrollDownArrow 0.75s linear infinite;
    -moz-animation: scrollDownArrow 0.75s linear infinite;
    -o-animation: scrollDownArrow 0.75s linear infinite;
}

.big-back-scroll-down button {
    background: transparent;
    border: 0;
    color: white;
    font-size: 40px;
    padding: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.big-back-phones {
    position: relative;
    float: right;
    width: 46%;
    z-index: 2;
    -ms-transform: scale(0.7, 0.7);
    -webkit-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
}
.big-back-phones-small {
    -ms-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
}
.big-back-phones-large {
    -ms-transform: scale(0.75, 0.75);
    -webkit-transform: scale(0.75, 0.75);
    transform: scale(0.75, 0.75);
}
.big-back-phones-medium {
    -ms-transform: scale(0.66, 0.66);
    -webkit-transform: scale(0.66, 0.66);
    transform: scale(0.66, 0.66);
}
.big-back-phones-small {
    -ms-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
}
.big-back-phones img.big-back-phones-back {
    max-width: 90%;
    display: block;
    margin-left: 10%;
    z-index: 18;
}
.big-back-phones div.big-back-phones-wrap {
    position: absolute;
    background: white;
    padding: 1%;
    padding-top: 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 66%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    max-height: 73.15%;
    top: 10%;
    left: 23%;
    z-index: 19;
}
.big-back-phones div.big-back-phones-inner {
    width: 100%;
}
.big-back-phones div.big-back-phones-inner img {
    width: 98%;
    margin: 0 auto;
}

.big-back-phones div.big-back-phones-inner img[data-blog-link] {
    width: 98%;
    display: block;
    margin: 0 auto 15px auto;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

.big-back-phones div.big-back-phones-inner img:first-of-type {
    width: 100%;
}
.big-back-phones div.big-back-phones-inner img:not(:first-child):hover {
    cursor: pointer;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}
.big-back-phones div.big-back-phones-inner a img:hover {
    cursor: pointer;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}

.big-back-devices {
    float: right;
    width: 42%;
    background: yellow;
    height: 200px;
}

.big-back-text {
    float: left;
    width: 55%;
    text-align: left;
    max-height: 100%;
    z-index: 2;
}

.big-back-text h1 {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 60px;
    text-align: left;
}
.big-back-text div:first-of-type {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: white;
    font-size: 24px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 10px 0 10px;
}

.big-back-text img {
    width: 90%;
    max-width: 170px;
    min-width: 170px;
    min-height: 170px;
    display: block;
}

.big-back-text-buttons {
    margin-top: 30px;
}

.big-back-text-buttons button {
    width: 45%;
    max-width: 280px;
    height: 60px;
    color: white;
    margin-bottom: 15px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    background: #FA7900;
}
.big-back-text-buttons button:last-of-type {
    margin-left: 3%;
}
.big-back-text-buttons button:hover {
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    background: #FA7900;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}
.top-buttons {
    width: 90%;
    margin: 40px auto;
}
.top-full {
    width: 100%;
    margin: 5px auto;
}
.heartbeat {
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 2;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 2;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 2;
    -o-animation-timing-function: linear;
}
.heartbeat-big {
    -webkit-animation-name: heartbeat-big;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 2;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat-big;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 2;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat-big;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 2;
    -o-animation-timing-function: linear;
}
.top-buttons button {

}
.top-short {
    width: 50%;
    max-width: 200px;
    height: 40px;
    font-size: 16px;
}
.top-buttons button.left {
    background: #48c3f1;
}
.top-buttons button.right {
    background: #54b847;
}
.top-buttons button.left:hover {
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    background: #0489B1;
}
.top-buttons button.right:hover {
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    background: #088A08;
}
.top-justify {
    font-family: 'Montserrat', sans-serif;
    text-align: justify;
    font-size: 16px;
    padding: 0;
    margin-bottom: 15px;
    font-weight: 300;
}
.top-center {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 16px;
    padding: 0;
    margin-bottom: 15px;
    font-weight: 300;
}
.space {
    margin-top: 30px !important;
}
p {
    text-align: left;
    font-size: 18px;
    padding: 0;
    margin-bottom: 15px;
    font-weight: 300;
}
.service-paragraph {
    margin-bottom: 40px;
    margin-top: 20px;
    font-size: 16px;
}
.contact-paragraph {
    text-align: center;
    margin: 0;
    padding: 0;
}

.location-map {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin-bottom: 20px;
    border: 5px solid #48c3f1;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
}
.location-map:hover {
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    border: 5px solid #54b847;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}
.icon_top {
    background: #54b847;
    color: white;
    padding: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 35px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin: 0 auto 10px auto;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
}
.icon_top:hover {
    background: #48c3f1;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
}
.icon_top_small {
    background: #222d3f;
    color: white;
    padding: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 25px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin: 0 auto 10px auto;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
}
.icon_top_smaller:hover {
    background: #48c3f1;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
}
.content {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
}
.top-pad {
    padding-top: 75px;
}
.bottom-pad {
    padding-bottom: 25px;
}
.big-top-pad {
    padding-top: 175px;
}
.big-bottom-pad {
    padding-bottom: 125px;
}
.top-margin {
    margin-top: 75px;
}
.bottom-margin {
    margin-bottom: 25px;
}
.big-top-margin {
    margin-top: 175px;
}
.big-bottom-margin {
    margin-bottom: 125px;
}
.cc {
    margin-bottom: 20px;
    width: 90%;
    max-width: 400px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    height: auto;
    width: auto\9;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
}
.cc:hover {
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}
.content_area_pics {
    width: 100%;
}
.content_area ul {
    list-style-type: circle;
}
.icon-caret-right {
    margin-right: 8px;
}
.home_cont {
    width: 100%;
    max-width: 1200px;
    height: 400px;
    position: relative;
}
#image {
    width: 100%;
    max-height: 400px;
    position: absolute;
    top: 0;
    left: 0;
}
#text {
    z-index: 10;
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(0, 0, 0, 0.2);
    padding: 10px 20px 10px 20px;
}
/* iframe {
    margin-top: 50px;
    width: 100%;
    height: 350px;
} */
#call {
    display: none;
}
.member-holder {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
    min-height: 190px;
}
.member-picture {
    width: 150px;
    float: left;
    margin-right: 30px;
}
.member-linkedin {
    width: 24px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    vertical-align: bottom;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    opacity: 1;
}
.member-linkedin:hover {
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    opacity: 0.75;
    -webkit-animation-name: heartbeat-big;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat-big;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat-big;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}
.member-bio {
    padding-top: 20px;
}
.member-bio p {
    font-size: 16px;
    padding-left: 180px;
}
.member-name, .member-name-mobile {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #54b847;
    font-size: 18px !important;
    margin: 0;
    text-align: left !important;
}
.member-name-mobile {
    width: 100%;
    text-align: center !important;
    display: none;
}
.member-photo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin-top: 20px;
    border: 5px solid #54b847;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
}
.member-photo:hover {
    cursor: pointer;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    border: 5px solid #48c3f1;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}

/* --------------------- SERVICES --------------------- */
.service-icon-wrap {
    display: flex;
    justify-content: space-between;
    height: auto;
    margin: 50px auto 0 auto;
}
.top-service-icon {
    display: inline-block;
    max-width: 135px;
    max-height: 135px;
    width: 15%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0;
}
.top-service-icon:hover {
    cursor: pointer;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}
.service-holder {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.service-holder:nth-of-type(odd) {
    background: rgba(38,155,137,1);
    background: -moz-linear-gradient(left, rgba(15,61,85,1) 0%, rgba(38,155,137,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(15,61,85,1)), color-stop(100%, rgba(38,155,137,1)));
    background: -webkit-linear-gradient(left, rgba(15,61,85,1) 0%, rgba(38,155,137,1) 100%);
    background: -o-linear-gradient(left, rgba(15,61,85,1) 0%, rgba(38,155,137,1) 100%);
    background: -ms-linear-gradient(left, rgba(15,61,85,1) 0%, rgba(38,155,137,1) 100%);
    background: linear-gradient(to right, rgba(15,61,85,1) 0%, rgba(38,155,137,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f3d55', endColorstr='#269b89', GradientType=1 );
}
.service-holder-left {
    float: left;
    width: 50%;
    background: url('../img/services/lines.png') no-repeat top left;
    background-size: 90% auto;
    position: relative;
    min-height: 300px;
}
.service-holder:nth-of-type(odd) .service-holder-left {
    float: left;
    width: 50%;
    background: url('../img/services/lines-light.png') no-repeat top left;
    background-size: 90% auto;
    position: relative;
    min-height: 300px;
}
.service-holder-left img {
    position: absolute;
    top: -50px;
    left: 30px;
    max-width: 300px;
    min-width: 225px;
    width: 25%;
}
.service-holder-left div {
    font-size: 34px;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    right: 0;
    padding-right: 20%;
    padding-bottom: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    line-height: 65px;
}
.service-holder:nth-of-type(odd) .service-holder-left div {
    color: white;
}
.service-holder-right {
    float: right;
    width: 50%;
}
.service-holder:nth-of-type(odd) .service-holder-right {
    color: white;
}
.service-holder-right div:first-of-type {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}
.service-holder-right div:nth-of-type(2) {
    font-size: 16px;
    margin-bottom: 25px;
}
.get-started-service-button {
    background: #FA7900;
    width: 80%;
    max-width: 250px;
    height: 60px;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    color: white;
    font-size: 20px;
    font-weight: 700;
    border: 0;
    font-family: 'Montserrat', sans-serif;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.get-started-service-button:hover {
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}


.left-service {
    width: 48%;
    float: left;
}
.right-service {
    width: 48%;
    float: right;
    margin-right: 0;
    margin-left: auto;
}

/* --------------------- CONTENT --------------------- */
.page-top-wrapper {
    width: 100%;
    margin-bottom: 50px;
    padding: 125px 0 50px 0;
    background: rgba(38,155,137,1);
    background: -moz-linear-gradient(left, rgba(15,61,85,1) 0%, rgba(38,155,137,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(15,61,85,1)), color-stop(100%, rgba(38,155,137,1)));
    background: -webkit-linear-gradient(left, rgba(15,61,85,1) 0%, rgba(38,155,137,1) 100%);
    background: -o-linear-gradient(left, rgba(15,61,85,1) 0%, rgba(38,155,137,1) 100%);
    background: -ms-linear-gradient(left, rgba(15,61,85,1) 0%, rgba(38,155,137,1) 100%);
    background: linear-gradient(to right, rgba(15,61,85,1) 0%, rgba(38,155,137,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f3d55', endColorstr='#269b89', GradientType=1 );
    vertical-align: middle;
    display: -moz-box;
    display: -webkit-box;
    display: box;
    -moz-box-pack: center;
    -moz-box-align: center;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    box-pack: center;
    box-align: center;
}
.page-top-wrapper .innerwrap {
    display: flex;
    align-items: center;
}
.page-top-wrapper .no-flex {
    display: block;
    align-items: stretch;
}
.page-top-wrapper-full {
    width: 100%;
    color: white;
    text-align: left;
    float: none;
}
.page-top-wrapper-left {
    float: left;
    width: 45%;
    color: white;
    text-align: left;
}
.page-top-wrapper-left h1, .page-top-wrapper-full h1 {
    color: white;
}
.page-top-wrapper-right {
    float: right;
    text-align: center;
    min-width: 50%;
    margin-right: 0;
    margin-left: auto;
}
.page-top-wrapper-right img {
    display: block;
    margin: 0 auto;
    width: 80%;
    max-width: 325px;
}

/* --------------------- GET STARTED FORM --------------------- */
.get-started-form {
    margin-bottom: 75px;
}
.get-started-header {
    font-size: 30px;
    font-weight: 500;
    margin-top: 40px;
}
.get-started-subheader {
    font-size: 16px;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 30px;
}

.get-started-section {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.input-two .get-started-input-holder {
    width: 50%;
}
.input-two .get-started-input-holder:first-of-type {
    float: left;
}
.input-two .get-started-input-holder:nth-of-type(2) {
    float: right;
}

.input-three .get-started-input-holder {
    width: 33%;
}
.input-three .get-started-input-holder:first-of-type {
    float: left;
}
.input-three .get-started-input-holder:nth-of-type(2) {
    float: left;
    margin-left: 0.5%;
}
.input-three .get-started-input-holder:nth-of-type(3) {
    float: right;
}

.input-one .get-started-input-holder {
    width: 100%;
}

.get-started-input-holder {
    position: relative;
    display: inline;
    padding: 0 10px 0 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.get-started-input-holder label {
    width: 100%;
    margin: 20px 0;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.get-started-input-holder label span {
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.5;
    color: #222d3f;
    transition: 0.15s;
    transition-timing-function: ease;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition: 0.15s;
    -moz-transition-timing-function: ease;
    -moz-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-transition: 0.15s;
    -webkit-transition-timing-function: ease;
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: 0.15s;
    -o-transition-timing-function: ease;
    -o-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

.get-started-input-holder input, .get-started-input-holder textarea {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 0;
    border-bottom: 1px solid #222d3f;
    transition: all .15s linear;
    -moz-transition: all .15s linear;
    -webkit-transition: all .15s linear;
    -o-transition: all .15s linear;
}
.get-started-input-holder textarea {
    resize: none;
    height: 100px;
}
.get-started-input-holder input:focus, .get-started-input-holder textarea:focus {
    border-bottom: 1px solid #FA7900;
    transition: all .15s linear;
    -moz-transition: all .15s linear;
    -webkit-transition: all .15s linear;
    -o-transition: all .15s linear;
}

.get-started-input-holder input:focus + span, .get-started-input-holder input:not(:placeholder-shown) + span {
    opacity: 1;
    color: #FA7900;
    transform: scale(0.85) translateY(-100%) translateX(-15px);
    -moz-transform: scale(0.85) translateY(-100%) translateX(-15px);
    -webkit-transform: scale(0.85) translateY(-100%) translateX(-15px);
    -o-transform: scale(0.85) translateY(-100%) translateX(-15px);
    transition: all .15s linear;
    -moz-transition: all .15s linear;
    -webkit-transition: all .15s linear;
    -o-transition: all .15s linear;
}
.get-started-input-holder input:not(:placeholder-shown):not(:focus):valid + span {
    color: rgba(38,155,137,1);
}
.get-started-input-holder input:not(:placeholder-shown):not(:focus):not(:valid) + span {
    color: red;
}

.get-started-input-holder textarea:focus + span, .get-started-input-holder textarea:not(:placeholder-shown) + span {
    opacity: 1;
    color: #FA7900;
    transform: scale(0.85) translateY(-100%) translateX(-15px);
    -moz-transform: scale(0.85) translateY(-100%) translateX(-15px);
    -webkit-transform: scale(0.85) translateY(-100%) translateX(-15px);
    -o-transform: scale(0.85) translateY(-100%) translateX(-15px);
    transition: all .15s linear;
    -moz-transition: all .15s linear;
    -webkit-transition: all .15s linear;
    -o-transition: all .15s linear;
}
.get-started-input-holder textarea:not(:placeholder-shown):not(:focus):valid + span {
    color: rgba(38,155,137,1);
}
.get-started-input-holder textarea:not(:placeholder-shown):not(:focus):not(:valid) + span {
    color: red;
}

.get-started-check-container {
    width: 16%;
    display: inline-block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: top;
}
.get-started-check-container div {
    width: 100%;
    margin-top: 40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 5px 0 5px;
}
.get-started-check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 0%;
    right: 0%;
    margin: 0 auto;
}
.get-started-check-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    left: 0%;
    right: 0%;
    margin: 0 auto;
    background-color: #eee;
    transition: all .15s linear;
    -moz-transition: all .15s linear;
    -webkit-transition: all .15s linear;
    -o-transition: all .15s linear;
}
input[type="radio"] ~ .checkmark {
    border-radius: 50%;
}
.get-started-check-container:hover input ~ .checkmark {
    background-color: #ccc;
    transition: all .15s linear;
    -moz-transition: all .15s linear;
    -webkit-transition: all .15s linear;
    -o-transition: all .15s linear;
}
.get-started-check-container input:checked ~ .checkmark {
    background-color: rgba(38,155,137,1);
}
.get-started-check-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.get-started-check-container input:checked ~ .checkmark:after {
    display: block;
}
.get-started-check-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.get-started-check-container:last-of-type {
    margin-bottom: 20px;
}

.get-started-section button {
    background: #FA7900;
    margin-top: 30px;
    width: 80%;
    max-width: 250px;
    height: 60px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    color: white;
    font-size: 20px;
    font-weight: 700;
    border: 0;
    font-family: 'Montserrat', sans-serif;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.get-started-section button:hover {
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}

/* --------------------- CONTACT FORM --------------------- */
.contact-form {
    margin-top: 20px;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}
.contact-form input {
    height: 55px;
    border: 1px solid white;
    color: white;
    background: rgba(255,255,255,0.1);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    outline: 0;
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 16px;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
}
.contact-form input::placeholder, .contact-form textarea::placeholder {
   color: rgba(255,255,255,0.5);
}
.contact-form textarea {
    height: 155px;
    width: 100%;
    resize: none;
    border: 1px solid white;
    color: white;
    background: rgba(255,255,255,0.1);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    outline: 0;
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 16px;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
}
.contact-form input:focus, .contact-form textarea:focus {
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    box-shadow: 0 0 10px rgba(34,45,63,0.75);
    -webkit-box-shadow: 0 0 10px rgba(34,45,63,0.75);
    -moz-box-shadow: 0 0 10px rgba(34,45,63,0.75);
}
.form-left {
    float: left;
    width: 49%;
}
.form-right {
    float: right;
    width: 49%;
}
input.error-field, textarea.error-field {
    border: 1px solid #FE2E2E !important;
    -moz-transition: all .2s linear !important;
    -webkit-transition: all .2s linear !important;
    -o-transition: all .2s linear !important;
    box-shadow: 0 0 10px rgba(254, 46, 46, 0.25) !important;
    -webkit-box-shadow: 0 0 10px rgba(254, 46, 46, 0.25) !important;
    -moz-box-shadow: 0 0 10px rgba(254, 46, 46, 0.25) !important;
}
input.get-started-error-field, textarea.get-started-error-field {
    border-bottom: 1px solid #FE2E2E !important;
    -moz-transition: all .15s linear !important;
    -webkit-transition: all .15s linear !important;
    -o-transition: all .15s linear !important;
}
.contact-form button {
    background: #FA7900;
    width: 80%;
    max-width: 250px;
    height: 60px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    color: white;
    font-size: 20px;
    font-weight: 700;
    border: 0;
    font-family: 'Montserrat', sans-serif;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.contact-form button:hover {
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}
.innerwrap {
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
}
.centered {
    text-align: center;
}
.oneline {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    padding: 80px 0 80px 0;
    background: white;
    text-align: left;
}
.how {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    padding: 100px 0 100px 0;
    color: white;
    background: rgba(38,155,137,1);
    background: -moz-linear-gradient(left, rgba(15,61,85,1) 0%, rgba(38,155,137,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(15,61,85,1)), color-stop(100%, rgba(38,155,137,1)));
    background: -webkit-linear-gradient(left, rgba(15,61,85,1) 0%, rgba(38,155,137,1) 100%);
    background: -o-linear-gradient(left, rgba(15,61,85,1) 0%, rgba(38,155,137,1) 100%);
    background: -ms-linear-gradient(left, rgba(15,61,85,1) 0%, rgba(38,155,137,1) 100%);
    background: linear-gradient(to right, rgba(15,61,85,1) 0%, rgba(38,155,137,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f3d55', endColorstr='#269b89', GradientType=1 );
}
.how-left {
    width: 32%;
    float: left;
    display: inline;
    text-align: center;
}
.how-middle {
    width: 32%;
    margin-left: 2%;
    display: inline;
    float: left;
    text-align: center;
}
.how-right {
    width: 32%;
    float: right;
    display: inline;
    text-align: center;
}
.how-icon {
    font-size: 50px;
    margin-bottom: 20px;
}
.how-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    margin-bottom: 20px;
}
.how-description {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 300;
}
.how-link {
    color: white;
    text-decoration: none;
    border-bottom: 1px dotted white;
}
.how-link-dark {
    color: #222d3f;
    text-decoration: none;
    border-bottom: 1px dotted #222d3f;
}
.how-link-dark:hover {
    border-bottom: 1px solid #222d3f;
}
.how-link:hover {
    border-bottom: 1px solid white;
}
.seen, .seen-white {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    padding: 30px 0 30px 0;
    background: #222d3f;
    color: white;
}
.seen-white {
    color: #222d3f;
    background: white;
}
.seen-title {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    margin-bottom: 30px;
}
.seen img {
    margin-left: 20px;
    max-height: 45px;
    padding-bottom: 8px;
    max-width: 50%;
}
.clients {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    padding: 30px 0 30px 0;
    background: white;
    overflow-x: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.clients img {
    width: 25%;
    max-width: 250px;
    min-width: 200px;
    margin: 20px 10px 20px 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.client-img-holder {
    width: 50%;
    display: inline;
}
.client-img {
    height: 120px;
    max-width: 20%;
    height: auto;
    width: auto\9;
}
.simply-scroll-container {
    position: relative;
}
.simply-scroll-clip {
    position: relative;
    overflow: hidden;
}
.simply-scroll-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}
.simply-scroll-list li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.simply-scroll-list li img {
    border: none;
    display: block;
}
.simply-scroll {
    width: 100%;
    height: 400px;
}
.simply-scroll .simply-scroll-clip {
    width: 100%;
    height: 400px;
}
.simply-scroll .simply-scroll-list li {
    float: left;
    width: 330px;
    height: 330px;
}


/* --------------------- TESTIMONIALS --------------------- */
.testimonial {
    width: 100%;
    padding: 50px 0 50px 0;
    background: #F4F4F4;
    color: #222d3f;
    overflow-x: hidden;
}
.testimonial-text {
    text-align: left;
    font-size: 16px;
    font-weight: 300;
    margin: 0 auto 50px auto;
    max-width: 900px;
    text-align: center;
}
.testimonial-picture {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display: block;
    margin: 20px auto;
    border: 4px solid #222d3f;
}
.testimonial-name {
    font-weight: bold;
    font-size: 18px;
    width: 100%;
    text-align: center;
}
.testimonial-title {
    font-size: 16px;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}


/* --------------------- READY --------------------- */
.ready {
    width: 100%;
    padding: 50px 0 50px 0;
    background: rgba(15,61,85,1);
    background: -moz-linear-gradient(left, rgba(15,61,85,1) 0%, rgba(38,155,137,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(15,61,85,1)), color-stop(100%, rgba(38,155,137,1)));
    background: -webkit-linear-gradient(left, rgba(15,61,85,1) 0%, rgba(38,155,137,1) 100%);
    background: -o-linear-gradient(left, rgba(15,61,85,1) 0%, rgba(38,155,137,1) 100%);
    background: -ms-linear-gradient(left, rgba(15,61,85,1) 0%, rgba(38,155,137,1) 100%);
    background: linear-gradient(to right, rgba(15,61,85,1) 0%, rgba(38,155,137,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f3d55', endColorstr='#269b89', GradientType=1 );
    color: white;
}
.ready-left {
    width: 50%;
    float: left;
    text-align: left;
}
.ready-left div:first-of-type {
    font-weight: 700;
    font-size: 40px;
}
.ready-left div {
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 10px;
}
.ready-right {
    width: 50%;
    float: right;
    text-align: right;
    min-height: 107px;
    display: table;
}
.ready-right button {
    width: 75%;
    max-width: 380px;
    height: 80px;
    color: white;
    margin-top: 10px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-weight: 700;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    background: #FA7900;
}
.ready-right button:hover {
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    background: #FA7900;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}

/* --------------------- GET TO KNOW --------------------- */
.get-know {
    width: 100%;
    padding: 50px 0 50px 0;
}
.newsletter .get-know {
    padding: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.get-know-left {
    width: 50%;
    float: left;
    text-align: left;
}
.get-know-left div:first-of-type {
    font-weight: 700;
    font-size: 40px;
}
.get-know-left div:last-of-type {
    font-weight: 300;
    font-size: 20px;
}
.get-know-right {
    width: 50%;
    float: right;
    text-align: right;
    min-height: 107px;
    display: table;
}
.get-know-right div {
    font-weight: 500;
    font-size: 20px;
    width: 100%;
    max-width: 400px;
    text-align: center;
    margin: 0 0 0 auto;
}
.get-know-right input {
    display: block;
    margin: 10px 0 0 auto;
    height: 50px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    padding: 15px;
    border: 2px solid #A8A8A8;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    max-width: 400px;
    font-size: 16px;
    font-weight: 300;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.get-know-right input:focus {
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    box-shadow: 0 0 10px rgba(34, 45, 63, 0.25);
    -webkit-box-shadow: 0 0 10px rgba(34, 45, 63, 0.25);
    -moz-box-shadow: 0 0 10px rgba(34, 45, 63, 0.25);
}
.get-know-right button {
    display: block;
    margin: 10px 0 0 auto;
    height: 50px;
    background: #222d3f;
    border: 0;
    color: white;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    padding: 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    max-width: 400px;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    font-size: 18px;
    font-weight: 700;
}
.get-know-right button:hover {
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}
.get-know-left button {
    width: 75%;
    max-width: 380px;
    height: 80px;
    color: white;
    margin-top: 30px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-weight: 700;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    background: #FA7900;
}
.get-know-left button:hover {
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    background: #FA7900;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}

/* --------------------- START WITH --------------------- */
.start-with {
    width: 100%;
    padding: 20px 0 50px 0;
    vertical-align: middle;
    display: -moz-box;
    display: -webkit-box;
    display: box;
    -moz-box-pack: center;
    -moz-box-align: center;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    box-pack: center;
    box-align: center;
}
.start-with .innerwrap {
    display: flex;
    align-items: center;
}
.start-with-left {
    width: 40%;
    float: left;
    text-align: left;
}
.start-with-left div:first-of-type {
    font-weight: 700;
    font-size: 40px;
}
.start-with-left div:last-of-type {
    font-weight: 300;
    font-size: 20px;
}
.start-with-right {
    width: 60%;
    float: right;
    text-align: center;
    min-height: 107px;
    display: table;
    margin-right: 0;
    margin-left: auto;
}
.start-with-right img {
    width: 100%;
    max-width: 550px;
}
.start-with-left button {
    width: 75%;
    max-width: 380px;
    height: 80px;
    color: white;
    margin-top: 30px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-weight: 700;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    background: #FA7900;
}
.start-with-left button:hover {
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    background: #FA7900;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}


/* --------------------- RECENT POSTS --------------------- */

.recent-posts {
    position: relative;
    min-height: 200px;
    padding: 50px 0 0 0;
    overflow-x: hidden;
}
.recent-posts a {
    display: block;
}
.recent-posts img {
    display: block;
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    cursor: pointer;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.recent-posts img:nth-of-type(even) {

}
.recent-posts img:hover {
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}
.recent-posts img.remove {
    opacity: 0.75;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
}
.simply-scroll-container {
    position: relative;
}
.simply-scroll-clip {
    position: relative;
    overflow: hidden;
}
.simply-scroll-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}
.simply-scroll-list li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.simply-scroll-list li img {
    border: none;
    display: block;
}
.simply-scroll {
    width: 100%;
    height: 300px;
}
.simply-scroll .simply-scroll-clip {
    width: 100%;
    height: 300px;
}


/* --------------------- ABOUT --------------------- */

.why-title {
    text-align: left;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
}
.why {
    text-align: justify;
    width: 100%;
    font-size: 16px;
    margin-bottom: 50px;
}
.member-paragraph {
    font-size: 16px !important;
}

/* --------------------- INTEGRATIONS --------------------- */

.integration-images {
    margin-bottom: 80px;
}
.integration-images-left {
    width: 50%;
    float: left;
}
.integration-images-right {
    width: 50%;
    float: right;
}
.integration-img {
    z-index: 2;
    max-width: 235px;
    width: 30%;
    margin: 1%;
    -webkit-box-shadow: 0px 5px 3px -5px rgba(84, 184, 71, 0);
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
}
.integration-img:hover {
    cursor: pointer;
    -webkit-box-shadow: 0px 5px 3px -3px rgba(84, 184, 71, 0.75);
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}
.integration-lowlight {
    opacity: 0.25;
}
.integration-highlight {
    opacity: 1.0;
    box-shadow: 0px 5px 3px -3px rgba(84, 184, 71, 0.75);
    -moz-box-shadow: 0px 5px 3px -3px rgba(84, 184, 71, 0.75);
    -webkit-box-shadow: 0px 5px 3px -3px rgba(84, 184, 71, 0.75);
}
.integration-detail {
    display: none;
}
.integration-paragraph {
    margin-top: 20px;
    text-align: center;
}
.step-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.step {
    width: 100%;
    font-size: 16px;
    margin-bottom: 50px;
}
.step-img {
    display: block;
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
}
.step-img-ad {
    display: block;
    margin: 0 auto;
    max-width: 700px;
    width: 100%;
}

/* --------------------- CONTACT --------------------- */

.contact-pop-holder {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(34, 45, 63, 0.85);
    z-index: 100000000000000;
    display: none;
}
.contact-pop {
    text-align: center;
    border: 5px solid white;
    width: 90%;
    height: 90%;
    max-height: 670px;
    max-width: 650px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    background: rgba(38,155,137,1);
    background: -moz-linear-gradient(left, rgba(15,61,85,1) 0%, rgba(38,155,137,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(15,61,85,1)), color-stop(100%, rgba(38,155,137,1)));
    background: -webkit-linear-gradient(left, rgba(15,61,85,1) 0%, rgba(38,155,137,1) 100%);
    background: -o-linear-gradient(left, rgba(15,61,85,1) 0%, rgba(38,155,137,1) 100%);
    background: -ms-linear-gradient(left, rgba(15,61,85,1) 0%, rgba(38,155,137,1) 100%);
    background: linear-gradient(to right, rgba(15,61,85,1) 0%, rgba(38,155,137,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f3d55', endColorstr='#269b89', GradientType=1 );
    box-sizing: border-box;
    padding: 30px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

/* --------------------- NEWSLETTER --------------------- */

.newsletter-pop-holder {
    position: fixed;
    width: 98%;
    margin-right: 1%;
    margin-bottom: 1%;
    height: auto;
    max-width: 1200px;
    right: -1300px;
    bottom: 0;
    z-index: 1000000000000000000;
    display: none;
    box-shadow: 0 5px 20px rgba(34, 45, 63, 0.5);
    -webkit-box-shadow: 0 5px 20px rgba(34, 45, 63, 0.5);
    -moz-box-shadow: 0 5px 20px rgba(34, 45, 63, 0.5);
}
.newsletter-pop {
    text-align: center;
    border: 5px solid rgba(84,184,71,1);
    width: 100%;
    background: white;
    padding: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
#pop-close, #pop-close-contact, #pop-close-newsletter {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 25px;
    background: transparent;
    color: rgba(34,45,63,1);
    border: 0;
}
#pop-close-contact {
    color: white;
}
.newsletter {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    padding: 50px 0 50px 0;
    background: white;
    color: #222d3f;
}
.nl-no-margin {
    padding: 0px;
}
.newsletter-right {
    float: right;
    width: 29%;
}
.newsletter-right button {
    background: #222d3f;
    height: 50px;
    width: 100%;
    max-width: 300px;
    color: white;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.newsletter-right button:hover {
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    background: #0489B1;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}
.newsletter-left {
    float: left;
    width: 70%;
}
.newsletter-left input {
    font-family: 'Montserrat', sans-serif;
    width: 30%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 18px;
    font-weight: 400;
    border: 1px solid #222d3f;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
}
.newsletter-left input:last-of-type {
    width: 35%;
}
.newsletter-left input:focus {
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    box-shadow: 0 0 10px rgba(34, 45, 63, 0.25);
    -webkit-box-shadow: 0 0 10px rgba(34, 45, 63, 0.25);
    -moz-box-shadow: 0 0 10px rgba(34, 45, 63, 0.25);
}
.nl-preview {
    margin: 0 auto;
    width: 100%;
    max-width: 595px;
    opacity: 1;
    filter: alpha(opacity=100);
}
.nl-preview:hover {
    cursor: pointer;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
    opacity: 0.75;
    filter: alpha(opacity=75);
}

/* --------------------- INFOGRAPHICS --------------------- */

.infographic {
    -webkit-box-shadow: 0px 9px 20px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 9px 20px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 9px 20px 0px rgba(0,0,0,0.5);
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    width: 100%;
}
.infographic:hover {
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    opacity: 0.75;
}

/* --------------------- TOP ALERTS --------------------- */

.alert {
    background: #54b847;
    position: fixed;
    width: 100%;
    height: 50px;
    top: -60px;
    left: 0;
    text-align: center;
    z-index: 99999999999999999999999;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
    font-family: 'Montserrat', sans-serif;
}
.alert span:first-of-type {
    line-height: 50px;
    font-weight: 300;
    font-size: 16px;
}
.alert span:last-of-type {
    float: right;
    margin-right: 10px;
    font-size: 26px;
    line-height: 50px;
    cursor: pointer;
}

/* --------------------- CONTACT --------------------- */

.address {
    width: 45%;
    float: left;
    text-align: center;
}
.phone {
    width: 45%;
    float: right;
    text-align: center;
}
.address i, .phone i {
    font-size: 40px;
    color: black;
}
span.italic {
    font-style: italic;
    font-size: 14px;
}

/* --------------------- DASHBOARD --------------------- */
.dashboard-feature {
    width: 100%;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
    min-height: 330px;
}
.dashboard-feature-innerwrap {
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
}
.dashboard-feature:nth-of-type(odd) {
    background: #eee;
}
.dashboard-feature-left {
    float: left;
    width: 50%;
}
.dashboard-feature-right {
    float: right;
    width: 50%;
}
.dashboard-feature-right img.dashboard-lazy, .dashboard-feature-left img.dashboard-lazy {
    width: 90%;
    max-width: 500px;
    height: 100%;
    min-height: 327px;
    max-height: 327px;
    display: block;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.35);
    background-image: url('../img/loading.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: block;
}
.dashboard-feature-right div:first-of-type, .dashboard-feature-left div:first-of-type {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}
.dashboard-feature-right div:last-of-type, .dashboard-feature-left div:last-of-type {
    font-size: 20px;
    font-weight: 300;
}


/* --------------------- PRICING PACKAGES --------------------- */
.core-pricing-wrapper {
    position: relative;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: inline-flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
}
.price-option {
    position: relative;
	text-align: center;
	background: #eee;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #222d3f;
    border: 1px solid #222d3f;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.15);
}
.price-left {
	width: 32%;
	float: left;
	z-index: 8;
}
.price-right {
	width: 32%;
	float: right;
	margin-left: auto;
	margin-right: 0;
	z-index: 8;
    border-top: 0px;
}
.less-margin {
	margin-top: 33px;
}
.price-middle {
	width: 32%;
	float: left;
    margin-left: 2%;
	z-index: 9;
	background: #eee;
}
.package-name {
    position: relative;
	font-weight: 700;
	font-size: 36px;
	padding-top: 20px;
	padding-bottom: 10px;
    background: #54b847;
    color: white;
}
.pricing-option-top-arrow {
    position: absolute;
    width: 120%;
    left: -10%;
    bottom: 50px;
}
.middle-name {
	font-size: 42px;
}
.package-details {
    padding: 10px;
}
.package-price {
	font-weight: 300;
	font-size: 22px;
	padding-bottom: 20px;
	margin-bottom: 10px;
    background: #54b847;
    color: white;
}
.middle-price {
	font-size: 28px;
}
.middle-detail-title {
	font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 20px;
}
.middle-detail-description {
    font-size: 18px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(34, 45, 63, 0.25);
}
.detail-title {
	font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 20px;
}
.detail-description {
    font-size: 14px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(34, 45, 63, 0.25);
}
.package-button {
	margin-top: 20px;
	margin-bottom: 20px;
}
.package-button a {
	text-decoration: none;
}
.package-button button {
    background: #222d3f;
    width: 96%;
    max-width: 250px;
    height: 50px;
    color: white;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.package-button button:hover {
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    background: #0489B1;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}
.middle-button button {
    max-width: 350px;
    height: 70px;
}

.price-option-links {
    margin-bottom: 10px;
    display: inline;
    text-align: center;
    background: #222d3f;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px; */
    color: white;
    border: 0px solid white;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.15);
}
.price-left-links {
    width: 32%;
    float: left;
    z-index: 8;
    border-right: 0px;
}
.price-right-links {
    width: 32%;
    float: right;
    margin-left: auto;
    margin-right: 0;
    z-index: 8;
    border-left: 0px;
}
.price-middle-links {
    width: 32%;
    float: left;
    z-index: 9;
    margin-left: 2%;
}
.package-name-links {
    font-weight: 700;
    font-size: 36px;
    padding-top: 20px;
    padding-bottom: 10px;
    color: white;
}
.package-details-links {
    padding: 10px;
}
.package-price-links {
    font-weight: 300;
    font-size: 22px;
    padding-bottom: 20px;
    margin-bottom: 10px;
    color: white;
    border-bottom: 2px solid white;
}
.middle-price-links {
    font-size: 28px;
}
.middle-detail-title-links {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 20px;
}
.detail-title-links {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 20px;
}

.detail-description-links {
    font-size: 14px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.package-button-links {
    margin-top: 20px;
    margin-bottom: 20px;
}
.package-button-links a {
    text-decoration: none;
}

.package-button-links button {
    background: #222d3f;
    border: 1px solid white;
    width: 96%;
    max-width: 250px;
    height: 50px;
    color: white;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}

.package-button-links button:hover {
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    background: #0489B1;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}

.middle-button-links button {
    max-width: 350px;
    height: 70px;
}

/* --------------------- PRESS --------------------- */
.press-event {
    width: 100%;
    height: auto;
    clear: both;
}
.press-event-date {
    position: relative;
    width: 20%;
    height: auto;
    float: left;
    text-align: right;
    padding-right: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    box-sizing: border-box;
    padding-top: 50px;
    padding-bottom: 50px;
}
.event-dot {
    background: #222d3f;
    position: absolute;
    right: -9px;
    top: 55px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.event-date, .event-year {
    display: block;
}
.event-year {
    font-size: 40px;
    font-weight: bold;
    margin-top: -10px;
}
.press-event-details {
    width: 80%;
    float: right;
    text-align: left;
    padding-left: 20px;
    border-left: 2px solid #222d3f;
    box-sizing: border-box;
    padding-top: 50px;
    padding-bottom: 50px;
}
.press-event-details-title {
    font-size: 20px;
    font-weight: bold;
}
.press-event-details-desc {
    font-size: 16px;
}
.press-img {
    max-width: 100%;
    display: block;
    margin-top: 30px;
}

/* --------------------- WELCOME --------------------- */

.split-button {
	margin-top: 20px;
	margin-bottom: 20px;
    font-size: 26px;
}
.split-button a {
	text-decoration: none;
}
.split-button button {
    display: block;
    margin: 40px auto;
    background: #48c3f1;
    width: 96%;
    max-width: 400px;
    height: 80px;
    color: white;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.split-button button:hover {
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    background: #0489B1;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}
.call-button a {
	text-decoration: none;
}
.call-button button {
    display: block;
    margin: 10px auto;
    background: #48c3f1;
    width: 96%;
    max-width: 400px;
    height: 90px;
    color: white;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.call-button button:hover {
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    background: #0489B1;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}
.main-logo-welcome {
    border: 0;
    width: 90%;
    max-width: 400px;
    height: auto;
    width: auto\9;
}
.welcome-contact {
    position: absolute;
    right: 0;
    top: 7%;
    background: white;
    width: 40%;
    max-width: 600px;
    padding: 20px;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    z-index: 10;
    border: 5px solid #48c3f1;
    -webkit-box-shadow: 0px 9px 20px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 9px 20px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 9px 20px 0px rgba(0,0,0,0.5);
}
.contact-or {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 5px;
}
.main-tagline-welcome {
    width: 50%;
    text-align: left;
    font-size: 48px;
}
.welcome-logo-holder {
    width: 50%;
    text-align: center;
}
.innerwrap {
    position: relative;
}
.service-photo-welcome {
    width: 50%;
    height: auto;
    margin-top: 20px;
    border-bottom: 5px solid #48c3f1;
}
.welcome-service {
    width: 50%;
}
.oneline-welcome {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    padding: 80px 0 80px 0;
    color: white;
    background: #222d3f;
}
.oneline-welcome-phone {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 28px;
    padding: 50px 0 50px 0;
    color: #222d3f;
    background: white;
}
.analytics-back {
    background: linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.75)), url('../img/welcome/analytics-back.png') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.call-back {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../img/welcome/call-back.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.services-welcome {
    width: 100%;
    margin: 0;
    padding: 0;
}
.services-welcome img {
    border: 0;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    padding: 0;
    margin: 0;
}
.services-welcome img:hover {
    cursor: pointer;
    opacity: 0.5;
    filter:alpha(opacity=50);
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}
.welcome-section-title {
    padding-bottom: 40px;
}
.welcome-icon {
    padding-top: 40px;
}
.white-title {
    color: white;
}
.white-icon {
    background: white;
    color: #222d3f;
}
.blue-icon-text {
    background: white;
    color: #48c3f1;
}
.welcome-partner {
    max-width: 300px;
    margin-left: 20px;
    padding-bottom: 8px;
    max-width: 50%;
}
.welcome-client {
    max-width: 300px;
    margin-left: 20px;
    padding-bottom: 8px;
    max-width: 50%;
}
.welcome-client:hover, .welcome-partner:hover {
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}


/* --------------------- CREATIVE --------------------- */

.creative-logo {
    max-width: 250px;
    display: block;
    margin: 0 auto;
}
.creative-screenshots, .creative-icons, .creative-headers {
    position: relative;
    text-align: left;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    margin-bottom: 30px;
}
.creative-icons, .creative-headers {
    text-align: center;
}
.creative-screenshot {
    width: 275px;
    height: 488.88px;
}
.creative-icon {
    margin-right: 5px;
    display: inline-block;
    height: 275px;
    width: 275px;
}
.creative-header {
    margin-right: 5px;
    display: inline-block;
    width: 500px;
    height: 244.14px;
}
.creative-screenshot:hover, .creative-icon:hover, .creative-header:hover {
    cursor: pointer;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}


/* --------------------- WWDC --------------------- */
.wwdc-logo {
    border: 0;
    width: 98%;
    margin: 0 auto;
    height: auto;
    width: auto\9;
    -webkit-box-shadow: 0px 15px 15px -5px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 15px 15px -5px rgba(0,0,0,0.25);
    box-shadow: 0px 15px 15px -5px rgba(0,0,0,0.25);
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
}
.wwdc-logo:hover {
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -webkit-box-shadow: 0px 20px 15px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 20px 15px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 20px 15px 0px rgba(0,0,0,0.35);
}
.wwdc-header {
    color: black;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    margin-top: 50px;
    margin-bottom: 0;
}
.wwdc-iphones {
    display: block;
    width: 98%;
    margin: 0 auto;
    height: auto;
    width: auto\9;
}

/* --------------------- iOS 11 PRODUCT PAGE --------------------- */
.get-started-wwdc-button {
    background: #222d3f;
    width: 96%;
    max-width: 350px;
    height: 80px;
    color: white;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.get-started-wwdc-button:hover {
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    background: #0489B1;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}
.view-gallery {
    background: #222d3f;
    width: 96%;
    max-width: 350px;
    height: 80px;
    color: white;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.view-gallery:hover {
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    background: #0489B1;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}
.product-page-highlights {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    padding: 0;
    background: white;
    margin-bottom: 40px;
}
.product-page-screenshot {
    width: 300px;
}
.product-page-screenshot:hover {
    cursor: pointer;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}
.gp-wide {
    margin-top: 30px;
    padding: 30px 0 70px 0;
    background: #54b847;
    color: white;
}


/* --------------------- CHARACTER COUNT --------------------- */
.char-count-box {
    font-size: 18px;
    width: 100%;
    max-width: 100%;
    min-height: 200px;
    font-weight: 300;
    padding: 15px;
    margin-bottom: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.char-count-box:focus {
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    box-shadow: 0 0 15px rgba(34,45,63,0.25);
    -webkit-box-shadow: 0 0 15px rgba(34,45,63,0.25);
    -moz-box-shadow: 0 0 15px rgba(34,45,63,0.25);
}
.span-holder-char-count {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}
.character-options-holder {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    font-size: 16px;
}
.character-options {
    margin-top: 20px;
    margin-bottom: 15px;
    text-align: center;
}
.character-options img {
    max-width: 75px;
    display: inline-block;
    margin-right: 20px;
    opacity: 0.75;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.character-options img:last-of-type {
    margin-left: 20px;
}
.character-options img:hover {
    cursor: pointer;
    opacity: 1.0;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.char-not-picked {
    opacity: 0.25 !important;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.char-store-name {
    width: 100%;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-top: 20px;
}
.character-options ul {
    list-style: none;
    margin: 0;
    padding: 0;
	overflow: auto;
}
.character-options ul.char-hide {
    display: none;
}
.character-options ul li {
    text-align: left;
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: 100px;
}
.character-options ul li input[type=radio] {
    position: absolute;
    visibility: hidden;
}
.character-options ul li label {
    display: block;
    position: relative;
    font-weight: 300;
    font-size: 18px;
    padding: 25px 25px 25px 80px;
    margin: 10px auto;
    height: 20px;
    z-index: 9;
    cursor: pointer;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.character-options ul li:hover label {
	color: black;
}
.character-options ul li .check {
    display: block;
    position: absolute;
    border: 5px solid black;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    top: 30px;
    left: 20px;
    z-index: 5;
    transition: border .25s linear;
    -moz-transition: border .1s linear;
    -webkit-transition: border .1s linear;
    -o-transition: border .1s linear;
}
.character-options ul li:hover .check {
    border: 5px solid #54b847;
}
.character-options ul li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 15px;
    width: 15px;
    top: 5px;
    left: 5px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    -moz-transition: background 0.25s linear;
    -o-transition: background 0.25s linear;
}
.character-options ul li input[type=radio]:checked ~ .check {
    border: 5px solid #54b847;
}
.character-options ul li input[type=radio]:checked ~ .check::before{
    background: #54b847;
}
.character-options ul li input[type=radio]:checked ~ label{
    color: black;
}

/* --------------------- COLUMN TO CSV --------------------- */
.column-csv-column-left {
    float: left;
    width: 50%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 18px;
    font-weight: 700;
}
.column-csv-column-right {
    float: right;
    text-align: right;
    width: 50%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 18px;
    font-weight: 700;
}
.column-convert-box {
    font-size: 18px;
    width: 95%;
    height: 400px;
    font-weight: 300;
    padding: 15px;
    margin-bottom: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    resize: none;
}
.column-convert-box:focus {
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    box-shadow: 0 0 15px rgba(34,45,63,0.25);
    -webkit-box-shadow: 0 0 15px rgba(34,45,63,0.25);
    -moz-box-shadow: 0 0 15px rgba(34,45,63,0.25);
}

/* --------------------- KEYWORD DENSITY --------------------- */
.char-density-box {
    font-size: 18px;
    width: 100%;
    max-width: 100%;
    min-height: 400px;
    font-weight: 300;
    padding: 15px;
    margin-bottom: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.char-density-box:focus {
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    box-shadow: 0 0 15px rgba(34,45,63,0.25);
    -webkit-box-shadow: 0 0 15px rgba(34,45,63,0.25);
    -moz-box-shadow: 0 0 15px rgba(34,45,63,0.25);
}
.keyword-density-title {
    font-size: 30px;
    font-weight: 700;
}
.keyword-density-none {
    font-size: 16px;
    font-style: italic;
    color: rgba(0,0,0,0.5);
    margin-top: 100px;
    margin-bottom: 100px;
}
.keyword-density-data table {
    width: 100%;
    padding: 0;
    margin: 20px 0;
    display: none;
}
.keyword-density-data table tr {
    height: 60px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 16px;
}
.keyword-density-data table tr:first-of-type {
    font-weight: 700;
    text-align: left;
}
.keyword-density-data table tr:nth-child(even) {
    background: #eee;
}
.keyword-density-data table tr td:not(:first-of-type) {
    width: 15%;
    text-align: center;
}
.keyword-density-data table tr td {
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/* --------------------- TOP APPS --------------------- */
.top-apps-list-table-loading {
    display: block;
    margin: 100px auto 100px auto;
}
.appstore-icon-img {
    border-radius: 17.544%;
    -webkit-border-radius: 17.544%;
    -moz-border-radius: 17.544%;
}
.top-apps-collection-pick-wrapper {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.top-apps-collection-pick-wrapper button {
    display: inline;
    margin: 0;
    width: 33%;
    max-width: 250px;
    font-size: 18px;
    font-weight: 700;
    height: 60px;
    border: 0;
    background: transparent;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    border-bottom: 2px solid transparent;
}
.top-apps-collection-pick-wrapper button:hover {
    border-bottom: 2px solid black !important;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.top-apps-collection-pick-wrapper button:active {
    color: black;
}
.top-apps-collection-picked {
    font-weight: 700 !important;
    border-bottom: 2px solid black !important;
}
.top-apps-list-table {
    width: 100%;
    padding: 0;
    margin: 20px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.top-apps-list-table tr {
    height: 50px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 14px;
}
.top-apps-list-table tr:first-of-type {
    font-weight: 700;
    text-align: left;
}
.top-apps-list-table tr:nth-child(even) {
    background: #F6F6F6;
}
.top-apps-list-table tr td:first-of-type {
    font-weight: 700;
    text-align: center;
}
.top-apps-list-table tr td:last-of-type {
    text-align: center;
}
.top-apps-list-table tr td:not(:first-of-type) {

}
.top-apps-list-table tr td {
    padding: 6px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.get-app-button {
    height: 30px;
    border: 0;
    font-weight: 700;
    font-size: 14px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    moz-border-radius: 15px;
    width: 60px;
    background: #DDDDDD;
    color: #3069FF;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.get-app-button:hover {
    cursor: pointer;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}

/* --------------------- TRENDING KEYWORDS --------------------- */
.trending-keywords-dates {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
}
.trending-keywords-dates div {
    margin-top: 15px;
    font-style: italic;
    color: rgba(0,0,0,0.75);
}
.trending-keywords-dates-bottom button {
    width: 20%;
    display: inline;
}
.trending-keywords-dates button {
    width: 13%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 15px 10px 15px 10px;
    font-size: 14px;
    font-weight: 400;
    background: transparent;
    border: 0;
}
.trending-keywords-dates button:hover {
    border-bottom: 2px solid black !important;
}
.trending-keywords-dates button:active {
    color: black;
}
.trending-day-picked {
    font-weight: 700 !important;
    border-bottom: 2px solid black !important;
}
.trending-keywords {
    text-align: center;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}
.trending-keywords-term {
    font-size: 16px;
    margin-bottom: 2px;
}
.trending-keywords-date {
    font-weight: 700;
    font-size: 22px;
    margin-top: 30px;
    padding-top: 30px;
    margin-bottom: 15px;
    border-top: 1px dotted black;
}
.trending-keywords-terms {
    font-size: 16px;
}


/* --------------------- TOOLS GENERIC --------------------- */
.tools-go-button {
    width: 75%;
    max-width: 280px;
    height: 60px;
    display: block;
    margin: 35px auto;
    color: white;
    margin-bottom: 15px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    background: #FA7900;
}
.tools-go-button:hover {
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    background: #FA7900;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}


/* --------------------- BLOG --------------------- */
.search-fixed-button, .back-fixed-button {
	position: fixed;
	z-index: 50;
	top: 60px;
	left: 20px;
	width: 50px;
	height: 50px;
}
.search-fixed-button button, .back-fixed-button button {
	border: 0;
	width: 50px;
	height: 50px;
	background: #222d3f;
	color: white;
	font-size: 20px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.35);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.35);
    box-shadow: 0 0 10px rgba(0,0,0,0.35);
}
.search-fixed-button button:hover, .back-fixed-button button:hover {
	background: #0489B1;
	cursor: pointer;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.45);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.45);
    box-shadow: 0 0 10px rgba(0,0,0,0.45);
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}
.blog-posts-wrapper {
	width: 100%;
}
.blog-post-preview {
	background: #F7F7F7;
	position: relative;
	width: 100%;
	max-height: 240px;
	overflow: hidden;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0);
    box-shadow: 0 0 10px rgba(0,0,0,0);
	-moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.blog-post-preview:hover {
	cursor: pointer;
	-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.35);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.35);
    box-shadow: 0 0 10px rgba(0,0,0,0.35);
	transition: all .1s linear;
	-moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
	z-index: 2;
}
.blog-post-preview:hover .blog-post-preview-content-read-more button {
	background: #0489B1;
	transition: all .1s linear;
	-moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.blog-post-preview-bottom-bar {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50px;
	background: #DFDFDF;
	z-index: 13;
}
.blog-post-preview-bottom-bar:hover {
	cursor: default;
}
.blog-post-preview-image {
	position: relative;
	width: 20%;
	float: left;
	margin-right: 10px;
	min-width: 240px;
	z-index: 16;
}
.blog-post-preview-image a {
	display: block;
}
.blog-post-preview-image img {
	width: 100%;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.blog-post-preview-content {
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	float: none;
	min-height: 240px;
}
.blog-post-preview-content-title h1 {
	font-size: 26px;
	padding: 20px 20px 0 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: rgba(34, 45, 63, 1);
	text-align: left;
	-moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.blog-post-preview-content-date {
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 300;
}
.blog-post-preview-content-excerpt p {
	font-size: 14px;
	padding-right: 20px;
	max-height: 95px;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.blog-post-preview-content-read-more {
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 50%;
	height: 40px;
    max-width: 200px;
}
.blog-post-preview-content-read-more button {
	background: #222d3f;
	width: 100%;
    height: 40px;
    color: white;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}
.blog-post-preview-content-read-more button:hover {
	cursor: pointer;
}


/* --------------------- PAGINATION --------------------- */
.pagination-navigation ul {
    text-align: center;
}
.pagination-navigation li a, .pagination-navigation li.disabled {
    color: #fff !important;
    text-decoration: none;
    display: table;
   	padding: 8px 15px;
    background-color: #222d3f;
    cursor: pointer;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 12px;
	-moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}

.pagination-navigation li {
    display: inline-block;
    margin: 2px;
	-moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.pagination-navigation li a:hover {
	background-color: #48c3f1;
    cursor: pointer;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}
.pagination-navigation ul li:first-of-type a:first-of-type {
	/*display: none;*/
}
.pagination-navigation li.active a {
 	background-color: #48c3f1;
    color: #fff !important;
}

/* --------------------- POST --------------------- */
.big-picture-post {
	background: #222d3f;
    text-align: left;
    z-index: 2;
	position: relative;
	height: 250px;
	border-bottom: 5px solid #222d3f;
	margin-bottom: 145px;
}
.innerwrap-post {
	position: relative;
	height: 250px;
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
}
.big-picture-post-img-wrap {
	position: absolute;
	width: 100%;
	height: 250px;
	overflow: hidden;
}
.post-img-blur-cover {
	width: 100%;
	height: 250px;
	background: rgba(0,0,0,0.25);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 4;
}
img.post-img {
	position: absolute;
	left: 0;
	bottom: -125px;
	width: 250px;
	height: 250px;
	background: #222d3f;
	border: 5px solid #222d3f;
	z-index: 5;
}
img.post-img-blur {
	position: relative;
	top: -50%;
	left: -5%;
	width: 110%;
	filter: blur(10px);
	-webkit-filter: blur(10px);
	-moz-filter: blur(10px);
	-o-filter: blur(10px);
	-ms-filter: blur(10px);
}
h1.post-title, h1.post-title-mobile {
	position: absolute;
	bottom: 0;
	left: 270px;
	z-index: 5;
	font-size: 40px;
	text-align: left;
}
h1.post-title-mobile {
	display: none;
	position: relative;
	left: 0;
	font-size: 30px;
}
h1.post-title a {
	color: white;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
}
h1.post-title-mobile a {
	color: #222d3f;
}
.meta, .meta-mobile {
	position: absolute;
	bottom: -90px;
	left: 270px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #222d3f;
	font-size: 18px;
	font-style: italic;
}
.meta-translate {
	margin-top: 5px;
}
.meta-mobile {
	display: none;
	position: relative;
	bottom: 0;
	left: 0;
	text-align: left;
	font-size: 14px;
}
.share-links {
	margin-top: 20px;
}
.share-on-main {
	height: 35px;
	margin-top: 5px;
	position: absolute;
	top: 3px;
	left: 245px;
}
.share-links img {
    width: 35px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    vertical-align: bottom;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    opacity: 1;
}
.big-share img {
	width: 50px;
}
.share-links img:hover {
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    -webkit-animation-name: heartbeat-big;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat-big;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat-big;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}
.postmetadata {
	margin-top: 50px;
}
.cat-tags {
	margin-top: 40px;
	overflow-x: scroll;
    overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
    white-space: nowrap;
}
.cat a, .tags a, .cat-inline a {
	font-size: 16px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	color: white;
	display: inline-block;
	padding: 4px 8px 4px 8px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
}
.cat-inline {
	position: absolute;
	z-index: 100;
	left: 5px;
	bottom: 5px;
}
.cat-inline a {
	box-shadow: 0 0 7px rgba(34, 45, 63, 0.75);
    -webkit-box-shadow: 0 0 7px rgba(34, 45, 63, 0.75);
    -moz-box-shadow: 0 0 7px rgba(34, 45, 63, 0.75);
}
.cat a, .cat-inline a {
	background: #48c3f1;
}
.cat a:hover, .cat-inline a:hover {
	background: #0489B1;
	cursor: pointer;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}
.tags a {
	background: #54b847;
}
.tags a:hover {
	background: #088A08;
cursor: pointer;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}
.entry p {
    font-size: 16px;
}
.entry h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 20px;
	text-align: left;
	color: black;
	margin-top: 15px;
	font-style: normal;
}
.entry h1 {
	margin-top: 50px;
	text-align: left;
    font-size: 30px;
}
.entry a {
	color: #222d3f;
    text-decoration: none;
    border-bottom: 1px dotted #222d3f;
}
.entry a:hover {
    border-bottom: 1px solid #222d3f;
}
.entry p img {
		max-width: 100%;
    	height: auto;
    	width: auto\9;
		display: block;
		margin: 0 auto;
}
.fb_iframe_widget_lift, .fb_ltr {
	margin-top: 0;
}


/* --------------------- POST NAV --------------------- */
.nav-prev, .nav-next, .nav-next-mobile, .nav-prev-mobile {
	width: 45%;
	white-space: nowrap;
  	overflow-x: hidden;
  	text-overflow: ellipsis;
}
.nav-prev, .nav-prev-mobile {
	float: left;
	text-align: left;
}
.nav-next, .nav-next-mobile {
	float: right;
	text-align: right;
}
.nav-prev-mobile, .nav-next-mobile {
	display: none;
}
.nav-next a, .nav-prev a, .nav-next-mobile a, .nav-prev-mobile a {
	display: inline-block;
	max-width: 95%;
	white-space: nowrap;
  	overflow-x: hidden;
  	text-overflow: ellipsis;
    color: #fff !important;
    text-decoration: none;
   	padding: 10px 20px;
    background-color: #222d3f;
    cursor: pointer;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 12px;
	-moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.nav-next a:hover, .nav-prev a:hover, .nav-next-mobile a:hover, .nav-prev-mobile a:hover {
	background-color: #48c3f1;
    cursor: pointer;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}
.author-holder {
	margin-bottom: 0 !important;
}

/* --------------------- WIDGETS --------------------- */
.widget-search {
    width: 100%;
	max-width: 800px;
	margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    color: #222d3f;
}
.widget-search-right {
    float: right;
    width: 35%;
}
.widget-search-right input {
    background: #222d3f;
    height: 50px;
    width: 100%;
    max-width: 300px;
    color: white;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.widget-search-right input:hover {
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    background: #0489B1;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}
.widget-search-left {
    float: left;
    width: 63%;
}
.widget-search-left input {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 18px;
    font-weight: 400;
    border: 1px solid #222d3f;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
}
.widget-search-left input:focus {
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    box-shadow: 0 0 10px rgba(34, 45, 63, 0.25);
    -webkit-box-shadow: 0 0 10px rgba(34, 45, 63, 0.25);
    -moz-box-shadow: 0 0 10px rgba(34, 45, 63, 0.25);
}

.widget-categories {
	float: left;
	width: 48%;
	display: inline;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    color: #222d3f;
}
.widget-categories a {
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
	color: white;
	display: inline-block;
	padding: 6px 10px 6px 10px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	background: #48c3f1;
	font-weight: 500;
	margin: 5px 2px 5px 2px;
}
.widget-categories a:hover {
	background: #0489B1;
	cursor: pointer;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}

.widget-tags {
	float: right;
	width: 48%;
	display: inline;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    color: #222d3f;
}
.widget-tags a {
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	color: white;
	display: inline-block;
	padding: 6px 10px 6px 10px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	background: #54b847;
	font-weight: 500;
	margin: 5px 2px 5px 2px;
}
.widget-tags a:hover {
	background: #088A08;
	cursor: pointer;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}

/* --------------------- SEARCH ADS CASE STUDY GRAPHS --------------------- */
.search-ad-case-study-post-graph {
	display: inline-block !important;
	width: 32%;
}
.search-ad-case-study-post-graph:nth-of-type(2) {
	margin: 0 2% 0 2%;
}


/* --------------------- TOOLTIPS --------------------- */
a.tooltips {
  position: relative;
  display: inline-block;
}
a.tooltips span {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 500;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.45);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.45);
    box-shadow: 0 0 10px rgba(0,0,0,0.45);
    position: absolute;
    width:140px;
    color: #FFFFFF;
    background: #54b847;
    height: 30px;
    line-height: 30px;
    text-align: center;
    visibility: hidden;
    border-radius: 6px;
}
a.tooltips span:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -8px;
    width: 0; height: 0;
    border-right: 8px solid #54b847;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}
a:hover.tooltips span {
    visibility: visible;
    opacity: 1;
    left: 100%;
    top: 50%;
    margin-top: -15px;
    margin-left: 5px;
    z-index: 999;
}

/* --------------------- ONLY MOBILE --------------------- */
.only-mobile, .only-mobile-smaller {
	display: none;
}



/* --------------------- SCREEN < 920px --------------------- */

@media screen and (max-width: 920px) {
    .logo {
        width: 24%;
        font-size: 16px;
    }
    .navigation {
        width: 76%;
    }
    .nav_button {
        font-size: 10px;
    }
    .dashboard-feature-left, .dashboard-feature-right {
        float: none;
        width: 100%;
        clear: both;
        text-align: center;
    }
    .dashboard-feature-right div:first-of-type, .dashboard-feature-left div:first-of-type {
        margin-top: 40px;
    }
    .dashboard-spacer {
        display: block;
        height: 50px;
    }
    .dashboard-feature-right img.dashboard-lazy, .dashboard-feature-left img.dashboard-lazy {
        max-height: 1000px;
    }
}

/* --------------------- SCREEN < 800px --------------------- */

@media screen and (max-width: 800px) {
    h1 {
        font-size: 42px;
    }
    .column-csv-column-left {
        float: none;
        text-align: center;
        width: 100%;
    }
    .column-csv-column-right {
        float: none;
        text-align: center;
        width: 100%;
        margin-top: 50px;
    }
    .column-convert-box {
        font-size: 18px;
        width: 100%;
    }
    .contact-pop {
        width: 90%;
        height: 90%;
        max-height: 800px;
        max-width: 100%;
    }
    .get-started-service-button {
        font-size: 20px;
        max-width: 350px;
    }
    .big-back, .big-back .innerwrap {
        height: auto;
        min-height: 100vh;
        padding-top: 75px;
    }
    .big-back .innerwrap, .start-with .innerwrap {
        display: block;
        align-items: center;
    }
    .big-back-scroll-down {
        display: none;
    }
    .big-back-phones {
        float: none;
        width: 100%;
        margin-top: 80px;
        margin-bottom: 80px;
        -ms-transform: scale(1,1);
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
    }
    .big-back-phones img.big-back-phones-back, .big-back-phones img.big-back-phones-cover {
        left: 0%;
        height: auto;
        width: 90%;
        margin: 0 auto;
    }
    .big-back-phones div.big-back-phones-wrap {
        margin: 0 auto;
        left: 17% !important;
        width: 68% !important;
        height: 72.75% !important;
    }
    .big-back-text {
        float: none;
        width: 100%;
        padding-top: 0px;
    }
    .big-back-text h1 {
        color: white;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-size: 50px;
        text-align: center;
    }
    .big-back-text div:first-of-type {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        color: white;
        font-size: 32px;
        text-align: center;
    }
    .big-back-text img {
        width: 90%;
        margin: 0 auto;
        display: block;
    }
    .big-back-text-buttons {
        margin-top: 40px;
        text-align: center;
    }
    .big-back-text-buttons button, .big-back-text-buttons button:last-of-type {
        width: 75%;
        max-width: 300px;
        display: block;
        margin: 15px auto;
    }
    .page-top-wrapper {
        padding-top: 110px;
    }
    .page-top-wrapper .innerwrap {
        display: block;
        align-items: center;
    }
    .page-top-wrapper-left {
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }
    .page-top-wrapper-left h1, .page-top-wrapper-left p {
        text-align: center;
    }
    .page-top-wrapper-right {
        float: none;
        width: 100%;
        margin-top: 40px;
    }
    .service-holder-left, .service-holder-right, .service-holder:nth-of-type(odd) .service-holder-left {
        float: none;
        width: 100%;
    }
    .service-holder-right {
        margin-top: 30px;
    }
    .service-holder-left, .service-holder:nth-of-type(odd) .service-holder-left {
        min-height: 175px;
    }
    .service-holder-left div {
        display: none;
    }
    .service-holder-left, .service-holder:nth-of-type(odd) .service-holder-left {
        background-size: 100% auto;
    }
    .core-pricing-wrapper {
        position: relative;
        display: inline;
        -webkit-align-items: stretch;
        -moz-align-items: stretch;
        align-items: stretch;
    }
    .pricing-option-top-arrow {
        display: none;
    }
    .call-button button {
        font-size: 24px;
    }
    .main-logo-welcome {
        border: 0;
        width: 90%;
        height: auto;
        width: auto\9;
    }
    .welcome-contact {
        position: relative;
        top: 0;
        width: 100%;
        max-width: 100%;
    }
    .main-tagline-welcome {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
        font-size: 40px;
    }
    .welcome-logo-holder {
        width: 100%;
        text-align: center;
    }
    .press-event-date {
        width: 30%;
    }
    .press-event-details {
        width: 70%;
    }
    .price-middle, .price-left, .price-right {
		float: none;
		width: 100%;
		display: block;
		margin-left: 0;
		margin-right: 0;
		margin-top: 10px;
        border: 1px solid #222d3f;
	}
    .detail-title {
    	font-size: 20px;
    }
    .detail-description {
        font-size: 18px;
    }
    .package-name {
    	font-size: 42px;
    }
    .package-price {
    	font-size: 28px;
    }
    .price-middle-links, .price-left-links, .price-right-links {
		float: none;
		width: 100%;
		display: block;
		margin-left: 0;
		margin-right: 0;
		margin-top: 0;
        border: 1px solid #222d3f;
	}
    .detail-title-links {
    	font-size: 20px;
    }
    .detail-description-links {
        font-size: 18px;
    }
    .package-name-links {
    	font-size: 42px;
    }
    .package-price-links {
    	font-size: 28px;
    }
    .integration-images-left {
        width: 100%;
        float: none;
    }
    .bottom-contact-bar {
        font-size: 16px;
    }
    .integration-images-right {
        width: 100%;
        float: none;
    }
    .main-logo {
        max-width: 350px;
    }
    .newsletter-left {
        float: none;
        width: 100%;
    }
    .newsletter-left input {
        width: 45%;
        height: 50px;
        padding: 10px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        font-size: 18px;
        font-weight: 400;
        border: 1px solid #222d3f;
        transition: all .2s linear;
        -moz-transition: all .2s linear;
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
    }
    .newsletter-left input:last-of-type {
        width: 91%;
        margin-top: 5px;
    }
    .newsletter-right {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .ready-left, .ready-right {
        width: 100%;
        float: none;
        text-align: center;
    }
    .ready-right button {
        margin-top: 30px;
    }
    .get-know-right, .get-know-left, .start-with-right, .start-with-left {
        width: 100%;
        float: right;
        text-align: center;
    }
    .get-know-left {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .get-know-right div, .get-know-right input, .get-know-right button {
        margin: 15px auto;
        width: 90%;
    }
    .start-with-right img {
        margin-top: 50px;
    }

    .how-left {
        width: 100%;
        float: none;
        display: block;
        margin-bottom: 30px;
    }
    .how-middle {
        width: 100%;
        margin-left: 0%;
        display: block;
        float: none;
        margin-bottom: 30px;
    }
    .how-right {
        width: 100%;
        float: none;
        display: block;
    }
    .form-left {
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }
    .form-right {
        float: none;
        width: 100%;
    }
    .member-name {
        display: none;
    }
    .member-name-mobile {
        display: block;
    }
    .member-bio p {
        padding-left: 0px;
    }
    .left-service {
        width: 100%;
        float: none;
    }
    .right-service {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-left: 0;
    }
    .results-graph {
        width: 100%;
    }
    p {
        font-size: 16px;
    }
    .member-picture {
        float: none;
        display: block;
        margin-right: 0;
        padding: 0;
        margin: 20px auto 0 auto;
        width: 210px;
        height: 210px;
    }
    .member-photo {
        margin: 0;
        padding: 0;
        width: 200px;
        height: 200px;
    }
    .member-linkedin {
        width: 40px;
        margin-top: 10px;
    }
    #call {
        display: block;
    }
    .logo {
        float: left;
        text-align: left;
        width: 75%;
        height: 50px;
        line-height: 50px;
        font-weight: 400;
        color: white;
        font-size: 18px;
        font-family: 'Montserrat', sans-serif;
    }
    .service-icon-wrap {
        display: none;
    }
    .mobile_nav {
        display: block;
        float: right;
        text-align: right;
        width: 25%;
        height: 50px;
        line-height: 50px;
    }
    .navigation {
        display: none;
    }
    #mobile_menu {
        width: 75px;
        padding-top: 8px;
        padding-bottom: 8px;
        border: 1px solid white;
        background: transparent;
        color: white;
        transition: all .2s linear;
        -moz-transition: all .2s linear;
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
    }
    #mobile_menu:hover {
        transition: all .2s linear;
        -moz-transition: all .2s linear;
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
    }
    .photos {
        float: none;
        width: 100%;
        text-align: center;
        font-size: 12px;
        font-weight: 300;
        font-style: italic;
    }
    .photo {
        float: none;
        width: 100%;
        text-align: center;
    }
    .address {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .phone {
        width: 100%;
        text-align: center;
    }
    .seen img {
        max-height: 45px;
        max-width: 50%;
        display: block;
        margin: 40px auto;
    }
    .client-img-holder {
        width: 100%;
        display: block;
    }
    .client-img {
        height: 120px;
        max-width: 40%;
        height: auto;
        width: auto\9;
    }
    .product-page-screenshot:hover, .creative-screenshot:hover, .creative-icon:hover, .creative-header:hover {
        -moz-transition: all 0 linear;
        -webkit-transition: all 0 linear;
        -o-transition: all 0 linear;
        -webkit-animation-name: heartbeat;
        -webkit-animation-duration: 0;
        -webkit-transform-origin: 50% 50%;
        -webkit-animation-iteration-count: 0;
        -webkit-animation-timing-function: linear;
        -moz-animation-name: heartbeat;
        -moz-animation-duration: 0;
        -moz-transform-origin: 50% 50%;
        -moz-animation-iteration-count: 0;
        -moz-animation-timing-function: linear;
        -o-animation-name: heartbeat;
        -o-animation-duration: 0;
        -o-transform-origin: 50% 50%;
        -o-animation-iteration-count: 0;
        -o-animation-timing-function: linear;
    }
    h1.post-title-mobile {
		display: block;
		text-align: center;
		margin-bottom: 10px;
	}
	h1.post-title {
		display: none;
	}
	.meta {
		display: none;
	}
	.nav-next, .nav-prev {
		display: none;
	}
	.nav-next-mobile, .nav-prev-mobile {
		display: block;
	}
	.only-mobile {
		display: block;
	}
    .only-desktop {
        display: none;
    }
	.blog-post-preview-content-excerpt p {
		font-size: 14px;
	}
	.blog-post-preview-content-title h1 {
		font-size: 20px;
	}
	.blog-post-preview-content-date {
		font-size: 14px;
	}
	.search-ad-case-study-post-graph:nth-of-type(2) {
		margin: 0;
	}
	.search-ad-case-study-post-graph {
		display: block !important;
		width: 100%;
		margin-bottom: 20px !important;
	}

    .get-started-input-holder {
        display: block !important;
        float: none !important;
        width: 100% !important;
        margin: 0 !important;
    }
    .get-started-check-container {
        width: 33%;
        margin-top: 30px;
    }
}

/* --------------------- END SCREEN < 800px --------------------- */



/* --------------------- SCREEN < 700px --------------------- */
@media screen and (max-width: 700px) {
	.share-on-main {
		height: 25px;
		margin-top: 10px;
		position: absolute;
		top: 3px;
		left: 245px;
	}
	.share-on-main img {
		width: 25px;
	}
	.blog-post-preview-content-read-more {
		bottom: 10px;
		width: 50%;
		height: 30px;
    	max-width: 150px;
	}
	.blog-post-preview-content-read-more button {
    	height: 30px;
    	font-size: 12px;
	}
	.widget-tags, .widget-categories {
		float: none;
		width: 100%;
	}
	.only-mobile-smaller {
		display: block;
	}
    .get-started-check-container {
        width: 50%;
    }
}
/* --------------------- END SCREEN < 700px --------------------- */


/* --------------------- SCREEN < 575px --------------------- */
@media screen and (max-width: 575px) {
	.blog-post-preview {
		width: 100%;
		max-height: 100000px;
		display: inline-block;
	}
	.blog-post-preview-content {
		min-height: 100px;
	}
	.blog-post-preview-content-title h1 {
		padding: 20px;
		font-size: 26px;
		text-align: center;
	}
	.blog-post-preview-content-date {
		text-align: center;
		margin-bottom: 20px;
	}
	.blog-post-preview-image {
		position: relative;
		width: 100%;
		float: none;
		display: block;
		margin-right: 0px;
		min-width: 100px;
	}
	.blog-post-preview-content-excerpt {
		display: none;
	}
	.blog-post-preview-bottom-bar {
		position: relative;
		bottom: 0;
		width: 100%;
		height: 100px;
		padding: 10px 0 10px 0;
	}
	.share-on-main {
		height: 45px;
		margin: 0px auto;
		position: relative;
		left: 0;
	}
	.share-on-main img {
		width: 40px;
	}
	.blog-post-preview-content-read-more {
		width: 100%;
		height: 45px;
		right: 0;
		max-width: 100%;
	}
	.blog-post-preview-content-read-more button {
    	height: 45px;
    	font-size: 14px;
		display: block;
		width: 90%;
		margin: 0 auto;
	}
}
/* --------------------- END SCREEN < 575px --------------------- */


/* --------------------- SCREEN < 400px --------------------- */
@media screen and (max-width: 400px) {
	.blog-post-preview {
		width: 100%;
		max-height: 100000px;
		display: inline-block;
	}
	.share-on-main {
		height: 35px;
		margin: 0px auto;
		position: relative;
		left: 0;
	}
	.share-on-main img {
		width: 30px;
	}
	.blog-post-preview-content-title h1 {
		font-size: 26px;
	}
}
/* --------------------- END SCREEN < 400px --------------------- */


/* --------------------- ANIMATIONS --------------------- */
@-o-keyframes heartbeat {
    0% {
        -o-transform: scale(1);
    }
    50% {
        -o-transform: scale(0.9);
    }
    100% {
        -o-transform: scale(1);
    }
}
@-moz-keyframes heartbeat {
    0% {
        -moz-transform: scale(1);
    }
    50% {
        -moz-transform: scale(0.9);
    }
    100% {
        -moz-transform: scale(1);
    }
}
@-webkit-keyframes heartbeat {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
    }
}
@keyframes heartbeat {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}

@-o-keyframes heartbeat-big {
    0% {
        -o-transform: scale(1);
    }
    50% {
        -o-transform: scale(1.5);
    }
    100% {
        -o-transform: scale(1);
    }
}
@-moz-keyframes heartbeat-big {
    0% {
        -moz-transform: scale(1);
    }
    50% {
        -moz-transform: scale(1.5);
    }
    100% {
        -moz-transform: scale(1);
    }
}
@-webkit-keyframes heartbeat-big {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.5);
    }
    100% {
        -webkit-transform: scale(1);
    }
}
@keyframes heartbeat-big {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}


@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
@-webkit-keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
  }
}
@-moz-keyframes shake {
  10%, 90% {
    -moz-transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    -moz-transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    -moz-transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    -moz-transform: translate3d(4px, 0, 0);
  }
}
@-o-keyframes shake {
  10%, 90% {
    -o-transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    -o-transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    -o-transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    -o-transform: translate3d(4px, 0, 0);
  }
}

@keyframes scrollDownArrow {
    0% {
        bottom: 5px;
    }
    50% {
        bottom: 15px;
    }
    100% {
        bottom: 5px;
    }
}
