/*   
    Theme Name:        The ASO Project
    Theme URI:         https://blog.theasoproject.com
    Description:       Theme for The ASO Project’s Blog
    Author:            Todd Dunham
    Author URI:        https://www.linkedin.com/in/todd-dunham-0687a845/
    Version:           1.0
*/


/* --------------------- 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{}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;
}
em {
	font-style: normal;
}
html, body {
    font-weight: normal;
    background-color: white;
    font-size: 100%;
    font-family: 'Montserrat', sans-serif;
	font-weight: 300;
    color: #222d3f;
}
/* OLD CODE REMOVED
h1 {
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 28px;
    margin: 0;
    padding: 0;
    color: #54b847;
}
*/
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: 300;
    text-align: center;
    font-size: 18px;
    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;
}
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;
}

/* --------------------- 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: 99999;
    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: 11;
}
.small_head_second {
		clear: both;
    	width: 96%;
    	max-width: 1200px;
    	margin: 0 auto;
    	height: 40px;
    	z-index: 11;
}
.sub_nav {
	height: 19px;
	margin-top: 8px;
	width: 30%;
	float: left;
}
.sub_search {
	height: 36px;
	width: 70%;
	float: right;
	text-align: right;
}
.sub_search::after {
    content:"";
    display:block;
    clear:both;
}
.sub_search form input[type="text"] {
	height: 35px;
	color: white;
	margin-right: -4px;
	border: 0;
	border: 2px solid white;
	background: rgba(255,255,255,0);
	padding: 2px 5px 2px 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.sub_search form input[type="text"]:focus, .sub_search form input[type="text"]:hover {
	background: rgba(255,255,255,0.25);
	transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.sub_search form input[type="submit"] {
	background: white;
	color: #222d3f;
	height: 35px;
	border: 0;
	padding: 2px 5px 2px 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.sub_search form input[type="submit"]:hover {
	background: rgba(255,255,255,0.75);
	transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.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: 3px 4px;
    border: 0;
    background: transparent;
    color: white;
    font-size: 10px;
    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: #54b847;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    border-bottom: 1px solid rgba(84, 184, 71, 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: #54b847;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
}
.mobile_nav {
    display: none;
	z-index: 101;
    float: right;
    text-align: right;
    width: 75%;
    height: 50px;
    line-height: 50px;
}
ul.mobile_menu_drop {
	z-index: 101;
    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: 200px;
    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: #54b847;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
}
.selected {
    color: #54b847;
    border-bottom: 1px solid #54b847;
}
.selected_m {
    color: #54b847;
}

/* --------------------- 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_logo {
    display: block;
    margin: 0 auto;
    width: 70px;
}
.footer_buttons {
    width: 100%;
    margin-top: 30px;
    text-align: center;
}
.copyright {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
}
.social_logos {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.social_logos img {
    width: 40px;
    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 img:hover {
    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 --------------------- */

.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 {
    width: 280px;
    height: 60px;
    color: white;
    margin-bottom: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.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;
}

/* OLD CODE REMOVED
p {
    text-align: justify;
    font-size: 16px;
    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;
}
.content_area {
	position: relative;
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
    left: 0;
    font-weight: 300;
    text-align: center;
    padding-bottom: 50px;
}
.content_area_full {
    width: 100%;
    left: 0;
    font-weight: 300;
    text-align: center;
    margin-top: -65px;
}
.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;
}

.service-holder {
    width: 100%;
    margin-bottom: 80px;
}
.service-picture {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-bottom: 5px solid #54b847;
}
.service-bio {
    padding-top: 10px;
}
.service-bio p {
    font-size: 16px;
}
.service-name {
    text-align: left;
    font-size: 26px !important;
    font-weight: 700;
    margin-bottom: 0px;
    font-family: 'Montserrat', sans-serif;
}
.get-started-service-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-service-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;
}
.service-photo {
    width: 100%;
    height: auto;
    margin-top: 20px;
    border-bottom: 5px solid #48c3f1;
}
.services-box {
    width: 100%;
}
.locations-box {
    width: 100%;
    margin-top: 80px;
}
.left-service {
    width: 48%;
    float: left;
}
.right-service {
    width: 48%;
    float: right;
    margin-right: 0;
    margin-left: auto;
}
.contact-form {
    margin-top: 20px;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}
.contact-form input {
    height: 55px;
    border: 1px solid #222d3f;
    color: #222d3f;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    outline: 0;
    padding: 5px;
    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 textarea {
    height: 155px;
    width: 100%;
    resize: none;
    border: 1px solid #222d3f;
    color: #222d3f;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    outline: 0;
    padding: 5px;
    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.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);
}
.form-left {
    float: left;
    width: 49%;
}
.form-right {
    float: right;
    width: 49%;
}
input.error-field, textarea.error-field {
    border: 1px solid #FE2E2E;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    box-shadow: 0 0 10px rgba(254, 46, 46, 0.25);
    -webkit-box-shadow: 0 0 10px rgba(254, 46, 46, 0.25);
    -moz-box-shadow: 0 0 10px rgba(254, 46, 46, 0.25);
}
.contact-form button {
    background: #222d3f;
    width: 200px;
    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;
}
.contact-form 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;
}
.innerwrap {
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
}
.oneline {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    padding: 80px 0 80px 0;
    background: white;
}
.how {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    padding: 100px 0 100px 0;
    background: #54b847;
    color: white;
}
.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: 0;
    background: white;
}
.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: 200px;
}
.simply-scroll .simply-scroll-clip {
    width: 100%;
    height: 200px;
}
.simply-scroll .simply-scroll-list li {
    float: left;
    width: 280px;
    height: 200px;
}


/* --------------------- TESTIMONIALS --------------------- */
.testimonial {
    width: 100%;
    padding: 50px 0 50px 0;
    background: #48c3f1;
    color: white;
}
.testimonial-text {
    font-style: italic;
    text-align: left;
    font-size: 18px;
    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;
}



/* --------------------- 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: 1000000000000000000;
    display: none;
}
.contact-pop {
    text-align: center;
    border: 5px solid rgba(84, 184, 71, 1);
    width: 90%;
    height: 90%;
    max-height: 720px;
    max-width: 650px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    background: white;
    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;
}

/* --------------------- SEARCH --------------------- */
.search-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: 1000000000000000000;
    display: none;
}
.search-pop {
    text-align: center;
    border: 5px solid rgba(84, 184, 71, 1);
    width: 90%;
    height: 90%;
    max-height: 325px;
    max-width: 650px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    background: white;
    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;
}
.search-right {
    width: 100%;
	margin-top: 20px;
}
.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;
}
.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;
}
.search-left {
    width: 100%;
}
.search-left input {
	text-align: center;
    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;
}
.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);
}

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

.newsletter-pop-holder {
    position: fixed;
    width: 98%;
    margin-right: 1%;
    margin-bottom: 1%;
    height: auto;
    max-width: 800px;
    right: -1000px;
    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%;
    height: 100%;
    background: white;
    padding: 15px;
    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, #pop-close-search {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 25px;
    background: transparent;
    color: rgba(34, 45, 63, 1);
    border: 0;
}
.newsletter {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    padding: 50px 0 50px 0;
    background: white;
    color: #222d3f;
}
.nl-no-margin {
    padding: 10px;
}
.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: 100000000000000000000;
    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;
}

/* --------------------- NEW PRICING PAGE --------------------- */


/* --------------------- 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%;
    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;
}


/* --------------------- 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 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 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;
}
.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;
    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;
    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: 8px;
    }
}

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

@media screen and (max-width: 800px) {
    .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-pop {
        max-height: 400px;
    }
    .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;
    }
    .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;
    }
    .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;
		z-index: 60;
    }
    #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;
    }
	.big-picture-post {
		height: 200px;
		margin-bottom: 125px;
	}
	.innerwrap-post {
		height: 200px;
	}
	.big-picture-post-img-wrap {
		height: 200px;
	}
	img.post-img {
		left: 0;
		right: 0;
		height: 200px;
		width: 200px;
		bottom: -100px;
		margin: 0 auto;
	}
	.meta-mobile {
		display: block;
		text-align: center;
	}
	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;
	}
	.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;
	}
}

/* --------------------- 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;
		text-align: center;
	}
	.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;
	}
}
/* --------------------- 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;
		text-align: center;
	}
	.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);
  }
}