/* --------------- LAYOUT and DISPLAY --------------- */
.ui.grid>.row {
  padding-top: 1.2em;
  padding-bottom: 1.2em;
}
.hidden.menu {
  display: none;
}
.ui.inverted.borderless.menu {
  border-radius: 0 !important;
}
.inverted.borderless.menu .item,
.inverted.borderless.menu .menu {
  display: none;
}
.inverted.borderless.menu .toc.item {
  display: block;
}
.ui.menu > .container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ui.menu .toc.item {
  cursor: pointer;
  padding-top: 1em;
  padding-bottom: 1em;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.ui.inverted.menu .toc.item.teal {
  color: #19b09f;
/*  background-color: rgba(255, 255, 255, 0.5);*/
  border-radius: 0 0 0 4px;
/*  margin-right: -0.3125em;*/
/*  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);*/
/*  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);*/
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.ui.menu .right.item {
  padding: 0;
  right: 0;
}
.ui.sidebar.menu .ui.accordion.menu .item {
  width: 100% !important;
  font-size: unset;
  padding: 1.4375em 1.125em;
}
.ui.sidebar.menu .ui.accordion.menu .item::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: rgba(255,255,255,.08);
  top: auto;
  bottom: 0;
  display: block !important;
}
.ui.sidebar.menu .ui.accordion.menu .content .item:last-child::before {
  display: none !important;
}
.ui.sidebar.menu .ui.accordion.menu .content .item:last-child {
  padding-bottom: 0;
}
.masthead.segment {
  padding: 1em 0;
}
.v2 .masthead.segment, .services .masthead.segment {
  padding: 0;
}
.basic .masthead .ui.header {
  margin: 0;
  padding: 0 2rem 1rem;
}
.masthead .ui.header {
  margin: 0;
  padding: 0 2rem 1.7rem;
}
.v2 .masthead .ui.header {
  padding: 2rem 2rem 4rem;
}
#introSection, .ui.secondary.fluid.container {
  margin-left: auto !important;
  margin-right: auto !important;
}
.ui.container.service-nav {
  padding-top: 1.5em;
  padding-bottom: 2.5em;
}
.ui[class*="very padded"].segment {
  padding: 1em;
}
#aboutSection .ui.text.container, section#contact .ui.grid {
  padding: 0;
}
#marketing-services, #web-services {
  margin-top: 3em;
  margin-bottom: 3em;
}
.footer.segment {
  padding: 5em 0em;
}
.hide768max {
    display: none;
  }
.hide768min {
    display: block;
  }
.ui.teal.header.height0-768max {
    height: 0;
  }
#social-ads .column:first-child {
  padding-bottom: 0 !important;
}
#social-ads .column:nth-child(2) {
  padding-top: 0 !important;
}
#popup-social-ads-left .content {
  padding-bottom: 0;
}
/*
#popup-social-ads-left .item {
  margin-bottom: 0;
}
*/
#popup-social-ads-right .extra.content {
  padding-top: 0;
}
/*
#popup-social-ads-right .ui.items, #popup-social-ads-right .item {
  margin-top: 0;
}
*/
iframe {
  position: absolute;
  border: none;
  z-index: 999;
  -webkit-transition: all 200ms ease-in-out !important;
  transition: all 200ms ease-in-out !important;
}
/*
.ui.ad {
  background: #19b09f;
}
*/
/*
.ui.ad.transparentBg {
  background: transparent;
}
*/
/*
.ui.ad .loader.hide {
  display: none;
}
*/
.ui.ad .active.loader {
  position: absolute;
  z-index: 9;
}
.ui.loading.ad {
  position: relative;
  cursor: default;
  pointer-events: none;
  background: rgba(0,0,0,0.25);
  text-shadow: none !important;
/*  color: transparent !important;*/
  color: rgba(255,255,255,.9) !important;
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}
.ui.loading.ad::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  background: rgba(0,0,0,0.25);
  width: 3rem;
  height: 3rem;
  margin: -1.5rem 0 0 -1.5rem;
  border: .2em solid rgba(255,255,255,.15);
  border-radius: 500rem;
  z-index: 100;
}
.ui.loading.ad::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin: -1.5rem 0 0 -1.5rem;
  width: 3rem;
  height: 3rem;
  -webkit-animation: segment-spin .6s linear;
  animation: segment-spin .6s linear;
    /* animation-iteration-count: 1; */
  -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  border-radius: 500rem;
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: .2em;
  -webkit-box-shadow: 0 0 0 1px transparent;
  box-shadow: 0 0 0 1px transparent;
  visibility: visible;
  z-index: 101;
}
.ui.modal {
  margin-top: 1em !important;
}
.ui.special.no-border.card .ui.tiny.image {
  max-width: 80px !important;
}
.ui.big.divider {
  margin: 3rem 0;
}

/* --------------- TYPOGRAPHY --------------- */
p, span {
  font-weight: 300;
}
strong {
  font-weight: 600;
}
.masthead h1.ui.header, .footer h1.ui.header {
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: 4em;
  text-transform: lowercase;
}
.footer .ui.header {
  margin-top: 0.4em;
  margin-bottom: 0em;
}
h2, h2.ui.teal.header {
  text-transform: uppercase;
}
.masthead h2, .footer h2 {
  margin-top: 5px;
}
.footer h2 {
  font-size: 0.9em;
}
#introSection h2.ui.sub.header {
  font-size: 1em;
  font-weight: 500;
  color: #9EA5A4;
}
#introSection .ui.text.container p, .ui.text.container.smallScreen {
  text-align: left;
}
.ui.text.container.smallScreen {
  display: block;
}
.ui.text.container.bigScreen {
  display: none;
  }
#marketing-services h2, #web-services h2 {
  font-size: 1.2em;
}
#marketing-services h3, #web-services h3 {
  font-size: 1em;
  margin: 1em 0 0 0;
}
#marketing-services .ui.items .content h3, #web-services .ui.items .content h3 {
  margin-top: 0;
}
.ui.button {
  font-size: 1em;
}
.ui.statistic.tiny>.label {
  margin-top: 0.2em;
  font-size: 1.3em;
}
.ui.message p {
  font-weight: 400;
  opacity: 1;
}
.ui.message strong, #marketing-services strong, #web-services strong {
  font-weight: 500;
  color: #19B09F;
}
#marketing-services .ui.teal.message strong, #web-services .ui.teal.message strong {
  color: white;
}
p.hourly-rate {
  font-weight: 600;
  margin-bottom: 0;
}
.footer a {
  color: white;
}
.footer a:hover {
  color: tealDown;
}
.ui.modal .close.icon {
  top: 0.75rem;
  color: #19B09F;
}
.ui.mini.modal .close.icon {
  top: 0.5rem;
  right: -1rem;
}
.ui.modal .centered.close.icon {
  margin: 0 auto;
  top: -2.5rem;
  left: -50%;
  right: -50%;
}
#work-modal-02 .close.icon {
  color: #666;
}
#work-modal-02 .tiny.borderless.header {
  font-weight: 500;
}
.ui.mini.modal .tiny.header, .ui.tiny.modal .tiny.header, .ui.small.modal .tiny.header {
  font-size: 0.85rem;
}
.ui.modal .borderless.header {
  border: none;
  text-align: center;
}

/* --------------- COLOUR --------------- */
.ui.tealDark.fluid.container {
  background-color: #00827c;
}
.ui.secondary.container {
  background-color: #f2f2f2;
}
span.darkTeal {
  color: rgba(0,0,0,0.5)
}
.ui.teal.message {
  background-color: #19B09F;
  color: white;
}
.services #contact .blurring.dimmable > .inverted.dimmer {
  background-color: rgba(242,242,242,0.6);
}
.ui.basic.modal .close.icon {
  color: #dcddde;
}

/* --------------- CUSTOM ELEMENTS --------------- */
/* #headerLogo {
  background: url(img/powerhouse-w-tag-rev.svg);
} */
#headerLogo img {
  width: 450px;
  margin: 0 auto;
  max-width: 100%;
}
#footerLogo img {
  width: 450px;
  margin: 0 auto;
  max-width: 100%;
}
.service-nav .ui.icon.header {
  margin-top: 1em;
}
.service-nav .ui.icon.header img {
  width: 97px;
  max-width: 100%;
}
.service-nav .ui.icon.header .content, .service-nav .ui.icon.header .sub.header {
  padding-top: 2em;
}
.service-nav-titles a, .service-nav-title, .service-nav .ui.icon.header .content {
  text-transform: uppercase;
  color: #9EA5A4;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4em;
  max-width: 140px;
}
.service-nav .ui.icon.header .content .sub.header {
  text-transform: none;
  color: #19B09F;
  font-size: 1.2em;
  font-weight: 300;
}
.ui.message {
  border-radius: 5em;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.four.column.row.embeds {
  padding-bottom: 0;
}
.ui.special.no-border.card {
  border-radius: unset;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ui.special.no-border.card > .content {
  padding: 0 0 1em 0;
}
.ui.special.no-border.card > .extra {
  padding: 1.5em 0 0 0;
  border-top: none !important;
}
#popup-social-ads > .extra {
  padding: 0.5em 0 0 0;
}
.ui.special.no-border.card > .image {
  background: none;
}
/* In-image Ad */
.ui[class*="in-image"].ad {
  width: 500px;
  height: 600px;
}
/* In-screen Ad */
.ui[class*="in-screen"].ad {
  width: 900px;
  height: 600px;
}
.ui[class*="in-screen"].ad iframe {
  width: 95%;
}
/* Native Ad */
.ui.nativeAd.image {
  width: 100%;
  min-width: 330px;
  height: 600px;
  overflow-x: hidden;
}
.ui.nativeAd.image img {
  max-width: 900px;
  position: absolute;
  right: 0;
}
div.centered.mockup {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.ad300x250.mockup {
  width: 300px;
  height: 450px;
  background: url(../img/mockups/mockup-300x250-banner.png) no-repeat top center;
}
.ad300x600exp.mockup {
  width: 300px;
  height: 700px;
  background: url(../img/mockups/mockup-300x250-banner.png) no-repeat top center;
}
.mockup .ui.medium.rectangle.centered.ad, .mockup .ui.expandAd.ad {
  position: relative;
  top: 61px;
}
#contact .special.card .image, #introSection .special.card, #introSection .special.card .content {
  padding: 1em 0;
}
#introSection .special.card .blurring.dimmable.image {
  padding: 7px;
}
#introSection .special.card .ui.circular.image {
  -webkit-box-shadow: rgba(230,230,230,0.67) 0 2px 3px;
  box-shadow: rgba(230,230,230,0.67) 0 2px 3px;
}
#contact .special.card .header {
  font-size: 1.2em;
  font-weight: 500;
}
#contact .special.card .meta {
  padding-bottom: 1.5em;
  font-size: 0.9em;
  text-transform: uppercase;
}
#contact .special.card .extra.content a {
  display: inline-block;
  padding-top: 0.5em;
  font-size: 1.2em;
  font-weight: 300;
}
.address {
  padding-top: 2.5em;
  font-size: 1.1em;
  font-weight: 400;
}
#our-work.segment{
	background: none;
	border: none;
	box-shadow: none;
}
#rail-positioner{
	position: absolute;
	right: 0;
	height: 100%;
}
#hover-message {
	position: sticky;
	right: 100px;
	top: 35vh;
	background-color: #eaeaea;
	padding: 20px;
	border-radius: 5px;
}
#hover-message p {
	margin-top: 15px;
	font-weight: 400;
	font-size: 14px;
}

#hover-message i {
	animation: hoverMessageAnimation 3s;
}

@keyframes hoverMessageAnimation {
	0%	{
		transform:translate(0px, 0px);
	}
	33%	{
		transform:translate(-5px, 5px);
	}
	66%	{
		transform:translate(5px, -5px);
	}
	100%	{
		transform:translate(0px, 0px);
	}
}

/* --------------- MEDIA QUERIES --------------- */
@media (max-width: 700px) {
/*
  .masthead.segment {
    min-height: 200px;
  }
*/
/*
  .masthead .ui.header {
    font-size: 2em;
    margin: 1.5em 0;
  }
*/
  .masthead h2 {
    margin-top: 0.5em;
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 768px) {
  .ui.fixed.menu {
    display: none !important;
  }

  .modals.dimmer .ui.scrolling.modal {
    margin: 2.5rem auto !important;
  }
  .ui.basic.modal > .centered.close {
    top: -2rem !important;
    right: -50% !important;
  }
}
@media (min-width: 512px) {
  .ui[class*="very padded"].segment {
    padding: 3em;
  }
  #introSection .ui.text.container p, .ui.text.container.bigScreen {
    text-align: center;
  }
  .ui.text.container.bigScreen {
    display: block;
  }
  .ui.text.container.smallScreen {
    display: none;
  }
  .ad300x250.mockup {
    width: 360px;
  }
  .ad300x600exp.mockup {
    width: 360px;
  }
  .mockup .ui.expandAd.ad {
  top: 71px;
  }
}
@media (min-width: 768px) {
  .v2 .masthead > .ui.container {
    padding-top: 3.5rem;
    padding-bottom: 2rem;
  }
  .services .masthead > .ui.container {
    padding: 0 0 1rem 0;
  }
  .masthead .ui.header {
    margin-top: 4rem;
    margin-bottom: 6rem;
  }
  .basic .masthead .ui.header {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .services .masthead .ui.header {
    margin-bottom: 1.5rem;
  }
  .inverted.borderless.menu .item,
  .inverted.borderless.menu .menu {
    display: block;
  }
  .ui.inverted.borderless.menu .right.item, .ui.inverted.borderless.menu .right.item.placeholder {
    display: none !important;
  }
  #aboutSection .ui.text.container, section#contact .ui.grid {
    padding: 2em 0;
  }
  section#contact .ui.medium.teal.header {
    padding-top: 2em;
  }
  .hide768max {
    display: block;
  }
  .hide768min {
    display: none;
  }
  .ui.teal.header.height0-768max {
    height: unset;
  }
  .ui.button {
    font-size: 0.9em;
  }
  #popup-social-ads-left .content {
    padding-bottom: unset;
  }
  #social-ads .column:first-child {
    padding-bottom: unset !important;
  }
  #social-ads .column:nth-child(2) {
    padding-top: unset !important;
  }
/*
  #popup-social-ads-left .item {
    margin-bottom: unset;
  }
*/
/*
  #popup-social-ads-right .item {
    margin-top: unset;
  }
*/
  #popup-social-ads-right .extra.content {
    padding-top: 1.5em;
  }
/*
  #popup-social-ads-right .ui.items {
    margin-top: 1.5em;
  }
*/
  .ad300x250.mockup {
    width: 550px;
    height: 500px;
  }
  .ad300x600exp.mockup {
    width: 550px;
  }
}

@keyframes containerslide {
	100% {transform: translateX(0%);
		opacity: 1;
	}
}

@-webkit-keyframes containerslide {
	100% {transform: translateX(0%);
		opacity: 1;
	}
}

.richMediaSlider{
	opacity: 0;
	transform: translateX(20%);
	-webkit-transform: translateX(20%); 
	animation: containerslide 1.0s forwards;
	-webkit-animation: containerslide 1.0s forwards;	
	animation-play-state: paused;
	-webkit-animation-play-state: paused;
}

#animatedBannerContainer {
	width: 120vw;
	border-radius: 0px;
	animation: containerslide 1.0s forwards;
	-webkit-animation: containerslide 1.0s forwards;
	animation-play-state: paused;
	-webkit-animation-play-state: paused;
	background-color: #464948;
	margin-bottom: 00px;
}

#animatedBannerContainer h1{
	color: white;
	text-transform: none;
	text-align: left;
}

#animatedUpper {
	color: white;
	text-align: left;
	text-transform: uppercase;
	line-height: 1.2;
	padding-right: 0px;
	margin-right: -93px;
	font-weight: 500;
}

#animatedPrice{
	color: #19b09f;
	font-size: 8rem;
	margin-top: -8px;
	font-weight: 600;
	text-shadow: 3px 3px 0 rgba(0,0,0,.3);
}

#animatedLower {
	color: white;
	text-align: left;
	text-transform: uppercase;
	line-height: 1.2;
	margin-top: 95px;
	font-weight: 500;
}

#waysWeWork {
	color: white;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 2rem;
}

.ui.grid>.row>.column.borderSpacer {
	border-top: 3px solid #19b09f;
	margin-top: 23px;
}

.bannerNumber {
	
}

.step {
	background: #777777;
	border-radius: 0.8em;
	-moz-border-radius: 0.8em;
	-webkit-border-radius: 0.8em;
	color: #ffffff;
	display: inline-block;
	font-weight: bold;
	line-height: 1.6em;
	margin-right: 5px;
	text-align: center;
	width: 1.6em;
	font-size: 2.3rem; 
	text-shadow:
       2px 2px 0 rgba(0,0,0,.2);
}

.bannerDescription {
	color: white;
	text-align: left;
	
}

.bannerPrices {
	color: #19b09f;
	text-transform: uppercase;
	font-weight: 500;
}

.animatedLabels {
	text-align: center !important;
	color: white;
	text-transform: uppercase;
	
}

.animatedLabelsSpan {
	border: 1px solid #19b09f;
	border-radius: 10px;
	padding: 6px 15px;
	font-weight: 500;
}

#richMediaContainer {
	width: 120vw;
	border-radius: 0px; 
	animation: containerslide 1.0s forwards;
	-webkit-animation: containerslide 1.0s forwards;
	animation-play-state: paused;
	-webkit-animation-play-state: paused;
	background-color: #19b09f;
	margin-bottom: 0px;
}

#richMediaContainer2 {
	width: 120vw; 
	animation: containerslide 1.0s forwards;
	-webkit-animation: containerslide 1.0s forwards;
	animation-play-state: paused;
	-webkit-animation-play-state: paused;
	margin-bottom: 0px;
}

#richMediaContainer3 {
	width: 120vw;
	animation: containerslide 1.0s forwards ;
	-webkit-animation: containerslide 1.0s forwards;
	animation-play-state: paused;
	-webkit-animation-play-state: paused;
	background-color: #128378;
	color: white;
	margin-bottom: 0px;
	}
	
#richMediaContainer3 h1 {
	color: white;
}

#richMediaContainer4 {
	width: 120vw;
	border-radius: 10px;
	background-color: white;
	 
}


#richMediaContainer5 {
	width: 120vw;
	animation: containerslide 1.0s forwards ;
	-webkit-animation: containerslide 1.0s forwards;
	animation-play-state: paused;
	-webkit-animation-play-state: paused;
	background-color: #19b09f;
	color: white;
	margin-bottom: 0px;
	}
	
#richMediaContainer5 h1 {
	color: white;
}

#richMediaContainer6 {
	width: 120vw; 
	animation: containerslide 1.0s forwards;
	-webkit-animation: containerslide 1.0s forwards;
	animation-play-state: paused;
	-webkit-animation-play-state: paused;
	margin-bottom: 0px;
	background-color: #fff;
}

#contact {
	background-color: white;
}

.edmUpper {
	text-transform: uppercase;
	font-weight: 500;
	
}

.edmPrice {
	font-size: 5rem;
	font-weight: 600;
	text-shadow:
       3px 3px 0 rgba(0,0,0,.3);
}

.edmDetails {
	line-height: 1.0;
	margin-bottom: 20px;
}

#nativePrice{
	color: #19b09f;
	font-size: 5rem;
	font-weight: 600;
	text-shadow:
       3px 3px 0 rgba(255,255,255,.3);
}

#nativeUpper{
	text-transform: uppercase;
	color: #19b09f;
	margin-bottom: -21px;
	font-weight: 600;
	font-size: 1.2rem;
}

.pricingText{
	color: white;
	text-align: left;
	padding-left: 50px;
	
}

.teal {
	color: #19B09F!important;
}

.pricing{
	font-size: 1rem;
	text-transform: uppercase;
}

.price{
	font-size: 5rem;
	font-weight: 600;
	text-shadow:
       2px 2px 0 rgba(0,0,0,.3);
}

.platform-price-wrap {
	text-align: center;
	position: relative;
	top: -21px;
	padding-left: 0px !important;
}

.group-keywords>p {
	display: inline-block;
	background-color: #f2f2f2;
	padding: 2px 10px;
	border-radius: 5px;
}

.platform-conversion-description {
	text-align: left;
	font-size: 17px;
}

#richMediaContainer6 .group-keywords {
	text-align: right;
}

#richMediaContainer6 .pricingText {
	text-shadow: none;
}

.richMediaTitles{
	text-align: left;
	color: white;
	text-transform: uppercase;
}

#richTitle {
	color: white;
	font-size: 2.1rem;
	margin-bottom: 25px;
}

#dynamicCreative{
	text-align: left;
	padding-right: 40px;
}

#nativeDescription{
	font-size: 1.4rem;
	font-weight: 500;
	text-align: left;
}

#landingPages {
	text-align: left;
}

.svgAnimation *{
	animation-play-state: paused;
	animation-duration: 50s;
	animation-delay: 1.0s;
	-webkit-animation-delay:1s;
}

#el_MwMAm5rR4 *{
	animation-delay: 1.0s;
}

#el_AMegkRdyg *{
	animation-delay: 2.0s;
}

 #landingPages h1 {
	  margin-bottom: 10px;
  }
  
  #edmDesign {
	  text-align: left;
	  padding-right: 40px;
  }
  


@media (min-width: 900px) {
  .ad300x250.mockup {
    width: 650px;
    height: 650px;
  }
  .ad300x600exp.mockup {
    width: 650px;
  }
}
@media (min-width: 1050px) {
  .ui[class*="in-screen"].ad iframe {
    width: 900px;
  }
}


@media (max-width: 991px) {
	
	#richMediaContainer6 .group-keywords, .platform-conversion-description {
		text-align: center;
	}
	
	.platform-price-wrap {
		top: 0px;
		padding: 20px auto;
	}
	
	.animatedImage {
	  margin-bottom: 25px !important;
	  padding-left: 30px !important;
    }
  
	#animatedBannerContainer h1 {
		  text-align: center;
	  }
	  
	#animatedPrice {
		font-size: 5em;
		margin-top: -10px;
		margin-bottom: -10px;
	}
	
	#animatedLower {
	  margin-top: 0px;
	  font-size: 1.2em;
	  text-align: center;
  }
  
 .ui.grid>.row>.column.borderSpacer {
	  margin-top: 0px !important;
  }
	
  #animatedUpper {
	  margin-bottom: -10px;
	  font-size: 1.2em;
	  text-align: center;
  }
  
  #animatedUpper br {
	  display: none;
  }
  
  #animatedLower br {
	  display: none;
  }
  
  #animationContainer {
	  padding-left: 1rem !important;
  }
  
  #richMediaContainer {
	animation: containerslide 0.6s forwards ;
	-webkit-animation: containerslide 0.6s forwards;
	animation-play-state: paused;
	-webkit-animation-play-state: paused;
	}
	
	#richMediaContainer2 {
	animation: containerslide 0.6s forwards ;
	-webkit-animation: containerslide 0.6s forwards;
	animation-play-state: paused;
	-webkit-animation-play-state: paused;
	}
	
	#richMediaContainer3 {
	animation: containerslide 0.6s forwards ;
	-webkit-animation: containerslide 0.6s forwards;
	animation-play-state: paused;
	-webkit-animation-play-state: paused;
	}
	
	#richMediaContainer4 {
	animation: containerslide 0.6s forwards ;
	-webkit-animation: containerslide 0.6s forwards;
	animation-play-state: paused;
	-webkit-animation-play-state: paused;
	}
  
  #richMediaContainer5 {
	animation: containerslide 0.6s forwards ;
	-webkit-animation: containerslide 0.6s forwards;
	animation-play-state: paused;
	-webkit-animation-play-state: paused;
	}
	
	.pricingText {
		order: 1;
		
	}
	
	#richTitle{
		text-align: center;
	}
	
	#richMediaAnimation {
		order: 2;
	}
	
	#nativeImg {
		margin-bottom: 35px;
	}
	
	#nativeDescription {
		text-align: center;
	}
	
	#landingPages {
		order: 2;
	}
	
	#landingImg {
		order: 1;
	}
	
	#dynamicCreative {
		padding-right: 16px;
	}
	
	#annoyingSpacer{
		display: none;
	}
	
	#annoyingSpacer2{
		display: none;
	}
	
	#waysWeWork {
		line-height: 1.0;
		padding-bottom: 10px;
	}
	
	.borderSpacer {
		padding-bottom: 10px;
	}
	
	#richTitle {
		line-height: 1.0;
	}
	
	#nativeHeader {
		line-height: 1.0;
	}
	
	#dynamicHeader {
		line-height: 1.0;
	}
	
	#landingHeader {
		line-height: 1.0;
	}
	
	#edmHeader {
		line-height: 1.0;
	}
	
	.sectionHeader {
		line-height: 1.0;
	}
	
	
}


@media (max-width: 768px) {
  .ui.items:not(.unstackable) > .item > .image {
    width: unset !important;
  }
  
  .animatedLabels {
	  margin-bottom: 20px !important;
  }
  
  .pricingText {
	  
	  text-align: center;
  }
  
  #richDescription {
	  padding-bottom: 20px;
  }
  
  #dynamicCreative {
	  text-align: center;
	  padding-bottom: 40px;
  }
  
  #landingLaptop {
	  max-width: 1000px !important;
	  height: 51vw;
	  width: auto;
	  margin-left: -53vw;
	  
  }
  
  #landingPages {
	  font-size: 3.5vw;
  }
  
  #landingPages h1 {
	  font-size: 6vw;
	  margin-bottom: 2px;
  }
  
  #edmImg {
	  order: 1;
	  padding-bottom: 20px;
  }
  
  #edmDesign {
	  order: 2;
  }
  
  #atSymbol {
	  width: 30vw;
  }
  
  #our-work .right.rail {
	  display: none;
  }
  
  
  
  
  
  
}


@media (max-width: 640px) {
	.step {
		font-size: 1.6em;
	}
	
	}

@media (max-width: 420px) {
  .ui.dimmer.modals {
    padding: 0;
  }
  .ui.fullscreen.modal {
    width: 100% !important;
    margin-top: 0 !important;
  }
  
  
}

@media (max-width: 400px) {
	.mobileSpacer {
		display: block;
		height: 10px;
	}
}

@media (min-width: 400px) {
	.ignoreAboveMobile{
		display: none;
	}
	
	.mobileSpacer {
		display: none;
	}
}

#loadmorecontainer{
	margin-top: 50px;
	display: flex;
	justify-content: center;
}

#our-work-container{
	padding-bottom: 50px;
}

#loadmorebtn{
	background: transparent;
	border: 2px solid #d5d5d5;
	color: #b0b0b0;
	    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 500;
}


#workTitle{
	width: 100%;
	display: block;
}


/* --------------- KEYFRAME ANIMATIONS --------------- */
/*
@-webkit-keyframes logoSlide {
  0% {-webkit-transform: translatex(0%);transform: translatex(0%);}
  50% {-webkit-transform: translateX(-67%);transform: translateX(-67%);}
  100% {-webkit-transform: translatex(0%);transform: translatex(0%);}
}
@keyframes logoSlide {
  0% {-webkit-transform: translatex(0%);transform: translatex(0%);}
  50% {-webkit-transform: translateX(-67%);transform: translateX(-67%);}
  100% {-webkit-transform: translatex(0%);transform: translatex(0%);}
}

#client-logo-col {
  overflow-x: hidden;
}
#client-logos {
  width: 300%;
  max-width: 300%;
  -webkit-animation: logoSlide 10s infinite;
  animation: logoSlide 10s infinite;
}
*/

/*
.ui.vertical.stripe {
  padding: 8em 0em;
}
.ui.vertical.stripe h3 {
  font-size: 2em;
}
.ui.vertical.stripe .button + h3,
.ui.vertical.stripe p + h3 {
  margin-top: 3em;
}
.ui.vertical.stripe .floated.image {
  clear: both;
}
.ui.vertical.stripe p {
  font-size: 1.33em;
}
.ui.vertical.stripe .horizontal.divider {
  margin: 3em 0em;
}
*/
