/* ======
 * Hero 01
 * ============ */
.atmc-hero-01 {
	position: relative;
	width: 100%;
	padding: 0rem 0 4rem;
}
.atmc-hero-01 .atmc-container > .row-fluid > .span12 {
	position: relative;
}
/*
.atmc-hero-01 .atmc-container > .row-fluid > .span12:before,
.atmc-hero-01 .atmc-container > .row-fluid > .span12:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #fff;
	opacity: 0.5;
	height: 40px;
	width: 1px;
}
.atmc-hero-01 .atmc-container > .row-fluid > .span12:before {
	top: -45px;
}
.atmc-hero-01 .atmc-container > .row-fluid > .span12:after {
	bottom: -45px;
}
*/
/* ======
 * Hero 02
 * ============ */
.atmc-hero-02 {
	padding: 3rem 0;
} 

/* ======
 * Hero 03
 * ============ */
.atmc-hero-03 {
	position: relative;
}
@media (min-width:768px) {
	.atmc-hero-03 .atmc-hero-03_heading {
		font-size: 6rem;
	}
}

/* Play Button */
.atmc-hero-03_button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 140px;
	height: 140px;
	margin: auto;
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-radius: 100%;
  animation: atmcHero01Animation 2.2s infinite;
}
.atmc-hero-03_button svg {
	height: 40px;
	fill: #fff;
}
@-webkit-keyframes atmcHero01Animation {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.3);
  }
  70% {
      -webkit-box-shadow: 0 0 0 20px rgba(255,255,255, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
  }
}
@keyframes atmcHero01Animation {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0.3);
    box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(255,255,255, 0);
      box-shadow: 0 0 0 20px rgba(255,255,255, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
      box-shadow: 0 0 0 0 rgba(255,255,255, 0);
  }
}

/* ======
 * Hero 04
 * ============ */
.atmc-hero-04 {
	position: relative;
}

/* CTAs */
.atmc-hero-04_ctas {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.atmc-hero-04_ctas > div:first-child {
	margin-right: 1rem;
}

/* Float Image */
@media (min-width:768px) {
	.atmc-hero-04_float_image {
    position: absolute;
    right: 1rem;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 800px;
		max-width: 55%;
    height: 400px;
	}
	.atmc-hero-04_float_image img {
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		max-width: 100%;
		max-height: 100%;
	}
}
@media (min-width:1024px) {
	.atmc-hero-04_float_image {
		right: 1rem;
	}
} 
@media (min-width:1600px) {
	.atmc-hero-04_float_image {
		right: 10%;
	}
}

/* ======
 * Hero 05
 * ============ */
.atmc-hero-05 {
	position: relative;
}
@media (min-width:768px) {
	.atmc-hero-05 .atmc-container > .row-fluid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

/* CTAs */
.atmc-hero-05_ctas {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.atmc-hero-05_ctas > div:first-child {
	margin-right: 1rem;
}

/* Float Image */
@media (min-width:768px) {
	.atmc-hero-05_float_image {
    position: absolute;
    right: 1rem;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 800px;
		max-width: 55%;
    height: 400px;
	}
	.atmc-hero-05_float_image img {
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		max-width: 100%;
		max-height: 100%;
	}
}
@media (min-width:992px) {
	.atmc-hero-05_float_image {
		right: 1rem;
	}
}
@media (min-width:1024px) {
	.atmc-hero-05_float_image {
		right: 10%;
	}
}

/* ======
 * Hero 06
 * ============ */
.atmc-hero-06 {
	position: relative;
	padding: 1rem 0 2rem 0;
}
.atmc-hero-06_ctas {
	margin-left: -.5rem;
	margin-right: -.5rem;
}
.atmc-hero-06_ctas > div {
	margin: 0 .5rem;
}

/* ======
 * Hero 07
 * ============ */
.atmc-hero-07 {
	position: relative;
}
@media (min-width:768px) {
	.atmc-hero-07 .atmc-container > .row-fluid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

/* CTAs */
.atmc-hero-07_ctas {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.atmc-hero-07_ctas > div:first-child {
	margin-right: 1rem;
}

/* Logos */
.atmc-hero-07_logo_repeater {
	margin-left: -.5rem;
	margin-right: -.5rem;
}
.atmc-hero-07_logo {
	padding: .5rem;
}

/* ======
 * Hero 08
 * ============ */
.atmc-hero-08 {
	padding: 2rem 0;
} 

/* ======
 * Hero 09
 * ============ */
.atmc-hero-09 {
	position: relative;
}
.atmc-hero-09.atmc-overlay:before {
	z-index: 2;
}
.atmc-hero-09 .row-fluid {
	position: relative;
	z-index: 3;
}

/* Heading */
.atmc-hero-09_heading {
	margin: 2rem 0;
	font-size: 5rem;
}
@media (max-width:991px) {
	.atmc-hero-09_heading {
		font-size: 3rem;
	}
}

/* Backgrounds */
.atmc-hero-09_bg_01 {
	position: absolute;
	left: 0;
	top: 0;
	width: 90%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
	border-right: 2px solid rgba(255, 255, 255, 0.2);
	animation: atmcHero09_01 20s infinite;
	-webkit-animation: atmcHero09_01 20s infinite;
}
.atmc-hero-09_bg_02 {
	position: absolute;
	right: 0;
	top: 0;
	width: 10%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
	animation: atmcHero09_02 20s infinite;
	-webkit-animation: atmcHero09_02 20s infinite;
}

@keyframes atmcHero09_01 {
	0% {
		width: 90%;
	}
	20% {
		width: 90%;
	}
	30% {
		width: 10%;
	}
	70% {
		width: 10%;
	}
	80% {
		width: 90%;
	}
	100% {
		width: 90%;
	}
}
@-webkit-keyframes atmcHero09_01 {
	0% {
		width: 90%;
	}
	20% {
		width: 90%;
	}
	30% {
		width: 10%;
	}
	70% {
		width: 10%;
	}
	80% {
		width: 90%;
	}
	100% {
		width: 90%;
	}
}
@-webkit-keyframes atmcHero09_02 {
	0% {
		width: 10%;
	}
	20% {
		width: 10%;
	}
	30% {
		width: 90%;
	}
	70% {
		width: 90%;
	}
	80% {
		width: 10%;
	}
	100% {
		width: 10%;
	}
}
@keyframes atmcHero09_02 {
	0% {
		width: 10%;
	}
	20% {
		width: 10%;
	}
	30% {
		width: 90%;
	}
	70% {
		width: 90%;
	}
	80% {
		width: 10%;
	}
	100% {
		width: 10%;
	}
}

/* ======
 * Hero 10
 * ============ */
.atmc-hero-10 {
	position: relative;
	overflow: hidden;
}
@media (min-width:768px) and (max-width:991px) {
	.atmc-hero-10.atmc-full-height {
		display: block!important;
		min-height: 0;
	}
	.atmc-hero-10 .atmc-container > .row-fluid > div {
		display: block;
		width: 100%!important;
		margin: 0!important;
	}
}

/* Content */
.atmc-hero-10_content {
	width: 100%;
	max-width: 100%;
	margin: auto;
}
@media (min-width:992px) {
	.atmc-hero-10_content {
		padding-right: 3rem;
	}
}

/* CTAs */
.atmc-hero-10_ctas {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.atmc-hero-10 .text-center .atmc-hero-10_ctas {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.atmc-hero-10_ctas > div:first-child {
	margin-right: 1rem;
}

/* Image */
.atmc-hero-10_image_wrapper {
	position: absolute;
	right: -20%;
	top: 0;
	width: 66%;
	height: 100%;
	transform: skew(-18deg);
	overflow: hidden;
}
/* @media (min-width:768px) and (max-width:991px) {
	.atmc-hero-10_image_wrapper {
		width: 66%;
	}
} */
@media (min-width:992px) {
	.atmc-hero-10_image img {
		display: none!important;
	}
	.atmc-hero-10_image {
		position: absolute;
		top: 0;
		left: -18vw;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		transform: skew(18deg);
		-webkit-transform: skew(18deg);
	}
} 
@media (max-width:991px) {
	.atmc-hero-10 {
		padding-bottom: 0;
	}
	.atmc-hero-10_image_wrapper {
		position: relative;
		left: 0;
		right: 0;
		display: block;
		width: 100%;
		margin-top: 2rem;
		transform: initial;
		-webkit-transform: initial;
	}
	.atmc-hero-10_image {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		left: 0;
		background-image: none!important;
		transform: initial;
		-webkit-transform: initial;
	}
	.atmc-hero-10_image img {
		display: block;
		width: auto;
	}
}

/* ======
 * Hero 11
 * ============ */
.atmc-hero-11 {
	position: relative;
}
@media (min-width:768px) {
	.atmc-hero-11 .atmc-container > .row-fluid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
@media (max-width:767px) {
	.atmc-hero-11 {
		padding: 0!important;
	}
}

/* Float Image */
@media (min-width:768px) {
	.atmc-hero-11_image {
    position: absolute;
    left: 0;
    top: 0;
		width: 50%;
		height: 100%;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}
	.atmc-hero-11_image img {
		display: none!important;
	}
}
@media (max-width:767px) {
	.atmc-hero-11_image {
		background-image: none!important;
	}
	.atmc-hero-11_image img {
	  display: inline-block;
		width: 100%;
	}
}
	
/* Content */
.atmc-hero-11_content {
	width: 500px;
	max-width: 100%;
	margin: auto;
	padding: 1rem 20px;
}
@media (max-width:767px) {
	.atmc-hero-11_content {
		padding: 2rem 20px;
	}
}

/* ======
 * Hero 12
 * ============ */
.atmc-hero-12 {
	position: relative;
}

/* Content */
.atmc-hero-12_content {
	width: 500px;
	max-width: 100%;
	margin: auto;
}

/* CTAs */
.atmc-hero-12_ctas {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.atmc-hero-12 .text-center .atmc-hero-12_ctas {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.atmc-hero-12_ctas > div:first-child {
	margin-right: 1rem;
}

/* ======
 * Hero 13
 * ============ */
.atmc-hero-13 {
	position: relative;
}

/* Heading */
.atmc-hero-13_heading {
	letter-spacing: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
@media (min-width:768px) {
	.atmc-hero-13_heading {
		font-size: 6rem;
	}
}

/* CTAs */
.atmc-hero-13_ctas {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.atmc-hero-13 .text-center .atmc-hero-13_ctas {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.atmc-hero-13_ctas > div:first-child {
	margin-right: 1rem;
}

/* Wrapper */
.atmc-hero-13_wrapper {
	position: relative;
}
.atmc-hero-13_wrapper:before {
	content: "";
	position: absolute;
	left: -2rem;
	top: 0;
	width: 50%;
	height: 250%;
	border: 4px solid var(--lightgray);
	bottom: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 5;
	border-right: 0;
} 
.atmc-hero-13_wrapper:after {
	content: "";
	position: absolute;
	top: 0;
	width: 250px;
	height: 250px;
	bottom: 0;
	right: -10%;
	top: 50%;
	transform: translateY(-50%) scale(0.5);
	-webkit-transform: translateY(-50%) scale(0.5);
	z-index: 5;
	border-left: 0;
	background-color: var(--lightgray);
	opacity: 0.1;
	animation: atmcHero13 4s infinite;
}
@media (max-width:767px) {
	.atmc-hero-13 {
		padding: 10rem 0;
	}
	.atmc-hero-13_wrapper:before {
		height: 150%;
	}
}
@keyframes atmcHero13 {
	30% {
		transform: translateY(-50%) scale(0.5);
	}
	50% {
		transform: translateY(-50%) scale(0.5) rotateZ(360deg);
	}
	100% {
		transform: translateY(-50%) scale(0.5) rotateZ(360deg);
	}
}
@-webkit-keyframes atmcHero13 {
	30% {
		-webkit-transform: translateY(-50%) scale(0.5);
	}
	50% {
		-webkit-transform: translateY(-50%) scale(0.5) rotateZ(360deg);
	}
	100% {
		-webkit-transform: translateY(-50%) scale(0.5) rotateZ(360deg);
	}
}

/* ======
 * Hero 14
 * ============ */
.atmc-hero-14 {
	padding: 7rem 0;
} 

/* Breadcrumb */
.atmc-hero-14_menu ul.hs-breadcrumb-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	font-size: 16px;
}
.atmc-hero-14_menu ul.hs-breadcrumb-menu li {
	position: relative;
	display: inline-block;
	padding: 0 15px 0 10px;
}
.atmc-hero-14_menu .hs-breadcrumb-menu > li:first-child {
	padding-left: 0;
}
.atmc-hero-14_menu .hs-breadcrumb-menu > li:after {
	content: "/";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	color: var(--lightgray);
}
.atmc-hero-14_menu .hs-breadcrumb-menu > li:last-child {
	color: var(--primary);
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 14px;
}
.atmc-hero-14_menu .hs-breadcrumb-menu > li:last-child:after {
	display: none;
}
.atmc-hero-14_menu ul.hs-breadcrumb-menu li a {
	color: var(--lightgray);
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}
	.atmc-hero-14_menu ul.hs-breadcrumb-menu li a:hover {
		color: var(--primary);
	}
.atmc-hero-14_home a {
	line-height: 1;
}
.atmc-hero-14_icon svg {
	height: 14px;
	transition: 0.3s ease;
} 
	.atmc-hero-14_home a:hover svg {
		fill: var(--primary);
	}

/* Divider */
.atmc-hero-14_menu .hs-breadcrumb-menu-divider {
	display: none!important;
}
