/*
 * Ever After Theme - Global Stylesheet
 * Version: 1.0.0
 *
 * Author: Chris Rivers
 * xxcriversxx@gmail.com
 *
 * Changelog: 
 * Version: 1.0.0
 *  Init Build
 *
 */
:root{
	--Frosted-white:#fbfaf3;
	--primary-color:#7f00ff;
}

html {
	height:100% !important;
}

body {
	background:#fbfaf3 !important;
	color:#000000;
	font-size:12px;
	font-family:'OswaldBook', arial, serif;
	height:100%;
}

h1, h2, h3, h4, h5 {
	font-family:'OswaldBold', arial, serif;
	font-weight:normal;
	color:#000;
	text-align:center;
}

.modern h1, .modern h2, 
.modern h3, .modern h4, .modern h5 {
	font-family: 'Amatic SC', cursive;
}

h2 {
	font-size:40px;
	margin-bottom:26px;
}

.modern h2 { 
	font-size:50px;
}

h3 {
	font-size:24px;
	margin-bottom:12px;
}

h4 {
	font-size:24px;
	margin-bottom:15px !important;
}

p {
	/* color:#ababab; */
	color:#6B6B6B;
	font-family:'OswaldLight', arial, serif;
	font-size:18px;
	margin-bottom: 0px !important;
	margin-top: 15px;
}

.modern p {
	color:#3C3A3A;
}

p a {
	color:#369B2B;
	font-family:'OswaldLight', arial, serif;
	font-size:17px;
}

.btn-style1 {
	background: url("images/btn-style1.png") no-repeat scroll 0 0 transparent;
	color: #FFFFFF;
	display: inline-block;
	font-size: 11px;
	height: 17px;
	padding: 4px 19px;
	text-align: center;
	text-decoration: none;
}

.btn-style1:hover { color:#fff; }

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
* html .clearfix { height: 1%;}
.clearfix {display: block;}

::selection { background:#7f00ff; color:#fff; }
::-moz-selection { background:#7f00FF; color:#fff; }

/*------------------- 4.4. Breadcumb  -------------------*/
.breadcumb-menu {
	max-width: 100%;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: center;
  }
  
  .breadcumb-menu li {
	display: inline-block;
	margin-right: 3px;
	padding-right: 5px;
	list-style: none;
	position: relative;
  }
  
  .breadcumb-menu li:after {
	content: "\f30b";
	position: relative;
	margin-left: 10px;
	font-weight: 500;
	font-size: 20px;
	color: var(--body-color);
	font-family: var(--icon-font);
  }
  
  .breadcumb-menu li:last-child {
	padding-right: 0;
	margin-right: 0;
	color: white;
	/* rgb(86,39,133) */
  }
  
  .breadcumb-menu li:last-child:after {
	display: none;
  }
  
  .breadcumb-menu li,
  .breadcumb-menu a,
  .breadcumb-menu span {
	white-space: normal;
	color: inherit;
	word-break: break-word;
	font-weight: 400;
	font-size: 20px;
	color: white;
  }
  
  h1, h2, h3, h4, h5 {
	  font-family:'OswaldBold', arial, serif;
	  font-weight:normal;
	  color:#000;
	  text-align:center;
  }
  .breadcumb-title {
	color:#000;
   text-align: center;
	line-height: 1.1;
	font-weight: 600;
	font-size: 4rem;
	/* text-shadow: 5px 5px 1px black; */
  }
  .breadcumb-title {
	color:#000;
   text-align: center;
	line-height: 1.1;
	font-weight: 600;
	font-size: 3rem;
	/* text-shadow: 5px 5px 1px black; */
  }
  
  .breadcumb-wrapper {
	background-color: var(--white-color);
	margin-top: 50px;
	padding: 50px 0;
	overflow: hidden;
  }
  
  
  /* Large devices */
  @media (max-width: 1199px) {
	.breadcumb-wrapper {
	  padding: 130px 0;
	}
	.breadcumb-menu {
	  margin: 25px 0 -0.5em 0;
	}
	.breadcumb-menu li,
	.breadcumb-menu a,
	.breadcumb-menu span {
	  font-size: 20px;
	  font-weight: 10px;
	}
  }
  
  /* Medium devices */
  @media (max-width: 991px) {
	.breadcumb-wrapper {
	  padding: 120px 0;
	}
  }
  
  /* Small devices */
  @media (max-width: 767px) {
	.breadcumb-wrapper {
	  padding: 50px 0;
	}
  }
  
  /* Extra small devices */
  @media (max-width: 575px) {
	.breadcumb-title {
	  font-size: 30px;
	  font-weight: 600;
	  border:none;
	  color: var(--theme-color );
	  padding: 0px;
	}
	.breadcumb-title-2 {
		font-size: 25px;
		font-weight: 600;
		border:none;
		color: var(--theme-color );
		padding: 0px;
	  }
  }
  

/* Layout
-------------------------------------------------------------- */
.page { margin:0 auto; width:982px; }
.rounded-list li, div.rounded { border: 1px solid #eee; border: 1px solid rgba(0, 0, 0, 0.1); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
.rounded-item { border: 1px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

a {
	text-decoration:none;
}

a:hover {
	color:#000;
	text-decoration:none;
}

.formError {
	z-index:999999;
}

a img {
	border:0;
}

.clear {
	clear:both;
	float:none;
	display:block;
}

.right {
	float:right;
}

.section-header {
	/* background:url("images/rule-ball.png") no-repeat center top; */
	
	border-top:solid 1px #e5e5e5;
	
	padding:80px 0;
}

.modern .section-header {
	background:url("images/rule-ball.png") no-repeat center top;
	border-bottom:solid 1px #e5e5e5;
	border-top:solid 1px #e5e5e5;
	margin-bottom:90px;
	padding:90px 0;
}

.section-header p {
	font-size:22px;
	line-height:33px;
	padding:15px 0px 0px;
	text-align:center;
}

.content { width:83%; }

.texture {
	background: url("images/texture.png") repeat;
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.texture.trans { background: url("images/texture-trans.png") repeat; }

/* Header
-------------------- */
#header {
	background:#7f00FF;
	bottom: 0;
	height:55px;
	padding:13px 0;
	position:relative;
	bottom: 0;
	width:100%;

}

#header.fixed {
	bottom:auto;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}

#header .inner {
	margin:0 auto;
	position:relative;
	width:1100px;
}

#header .logo {
	float: left;
	margin-top: 1px;
}

#header .logo a { 
	display: inline-block;
 }
#header.minimized .logo a {}

#header .navigation {
	float: right;
	/* height: 70px; */
	list-style: none outside none;
	text-decoration: none;
	
}

#header .navigation li {
	float: left;
	margin-left: 18px;
}

#header .navigation li a {
	color: #ffffff;
	font-family: 'OswaldBook',arial,serif;
	font-size: 16px;
	padding-top: 20px;
	padding-bottom:22px;
	text-transform: uppercase;
	text-decoration: none;
}
#header .navigation li a:hover { border-bottom: 1px solid #7f00ff; }
#header .navigation li a.active { border-bottom: 1px solid #7f00ff; }

#header .scroll-glyph {
	background: url("images/scroll-glyph.png") no-repeat;
	display: inline-block;
	height: 180px;
	left: 960px;
	position: absolute;
	top: 560px;
	width: 330px;
	opacity: 1;
   	transition: opacity .65s ease-in-out;
   	-moz-transition: opacity .65s ease-in-out;
   	-webkit-transition: opacity .65s ease-in-out;
}

#header ul.social {
	float: right;
	list-style: none outside none;
	margin-left: 12px;
	margin-top: 8px;
}

#header ul.social li {
	float: left;
	margin-left: 7px;
	width: 34px;
}

#header ul.social li a {
	
}

#header .scroll-glyph.on{ opacity: 0.1; }

#header .btn-navbar {
	background: url("images/mobile-nav.jpg") no-repeat;
	cursor: pointer;
	display: none;
	float: right;
	height: 18px;
	margin-top: 10px;
	width: 24px;
}

/* Slides
-------------------- */

.modern .slide {
	
}

.slide .slide-bg {
	height:400px;
	width:400px;
	display:none;
	overflow:hidden;
}



/* Layout 1 - Intro
-----------------------*/
.slide.intro-layout {
	margin-top: 50px;
      height: 100%;
	overflow:visible;
	position:relative;
	background-repeat: no-repeat;
	background-image: url(css/images/Leckranee.JPG);
background-size: cover;
	width: 100%;
	height: 2500px;	
}
@media only screen and (min-width:1151px) and (max-width:1440px){
	.slide.intro-layout{
		background-size: cover;
		width: 100%;
		height: 1600px;
	}
}
@media only screen and (min-width:780px) and (max-width:1150px){
	.slide.intro-layout{
		background-size: cover;
		width: 100%;
		height: 1500px;
	}
}
@media only screen and (min-width:721px) and (max-width:768px){
	.slide.intro-layout{
		background-size: cover;
		width: 100%;
		height: 1100px;
	}
}
@media only screen and (max-width:720px){
	.slide.intro-layout{
		background-size: cover;
		width: 100%;
		height: 600PX;
	}
}

.slide.intro-layout .content {
	margin:0 auto;
	
	width:69%;
}

.slide.intro-layout .intro-wrap, .slide.video-layout .intro-wrap {
	bottom: 0;
	height: 198px;
	left: 0;
	margin: auto;
	padding-bottom: 100px;
	padding-top: 100px;
	top: 0;
	width: 100%;
}

.slide.intro-layout h1, .slide.video-layout h1 {
	color:#fff;
	font-family: 'OswaldBold',arial,serif;
	font-size: 79px;
	font-weight:normal;
	margin-bottom:9px;
	text-align:center;
	text-transform: uppercase;
	z-index: 1;
}
.slide.intro-layout h3{
	color:#fff;
	font-family: 'OswaldBold',arial,serif;
	font-size: 39px;
	z-index: 0;	
	top: 300;
}
.slide.intro-layout h5{
	color: black;
	font-family: 'OswaldBold',arial,serif;
	font-size: 32px;
	z-index: 0;	
}
@media only screen and (max-width:768px){
	.slide.intro-layout h3{
      font-size: 40px;
	}
	.slide.intro-layout h1{
		font-size: 50px;
	}
	.slide.intro-layout h5{
		font-size: 18px;
		color: white;
	}
}

.modern .slide.intro-layout h1, .modern .slide.video-layout h1 {
	font-family: 'Amatic SC', cursive;
	margin-bottom: -8px;
	text-transform:none;
}

.slide.intro-layout p, .slide.video-layout p {
	color:#ffffff;
	font-family:'OswaldLight', arial, serif;
	font-size:29px;
	text-align:center;
}

.slide.intro-layout .callout, .slide.video-layout .callout {
	margin-top:60px;
}

.slide.intro-layout .image-layers {}
.slide.intro-layout .image-layers .img-1 {
	margin-left:-50px;
	position:absolute;
	top:340px;
}

.slide.intro-layout .image-layers .img-2 { 
	margin-left: 660px;
	position:absolute;
	top: 594px;
}

/* Layout 2 - Services
-------------------------*/
.slide.services-layout {
	background: var(--Frosted-white);
	background-size: auto auto;
	height:auto;
	padding-bottom:50px;
}

.modern .slide.services-layout {
	background:url("images/paper-texture-4.jpg") repeat;
}

.modern .slide.services-layout .section-header {
	background:url("images/spray-3.png") no-repeat;
	background-position: 20px -16px;
	border: none;
	padding:130px 0;
}

.modern .slide.services-layout .section-header p {
	color:#3C3A3A;
}

.slide.services-layout .content {
	margin:0 auto;
	padding-top:35px;
}

.slide.services-layout .section-callouts { 
	height: auto;
	margin: 0 auto 0px;
	min-height: 216px;
	padding: 0;
	text-align: center;
	display: grid;
	grid-template-columns: auto auto auto auto auto;
	grid-template-rows:auto auto auto auto auto ;

}

.slide.services-layout .section-callouts div { 
	float:left;
	/* margin-top: -600px; */
	/* padding-top: 45px; */
	text-align: left;
	width: 20%;
}
.slide.services-layout .section-callouts div a {
	text-align: center;
	margin: 0 15%;
	border-radius: 20px;
}

.slide.services-layout .section-callouts div.callout-1 { background:url("is/callout-1-icon.png") no-repeat center top; }
.slide.services-layout .section-callouts div.callout-2 { background:url("is/callout-2-icon.png") no-repeat center top; }
.slide.services-layout .section-callouts div.callout-3 { background:url("is/callout-3-icon.png") no-repeat center top; margin-right:0; }

.slide.services-layout .section-callouts h3 {}

.slide.services-layout .section-callouts p {
	height: 200px;
	line-height:30px;
	text-align:center;
	
}
@media only screen and (max-width:1700px){
	.slide.services-layout .section-callouts p {
		height: 250px;
		line-height:30px;
		text-align:center;
		
	}	
}
@media only screen and (max-width:768px){
	.slide.services-layout .section-callouts p {
		height: 350px;
		line-height:30px;
		text-align:center;
		
	}	
}

.slide.services-layout .section-callouts a {
	background: #7f00ff;
	color: #FFFFFF;
	display: inline-block;
	font-size: 17px;
	
	padding: 5px 57px;
	width: 200px;
}
/* .slide.services-layout .section-callouts a:hover { background:#E04040; } */

.slide.services-layout .section-closing { 
	border-top: 1px solid #E5E5E5;
	padding: 30px 0 0;
}

.slide.services-layout .section-closing h4 {}
.modern .slide.services-layout .section-closing h4 { font-size:34px; }

.slide.services-layout .section-closing p {
	font-size:18px;
	line-height:30px;
	text-align:center;
}

/* Layout 3 - Fullscreen Gallery
-----------------------------------*/
.slide.fgallery-layout {
	background-color:#000;
	background-attachment:fixed; 
	background-position: 50% 0;
	padding-bottom:190px; /* Optional, used for angled slide */
	overflow:hidden;
}

.slide.fgallery-layout .content {
	position:relative;
}

.slide.fgallery-layout .project-nav {
	background: url("images/setting-icon.jpg") no-repeat scroll 0 0 #000000;
	height: 200px;
	left: 78px;
	padding-top: 70px;
	position: absolute;
	top: 56px;
	width: 70px;
	z-index: 1;
}

.slide.fgallery-layout .photo-details {
	background: url("images/project-info.png") no-repeat scroll 0 0;
	cursor:pointer;
	height:70px;
	width:70px;
}
.slide.fgallery-layout .photo-details:hover { background-position:-70px center; }

.slide.fgallery-layout .photo-detail-content {
	background: none repeat scroll 0 0 #000000;
	color: #FFFFFF;
	font-family:'OswaldLight', arial, serif;
	font-size: 32px;
	left: 157px;
	padding: 42px 18px;
	position: absolute;
	text-align: center;
	top: 126px;
	width: 283px;
}

.slide.fgallery-layout .nav-arrow {  cursor:pointer; height:70px; width:70px; }
.slide.fgallery-layout .nav-arrow.next { background: url("images/project-next.png") no-repeat scroll 0 0; }
.slide.fgallery-layout .nav-arrow.next:hover { background-position:-70px center; }

.slide.fgallery-layout .nav-arrow.prev { background: url("images/project-prev.png") no-repeat scroll 0 0; }
.slide.fgallery-layout .nav-arrow.prev:hover { background-position:-70px center; }



.slide.fgallery-layout .wipe-angle {
	background:#fff;
	/* bottom:-1180px; */
	top: 75%;
	height:150%;
	position:absolute;
	width:150%;
	-webkit-transform:rotate(-9deg);
	-moz-transform:rotate(-9deg);
	-o-transform:rotate(-9deg);
	-ms-transform:rotate(-9deg);
	transform:rotate(-9deg);
}

/* Layout 4 - Portfolio
-------------------------*/
.slide.portfolio-layout {
	background: var(--Frosted-white);
	height:auto;

	
}

.slide.portfolio-layout .content {
	margin:0 auto;
	
}

/* .modern .slide.portfolio-layout .content { padding-top: 0px; } */

.slide.portfolio-layout .section-portfolio {
	
	width: 1198px;
}
.slide.portfolio-layout .section-portfolio-2 {
	margin: 0 auto;
	width: 1647px;
}

.portfolio-layout .grid-item { 
	float:left; 
	height: 270px;
	margin-bottom:3px;
	overflow:hidden;
	position:relative;
	width: 363px;
	margin: 20px 0px;
}
.portfolio-layout .grid-item-2{ 
	margin: 10px !important;
}


.portfolio-layout .grid-item.featured {
	 height:342px;
	  width: 547px;
	 }
	 .portfolio-layout .grid-item-2.featured {
		height:342px;
		 width: 527px;
		}
.portfolio-layout .grid-item.featured:nth-child(odd) { margin-right: 3px; }

.portfolio-layout .grid-item.standard {
	 margin-right: 3px;
 }

.portfolio-layout .grid-item a {}
.portfolio-layout .grid-item a img {   
	height: auto;
	width: 100%;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.portfolio-layout .grid-item a .tailored-journey-image img {   
	margin-bottom: 30px;
}


.portfolio-layout .grid-item:hover a img {   
	transform:scale(1.2);
    -ms-transform:scale(1.2); 
    -moz-transform:scale(1.2); 
    -webkit-transform:scale(1.2);
    -o-transform:scale(1.2);
	 
}

.portfolio-layout .design-overlay {
	background:#000;
	height:100%;
	left:0;
	opacity:.7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	position:absolute;
	top: -2px;
	width:100%;
	z-index:2;
}

.portfolio-layout .design-overlay .expand {
	background: url("images/expand.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: inline-block;
	height: 50px;
	width: 43px;
	top: 45%;
	position: absolute;
	left: 45%;
}


/* Special Effects
--------------------- */
.portfolio-layout .grid-item .mask, 
.portfolio-layout .grid-item .content {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}

.portfolio-layout .grid-item.featured h2 { font-size: 42px; line-height: 57px; margin-top: 70px; }
.portfolio-layout .grid-item.featured .mask-inner{
	 font-size: 28px;
	  line-height: 40px; 
	  margin-top: 100px; }

.portfolio-layout .grid-item h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 17px;
	width: 100%;
	padding: 10px;
	background: rgb(127, 0, 255, 0.8);
	margin: 20px 0 0 0;
	
}

.portfolio-layout .grid-item p {
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 20px;
	position: relative;
	color: #fff;
	padding: 10px 20px 0;
	text-align: center;
}

.portfolio-layout .grid-item a.info {
	display: block;
	text-decoration: none;
	padding: 7px 14px;
	background: #7F00FF;
	color: #fff;
	margin:0 auto;
	text-align: center;
	text-transform: uppercase;
	width: fit-content;
	-webkit-box-shadow: 0 0 1px #000;
	-moz-box-shadow: 0 0 1px #000;
	box-shadow: 0 0 1px #000;
}

.portfolio-layout .grid-item img {
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.portfolio-layout .grid-item .mask {
	background-color: rgba(0,0,0,0.6);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: translate(460px, -100px) rotate(180deg);
	-moz-transform: translate(460px, -100px) rotate(180deg);
	-o-transform: translate(460px, -100px) rotate(180deg);
	-ms-transform: translate(460px, -100px) rotate(180deg);
	transform: translate(460px, -100px) rotate(180deg);
	-webkit-transition: all 0.2s 0.4s ease-in-out;
	-moz-transition: all 0.2s 0.4s ease-in-out;
	-o-transition: all 0.2s 0.4s ease-in-out;
	-ms-transition: all 0.2s 0.4s ease-in-out;
	transition: all 0.2s 0.4s ease-in-out;
}

.portfolio-layout .grid-item h2 {
	-webkit-transform: translateY(-200px);
	-moz-transform: translateY(-200px);
	-o-transform: translateY(-200px);
	-ms-transform: translateY(-200px);
	transform: translateY(-200px);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.portfolio-layout .grid-item p {
	-webkit-transform: translateX(300px) rotate(90deg);
	-moz-transform: translateX(300px) rotate(90deg);
	-o-transform: translateX(300px) rotate(90deg);
	-ms-transform: translateX(300px) rotate(90deg);
	transform: translateX(300px) rotate(90deg);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.portfolio-layout .grid-item a.info {
	-webkit-transform: translateY(-300px);
	-moz-transform: translateY(-300px);
	-o-transform: translateY(-300px);
	-ms-transform: translateY(-300px);
	transform: translateY(-300px);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.portfolio-layout .grid-item:hover .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}

.portfolio-layout .grid-item:hover h2 {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.portfolio-layout .grid-item:hover p {
	-webkit-transform: translateX(0px) rotate(0deg);
	-moz-transform: translateX(0px) rotate(0deg);
	-o-transform: translateX(0px) rotate(0deg);
	-ms-transform: translateX(0px) rotate(0deg);
	transform: translateX(0px) rotate(0deg);
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	-ms-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.portfolio-layout .grid-item:hover a.info {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
				

/* Layout 5 - Image Layout
----------------------------*/
.slide.layout-image { 
	background-attachment:fixed; 
	background-position: 50% 0;
	height:580px;
	overflow:hidden;
}

.slide.layout-image .inner-wrap { /* Solution: Chrome Transition Bug */
	height:100%;
	position:relative;
	width:100%;
}

.slide.layout-image .content {
	bottom: 0;
	height: 93px; /* Increase this as needed */
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width:850px;
	z-index: 2;
}

.modern .slide.layout-image .content {
	height: 143px; /* Increase this as needed */
}

.slide.layout-image .content h4 {
	color:#fff;
	font-family: 'OswaldBook',arial,serif;
	font-size:30px;
	line-height: 41px;
	text-transform:uppercase;
}

.modern .slide.layout-image .content h4  {
	font-family: 'Aguafina Script', cursive;
	font-size:45px;
	line-height: normal;
	text-transform:none;
}

.slide.layout-image h4 i {
	color: #7f00ff;
	font-family: FontAwesome;
	font-size: smaller;
	height: inherit;
	display: inline-table;
	line-height: normal;
	vertical-align: top;
	margin: 0 0px;
}

.modern .slide.layout-image h4 i {
	font-size:initial;
}

.slide.layout-image h4 .icon-quote-left:before {
	content:"\f10d";
}

.slide.layout-image h4 .icon-quote-right:before {
	content:"\f10e";
}

/* Layout 6 - Story Layout
-----------------------------*/
.slide.story-layout {
	background-size: auto auto;
	height:auto;
	padding-bottom:165px;
}

.modern .slide.story-layout {
	background:url("images/paper-texture-4.jpg") repeat;
}

.slide.story-layout .content {
	margin: 0 auto;
	padding-top: 135px;
}

.slide.story-layout .section-header {}
.slide.story-layout .section-header p {}

.slide.story-layout .section-callouts { margin:0 auto 90px; min-height: 489px; overflow:hidden; width:950px; }
.slide.story-layout .section-callouts p {
	color:#8f8f8f;
	font-size:17px;
	line-height:28px;
	padding:0;
	text-align:center;
}

.slide.story-layout .content .bio { 
	cursor:pointer;
	float: left;
	margin-right: 47px;
	margin-top: -600px;
	text-align:center;
	width: 284px;
}

.slide.story-layout .content .bio.last { margin-right:0; }
.slide.story-layout .content .bio img { 
	border:1px solid #000;
	margin-bottom:30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}

.slide.story-layout .blur {
	transform:scale(.7);
    -ms-transform:scale(.7); 
    -moz-transform:scale(.7); 
    -webkit-transform:scale(.7);
    -o-transform:scale(.7); 
	-webkit-filter: blur(3px); -moz-filter: blur(3px); -o-filter: blur(3px); -ms-filter: blur(3px); filter: blur(3px);
}
	
.slide.story-layout .content h3 {
	color:#7f00ff;
	font-size:22px;
	margin-bottom: 10px;
}

.modern .slide.story-layout .content h3 { font-size:32px; }

.slide.story-layout .content .role {
	color:#3b3838;
	font-family:'OswaldLight', arial, serif;
	font-size:16px;
	margin-bottom:15px;
}

/* Layout 6 - Location Layout
-----------------------------*/
.slide.location-layout {
	height:auto;
	padding-bottom:0px;
}

.slide.location-layout .content {
	margin: 0 auto;
	padding-top: 65px;
}

.slide.location-layout .section-map {
	overflow:hidden;
	position:relative;
	width:100%;
}

.slide.location-layout .section-map iframe {}

/* Layout 7 - Instagram
--------------------------*/
.slide.instagram-layout {
	background-size: auto auto;
	height:auto;
	min-height:800px;
	padding-bottom:200px;
}

.modern .slide.instagram-layout {
	background:url("images/paper-texture-3.jpg") repeat;
}

.slide.instagram-layout .content {
	margin: 0 auto;
	padding-top: 135px;
}

.slide.instagram-layout .gallery {
	margin:0 auto;
	min-height:890px;
	width:875px;
}

.slide.instagram-layout .gallery a {
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
}

.slide.instagram-layout .gallery a:nth-child(4n) {
	margin-right:0;
}

/* Layout 8 - Default 
-----------------------------*/
.slide.layout-default {
	padding-top:150px;
}

.slide.layout-default .content {
	margin:0 auto;
	width:945px;
}

.slide.layout-default h2 {
	color:#ffffff;
}

/* Layout 9 - Video
----------------------*/
.slide.video-layout {
	background-color:#000;
	height:100%;
	padding:0;
	position:relative;
}

.slide.video-layout .content {
	height:100%;
	position:relative;
	width:100%;
}

.slide.video-layout .content video {}
.slide.video-layout .mejs-video {}
.slide.video-layout .mejs-container .mejs-controls { background:none; }

.slide.video-layout .texture { z-index:2; }
.slide.video-layout .buttonBar { display:none; }

.slide.video-layout .music-toggle {
	cursor: pointer;
	float: right;
	margin-right: 10%;
	margin-top: 100px;
	z-index: 3;
	position: relative;
}

.slide.video-layout .bars {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 19px;
  height: 20px;
  /* true is 22 */
  position: relative; }

.slide.video-layout .bars li {
  position: absolute;
  bottom: 0;
  display: block;
  float: left;
  width: 4px;
  background-color: #ffffff;
  -webkit-border-radius: 1px 1px 0px 0px;
  -moz-border-radius: 1px 1px 0px 0px;
  border-radius: 1px 1px 0px 0px;
  -webkit-transition: height 0.4s linear;
  -moz-transition: height 0.4s linear;
  -o-transition: height 0.4s linear;
  transition: height 0.4s linear; }

.slide.video-layout .bars:first-child {
  margin-left: 0; 
}

.slide.video-layout .bars:last-child {
  margin-right: 0; 
}

.slide.video-layout .bar1 {
  left: 0px;
  height: 16px;
  -moz-animation: move1 infinite 2s linear;
  -webkit-animation: move1 infinite 2s linear; 
}

.slide.video-layout .bar2 {
  left: 6px;
  height: 12px;
  -moz-animation: move2 infinite 4s linear;
  -webkit-animation: move2 infinite 4s linear; 
}

.slide.video-layout .bar3 {
  left: 12px;
  height: 18px;
  -moz-animation: move3 infinite 2s linear;
  -webkit-animation: move3 infinite 2s linear; 
}

.slide.video-layout .bar4 {
  left: 18px;
  height: 9px;
  -moz-animation: move4 infinite 0.8s linear;
  -webkit-animation: move4 infinite 0.8s linear; 
}

.slide.video-layout .hidden {}
.slide.video-layout .music-toggle.music-stopped .bars li {
  height: 4px;
  -moz-animation: stop 0.8s linear;
  -webkit-animation: stop 0.8s linear; 
}

/* Layout 10 - Contact
----------------------*/
.slide.layout-contact {
	height: auto;
	/* padding:200px 0; This comes back if scroller comes back */
	padding:0px 0 50px;
	position: relative;
	z-index: 1;
}

.slide.layout-contact .content {
	margin: 0 auto;
}

.slide.layout-contact .section-header h2 { font-size:27px; }
.modern .slide.layout-contact .section-header h2 { font-size:37px; }

.slide.layout-contact .section-header p { font-size:18px; line-height:22px; }
.slide.layout-contact form { margin: 0 auto; width: 820px; }

form {
	
}

form label {
	color:#404040;
	display:block;
	font-family:'OswaldBold', arial, serif;
	font-size:15px;
	margin-bottom:10px;
}

form .col1 {
	float: left;
	margin-right: 34px;
	width: 398px;
}

form .col2 {
	float:left;
}

form .group { margin-bottom:20px; }

form input.text {
	border: 1px solid #CCCCCC;
	padding: 10px;
	width: 350px;
}

form textarea {
	border: 1px solid #CCCCCC;
	height: 135px;
	padding: 10px;
	width: 350px;
}

form input.submit {
	background:#7f00ff;
	border:none;
	color:#fff;
	cursor:pointer;
	float:right;
	font-family: 'OswaldBook',arial,serif;
  	font-size: 15px;
	padding: 9px;
	text-align:center;
	text-transform:uppercase;
	width:126px;
}

form input.submit:hover {
	background:#E04040;
}

/* Layout 11 - Animation
-------------------------------*/
.slide.layout-animation {
	height:auto;
	padding-top:60px;
}

.slide.layout-animation .content {
	background-image: url("images/sprite.png");
	height:919px;
	margin: 0 auto;
	width: 645px;
}

.sprite-1{ background-position: 0 -969px; } 
.sprite-2{ background-position: 0 -1938px; } 
.sprite-3{ background-position: -695px 0; } 
.sprite-4{ background-position: -695px -969px; } 
.sprite-5{ background-position: -695px -1938px; } 
.sprite-6{ background-position: -1390px 0; } 
.sprite-7{ background-position: -1390px -969px; } 
.sprite-8{ background-position: -1390px -1938px; } 
.sprite-9{ background-position: -2085px 0; } 
.sprite-10{ background-position: -2085px -969px; } 
.sprite-11{ background-position: -2085px -1938px; } 
.sprite-12{ background-position: -2780px 0; } 
.sprite-13{ background-position: -2780px -969px; } 
.sprite-14{ background-position: -2780px -1938px; } 
.sprite-15{ background-position: -3475px 0; } 
.sprite-16{ background-position: -3475px -969px; } 
.sprite-17{ background-position: -3475px -1938px; } 
.sprite-18{ background-position: -4170px 0; } 
.sprite-19{ background-position: -4170px -969px; } 
.sprite-20{ background-position: -4170px -1938px; } 
.sprite-21{ background-position: -4865px 0; } 
.sprite-22{ background-position: -4865px -969px; } 
.sprite-23{ background-position: -4865px -1938px; } 
.sprite-24{ background-position: -5560px 0; } 
.sprite-25{ background-position: -5560px -969px; } 
.sprite-26{ background-position: -5560px -1938px; } 
.sprite-27{ background-position: -6255px 0; } 
.sprite-28{ background-position: -6255px -969px; } 
.sprite-29{ background-position: -6255px -1938px; } 
.sprite-30{ background-position: -6950px 0; } 
.sprite-31{ background-position: -6950px -969px; } 
.sprite-32{ background-position: -6950px -1938px; } 
.sprite-33{ background-position: -7645px 0; } 
.sprite-34{ background-position: -7645px -969px; } 
.sprite-35{ background-position: -7645px -1938px; }

/* Layout 11 - Layout Scroller
--------------------------------*/
.slide.layout-scroller {
	background-attachment:fixed; 
	background-position: 50% 0;
	height:3030px;
	overflow:hidden;
	position:relative;
}

.slide.layout-scroller .content {
	padding-top:25%;
	margin: 0 auto;
}

.slide.layout-scroller .content-layers {
	position: absolute;
	display: block;
	top: 1690px;
	width: 80%;
}

.slide.layout-scroller .content-layers h2 {
	color: #FFFFFF;
	font-size: 50px;
	text-transform: uppercase;
	text-shadow: 1px 1px 5px #666666;
}

.modern .slide.layout-scroller .content-layers h2 {
	font-family: 'Amatic SC', cursive;
	margin-bottom: -8px;
	text-transform:none;
}

.slide.layout-scroller .image-layers img { display:none; }
.slide.layout-scroller.inview .image-layers img { display:block; }

.slide.layout-scroller .wipe-angle {
	background:#fff;
	bottom:-4370px;
	height:150%;
	position:absolute;
	width:150%;
	-webkit-transform:rotate(-9deg);
	-moz-transform:rotate(-9deg);
	-o-transform:rotate(-9deg);
	-ms-transform:rotate(-9deg);
	transform:rotate(-9deg);
}

/* Footer
--------------------------------- */
#footer {
	background: none repeat scroll 0 0 #252525;
	color: #76665E;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	height: auto;
	padding: 88px 0;
}

#footer .inner { margin:0 auto; text-align:center; width:945px; }

#footer .footer-copy {
	color: #888888;
	float:left;
	font-family:'OswaldBook', arial, serif;
	font-size: 15px;
	text-align: left;
	width:627px;
}

/* .footer-social { float:right; } */
.footer-social a { margin-right:10px; }

/* Instagram Theatre
---------------------------*/
.instagram-photo {
    display: inline-block;
	float:left;
    height: 196px;
    margin: 10px;
    width: 195px;
}

#seachInstagramLoadMoreContainer { clear:both; }
#seachInstagramLoadMoreContainer a { display: block; float:none; margin: 0 auto; width: 70px; }

.btn {
	display: inline-block;
	padding: 4px 10px 4px;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(top, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: 1px solid #ccc;
	border-bottom-color: #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	margin-left: .3em;
}

.btn-inverse {
	color: #ffffff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-color: #51a351;
	background-image: -moz-linear-gradient(top, #62c462, #51a351);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
	background-image: -webkit-linear-gradient(top, #62c462, #51a351);
	background-image: -o-linear-gradient(top, #62c462, #51a351);
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-color: #0044cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  background-color: #003bb3;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}

/* Digital Audio Equalizer 
-----------------------------*/
@-moz-keyframes stop {
  0% {
    height: 60px; }

  100% {
    height: 12px; } }

@-moz-keyframes hover {
  0% {
    height: 15px; }

  100% {
    height: 60px; } }

@-moz-keyframes move1 {
  0% {
    height: 15px; }

  25% {
    height: 60px; }

  75% {
    height: 45px; }

  100% {
    height: 15px; } }

@-moz-keyframes move2 {
  0% {
    height: 6px; }

  25% {
    height: 36px; }

  75% {
    height: 60px; }

  100% {
    height: 6px; } }

@-moz-keyframes move3 {
  0% {
    height: 31px; }

  25% {
    height: 6px; }

  75% {
    height: 60px; }

  100% {
    height: 31px; } }

@-moz-keyframes move4 {
  0% {
    height: 36px; }

  25% {
    height: 15px; }

  75% {
    height: 66px; }

  100% {
    height: 36px; } }

@-webkit-keyframes stop {
  0% {
    height: 60px; }

  100% {
    height: 16px; } }

@-webkit-keyframes hover {
  0% {
    height: 15px; }

  100% {
    height: 60px; } }

@-webkit-keyframes move1 {
  0% {
    height: 15px; }

  25% {
    height: 60px; }

  75% {
    height: 45px; }

  100% {
    height: 15px; } }

@-webkit-keyframes move2 {
  0% {
    height: 6px; }

  25% {
    height: 36px; }

  75% {
    height: 60px; }

  100% {
    height: 6px; } }

@-webkit-keyframes move3 {
  0% {
    height: 31px; }

  25% {
    height: 6px; }

  75% {
    height: 60px; }

  100% {
    height: 31px; } }

@-webkit-keyframes move4 {
  0% {
    height: 36px; }

  25% {
    height: 15px; }

  75% {
    height: 66px; }

  100% {
    height: 36px; } }

/* Responsive Mobile
-----------------------------*/

@media only screen and (max-width:1450px){
	.slide.portfolio-layout .section-portfolio-2{
		width: 900px;
		margin: 0 0;
  }

}
/* Large Tablets */
@media screen and (max-width: 1270px) {
	
 	#header .inner {
	  width: 981px;
	}
	
	#header .navigation li {
	  margin-left: 13px;
	}
	
	/* --------------- */
	/* .slide.services-layout .section-callouts { 
		width: 810px;
	} */

	/* .slide.services-layout .section-callouts div { 
		margin-right: 39px;
	} */
	
	/* --------------- */
	.slide.portfolio-layout .section-portfolio {
	  	width: 1050px;
	}
	
	.portfolio-layout .grid-item.featured{
		width: 400px;
		height: 270px;
	}
	
	.portfolio-layout .grid-item {
		height: 380px;
		width: 450px;
		padding: 30px 0px;
	}
	
	/* ---------------- */
	.slide.story-layout .section-callouts {
	  	width: 820px;
	}
	
	.slide.story-layout .content .bio {
	  	width: 234px;
	}
	
	 .slide.story-layout .content .bio img {
	 	width: 92%;
	}
	
	.modern .slide.layout-image .content h4 {
		font-size: 35px;
	}
}

/* iPad */
@media screen and (max-width: 1000px) {	
	
		
	#header {}
	#header .logo { overflow: hidden; width: 180px; }
	#header .logo img {}
	
	#header .inner { width: 90%; }
	
	/* #header ul.navigation {}
	
	#header ul.navigation li { margin-left: 9px; }
	
	#header ul.navigation li a {}
	
	#header ul.social {
		margin-left: 8px;
		margin-top: 16px;
	}
	
	#header ul.social li {
		margin-left: 5px;
		width: auto;
	}
	
	#header ul.social li img {
		height: auto;
		width: 22px;
	} */
	
	.section-header p { padding: 0; }
	
	/* ------------------------- */
	.slide.intro-layout {
	
	}
	
	.slide.intro-layout .image-layers .img-2 {
		margin-left: 330px;
	}
	
	/* ------------------------- */
	.slide.services-layout {}
	
	/* .slide.services-layout .section-callouts {
		width: 630px;
	} */
	
	.slide.services-layout .section-callouts div {
		
		text-align: center;
		width: 33.3333%;
		height: max-content;
		margin-bottom: 30px;
	}

	.slide.services-layout .section-callouts div p {
		height: 250px;
	}
	
	.slide.services-layout .section-callouts div a {
		margin:0;
	}
	
	/* ------------------------- */
	.slide.fgallery-layout {
		
	}
	
	/* ------------------------- */
	.slide.portfolio-layout {
		
	}
	
	.slide.portfolio-layout .section-portfolio {
		width: 550px;
	}
	
	.portfolio-layout .grid-item {
		width: 272px;
	}
	
	/* ------------------------- */
	.slide.layout-image {}
	
	.slide.layout-image .content { width: 53%; }
	
	/* ------------------------- */
	.slide.story-layout {}
	.slide.story-layout .section-callouts { width: 639px; }
	
	.slide.story-layout .content .bio {
		margin-right: 30px;
	  	width: 191px;
	}
	
	/* ------------------------- */
	.slide.location-layout {}
	
	/* ------------------------- */
	.slide.instagram-layout {}
	.slide.instagram-layout .gallery { width: 651px; }
	.slide.instagram-layout .gallery a:nth-child(3n) { margin-right: 0; }
	
	/* ------------------------- */
	.slide.layout-animation {}
	
	/* ------------------------- */
	.slide.layout-scroller {}
	
	.slide.layout-scroller .img-1 { height: auto; width: 310px; }
		
	/* ------------------------- */
	.slide.layout-contact {}
	
	.slide.layout-contact form {
		width:619px;
		margin:0 auto;
	}
	
	form .col1 {
		width:268px;
	}
	
	form .col2 {
		width:308px;
	}
	
	form input.text {
		width: 240px;
	}
	
	form textarea {
		width:286px;
	}
	
	/* ------------------------- */
	#footer {
		
	}
	
	#footer .inner {
		width:735px;
	}
	
	#footer .footer-copy {
		width:537px;
	}
	
	#footer .footer-social {
		
	}
}

/* iPhone */
@media screen and (max-width: 780px) {

	#header {
		/* height: auto; */
	}
	
	#header .logo {
		float: none;
		width: 153px;
	}
	
	#header .logo img {
		height: auto;
		width: 326px;
	}
	
	#header .btn-navbar {
		display: inline-block;
		float: none;
		position: absolute;
		right: 0;
		top: 0;
	}
	
	#header ul.social {
	    clear: both;
		display: block;
		float: none;
		margin: 0;
		position: absolute;
		right: 32px;
		top: 8px;
	}
	
	/* #header ul.navigation {
		float: none;
		height: 0;
		margin:0;
		overflow: hidden;
		-webkit-transition: height 0.35s ease;
			-moz-transition: height 0.35s ease;
				-o-transition: height 0.35s ease;
					transition: height 0.35s ease;
	}
	
	#header ul.navigation.collapse {
	 	height: 350px;
		margin-top: 22px;
		position: relative;
	}
	
	#header ul.navigation li {
	  	border-top: 1px solid #191919;
		float: none;
		margin: 2px 0;
		padding: 12px 14px;
	}
	
	#header .navigation li a.active {
		border:none;
		color: #7f00ff;
	}
			 */
	/* ------------------------- */
	.slide.intro-layout {
	
	}
	
	.slide.intro-layout .content {
		
	}
	
	.modern .slide.services-layout .section-header { background:none; padding: 40px 0; }
	.modern .slide.intro-layout h1 { margin-bottom: 5px; }
	
	.slide.intro-layout p {
	  	font-size: 21px;
	}
	
	.slide.intro-layout .intro-effect-layers, 
	.slide.intro-layout .image-layers { display:none; }
	
	/* ------------------------- */
	.slide.services-layout {
		padding-bottom: 40px;
	}
	
	.slide.services-layout .section-callouts {
		margin-bottom: 20px;
		
	}
	.slide.services-layout .section-callouts  div{   
		margin-bottom: 30px !important;
		width: 50%;
	}
	.slide.services-layout .section-callouts  div p{
    height: 200px;
	}
	

	/* .callout-3{
		margin-bottom: 0px !important;
	} */
	
	.slide.services-layout .section-callouts div a {
		margin: 0;

	}
	
	/* ------------------------- */
	.slide.fgallery-layout {
		height: 400px;
		background-attachment: scroll;
		padding: 0;
	}
	
	.slide.fgallery-layout .project-nav {
		left: 25px;
	}
	
	.slide.fgallery-layout .photo-detail-content {
		font-size: 20px;
		left: 107px;
		line-height: 25px;
		padding: 42px 18px;
		text-align: center;
		top: 126px;
		width: 121px;
	}
	
	.slide.fgallery-layout .wipe-angle { display:none; }
	
	/* ------------------------- */
	.slide.portfolio-layout {
		padding-bottom: 140px;
	}
	
	.slide.portfolio-layout .section-portfolio {
	  	width: auto;
	}
	
	.modern .slide.portfolio-layout .content {
		padding-top: 166px;
	}
	
	.portfolio-layout .grid-item {
	  	height: auto;
		float: none;
		margin-bottom: 1px;
		width: 100%;
	}
	
	.portfolio-layout .grid-item.featured {
		height:auto;
		width:100%;
	}
	
	.portfolio-layout .grid-item .mask h2 {
		font-size:17px;
		line-height:20px;
		margin-bottom:0;
		margin-top:12px;
		padding:5px;
	}
	
	.portfolio-layout .grid-item .mask p {
		padding-bottom:10px;
	}
	
	.portfolio-layout .grid-item .mask a {
		
	}
	
	/* ------------------------- */
	.slide.layout-image {
		/* Background iPhone Support */
		/* background-size: auto 100%; */
		background-attachment:scroll;
		height: 450px;
	}
	
	.slide.layout-image .content { height: 106px; }
	.slide.layout-image .content h4 { font-size: 20px; line-height: 27px; }
		
	.modern .slide.layout-image .content h4 { font-size: 26px; }

	/* ------------------------- */
	.slide.story-layout { padding-bottom: 45px; }
	.slide.story-layout .section-callouts { width: auto; }
	
	.slide.story-layout .content .bio, 
	.slide.story-layout .content .bio.last {
		float:none;
		margin: 0 auto 60px;
	}
	
	/* ------------------------- */
	.slide.location-layout {
		
	}
	
	.slide.location-layout .section-map iframe {
		height: 250px;
	}
	
	/* ------------------------- */
	.slide.instagram-layout {
		
	}
	
	.slide.instagram-layout .gallery {
	  	min-height:0;
		width: 222px;
	}
	
	/* ------------------------- */
	.slide.video-layout .texture { display:none; }
	
	/* ------------------------- */
	.slide.layout-animation {
		height: 874px;
		padding-top: 200px;
	}
	
	.slide.layout-animation .content {
		background: url("images/sprite-mobile.png") no-repeat scroll 0 0 / 100% auto rgba(0, 0, 0, 0);
		height: 689px;
		width: 300px;
	}
	
	/* ------------------------- */
	.slide.layout-scroller {
		height: 510px;
		background-attachment: scroll;
	}
	
	.slide.layout-scroller .content-layers { top: 220px; }
	.slide.layout-scroller .image-layers { display:none; }
	
	/* ------------------------- */
	.slide.layout-contact {
		/* padding: 140px 0; This comes back if scroller comes back */
		padding:0px 0 140px;
	}
	
	.slide.layout-contact form {
		width:auto;
	}
	
	form .col1 {
		margin: 0;
		width: 100%;
	}
	
	form .col2 {
		width: 100%;
	}
	
	form input.text {
		width: 91%;
	}
	
	form textarea {
		width: 91%;
	}
	
	form input.submit {
		display: block;
		float:none;
		margin:0 auto;
	}
	
	/* ------------------------- */
	#footer {
		
	}
	
	#footer .inner {
		width: 100%;
	}
	
	#footer .footer-copy {
		float: none;
		font-size:13px;
		width: 280px;
		margin: 0 auto 20px;
		text-align: center;
	}
	
	#footer .footer-social {
		float:none;
	}
		
	/* Support Styles 
	----------------------------*/
	.formError { margin-left: -120px !important; }
	#customization-bar { display:none; }
}


.profile-image img{
	width: 100%;
}

.Image img{
	width: 100%;
	
}
.center{
	display: flex;
	justify-content: center;
	align-items: center;
}
.italic{
	font-style: italic;
	padding: 0 !important;
	text-align: center;
}
.carousel-control-next-icon,.carousel-control-prev-icon {
    
	background-color: #7f00ff;
}

.carousel-item{
	height: 900px;
	/* transition: transform 1.6s ease; */
}

.list-points{
	font-size:22px;
	line-height:40px;
	font-family:'OswaldLight', arial, serif;  
    /* padding:  30px 0 30px 50px; */
}
.list-points-2{
	font-size:22px;
	line-height:40px;
	font-family:'OswaldLight', arial, serif;  
    color: var(--black-color) ;
}
.list-para-2 .bold{
   font-weight: 600;
}
dl, ol, ul{
	margin-bottom: 0 !important;
}
.back-button{
	padding: 15px 50px!important;
	margin-bottom: 50px;
}
.back-button i{
	margin-right: 10px;
}
.navbar-toggler-icon{
	color: var(--primary-color) !important;
}
.navbar-toggler{
	background-color:  var(--Frosted-white) !important;
	border-radius: 50% !important;
	padding: 10px !important;
}
.navbar{
	background-color: #7f00ff;
	color: var(--Frosted-white);
}
.navbar-toggler:focus{
	text-decoration: none;
    outline: 0;
    box-shadow: none !important;
}
.nav-link{
	color: var(--Frosted-white);
    font-family: 'OswaldBook', arial, serif;
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 22px;
    text-transform: uppercase;
    text-decoration: none;
}
.heading-top{
	margin-top: 80px;
}
.button-session{
	padding: 40px 0;
  }
  @media only screen and (max-width:768px){
	.button-session .th-btn{
		font-size: 16px !important;
	  }
	  
  }
  .right{
	background-color: #ECE6F7;
	color: #000;
	padding: 30px;
    
    line-height: 50px;
}
.left{
	background-color: #c3b1e1;
	color: black;
	padding: 30px;
    
    line-height: 50px
}
.navbar-brand{
	font-family:'OswaldLight', arial, serif;
	font-size: 32px !important;
	font-weight: 600 !important	;
}
.height{
	height: min-content;
}
.change-life-button-inner{
	font-family:'OswaldBold', arial, serif;
	font-size: 32px;
	padding: 15px;
	background-color: #7f00FF;
	color: var(--Frosted-white);
	width: 300px;
	text-align: center;
	border-radius: 30px;
	text-decoration: none;
}
.change-life-button-inner{
	font-family:'OswaldBold', arial, serif;
	font-size: 32px;
	padding: 15px;
	background-color: #7f00FF;
	color: var(--Frosted-white);
	width: 300px !important;
	text-align: center;
	border-radius: 30px;
	text-decoration: none;
}
.change-life-button-inner i{
	margin-left: 10px;
}
.change-life-button{
     text-align: center;
	
	 background-color: var(--Frosted-white);
}
.first-section{
	border: none !important;
	padding-top: 0 !important;
}


.image-container{
	padding: 0px !important;
	display: flex;
	justify-content: center;
	align-items: center;
	
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 768px;
	/* background-color:; */
}
 .image-container  img{
	
	height: 100% !important;
}
/*.image-container-inner-2 img{
	width:1000px !important;
	height: 500px !important;
}
@media only screen and (max-width:1440px)
{
	.image-container-inner img
    {
		height: 600px !important;
	}
	.image-container-inner-2 img{
		height: 610px !important;
	}
}
@media only screen and (max-width:1024px)
{
	.image-container-inner img
    {
		height: 700px !important;
	}
	.image-container-inner-2 img{
		height: 740px !important;
	}
}
@media only screen and (max-width:768px)
{
	.image-container-inner img
    {
		height: auto !important;
	}
	.image-container-inner-2 img{
		height: auto !important;
	}
} */


.product-container{
	position: relative;
}

.tailored-journey-content{
	position: relative !important;
	visibility: hidden ;
	color: #7f00ff;
	font-size: 50px;
	font-weight: 900;
	line-height: 60px;
	top: 50%;
	left: 1px;
	text-align: center;
}
.product-container:hover +.tailored-journey-content{
	display: block;
}
.image-container .living-life-image img{
	height: 350px;
	width: 800px;
}
.height{
	height: auto;
}

.scroll-top {
    position: fixed;
    right: 25px;
    bottom: 25px;
    height: 50px;
    width: 50px;
    cursor: pointer; 
    border-radius: 50%;
    display: none;
    background: #FFDE9F;
    z-index: 9;
    animation: scroll_amini linear 2s infinite alternate;
    transition: all linear .3s;
}
.scroll-top::after {
    position: absolute;
    content: attr(data-value);
    font-family: 'FontAwesome';
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    color: #0b1315;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
}
.scroll-top.active {
 opacity: 1;
 -moz-opacity: 1;
 -webkit-opacity: 1;
 visibility: visible;
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
}
.scroll-top svg.border-circle path {
    stroke: #FD8558;
    stroke-width: 4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.scroll-top svg path {
    fill: none;
}
.scroll-top:hover {
   background: white;
   transition: 0.3s;
   -webkit-transition: 0.3s;
   -o-transition: 0.3s;
}
.questions{
	text-align: left !important;
	color: black !important;
}
.questions-2{
	text-align: center;
	color: black !important;
	font-weight: 500 !important;
	font-size: 30px !important;
}
.sub-sec-title{
	font-size: 22px;
	color: black;
	padding-left: 15px;
	font-weight: 900;
  }
  .need-to-know-btn{
	background-color: #ECE6F7;
	padding: 5px 20px;
	color: black;
	text-align: center;
	float: none !important;
	border-radius: 30px;
	width: fit-content;
	margin-top: 30px;
  }
  .need-to-know-from{
	padding: 10px 5px;
	background-color: #7f00ff;
	color: white;
	border-radius:10px;
	width: 180px;

  }
  .image-container-inner img{
	width: 100%;
	padding: 0px !important;

 }
  @media only screen and (max-width:768px){
	.need-to-know-from{
		width: 200px;
	margin-bottom: 20px;
	  }
  }
  .from-icon{
	font-size: 30px;
  }
  .white{
	color: var(--Frosted-white) !important;
  }
  .team-condition{
	background-color: #7f00FF;
	padding-bottom: 15px;
  }
  .read-more{
	display: flex !important;
	justify-content: center !important;
	
  }
  .service-tc-btn{
	background-color: #7f00FF;
	color: white;
	padding: 30px 30px;
	font-size: 20px;
	font-weight: 900;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
    margin-bottom: 10px;
	border-radius: 50px;
	text-transform: uppercase;
	
  }
  .service-tc-btn+.th-btn:hover{
	color: #7f00FF;
	
	
  }
  li span{
	font-weight: 900;
	color: black;
  }
.menu li a:hover{
	color: white !important;
}
.footer-info a:hover{
	color: white !important;
}






/* @media only screen and (min-width:1000px) and (max-width:1240px){
	.image-container-inner-2 img{
		width: 950px !important;
		height: 750px !important;
	}
	.image-container-inner img{
		width: 950px !important;
		height: 700px !important;
	}
} */
/* .image-container-inner{
	background-image: url("");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	
	height:500px;
	width: 100%;
	
} */

  