.section {
	padding: 0;
}

.section .section-title {
	margin-top: 0;
	line-height: 1.74;
	margin-bottom: 0;
}

.section .learnArt {
	margin-bottom: 54px;
}

.section .lead {
	padding: 0 18px;
	margin-bottom: 40px;
}

.section-subtitle {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

.seen-on-logos-container a {
	display: block;
	max-width: 174px;
	padding-right: 30px;
}

.seen-on-logos-container a:last-child {
	padding-right: 0px;
}

.gototop-button {
    border-radius: 4px 0 0 4px;
    bottom: 110px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    line-height: 24px;
    padding: 8px 14px 9px;
    position: fixed;
    right: 0;
    z-index: 199;
	background-color: #26B8F3;
	color: #fff;
}

.block-title {
	margin-top: 60px;
	margin-bottom: 38px;
	font-size: 20px;
}

/* Desktop styles main banner*/ 
hgroup {
	color: #fff;
	display: inline-block;
	text-align: center;
	padding-bottom: 60px;
}

hgroup h2 {
	font-size: 48px;
	letter-spacing: 0;
	color: #ffffff;
	font-family: 'Bebas', "Helvetica Neue", Helvetica, Arial, "sans-serif";
	word-spacing: 5px;
}

hgroup h3 {
	font-family: 'HelveticaNeue-UltraLight', sans-serif;
	font-size: 34px;
	font-weight: 200;
	letter-spacing: 0;
	color: #ffffff;
	text-transform: uppercase;
	margin-top: 15px;
}

.simple-main-slider, .steps-carousel {
	position: relative;
}

.simple-main-slider  .owl-nav, .steps-carousel .owl-nav {
	max-width: 1140px;
	margin: 0 auto;
}

.simple-main-slider  .owl-nav, .steps-carousel  .owl-nav {
	display: none;
}

.simple-main-slider:hover  .owl-nav, .steps-carousel:hover  .owl-nav {
	display: block;
}

.simple-main-slider .owl-prev, .steps-carousel .owl-prev {
	position: absolute;
	color: #000;
	font-size: 30px;
	text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 26px;
}

.simple-main-slider .owl-next, .steps-carousel .owl-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 26px;
	color: #000;
	font-size: 30px;
	text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}

.simple-main-slider .owl-dots {
   margin-top: 21px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
}

.simple-main-slider .owl-dots span {
	display: block;
	width: 8px;
	height: 8px;
	background: #dcddde;
	border-radius: 50%;
	margin: 0 3px;
}

.simple-main-slider .owl-dots .owl-dot.active span {
	background: #000;
}


/* Desktop styles STEPS*/
.read-more {
	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: 176px;
	height: 60px;
	background-color: #ffffff;
	font-family: 'Bebas', "Helvetica Neue", Helvetica, Arial, "sans-serif";
	word-spacing: 5px;
	font-size: 24px;
	line-height: 1.17;
	letter-spacing: 0.7px;
	margin-bottom: 13px;
	color: #000;
	z-index: 2;
	bottom: 70px;
	right: 26px;
	-webkit-box-shadow: 0 21px 21px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 21px 21px 0 rgba(0, 0, 0, 0.1);
}

.read-more:hover {
	text-decoration: none;
	color: #d3b177;
}

.read-more i {
	position: relative;
	top: 2px;
	margin-left: 15px;
	-webkit-text-stroke: 2.4px #ffffff;
}

.step-number {
	display: block;
	font-family: 'Bebas', "Helvetica Neue", Helvetica, Arial, "sans-serif";
	word-spacing: 5px;
	font-size: 70px;
	line-height: 1.0;
	letter-spacing: 2px;
	color: #000000;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
}

/* Desktop styles STEPS CAROUSEL*/
.steps-carousel-wrapper {
	background: url("../images/optimized/Mirror2-cropped.jpg") left bottom no-repeat; 
	padding-bottom: 45px;
	background-size: 100% 45px;
	position: relative;
}

.steps-carousel-wrapper .read-more {
	position: absolute;
}

.steps-carousel .owl-dots {
	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;
}

.steps-carousel .owl-dot {
	margin: 20px 3px;
}

.steps-carousel .owl-dot.active span {
	background: #000;
	-webkit-box-shadow: 0 21px 21px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 21px 21px 0 rgba(0, 0, 0, 0.15);
}

.steps-carousel .owl-dot span {
	display: block;
	width: 8px;
	height: 8px;
	background: #dcddde;
	border-radius: 50%;
}

.play-btn {
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -40px;
	margin-left: -40px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 50%;
	border: 2px solid #fff;
	text-align: center;
	font-size: 40px;
	outline: none!important;
}

.play-btn:hover {
	color: #d3b177;
	border: 2px solid #d3b177;
}

.embed-responsive {
	height: 100%;
	min-height: 700px;
}

.fluid-width-video-wrapper {
	height: 576px;
	padding: 0!important;
}

.embed-responsive::before {
	content: normal!important;
}


.founder-photo {
	width: 449px;
	height: 449px;
}

.founder-socials {
   padding-bottom: 12px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.founder-socials a {
	display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	color: #000;
	font-size: 24px;
	border: solid 1px #d3b177;
	margin: 10px;
}

.founder-socials a:hover {
	color: #d3b177;
	text-decoration: none;
}

#instaShowGallery_1 {
	position: relative;
	left: -100px;
	-webkit-box-shadow: 6px 6px 11px 0 rgba(0, 0, 0, 0.2);
           box-shadow: 6px 6px 11px 0 rgba(0, 0, 0, 0.2);
}

.instashow-gallery-view-active .instashow-gallery-media, .instashow-gallery-view-active-next .instashow-gallery-media, .instashow-gallery-view-active-prev .instashow-gallery-media {
	border-right: 2px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#instaShowGallery_1 .instashow-gallery-media-cover {
	background: #d3b177!important;
}

#instaShowGallery_1 .instashow-gallery-control-arrow {
    background: rgba(0, 0, 0, 0.9)!important;
}

#instaShowGallery_1 .instashow-gallery-control-arrow::before, #instaShowGallery_1 .instashow-gallery-control-arrow::after {
    background: rgb(255, 255, 255)!important;
}

.instashow-gallery-control-arrow {
	border-radius: 0!important;
}

.founder-bio {
	padding: 24px 36px;
}

.founder-senction-inner::after {
	height: 459px;
	width: 100%;
	-webkit-box-shadow: none;
            box-shadow: none;
}

.founder-bio .lead {
	font-size: 16px;
	line-height: 1.5;
}

#section-d-brows {
	background: url("../images/optimized/Mirror2-cropped.jpg") left bottom no-repeat;
	padding-bottom: 60px;
	background-size: 100% 45px;
}

#section-what-we-do {
	background: #fff;
	padding-top: 30px;
}
#section-blog {
	background: #fff;
	padding-bottom: 30px;
}
.videoModal .modal-content {
	background: #000;
	padding: 0;
}

.videoModal .modal-dialog {
	max-width: 700px;
}

.videoModal iframe {
	width: 100%;
	height: 300px;
}

.videoModal .close {
	color: #fff;
	opacity: 1;
	cursor: pointer;
}

.videoModal .modal-dialog {
  transform: translateY(-25%);
  top: 50%;
  margin: 0 auto;
}

.videoModal.show .modal-dialog {
  transform: translateY(-50%);
}

.modal-content {
  max-height: 100vh;
  overflow-y: auto;
  padding: 40px;
}

/* Mobile styles */
@media screen and (max-width: 640px) and (min-width: 300px) {
	.simple-main-slider .owl-nav, .steps-carousel .owl-nav {
		display: none;
	}
	
	.container {
		padding-left: 13px;
		padding-right: 13px;
	}
	
	.block-title {
		margin-top: 22px;
		margin-bottom: 28px;
		font-size: 16px;
		line-height: 0.88;
		letter-spacing: 0.5px;
	}
	
	.section-title {
		margin-top: 0;
		margin-bottom: 18px;
	}
	
	.section-title.lg {
		font-size: 24px;
	}
	
	/* Desktop styles main banner*/ 
	hgroup {
		display: none;
	}
	
	.simple-main-slider .owl-dots {
		margin-top: 8px;
	}
	
	.simple-main-slider .owl-dots span {
		display: block;
		width: 6px;
		height: 6px;
		margin: 0 2px;
	}
	
	.seen-on-logos-container a {
		display: block;
		max-width: 80px;
		padding-right: 16px;
	}
	
	.seen-on-logos-container a.us-logo {
		max-width: 65px;
	}
	
	.seen-on-logos-container a.bravo-logo {
		max-width: 45px;
	}
	
	/* .play-btn styles STEPS*/
	.section {
		padding: 28px 0 0;
	}

	.section .section-title {
		line-height: 1.08;
		margin-bottom: 10px;
		font-weight: bold;
	}

	.section .learnArt {
		margin-bottom: 25px;
	}

	.section .lead {
		margin-bottom: 19px;
	}
	
	.play-btn {
		top: 25%;
		margin-top: -20px;
		margin-left: -20px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 20px;
	}
	
	.embed-responsive {
		height: 100%;
		min-height: 150px;
	}
	
	.read-more {
		min-width: 75px;
		height: 30px;
		font-size: 9px;
		margin-right: 8px;
	}
	
	.steps-carousel-wrapper {
		background: url("../images/optimized/Mirror2-cropped.jpg") left bottom no-repeat;
		background-size: auto auto;
		padding-bottom: 0;
		background-size: 100% 20px;
		padding-bottom: 20px;
	}
	
	.step-number {
		font-size: 32px;
		line-height: 1.25;
	}
	
	.what-we-do-link {
		font-family: 'Bebas', "Helvetica Neue", Helvetica, Arial, "sans-serif";
		font-size: 16px;
		line-height: 0.88;
		letter-spacing: 0.5px;
		word-spacing: 5px;
		text-align: left;
		color: #000000;
		position: absolute;
		background: #fff;
		padding: 24px;
		left: 10px;
		right: 10px;
		bottom: 16px;
		z-index: 2;
	}
	
	.what-we-do-link:hover {
		color: #d3b177;
		text-decoration: none;
	}
	
	.step-item-bottom p {
		font-size: 10px;
		line-height: 1.3;
		padding: 5px 0 5px 8px;
		margin: 0 0 0 7px;
	}

	.step-item-bottom p:before {
		content: "";
		width: 1px;
		height: auto;
		top: 0;
		bottom: 0;
		left: 0;
	}
	
	/* Mobile styles STEPS CAROUSEL*/

	.simple-main-slider .owl-prev, .steps-carousel .owl-prev {
		top: 10%;
		left: 10px;
		font-size: 22px;
	}
	
	.simple-main-slider .owl-next, .steps-carousel .owl-next {
		top: 10%;
		right: 10px;
		font-size: 22px;
	}
	
	.steps-carousel .owl-dot {
		margin: 10px 4px;
	}
	
	.steps-carousel .owl-dot span {
		width: 6px;
		height: 6px;
	}
	
	
	.founder-photo {
		width: 100%;
		margin-bottom: 0;
		box-shadow: none;
	}
	
	.founder-bio {
		padding: 0 5px;
	}
	
	.founder-bio .section-title {
		margin-bottom: 8px;
	}
	
	.founder-senction-inner {
		padding: 0;
	}
	
	.founder-bio .lead {
		font-size: 12px;
		line-height: 1.5;
		text-align: center;
		color: #000000;
		margin-top: 17px;
		padding: 0 40px;
	}
	
	#instaShowGallery_1 {
		display: none;
	}
	
	.post-content-details {
		margin: 0 12px;
		padding: 14px;
		position: relative;
		z-index: 2;
		top: -20px;
		text-align: center;
		background: #fff;
	}
	
	.post-image-item {
		width: 100%;
		height: 319px;
	}
	
	.post-info .read-more {
		font-size: 12px;
	}
	
	.post-description {
		font-size: 12px;
	    line-height: 1.5;
		text-align: center;
	}
	
	.post-title {
		margin-bottom: 0;
		text-align: center;
	}
	
	.post-title h2 {
		font-size: 18px;
		line-height: 1.39;
	}
	
	.post-date {
		font-size: 10px;
		line-height: 2.0;
	}
	
	.list-large {
		padding:50px 0 0 0;
		margin: 0;
	}
	
	#section-what-we-do {
		border-top: 2px solid rgba(0,0,0,0.2);
		background: transparent;
		padding-top: 20px;
	}
	#section-blog {
		border-bottom: 2px solid rgba(0,0,0,0.2);
		background: transparent;
		padding-bottom: 20px;
	}
	.section-subtitle {
		width: 100%;
		font-size: 12px;
		line-height: 1.5;
		text-align: center;
		color: #000000!important;
	}
	
	#section-d-brows {
		margin: 0 -15px;
		padding-bottom: 25px;
		background-size: 100% 25px;
	}
}

/* Mobile-lg styles */
@media screen and (max-width: 640px) and (min-width: 414px) {
	/* Desktop styles main banner*/ 
	.simple-main-slider .item {
		height: 200px;
	}
}


/* Tablet styles */
@media screen and (max-width: 991px) and (min-width: 641px) {
	#site-canvas {
		padding-top: 50px;
	}
	/* Tablet styles Main Banner*/
	.simple-main-slider .item {
		height: 377px;
	}
	
	.simple-main-slider .owl-nav {
		top: 45%;
	}
	
	.section {
		padding: 40px 0 0;
	}
	
	.block-title {
		font-size: 14px;
		margin-top: 36px;
	}
	
	.section .section-title {
		font-size: 40px;
		line-height: 1;
		padding-bottom: 20px;
	}
	
	.section-title {
		margin-top: 0;
	}
	
	.section .learnArt {
		margin-bottom: 49px;
	}
	
	/* Tablet steps*/

	.simple-main-slider .owl-prev, .steps-carousel .owl-prev {
		left: 5px;
	}
	
	.simple-main-slider .owl-prev, .steps-carousel .owl-next {
		right: 5px;
	}
	
	#section-d-brows .container {
		max-width: 100%;
		padding-right: 30px;
		padding-left: 30px;
	}
	
	.section-title.lg {
		font-size: 80px;
	}
}
	
@media screen and (min-width: 1440px) {
	.simple-main-slider .item {
		height: 700px;
	}
}