.home .top-image {
    padding: 0px!important;
}


/*!
theme = my services
 */
 
 .features-secondary {
 	margin: 0;
 }
 .features {
 	display: flex;
 	list-style-type: none;
 	padding: 0;
	 margin: 0;
 }
 .features .feature {
 	-moz-box-flex: 0;
 	flex: 0 0 50%;
 }

.feature > a:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .3;
	background: #000;
	z-index: 1;
	-webkit-transition: opacity 0.3s, background 0.3s;
	-o-transition: opacity 0.3s, background 0.3s;
	transition: opacity 0.3s, background 0.3s;
}

.feature > a:hover:before {
	opacity: .8;
	background: #2ab5d3;
}
 .feature img {
 	height: auto;
 	width: 100%;
 }
 .feature-secondary .feature-content {
 	max-width: 450px;
 }
 .feature .feature-content {
 	left: 50%;
 	max-width: 400px;
 	padding: 0 10px;
 	position: absolute;
 	top: 50%;
 	transform: translate(-50%, -50%);
 	width: 100%;
 	z-index: 2;
 }
 .feature-secondary h5 {
 	margin-bottom: 20px;
 }
 .feature h5 {
 	margin: 0 0 15px;
 	text-transform: uppercase;
 }
 .feature-secondary p {
 	margin-bottom: 20px;
 }
 .feature p {
 	margin-bottom: 36px;
 }
 .link-more-white {
 	color: #ffffff;
 	font-size: 13px;
 }
 .link-more {
 	color: #14aecf;
 	display: inline-block;
 	font-size: 12px;
 	font-weight: 600;
 	letter-spacing: 0.1em;
 	text-transform: uppercase;
 }


.feature {
	position: relative;
	font-style: normal;
	font-weight: 300;
	color: #fff;
	text-align: center;
}

.feature-primary a {
	-webkit-transition: transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	backface-visibility: hidden;
}

.feature > a {
	position: relative;
	display: block;
	color: inherit;
	z-index: 3;
}

.feature img {
	width: 100%;
	height: auto;
}

.feature .feature-content {
	position: absolute;
	width: 100%;
	max-width: 400px;
	top: 50%;
	left: 50%;
	padding: 0 10px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
}

.feature h5 {
	text-transform: uppercase;
	margin: 0 0 15px;
}

.btn-transparent {
	padding: 0 22px;
	border: 2px solid #f3f3f0;
	font-size: 12px;
	line-height: 40px;
	font-weight: 600;
	letter-spacing: 0.1em;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: color 0.3s, background 0.3s;
	-o-transition: color 0.3s, background 0.3s;
	transition: color 0.3s, background 0.3s;
	background: transparent;
}

.btn-transparent:focus, .btn-transparent:hover {
	background: #fff;
	color: #000;
}

.section-contact {
	padding: 104px 0 106px;
	color: #fff;
	background: #14aecf;
}

.feature-primary a:hover {
	-webkit-transform: scale(1.06);
	-ms-transform: scale(1.06);
	-o-transform: scale(1.06);
	transform: scale(1.06);
}

.feature-primary a:hover::before {
	opacity: .5;
	background: #000;
}



.section-featured .section-content {
	padding: 50px 70px 0 0;
}

.section-featured em {
	display: block;
	margin-bottom: 22px;
	font-family: "Georgia", serif;
	font-size: 15px;
	color: #aaa;
}

.section-featured h5 {
	text-transform: uppercase;
	margin-bottom: 27px;
}

.section-featured p {
	margin-bottom: 28px;
}

.section-posts {
	padding: 105px 0 40px;
}



.section-info {
	padding: 122px 0 120px;
}

.section-info-grey {
	padding: 117px 0 124px;
	background: #f5f5f5;
}

.section-info h5 {
	text-transform: uppercase;
	margin: 0 0 27px;
}

.section-info .section-title {
	text-align: center;
	margin-bottom: 57px;
}

.slider-testimonials-secondary {
	position: relative;
	margin-bottom: -15px;
}

.slider-testimonials-secondary .slides {
	padding: 0 40px;
	margin: 0;
	list-style-type: none;
}

.testimonial-primary {
	padding: 148px 0 154px;
	color: #000;
}

.slider-testimonials-secondary .slides .testimonial {
	padding: 0;
}

.testimonial .testimonial-inner {
	max-width: 810px;
	margin: 0 auto;
}

.testimonial em {
	display: block;
	margin-bottom: 39px;
}

.testimonial strong {
	display: block;
	font-family:'Proxima Nova W01';
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.testimonial span {
	display: block;
	padding-top: 10px;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
}

.section-info-grey strong {
	display: block;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.testimonial-primary strong {
	color: #aaa;
}

.slider-testimonials-secondary .owl-prev, .slider-testimonials-secondary .owl-next {
	position: absolute;
	width: 39px;
	height: 39px;
	top: 50%;
	margin-top: -59px;
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;
	-webkit-transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	transition: border-color 0.3s;
	font-size: 0;
	line-height: 0;
	text-indent: -4004px;
}

.slider-testimonials-secondary .owl-prev {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
	left: 8px;
}

.slider-testimonials-secondary .owl-next {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 8px;
}

.slider-testimonials-secondary .owl-prev:hover, .slider-testimonials-secondary .owl-next:hover {
	border-color: #000;
}

.list-images {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.list-images li {
	float: left;
	width: 25%;
}

.list-images a {
	display: block;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.list-images img {
	width: 100%;
	height: auto;
}

.list-images .image-tall {
	float: right;
}

.list-images .image-large {
	width: 50%;
}

.list-images::after {
	content: '';
	display: block;
	clear: both;
}

.article p + h6 {
	padding-top: 30px;
}

.article .article-link {
	display: inline-block;
	font-size: 12px;
	letter-spacing: 0.1em;
	font-weight: 700;
	color: #aaa;
	text-transform: uppercase;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.paging {
	clear: both;
	text-align: center;
	width: 100%;
	margin: 25px 0 0 0;
}

.section-features-secondary .section-body h5 {
	text-transform: uppercase;
	text-align: center;
	margin: -16px 0 61px;
}

.intro .intro-content-teritary .intro-image {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 41.75%;
	-moz-box-flex: 0;
	-moz-flex: 0 0 41.75%;
	-ms-flex: 0 0 41.75%;
	flex: 0 0 41.75%;
	-webkit-align-self: flex-end;
	-moz-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.intro .intro-content-teritary {
	top: 0;
	height: 100%;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.intro .intro-content-teritary .intro-inner {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 530px;
	-moz-box-flex: 0;
	-moz-flex: 0 1 530px;
	-ms-flex: 0 1 530px;
	flex: 0 1 530px;
}

.intro .intro-content-teritary .container {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	height: 100%;
	padding: 0 85px;
}

.intro-overlayed-teritary::before {
	opacity: .9;
	background: #14aecf;
	background: -moz-linear-gradient(left, #14aecf 0%, #14cfb2 100%);
	background: -webkit-linear-gradient(left, #14aecf 0%, #14cfb2 100%);
	background: linear-gradient(to right, #14aecf 0%, #14cfb2 100%);
}

.intro .intro-content-secondary h4 {
	font-family:'Proxima Nova W01';
	line-height: 1.13;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 23px;
	font-size: 45px;
	letter-spacing: 4px;;
}

@media (max-width: 1279px) {
	.intro .intro-content-secondary p {
		max-width: 50%;
	}
	.intro .intro-content-secondary .container {
		padding: 0 15px;
	}
	.intro .intro-content-teritary h4 {
		font-size: 38px;
	}
	.intro .intro-content-teritary p {
		max-width: 100%;
	}
	.intro .intro-content-secondary .container {
		padding: 0 15px;
	}
}

@media (max-width: 991px) {
	.testimonial {
		padding: 80px 0;
	}
	.article p + h5 {
		padding-top: 20px;
	}
	.article .cols {
		margin: 0 -15px;
	}
	.article .col {
		padding: 0 15px;
	}
	.article .article-actions {
		padding: 0 0 45px;
	}
	.section-article {
		padding: 0 0 25px;
	}
	.article {
		padding: 20px 0;
	}
	.section-podcasts .col-sm-6 {
		float: none;
		width: 49%;
		display: inline-block;
		margin-bottom: 30px;
	}
	.section-podcasts .section-actions {
		padding-top: 20px;
	}
	.section-events {
		padding: 80px 0;
	}
	.section .section-content {
		padding: 0;
	}
	.section {
		padding: 60px 0 90px;
	}
    .home .section-primary {
        padding-bottom:0;
    }
	.feeding-america {
		padding: 30px;
	}

	.video p {
		display: none;
	}
	.list-partners li {
		margin-bottom: 50px;
	}
	.list-partners {
		margin-bottom: -50px;
	}
	.section-teritary h5 {
		margin-bottom: 60px;
	}
	.section-teritary {
		padding: 60px 0;
	}
	.testimonial {
		padding: 80px 0;
	}
	.article blockquote {
		margin: 42px 0 44px;
	}
	.section-posts {
		padding: 60px 0 0;
	}
	.section-posts .section-link span {
		margin-bottom: 10px;
	}
	.section-posts .col-sm-6 {
		float: none;
		width: 49%;
		display: inline-block;
		vertical-align: top;
		margin-bottom: 30px;
	}
	.section-simple {
		padding: 60px 0;
	}

	.section-pricing-content {
		padding: 50px 0 0 0 !important;
	}
	.feature h5 {
		font-size: 19px;
		margin-bottom: 10px;
	}
	.feature p {
		font-size: 14px;
	}
	.section .section-image {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 280px;
		-moz-box-flex: 0;
		-moz-flex: 0 0 280px;
		-ms-flex: 0 0 280px;
		flex: 0 0 280px;
		margin-right: 40px;
	}
	.section-testimonials .slider-images {
		margin-right: 40px;
	}
	.section-featured .section-content {
		padding-top: 0;
	}
	.section-posts {
		padding: 60px 0 0;
	}
	.section-podcasts {
		padding: 70px 0 30px;
	}
	.section-blue {
		padding: 65px 0;
	}

	.article .article-inner {
		margin: 0;
	}

	.article .article-image {
		margin-bottom: 50px;
	}

	.article .article-media .ico-play {
		margin: -37px 0 0 -37px;
	}

	.section-info {
		padding: 60px 0;
	}
}

@media (max-width: 767px) {
	.testimonial span {
		padding-top: 3px;
	}
	.testimonial em {
		margin-bottom: 20px;
	}
	.testimonial {
		padding: 65px 0;
		font-size: 22px;
	}
	.slider-testimonials-secondary .slides {
		padding: 0;
	}
	.section-info h5 {
		margin-bottom: 15px;
	}
	.section-info .section-title {
		margin-bottom: 25px;
	}
	.slider-features .owl-prev::before, .slider-features .owl-next::before {
		width: 9px;
		height: 9px;
		border-width: 1px;
	}
	.slider-features .owl-prev, .slider-features .owl-next {
		width: 25px;
		height: 25px;
		background: rgba(255, 255, 255, 0.5);
	}
	.section-primary h5 {
		margin-bottom: 31px;
	}
	.section-primary {
		padding: 30px 0 0;
	}
	.podcast .podcast-title {
		font-size: 30px;
	}
	.section-podcasts .col-sm-6 {
		display: block;
		width: 100%;
		margin-bottom: 25px;
	}
	.section-podcasts .section-actions {
		padding-top: 0;
		margin-top: -5px;
	}
	.section-podcasts {
		padding: 58px 0 30px;
	}
	.event p {
		margin-bottom: 20px;
	}
	.event h3 {
		margin-bottom: 13px;
	}
	.event em {
		margin-bottom: 15px;
		font-size: 12px;
	}
	.event {
		padding: 50px 25px 50px;
	}
	.section-events h5 {
		margin-bottom: 31px;
	}
	.section-events {
		padding: 55px 0 60px;
	}
	.videos .video + .video {
		margin-top: 23px;
	}
	.section-featured em {
		margin-bottom: 12px;
		font-size: 12px;
	}
	.section-featured .section-image {
		margin-bottom: 33px;
	}
	.slider-images .owl-prev:hover, .slider-images .owl-next:hover {
		opacity: .7;
	}
	.slider-images .owl-item.active::before {
		opacity: 0;
	}
	.slider-images .owl-item::before {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		opacity: .4;
		background: #000;
		z-index: 5;
		-webkit-transition: opacity 0.3s;
		-o-transition: opacity 0.3s;
		transition: opacity 0.3s;
	}
	.section-testimonials .slider-images {
		margin: 0 -45px;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.section-testimonials {
		margin: 0;
	}
	.slider-images .owl-stage-outer {
		overflow: visible;
	}
	.section-testimonials .container {
		display: block;
	}
	.section .container {
		display: block;
	}
	.section .section-image {
		max-width: 186px;
		margin: 0 auto 26px;
	}
	.section {
		padding: 62px 0 57px;
		text-align: center;
	}
	.video h6 {
		font-size: 12px;
	}
	.videos {
		display: block;
		padding: 0 45px;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.section-videos {
		padding: 0 0 50px;
	}
	.list-partners li {
		display: block;
		margin: 0;
	}
	.list-partners li + li {
		margin-top: 40px;
	}
	.list-partners {
		display: block;
		margin-bottom: 0;
	}
	.section-teritary h5 {
		font-size: 17px;
		line-height: 1.35;
		margin-bottom: 50px;
	}
	.section-teritary {
		padding: 0 0 70px;
	}
	.testimonial em {
		margin-bottom: 20px;
	}
	.testimonial {
		padding: 65px 0;
		font-size: 22px;
	}
	.article blockquote {
		padding: 20px;
		margin: 0 0 30px;
		font-size: 20px;
	}
	.article blockquote p {
		font-size: 20px;
	}
	p {
		font-size: 16px;
		line-height: 1.42;
	}
	.section-simple .section-head {
		margin-bottom: 30px;
	}
	.section-simple .section-body {
		display: block;
	}
	.content {
		margin-bottom: 30px;
	}
	.article-compact {
		padding: 0;
	}
	.article-compact h6 {
		margin-bottom: 20px;
		font-size: 17px;
		line-height: 1.29;
	}
	.article p {
		margin-bottom: 15px;
        font-size:18px;
	}
	.section-jobs {
		padding: 40px 0;
	}
	.section-posts h5 {
		margin-bottom: 30px;
	}
	.article-compact ul {
		display: block;
		margin-bottom: 40px;
	}
	.article-compact ul + p {
		margin-top: 0;
	}
	.article-compact ul li {
		padding-left: 12px;
		margin: 0;
	}
	.article-compact ul li + li {
		margin-top: 15px;
	}
	.article-compact ul li::before  {
		top: 6px;
	}
	.section-posts {
		padding: 43px 0 13px;
	}
	.section-posts .col-sm-6 {
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}
	.section-posts h5 {
		margin-bottom: 30px;
		font-size: 17px;
		line-height: 1.35;
	}
	.section-simple {
		padding: 30px 0 50px;
	}
	.section-simple h5 {
		font-size: 17px;
		line-height: 1.35;
	}
	.form-contact p {
		font-size: 12px;
		line-height: 1.42;
	}
	.form-contact h5 {
		margin: 0 0 20px;
	}

	.list-jobs li {
		display: block;
		padding: 15px 20px 17px;
		text-align: center;
	}
	.list-jobs strong {
		padding: 0 0 10px;
	}
	.btn-teal {
		font-size: 10px;
		line-height: 31px;
	}
	.section-jobs p + ul {
		padding-top: 20px;
	}
	.form-contact-secondary h6 {
		margin-bottom: 15px;
		font-size: 17px;
		line-height: 1.29;
	}
	.form-contact-secondary .form-head {
		margin-bottom: 25px;
	}
	.section-contact {
		padding: 50px 0;
	}
	.btn-transparent {
		padding: 0 16px;
		border-width: 1px;
		font-size: 10px;
		line-height: 33px;
	}
	.feature h5 {
		font-size: 17px;
		line-height: 1.29;
		margin-bottom: 8px;
	}

	.feature {
		font-size: 12px;
		line-height: 1.42;
	}
	.section-quinary {
		padding: 50px 0 30px;
	}
	.section-quinary .section-head {
		margin-bottom: 40px;
	}

	.section-quinary .section-head h5 {
		font-size: 17px;
		margin-bottom: 30px;
	}
	.section-quinary p {
		padding: 0;
	}

	.feature .feature-content {
		padding: 0 50px;
	}

	.nav-teritary {
		text-align: center;
		overflow-x: scroll;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		font-size: 10px;
	}

	.nav-teritary .container {
		padding: 0;
	}

	.nav-teritary ul {
		display: block;
		white-space: nowrap;
	}

	.nav-teritary li {
		display: inline-block;
		padding: 0 15px;
	}

	.nav-teritary li + li {
		margin: 0;
	}

	.section em {
		margin-bottom: 15px;
		font-size: 15px;
		line-height: 1.33;
	}

	.section-testimonials .slider-testimonials {
		margin: 0 -45px;
	}

	.slider-testimonials .owl-item {
		padding: 68px 45px 85px;
	}

	.slider-testimonials {
		padding: 0;
		text-align: center;
	}

	.section-testimonials .slider-testimonials {
		padding-right: 0;
	}

	.slider-testimonials .owl-nav {
		display: none;
	}

	.slider-images .owl-prev, .slider-images .owl-next {
		content: '';
		position: absolute;
		width: 10px;
		height: 10px;
		top: 50%;
		margin-top: -5px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		z-index: 5;
		-webkit-transition: opacity 0.3s;
		-o-transition: opacity 0.3s;
		transition: opacity 0.3s;
		font-size: 0;
		line-height: 0;
		text-indent: -4004px;
	}

	.slider-images .owl-prev {
		left: -55px;
		-webkit-transform: rotate(-135deg);
		-ms-transform: rotate(-135deg);
		-o-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}

	.slider-images .owl-next {
		right: -55px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.slider-images {
		position: relative;
		padding: 0 93px;
		overflow: hidden;
	}

	.section-testimonials {
		margin: 0;
	}
    .home .section-testimonials {
        margin-bottom:45px;
    }
	.section-featured .section-content {
		padding-right: 0;
		text-align: center;

	}
	.section-featured h5 {
		margin-bottom: 18px;
	}
	.section-featured p {
		margin-bottom: 18px;
	}
	.section-posts {
		padding: 43px 0 13px;
	}

	.section-videos h5 {
		margin-bottom: 31px;
	}

	.event h3 {
		font-size: 27px;
		line-height: 1.12;
	}
	.section-podcasts h5 {
		margin-bottom: 34px;
	}

	.podcast em {
		margin-bottom: 15px;
		font-size: 12px;
	}

	.intro .intro-content-secondary {
		text-align: center;
	}

	.tag {
		font-size: 12px;
	}

	.intro .intro-title-secondary {
		font-size: 38px;
	}

	.intro .intro-content-secondary p {
		max-width: 100%;
		margin: 0 auto 15px;
	}

	.intro .intro-content-secondary .tag::after {
		left: 50%;
		margin-left: -10px;
	}

	.section-podcasts .col-sm-6 {
		display: block;
		width: 100%;
		margin-bottom: 25px;
	}

	.section-blue {
		padding: 30px 0;
	}
	.section-blue h5 {
		margin-bottom: 40px;
	}
	.section-blue .col-sm-4 + .col-sm-4 {
		margin-top: 40px;
	}
	.testimonial-secondary span {
		padding-top: 0;
	}
	.testimonial-secondary i {
		margin-bottom: 15px;
	}
	.link-more {
		font-size: 10px;
	}

	.article h5 {
		margin-bottom: 30px;
	}
	.article .article-actions a + a {
		margin: 10px auto 0;
	}
	.article .col {
		float: none;
		width: 100%;
	}
	.article .article-title {
		margin-bottom: 20px;
	}
    .page-template-template-platinum .article .article-title{
        padding-top:60px;
    }
	.list-squares li + li {
		margin-top: 15px;
	}
	.list-squares {
		display: block;
	}
	.article .article-actions a {
		display: block;
		max-width: 250px;
		margin: 0 auto;
		text-align: center;
	}
	.article .article-actions {
		padding: 10px 0 30px;
	}

	.accordion .accordion-head {
		padding: 11px 30px 9px 10px;
	}

	.accordion .accordion-head:before, .accordion .accordion-head:after {
		right: 10px;
	}

	.accordion .accordion-head span {
		display: none;
	}

	.accordion .accordion-body {
		padding: 0 15px;
	}

	.accordion .accordion-expanded .accordion-body {
		padding: 15px;
	}

	.accordion .accordion-title {
		font-size: 16px;
		letter-spacing: 0.2px;
	}
	.article .article-image {
		padding-top: 0;
		margin: 0 -45px 30px;
	}
	.article img {
		margin-bottom: 15px;
	}

	.article .article-image::after {
		height: 20px;
	}
	.section-info {
		padding: 45px 0;
	}

	.slider-testimonials-secondary .owl-prev, .slider-testimonials-secondary .owl-next {
		width: 25px;
		height: 25px;
	}

	.slider-testimonials-secondary .owl-prev {
		left: -20px;
	}

	.slider-testimonials-secondary .owl-next {
		right: -20px;
	}
	.list-images .image-tall, .list-images .image-large, .list-images li {
		float: none;
		width: 100%;
	}
	.article p + h6 {
		padding-top: 9px;
	}

	.article .article-actions a + a:not(.btn) {
		margin-top: 20px;
	}
	.article .article-actions a + a:not(.btn) {
		margin-top: 20px;
	}
	.section-features-secondary .section-body h5 {
		margin: 0 0 30px;
	}
}

.post-list.section-posts .col-sm-6 {
	clear: none;
}

@media (max-width: 991px) {
	.post-list.section-posts .col-sm-6 {
		width: 100%;
	}
}

.events-secondary .event-secondary + .event-secondary {
	margin-top: 82px;
}

.event-secondary {
	font-weight: 300;
	color: #14aecf;
}

.event-orange .event-title {
	color: #f73913;
}

.event-orange .event-btn {
	border-color: #f73913;
	background: #f73913;
}

.event-orange .event-btn:hover {
	color: #f73913;
	background: #fff;
}

.event-purple .event-title {
	color: #1d3464;
}

.event-purple .event-btn {
	border-color: #1d3464;
	background: #1d3464;
}

.event-purple .event-btn:hover {
	color: #1d3464;
	background: #fff;
}

.btn-small {
	height: 35px;
	padding: 0 14px;
	font-size: 10px;
	line-height: 31px;
}

@media (max-width: 767px) {
	.intro .intro-content-secondary h4 {
		margin-bottom: 12px;
		font-size: 30px;
	}

	.events-secondary .event-secondary + .event-secondary {
		margin-top: 40px;
	}

	.event-secondary {
		text-align: center;
	}
}

.socials-blue {
	position: absolute;
	width: 45px;
	top: 50px;
	left: 39px;
	border: 2px solid #2ab5d3;
	text-align: center;
	background: #fff;
	z-index: 5;
}

.socials-blue ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.socials-blue a {
	display: block;
	height: 41px;
	line-height: 41px;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.ico-envelope-blue {
	display: inline-block;
	width: 20px;
	height: 15px;
	vertical-align: middle;
	background-image: url(images/icons/ico-envelope-blue.png);
	background-size: 100% 100%;
	font-size: 0;
	line-height: 0;
	text-indent: -4004px;
}

.ico-twitter-blue {
	display: inline-block;
	width: 16px;
	height: 13px;
	vertical-align: middle;
	background-image: url(images/icons/ico-twitter-blue.png);
	background-size: 100% 100%;
	font-size: 0;
	line-height: 0;
	text-indent: -4004px;
}

.ico-google-plus-blue {
	display: inline-block;
	width: 16px;
	height: 17px;
	vertical-align: middle;
	background-image: url(images/icons/ico-google-plus-blue.png);
	background-size: 100% 100%;
	font-size: 0;
	line-height: 0;
	text-indent: -4004px;
}

.ico-facebook-blue {
	display: inline-block;
	width: 9px;
	height: 18px;
	vertical-align: middle;
	background-image: url(images/icons/ico-facebook-blue.png);
	background-size: 100% 100%;
	font-size: 0;
	line-height: 0;
	text-indent: -4004px;
}


.ico-linkedin-blue {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	background-image: url(images/icons/ico-linkedin-blue.png);
	background-size: 100% 100%;
	font-size: 0;
	line-height: 0;
	text-indent: -4004px;
}

.ico-youtube-blue {
	display: inline-block;
	width: 18px;
	height: 13px;
	vertical-align: middle;
	background-image: url(images/icons/ico-youtube-blue.png);
	background-size: 100% 100%;
	font-size: 0;
	line-height: 0;
	text-indent: -4004px;
}

.article .article-inner {
	margin: 0 -100px;
}

.article .article-group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	padding: 42px 0;
	margin-top: 88px;
	border-top: 1px solid #ddd;
	clear: both;

}

.article .article-image-secondary {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 150px;
	-moz-box-flex: 0;
	-moz-flex: 0 0 150px;
	-ms-flex: 0 0 150px;
	flex: 0 0 150px;
	margin-right: 51px;
}

.article .article-image-secondary img {
	margin: 0;
	border-radius: 50%;
}

.article .article-content {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 100%;
	-moz-box-flex: 0;
	-moz-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	padding-bottom: 9px;
}

.article .article-content strong {
	display: block;
	margin-bottom: 9px;
	font-size: 16px;
}

.article .article-content :last-child {
	margin: 0;
}

.post-title {
	font-family:'Proxima Nova W01';
	font-size: 45px;
	line-height: 1.11;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.article .article-author {
	display: block;
	margin-bottom: 59px;
	font-size: 14px;
	color: #aaa;
}

.article .article-author strong {
	font-weight: 400;
	color: #000;
}

.intro h2 {
	text-transform: uppercase;
	font-size: 120px;
	line-height: 1.04;
	letter-spacing: 2px;
	margin-top: 26px;
	margin-bottom: 13px;
	font-family: "tungsten-medium", "Helvetica", san-serif;
}

.feature-primary .background {
	display: block;
}

@media (max-width: 991px) {
	.socials-blue {
		display: none;
	}
}

@media (max-width: 767px) {
	.image-wide {
		margin-left: -45px;
		margin-right: -45px;
	}
	.list-jobs li {
		display: block;
		padding: 15px 20px 17px;
	}
	.list-jobs strong {
		padding: 0 0 10px;
	}
	.intro h2 {
		font-size: 60px;
	}
	.post-title {
		font-size: 30px;
		margin-bottom: 17px;
	}
	.article .article-author {
		margin-bottom: 20px;
	}
	.ico-twitter-blue {
		width: 11px;
		height: 9px;
	}
	.ico-google-plus-blue {
		width: 11px;
		height: 12px;
	}
	.ico-facebook-blue {
		width: 6px;
		height: 12px;
	}
	.article .article-image {
		padding-top: 0;
		margin: 0 -45px 30px;
	}
	.article .article-group {
		display: block;
		padding: 38px 0 0;
		margin-top: 35px;
		text-align: center;
	}
	.article .article-image-secondary {
		max-width: 150px;
		margin: 0 auto 20px;
	}
	.article img {
		margin-bottom: 15px;
	}
}

.section-simple .section-entry h5 {
	margin-bottom: 27px;
    margin-top:120px;
}

.section-simple .section-entry {
	padding: 0 95px;
	/* margin: -7px 0 -60px; */
	margin: 0;
	text-align: center;
}

.section-features-secondary .section-media .ico-play {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -50px 0 0 -50px;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.section-features-secondary .section-media a:hover .ico-play {
	opacity: .7;
}

.section-features-secondary .section-media {
	position: relative;
	max-width: 1030px;
	margin: -255px auto 110px;
}

.section-features-secondary {
	padding-bottom: 111px;

	background: #f5f5f5;
	padding-top: 50px;

}

.events-secondary {
	max-width: 770px;
	padding: 0;
	margin: 0 auto;
	list-style-type: none;
}

.event-secondary {
	font-weight: 300;
	color: #14aecf;
}

.event-secondary .event-title {
	font-family: "tungsten-medium", "Helvetica", san-serif;
	font-size: 30px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin-bottom: 14px;
	font-weight: 500;
}

.event-secondary p {
	margin-bottom: 23px;
	color: #000;
}

.list-jobs li:last-child {
	border-bottom: 1px solid #ddd;
}

.intro .intro-slider .owl-prev {
	left: 40px;
}

.intro .intro-slider .owl-next {
	right: 40px;
}

.intro .intro-slider .owl-prev, .intro .intro-slider .owl-next {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	margin-top: -25px;
	background: rgba(255, 255, 255, 0.5);
	-webkit-transition: background 0.3s;
	-o-transition: background 0.3s;
	transition: background 0.3s;
	font-size: 0;
	line-height: 0;
	text-indent: -4004px;
	z-index: 2;
}

.intro .intro-slider .owl-prev::before, .intro .intro-slider .owl-next::before {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-top: -7px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
}

.intro .intro-slider .owl-next::before {
	margin-left: -13px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.intro .intro-slider .owl-prev::before {
	margin-left: -5px;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.section-quinary .section-group + .section-group {
	margin-top: 76px;
}

@media (max-width: 1279px) {
	.intro .intro-slider .owl-prev {
		left: 15px;
	}
	.intro .intro-slider .owl-next {
		right: 15px;
	}
}

@media (max-width: 991px) {
	.section-features-secondary .section-media {
		margin: 0 -15px 40px;
	}
	.section-features-secondary {
		padding-bottom: 60px;
		margin-top: 60px;
	}
}

@media (max-width: 767px) {
	.intro .intro-slider .owl-prev, .intro .intro-slider .owl-next {
		top: auto;
		margin: 0;
		bottom: 15px;
	}
	.section-simple .section-entry h5 {
		margin-bottom: 14px;
	}
	.section-simple .section-entry {
		padding: 0;
	}
	.section-features-secondary .section-media .ico-play {
		margin: -32px 0 0 -32px;
	}
	.section-features-secondary .section-media {
		margin: 0 -45px 40px;
	}
	.section-features-secondary {
		padding-bottom: 40px;
	}
	.events-secondary {
		padding-bottom: 20px;
	}
	.event-secondary {
		text-align: center;
	}
	.event-secondary .event-title {
		line-height: 1.1;
	}
	.intro .intro-slider .owl-prev::before, .intro .intro-slider .owl-next::before {
		margin-top: -8px;
	}
	.section-quinary .section-group + .section-group {
		margin-top: 15px;
	}
}

.intro-primary .intro-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.intro-primary .intro-content {
	position: relative;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-moz-box-flex: 0;
	-moz-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	text-align: center;
	z-index: 2;
	padding: 0 15px;
}

.callout-quaternary {
	padding: 86px 0 91px;
	font-size: 25px;
	font-weight: 300;
	color: #fff;
	text-align: center;
	background: #14aecf;
}

.callout-quinary h5 {
	text-transform: uppercase;
	margin-bottom: 30px;
}

.callout-quinary p {
	font-size: 25px;
	line-height: 1.2;
	margin-bottom: 38px;
}

.feature-primary .feature-content-secondary {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column nowrap;
	-moz-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	width: calc(50% + 15px);
	max-width: 100%;
	height: 100%;
	top: 0;
	left: -15px;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.feature-primary .feature-link::before {
	width: 70%;
	height: 100%;
	opacity: .9;
	background: -moz-linear-gradient(left, rgba(20, 174, 207, 0.91) 0%, rgba(20, 174, 207, 0.85) 10%, rgba(20, 174, 207, 0.7) 27%, rgba(20, 174, 207, 0.27) 64%, rgba(20, 174, 207, 0.13) 78%, rgba(20, 174, 207, 0.02) 93%, rgba(20, 174, 207, 0.01) 96%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(left, rgba(20, 174, 207, 0.91) 0%, rgba(20, 174, 207, 0.85) 10%, rgba(20, 174, 207, 0.7) 27%, rgba(20, 174, 207, 0.27) 64%, rgba(20, 174, 207, 0.13) 78%, rgba(20, 174, 207, 0.02) 93%, rgba(20, 174, 207, 0.01) 96%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right, rgba(20, 174, 207, 0.91) 0%, rgba(20, 174, 207, 0.85) 10%, rgba(20, 174, 207, 0.7) 27%, rgba(20, 174, 207, 0.27) 64%, rgba(20, 174, 207, 0.13) 78%, rgba(20, 174, 207, 0.02) 93%, rgba(20, 174, 207, 0.01) 96%, rgba(255, 255, 255, 0) 100%);
	-webkit-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
}

.section-quinary .section-group .feature + .row {
	margin-top: 28px;
}

.feature-primary .feature-link:hover::before {
	width: 100%;
	opacity: .9;
	background: -moz-linear-gradient(left, rgba(20, 174, 207, 0.91) 0%, rgba(20, 174, 207, 0.85) 10%, rgba(20, 174, 207, 0.7) 27%, rgba(20, 174, 207, 0.27) 64%, rgba(20, 174, 207, 0.13) 78%, rgba(20, 174, 207, 0.02) 93%, rgba(20, 174, 207, 0.01) 96%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(left, rgba(20, 174, 207, 0.91) 0%, rgba(20, 174, 207, 0.85) 10%, rgba(20, 174, 207, 0.7) 27%, rgba(20, 174, 207, 0.27) 64%, rgba(20, 174, 207, 0.13) 78%, rgba(20, 174, 207, 0.02) 93%, rgba(20, 174, 207, 0.01) 96%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right, rgba(20, 174, 207, 0.91) 0%, rgba(20, 174, 207, 0.85) 10%, rgba(20, 174, 207, 0.7) 27%, rgba(20, 174, 207, 0.27) 64%, rgba(20, 174, 207, 0.13) 78%, rgba(20, 174, 207, 0.02) 93%, rgba(20, 174, 207, 0.01) 96%, rgba(255, 255, 255, 0) 100%);
}

.feature-primary .feature-content-secondary .btn {
	display: block;
	-webkit-align-self: center;
	-moz-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	max-width: 138px;
	margin: 0 auto;
}

.intro-teritary {
	display: block;
}

.parallax-container {
	overflow: hidden;
}

.intro .intro-slider .slides {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.intro .intro-slider .slide {
	position: relative;
}

.intro .intro-slider .slide::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .3;
	background: #000;
	z-index: 2;
}

.home .intro {
	height: calc(100vh - 120px);
}

@media screen and (max-width: 991px) {
	.home .intro {
		height: calc(100vh - 55px);
	}
}

@media (max-width: 767px) {
	.callout-quaternary {
		padding: 45px 0 55px;
		font-size: 16px;
	}

	.callout-quinary h5 {
		font-size: 17px;
		line-height: 1.35;
		margin-bottom: 15px;
	}

	.callout-quaternary p {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.feature-primary .feature-content-secondary {
		display: block;
		position: absolute;
		width: 100%;
		height: auto;
		top: 50%;
		left: 0;
		padding: 0 10px;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	.feature-primary .feature-link::before {
		width: 100%;
	}
}

.sumome-share-client-wrapper .sumome-share-client-share-share {
	display: none !important;
}
.sumome-share-client-wrapper {
	left: 39px !important;
}

.sumome-share-client-wrapper .sumome-share-client {

}

.sumome-share-client-wrapper .sumome-share-client a {
	border-top: 1px solid #2ab5d3;
	border-bottom: 1px solid #2ab5d3;
	border-right: 2px solid #2ab5d3;;
	border-left: 2px solid #2ab5d3;;
	background-color: #fff !important;
	display: block;
	height: 41px;
	line-height: 41px;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.sumome-share-client-wrapper .sumome-share-client a:nth-child(2n+0){
	border-top: 2px solid #2ab5d3;
}

.sumome-share-client-wrapper .sumome-share-client a:last-child {
	border-bottom: 2px solid #2ab5d3;
}

.sumome-share-client-wrapper .sumome-share-client a[title="Facebook"] {
	background-image: url('images/icons/ico-facebook-blue.png') !important;
	background-size: 9px 18px !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

.sumome-share-client-wrapper .sumome-share-client a[title="Twitter"] {
	background-image: url('images/icons/ico-twitter-blue.png') !important;
	background-size: 16px 13px !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	border-top: 1px solid #2ab5d3 !important;
}

.sumome-share-client-wrapper .sumome-share-client a[title="Email"] {
	background-image: url('images/icons/ico-envelope-blue.png') !important;
	background-size: 20px 15px !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

.sumome-share-client-wrapper .sumome-share-client a[title="LinkedIn"] {
	background-image: url('images/icons/linkedin.png') !important;
	background-size: 16px 15px !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

.sumome-share-client-wrapper .sumome-share-client a img {
	display: none !important;
}

@media (max-width: 480px) {
	.sumome-share-client-wrapper .sumome-share-client a:nth-child(2n+0){
		border-top: 1px solid #2ab5d3;
	}

	.sumome-share-client-wrapper .sumome-share-client a:last-child {
		border-bottom: 1px solid #2ab5d3;
	}

	.sumome-share-client-wrapper .sumome-share-client a {
		border: 1px solid #2ab5d3;
		border-left: 0px;
	}
	.sumome-share-client-wrapper .sumome-share-client a:nth-child(2) {
		border-left: 1px solid #2ab5d3 !important;
	}
}

h5.event-intro-title {
	font-size: 25px !important;
	line-height: 1.2 !important;
	margin-top: 0 !important;
	text-align: center;
	margin-bottom: 30px;
}

@media (min-width: 768px) {
	.container {
		width: 100%;
	}
}

.section-screenshots {
	padding-top: 33px;
}

.section-screenshots h5 {
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 64px;
}

.list-images-secondary {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.list-images-secondary li {
	float: left;
	width: 20%;
}
.list-images-secondary a {
	display: block;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.list-images-secondary img {
	width: 100%;
	height: auto;
}
.section-simple .section-entry p {
	margin-bottom: 34px;
}

.list-steps {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	padding: 0;
	margin: 0 -15px -10px;
	list-style-type: none;
	font-weight: 300;
	text-align: left;
	counter-reset: nums;
}

.list-steps li {
	position: relative;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 330px;
	-moz-box-flex: 0;
	-moz-flex: 0 1 330px;
	-ms-flex: 0 1 330px;
	flex: 0 1 330px;
	padding: 0 15px 0 65px;
	counter-increment: nums;
}

.list-steps li::before {
	content: counter(nums);
	position: absolute;
	width: 24px;
	height: 24px;
	top: 7px;
	left: 15px;
	border: 1px solid #14aecf;
	border-radius: 50%;
	line-height: 22px;
	font-weight: 600;
	color: #14aecf;
	text-align: center;
}

.list-steps li:first-child::before {
	padding-right: 2px;
}

.list-steps strong {
	display: block;
	margin-bottom: 8px;
	font-size: 16px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.section-grey-primary {
	padding: 107px 0 120px;
	background: #f5f5f5;
}

.section-grey-primary .section-content {
	padding-top: 60px;
}

.section-grey-primary .section-content-secondary {
	text-align: right;
}

.section-grey-primary h5 {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 58px;
}


.section-pricing-content {
	padding: 105px 0 50px 0;
}


.list-steps-secondary li + li {
	margin-top: 57px;
}

.list-steps-secondary li {
	counter-increment: nums;
    min-height:200px;
}

.list-steps-secondary strong {
	display: block;
	margin-bottom: 9px;
	font-size: 16px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.list-steps-secondary strong {
	font-size: 16px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.section-grey-primary .section-image {
	padding: 0 30px;
	text-align: center;
}

.section-posts-blue {
	padding: 112px 0 37px;
	color: #fff;
	text-align: center;
	background: #14aecf;
}

.section-posts-blue h5 {
	text-transform: uppercase;
	margin: 0 0 35px;
	line-height: 1.44;
}

.section-posts-blue p {
	margin-bottom: 60px;
}

.section-posts-blue .section-link {
	display: block;
	font-size: 16px;
	line-height: 1.63;
	font-weight: 300;
	color: inherit;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}

.section-posts-blue .section-link img {
	margin-bottom: 28px;
}

.section-posts-blue .section-link strong {
	display: block;
	margin-bottom: 9px;
	font-size: 16px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.section-posts-blue .section-link span {
	display: block;
	padding: 0 15px;
}

.section-posts-blue .section-link:hover {
	color: #000;
	text-decoration: none;
}

.section-posts-blue .col-sm-6:nth-child(3n+1) {
	clear: both;
}

.section-posts-blue .col-sm-6 {
	margin-bottom: 73px;
}

.section-reviews {
	padding: 120px 0 33px;
}

.section-reviews h5 {
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 57px;
}

.reviews {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	padding: 0;
	margin: 0 -15px;
	list-style-type: none;
}

.reviews .review {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 330px;
	-moz-box-flex: 0;
	-moz-flex: 0 1 330px;
	-ms-flex: 0 1 330px;
	flex: 0 1 330px;
	padding: 0 15px;
}

.review {
	font-weight: 300;
}

.list-stars {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	margin: 0 0 16px;
	list-style-type: none;
}

.review em {
	display: block;
	margin-bottom: 27px;
	font-family: "Georgia", serif;
	font-size: 14px;
	font-style: normal;
	color: #999;
}

.post-red em a {
	color: #e92a2d;
}

.list-stars li {
	opacity: 0;
}

.list-stars .active {
	opacity: 1;
}

.ico-star {
	display: inline-block;
	width: 12px;
	height: 11px;
	vertical-align: middle;
	background-image: url(images/icons/ico-star.png);
	background-size: 100% 100%;
	font-size: 0;
	line-height: 0;
	text-indent: -4004px;
}

.review strong {
	display: block;
	margin-bottom: 26px;
	font-size: 16px;
	line-height: 1.63;
}

.review p {
	margin-bottom: 26px;
}

.list-images-secondary::after {
	content: '';
	display: block;
	clear: both;
}

.list-images-secondary a:hover {
	opacity: .7;
}

.list-steps-secondary {
	padding: 0;
	margin: 0;
	list-style-type: none;
	counter-reset: nums;
}

@media (max-width: 991px) {
	.section-grey-primary .section-content {
		padding-top: 0;
	}
	.section-simple .section-entry-secondary {
		padding: 0 0 50px;
	}

	.section-simple {
		padding: 60px 0;
	}
	.section-posts-blue .col-sm-6:nth-child(3n+1) {
		clear: none;
	}
}

@media (max-width: 767px) {

	h5.event-intro-title {
		font-size: 17px !important;
		line-height: 1.35 !important;
	}
	.list-images-secondary .owl-stage-outer {
		overflow: visible;
	}
	.list-images-secondary li {
		float: none;
		width: 100%;
	}
	.intro-secondary {
		display: block;
	}

	.intro .intro-content-teritary {
		position: relative;
		height: auto;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		padding: 57px 0 10px;
		text-align: left;
		color: #000;
	}

	.intro .intro-content-teritary .intro-image {
		position: absolute;
		width: 100%;
		max-width: 322px;
		bottom: 100%;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
	.intro-secondary .intro-bg {
		position: relative;
	}

	.intro-secondary .intro-bg::before {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		opacity: .9;
		background: #14aecf;
		background: -moz-linear-gradient(left, #14aecf 0%, #14cfb2 100%);
		background: -webkit-linear-gradient(left, #14aecf 0%, #14cfb2 100%);
		background: linear-gradient(to right, #14aecf 0%, #14cfb2 100%);
		z-index: 2;
	}
	.section-screenshots h5 {
		margin-bottom: 28px;
	}
	.list-images-secondary {
		padding: 0 22.67%;
	}
	.section-simple .section-entry p {
		margin-bottom: 20px;
	}
	.list-steps {
		display: block;
		padding-top: 10px;
	}
	.list-steps li {
		padding: 0 0 30px 50px;
	}
	.list-steps li::before {
		top: 0;
	}
	.section-grey-primary {
		padding: 45px 0 67px;
	}
	.section-grey-primary .section-content-secondary {
		text-align: left;
	}
	.section-grey-primary h5 {
		font-size: 17px;
		line-height: 1.35;
	}
	.list-steps-secondary strong {
		font-size: 12px;
	}
    .list-steps-secondary li {
        min-height:0;
    }
	.section-grey-primary .section-image {
		padding: 54px 22px 46px;
	}
	.section-posts-blue {
		padding: 55px 0 30px;
	}
	.section-posts-blue h5 {
		margin: 0 0 20px;
	}

	.section-posts-blue p {
		margin-bottom: 28px;
	}
	.section-posts-blue .section-link {
		font-size: 12px;
	}
	.section-posts-blue .section-link img {
		margin-bottom: 20px;
	}
	.section-posts-blue .section-link strong {
		line-height: 1.2;
	}
	.section-posts-blue .col-sm-6 {
		margin-bottom: 30px;
	}
	.section-reviews {
		padding: 65px 0 25px;
	}
	.section-reviews h5 {
		margin-bottom: 30px;
	}
	.reviews {
		display: block;
	}
	.review .list-stars {
		margin-bottom: 10px;
	}
	.review em {
		margin-bottom: 15px;
	}
	.review strong {
		line-height: 1.3;
		margin-bottom: 18px;
	}
	.review p {
		margin-bottom: 18px;
	}
}

.btn-market {
	position: relative;
	height: auto;
	padding: 10px 17px 10px 59px;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 600;
	color: #14aecf;
	text-align: left;
	background: #fff;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
	text-transform: none;
}

.btn-market span {
	position: absolute;
	width: 61px;
	height: 55px;
	top: 0;
	left: 0;
	line-height: 55px;
	text-align: center;
}

.btn-market i {
	-webkit-transition: background-image 0.3s;
	-o-transition: background-image 0.3s;
	transition: background-image 0.3s;
}

.ico-apple {
	display: inline-block;
	width: 22px;
	height: 26px;
	vertical-align: middle;
	background-image: url(images/icons/ico-apple.png);
	background-size: 100% 100%;
	font-size: 0;
	line-height: 0;
	text-indent: -4004px;
}

.btn-market:hover .ico-apple {
	background-image: url(images/icons/ico-apple_hover.png);
}

.ico-android {
	display: inline-block;
	width: 25px;
	height: 30px;
	vertical-align: middle;
	background-image: url(images/icons/ico-android.png);
	background-size: 100% 100%;
	font-size: 0;
	line-height: 0;
	text-indent: -4004px;
}

.btn-market:hover .ico-android {
	background-image: url(images/icons/ico-android_hover.png);
}

.btn-market small {
	display: block;
	margin-bottom: 2px;
	font-size: 12px;
	font-weight: 400;
}

.section-posts-secondary .col-sm-6:nth-child(2n+1) {
	clear: none;
}

.section-posts-secondary .col-sm-6:nth-child(3n+1) {
	clear: both;
}

.section-podcasts-secondary .col-md-3:nth-child(4n+1) {
	clear: both;
}

.section-podcasts-secondary .col-sm-6 {
	margin-bottom: 30px;
}

.section-podcasts .section-title {
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding-top: 14px;
	margin-bottom: 71px;
}

.product {
	font-size: 14px;
	line-height: 1.57;
	font-weight: 300;
	color: #aaa;
	text-align: center;
}


.product > div {
	margin-left: auto;
	margin-right: auto;
}

.product .product-image {
	margin-bottom: 24px;
}

.product .product-image a {
	display: block;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.product .product-image img {
	width: 100%;
	height: auto;
}

.product .product-title {
	margin: 0 0 14px;
	font-size: 16px;
	line-height: 1.38;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
}

.product .product-title a {
	color: inherit;
}



@media (max-width: 991px) {
	.section-podcasts-secondary {
		padding: 47px 0 67px;

	}
	.section-podcasts .col-sm-6 {
		float: none;
		width: 49%;
		display: inline-block;
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.section-podcasts-secondary {
		padding: 37px 0 37px;
	}
	.section-podcasts .section-title {
		padding: 0;
		margin: 0 0 35px;
	}
	.section-podcasts .col-sm-6 {
		display: block;
		width: 100%;
		margin-bottom: 25px;
	}
	.btn-market {
		height: 35px;
		padding: 8px 11px 3px 38px;
		font-size: 10px;
		line-height: 1;
		color: #fff;
		background: #13aece;
	}
	.btn-market span {
		width: 38px;
		height: 35px;
		line-height: 35px;
	}
	.btn-market small {
		font-size: 8px;
	}
	.ico-apple {
		display: inline-block;
		width: 14px;
		height: 17px;
		vertical-align: middle;
		background-image: url(images/icons/ico-apple_mobile.png);
		background-size: 100% 100%;
		font-size: 0;
		line-height: 0;
		text-indent: -4004px;
	}
	.ico-android {
		display: inline-block;
		width: 16px;
		height: 19px;
		vertical-align: middle;
		background-image: url(images/icons/ico-android_mobile.png);
		background-size: 100% 100%;
		font-size: 0;
		line-height: 0;
		text-indent: -4004px;
	}

	.intro-secondary .intro-bg img {
		min-width: 1276px;
	}
	.intro .intro-content-teritary h4 {
		font-size: 23px;
		line-height: 1.11;
	}

	.intro .intro-content-secondary h4 {
		margin-bottom: 12px;
	}
	.intro .intro-content-teritary .container {
		position: static;
		display: block;
		height: auto;
		padding: 0 30px;
	}

	.app-intro:before {
		content: normal;
	}
}

.callout-teritary {
	padding: 69px 0 87px;
	font-size: 20px;
	line-height: 1.5;
	text-align: center;
	background: #f5f5f5;
}
.callout-teritary h5 {
	margin-bottom: 17px;
	text-transform: uppercase;
}
.callout-teritary p {
	max-width: 820px;
	font-weight: 300;
	margin: 0 auto 30px;
	font-size: 20px;
}
.section-quaternary {
	padding: 107px 0 0;
}
.section-quaternary .section-head {
	margin-bottom: 38px;
	text-align: center;
}

.section-quaternary h5 {
	text-transform: uppercase;
	margin-top: 13px;
	margin-bottom: 10px;
}

.section-quaternary .section-head p {
	font-weight: 300;
	color: #aaa;
	margin: 0 0 13px;
}

.section-grey {
	padding: 106px 0;
	background: #f5f5f5;
}

.section-grey .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}

.section-grey .section-image {
	position: relative;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 435px;
	-moz-box-flex: 0;
	-moz-flex: 0 0 435px;
	-ms-flex: 0 0 435px;
	flex: 0 0 435px;
	-webkit-align-self: flex-start;
	-moz-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin-right: 65px;
}

.section-grey .section-image::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 29px;
	top: 100%;
	left: 0;
	background: url(images/section-grey-image-shadow.png) no-repeat 0 0;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.section-grey .section-content {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 100%;
	-moz-box-flex: 0;
	-moz-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	padding: 52px 100px 0 0;
}

.section-grey h5 {
	line-height: 1.04;
	text-transform: uppercase;
	margin: 0 0 29px;
}

.section-grey p {
	margin-bottom: 33px;
}

.section-quaternary .section-actions {
	padding: 60px 0 81px;
	text-align: center;
}

@media (max-width: 991px) {
	.section-quaternary {
		padding: 60px 0 0;
	}
	.section-grey {
		padding: 70px 0 90px;
	}
	.section-grey .section-image {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 40%;
		-moz-box-flex: 0;
		-moz-flex: 0 0 40%;
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		margin-right: 40px;
	}
	.section-grey .section-content {
		padding: 0;
	}
	.section-quaternary .section-actions {
		padding: 30px 0 60px;
	}
}

@media (max-width: 767px) {
	.section-quaternary h5 {
		font-size: 17px;
		line-height: 1.35;
	}
	.callout-teritary {
		padding: 30px 0 40px;
		font-size: 14px;
	}
	.callout-teritary h5 {
		margin-bottom: 10px;
	}
	.callout-teritary p {
		margin-bottom: 15px;
		font-size: 14px;
	}
	.section-quaternary {
		padding: 25px 0 0;
	}
	.section-quaternary .section-head {
		margin-bottom: 29px;
	}
	.section-grey {
		padding: 0 0 60px;
	}
	.section-grey .container {
		display: block;
	}
	.section-grey .section-image {
		margin: 0 -45px 20px;
	}
	.section-grey .section-image img {
		width: 100%;
		height: auto;
	}
	.section-grey h5 {
		font-size: 17px;
		margin-bottom: 17px;
	}
	.section-grey p {
		margin-bottom: 20px;
	}
	.section-quaternary .section-actions {
		padding: 0 0 40px;
	}
}

.intro strong {
	display: block;
	margin-bottom: 32px;
	font-size: 25px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.intro .intro-title strong {
	display: block;
	padding-top: 13px;
	font-size: 20px;
	font-weight: 700;
	font-family:'Proxima Nova W01';
}

.countdown strong {
	position: relative;
	display: inline-block;
	margin: 0;
	font-size: 16px;
	vertical-align: middle;
	font-weight: 500;
}

.features-teritary {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.features-teritary .feature-teritary {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 310px;
	-moz-box-flex: 0;
	-moz-flex: 0 1 310px;
	-ms-flex: 0 1 310px;
	flex: 0 1 310px;
    min-height:0;
    min-width:0;
}

.feature-teritary .feature-icon {
	min-height: 88px;
	margin-bottom: 39px;
	line-height: 88px;
    text-align:center;
}
li.feature-teritary {
    text-align:center;
}
.ico-sun {
	display: inline-block;
	width: 79px;
	height: 88px;
	vertical-align: middle;
	background-image: url(images/icons/ico-sun.png);
	background-size: 100% 100%;
	font-size: 0;
	line-height: 0;
	text-indent: -4004px;
}

.ico-leafs {
	display: inline-block;
	width: 91px;
	height: 83px;
	vertical-align: middle;
	background-image: url(images/icons/ico-leafs.png);
	background-size: 100% 100%;
	font-size: 0;
	line-height: 0;
	text-indent: -4004px;
}

.ico-heart {
	display: inline-block;
	width: 72px;
	height: 67px;
	vertical-align: middle;
	background-image: url(images/icons/ico-heart.png);
	background-size: 100% 100%;
	font-size: 0;
	line-height: 0;
	text-indent: -4004px;
}

.feature-teritary h6 {
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 27px;
}

.intro .intro-btn {
	min-width: 150px;
	padding: 0 20px;
}

.btn-grey {
	padding: 0 22px;
	border: 2px solid #f3f3f0;
	font-size: 12px;
	line-height: 40px;
	font-weight: 600;
	letter-spacing: 0.1em;
	color: #000;
	text-transform: uppercase;
	background: #f3f3f0;
	-webkit-transition: color 0.3s, background 0.3s;
	-o-transition: color 0.3s, background 0.3s;
	transition: color 0.3s, background 0.3s;
}

.btn-grey:hover {
	color: #fff;
}

@media (max-width: 991px) {
	.features-teritary {
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		justify-content: center;
	}
	.features-teritary .feature-teritary {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 48%;
		-moz-box-flex: 0;
		-moz-flex: 0 0 48%;
		-ms-flex: 0 0 48%;
		flex: 0 0 48%;
		padding: 0 15px;
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	.intro strong {
		margin-bottom: 20px;
		font-size: 15px;
	}
	.intro .intro-title strong {
		font-size: 14px;
	}
	.features-teritary {
		display: block;
	}
	.features-teritary .feature-teritary {
		margin: 0;
	}
	.feature-teritary .feature-icon {
		min-height: 0;
		margin-bottom: 20px;
		line-height: 1;
	}
	.feature-teritary h6 {
		margin-bottom: 10px;
		font-size: 17px;
		line-height: 1.29;
	}
	.intro .intro-btn {
		min-width: 120px;
	}

	.btn-grey {
		padding: 0 16px;
		border-width: 1px;
		font-size: 10px;
		line-height: 33px;
	}
}

.section-simple .section-entry p a {
	font-weight: 400;
	color: inherit;
}

.section-map {
	padding: 50px 0;
}

.section-map .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}

.section-map .section-aside {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 530px;
	-moz-box-flex: 0;
	-moz-flex: 0 0 530px;
	-ms-flex: 0 0 530px;
	flex: 0 0 530px;
	margin-right: 100px;
}

.section-map .section-content {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 400px;
	-moz-box-flex: 0;
	-moz-flex: 0 1 400px;
	-ms-flex: 0 1 400px;
	flex: 0 1 400px;
	margin-top: 15px;
}

.section-map strong {
	margin-bottom: 8px;
	font-size: 16px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.section-map p {
	margin-bottom: 24px;
}

.accomodation strong {
	display: block;
}

.section-map p span {
	display: block;
	color: #aaa;
}

.section-accordion {
	padding: 105px 0 121px;
	background: #f5f5f5;
}

.section-accordion h5 {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 42px;
}

.section-info a {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #14aecf;
	-webkit-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}

.section-info a[href^="tel"] {
	display: block;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
	color: #000;
}

.section-info small {
	display: block;
	padding: 5px 0 2px;
	font-size: 12px;
	font-weight: 300;
	color: #000;
}

.section-info .section-entry :last-child {
	margin-bottom: 0;
}

.section-info .section-head {
	margin: -5px auto 68px;
	text-align: center;
}

.section-info .section-head h5 {
	margin-bottom: 24px;
}

.section-info p {
	margin-bottom: 26px;
}

.accomodations {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	padding: 0;
	margin: 0;
	list-style-type: none;
	overflow: hidden;
}

.accomodations .accomodation {
	position: relative;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.3%;
	-moz-box-flex: 0;
	-moz-flex: 0 0 33.3%;
	-ms-flex: 0 0 33.3%;
	flex: 0 0 33.3%;
}

.accomodation {
	padding: 20px 80px 9px;
	text-align: center;
}

.accomodation .accomodation-title {
	font-size: 16px;
	line-height: 1.63;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 26px;
}

.accomodations .accomodation:nth-child(2), .accomodations .accomodation:nth-child(3) {
	margin-top: 0;
}

.accomodations .accomodation + .accomodation {
	margin-top: 68px;
}

.accomodations .accomodation:nth-child(2), .accomodations .accomodation:nth-child(3) {
	margin-top: 0;
}

.accomodations .accomodation::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 100vh;
	top: 0;
	right: 0;
	background: #ddd;
}

.accomodations .accomodation:nth-child(3n+1)::before {
	content: '';
	position: absolute;
	width: 100vw;
	height: 1px;
	top: -42px;
	left: 0;
	background: #ddd;
}

@media (max-width: 991px) {
	.section-map {
		padding: 80px 0;
	}
	.section-map .section-aside {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 60%;
		-moz-box-flex: 0;
		-moz-flex: 0 0 60%;
		-ms-flex: 0 0 60%;
		flex: 0 0 60%;
		margin-right: 20px;
	}
	.section-accordion {
		padding: 60px 0;
	}
	.accomodation {
		padding: 20px 20px 9px;
	}
}

@media (max-width: 767px) {
	.section-map {
		padding: 0 0 40px;
		text-align: center;
	}
	.section-map .container {
		display: block;
	}
	.section-map .section-aside {
		margin: 0 -45px 30px;
	}
	.section-map strong {
		margin: 0;
	}

	.section-map p {
		margin-bottom: 15px;

	}
	.section-accordion {
		padding: 50px 0;
	}
	.section-accordion h5 {
		margin-bottom: 20px;
	}
	.section-info .section-head {
		margin-bottom: 30px;
	}
	.section-info .section-head h5 {
		margin-bottom: 15px;
	}
	.section-info p {
		margin-bottom: 10px;
	}

	.accomodations {
		display: block;
	}
	.accomodation .accomodation-title {
		line-height: 1.2;
		margin-bottom: 10px;
	}
	.accomodation {
		padding: 0;
	}

	.accomodations .accomodation:nth-child(2), .accomodations .accomodation:nth-child(3) {
		padding-top: 20px;
		margin-top: 30px;
		border-top: 1px solid #ddd;
	}

	.accomodations .accomodation::after {
		background: #fff;
	}

	.accomodations .accomodation:nth-child(3n+1) {
		padding-top: 20px;
		margin-top: 30px;
		border-top: 1px solid #ddd;
	}

	.accomodations .accomodation:nth-child(3n+1)::before {
		background: #fff;
	}

	.feature-primary .background {
		display: none;
	}
}

.section-info:last-child {
	padding-bottom: 0;
}

.single-events .section-simple + .section-simple {
	padding: 50px 0;
}

.single-events .section-simple .section-article {
	padding: 0;
}

.event-upw {
	color: #E92A2D;
}

.event-upw .btn {
	background: #E92A2D;
	border-color: #E92A2D;
}

.event-upw .btn:hover {
	background: #fff;
	color: #E92A2D;
}

.event-dwd {
	color: #AA2173;
}

.event-dwd .btn {
	background: #AA2173;
	border-color: #AA2173;
}

.event-dwd .btn:hover {
	background: #fff;
	color: #AA2173;
}

.event-lwm {
	color: #9ECB3D;
}

.event-lwm .btn {
	background: #9ECB3D;
	border-color: #9ECB3D;
}

.event-lwm .btn:hover {
	background: #fff;
	color: #9ECB3D;
}

.event-bm {
	color: #1D3464;
}

.event-bm .btn {
	background: #1D3464;
	border-color: #1D3464;
}

.event-bm .btn:hover {
	background: #fff;
	color: #1D3464;
}

.event-la {
	color: #FAA41B;
}

.event-la .btn {
	background: #FAA41B;
	border-color: #FAA41B;
}

.event-la .btn:hover {
	background: #fff;
	color: #FAA41B;
}

.section-quaternary {
	padding: 107px 0 0;
}

.section-tiles {
	padding: 119px 0 124px;
}

.section-quaternary .section-head {
	margin-bottom: 38px;
	text-align: center;
}

.section-quaternary .section-head-compact {
	margin-bottom: 60px;
}

.section-quaternary .section-head-compact h5 {
	line-height: 1.05;
	max-width: 580px;
	margin: 0 auto 31px;
	text-transform: uppercase;
}

.section-quaternary .section-head p {
	font-weight: 300;
	color: #aaa;
}

.section-quaternary .section-head-compact p {
	max-width: 770px;
	margin: 0 auto;
	color: #000;
}

.col-1of4 {
	width: 25%;
}

.section-quaternary .col:first-child {
	float: right;
}

.tile img {
	display: block;
	width: 100%;
	height: auto;
}

.tile {
	position: relative;
}

.tile a {
	position: relative;
	display: block;
}

.tile a::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .2;
	background: #000;
	-webkit-transition: opacity 0.3s, background 0.3s;
	-o-transition: opacity 0.3s, background 0.3s;
	transition: opacity 0.3s, background 0.3s;
}

.tile a:hover:before {
	opacity: .7;
	background: #00979f;
}

.tile.darkblue a:hover:before {
	background: #1d3464;
}

.tile.red a:hover:before {
	background: #df2d2d;
}

.tile.green a:hover:before {
	background: #9ecb3d;
}

.tile.purple a:hover:before {
	background: #6d166d;
}

.tile.orange a:hover:before {
	background: #f73913;
}

.tile.yellow a:hover:before {
	background: #faa41b;
}

.tile.pink a:hover:before {
	background: #aa2173;
}

.tile strong {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	padding: 0 20px;
	font-size: 20px;
	line-height: 1.25;
	letter-spacing: 0.1em;
	color: #fff;
	text-align: center;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 2;
}

@media (max-width: 991px) {
	.section-quaternary {
		padding: 60px 0 0;
	}
}

@media (max-width: 767px) {
	.section-quaternary {
		padding: 25px 0 0;
	}
	.section-tiles {
		padding: 40px 0 0;
	}
	.section-quaternary .section-head {
		margin-bottom: 29px;
	}
	.section-quaternary .section-head-compact h5 {
		margin-bottom: 20px;
	}
	.section-tiles .col {
		float: none;
		width: 100%;
	}
	.section-tiles .col:nth-child(1) {
		float: none;
	}
	.section-tiles .cols {
		margin: 0 -45px;
	}
}


.gmap-container {
	position: relative;
}

.insta-share {
	text-align: center;
	padding-top: 125px;
}
.insta-share h2 {
	font-family:'Proxima Nova W01';
	font-weight: 700;
	letter-spacing: 2px;
	margin: 0 0 25px 0;
	padding: 0 15px;
}
.insta-share p {
	margin-bottom: 60px;
}
.insta-posts > div {
	padding: 0;
	float: left;
}
.insta-posts > div img {
	display: block;
	width: 100%;
}
.hidden-image {
	opacity: 0;
	visibility: hidden;
	display: block;
	width: 100%;
	height: auto;
}
.date-col {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	width: 25%;
	float: left;
	padding: 0 30px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.date-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.image-overlay {
	position: absolute;
	background: rgba(226, 60, 60, 0.9);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.date-link-alt .image-overlay {
	background: rgba(255, 255, 255, 0.9);
}

.date-link .default {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	width: 100%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.date-link .default span {
	color: #fff;
	font-size: 80px;
	font-family: 'tungsten-medium';
	text-transform: uppercase;
}

.date-link-alt .default span {
	color: #fd4545;
}

.date-link .hover {
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	width: 100%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	color: #fff;
	font-family:'Proxima Nova W01';
	font-weight: 700;
	text-transform: uppercase;
}
.date-link:hover .hover {
	opacity: 1;
}
.date-link:hover .image-overlay {
	background:  rgba(0, 0, 0, 0.4);
}
.date-link:hover .default {
	opacity: 0;
}
.date-link:hover:before {
	content: none;
}
.hover .step {
	max-width: 78%;
	margin: 0 auto 10px auto;
	letter-spacing: 2px;
	font-size: 14px;
	padding-bottom: 6px;
}
.hover .step:after {
	content: '';
	height: 14px;
	width: 35px;
	margin: 0 auto;
	display: block;
	border-bottom: 2px solid #ffffff;
}
.hover .inst {
	max-width: 78%;
	margin: 0 auto;
	font-family: 'tungsten-medium';
	font-size: 32px;
	line-height: 40px;
	font-weight: 400;
	letter-spacing: 2px;
	margin-bottom: 15px;
}
.tr-holiday-intro {
	padding: 125px 0;
}

.tr-holiday-intro {
	text-align: center;
}

.quote-block .quote {
	color: #000;
	max-width: 850px;
	margin-bottom: 40px;
}

.quote-block .author {
	color: #aaaaaa;
}

.quote-block {
	max-width: 850px;
	width: 100%;
	margin: 0 auto 58px auto;
}

.tr-holiday-intro p:last-child {
	margin-bottom: 0;
}

.hl-container {
	max-width: 970px;
	width: 100%;
	margin: 0 auto;
	background: #fff;
}

.lb-banner {
	display: block;
	width: 100%;
	height: auto;
}

.holiday-overlay {
	background-color: #eeeeee;
}

.holiday-overlay .container-fluid {
	padding-top: 58px;
}

.lb-content-red {
	padding: 70px 15px;
	background-image: url('/wp-content/themes/tonyrobbins2016/images/redbg.jpg');
	text-align: center;
}

.lb-content-red p {
	color: #fff;
	margin: 0;
	font-size: 20px;
	line-height: 30px;
	max-width: 570px;
	margin-left: auto;
	margin-right: auto;
}

.section-filters {
	padding: 106px 0 124px;
	text-align: center;
}

.section-filters .section-head {
	max-width: 860px;
	margin: 0 auto 62px;
}

.section-filters h5 {
	text-transform: uppercase;
	margin-bottom: 27px;
}

.section-filters .section-head p {
	margin-bottom: 43px;
	font-weight: 300;
}

.speakers-container {
	margin: 0 -15px;
}

.speakers {
	padding: 0;
	margin: 0 auto;
	list-style-type: none;
}

.speaker {
	position: relative;
	font-size: 12px;
	line-height: 1.67;
	font-weight: 300;
	color: #fff;
	text-align: left;
	float: left;
}

.speakers .speaker {
	min-width: 270px;
	padding: 0 15px;
	margin-bottom: 30px;
}

.speaker a {
	display: block;
	color: inherit;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.speakers .speaker .speaker-content {
	width: auto;
	left: 15px;
	right: 15px;
}

.speaker .speaker-content {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 0 20px 14px;
}

.speaker .speaker-content::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 105px;
	bottom: 0;
	left: 0;
	opacity: .5;
	background: -webkit-linear-gradient(transparent, black);
	background: -o-linear-gradient(transparent, black);
	background: linear-gradient(transparent, black);
}

.speaker strong {
	display: block;
	margin-bottom: -2px;
	font-size: 16px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.speaker .speaker-content > * {
	position: relative;
	z-index: 2;
}

.speaker p {
	margin: 0;
	font-size: 12px;
}

.popup {
	display: none;
	max-width: 630px;
	margin: 0 auto;
}

.popup-bio {
	max-width: 100%;
}

.bio {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	font-weight: 300;
	color: #fff;
	background: #000;
}

.bio .bio-content, .bio .bio-image {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-moz-box-flex: 0;
	-moz-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	min-height: 800px;
}

.bio .bio-content {
	padding: 74px 80px 90px;
}

.bio h5 {
	text-transform: uppercase;
	margin: 0 0 1px;
}

.bio small {
	display: block;
	margin-bottom: 52px;
	font-size: 16px;
	color: #aaa;
}

.bio p {
	margin-bottom: 26px;
}

.popup .mfp-close {
	width: 18px;
	height: 18px;
	top: -50px;
	margin-left: -9px;
}

.popup-bio .mfp-close {
	top: 44px;
	right: 44px;
	left: auto;
	margin: 0;
	opacity: .4;
}

.has-video {
	padding-top: 0;
	margin-top: 50px;
}

.has-video .section-media {
	margin: -50px auto 110px;
}

@media (max-width: 991px) {
	.section-filters {
		padding: 80px 0;
	}
	.bio {
		display: block;
	}
	.bio .background {
		display: block;
		width: 100%;
		height: auto;
	}
	.bio .bio-content, .bio .bio-image {
		min-height: 0;
  }
.lb-content-red p + p {
	margin-top: 25px;
}

.lb-content {
	padding: 120px 15px;
	text-align: center;
	max-width: 640px;
	margin: auto;
	clear: both;
}

.lb-content h4 {
	margin: 0 auto 10px auto;
	letter-spacing: 2px;
	font-size: 14px;
	padding-bottom: 6px;
	font-family:'Proxima Nova W01';
	font-weight: 700;
}

.lb-content h4:after {
	content: ' ';
	height: 13px;
	border-bottom: 2px solid #000;
	width: 35px;
	display: block;
	margin: auto;
}

.lb-content h2 {
	font-family: 'tungsten-medium';
	font-size: 32px;
	line-height: 40px;
	font-weight: 400;
	letter-spacing: 2px;
	margin-bottom: 26px;
}

.lb-content p {
	font-size: 16px;
	line-height: 24px;
	margin: 0;
}

.lb-content p + p {
	margin-top: 25px;
}

@media (max-width: 767px) {
	.lb-content {
		padding: 50px 15px;
	}
	.lb-content h2 {
		font-size: 22px;
		line-height: 28px;
	}
	.lb-content-red {
		padding: 35px 15px;

	}
}


.accordion-close {
	padding-bottom: 100px;
}

@media (max-width: 767px) {
	.popup-bio .mfp-close {
		top: 10px;
		right: 15px;
		margin-right: -9px;
	}
	.bio .bio-content {
		padding: 20px;
	}
	.bio small {
		margin-bottom: 20px;
	}
	.section-filters {
		padding: 40px 0;
	}
	.section-filters .section-head {
		margin-bottom: 30px;
	}
	.section-filters h5 {
		margin-bottom: 15px;
	}
	.section-head p {
		margin-bottom: 20px;
	}
	.speakers {
		padding: 0;
		margin: 0 auto;
		list-style-type: none;
        width: 70%;
  }
	.lb-content-red p {
		font-size: 16px;
		line-height: 20px;
	}
}

@media (max-width: 1225px) {
	.hover .inst {
		font-size: 22px;
		line-height: 26px;;
	}
}
@media (max-width: 991px) {
	.date-link .default span {
		font-size: 50px;
	}
	.date-col {
		width: 50%;
	}
}
@media (max-width: 767px) {
	.date-col {
		width: 100%;
	}
	.insta-posts > div {
		width: 50%;
	}
	.quote-block .quote {
		font-size: 20px;
	}

	.tr-holiday-intro {
		padding: 50px 0;
	}
	.quote-block .quote {
		margin-bottom: 20px;

	}
	.speaker {
		font-size: 10px;
	}
	.speakers .speaker {
		min-width: 230px;
		max-width: 230px;
	}
	.speaker strong {
		margin: 0 0 2px;
		font-size: 14px;
		line-height: 1.2;
	}
	.accordion-close {
		padding-bottom: 50px;
	}
}

#crumbs {
	padding-top: 15px;
	letter-spacing: 0.5px;
}


.steps-footnote {
	margin-top: 3rem;
}

.steps-footnote p {
	font-size: 14px;
}

@media (max-width: 767px) {
	.steps-footnote p {
		font-size: 12px;
	}
}

.simple-padding {
	padding: 25px 0;
}

.airport-wrap .col-sm-6 {
	padding: 25px 0;
}
.section-info .airport-wrap p {
	margin-bottom: 14px;
}
	.quote-block {
		margin: 0 auto 25px auto;
	}

	.insta-share {
		padding-top: 50px;
	}
	.insta-share p {
		margin-bottom: 30px;
	}
}
/*Style guide 7/27/2017 */
h1.content{
    font-size:48px;
    font-family: 'proxima_nova_bold';
    letter-spacing: 2px;
    clear:both;
}
.archive h1.content, .page-template-template-stories h1.content{
    font-weight:700;
}

h4.subtitle{
    font-family: 'proxima_nova_regular';
    font-size:24px;
    margin-top:20px;
    font-weight:600;
    max-width:600px;
    display:block;
    letter-spacing:4px;
    line-height:1.4;
}
h4.post-title{
    font-family: 'proxima_nova_regular', "Helvetica", san-serif;
    font-size:20px;
    font-weight:700;
    line-height:1.4;
}
h4.post-title a {
    color:#000;
}
h4.post-title a:hover{
    text-decoration: none;
}
h4.promo {
    font-family: 'proxima_nova_regular';
    font-size:24px;
    letter-spacing:4px;
}
h5.micro {
    font-size:15px;
    font-family: "Georgia Italic", "Times New Roman", serif;
    font-weight:normal;
    text-transform:none;
    letter-spacing: normal;
    text-align:left;
    margin-bottom:20px;
    margin-top:0;
}

h5.micro a{
    color:#fff;
}
hr.category-line {
    border-bottom: solid 1px;
    width:3%;
    float:left;
    margin-bottom:20px;
}
.callout .btn-md{
    margin-right:30px;
}

.callout .btn-md:hover{
    background-color:#1191ad;
    border-color:#1191ad;
    color:#fff;
}
a:hover{
    text-decoration: none;
}

.single-stories .cta-bar-bottom {
    background-color:#fff;
}
.single-stories h5.micro {
    margin-bottom:0;
}
.single-stories #hero-general{
    height:50vh;
}
.single-stories p.stories-breadcrumb{
    margin-top:15px;
}
.single-stories p.stories-breadcrumb a{
    color:#000;
    font-size:14px;
    font-weight:100;
}
.single-stories h4.promo{
    margin:50px auto;
    text-align: center;
    font-weight:700;
}
.single-stories a.btn{
    padding:12px;
}
p.author{
    color:#999;
    margin-bottom:20px;
}
p.author span {
    color:#000;
}
section#related-stories {
    background-color:#f5f5f5;
    padding-top:60px;
    margin-top:120px;
}
section#related-stories a.outline{
    width:150px;
    margin:60px auto;
    display:block;
    color:#14aecf;
    border:1px solid #14aecf;
    background-color:#f5f5f5;
    font-size:12px;
}
section#related-stories a.outline:hover {
    background-color:#14aecf;
    color:#fff;
}
/* Story/Blog list styles */
a.post-item-image{
    min-height:370px;
    min-width:370px;
    background-position: center;
    background-size: cover;
}
.stories-item .post > a::before {
    content:none;
}