#nav .accordion,
#nav .accordion .slide ul,
#nav .sublinks,
.nav-area .links,
.globalscale-block .contactinfo .info,
.globalscale-block .info-area {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.container:after,
#header:after,
#nav .accordion .slide ul:after,
.marketing-block .text:after,
.globalscale-block .contactinfo:after,
.globalscale-block .contactinfo .info:after,
.globalscale-block .info-area:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

#header .logo img,
.news-block .image-holder img,
.case-block .case-item .image-holder img,
.marketing-block .image-monitor img {
	width: 100%;
	height: auto;
	display: block;
}

body:before,
.services-block .article:after,
.visual .caption {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    font-family: 'Avenir', Helvetica, sans-serif !important;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 23px; /* was 30px */
    line-height: 2.3rem; /* was 3em */
}

img {
	max-width: 100%;
	height: auto;
}

.gm-style img {
	max-width: none;
}



[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: "mediamath";
	font-style: normal;
	font-weight: normal;
	display: inline-block;
	text-decoration: inherit;
	font-variant: normal;
	text-transform: none;
}

.icon-search:before {
	content: "\e800";
}

.icon-globe:before {
	content: "\e801";
}

.icon-angle-up:before {
	content: "\e802";
}

.icon-angle-down:before {
	content: "\e803";
}

.icon-angle-right:before {
	content: "\e804";
}

.icon-angle-left:before {
	content: "\e805";
}

.icon-left-open:before {
	content: "\e806";
}

.icon-right-open:before {
	content: "\e807";
}

.icon-up-open:before {
	content: "\e808";
}

.icon-down-open:before {
	content: "\e809";
}

.icon-down-rounded:before {
	content: "\e80a";
}

.icon-icon-arrow:before {
	content: "\e80b";
}

.icon-right:before {
	content: "\e80c";
}

.icon-left:before {
	content: "\e80d";
}

.icon-down-circle:before {
	content: "\e80e";
}

.icon-left-circle:before {
	content: "\e80f";
}

.icon-right-circle:before {
	content: "\e810";
}

.icon-facebook:before {
	content: "\e811";
}

.icon-twitter:before {
	content: "\e812";
}

.icon-youtube-play:before {
	content: "\e813";
}

.icon-linkedin:before {
	content: "\e814";
}

.icon-gplus:before {
	content: "\e815";
}

.icon-alpha:before {
	content: "\e900";
}

.icon-ico4:before {
	content: "\e816";
}

.icon-ico3:before {
	content: "\e817";
}

.icon-ico2:before {
	content: "\e818";
}

.icon-ico1:before {
	content: "\e819";
}

.icon-quotes:before {
	content: "\e81a";
}

.icon-users:before {
	content: "\e81b";
}

.icon-notebook:before {
	content: "\e81c";
}

.icon-fourw:before {
	content: "\e81d";
}

.icon-digit:before {
	content: "\e81e";
}

.icon-mappin:before {
	content: "\e81f";
}

body:before {
	position: fixed;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	content: "";
	right: 0;
	opacity: 0;
	box-shadow: inset 0 -3px 5px rgba(0, 0, 0, .6);
	background: rgba(255, 255, 255, .8);
}

body.nav-active:before {
	right: 222px;
	opacity: 1;
	z-index: 1000;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

a {
	text-decoration: none;
}

.container {
	max-width: 1020px;
	margin: 0 auto;
	padding: 0 10px;
}

#wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 100%;
	/* padding-bottom: 45px; */
}

@-webkit-keyframes fadeInFromNone {
    0% {
        visibility:hidden; 
        opacity: 0;
    }

    50% {
        visibility:visible; 
        opacity: 0.5;
    }	

    100% {
        visibility: visible; 
        opacity: 1;
    }
}
@-ms-keyframes fadeInFromNone {
    0% {
        visibility:hidden; 
        opacity: 0;
    }

    100% {
        visibility: visible; 
        opacity: 1;
    }	
}
@keyframes fadeInFromNone {
    0% {
        visibility:hidden; 
        opacity: 0;
    }

    100% {
        visibility: visible; 
        opacity: 1;
    }	
}



.home span, .home p, .home strong {
	font-family: 'Avenir', Helvetica, sans-serif;
}

.glyphicon { font-family: 'mediamath' !important; }

.home #header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
}

.home #header .header-holder {
	max-width: inherit;
}

.home #header .logo-holder {
	padding: 15px 0 0;
}

.home #header .nav-area {
	padding: 17px 10px 8px 12px;
}

.home #header.sticky .tagline {
	color: #686968;
}

.home #header.sticky .logo-holder {
	padding: 11px 0 0;
	visibility: visible; 
}

.home #header.sticky .nav-area {
	padding: 17px 10px 8px 12px;
}

.home #header.sticky .nav-area .links li a {
	color: #999;
}

.home #header.sticky .nav-area .links li a:before {
	color: #333;
}

.home #header.sticky .nav-area .links li a.btn-default {
	color: #fff;
}

.home #header.sticky .nav-opener .menu-btn span,
.home #header.sticky .nav-opener .menu-btn:before,
.home #header.sticky .nav-opener .menu-btn:after {
	background: #333;
}

.home #header .tagline {
	color: #fff;
}

.home #header .nav-area .links li a {
	color: #999;
}

.home #header .nav-area .links li a:before {
	color: #333;
}

.home #header .nav-area .links li a.btn-default {
	color: #fff;
}

.home #header .nav-area .links li a,
.page-id-5945 .nav-area .links li a,
.page-id-5945 .nav-area .links li a:before,
.page-id-5945 #header .tagline {
	color: #fff;
}

.home #header .nav-area .links li a:before {
	color: #fff;
}

.home #header .nav-opener .menu-btn span,
.home #header .nav-opener .menu-btn:before,
.home #header .nav-opener .menu-btn:after {
	background: #fff;
}

.home.nav-active #header.sticky .nav-area .links li a {
	color: #fff;
}

.home.nav-active #header.sticky .nav-area .links li a:before {
	color: #fff;
}

.home.nav-active #header.sticky .nav-opener .menu-btn span,
.home.nav-active #header.sticky .nav-opener .menu-btn:before,
.home.nav-active #header.sticky .nav-opener .menu-btn:after,
.page-id-5945 .nav-opener .menu-btn span, .page-id-5945 .nav-opener .menu-btn:before, .page-id-5945 .nav-opener .menu-btn:after {
	background: #fff;
}



.home .holder .bg-holder {
	background:url(/wp-content/themes/mediamath/images/bg1.jpg) no-repeat;
	width: 200%;
    background-position-x: -78px;
    height: 300px;
    position: absolute;
    background-size: contain;
}

#header {
	position: relative;
	z-index: 999;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#header.inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	min-width: 320px;
}

#header .header-holder {
	padding: 0 10px;
}

#header.sticky {
	position: fixed;
	background: #fff;
	left: 0;
	right: 0;
	top: 0;
	box-shadow: 0 0 6px rgba(0, 0, 0, .5);
}

#header.sticky .tagline {
	color: #686968;
}

#header.sticky .logo-holder {
	padding: 11px 0 0;
}

#header.sticky .nav-area {
	padding: 17px 10px 8px 12px;
}

#header.sticky .nav-area .links li a {
	color: #999;
}

#header.sticky .nav-area .links li a:before {
	color: #333;
}

#header.sticky .nav-area .links li a.btn-default {
	color: #fff;
}

#header.sticky .nav-opener .menu-btn span,
#header.sticky .nav-opener .menu-btn:before,
#header.sticky .nav-opener .menu-btn:after {
	background: #333;
}

#header .logo-holder {
	float: left;
	color: #fff;
	padding: 11px 0 0 0;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

#header .logo {
	display: inline-block;
	vertical-align: middle;
	width: 80px;
}

#header .tagline {
	display: none;
	margin: 3px 0 0 14px;
	font-size: 16px;
	letter-spacing: .2px;
	line-height: 20px;
	color: #686968;
}

#header .tagline sup {
	font-size: 6px;
	line-height: 6px;
	top: -9px;
}

.nav-active .nav-opener .menu-btn span {
	opacity: 0;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.nav-active .nav-opener .menu-btn:after,
.nav-active .nav-opener .menu-btn:before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	top: 7px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.nav-active .nav-opener .menu-btn:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}

.nav-active #nav {
	right: 0;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.nav-active #header .nav-area {
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.nav-active #header .nav-area .links li a {
	color: #fff;
}

.nav-active #header .nav-area .links li a:before {
	color: #fff;
}

.nav-active #header .nav-opener .menu-btn span,
.nav-active #header .nav-opener .menu-btn:before,
.nav-active #header .nav-opener .menu-btn:after {
	background: #fff;
}

.nav-active #header .nav-opener .text em {
	display: none;
}

.nav-active #header .nav-opener .text em.text-close {
	display: inline-block;
	vertical-align: top;
}

.nav-opener {
	display: block;
	width: 30px;
}

.nav-opener .menu-btn {
	width: 27px;
	height: 18px;
	position: relative;
	display: block;
	margin: 4px 0 4px;
}

.nav-opener .menu-btn span,
.nav-opener .menu-btn:before,
.nav-opener .menu-btn:after {
	position: absolute;
	left: 0;
	bottom: 1px;
	right: 0;
	height: 4px;
	background: #414141;
	content: "";
	border-radius: 2px;
	height: 3px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-opener .menu-btn:before,
.nav-opener .menu-btn:after {
	content: "";
	top: 0;
}

.nav-opener .menu-btn:after {
	top: 7px;
}

.nav-opener .menu-btn:hover {
	opacity: .8;
}

.nav-opener .text {
	display: block;
}

.nav-opener .text em {
	font-style: normal;
	display: inline-block;
	vertical-align: top;
}

.nav-opener .text em.text-close {
	display: none;
}

#nav {
	position: absolute;
	top: 0;
	right: -222px;
	background: #333;
	width: 222px;
	z-index: 999;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	padding: 0 0 0;
	border-left: solid 1px #fff;
	color: #999;
}

#nav:after {
	position: absolute;
	left: -1px;
	top: 100%;
	right: 0;
	content: "";
	background: #333;
	height: 9999px;
	border-left: solid 1px #fff;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .6);
}

#nav .nav-holder {
	overflow-y: auto;
	padding: 0 10px;
	width: 100% !important;
}

#nav .accordion {
	overflow: hidden;
	margin: 0 0 10px;
	padding-top: 61px;
}

#nav .accordion > li {
	overflow: hidden;
	border-bottom: solid 1px #707070;
	padding: 8px 0;
}

/*
#nav .accordion > li:nth-child(3) {
	padding: 8px 0;
}
*/

#nav .accordion > li.active .heading {
	color: #fff;
}

#nav .accordion > li.active .opener {
	color: #fff;
}

#nav .accordion > li.active .opener:before {
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

#nav .accordion > li.active .slide ul li a {
	color: #fff;
}

#nav .accordion > li.active .slide ul li a:hover {
	color: #999;
}

#nav .accordion .heading-holder {
	overflow: hidden;
}

    
    /*    Custom code for nav items */
    #menu-mm02products li:first-child {
/*        font-weight:bold !important;
        border-bottom:1px solid #ddd;*/
/*
        font-weight:600 !important;
        font-size:18px!important;
        text-transform:uppercase !important; 
*/
    }
    
/*    Custom code for nav items end */

#nav .accordion .heading-holder a {
	font-family: 'Avenir', Helvetica, sans-serif !important;
}

#nav .accordion .heading {
	display: inline-block;
	vertical-align: top;
	font-size: 25px;
	line-height: 30px;
	letter-spacing: -.3px;
	font-weight: 100;
	margin: 0 0 2px;
}

#nav .accordion .opener {
	display: block;
	position: relative;
	padding: 0 26px 0 0;
	font-size: 18px;
	line-height: 20px;
	font-weight: 300;
	color: #999;
}

#nav .accordion .opener:before {
	position: absolute;
	right: 0;
	font-size: 25px;
	line-height: 25px;
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
	-webkit-transition: -webkit-transform .2s linear;
	transition: transform .2s linear;
	bottom: -2px;
}

#nav .accordion .opener:hover {
	text-decoration: none;
	color: #fff;
}

#nav .accordion .opener span {
	display: block;
}

#nav .accordion .slide {
	overflow: hidden;
}

#nav .accordion .slide ul {
	padding: 5px 0;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
}

#nav .accordion .slide ul li {
	margin: 0;
}

#nav .accordion .slide ul li a {
	color: #999;
}

#nav .accordion .slide ul li a:hover {
	text-decoration: none;
	color: #fff;
}

#nav .sublinks {
	overflow: hidden;
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
	margin: 0 0 15px;
}

#nav .sublinks li {
	overflow: hidden;
}

#nav .sublinks li a {
	color: #999;
}

#nav .sublinks li a:hover {
	text-decoration: none;
	color: #fff;
}

.nav-area {
	float: right;
	padding: 17px 10px 8px 12px;
	position: relative;
	text-transform: uppercase;
	z-index: 1003;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.nav-area .links {
	margin: 0;
	font-size: 10px;
	line-height: 14px;
	font-weight: 700;
}

.nav-area .links li {
	text-align: center;
	padding: 0 5px;
	margin: 0 0 0 10px;
	display: inline-block;
	vertical-align: top;
}

.nav-area .links li:first-child {
	margin: 0;
}

.nav-area .links li a {
	color: #999;
	text-transform: uppercase;
	font-family: 'Avenir', Helvetica, sans-serif !important;
	cursor: pointer;
}

.nav-area .links > li a {
	display: block;
}

.nav-area .links li a:before {
	display: block;
	margin: 0 0 7px;
	font-size: 18px;
	line-height: 18px;
	color: #414141;
}

.nav-area .links li a:hover {
	text-decoration: none;
	opacity: .8;
}

.nav-area .links li a.icon-globe:before {
	font-size: 20px;
	margin: 0 0 6px;
	line-height: 20px;
}

.nav-area .links .btn-default {
	display: none;
	padding: 12px 12px 10px 12px;
	margin: 2px 0 0;
	font-weight: 700;
	color: #fff;
}

.btn-default {
	display: inline-block;
	vertical-align: top;
	border-radius: 2px;
	background: #54bceb;
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	padding: 11px 11px;
}

.video-block {
	overflow: hidden;
	position: relative;
	z-index: 3;
	background: #000;
	border-bottom: solid 1px #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, .8);
}

.video-block .holder {
	position: relative;
}

.video-block .video-holder {
	overflow: hidden;
	position: relative;
	height: 415px;
}

.video-block .video-holder .bg-stretch img {
	visibility: hidden;
}

.video-block .video-holder:after {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	content: "";
	height: 165px;
	z-index: 1;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .75) 0%, transparent 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, .75) 0%, transparent 100%);
	opacity: .8;
}

.video-block .video-holder:before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	top: 0;
	z-index: 1;
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .9) 0%, rgba(0, 0, 0, .2) 100%);
	background: linear-gradient(to top, rgba(0, 0, 0, .9) 0%, rgba(0, 0, 0, .2) 100%);
	opacity: 1;
}

.video-block a {
	color: #fff;
}

.video-block img {
/*
	display: block;
	position: relative;
	left: 50%;
	max-width: inherit;
	margin: 0 0 0 -600px;
	*/
}

.video-block .caption {
	position: static;
}

.video-block .cols-holder {
	margin: 0 -10px;
	overflow: hidden;
}

.video-block .cols-holder .col {
	float: left;
	width: 100%;
	padding: 0 10px;
}

.video-block .features {
	overflow: hidden;
	/* border-top: solid 2px #6b6765; */
}

.video-block .features .container {
	padding-top: 20px;
	padding-bottom: 20px;
}

.video-block .features .feature {
	overflow: hidden;
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 10px;
}

.video-block .features .feature h2 {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -1px;
	text-transform: uppercase;
	line-height: 28px;
	color: #f7a11a;
	margin: 0 0 4px;
}

.video-block .features .feature p {
	margin: 0 0 18px;
}

.video-block .features .feature .text {
	position: static;
	padding: 0;
	max-width: inherit;
}

.video-block .features .btn-holder {
	overflow: hidden;
	border-top: solid 1px #a8a3a1;
	padding: 10px 0 0;
}

.video-block .features .btn-holder .more {
	display: inline-block;
	vertical-align: top;
	position: relative;
	color: #a7a6a5;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 16px;
	padding: 0 24px 0 0;
    font-family: 'Avenir', Helvetica, sans-serif !important;
}

.video-block .features .btn-holder .more:before {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 16px;
	line-height: 16px;
}

.video-block .features .btn-holder .more:hover {
	text-decoration: none;
	color: #fff;
}

.video-block .text {
	overflow: hidden;
	max-width: 400px;
	position: absolute;
	left: 0;
	top: 150px;
	z-index: 15;
	padding: 0 10px;
}

.video-block .text h1 {
	border-bottom: solid 1px #fff;
	font-size: 25px;
	line-height: 30px;
	padding: 0 0 15px;
	margin: 0 0 10px;
	color: #fff;
	font-weight: 400;
	letter-spacing: -.5px;
}

.video-block .text .more {
	display: inline-block;
	vertical-align: top;
	position: relative;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: .7px;
	text-transform: uppercase;
	padding: 0 25px 0 0;
}

.video-block .text .more:before {
	position: absolute;
	right: 0;
	top: 0;
}

.video-block .text .more:hover {
	text-decoration: none;
	color: #a7a6a5;
}

.video-block .btn-down {
	position: absolute;
	left: 50%;
	bottom: 20px;
	width: 80px;
	margin: 0 0 0 -40px;
	font-size: 10px;
	line-height: 12px;
	display: none;
}

.video-block .btn-down .down-btn {
	display: block;
	width: 40px;
	margin: 0 auto 14px;
	height: 40px;
	border-radius: 100%;
	border: solid 4px #fff;
	position: relative;
}

.video-block .btn-down .down-btn:before {
	font-size: 30px;
	line-height: 30px;
	position: absolute;
	left: 6px;
	top: 2px;
}

.video-block .btn-down:hover {
	text-decoration: none;
	opacity: .8;
}

.fixed-state {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
}

.touch-device .fixed-state {
	position: static;
}

.touch-device .parallax {
	background: none !important;
}

.touch-device .parallax .bg-stretch {
	visibility: visible !important;
}

.touch-device .parallax .bg-stretch img {
	max-width: 99999px !important;
}

.news-block {
	overflow: hidden;
	background: #46b5e5 url(/wp-content/themes/mediamath/images/bg-pattren.jpg);
}

.news-block .container {
	padding-top: 20px;
	padding-bottom: 20px;
}

.news-block .news-slider {
	overflow: hidden;
	position: relative;
	color: #666;
	font-size: 12px;
	line-height: 18px;
}

.news-block .news-slider .mask {
	overflow: hidden;
	position: relative;
	margin: 0 -6px 15px -8px;
	padding: 15px 0 20px;
	border-bottom: solid 1px #fff;
}

.news-block .news-slider .mask.last-news:after {
	position: absolute;
	left: -12px;
	top: 9px;
	bottom: 22px;
	content: "";
	width: 20px;
	box-shadow: 8px 0 15px rgba(0, 0, 0, .5);
	z-index: 15;
}

.news-block .news-slider .mask:after {
	position: absolute;
	right: -14px;
	top: 9px;
	bottom: 22px;
	content: "";
	border-radius: 30px;
	width: 20px;
	box-shadow: -8px 0 15px rgba(0, 0, 0, .5);
	z-index: 15;
}

.news-block .news-slider .mask .mask-helper {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	height: 1px;
	width: 100%;
}

.news-block .news-slider .slideset {
	float: left;
	width: 9999px;
}

.news-block .news-slider .slide {
	float: left;
	width: 210px;
	height: 250px;
	margin: 0 6px 0 8px;
	position: relative;
	background: #fff;
	border-radius: 2px;
	overflow: hidden;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
}

.content-math .four-columns .story {
	border-radius: 2px;
	overflow: hidden;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
}

.news-block .news-slider .slide a {
	color: #666;
	display: block;
}

.news-block .news-slider .slide a:hover {
	text-decoration: none;
	opacity: .9;
}

.news-block .image-holder {
	overflow: hidden;
	position: relative;
	height: 113px;
}

.news-block .image-holder:after {
	position: absolute;
	height: 70px;
	right: 0;
	left: 0;
	bottom: 0;
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .9) 0%, transparent 100%);
	background: linear-gradient(to top, rgba(0, 0, 0, .9) 0%, transparent 100%);
	content: "";
	opacity: .8;
}

.news-block .image-holder .heading {
	position: absolute;
	left: 10px;
	right: 9px;
	bottom: 9px;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	z-index: 10;
}

.news-block .text {
	overflow: hidden;
	padding: 10px 9px 0;
	/* word-break: break-all; */
}

.news-block .text p {
	margin: 0 0 11px;
}

.news-block .btn {
	display: block;
	margin: 0 -9px;
	border-top: solid 1px #ccc;
	font-size: 14px;
	line-height: 18px !important;
	color: #e0386f;
	text-align: left;
	font-weight: 700 !important;
	letter-spacing: .2px;
	padding: 10px 8px;
	/* added */
	position: absolute;
    bottom: 0;
    width: 100%;
}

.news-block .btn span {
	display: inline-block;
	vertical-align: top;
	padding: 0 24px 0 0;
	position: relative;
	line-height: 18px !important;
	font-weight: 700 !important;
}

.news-block .btn span:before {
	position: absolute;
	right: 0;
	font-size: 16px;
	line-height: 16px;
	top: 1px;
}

.news-block .btns {
	overflow: hidden;
	padding: 6px 0 0;
}

.news-block .more {
	display: inline-block;
	vertical-align: top;
	position: relative;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	line-height: 15px;
	padding: 0 18px 0 0;
	text-transform: uppercase;
	margin: 0 10px 10px 0;
}

.news-block .more:before {
	position: absolute;
	right: 0;
	top: 1px;
	font-size: 14px;
	line-height: 14px;
}

.news-block .more:hover {
	text-decoration: none;
	opacity: .8;
}

.news-block .slider-controls {
	overflow: hidden;
	text-align: right;
}

.news-block .slider-controls .btn-next,
.news-block .slider-controls .btn-prev {
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	position: relative;
	border-radius: 100%;
	border: solid 1px #fff;
	height: 24px;
	color: #fff;
	text-align: center;
	margin: 0 0 0 11px;
}

.news-block .slider-controls .btn-next:before,
.news-block .slider-controls .btn-prev:before {
	font-size: 20px;
	line-height: 10px;
	position: absolute;
	left: 6px;
	top: 5px;
}

.news-block .slider-controls .btn-next:hover,
.news-block .slider-controls .btn-prev:hover {
	text-decoration: none;
	opacity: .8;
}

.news-block .slider-controls .btn-next:before {
	left: 8px;
}

.news-block .disabled {
	opacity: .5;
}

.news-block .count-holder {
	display: inline-block;
	font-size: 13px;
	line-height: 20px;
	color: #fff;
	margin: 1px 0 0 10px;
	vertical-align: middle;
}

.news-block .count-holder .counter {
	display: inline-block;
	vertical-align: top;
	margin: 0 3px;
}

.services-block {
	overflow: hidden;
	border-top: solid 1px #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, .8);
	position: relative;
	z-index: 2;
}

.services-block .article {
	overflow: hidden;
	position: relative;
	margin: 1px 0 0;
	font-size: 16px;
	line-height: 22px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.services-block .article:first-child {
	margin: 0;
}

.services-block .article:after {
	content: "";
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .9) 0%, rgba(0, 0, 0, .4) 100%);
	background: linear-gradient(to top, rgba(0, 0, 0, .9) 0%, rgba(0, 0, 0, .4) 100%);
	z-index: 5;
	opacity: .9;
}

.services-block .article.no-overlay:after {
	display: none;
}

.services-block .article .container {
	padding-top: 30px;
	position: relative;
	z-index: 15;
	padding-bottom: 30px;
}

.services-block .article .container strong, .services-block .article .container {
	color: #fff;
}

.services-block .article h2 {
	margin: 0 0 12px;
	font-size: 26px;
	line-height: 28px;
	font-weight: 300;
}

.services-block .article h2 a {
	color: #fff;
}

.services-block .article h2 a:hover {
	text-decoration: none;
	opacity: .8;
}

.services-block .article p {
	margin: 0 0 20px;
}

.services-block .article .btns-holder {
	overflow: hidden;
	border-top: solid 1px #fff;
	padding: 15px 0 0;
}

.services-block .article .btns-holder .more {
	display: inline-block;
	vertical-align: top;
	position: relative;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: .2px;
	margin: 0 45px 0 0;
	padding: 0 22px 0 0;
	text-transform: uppercase;
}

.services-block .article .btns-holder .more:before {
	position: absolute;
	right: 0;
	font-size: 16px;
	line-height: 12px;
	top: 2px;
}

.services-block .article .btns-holder .more:hover {
	text-decoration: none;
	opacity: .8;
}

.services-block .article .heading {
	display: block;
	margin: 0 0 20px;
	font-size: 21px;
	line-height: 23px;
	font-weight: 700;
	position: relative;
	padding: 8px 0 8px 46px;
}

.services-block .article .heading:before {
	position: absolute;
	left: 0;
	font-size: 35px;
	line-height: 35px;
	top: -2px;
}

.services-block .article .heading.icon-ico3:before {
	font-size: 35px;
	line-height: 35px;
}

.services-block .article .heading.icon-ico1:before {
	font-size: 35px;
	line-height: 35px;
}

.services-block .article .heading sup {
	font-size: 7px;
	line-height: 7px;
	top: -10px;
	font-weight: 400;
}

.services-block .article .bg-stretch {
	visibility: hidden;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}

.services-block .article .bg-stretch img {
	max-width: inherit;
}

.touch-device .services-block .article {
	background: none !important;
}

.touch-device .services-block .article .bg-stretch {
	visibility: visible;
}

.services-block .subheading {
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 15px;
	margin: 0 0 -8px 48px;
}

.mediamath-footer {
	/* overflow: hidden; */
	background: #333;
	position: relative;
	width: 100%;
	height: 140px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .5);
	/* margin: -38px 0 0; */
}

#footer img {
	display: block;
	width: 100%;
}

#footer.sticky {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 555;
}

.visual {
	overflow: hidden;
	position: relative;
	box-shadow: 0 2px 3px rgba(0, 0, 0, .4);
	border-bottom: solid 1px #fff;
	margin-top: 92px;
}

.visual img {
	position: relative;
	left: 50%;
	display: block;
	max-width: inherit;
	width: auto;
	margin: 0 0 0 -600px;
}

.visual .caption {
	text-align: center;
	white-space: nowrap;
}

.visual .caption:after {
	display: inline-block;
	vertical-align: middle;
	content: "";
	height: 100%;
	width: 1px;
}

.visual .caption .container {
	white-space: normal;
	display: inline-block;
	padding: 15px 10px;
	vertical-align: middle;
}

.visual h1 {
	font-size: 26px;
	font-weight: 400;
	line-height: 28px;
	margin: 0;
	color: #fff;
}

.case-block {
	overflow: hidden;
	background: url(/wp-content/themes/mediamath/images/bg-gray.jpg);
	color: #333;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}

.case-block .container {
	padding: 20px 10px 20px;
}

.case-block .text {
	padding: 0 0 20px;
	overflow: hidden;
}

.case-block .text p {
	margin: 0;
}

.case-block .case-item {
	overflow: hidden;
	margin: 0 auto;
	border-radius: 2px;
	background: #fff;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
	width: 236px;
}

.case-block .case-item .image-holder {
	position: relative;
	overflow: hidden;
}

.case-block .case-item .image-holder:after {
	position: absolute;
	height: 70px;
	right: 0;
	left: 0;
	bottom: 0;
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .9) 0%, transparent 100%);
	background: linear-gradient(to top, rgba(0, 0, 0, .9) 0%, transparent 100%);
	content: "";
	opacity: .8;
}

.case-block .case-item .image-holder .title {
	position: absolute;
	left: 12px;
	right: 9px;
	bottom: 7px;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	z-index: 10;
}

.case-block .case-item .image-holder a {
	display: block;
}

.case-block .case-item .text-holder {
	overflow: hidden;
	padding: 12px 12px 17px;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	color: #666;
}

.case-block .case-item .text-holder p {
	margin: 0;
}

.case-block .case-item .btn {
	display: block;
	border-top: solid 1px #ccc;
	font-size: 15px;
	line-height: 18px;
	color: #de3c70;
	text-align: left;
	font-weight: 700;
	letter-spacing: .6px;
	padding: 14px 12px;
}

.case-block .case-item .btn span {
	display: inline-block;
	vertical-align: top;
	padding: 0 29px 0 0;
	position: relative;
}

.case-block .case-item .btn span:before {
	position: absolute;
	right: 0;
	font-size: 16px;
	line-height: 16px;
	top: 1px;
}

.case-block .case-item .btn:hover {
	opacity: .8;
}

.case-block h2 {
	line-height: 30px;
	color: #dd3b70;
	margin: 0 0 15px;
	font-size: 25px;
	font-weight: 400;
}

.marketing-block {
	overflow: hidden;
	position: relative;
	font-size: 16px;
	line-height: 22px;
	box-shadow: 0 0 9px rgba(0, 0, 0, .7);
	border: solid 1px #fff;
	position: relative;
	z-index: 2;
	border-width: 1px 0;
	background-color:#000;
}

.marketing-block .container {
	padding-top: 20px;
	padding-bottom: 15px;
}

.marketing-block .bg-stretch {
	visibility: hidden;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}

.marketing-block .bg-stretch img {
	max-width: inherit;
}

.marketing-block h2 {
	margin: 0 0 12px;
	font-size: 26px;
	line-height: 28px;
	font-weight: 300;
}

.marketing-block h2 a {
	color: #fff;
}

.marketing-block h2 a:hover {
	text-decoration: none;
	opacity: .8;
}

.marketing-block p {
	margin: 0 0 20px;
}

.marketing-block .btns-holder {
	overflow: hidden;
	border-top: solid 1px #fff;
	padding: 15px 0 0;
}

.marketing-block .btns-holder .more {
	display: inline-block;
	vertical-align: top;
	position: relative;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: .2px;
	margin: 0 45px 0 0;
	padding: 0 22px 0 0;
	text-transform: uppercase;
}

.marketing-block .btns-holder .more:before {
	position: absolute;
	right: 0;
	font-size: 16px;
	line-height: 12px;
	top: 2px;
}

.marketing-block .btns-holder .more:hover {
	text-decoration: none;
	opacity: .8;
}

.marketing-block .heading {
	display: block;
	margin: 0 0 20px;
	font-size: 21px;
	line-height: 23px;
	font-weight: 700;
	position: relative;
	padding: 8px 0 8px 46px;
}

.marketing-block .heading:before {
	position: absolute;
	left: 0;
	font-size: 35px;
	line-height: 35px;
	top: -2px;
}

.marketing-block .image-monitor {
	display: none;
	width: 527px;
}

.marketing-block .image-monitor.animated {
	visibility: visible;
}

.testmoniols-block {
	overflow: hidden;
	background: #46b5e5 url(/wp-content/themes/mediamath/images/bg-pattren.jpg);
}

.testmoniols-block .container {
	padding-top: 20px;
	padding-bottom: 20px;
}

.testmoniols-block .slider-controls {
	overflow: hidden;
	text-align: right;
	margin: 0 0 10px;
}

.testmoniols-block .slider-controls .btn-next,
.testmoniols-block .slider-controls .btn-prev {
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	position: relative;
	border-radius: 100%;
	border: solid 1px #fff;
	height: 24px;
	color: #fff;
	text-align: center;
	margin: 0 0 0 11px;
}

.testmoniols-block .slider-controls .btn-next:before,
.testmoniols-block .slider-controls .btn-prev:before {
	font-size: 20px;
	line-height: 10px;
	position: absolute;
	left: 6px;
	top: 6px;
}

.testmoniols-block .slider-controls .btn-next:hover,
.testmoniols-block .slider-controls .btn-prev:hover {
	text-decoration: none;
	opacity: .8;
}

.testmoniols-block .slider-controls .btn-next:before {
	left: 9px;
}

.testmoniols-block .disabled {
	opacity: .5;
}

.testmoniols-block .count-holder {
	display: inline-block;
	font-size: 13px;
	line-height: 20px;
	color: #fff;
	margin: 0;
	vertical-align: middle;
}

.testmoniols-block .count-holder .counter {
	display: inline-block;
	vertical-align: top;
	margin: 0 3px;
}

.testmoniols-block .more {
	display: inline-block;
	vertical-align: top;
	position: relative;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	line-height: 15px;
	padding: 0 18px 0 0;
	text-transform: uppercase;
	margin: 0 10px 10px 0;
}

.testmoniols-block .more:before {
	position: absolute;
	right: 0;
	top: 1px;
	font-size: 14px;
	line-height: 14px;
}

.testmoniols-block .more:hover {
	text-decoration: none;
	opacity: .8;
}

.testmoniols-block .testmoniols-slider {
	overflow: hidden;
	position: relative;
}

.testmoniols-block .testmoniols-slider .mask {
	overflow: hidden;
	position: relative;
	overflow: hidden;
	position: relative;
	padding: 15px 0 20px;
	margin: 0 0 20px;
	border-bottom: solid 1px #fff;
}

.testmoniols-block .testmoniols-slider .slideset {
	overflow: hidden;
	position: relative;
}

.testmoniols-block .testmoniols-slider .slide {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: none;
	margin: 0;
	padding: 30px 0 28px;
	quotes: none;
	font-size: 16px;
	line-height: 20px;
}

.testmoniols-block .testmoniols-slider .slide:after,
.testmoniols-block .testmoniols-slider .slide:before {
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	height: auto;
	font-size: 20px;
	line-height: 20px;
	content: "\e81a";
	opacity: .2;
	font-family: "mediamath";
}

.testmoniols-block .testmoniols-slider .slide:after {
	left: auto;
	right: 13px;
	top: auto;
	bottom: 0;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.testmoniols-block .testmoniols-slider .slide.active {
	z-index: 2;
}

.testmoniols-block .testmoniols-slider .slide q {
	display: block;
	margin: 0 0 29px;
	background: none;
	quotes: none;
}

.testmoniols-block .testmoniols-slider .slide cite {
	display: block;
	font-style: normal;
	font-size: 14px;
	line-height: 17px;
	color: #fefefe;
	font-weight: 700;
}

.testmoniols-block .btns {
	float: left;
}

.testmoniols-block .testmoniol {
	overflow: hidden;
	border-bottom: solid 1px #fff;
	padding: 0 0 20px;
	margin: 0 0 26px;
	quotes: none;
}

.testmoniols-block .testmoniol q {
	display: block;
	font-size: 30px;
	line-height: 37px;
	font-weight: 300;
}

.testmoniols-block.inner .container {
	padding-top: 20px;
	padding-bottom: 20px;
}

.gartner-block {
    overflow: hidden;
    background: #2a2627 url(//static.mediamath.com/wp-content/uploads/2016/12/02085038/bg-grey-pattern.png);
}

.gartner-block .more {
	display: inline-block;
	vertical-align: top;
	position: relative;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	line-height: 15px;
	padding: 0 18px 0 0;
	text-transform: uppercase;
	margin: 20px auto;
}

.gartner-block .more:before {
	position: absolute;
	right: 0;
	top: 1px;
	font-size: 14px;
	line-height: 14px;
}

.gartner-block .more:hover {
	text-decoration: none;
	opacity: .8;
}

.gartner-block .container {
	padding: 45px 0 120px 0;
	text-align: center;
}

.gartner-block  .testmoniol {
	overflow: hidden;
	border-bottom: solid 1px #fff;
	padding: 0 0 30px;
	margin: 0px auto;
	quotes: none;
	color: #fff;
	width: 55%;
}

.gartner-block  .testmoniol q {
	display: block;
	font-size: 28px;
	line-height: 37px;
	font-weight: 300;
}



.aboutus-block {
	overflow: hidden;
	background: url(/wp-content/themes/mediamath/images/bg-gray.jpg);
	color: #333;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}

.aboutus-block .container {
	padding-top: 20px;
	padding-bottom: 20px;
}

.aboutus-block p {
	margin: 0 0 20px;
}

.aboutus-block h1 {
	line-height: 30px;
	color: #dd3b70;
	margin: 0 0 15px;
	font-size: 25px;
	font-weight: 400;
}

.aboutus-block .container h1.title-about {
	margin-bottom: 43px;
	font-size: 42px;
	line-height: 49px;
	font-weight: normal;
}

.aboutus-block .container h1.slogan-about {
	font-size: 23px;
	line-height: 31px;
	margin-bottom: 30px;
	font-weight: bold;
	color: #333;
}

.timeline-block {
	overflow: hidden;
	background: #fff;
	position: relative;
	box-shadow: 0 0 9px rgba(0, 0, 0, .7);
	color: #666;
	z-index: 2;
}

.timeline-block .container {
	padding-top: 37px;
}

.timeline-block h1 {
	line-height: 30px;
	color: #333;
	margin: 0 0 15px;
	font-size: 26px;
	font-weight: 300;
}

.globalscale-block {
	overflow: hidden;
	position: relative;
	font-size: 16px;
	line-height: 23px;
}

.globalscale-block em {
	font-style: normal;
}

.globalscale-block .container {
	padding-top: 20px;
	padding-bottom: 15px;
}

.page-id-35 .globalscale-block .container {
    padding-bottom: 0px; /* only on About page */
}

.globalscale-block .bg-stretch {
	visibility: hidden;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}

.globalscale-block .bg-stretch img {
	max-width: inherit;
}

.globalscale-block h1 {
	font-size: 30px;
	font-weight: 300;
	line-height: 40px;
	margin: 0 0 5px;
}

.globalscale-block p {
	margin: 0 0 48px;
}

.globalscale-block .contactinfo {
	/* border-bottom: solid 1px #fff; */
	font-size: 14px;
	line-height: 20px;
	padding: 0 0 15px;
	text-align: center;
}

.globalscale-block .contactinfo address {
	margin: 0;
	font-style: normal;
	line-height: 24px;
}

.globalscale-block .contactinfo address span {
	display: block;
}

.globalscale-block .contactinfo .info {
	padding: 0 0 13px;
}

.globalscale-block .contactinfo .info li {
	display: inline-block;
	vertical-align: top;
	margin: 0 2px 15px;
}

.globalscale-block .contactinfo .title {
	display: inline-block;
	vertical-align: middle;
	font-weight: 300;
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	font-weight: 400;
}

.globalscale-block .contactinfo .title span {
	display: block;
	font-size: 25px;
	font-weight: 300;
	line-height: 30px;
}

.globalscale-block .contactinfo .icon {
	margin: 0 15px 0 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 45px;
	line-height: 45px;
}

.globalscale-block .contactinfo .btns-holder {
    overflow: hidden;
    border-top: solid 1px #fff;
    padding: 29px 0 0;
    text-align: left;
    margin-top: 50px;
}

.globalscale-block .contactinfo .btns-holder .more {
    margin: 0 45px 0 0;
    padding: 0 34px 0 0;
    font-size: 16px;
    line-height: 18px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    color: #fff;
    font-weight: 700;
    letter-spacing: .2px;
}

.globalscale-block .contactinfo .btns-holder .more:before {
    position: absolute;
    right: 0;
    font-size: 16px;
    line-height: 12px;
    top: 2px;
}


.globalscale-block .info-area {
	padding: 30px 0 23px;
	text-align: center;
	letter-spacing: -6px;
	margin: 0 0 25px;
	border-bottom: solid 1px #fff;
}

.globalscale-block .info-area li {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px 10px;
	letter-spacing: 0;
	width: auto;
}

.globalscale-block .info-area li:first-child .title span {
	font-size: 40px;
	line-height: 42px;
	font-weight: 300;
}

.globalscale-block .info-area .title {
	display: inline-block;
	vertical-align: middle;
	font-weight: 300;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	font-weight: 400;
}

.globalscale-block .info-area .title span {
	display: block;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
}

.globalscale-block .info-area .icon {
	margin: 0 0 26px;
	display: block;
	font-size: 52px;
	line-height: 52px;
}

.globalscale-block .info-area .icon.icon-users {
	font-size: 47px;
	line-height: 47px;
	margin: 14px 0 18px;
}

.globalscale-block .info-area .icon.icon-notebook {
	font-size: 63px;
	line-height: 63px;
	margin: 0 0 25px;
}

.globalscale-block .three-cols {
	overflow: hidden;
	text-align: center;
	letter-spacing: -6px;
	font-size: 14px;
	line-height: 18px;
}

.globalscale-block .three-cols .col {
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	padding: 0 0 15px;
}

.globalscale-block .three-cols p {
	margin: 0;
}

.globalscale-block .three-cols .title {
	display: block;
	font-weight: 400;
	text-transform: uppercase;
}

.page .globalscale-block .container,
.page .marketing-block .container {
	color: #fff;
}

/* Helix */

.globalscale-block.case-block.section-bg .three-cols .col {
	color: #444;
	line-height: 1.5em;
}
.globalscale-block.case-block.section-bg .three-cols .col p strong {
	color: #5C8727;
}

.globalscale-block.case-block.section-bg .three-cols .col .icon-spacer {
	display: block;
	height: 99px;
	margin-top: 15px;
}

.marketing-block.parallax.about-helix {
	background: #000 url(//static.mediamath.com/images/helix-section.jpg) no-repeat top right !important;
}

.helix-case-section .news-block.fixed-section {
	background: url(/wp-content/themes/mediamath/images/bg-gray.jpg) !important;
}

.helix-case-section .testmoniols-block {
	box-shadow: 0 0 9px rgba(0, 0, 0, .7);
    border: solid 1px #fff;
}

.helix-case-section .news-block .holder .btns a,
.helix-case-section .news-block .slider-controls .btn-next, .helix-case-section .news-block .slider-controls .btn-prev,
.helix-case-section .news-block .slider-controls .count-holder {
	color: #5C8727;
}
.helix-case-section .news-block .mask {
	border-bottom: 1px solid #5C8727;
}

.helix-case-section .news-block .slider-controls .btn-next, .helix-case-section .news-block .slider-controls .btn-prev {
	border: 1px solid #5C8727;
}


.about-helix ul.helix-list li {
	line-height: 1.7em;
}

.helix-tabs {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 4.5em auto 3em auto;
}
.helix-tabs:after {
  content: "";
  display: table;
  clear: both;
}
.helix-tabs::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 50px;
  z-index: 1;
  pointer-events: none;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.no-cssgradients .helix-tabs::after {
  display: none;
}
.helix-tabs.is-ended::after {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.helix-tabs nav {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
/* Our Clients new section */
.ourclients-block .testmoniols-block .testmoniols-slider .slide:after, .ourclients-block .testmoniols-block .testmoniols-slider .slide:before {
    display: none;
}
.ourclients-block .testmoniols-block {
    background: #fff;
    -webkit-box-shadow: inset 0px 2px 3px 0px rgba(158,158,158,1);
    -moz-box-shadow: inset 0px 2px 3px 0px rgba(158,158,158,1);
    box-shadow: inset 0px 2px 3px 0px rgba(158,158,158,1);
    border-top: 1px solid #E0DFDF;
}
.ourclients-block .testmoniols-block .container, .ourclients-block .testmoniols-block .slider-controls .btn-next, .ourclients-block .testmoniols-block .slider-controls .btn-prev,
.ourclients-block .testmoniols-block .more, .featured-in .container .more, .ourclients-block .testmoniols-block .count-holder {
    color: #333;
}
.ourclients-block .testmoniols-block .slider-controls .btn-next, .ourclients-block .testmoniols-block .slider-controls .btn-prev {
    border: 1px solid #333;
}
.ourclients-block .testmoniols-block .testmoniols-slider .mask {
    border-bottom: 1px solid #B7B7B7;
}
.ourclients-block .testmoniols-block .testmoniols-slider .slide {
    padding: 0;
}
.aboutus-block.section-bg.featured-in {
    -webkit-box-shadow: inset 0px 2px 3px 0px rgba(158,158,158,1);
    -moz-box-shadow: inset 0px 2px 3px 0px rgba(158,158,158,1);
    box-shadow: inset 0px 2px 3px 0px rgba(158,158,158,1);
}
.aboutus-block.section-bg.featured-in h1, .ourclients-block .container h1 {
    font-size: 36px;
    font-weight: 300;
    line-height: 40px;
    margin: 0 0 20px;
    color: #333;
}

.aboutus-block.section-bg.featured-in .container .more {
    padding: 0 25px 0 0;
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
}

.featured-in .container .btns .more:before {
    position: absolute;
    left: 165px;
    top: 20px;
}

.aboutus-block.section-bg.featured-in .container .btns {
    position: relative;
    border-top: 1px solid #B7B7B7;
    padding: 15px 0 26px;
    margin: 0 0 27px;
    
}

.featured-in .featured-logos {
    list-style-type: none;
    display: table-row;
}
.featured-in .featured-logos li {
    display: table-cell;
    vertical-align: middle;
    padding: 40px 57px 25px 0; /* logos spacing */
}
.featured-in .featured-logos li:last-child {
    padding: 0;
}

/* Alpha Project */
.alpha-looking-for { 
    font-size: 41px; 
    line-height: 50px; 
    font-weight: 300; 
    text-align: center; 
}

.alpha-services {
    -webkit-box-shadow: inset 0px 2px 3px 0px rgba(158,158,158,1);
    -moz-box-shadow: inset 0px 2px 3px 0px rgba(158,158,158,1);
    box-shadow: inset 0px 2px 3px 0px rgba(158,158,158,1);
}

.page-id-8596 .ourclients-block .testmoniols-block .container h2 {
    color: #DF376F;
}
.page-id-8596 .alpha-services .container .col .icon-ico3 { 
    font-size: 55px;
    color: #df376f;
    float: left;
    clear: right;
    height: 120px;
    line-height: 176px;
}

.page-id-8596 .alpha-services-list {
    position: relative;
    text-align: left;
    float: left;
    max-width: 72%;
    margin: 0px 0px 25px 25px;
}

.page-id-8596 .alpha-services-list h3 {
    margin-bottom: 8px;
}

.page-id-8596 .alpha-services-list p {
    text-align: left;
}

.page-id-8596 .alpha-services .container h1 {
    color: #DF376F;
}

.page-id-8596 .alpha-contact .testmoniols-block {
    -webkit-box-shadow: inset 0px 2px 3px 0px rgba(57,112,158,1);
    -moz-box-shadow: inset 0px 2px 3px 0px rgba(57,112,158,1);
    box-shadow: inset 0px 2px 3px 0px rgba(57,112,158,1);    
}

.page-id-8596 .alpha-contact fieldset {
    border: 0px none;
    border-top: 1px solid #A2D4EA;
    padding: 0px;
    position: relative;
}

.page-id-8596 .alpha-contact fieldset.fldset-one {
    padding-top: 18px;
}

.page-id-8596 .alpha-contact fieldset.fldset-two {
    padding-top: 8px;
    margin-top: -2px;
}

.page-id-8596 .alpha-contact fieldset.fldset-three {
    padding-top: 8px;
}


.page-id-8596 .alpha-contact legend {
    padding-right: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}


.page-id-8596 .alpha-contact input {
    position: absolute;
    right: 0;
    margin-top: -4px;
    width: 65%;
    color: #005288;
    padding: 7px;
    border: 0px none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.page-id-8596 .alpha-contact textarea {
    width: 100%;
    color: #005288;
    padding: 7px;
    border: 0px none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;    
}

.page-id-8596 .alpha-contact p {
    margin-bottom: 7px;
}

.page-id-8596 .alpha-contact fieldset.fldset-one p {
    margin-bottom: 23px;
}

.page-id-8596 .alpha-contact .container .section.group { 
    margin-top: 35px; /* space between intro text and actual form */
    position: relative;
}

.page-id-8596 .alpha-contact textarea:focus, .page-id-8596 .alpha-contact input:focus, .page-id-8596 .alpha-contact select:focus{
    outline: none;
    background-color: #B6E0F3;
}

.page-id-8596 .alpha-contact textarea.how-did-you-meet {
    position: absolute;
    width: 65%;
    height: 56px;
    right: 0;
    margin-top: -73px;
}

.page-id-8596 .alpha-contact .bootstrap-select>.btn {
    background: #fff url("../images/form_arrow_down.png") no-repeat scroll 97% 14px;
    max-width: 456px;
}

input.alpha-contact-submit {
    position: relative !important;
    background: transparent !important;
    border: 2px solid #fff !important;
    padding: 8px 20px !important;
    font-size: 19px !important;
    font-weight: 500;
    color: #fff !important;
    width: inherit !important;
    margin-top: 25px !important;
}

input.alpha-contact-submit:hover {
    background: rgba(255,255,255,0.15)  !important;
}


@media only screen and (min-width: 768px) {
  .helix-tabs::after {
    display: none;
  }
  .helix-tabs nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
  }
}
@media only screen and (min-width: 960px) {
  .helix-tabs nav {
    position: relative;
    float: none;
    background: transparent;
    box-shadow: none;
  }
}

.helix-tabs-navigation {
  /*width: 360px; */
  list-style-type: none;
  padding:0;
}
.helix-tabs-navigation:after {
  content: "";
  display: table;
  clear: both;
}
.helix-tabs-navigation li {
  float: left;
}
.helix-tabs-navigation a {
  position: relative;
  display: block;
  height: 40px;
  /*width: 60px;*/
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  color: #c3c2b9;
  padding-top: 34px;
}
.no-touch .helix-tabs-navigation a:hover {
  color: #fff;
}
.helix-tabs-navigation a.selected {
  border-bottom: 5px solid #5C8727;
  color: #5C8727;
}
@media only screen and (min-width: 768px) {
  .helix-tabs-navigation {
    /* move the nav to the left on medium sized devices */
    /* width: auto; */
    float: left;
  }
  .helix-tabs-navigation a {
    height: 80px;
    width: auto;
    padding-top: 46px;
  }
  .helix-tabs-navigation a.selected {
    border-bottom: 5px solid #5C8727;
  }
  .helix-tabs-navigation a::before {
    top: 22px;
  }
}
@media only screen and (min-width: 960px) {
  .helix-tabs-navigation {
    /* tabbed on top on big devices */
    width: auto;
    border-bottom: 1px solid #777574;
  }
  .helix-tabs-navigation a {
    height: 60px;
    line-height: 60px;
    width: auto;
    text-align: left;
    font-size: 20px;
    padding: 0 3.7em;
    text-transform: uppercase;
    color: #CACACA;
  }
  .page-id-7752 .helix-tabs-navigation a {
    color: #4A4A4A;
  }
  .helix-tabs-navigation a.selected {
    border-bottom: 5px solid #5C8727;
	color: #fff;
  }
  .helix-tabs-navigation a::before {
    top: 50%;
    margin-top: -10px;
    margin-left: 0;
    left: 38px;
  }
  .home .mediamath-footer {
	  height: 165px;
  }
}

.helix-tabs-content li {
  display: none;
}
.helix-tabs-content li.selected {
  display: block;
  -webkit-animation: helix-fade-in 0.5s;
  -moz-animation: helix-fade-in 0.5s;
  animation: helix-fade-in 0.5s;
}
.helix-tabs-content li p {
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 2em;
}
.helix-tabs-content h3 {
  font-weight: normal;  
  font-size: 19px;
}
.helix-tabs-content h4 {
  font-size: 22px;
  margin-bottom: 0;
}

.helix-case-studies .slideset {
 width: 9999px !important;
 padding-left: 35px;
}

.helix-case-studies .mask:after {
 box-shadow: none !important;
}
/* Contact button background color */
.page-id-7752 #header .nav-area .links a.btn-default, .page-id-7038 #header .nav-area .links a.btn-default {
 background-color: #5B8738;	
}
.helix-case-studies .text .btn span {
 color: #5B8738;	
}

.helix-content-highlighter-1 { padding-left: 25px; border-left: 3px solid #5C8727; }
.helix-content-highlighter-2 { padding-left: 25px; border-left: 3px solid #0A0C06; }

@media only screen and (min-width: 768px) {
  .helix-tabs-content {
    min-height: 480px;
  }
  .helix-tabs-content li {
    /* padding: 2em 2em 2em 7em; */
  }
  .slider-controls.helix-slider {
	display: none;
  }
}
@media only screen and (min-width: 960px) {
  .helix-tabs-content {
    min-height: 0;
	padding: 20px 0 0 0;
  }
  .helix-tabs-content li p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .helix-case-studies .helix-slide-2, .helix-case-studies .helix-slide-3 {
	 margin-left: 140px !important;
	}
}
@media only screen and (min-width: 960px) and (max-width: 1200px) {
  .helix-tabs-navigation a {
	padding: 0 2.8em;
    font-size: 16px;
  }
  .helix-case-studies .slideset {
	padding-left: 0px !important;
  }
}
@media only screen and (max-width: 959px) {
   .helix-tabs nav {
	 position: relative;
	 border-bottom: 1px solid #777574;
	}
   .helix-tabs-navigation {
    width: 100%;
   }
  .helix-tabs-navigation li {
	float: none;
	width: 87%;
  }
  .helix-tabs-navigation a {
	padding: 10px 0px 10px 20px;
    font-size: 23px;
	text-align: left;
	height: auto;
  }
  .helix-tabs-navigation a.selected {
	border-left: 5px solid #5C8727;
	border-bottom: 0px none;
	padding: 10px 0px 10px 15px;
  }
  ul.helix-tabs-content li:nth-child(3) p { 
    padding-top: 15px;  
  }  
}
@media only screen and (max-width: 767px) {
  .marketing-block.parallax.about-helix {
    background-position-x: 20px !important;
  }
  .helix-tabs nav {
    border-bottom: 1px solid #777574;
  }
  .helix-case-studies .helix-slide-2, .helix-case-studies .helix-slide-3 {
	margin-left: 0px !important;
  }
  .helix-case-studies .slideset {
	width: 999px !important;
	padding-left: 10px !important;
  }
  ul.helix-tabs-content {
    padding-left: 18px;
  }
  .marketing-block.parallax.helix-intro {
	margin-top: 65px !important;
  }
  .featured-in .featured-logos li {
    padding: 28px 26px 19px 0;
  }
}
@media only screen and (max-width: 695px){
  .slider-controls.helix-slider {
	display: block !important;
  }
  .helix-case-studies .mask:after {
	box-shadow: -8px 0 15px rgba(0, 0, 0, .5) !important;
  }  
}


@-webkit-keyframes helix-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes helix-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes helix-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*  SECTIONS  */
.about-helix .section, .alpha-contact .section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.about-helix .col, .alpha-contact .col {
	display: block;
	float:left;
	margin: 1% 0 1% 8%;
}
.about-helix .col:first-child, .alpha-contact .col:first-child { margin-left: 0; }

/*  GROUPING  */
.about-helix .group:before, .about-helix .group:after,
.alpha-contact .group:before, .alpha-contact .group:after{ content:""; display:table; }
.about-helix .group:after, .alpha-contact .group:after { clear:both;}
.about-helix .group, .alpha-contact .group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF THREE  */
.about-helix .span_2_of_2 { width: 100%; }
.about-helix .span_1_of_2, .alpha-contact .span_1_of_2 { width: 46%; }
.about-helix .span_1_of_3 { width: 28%; }

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.about-helix .col, .alpha-contact .col { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.about-helix .span_2_of_2, .about-helix .span_1_of_2, .about-helix .span_1_of_3,
    .alpha-contact .span_2_of_2, .alpha-contact .span_1_of_2, .alpha-contact .span_1_of_3 { width: 100%; }
}

/* End of Helix styling */

.hatch {
	animation-name: hatch;
	-webkit-animation-name: hatch;
	animation-duration: 2s;
	-webkit-animation-duration: 2s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
	transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-webkit-transform-origin: 50% 100%;
	visibility: visible !important;
}

.section-bg {
	background-color: #f4f4f4;
}

.replay-intro {
	  opacity:0;
	  background:url(//static.mediamath.com/images/replay-intro.png) no-repeat;
	  display: block;
	  width: 120px;
	  height: 18px;
	  cursor: pointer;
	  float: right;
}

/* Homepage skip intro */
.homepage-skip-intro {
    opacity: 0.25;
    background: url(//static.mediamath.com/images/homepage-skip-intro.png) no-repeat;
    display: block;
    width: 96px;
    height: 12px;
    cursor: pointer;
    position: absolute;
    z-index: 1100;
    top: 7px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
.homepage-skip-intro:hover {
    opacity: 1;
    transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -webkit-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
}


.mediamath-asides .slide {
	float: left;
	width: 318px;
	margin: 0 6px 0 8px;
	position: relative;
	background: #fff;
	border-radius: 2px;
	overflow: hidden;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
	min-height: 375px;
}

.mediamath-asides .slide a {
	color: #666;
	display: block;
}

.mediamath-asides .slide a:hover {
	text-decoration: none;
	opacity: .9;
}

.mediamath-asides .image-holder {
	overflow: hidden;
	position: relative;
	height: 119px;
}

.mediamath-asides .image-holder:after {
	position: absolute;
	height: 70px;
	right: 0;
	left: 0;
	bottom: 0;
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .9) 0%, transparent 100%);
	background: linear-gradient(to top, rgba(0, 0, 0, .9) 0%, transparent 100%);
	content: "";
	opacity: .8;
}

.mediamath-asides .image-holder img {
    width: 100%;
    height: auto;
    display: block;
}

.mediamath-asides .image-holder .heading {
	position: absolute;
	left: 10px;
	right: 9px;
	bottom: 9px;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	z-index: 10;
	text-align: left;
}

.mediamath-asides .text {
	overflow: hidden;
	padding: 16px 15px 0;
	text-align: left;
}

.mediamath-asides .text p {
	margin: 0 0 11px;
}

.mediamath-asides .btn {
	display: block;
	margin: 0 -9px;
	border-top: solid 1px #ccc;
	font-size: 14px;
	line-height: 18px !important;
	color: #e0386f;
	text-align: left;
	text-transform: uppercase;
	font-weight: 700 !important;
	letter-spacing: .2px;
	padding: 10px 8px;
	/* delete/test this */
	position: absolute;
    bottom: 0px;
    width: 96%;
}

.mediamath-asides .btn span {
	display: inline-block;
	vertical-align: top;
	padding: 0 24px 0 0;
	position: relative;
	line-height: 18px !important;
	font-weight: 700 !important;
}

.mediamath-asides .btn span:before {
	position: absolute;
	right: 0;
	font-size: 16px;
	line-height: 16px;
	top: 1px;
}

.mediamath-asides .btns {
	overflow: hidden;
	padding: 6px 0 0;
}

.mediamath-asides .more {
	display: inline-block;
	vertical-align: top;
	position: relative;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	line-height: 15px;
	padding: 0 18px 0 0;
	text-transform: uppercase;
	margin: 0 10px 10px 0;
}

.mediamath-asides .more:before {
	position: absolute;
	right: 0;
	top: 1px;
	font-size: 14px;
	line-height: 14px;
}

.mediamath-asides .more:hover {
	text-decoration: none;
	opacity: .8;
}




@media (min-width: 768px) {
	body.nav-active:before {
		right: 389px;
	}

	.home #header .logo-holder {
		padding: 31px 0 0 41px;
		opacity: 0;
	}
	
	.home .holder .bg-holder {
		display: none;
	}
	
	.home .services-block {
		/* padding-bottom: 45px; */
	}

	.home #header .nav-area {
		padding: 37px 21px 8px 0;
	}

	.home #header.sticky .logo-holder {
		/*padding: 11px 0 11px;*/
		padding: 10px 0 10px 41px;
	}

	.home #header.sticky .nav-area {
		padding: 25px 21px 8px 0;
	}

	#header.sticky .logo-holder {
		/*padding: 11px 0 11px;*/
		padding: 10px 0 10px 41px;
	}

	#header.sticky .nav-area {
		padding: 25px 21px 8px 0;
	}

	#header .logo-holder {
		padding: 10px 0 10px 41px;
	}

	#header .logo {
		/*width: 113px;  with old logo and textual tagline */
		width: 113px;
	}

	#header .tagline {
		display: inline-block;
		vertical-align: middle;
	}
	
	.home .video-block .logo-animated {
		width: 375px;
		position: relative;
		top: -20px;
	}

	.nav-opener {
		width: inherit;
	}

	.nav-opener .menu-btn {
		width: 32px;
		height: 22px;
		margin: 4px 0 6px;
	}

	.nav-opener .menu-btn:after {
		top: 9px;
	}

	#nav {
		width: 389px;
		right: -389px;
		padding: 0 0 40px;
	}

	#nav .nav-holder {
		padding: 0 36px;
	}

	#nav .accordion {
		margin: 0 0 21px;
		/* padding-top: 121px; */
		padding-top: 36px;
	}

	#nav .accordion > li {
		padding: 14px 0;
	}

/*
	#nav .accordion > li:nth-child(3) {
		padding: 33px 0 12px;
	}
*/


	#nav .accordion .heading {
		font-size: 36px;
		line-height: 40px;
	}

	#nav .accordion .opener {
		padding: 0 35px 0 0;
		font-size: 24px;
		line-height: 28px;
	}

	#nav .accordion .opener:before {
		font-size: 46px;
		line-height: 46px;
		bottom: -7px;
	}

	#nav .accordion .slide ul {
		padding: 15px 0 17px;
		font-size: 20px;
		line-height: 38px;
	}

	#nav .accordion .slide ul:last-child {
		margin: 0;
	}

	#nav .sublinks {
		font-size: 18px;
		line-height: 24px;
	}

	.nav-area {
		padding: 25px 21px 8px 0;
	}

	.nav-area .links li {
		margin: 0 0 0 22px;
	}

	.nav-area .links li a:before {
		font-size: 25px;
		line-height: 25px;
	}

	.nav-area .links li a.icon-globe:before {
		font-size: 30px;
		margin: 0 0 3px;
		line-height: 30px;
	}

	.nav-area .links .btn-default {
		display: inline-block;
		vertical-align: top;
	}

	.video-block {
		padding: 0 0 100px;
	}

	.video-block .video-holder {
		height: 737px;
	}

	.video-block .caption {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 10;
		color: #fff;
	}

	.video-block .cols-holder .col {
		width: 33.33%;
	}

	.video-block .features .container {
		padding-top: 57px;
		padding-bottom: 21px;
	}

	.video-block .features .feature {
		font-size: 16px;
		line-height: 20px;
		margin: 0;
	}

	.video-block .features .feature h2 {
		font-size: 30px;
		line-height: 35px;
		margin: 0 0 9px;
	}

	.video-block .features .btn-holder {
		padding: 14px 0 0;
	}

	.video-block .features .btn-holder .more {
		font-size: 18px;
		line-height: 20px;
		padding: 0 34px 0 0;
	}

	.video-block .features .btn-holder .more:before {
		font-size: 22px;
		line-height: 20px;
	}

	.video-block .text {
		position: static;
		padding: 0;
		max-width: 667px;
	}

	.video-block .text h1 {
		font-size: 33px;
		line-height: 46px;
		padding: 0 0 24px;
		margin: 0 0 27px;
	}

	.video-block .text .more {
		font-size: 21px;
		line-height: 25px;
		padding: 0 40px 0 0;
	}

	.video-block .btn-down {
		display: block;
	}

	.video-block .container {
		padding-bottom: 36px;
	}

	.news-block .container {
		padding-top: 36px;
		padding-bottom: 77px;
	}

	.news-block .news-slider .mask {
		margin: 0 -6px 21px -8px;
		padding: 15px 0 30px;
	}

	.news-block .more {
		padding: 0 25px 0 0;
		margin: 0 20px 0 0;
		font-size: 15px;
		line-height: 18px;
	}

	.news-block .more:before {
		font-size: 16px;
		top: 0;
		line-height: 16px;
	}

	.news-block .slider-controls {
		float: right;
		text-align: left;
		padding: 0 4px 0 0;
	}

	.services-block .article {
		font-size: 18px;
		line-height: 24px;
	}

	.services-block .article .container {
		padding-top: 58px;
		padding-bottom: 41px;
	}

	.services-block .article h2 {
		margin: 0 0 23px;
		font-size: 36px;
		line-height: 38px;
	}

	.services-block .article .btns-holder {
		padding: 29px 0 0;
	}

	.services-block .article .btns-holder .more {
		margin: 0 45px 0 0;
		padding: 0 34px 0 0;
		font-size: 16px;
		line-height: 18px;
	}

	.services-block .article .btns-holder .more:before {
		font-size: 18px;
		line-height: 15px;
		top: 1px;
	}

	.services-block .article .heading {
		padding: 8px 0 8px 72px;
		font-size: 28px;
		line-height: 38px;
		margin: 0 0 20px;
	}

	.services-block .article .heading:before {
		font-size: 54px;
		line-height: 54px;
		top: 0;
	}

	.services-block .article .heading.icon-ico3:before {
		font-size: 56px;
		line-height: 56px;
	}

	.services-block .article .heading.icon-ico1:before {
		font-size: 52px;
		line-height: 52px;
	}

	.services-block .article .heading sup {
		font-size: 9px;
		line-height: 9px;
		top: -19px;
	}

	.services-block .subheading {
		margin: 0 0 -8px 73px;
		font-size: 16px;
		line-height: 18px;
	}

	.case-block {
		font-size: 18px;
		line-height: 26px;
	}

	.case-block .container {
		padding: 51px 10px 50px 8px;
	}

	.case-block .text {
		float: left;
		width: 63%;
		padding: 0;
	}

	.case-block .case-item {
		float: right;
		margin: 13px 0 0;
	}

	.case-block h2 {
		font-size: 32px;
		line-height: 41px;
		margin: 0 0 21px;
	}

	.marketing-block {
		font-size: 18px;
		line-height: 26px;
	}

	.marketing-block .container {
		padding-top: 54px;
		padding-bottom: 27px;
	}

	.marketing-block h2 {
		margin: 0 0 31px;
		font-size: 36px;
		line-height: 38px;
	}

	.marketing-block .btns-holder {
		padding: 29px 0 0;
	}

	.marketing-block .btns-holder .more {
		margin: 0 45px 0 0;
		padding: 0 34px 0 0;
		font-size: 16px;
		line-height: 18px;
	}

	.marketing-block .btns-holder .more:before {
		font-size: 18px;
		line-height: 15px;
		top: 1px;
	}

	.marketing-block .heading {
		padding: 8px 0 8px 70px;
		font-size: 28px;
		line-height: 38px;
		margin: 0 0 20px;
	}

	.marketing-block .heading:before {
		font-size: 52px;
		line-height: 52px;
		top: 0;
	}

	.marketing-block .text {
		padding: 0 310px 0 0;
	}

	.marketing-block .image-monitor {
		display: block;
		visibility: hidden;
		position: absolute;
		right: -120px;
		bottom: -2px;
	}

	.testmoniols-block .container {
		padding-top: 36px;
		padding-bottom: 77px;
		color: #fff;
		font-family: 'Avenir', Helvetica, sans-serif !important;
	}

	.testmoniols-block .slider-controls {
		float: right;
		text-align: left;
		margin: -6px 0 0;
		padding: 0 4px 0 0;
	}

	.testmoniols-block .count-holder {
		margin: 1px 0 0 6px;
	}

	.testmoniols-block .more {
		padding: 0 25px 0 0;
		margin: 0 20px 0 0;
		font-size: 15px;
		line-height: 18px;
	}

	.testmoniols-block .more:before {
		font-size: 16px;
		top: 0;
		line-height: 16px;
	}

	.testmoniols-block .testmoniols-slider .mask {
		padding: 15px 0 26px;
		margin: 0 0 27px;
	}

	.testmoniols-block .testmoniols-slider .slide:after,
	.testmoniols-block .testmoniols-slider .slide:before {
		font-size: 38px;
		line-height: 38px;
	}

	.testmoniols-block .testmoniols-slider .slide {
		padding: 64px 0 33px;
		font-size: 20px;
		line-height: 24px;
	}

	.testmoniols-block .testmoniol {
		padding: 15px 0 47px;
	}

	.testmoniols-block .testmoniol q {
		font-size: 43px;
		line-height: 57px;
	}

	.testmoniols-block.inner .container {
		padding-top: 36px;
		padding-bottom: 65px;
	}

	.aboutus-block {
		font-size: 18px;
		line-height: 26px;
	}

	.aboutus-block .container {
		padding-top: 53px;
		padding-bottom: 24px;
	}

	.aboutus-block h1 {
		font-size: 32px;
		line-height: 41px;
		margin: 0 0 22px;
	}

	.timeline-block {
		/* height: 597px; */
	}

	.timeline-block h1 {
		font-size: 36px;
		line-height: 40px;
		margin: 0 0 20px;
	}

	.globalscale-block .container {
		padding-top: 40px;
		padding-bottom: 79px;
	}

	.globalscale-block h1 {
		font-size: 36px;
		margin: 0 0 33px;
	}

	.globalscale-block .contactinfo {
		font-size: 16px;
		line-height: 24px;
		padding: 0 0 36px;
	}

	.globalscale-block .contactinfo .info {
		/* padding: 0 68px 7px 0; */
        padding-bottom: 20px;
	}

	.globalscale-block .contactinfo .info li {
		margin: 0 60px 29px 0;
	}
    
    .globalscale-block .contactinfo .info li.last-item {
        margin: 0;
    }
    
   .globalscale-block .contactinfo .info li.last-item span span {
		font-size: 26px;
		line-height: 28px;
    }    

	.globalscale-block .contactinfo .title {
		font-size: 12px;
		line-height: 16px;
	}

	.globalscale-block .contactinfo .title span {
		font-size: 40px;
		line-height: 45px;
	}

	.globalscale-block .contactinfo .icon {
		font-size: 67px;
		margin: 0 15px 0 0;
		line-height: 76px;
	}

	.globalscale-block .contactinfo .icon.icon-fourw {
		font-size: 76px;
	}

	.globalscale-block .info-area {
		padding: 46px 0 23px;
		margin: 0 0 57px;
	}

	.globalscale-block .info-area li {
		width: 33.33%;
		padding: 0 20px 10px;
	}

	.globalscale-block .info-area .title span {
		font-size: 22px;
		line-height: 25px;
	}

	.globalscale-block .info-area .icon {
		font-size: 51px;
		line-height: 51px;
		margin: 0 0 26px;
	}

	.globalscale-block .three-cols {
		margin: 0 -20px;
		font-size: 16px;
		line-height: 20px;
	}

	.globalscale-block .three-cols .col {
		width: 33.33%;
		padding: 0 20px 15px;
	}
	
	.home .video-block .logo-animated, 
	.home .video-block .holder .caption > .container > .text,
	.home .video-block .holder .caption > .features > .container > .cols-holder,
	.home .header-holder .nav-area ul.links { opacity: 0; }
	
	.replay-intro {
		opacity:0.25;
	}

	.replay-intro:hover {
	  opacity:1;
	  transition: opacity .2s ease-out;
	  -moz-transition: opacity .2s ease-out;
	  -webkit-transition: opacity .2s ease-out;
	  -o-transition: opacity .2s ease-out;
	}
	.nav-holder.jcf-scrollable.win-height {
		margin-top: 85px;
	}	
	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
		background-color: rgba(255,255,255,.35) !important;
		filter: "alpha(opacity=35)" !important;
		-ms-filter: "alpha(opacity=35)" !important;
	}
	
	.gartner {
		width: 1000px !important;
		height: 81px !important;
		position: relative;
		display: block;
		background:url(//static.mediamath.com/images/gartner-homepage.png) no-repeat;
		top: 125px;
		margin: -80px auto 90px auto;
		text-align: center;
	}
	
} /* end of min-width: 768px */

@media (min-width: 768px) and (max-height: 550px) {
	.nav-holder.jcf-scrollable.win-height {
		height: 67% !important;
	}
}

@media (min-width: 768px) and (min-height: 551px) and (max-height: 650px) {
	.nav-holder.jcf-scrollable.win-height {
		height: 80% !important;
	}
}

@media (min-width: 768px) and (min-height: 651px) and (max-height: 750px) {
	.nav-holder.jcf-scrollable.win-height {
		height: 95% !important;
	}
}


@media (min-width: 1000px) {
	.video-block .video-holder {
		height: 837px;
	}

	.video-block .features .feature {
		font-size: 18px;
		line-height: 24px;
	}

	.video-block .features .feature h2 {
		line-height: 40px;
		font-size: 36px;
	}

	.news-block .more {
		margin: 0 78px 0 0;
	}

	.services-block .article p {
		margin: 0 0 54px;
	}

	.services-block .article .heading {
		margin: 0 0 54px;
	}

	.visual img {
		width: 100%;
		margin: 0;
		position: static;
	}

	.case-block .text {
		width: 65%;
	}

	.marketing-block p {
		margin: 0 0 36px;
	}

	.marketing-block .heading {
		margin: 0 0 35px;
	}

	.marketing-block .text {
		padding: 0 357px 0 0;
	}

	.marketing-block .image-monitor {
		right: -100px;
	}

	.testmoniols-block .more {
		margin: 0 78px 0 0;
	}

}

@media only screen and (min-width: 1025px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
	}
}

@media (min-width: 1031px) {
	.video-block {
		padding: 0 0 213px;
	}

	.video-block img {
		width: 100%;
		position: static;
		margin: 0;
	}

	.video-block .btn-down {
		bottom: 69px;
	}
}

@media (min-width: 1201px) {
	.marketing-block .image-monitor {
		right: 0;
	}
	.home .video-block .logo-animated {
		width: 520px;
	}
}

@media (max-width: 766px) {
	.visual {
		margin-top: 62px;
	}
	.home .video-block .caption .features, .home .header-holder .nav-area ul.links, .home .video-block .caption .container .text { opacity: 1; }
	.logo-animated {
		display: none;
	}
	.home .video-block .holder .video-holder {
		height: 364px;
		max-height: 364px;
	}
	.home .holder .bg-holder {
		display: block;
	}	
	#header .search-global-holder {
		top: 78px;
	}
	#header .global-holder:after {
		left: 81%;
	}
	#header .search-holder:after {
		left: 62%;
	}
	.home .video-block .features .btn-holder {
	    border-bottom: 1px solid #a8a3a1;
		border-top: 0px none;
		padding: 0px 0px 9px;
	}
	.home .video-block .holder .caption .features .cols-holder .col .feature .text p {
		color: #fff;
	}
	.gartner {
		top: 70px !important;
		background-size: 65%;
	}

}

@media only screen and (max-width: 1031px) {
	.gartner {
		width: 480px !important;
		height: 60px !important;
		position: relative;
		display: block;
		background:url(//static.mediamath.com/images/gartner-homepage-mobile.png) no-repeat;
		top: 80px;
		margin: -80px auto 90px auto;
		text-align: center;
	}
}

@media (max-width: 520px) {
	.mediamath-page-header, .mediamath-page-header-case-study { margin-top: 71px; }
	.page-id-914 article.mediamath-article, .page-id-82 article.mediamath-article {min-height: 3000px; }
	.page-id-914 .mediamath-tabset .mediamath-tab-content { margin-top: 175px; }
	.page-id-82 .mediamath-tabset .mediamath-tab-content { margin-top: 140px; }
	.aboutus-block .container h1.slogan-about { font-size: 17px; margin-bottom: 30px; font-weight: bold; line-height: 25px; }
	.aboutus-block .container h1.title-about { margin-bottom: 3px; font-size: 25px; line-height: 29px; }
	.mediamath-asides .slide { float: none; margin: 10px auto; }
	.gartner { top: 70px !important; background-size: 75%; background-position-x: left; margin-left: 11px; }
	.myaccount-box { padding: 10px 36px; }
}

@media (max-width: 320px) {
	.globalscale-block .info-area li {
		width: 100%;
	}
}

@keyframes hatch {
	0% {
		-webkit-transform: rotate(0deg) scaleY(.6);
		transform: rotate(0deg) scaleY(.6);
	}

	20% {
		-webkit-transform: rotate(-2deg) scaleY(1.05);
		transform: rotate(-2deg) scaleY(1.05);
	}

	35% {
		-webkit-transform: rotate(2deg) scaleY(1);
		transform: rotate(2deg) scaleY(1);
	}

	50% {
		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg);
	}

	65% {
		-webkit-transform: rotate(1deg);
		transform: rotate(1deg);
	}

	80% {
		-webkit-transform: rotate(-1deg);
		transform: rotate(-1deg);
	}

	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@-webkit-keyframes hatch {
	0% {
		-webkit-transform: rotate(0deg) scaleY(.6);
	}

	20% {
		-webkit-transform: rotate(-2deg) scaleY(1.05);
	}

	35% {
		-webkit-transform: rotate(2deg) scaleY(1);
	}

	50% {
		-webkit-transform: rotate(-2deg);
	}

	65% {
		-webkit-transform: rotate(1deg);
	}

	80% {
		-webkit-transform: rotate(-1deg);
	}

	100% {
		-webkit-transform: rotate(0deg);
	}
}

/* Contact page Fix */
.page-id-68 .mediamath-contact-form-column { display: none; }
.page-id-68 .mediamath-fieldset { visibility: hidden; }
.page-id-68 .mediamath-contact-form { height: 170px; }
/* Fix for Knowledge Center pagination */
.archive.tax-resource_type .mediamath-article .mediamath-pagination { position: relative; top: -80px; }
/* T1 Demo header button */
.nav-area .links .btn-default.icon-ico1 { background-color: #005288; margin-right: -10px; width: 113px; display: block; }
.nav-area .links .btn-default.icon-ico1:before { color: #fff !important; width: 30px; float: left; position: relative; top: -4px; left: -2px; }
/* Contact Us form - My Account section */
.myaccount-box a.icon-ico1 { background: #696969; line-height: 25px; font-weight: bold; -webkit-transition: background 0.5s linear; -moz-transition: background 0.5s linear; -o-transition: background 0.5s linear; -ms-transition: background 0.5s linear; transition: background 0.5s linear; }
.myaccount-box a.icon-ico1:before { font-size: 23px; padding-right: 10px; position: relative; float: left; } 
.myaccount-box a.icon-ico1:hover, .myaccount-box a.icon-ico1:active, .myaccount-box a.icon-ico1:visited { background: #40587C; color: #fafafa; }
/* Footer Global Sites */
.mediamath-footer-global-sites .dropup .btn { background-color: transparent; }
.mediamath-footer-global-sites .dropup .btn:hover, .mediamath-footer-global-sites .dropup .btn:focus, .mediamath-footer-global-sites .dropup .btn:active { color: #fff; }
.mediamath-footer-global-sites .dropup .icon-globe { position: relative; bottom: -1px; padding-right: 1px; }
.mediamath-footer-global-sites .dropup .icon-angle-up { padding-left: 2px; }
.mediamath-footer-global-sites .dropup .dropdown-menu { background-color: #505050; left: 11px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.mediamath-footer-global-sites .dropup .dropdown-divider { background-color: #676666; }
.mediamath-footer-global-sites .dropup .dropdown-item { text-align: left; margin: 0; font-size: 12px; letter-spacing: 0.2px; }
.mediamath-footer-global-sites .dropup .dropdown-item:hover { background-color: #676767; }

/* Fix for bottom spacing issue */
.home #wrapper, .page-id-45 .mediamath-footer { margin-bottom: -25px; }
/* Mobile style for demo button and footer section */
@media only screen and (max-width: 920px) {
	.links .btn-default.icon-ico1, .mediamath-footer-affiliations { display: none !important; }
	.home .mediamath-footer { height: 155px !important; }
}
@media screen and (max-width: 600px) {
	.home .mediamath-footer { height: 113px !important; }
}
/* Footer Copyright spacing */
.mediamath-footer-inner .mediamath-footer-metadata-copyright a, .mediamath-footer-inner .mediamath-footer-metadata-copyright b { padding: 0px 4px; } 
