@font-face {
	font-family: 'kiddish';
	src: url(fonts/kiddish.eot);
	src: url(fonts/kiddish.eot?#iefix) format('embedded-opentype'), url(fonts/kiddish.woff) format('woff'), url(fonts/kiddish.ttf) format('truetype'), url(fonts/kiddish.svg) format('svg')
}
/*@font-face {
	font-family: 'luckiestguy';
	src: url(fonts/luckiestguy.eot);
	src: url(fonts/luckiestguy.eot?#iefix) format('embedded-opentype'), url(fonts/luckiestguy.woff) format('woff'), url(fonts/luckiestguy.ttf) format('truetype'), url(fonts/luckiestguy.svg) format('svg')
}*/

/* Main and Reset
---------------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
}
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ul, li {
	list-style-type: none
}
.clr {
	clear: both;
}
img {
	border: 0;
}
a {
	color: #fc751b;
}
a:link, a:visited, a:hover, a.selected {
	text-decoration: none;
}
input {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.left {
	float: left;
}
.right {
	float: right;
}
body {
	/*font-family: 'brandon_grotesqueregular', sans-serif;*/
	font-family: 'Muli', sans-serif;
	font-size: 14px;
	overflow-x: hidden;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	min-width: 320px;
	background: #1c272f;
	background: #fff;
	color: #20222b;
}
body, html {
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.overflow-hidden-x {
	overflow-x: hidden;
}
/*
.website-wrapper {
	height: 100%;
	min-height: 100%;
	min-width: 100%;
	overflow-x: hidden;
}
*/
p {
	font-size: 18px;
	margin-bottom: 0;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	margin-top: 0px;
	margin-bottom: 0px;
	/*font-family: 'Fredoka One', cursive;*/
	font-family: 'kiddish', cursive;/*font-family: 'Concert One', cursive;*//*background-image: linear-gradient(to right top, #8cc63e, #acb000, #cc9400, #e86f00, #ff3300);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}
h1 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 72px;
	line-height: 60px;
	padding-top: 0px;
}
h2 {
	font-weight: normal;
	font-size: 48px;
	line-height: 46px;
	padding-top: 0px;
	position: relative;
	display: block;
}
.hero-h2 {
	text-transform: uppercase;
	font-weight: normal;
	color: #20222b;
	padding-top: 0px;
	padding-bottom: 20px;
}
h3 {
	text-transform: uppercase;
	font-weight: normal;
	color: #20222b;
	font-size: 20px;
	line-height: 17px;
	padding-top: 0px;
}
.h3-hero {
}
h4 {
	text-transform: uppercase;
	font-weight: normal;
	color: #20222b;
	font-size: 18px;
	line-height: 16px;
	padding-top: 0px;
}
h5 {
	font-weight: normal;
	font-size: 30px;
	line-height: 35px;
	padding-top: 0px;
}
h6 {
	font-weight: normal;
	color: #20222b;
	font-size: 18px;
	line-height: 20px;
	padding-top: 0px;
}
.no-pad {
	padding: 0;
}
.pad-bot-10 {
	padding-bottom: 10px!important;
}
.pad-bot-20 {
	padding-bottom: 20px!important;
}
.pad-bot-30 {
	padding-bottom: 30px!important;
}
.pad-bot-40 {
	padding-bottom: 40px!important;
}
.pad-bot-50 {
	padding-bottom: 50px!important;
}
.pad-bot-100 {
	padding-bottom: 100px!important;
}
.pad-top-50 {
	padding-top: 50px!important;
}
.pad-top-100 {
	padding-top: 100px!important;
}
.mar-bot-10 {
	margin-bottom: 10px!important;
}
.mar-bot-20 {
	margin-bottom: 20px!important;
}
.mar-bot-30 {
	margin-bottom: 30px!important;
}
.mar-bot-40 {
	margin-bottom: 40px!important;
}
.mar-bot-50 {
	margin-bottom: 50px!important;
}
.max-500 {
	max-width: 500px;
}
.max-600 {
	max-width: 600px;
}
.max-900 {
	max-width: 900px;
}
.padding-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.padding-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.orange {
	color: #fc751b;
}
.lt-grey {
	color: #78838b;
}
.md-grey {
	color: #20222b;
}
.white {
	color: #ffffff;
}
#team-member-template {
	margin-top: 300px;
}
.wow {
	visibility: hidden;
}
.map iframe {
	width: 100% !important;
}
iframe {
	border: none !important;
}
.indent-me {
	text-indent: -9999px;
	display: inline-block;
}
.desktop-hide {
	display: none
}
/* Accesibilty
---------------------------------------------------------------------------------*/
.accessibility {
	position: absolute;
	left: -99999px;
	height: 10px;
	width: 10px
}
.skip {
	position: absolute;
	left: 0;
	top: 20px;
	width: 100%;
	margin-left: 0;
	text-align: center;
	list-style: outside none;
}
.skip {
	list-style-type: none
}
.skip a {
	position: absolute;
	left: -99999px;
	top: 30px;
}
.skip a:focus, .skip a:active {
	position: relative;
	left: 0;
	z-index: 9999;
	width: 75%;
	height: auto;
	margin: 0px auto;
	padding: 20px 35px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: rgba(0,0,0,.6);
	border: 1px dotted #fff;
	font-weight: bold;
	font-size: 2em;
}
/* HEADER
---------------------------------------------------------------------------------*/
 
.page-content-nav {
	height: 0;
	overflow: hidden;
	display: none;
}
.full-width {
	width: 100% !important;
}
.nav-mask {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 102;
	display: none;
	background-color: #1c272f;
}
.overflow-hidden {
	overflow: hidden;
}
.position-fixed {
	position: fixed !important;
}
.header-wrapper {
	position: relative;
	xtop: 0;
	xleft: 0;
	z-index: 102;
	xheight: 100%;
	xwidth: 100%;
}
.header {
	position: relative;
	xheight: 100%;
	xwidth: 100%;
}
.logo {
	position: absolute;
	top: 65px;
	z-index: 100;
}
.logo img {
	width: 210px;
	height: auto;
	max-width: 207px;
	position: relative;
	z-index: 101;
	-webkit-transition: all 400ms ease;
1 -moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	transition: all 400ms ease;
}
.decor-logo-background-grey {
	background: #ffd53f;
	width: 155px;
	height: 10px;
	position: absolute;
	bottom: -8px;
	left: 0px;
	z-index: 99;
}
.decor-logo-background-orange {
	background: #fc751b;
	width: 100px;
	height: 20px;
	position: absolute;
	bottom: -16px;
	left: 0px;
	z-index: 99;
}
.main-navigation {
	position: absolute;
	top: 60px;
	right: 0;
	z-index: 103;
}
.main-navigation ul {
}
.main-navigation li {
	display: inline-block;
	margin: 0px 12px;
	position: relative;
}
.main-navigation li a:link, .main-navigation li a:visited {
	color: white;
	letter-spacing: 2px;
	font-size: 13px;
	text-transform: uppercase;
}
.main-navigation li a:hover, .main-navigation li a.selected, .current-menu-item a {
	color: #fc7a24 !important;
}
.main-navigation li img {
	max-width: 40px;
	position: relative;
	top: 0px;
	filter: brightness(0) invert(1);
}
/* Nav Area Dropdown
-----------------------------------------*/
/*
.main-navigation ul ul {
	position: absolute;
	top:30px;
	left: 0px;
	display: none;
	z-index: 100;
	
 
	 
}
.main-navigation li li {
	display: block;
	white-space: nowrap;
	float: none;
	margin: 0px !important;
	margin-bottom: 1px;
}
.main-navigation li li a {
	background: rgba(255,255,255, 0.9); 
	padding: 12px 40px 10px 40px;
	display: block;
	width: 100%; 
	color: #231f20 !important;  
	margin-bottom: 1px;
	text-align: left;
	font-size: 23px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.main-navigation li li a:hover {
	xbackground: #f5f5f5;
}
.main-navigation li li a::before {
	 
}
.main-navigation li.current-menu-item a, .current-menu-ancestor a, #menu-secondary .current-menu-item a {
	xcolor: #00C0D7 !important;
}
*/


 







.inner-page-footer .footer-wrapper a:hover {
	color: #3b2313 !important;
}
.hero-wrapper {
	position: relative;
	height: 100%;
	width: 100%;
	min-height: 644px;
}
.inner-page-banner-hero-wrapper {
	position: relative;
	height: 100%;
	width: 100%;
	min-height: 250px;
}
.hero {
	position: relative;
	height: 100%;
	width: 100%;
}
.hero-text {
	position: absolute;
	bottom: 12%;
	left: 12%;
	text-align: left;
	color: white;
	max-width: 525px;
	z-index: 101;
}
.hero-title {
	font-size: 60px;
	text-transform: uppercase;
	line-height: 55px;
	letter-spacing: 2px;
}
.hero-supporting {
	font-size: 18px;
	padding-bottom: 30px;
}
.link-button-orange {
	text-transform: uppercase;
	display: inline-block;
	background: #fc751b;
	color: white;
	font-size: 12px;
	padding: 15px 30px;
	letter-spacing: 2px;
}
.hero-text-fade {
	position: absolute;
	bottom: 10px;
	xleft: -200px;
	color: white;
	xmax-width: 500px;
	z-index: 100;
	opacity: 0.2 !important;
	font-size: 200px;
	text-transform: uppercase;
	line-height: 170px;
}
/* Hamburgler Stuff
---------------------------------------------------------------------------------*/
.hamburger-wrapper {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1000;
	float: right;
	padding: 20px 20px 25px 20px;
	cursor: pointer;
	text-align: left;
}
.hamburger-wrapper-index {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	float: right;
	padding: 30px 20px 30px 20px;
	cursor: pointer;
	text-align: left;
}
#menu {
	padding: 24px 13px 23px;
	height: auto;
}
#menu span {
	background: #fff;
	display: block;
	position: relative;
	-webkit-transform: translate3d(0, 0, 0);
}
#menu span, #menu span:before, #menu span:after {
	width: 25px;
	height: 3px;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-transform: translate3d(0, 0, 0);
}
#menu span:before, #menu span:after {
	background: #fff;
	content: " ";
	margin-top: -.6em;
	position: absolute;
}
#menu span:after {
	margin-top: .6em;
}
#menu.on span {
	background: transparent;
}
#menu.on span:before {
	-moz-transform: rotate(45deg) translate(.5em, .4em);
	-ms-transform: rotate(45deg) translate(.5em, .4em);
	-o-transform: rotate(45deg) translate(.5em, .4em);
	-webkit-transform: rotate(45deg) translate(.5em, .4em);
	transform: rotate(45deg) translate(.5em, .4em);
}
#menu.on span:after {
	-moz-transform: rotate(-45deg) translate(.45em, -.35em);
	-ms-transform: rotate(-45deg) translate(.45em, -.35em);
	-o-transform: rotate(-45deg) translate(.45em, -.35em);
	-webkit-transform: rotate(-45deg) translate(.45em, -.35em);
	transform: rotate(-45deg) translate(.45em, -.35em);
}
.lines-black:before, .lines-black:after {
	xbackground: #000 !important;
}
.directions-black {
	xcolor: #000 !important;
}
.location-black {
	xcolor: #000 !important;
}
/* LINKS
---------------------------------------------------------------------------------*/
.link-outlined {
	text-transform: uppercase;
	padding: 12px 30px;
	background: #8dc63f;
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;
	display: inline-block;
	margin: 0px;
	outline: 1px solid #8dc63f;
	outline-offset: 2px;
}
.link-outlined:hover {
	background: #20222b;
	color: white;
	outline: 1px solid #20222b;
	outline-offset: 2px;
}
.orange-button {
	text-transform: uppercase;
	padding: 15px 30px;
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;
	display: inline-block;
	margin: 15px 0px;
	background: #fc751b;
	outline: 1px solid #d45d0d;
	outline-offset: -5px;
}
.orange-button:hover {
	background: #9bd849;
	outline: 1px solid #fff;
	outline-offset: -5px;
}
/*

#project-feature, #project-feature, #about-home, .nav-mask {
	overflow-x: hidden;
}
*/

 

/* Homepage Project Feature
---------------------------------------------------------------------------------*/
.feature-wrapper {
	padding: 20px 20px;
}
.feature-left {
	width: 50%;
	float: left;
}
.feature-right {
	width: 50%;
	float: right;
}
.height-fix {
	max-width: 530px;
	margin-top: 150px;
	padding-bottom: 10px;
}
.feature-p {
	letter-spacing: 1px;
	/*max-width: 530px;*/
	text-align: left;
}
.feature-top-right-decor {
	position: relative;
	margin-top: 0px;
}
.feature-top-right-decor img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 100;
}
.decor-featured-corner {
	max-width: 88px;
	height: 70px;
	position: absolute;
	top: -69px;
	left: -87px;
}
.decor-featured-background-grey {
	background: #ffd53f;
	width: 450px;
	height: 380px;
	position: absolute;
	top: -25px;
	right: -25px;
	z-index: 99;
}
.decor-featured-background-blue {
	background: #8cc63e;
	background-size: contain;
	width: 600px;
	height: 650px;
	position: absolute;
	top: -170px;
	right: -380px;
	z-index: 98;
}
.feature-2-padding-fix {
	padding-left: 20px;
}
.decor-featured-corner-1 {
	height: 1px;
	width: 88px;
	background: #a3abb1;
	position: absolute;
	z-index: 100;
	top: 0px;
	left: -87px;
}
.decor-featured-corner-2 {
	height: 70px;
	width: 1px;
	background: #a3abb1;
	position: absolute;
	z-index: 100;
	top: -69px;
	left: 0px;
}
.decor-featured-background-orange {
	background: #fc751b;
	width: 450px;
	height: 380px;
	position: absolute;
	top: -25px;
	left: -25px;
	z-index: 99;
}
.decor-featured-background-blue-2 {
	background: #8cc63e;
	width: 600px;
	height: 420px;
	position: absolute;
	top: -100px;
	left: -380px;
	z-index: 98;
}
.decor-featured-corner-3 {
	height: 1px;
	width: 88px;
	background: #a3abb1;
	position: absolute;
	z-index: 100;
	top: 0px;
	right: -87px;
}
.decor-featured-corner-4 {
	height: 70px;
	width: 1px;
	background: #a3abb1;
	position: absolute;
	z-index: 100;
	top: -69px;
	right: 0px;
}
.decor-featured-corner-5 {
	height: 1px;
	width: 288px;
	background: #fff;
	position: absolute;
	z-index: 100;
	top: 0px;
	left: -287px;
	opacity: .5;
}
.decor-featured-corner-6 {
	height: 100px;
	width: 1px;
	background: #fff;
	position: absolute;
	z-index: 100;
	top: -100px;
	left: 0px;
	opacity: .5;
}
.icon-orange-plus {
	max-width: 51px;
	position: absolute;
	bottom: -25px;
	right: 0;
	z-index: 101;
	-webkit-transition: -webkit-transform .2s ease-in;
	-moz-transition: -moz-transform .2s ease-in;
	-o-transition: -o-transform .2s ease-in;
	-ms-transition: -ms-transform .2s ease-in;
	transition: transform .2s ease-in;
}
.icon-orange-plus:hover {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}
.icon-orange-plus:active {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.icon-orange-plus-2 {
	max-width: 51px;
	position: absolute;
	bottom: -25px;
	left: 0;
	z-index: 101;
	-webkit-transition: -webkit-transform .2s ease-in;
	-moz-transition: -moz-transform .2s ease-in;
	-o-transition: -o-transform .2s ease-in;
	-ms-transition: -ms-transform .2s ease-in;
	transition: transform .2s ease-in;
}
.icon-orange-plus-2:hover {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}
.icon-orange-plus-2:active {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.project-feature-bottom {
	padding: 100px 0px;
}
.project-feature-bottom p {
	letter-spacing: 1px;
}
.m-featured {
	position: relative;
}
.m-featured img {
	width: 100%;
	height: auto;
}
.m-featured-plus {
	max-width: 25px;
	position: absolute;
	bottom: -5px;
	right: 0;
	z-index: 100;
}
/* Featured Work
---------------------------------------------------------------------------------*/
.featured-work-selector-wrapper {
	xdisplay: none;
	position: relative;
	margin-top: 80px;
	z-index: 101;
}
.featured-work-selector {
	text-align: left;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	width: 300px;
	xleft: 50%;
	xmargin-left: -150px;
	z-index: 100;
}
.featured-work-selector ul {
	margin: 0 auto;
	background: white;
	border: 1px solid #e5e8ea;
	position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	transition: all 400ms ease;
	cursor: pointer;
}
.featured-work-selector li {
	position: relative;
	text-transform: uppercase;
}
.featured-work-selector li a:link {
	position: relative;
	display: block;
	padding: 12px 20px;
	display: none;
}
.featured-work-selector li.f-active a:link, .featured-work-selector li.f-active a:visited {
	display: block !important;
	padding: 12px 20px;
	color: black;
}
.featured-work-selector li a:hover {
	color: black;
}
.options-arrow {
	border-left: 2px solid #eceff0;
	position: absolute;
	top: 9px;
	right: 5px;
	padding: 1px 10px;
	color: #999999;
	font-size: 18px;
}
.options-arrow span {
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	transition: all 400ms ease;
}
.options-arrow-r {
	-moz-transform: scale(1, -1);
	-webkit-transform: scale(1, -1);
	-o-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}
.display-block {
	display: block !important;
}
/* About Home
---------------------------------------------------------------------------------*/

.person-overlay {
	opacity: 0;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	transition: all 400ms ease;
}
.bio-info-animate {
	opacity: 1;
}
.about-home-top-line {
	width: 85%;
	height: 1px;
	background: #a3abb1;
	float: right;
}
.about-home-wrapper {
	padding: 100px 0px 100px;
	position: relative;
	z-index: 99;
}
.bg-home-video {
	width: 100%;
	height: auto;
	position: relative;
}
.about-video {
	position: relative;
}
.about-video-iframe-wrapper {
	position: relative;
	width: 100%;
	padding: 0px 70px;
	z-index: 200;
	z-index: 101;
}
.about-video-iframe-wrapper img {
	width: 100%;
	height: auto;
}
.video-play-button {
	width: 150px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -75px;
	margin-top: -75px;
	z-index: 100;
	cursor: pointer;
}
.video-play-button img {
	width: 100%;
	height: auto;
}
.decor-about-background-blue {
	background: #8cc63e;
	width: 1410px;
	height: 345px;
	position: absolute;
	top: 155px;
	right: -205px;
	z-index: 99;
}
.decor-about-background-orange {
	background: #fc751b;
	width: 208px;
	height: 230px;
	position: absolute;
	top: 155px;
	right: 25px;
	z-index: 100;
}
.decor-about-background-grey {
	background: #ffd53f;
	width: 208px;
	height: 230px;
	position: absolute;
	top: 45px;
	right: -5px;
	z-index: 100;
}
.decor-about-corner-1 {
	height: 580px;
	width: 1px;
	background: #fff;
	position: absolute;
	z-index: 101;
	top: 0px;
	right: -6px;
	opacity: .5;
}
.decor-about-corner-2 {
	height: 1px;
	width: 300px;
	background: #fff;
	position: absolute;
	z-index: 101;
	top: 154px;
	right: -6px;
	opacity: .5;
}
.decor-about-corner-3 {
	height: 1px;
	width: 300px;
	background: #fff;
	position: absolute;
	z-index: 101;
	top: 275px;
	right: -106px;
	opacity: .5;
}
.decor-about-corner-4 {
	height: 1px;
	width: 80%;
	background: #a3abb1;
	position: absolute;
	z-index: 101;
	bottom: 0px;
	left: -130px;
}
.decor-about-corner-5 {
	width: 1px;
	height: 280px;
	background: #a3abb1;
	position: absolute;
	z-index: 101;
	bottom: -80px;
	left: 70px;
}
.decor-about-corner-6 {
	width: 1px;
	height: 280px;
	background: #a3abb1;
	position: absolute;
	z-index: -101;
	bottom: -80px;
	left: -50px;
}
.above-video-p-padding {
	padding: 0px 0px 0px 140px;
}
.about-video h3 {
	font-size: 48px;
	line-height: 46px;
	text-transform: uppercase;
	color: #20222b;
	margin-top: 70px;
	padding-bottom: 10px;
}
.about-video p {
	letter-spacing: 1px;
	max-width: 900px;
	padding-bottom: 20px;
}
#who-we-are p {
	padding-bottom: 20px;
}
/* Single
---------------------------------------------------------------------------------*/

section.article h2 a:link, section.article h2 a:visited {
	color: #fc751b;
	font-size: 17px;
	letter-spacing: 1px;
}
section.article h2 a:hover {
	text-decoration: underline;
}
section.article h1 {
	padding-bottom: 0px;
}
.author-left {
	padding: 0px 15px 0px 0px;
}
/* CONTACT PAGE
---------------------------------------------------------------------------------*/
.hero-inner-max-height {
	max-height: 644px;
}
/*.inner-page-banner-max-height {
	max-height: 200px;
}*/
.hero-inner-max-height .hero-text-fade {
	left: 0px;
	max-width: none;
}
.gform_body {
	width: 100% !important;
}
.gform_body input, .gform_body select {
	background: transparent;
	border: 1px solid #dedede;
	xline-height: 25px;
	color: #4c555e;
	padding: 10px 10px !important;
	letter-spacing: 1px !important;
	font-size: 15px !important;
	width: 100%;
}
.gform_body textarea {
	background: transparent;
	border: 1px solid #dedede;
	letter-spacing: 1px !important;
	font-size: 15px !important;
	padding: 10px;
	width: 100%;
	resize: none;
	height: 100px;
}
.gform_body label {
	display: none !important;
}
#gform_submit_button_1, #careerBtn {
	display: inline-block;
	background: #fc751b;
	color: white;
	font-size: 12px;
	padding: 15px 30px;
	letter-spacing: 2px;
	border: none;
	cursor: pointer;
}
#gform_submit_button_1, #careerBtn {
	outline: 1px solid #d76c25;
	outline-offset: -5px;
}
.gform_wrapper ul li.gfield {
	clear: none !important;
}
.inner-body .gform_wrapper ul li.gfield {
	margin-top: 0px !important;
	margin-bottom: 15px !important;
}
.gform_body #field_1_1 {
	width: 49%;
	float: left;
}
.gform_body #field_1_2 {
	width: 49%;
	float: right;
}
.gform_body #field_1_3 {
	width: 100%;
	float: none;
}
.gform_body #field_1_5 {
	width: 100%;
	float: none;
}
.gform_body #field_1_4 {
	width: 100%;
	float: none;
}
.form-wrap-left {
	float: left;
	width: 49%;
}
.form-wrap-right {
	float: right;
	width: 49%;
}
.inner-body {
	max-width: 1350px;
	margin: 0 auto;
}
.inner-body-padding {
	padding: 100px 20px;
}
/*
.lines-top-right::before {
	position: absolute;
	top: -10px;
	right: -80px;
	width: 60%;
	height: 1px;
	background: #a3abb1;
	content: "";
}
.lines-top-right::after {
	position: absolute;
	top: -110px;
	right: -10px;
	width: 1px;
	height: 200px;
	background: #a3abb1;
	content: "";
}
*/

.inner-body p {
	letter-spacing: 1px;
}
/* Featured Image
---------------------------------------------------------------------------------*/
.this-project-wrapper {
	padding: 0px 0px;
	margin-top: -400px;
	xtop: -400px;
	position: relative;
	z-index: 100;
}
.this-prjoject {
	position: relative;
	z-index: 100;
}
.this-project-padding {
	background: #f2f2f2;
}
.this-project-content-left {
	float: left;
	width: 33.3333%;
	min-height: 500px;
}
.this-project-content-left-padding {
	padding: 40px 40px 40px 40px;
}
.this-project-content-left h1 {
	font-size: 48px;
	line-height: 40px;
	text-transform: uppercase;
	color: #20222b;
	letter-spacing: 0px;
	padding-bottom: 10px;
}
.this-project-content-left p:first-of-type {
	padding-bottom: 30px !important;
}
.this-project-content-left strong {
	font-size: 18px;
	letter-spacing: 1px;
}
.this-project-content-right {
	float: left;
	width: 66.66666%
}
.news-featured-img img {
	width: 100%;
	height: auto;
}
.decor-project-background-blue {
	background: #20222b;
	width: 600px;
	height: 198px;
	position: absolute;
	bottom: -65px;
	right: -20px;
	z-index: 99;
}
.decor-project-background-orange {
	background: #fc751b;
	width: 298px;
	height: 140px;
	position: absolute;
	bottom: -25px;
	left: -10px;
	z-index: 100;
}
.decor-project-corner-1 {
	height: 240px;
	width: 1px;
	background: #fff;
	position: absolute;
	z-index: 101;
	bottom: -190px;
	right: -15px;
	opacity: .5;
}
.decor-project-corner-2 {
	height: 1px;
	width: 520px;
	background: #fff;
	position: absolute;
	z-index: 101;
	bottom: -30px;
	right: -20px;
	opacity: .5;
}
.decor-project-corner-3 {
	height: 1px;
	width: 250px;
	background: #a3abb1;
	position: absolute;
	z-index: 101;
	bottom: -50px;
	left: -180px;
}
.decor-project-corner-4 {
	height: 180px;
	width: 1px;
	background: #a3abb1;
	position: absolute;
	z-index: 101;
	bottom: -170px;
	left: -40px;
}
.bx-wrapper {
	position: relative;
	margin: 0 auto 0px;
	padding: 0;
 *zoom: 1;
	z-index: 1;
	height: 100% !important;
	background: url(img/bg-grid.png) repeat left top;
}
.slider-wrapper {
	background: #8cc63e;
	position: relative;
	z-index: 100;
	height: 100% !important;/*xmin-height: 644px;*/
}
.inner-slider-wrapper {
	position: relative;
	z-index: 1;
	height: 165px;
	-webkit-transition: height 400ms ease;
	-moz-transition: height 400ms ease;
	-o-transition: height 400ms ease;
	-ms-transition: height 400ms ease;
	transition: height 400ms ease;
}
.bxslider {
	z-index: 1;
	width: 100%;
	height: 100% !important;
}
.bxslider li {
	width: 100%;
	height: 100% !important;
}
.hero-bg-img {
	z-index: 1;
	width: 100%;
	height: 100% !important;
	background-size: cover !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
}
.inner-page-banner-fix .hero-bg-img {
	background-attachment: fixed !important;
}
.grid-mask {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	background: url(img/bg-grid.png);
}
.bx-wrapper .bx-viewport {
	z-index: 1;
	height: 100% !important;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 0px;
	right: 10px;
	xwidth: 100%;
	z-index: 1000;
	bottom: 56px;
	right: 70px;
}
/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	display: none !important;
	font-weight: bold;
	padding: 5px 0px 5px;
}
.page-template-template-home .bx-wrapper .bx-pager {
	display: block !important;
	color: white;
}
.single-project .bx-wrapper .bx-pager {
	display: block !important;
	color: white;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
 *zoom: 1;
 *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: black;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 2px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: white;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
	left: 10px;
	background: url(img/icon-arrow-left.png) no-repeat;
	background-size: 28px 44px;
	width: 28px;
	height: 44px;
	display: none;
}
.bx-wrapper .bx-next {
	right: 69px;
	background: url(img/icon-slider-arrow-right.png) no-repeat;
	background-size: 200px 158px;
	width: 200px;
	height: 158px;
}
.bx-wrapper .bx-prev:hover {
	margin-top: -20px;
	bottom: 68px
}
.bx-wrapper .bx-next:hover {
	margin-top: -20px;
	bottom: 68px
}
.bx-wrapper .bx-prev:active {
	margin-top: -18px;
	bottom: 64px
}
.bx-wrapper .bx-next:active {
	margin-top: -18px;
	bottom: 64px
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	bottom: 66px;
	margin-top: -22px;
	outline: 0;
	width: 200px;
	height: 158px;
	text-indent: -9999px;
	z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../../../../index.html) -86px -11px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../../../../index.html) -86px -44px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
/* IMAGE CAPTIONS */

.bx-caption img {
}
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 90px;
	left: 0;
	opacity: 1;
	padding: 5px 5px;
	width: 100%;
	display: block;
	z-index: 100;
	text-align: center;
	xbackground-color: #000;
	display: none;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	display: block;
	font-size: 16px;
	z-index: 100;
	position: relative;
	text-transform: uppercase;
	text-align: center;
	background: rgba(0,0,0,1);
	display: inline-block;
	padding: 10px;
	margin: 0 auto;
	text-align: center;
}
.home-menu-pizza .bx-wrapper .bx-caption {
	bottom: 5px !important;
}
.home-menu-pizza .bx-wrapper .bx-caption span {
	font-size: 22px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-controls-direction a:focus {
	outline: -webkit-focus-ring-color auto 5px;
}
.bx-wrapper .bx-pager {
	font-size: 14px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	width: 16px;
	xheight: 21px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	text-indent: 0;
	color: white;
	background: none;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a:focus {
	text-decoration: none;
	background: none;
	color: #ffd4b7;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: none;
	color: #fc7a24;
}
.slider-project-wrapper {
	position: relative;
}
.slider-project-wrapper .bx-wrapper .bx-next {
	background-size: 150px 118px !important;
	width: 150px !important;
	height: 118px;
}
.slider-project-wrapper li {
	height: 520px !important;
}
.sp-slide {
	cursor: pointer;
	width: 100%;
	background-size: cover !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
}
.icon-enlarge {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	cursor: pointer;
}
.icon-enlarge img {
	max-width: 44px;
}
.mfp-counter {
	display: none !important;
}
.mfp-bg {
	background: #252e37 !important;
}
.mfp-arrow-left {
	background: url(img/icon-m-arrow-l.png) no-repeat !important;
	background-size: 77px 60px !important;
	width: 77px !important;
	height: 60px !important;
	left: 5px !important;
}
.mfp-arrow-right {
	background: url(img/icon-m-arrow-r.png) no-repeat !important;
	background-size: 77px 60px !important;
	width: 77px !important;
	height: 60px !important;
	right: 5px !important;
}
.mfp-arrow-right:before {
	border-left: none !important;
}
.mfp-arrow-left:before {
	border-left: none !important;
}
.mfp-arrow:before {
	border-top-width: 0px !important;
	border-bottom-width: 0px !important;
	opacity: 1 !important;
}
.mfp-arrow-left:after {
	border-right: none !important;
	margin-left: 0px !important;
}
.mfp-arrow-right:after {
	border-left: none !important;
	margin-left: 0px !important;
}
.mfp-arrow {
	margin-top: -38px !important;
}
.mfp-image-holder .mfp-content {
	max-width: 85% !important;
}
.article-social {
	float: right;
	margin-top: -30px;
}
.article-social div {
	display: inline-block;
	padding: 0px 10px;
}
.article-social div img {
	max-width: 40px;
}
.section-fix-inner {
	position: relative;
	height: 100%;
	width: 100%;
}
.inner-page-banner-fix {
	position: relative;
	height: 100%;
	width: 100%;
	max-height: 250px;
}
.team-member-image {
	position: relative;
}
.orange-box {
	background-color: #fc751b;
	width: 100%;
	height: 310px;
	position: absolute;
	z-index: -1;
	bottom: -10px;
	left: 10px;
	animation-duration: 2s!important;
	-moz-animation-duration: 2s!important;
	-webkit-animation-duration: 2s!important;
}
.grey-box {
	background-color: rgba(72, 87, 99, .8);
	width: 50%;
	height: 150px;
	position: absolute;
	z-index: -2;
	bottom: -30px;
	left: -30px;
	animation-duration: 2.5s!important;
	-moz-animation-duration: 2.5s!important;
	-webkit-animation-duration: 2.5s!important;
}
.call-tel {
	border: none!important;
	padding-left: 0px!important;
}
.call-tel:hover {
	color: #fc7a24;
}
#breadcrumbs {
	list-style: none;
	margin: 10px 0;
	overflow: hidden;
}
#breadcrumbs li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
#breadcrumbs .separator {
	font-size: 18px;
	font-weight: 100;
	color: #ccc;
}
#breadcrumb-section {
	padding: 0 30px 20px;
}
.news-h2 {
	font-size: 36px;
	line-height: 36px;
}
.news-preview p {
	padding-bottom: 20px;
}
.address {
	font-size: 18px;
	color: #ffffff;
}
/* ------------------------------------------------------------------------------/
	
/////////////	
RESPONSIVE /////////////------------------------------->
/////////////

---------------------------------------------------------------------------------*/


/* Not mobile - But iPad Portrait Break - Do this when screen is less then 770px  */
@media screen and (max-width:1170px) {
}
 @media screen and (min-width:1600px) {
.twenty-five h2 {
	font-size: 42px !important;
}
.address {
	font-size: 18px !important;
}
.twenty-five .center-text {
	padding: 5% 0px 0px 3%;
}
.address .call-tel {
	margin-bottom: 40px;
}
}
@media screen and (min-width:1200px) and (max-width:1599px) {
.address {
	font-size: 16px !important;
}
}
/* Not mobile - But iPad Portrait Break - Do this when screen is less then 770px  */
@media screen and (max-width:1023px) {
h2 {
	font-size: 38px;
	line-height: 34px;
}
.hero-h2 {
	font-size: 46px;
	line-height: 40px;
}
.mobile-hide {
	display: none;
}
.mobile-show {
	display: block;
}
.main-navigation {
	display: none;
	position: fixed;
}
.hamburger-wrapper {
	display: block;
}
.logo {
	top: 30px;
}
.logo img {
	max-width: 150px;
}
.main-navigation li {
	display: block;
	margin: 25px 25px;
	text-align: right;
}
.main-navigation li a:link, .main-navigation li a:visited {
	font-size: 26px;
}
.main-navigation li img {
	width: 100%;
    margin-top: -15px;
    display: block;
}
.bx-controls {
	display: none;
}
.hero-text-fade {
	display: none;
}
/*.hero-text {
	bottom: 50px;
	left: 20px;
	padding-right: 20px;
}*/
.hero-wrapper {
	min-height: 0px;
}
.footer-links-wrapper {
	display: inline-block;
}
.grid-mask {
	background: url(img/sm-grid.png) left -42px;
}
#our-locations .twenty-five {
	float: left;
	width: 50%;
	background-size: cover;
	background-position: center;
}
#stay-in-touch input[type=text] {
	width: 300px;
	height: 50px;
	padding-left: 0px;
	text-align: center;
}
#stay-in-touch input[type=submit] {
	width: 200px;
	height: 50px;
	margin-top: 10px;
	margin-left: 0px;
}
.twenty-five .center-text {
	padding: 50px 0px 0px 40px;
}
.feature-left {
	width: 100%;
	float: none;
}
.feature-right {
	width: 100%;
	float: none;
}
.feature-2-padding-fix {
	padding-left: 0px;
}
.height-fix {
	max-width: 500px;
	margin-top: 20px;
	padding-bottom: 10px;
}
.project-feature-bottom {
	padding: 40px 0px;
}
.about-video-iframe-wrapper {
	padding: 0px 20px;
}
.decor-about-background-blue {
	background: #20222b;
	width: 1410px;
	height: 380px;
	position: absolute;
	top: 155px;
	right: -205px;
	z-index: 99;
}
.decor-about-background-blue {
	display: none;
}
.decor-about-background-orange {
	display: none;
}
.decor-about-background-grey {
	display: none;
}
.decor-about-corner-1 {
	display: none;
}
.decor-about-corner-2 {
	display: none;
}
.decor-about-corner-3 {
	display: none;
}
.above-video-p-padding {
	padding: 0px 20px 0px 20px;
}
.about-video h3 {
	font-size: 38px;
	line-height: 36px;
	margin-top: 30px;
	padding-bottom: 10px;
}
.project-map h2 {
	font-size: 38px;
	line-height: 36px;
}
.decor-about-corner-5 {
	display: none;
}
.about-home-wrapper {
	padding: 70px 0px 60px;
}
.feature-wrapper {
	padding: 50px 20px 20px;
}
section.whats-happening .news-category-padding {
	padding: 5%;
}
.whats-happening h1.section-title {
	font-size: 42px;
	line-height: 40px;
	padding-top: 0px;
	padding-bottom: 80px;
}
.hero-inner-max-height {
	max-height: 100%;
}
.inner-body h2::before {
	display: none;
}
.inner-body h2::after {
	display: none;
}
.inner-body-padding {
	padding: 50px 20px;
}
.wwd-grid {
	padding: 30px 0px 0px;
}
.who-we-are h2, .what-we-do h2 {
	text-align: center;
	font-size: 38px;
	line-height: 36px;
}
.decor-project-corner-1, .decor-project-corner-2, .decor-project-corner-3, .decor-project-corner-4, .decor-project-background-orange, .decor-project-background-blue {
	display: none;
}
.this-project-wrapper {
	margin-top: -260px;
	padding: 0px;
}
.this-project-content-left {
	float: none;
	width: 100%;
}
.this-project-content-right {
	float: none;
	width: 100%;
}
.this-project-content-left h1 {
	font-size: 38px;
	line-height: 36px;
}
.this-project-content-left-padding {
	padding: 20px;
}
.slider-project-wrapper .bx-wrapper .bx-viewport {
	height: auto !important;
}
.slider-project-wrapper .bx-controls {
	display: block;
}
.slider-project-wrapper .bx-wrapper .bx-controls-direction a {
	right: 20px;
	bottom: 20px;
}
.slider-project-wrapper li {
	height: 250px !important;
}
.sp-slide {
	padding-bottom: 30%;
}
.article-social {
	float: none;
	margin-top: 0px;
}
.article-social div {
	display: inline-block;
	padding: 0px 10px 10px;
}
.article-social img {
	width: 35px;
}
.gform_body #field_1_1 {
	width: 100%;
	float: none;
}
.gform_body #field_1_2 {
	width: 100%;
	float: none;
}
.gform_body #field_1_3 {
	width: 100%;
	float: none;
}
.gform_body #field_1_5 {
	width: 100%;
	float: none;
}
.gform_body #field_1_4 {
	width: 100%;
	float: none;
}
#stay-in-touch .gform_body {
	float: none;
	width: 100% !important;
	text-align: center;
}
#stay-in-touch .gform_footer {
	float: none;
	text-align: center;
	margin: 0 auto !important;
}
.form-wrap-left {
	float: none;
	width: 100%;
}
.form-wrap-right {
	float: none;
	width: 100%;
}
.decor-logo-background-grey {
	background: #ffd53f;
	width: 75px;
	height: 10px;
	position: absolute;
	bottom: -4px;
	left: 0px;
	z-index: 99;
}
.decor-logo-background-orange {
	background: #fc751b;
	width: 47px;
	height: 20px;
	position: absolute;
	bottom: -8px;
	left: 0px;
	z-index: 99;
}
.single-project .bx-wrapper .bx-pager {
	bottom: 10px;
	right: 22px;
}
.footer-links-right a {
	text-align: center;
}
.mfp-arrow-left {
	background-size: 39px 30px !important;
	width: 39px !important;
	height: 30px !important;
	left: 3px !important;
}
.mfp-arrow-right {
	background-size: 39px 30px !important;
	width: 39px !important;
	height: 30px !important;
	right: 3px !important;
}
.mfp-arrow {
	margin-top: -15px !important;
}
#breadcrumb-section {
	padding: 30px 30px 20px;
}
.featured-work-selector {
	margin-bottom: 30px;
}
.featured-work-selector-wrapper {
	height: 80px;
}
.featured-work-selector-wrapper {
	xdisplay: none;
	position: relative;
	margin-top: 0px;
	z-index: 100;
}
.featured-work-selector {
	right: auto;
	left: 0;
}
}
 @media screen and (min-width: 1024px) and (max-width:1199px) {
.person-name {
	font-size: 26px;
	line-height: 22px;
}
}






/* phone to tablet */
 




/* phone to tablet */
@media screen and (min-width: 1024px) {
.main-navigation {
	display: block !important;
}
.page-content-nav {
	height: auto !important;
	overflow: visible !important;
}
.nav-mask {
	display: none !important;
}
}
@media screen and (min-width) and (max-width:1023px) {
 .person-name {
 font-size: 36px;
 line-height:36px;
}
}
@media screen and (max-width:768px) {
.hero-title {
	font-size: 40px;
	text-transform: uppercase;
	line-height: 37px;
}
.lines-top-right::before {
	right: -10px;
}
.lines-top-right::after {
	right: 0px;
}
h1 {
	font-size: 52px;
	line-height: 52px;
}
}
@media screen and (max-height:550px) {
.section-fix-inner {
	height: 550px;
}
.inner-page-banner-fix {
	max-height: 350px;
}
}
@media screen and (min-width:1024px) and (max-width:1199px) {
.twenty-five h2 {
	font-size: 35px !important;
}
.address {
	font-size: 14px !important;
}
.twenty-five .center-text {
	padding: 2% 0px 0px 2%;
}
}
 @media screen and (min-width:768px) and (max-width:1023px) {
.twenty-five h2 {
	font-size: 50px !important;
}
.address {
	font-size: 22px !important;
}
.twenty-five .center-text {
	padding: 10% 0px 0px 5%;
}
}
@media screen and (min-width:701px) and (max-width:767px) {
.twenty-five h2 {
	font-size: 40px !important;
}
.address {
	font-size: 18px !important;
}
.twenty-five .center-text {
	padding: 10% 0px 0px 5%;
}
}
 @media screen and (min-width:501px) and (max-width:700px) {
.person-name {
	font-size: 26px;
	line-height: 22px;
}
.twenty-five h2 {
	font-size: 35px !important;
}
.address {
	font-size: 14px !important;
}
.twenty-five .center-text {
	padding: 10% 0px 0px 5%;
}
}
@media screen and (max-width:500px) {
.person-name {
	font-size: 20px;
	line-height: 16px;
}
.twenty-five h2 {
	font-size: 29px !important;
}
.address {
	font-size: 10px !important;
	letter-spacing: 1px;
}
.twenty-five .center-text {
	padding: 5% 0px 0px 3%;
}
}
#footer {
	padding: 260px 0 20px;
	/* background: #1c272f; */
	background: #3c2313;
	text-align: center;
	color: #a28d80;
}
.footer-logo {
	font-size: 22px;
	letter-spacing: 1px;
}
.footer-logo img {
	display: block;
	margin: 0 auto 20px;
	max-width: 150px;
}
.footer-padding {
	xpadding: 0px 25px;
	position: relative;
}
.footer-wrapper {
	max-width: 1040px;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}
.footer-links-wrapper {
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
}
.footer-wrapper a:link, .footer-wrapper a:visited {
	max-width: 1300px;
	margin: 0 auto;
	color: #a28d80;
	font-size: 14px;
	padding: 5px 0px;
	display: inline-block;
}
.footer-lin1ks-left {
	text-align: left;
	float: left;
}
.footer-links-center {
	text-align: center;
	float: none;
}
.footer-links-right {
	float: right;
	text-align: right;
}
.footer-links-right ul {
	height: 20px;
}
.footer-links-right a {
	text-align: right;
}
.footer-seperator {
	height: 1px;
	background: #52331f;
	margin: 0px 0px 40px;
}
.footer-links-wrapper .container {
	height: 30px;
}
.footer-social {
	position: relative;
	top: auto;
	z-index: 0;
	display: inline-block;
	margin-bottom: 30px;
	margin-top: 20px;
}
.footer-social div {
	display: inline-block;
	padding: 0px 3px;
}
.footer-social div:hover {
	opacity: 0.7;
}
.footer-social img {
	height: 40px;
	display: inline-block;
}
#menu-footerleft li {
	display: inline-block;
	padding: 0px 5px;
}
 @media screen and (max-width:1024px) {
.footer-links-left {
	margin-top: 15px;
	text-align: center;
	float: none;
}
.footer-links-right {
	margin-top: 15px;
	float: none;
	text-align: center;
}
.footer-seperator {
	height: 1px;
	background: #545f68;
	margin: 0px;
}
.footer-social {
	margin-top: 35px;
	position: relative;
	top: auto;
}
/*#menu-footerleft li {
	display: block;
	padding: 0px;
}*/
}
#stay-in-touch {
	padding-top: 100px;
	padding-bottom: 100px;
	background-image: url('img/bg-email-orange.jpg');
	background-size: contain;
	background-position: center;
}
#stay-in-touch .section-content {
	margin: auto;
	max-width: 1000px;
	text-align: center;
	color: white;
}
#stay-in-touch input {
	border: none;
	font-size: 16px;
}
#stay-in-touch input[type=text] {
	width: 350px;
	height: 50px;
	padding-left: 30px;
	font-size: 16px;
}
#stay-in-touch input[type=submit] {
	width: 200px;
	height: 50px;
	margin-left: 35px;
	background-color: #1c272f;
	color: white;
	text-transform: uppercase;
	letter-spacing: 2px;
}
#stay-in-touch .gform_body {
	float: left;
	width: 350px !important;
}
#stay-in-touch .gform_footer {
	float: right;
	width: 200px !important;
	clear: none !important;
	margin: 0 !important;
	padding: 0 !important;
	margin-top: 0px !important;
}
#stay-in-touch .gform_wrapper {
	max-width: 550px;
	margin: 0 auto !important;
}
.table {
	display: table;
	width: 100%;
	height: 100%;
}
.table-cell {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
#our-locations .twenty-five {
	float: left;
	width: 25%;
	background-size: cover;
	background-position: center;
}
#our-locations .twenty-five img {
	display: block;
	width: 100%;
}
.twenty-five:after {
	content: '';
	display: block;
	padding-bottom: 100%;
}
.twenty-five .center-text {
	position: absolute;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: normal;
	padding: 3% 0px 0px 2%;
}
.twenty-five h2 {
	color: #fc7a24;
	font-size: 42px;
	letter-spacing: 0px;
}
.twenty-five p {
	color: white;
}
.twenty-five a {
	color: white;
	border: 1px solid white;
	padding: 10px 30px;
}
#our-locations .twenty-five.loc-1 {
	background-image: url('img/bg-location-1.jpg');
}
#our-locations .twenty-five.loc-2 {
	background-image: url('img/bg-location-2.jpg');
}
#our-locations .twenty-five.loc-3 {
	background-image: url('img/bg-location-3.jpg');
}
#our-locations .twenty-five.loc-4 {
	background-image: url('img/bg-location-4.jpg');
}
section .section-content {
	max-width: 1220px;
	margin: auto;
}
/* whats happeneing
---------------------------------------------------------------------------------*/

section.whats-happening .section-content {
	max-width: 1500px;
	margin: auto;
}
section.whats-happening .news-category {
	width: 33.33333333%;
	float: left;
	text-align: left;
}
section.whats-happening .news-category-padding {
	padding: 10%;
}
section.whats-happening .news-category img {
	width: 100%;
}
@media (max-width: 767px) {
section.whats-happening .news-category {
	width: 100%;
	float: none;
}
#our-locations .twenty-five {
	width: 100%;
}
}
 @media (max-width: 1023px) {
.news-category-padding {
	padding: 25px;
}
}
.whats-happening {
	background-size: 1920px 568px;
	color: #20222b;/*padding: 100px 0px;*/
}
.whats-happening h1.section-title {
	text-transform: uppercase;
	font-weight: normal;
	color: #20222b;
	font-size: 66px;
	line-height: 66px;
	padding-top: 0px;
	padding-bottom: 20px;
	text-align: center;
}
.whats-happening .section-content p.section-intro {
	padding-bottom: 100px !important;
}
.news-category-padding {
	padding: 25px;
}
.news-category h2 a:link, .news-category h2 a:visited {
	color: #50bcfd;
}
.news-thumb {
	position: relative;
}
.news-bg-left {
	width: 96%;
	height: 110%;
	background-color: #8cc63e;
	position: absolute;
	right: -18px;
	top: -20%;
	z-index: -1;
}
.news-bg-center {
	width: 73%;
	height: 83%;
	background-color: #ffd53f;
	position: absolute;
	right: -5%;
	bottom: -4%;
	z-index: -1;
}
.news-bg-right {
	width: 72%;
	height: 83%;
	background-color: #8cc63e;
	position: absolute;
	left: -6%;
	top: -15%;
	z-index: -1;
}
.news-preview {
	/*width: 90%;
	margin-top: 50px;
	margin-left: 5%;*/
	margin-top: 0px;
}
.h-center {
	text-align: center;
}
.see-all-preview {
	text-align: center;
}
.link-orange {
	padding: 15px 50px;
	/* 	border: 1px solid #20222b; */
	background-color: #fc7a24;
	color: white;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	margin: 15px 0px;
	text-transform: uppercase;
	outline: 1px solid #fd9652 !important;
	outline-offset: -5px;
}
.admission-btn {
	padding: 15px 50px;
	background-image: linear-gradient(to right bottom, #88c03c, #8ec43b, #95c93b, #9bcd3a, #a2d139);
	background-color: #8cc63e;
	color: white;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	text-transform: uppercase;
}
/*
.link-outlined:hover {
	background: #20222b;
	color: white;
}
*/





.wwd-column {
	float: left;
	width: 33.33%;
	text-align: center;
	padding: 0px 20px
}
.wwd-column img {
	max-width: 185px;
	/*background: url(img/bg-icons.png);
	background-size: cover;
	padding: 25px;*/
}
.wwd-grid {
	padding: 50px 0px 100px;
}
.wwd-column-arrow {
	float: left;
	width: 12.5%;
	text-align: center;
}
.wwd-column-arrow img {
	max-width: 110px;
}
.wwd-title {
	margin-top: 30px;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 30px;
	color: #fc751b;
	letter-spacing: 3px !important;
}
.wwd-text {
	padding-bottom: 30px;
}
.wwd-bullets {
	color: #20222b;
	font-size: 22px;
}
.who-we-are h2 {
	padding: 50px 0px 0px;
}
.person-box {
	float: left;
	width: 25%;
	padding-bottom: 25%;
	position: relative;
	background-position: center center;
	background-size: cover;
}
.person-overlay {
	position: absolute;
	top: 0;
	height: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(252,117,27,0.8);
}
.person-info {
	position: absolute;
	color: white;
	width: 80%;
	left: 20px;
	bottom: 20px;
}
.person-name {
	font-size: 36px;
	font-weight: normal;
	line-height: 30px;
}
.person-title {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}
 @media screen and (max-width:1023px) {
.person-box {
	width: 50%;
	padding-bottom: 50%;
}
.person-title {
	font-size: 14px;
}
.wwd-column {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}
.wwd-column-arrow {
	display: none;
}
}
h1.section-title-related {
	text-transform: uppercase;
	font-weight: normal;
	color: #20222b;
	font-size: 44px;
	line-height: 44px;
	padding-top: 0px;
	padding-bottom: 20px;
	text-align: center;
}
 @media screen and (min-width:1024px) {
.main-navigation.dark li a:link, .main-navigation.dark li a:visited {
	color: #20222b;
}
.main-navigation.dark li a:hover, .main-navigation.dark li a.selected {
	color: #fc7a24;
}
}
 @media screen and (max-width:1023px) {
#menu span.dark, #menu span.dark:before, #menu span.dark:after {
	background: #20222b;
}
#menu.on span:before {
	background: #fff;
}
#menu.on span:after {
	background: #fff;
}
}
section.article {
	color: #20222b;
	padding: 100px;
}
section.article .article-push {
	height: 250px;
}
section .article-push {
	height: 250px;
}
section.article .section-content {
	max-width: 1380px;
}
section.article h1 {
	text-transform: uppercase;
	font-weight: normal;
	color: #20222b;
	font-size: 72px;
	line-height: 72px;
	padding-top: 0px;
	padding-bottom: 20px;
}
section.article h2 {
	text-transform: uppercase;
	font-weight: normal;
	color: #fc751b;
	font-size: 20px;
	line-height: 20px;
	padding-top: 0px;
	padding-bottom: 20px;
}
section.article h3 {
	text-transform: uppercase;
	font-weight: normal;
	color: #20222b;
	font-size: 20px;
	line-height: 97px;
	padding-top: 0px;
	padding-bottom: 20px;
}
section.article img.featured-img {
	width: 100%;
}
section.article img.article-author {
	width: 113px;
	margin-right: 30px;
}
.author-box {
	width: 100%;
}
.author-left {
	float: left;
}
.author-right {
	float: left;
}
.news-featured-img {
	position: relative;
	margin-bottom: 80px;
}
p.caption {
	text-align: center;
	color: #aaa;
	margin-top: 40px;
	font-size: 16px;
}
.news-featured-img img {
	position: relative;
	display: inline;
}
.news-bg-featured {
	width: 68%;
	height: 74%;
	background-color: #ffd53f;
	position: absolute;
	right: -5%;
	bottom: -4%;
	z-index: -1;
}
section.article p {
	margin-top: 20px;
	font-size: 20px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
 @media screen and (min-width:1860px) {
section.article .article-push {
	height: 120px;
}
}
@media screen and (min-width:1625px) {
section .article-push {
	height: 120px;
}
}
 @media screen and (max-width:1023px) {
section.article {
	padding: 20px;
}
section.article .article-push {
	height: 150px;
}
section .article-push {
	height: 60px;
}
section.article h1 {
	font-size: 44px;
	line-height: 44px;
	padding-top: 0px;
	padding-bottom: 20px;
}
section.article h2 {
	font-size: 16px;
	line-height: 20px;
	padding-top: 0px;
	padding-bottom: 20px;
}
.author-left {
	float: none;
}
.author-right {
	float: none;
	display: block;
}
section.article h3 {
	font-size: 16px;
	line-height: 40px;
	padding-top: 0px;
	padding-bottom: 0px;
	display: block;
}
section.article img.featured-img {
	width: 100%;
}
section.article img.article-author {
	width: 60px;
	margin-right: 15px;
}
p.caption {
	font-size: 16px;
}
section.article p {
	margin-top: 40px;
	font-size: 20px;
}
}
#mba-map {
	width: 100%;
	height: 690px;
	position: relative;
}
#map-canvas {
	width: 100%;
	height: 100%;
}
.fs-table {
	width: 100%;
	height: 100%;
	position: relative;
	display: table;
}
.fs-table-cell {
	width: 100%;
	height: 100%;
	position: relative;
	display: table-cell;
}
.fs-middle {
	vertical-align: middle;
}
a.filter-button.selected {
	color: red;
}
.map-tools {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 9;
}
.map-mask {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background-color: #1f2130;
	opacity: 0.5;
}
.map-modal {
	position: absolute;
	display: table;
 top;
0;
	bottom: 0;
	z-index: 11;
	width: 100%;
	height: 100%;
}
.map-modal-box {
	background-color: white;
	width: 565px;
	margin: auto;
	text-align: center;
}
.map-modal-box-top {
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #932785;
	color: white;
}
.map-modal-box-bottom {
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #e3f0f5;
	color: black;
}
.map-modal-box img {
	width: 100%;
}
/* O */
.map-modal-box-top {
	padding: 50px 0px 40px;
}
.map-modal-box-top h4 {
	font-size: 12px;
	letter-spacing: 1px;
}
.map-modal-box-top h1 {
	font-size: 38px;
	letter-spacing: 1px;
	padding: 5px 0px 10px;
}
.map-modal-box-top p {
	font-size: 13px;
	line-height: 18px;
	padding: 0px 35px 0px;
	color: #f9a3ee;
}
.map-modal-box-bottom {
	padding-top: 50px;
	padding-bottom: 60px;
}
.map-modal-box-bottom h3 {
	letter-spacing: 0px;
	font-size: 16px;
}
.map-modal-box-bottom > div {
	padding: 30px 0px 50px 0px;
}
.map-modal-box-bottom img {
	width: auto;
	max-width: 38px;
}
.map-modal-box-bottom .filter-button {
	display: inline-block;
	background: #e4f0f5;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	transition: all 400ms ease;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	padding: 8px;
	margin: 0px 3px;
	border: 4px solid transparent;
	position: relative;
}
.map-modal-box-bottom .filter-button::after {
	content: '+';
	background: #f09b08;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	font-size: 14px;
	color: white;
	position: absolute;
	bottom: -6px;
	right: -0px;
	padding: 0px 5px;
	display: inline-block;
	line-height: 19px;
}
.map-modal-box-bottom .filter-button.f-arts.selected {
	border: 4px solid #932785;
}
.map-modal-box-bottom .filter-button.f-arts.selected::after {
	display: none;
}
.map-modal-box-bottom .filter-button.f-dining.selected {
	border: 4px solid #15b2e6;
}
.map-modal-box-bottom .filter-button.f-dining.selected::after {
	display: none;
}
.map-modal-box-bottom .filter-button.f-retail.selected {
	border: 4px solid #28a149;
}
.map-modal-box-bottom .filter-button.f-retail.selected::after {
	display: none;
}
.map-modal-box-bottom .filter-button.f-services.selected {
	border: 4px solid #f09b08;
}
.map-modal-box-bottom .filter-button.f-services.selected::after {
	display: none;
}
.f-arts::before {
	content: 'Arts';
	display: block;
	position: absolute;
	bottom: -30px;
	left: 0;
	text-align: center;
	color: #393d3f;
	font-size: 12px;
	width: 100%;
}
.f-dining::before {
	content: 'Food';
	display: block;
	position: absolute;
	bottom: -30px;
	left: 0;
	text-align: center;
	color: #393d3f;
	font-size: 12px;
	width: 100%;
}
.f-retail::before {
	content: 'Retail';
	display: block;
	position: absolute;
	bottom: -30px;
	left: 0;
	text-align: center;
	color: #393d3f;
	font-size: 12px;
	width: 100%;
}
.f-services::before {
	content: 'Services';
	display: block;
	position: absolute;
	bottom: -30px;
	left: 0;
	text-align: center;
	color: #393d3f;
	font-size: 12px;
	width: 100%;
}
@media screen and (min-width:1199px) and (max-width:1499px) {
.main-navigation li a:link, .main-navigation li a:visited {
	letter-spacing: 1px;
}
}
 @media (min-width: 999px) {
.header {
	display: block !important;
}
}
 @media (max-width: 998px) {
.map-tools {
	top: 100px;
	right: 50px;
}
.header {
	Xdisplay: none;
}
}
 @media (max-width: 667px) {
.map-modal-box {
	width: auto;
}
.map-modal-box-top {
	padding: 35px 0px 20px;
}
#nrny-map .fs-table-cell {
	padding: 0px 10px;
}
#nrny-map {
	min-height: 0px;
}
.map-modal-box-top h1 {
	font-size: 24px;
}
.map-modal-box-bottom {
	padding-top: 35px;
	padding-bottom: 30px;
}
.map-modal-box-bottom h3 {
	font-size: 12px;
}
#map-canvas > div > div > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div, #map-canvas > div > div > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div > div:nth-child(1) > div:nth-child(4), #map-canvas > div > div > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div > div:nth-child(1) > div:nth-child(2) {
	background: transparent;
	box-shadow: 0;
	width: 200px !important;
}
}
 @media (max-width: 468px) {
.map-tools {
	top: 90px;
	right: 20px;
}
.logo {
	Xdisplay: block !important;
	Xtop: 22px;
	Xleft: 30px;
}
}
.navi li a:link, .navi li a:visited {
	color: #325764;
}
.solid .navi li a:link, .solid .navi li a:visited {
	color: #fff;
}
.hamburger__top-bun, .hamburger__mid-bun, .hamburger__bottom-bun {
	background: #325764;
}
.hamburger.open > span.hamburger__top-bun, .hamburger.open > span.hamburger__mid-bun, .hamburger.open > span.hamburger__bottom-bun {
	background: #fff;
}
.mfp-iframe-holder .mfp-content {
	max-width: 80% !important;
}
.fs-table {
	display: table;
	width: 100%;
	height: 100%;
}
.fs-cell {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.preloader {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 9999999;
	background: #fff url(img/roket-loader-element.png) left top no-repeat;
	background-position: 0 20px;/*background-color: #fff;*/
}
.preloader:after {
	content: "";
	right: 0px;
	background: url(img/bee-loader.png) right bottom no-repeat;
	height: 300px;
	width: 500px;
	position: absolute;
	bottom: 0px;
}
.loader-logo img {
	width: 280px;
	height: auto;
}
.site-pagination {
	position: fixed;
	margin-top: -100px;
	top: 45%;
	right: 45px !important;
	z-index: 102;
	text-align: center;
}
.site-pagination .pagination-dot {
	width: 6px;
	height: 80px;
	margin: 10px;
	background-color: #20222b;
	opacity: 0.5;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}
.site-pagination .pagination-dot.selected {
	background-color: #fc751b;
}
@media (max-width: 1023px) {
.site-pagination {
	right: 30px !important;
}
.dropdown-content {
	position: relative !important;
	background: none !important;
	box-shadow: none !important;
}
.dropdown-content a {
	color: #fff !important;
}
.dropdown-content li {
	border-bottom: 0px !important;
	background: none !important;
}
.dropdown-content a:hover {
	background: none !important;
	color: #fc751b
}
.loader-logo img {
	width: 160px !important;
}
.padding-100 {
	padding-top: 50px;
	padding-bottom: 50px;
}
}
@media (max-width: 1199px) {
.social-home {
	display: none;
}
}
@media (min-width: 1024px) {
.dropdown-content a {
	color: #20222b !important;
}
}
@media (max-width: 767px) {
.site-pagination {
	display: none;
}
.footer-seperator {
	margin: 0px;
}
.footer-links-wrapper {
	margin-top: 0px;
}
.logo img {
	max-width: 130px;
}
.height-auto {
	height: 50% !important;
}
.hero-title {
	font-size: 32px !important;
	letter-spacing: 0px;
}
.logo {
	top: 10px;
}
.hamburger-wrapper {
	padding-top: 15px
}
.contact-form-block {
	margin: 0px !important;
}
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.admission-btn {
	outline: 1px solid #9bd849 !important;
	outline-offset: -5px;
}
.stay-in-touch img {
	margin-top: -180px;
	width: 160px;
	margin-bottom: 25px;
}
.program-block {
	margin-bottom: 35px;
}
.programs-page h1 {
	font-size: 45px;
}
.programs-page h2 {
	font-size: 35px;
}
.dropbtn {
	background-color: #4CAF50;
	color: white;
	padding: 16px;
	font-size: 16px;
	border: none;
}
.dropdown {
	position: relative;
	display: inline-block;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 205px;
	margin-top: 3px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}
.dropdown-content li {
	margin: 0;
	width: 100%;
	border-bottom: 1px solid #ddd;
}
.dropdown-content a {
	padding: 10px 10px;
	text-decoration: none;
	display: block;
	font-size: 12px !important;
	letter-spacing: .2px !important;
}
.dropdown-content a:hover {
	background-color: #ddd;
}
.dropdown:hover .dropdown-content {
	display: block;
}
.dropdown:hover .dropbtn {
	background-color: #3e8e41;
}
.map-box, #google_map {
	height: 550px;
}
#content {
	text-align: center;
	max-width: 350px;
}
#content p {
	font-size: 16px;
	line-height: 22px;
	margin-top: 10px;
}
.plr0 {
	padding-left: 0;
	padding-right: 0;
}
.contact-form li {
	margin-bottom: -1px;
	margin-left: -1px;
}
.contact-form-block {
	max-width: 650px;
	margin: 0 auto;
	padding: 40px;
	text-align: center;
	background: #f2f2f2;
	margin: 0px auto;
	outline: 3px solid #f8f8f8;
	outline-offset: -15px;
}
.our-locations li:last-child {
	margin-top: 15px;
}
.address-block h3 {
	font-size: 30px;
}
.list li {
	font-size: 17px;
	margin-bottom: 10px;
	margin-left: 20px;
	list-style: circle;
}
/*.list li:before {
	background: url(favicons/favicon.png);
	width: 18px;
	content: "";
	height: 20px;
	margin-top: 3px;
	position: absolute;
	background-size: contain;
	margin-left: -30px;
}*/
.list li:last-child {
	margin-bottom: 0;
}
.pad-top-20 {
	padding-top: 20px;
}
.franchise-opportunity-block {
	max-width: 650px;
	margin: 0 auto;
	padding: 0px 60px 50px;
	text-align: center;
	background: #f9f9f9;
	background-repeat: no-repeat;
	background-size: contain;/*outline: 3px solid #f8f8f8;
	outline-offset: -15px;*/
}
.cloud {
	background: url(img/cloud.png) center center no-repeat;
	height: 216px;
	width: 650px;
	margin: 0 auto;
	background-size: contain;
	text-align: center;
	padding-top: 85px;
	margin-bottom: -3px;
	margin-top:35px
}
.franchise-opportunity-block:after {
	background: url(img/flower.png);
	content: "";
	height: 50px;
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 30px;
}
.franchise-opportunity-block h3 {
	font-size: 25px
}
.footer ul {
	margin-bottom: 0;
}
/*.stroke{
	 -webkit-text-stroke: 3px #3c2313;
}*/

@media screen and (min-width:1023px) and (max-width:1199px) {
.main-navigation {
	top: 30px;
}
.hero-text {
	bottom: 10%;
	left: 40px;
}
.hero-text .hero-title {
	letter-spacing: 0px;
	font-size: 50px;
}
.logo img {
	max-width: 160px;
}
.main-navigation li a:link, .main-navigation li a:visited {
	letter-spacing: 1px;
	font-size: 12px;
}
.logo {
	top: 10px;
}
.main-navigation li {
	margin: 0 8px;
}
.dropdown-content li {
	margin: 0 0px !important
}
.padding-100 {
	padding-top: 60px;
	padding-bottom: 60px;
}
section .section-content {
	max-width: 95%;
}
.height-fix {
	max-width: 440px;
}
.feature-p {
	max-width: 440px;
}
.feature-2-padding-fix {
	padding-left: 40px;
}
#menu-footerleft li {
	display: initial !important;
	padding: 0 5px;
}
}
span.error {
	color: red;
	font-size: 16px;
}
.heading-h3 {
	font-size: 26px;
}
.pad-bot-0 {
	padding-bottom: 0px !important;
}
.alert {
	margin-bottom: 0px !important
}
.gform_wrapper {
	display: inline-block;
	width: 100%;
}
.banner-title {
	width: 100% !important;
	text-align: center;
	max-width: 100%;
	left: 0;
	transform: translateX(-50%);
	top: 50%;
}
.mt100 {
	margin-top: 100px
}
.our-programs-sec .wwd-grid {
	padding: 50px 0px 0px
}
.our-programs-sec {
	background: #ffd53f url(img/bg-square1.png) center repeat;
}
.our-programs-sec:after {
	content: "";
	background: #fff url(img/program-bg-bottom1.png) center top no-repeat;
	bottom: auto;
	width: 100%;
	position: absolute;
	margin: 0;
	top: auto;
	height: 100px;
}
.our-programs-sec:before {
	content: "";
	background: #fff url(img/program-bg-top.png) center top no-repeat;
	bottom: auto;
	width: 100%;
	position: absolute;
	margin-top: -100px;
	top: auto;
	height: 95px;
}
.our-programs-sec .wwd-title {
	letter-spacing: 0px !important;
	font-family: 'kiddish', cursive;
	/*text-transform: unset;*/
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 5px;
	line-height: normal;
}
/*.hero-h2:after {
    position: absolute;
    content: '';
    width: 500px;
    height: 35px;
    background-image: url(img/heading-icon1.png);
    top: -38px;
    left: 50%;
    margin-left: -250px;
    background-repeat: no-repeat;
}*/

/*.our-programs-sec::before {
    content: '';
    position: absolute !important;
    right: 10px;
    width: 202px;
    height: 100px;
    background-image: url(img/footer-kid.png);
    background-repeat: no-repeat;
    background-position: center;
    top: auto;
    bottom: auto;
    padding: 0px !important;
    margin-top: -190px;
    z-index: -1;
	-webkit-animation: mymove infinite;
    -webkit-animation-duration: 8s;
    animation: mymove infinite;
    animation-duration: 8s;
}*/

.opacity-ziro {
	opacity: 0;
}
.announcement-sec {
	padding: 80px 0px;
}
.v-tour-icon-menu img {
	margin-top: -20px;
}
.main-navigation ul {
	margin-right: 20px;
}
li.menu-item.dropdown a {
	padding: 10px 0px;
}
.dropdown ul.dropdown-content li a {
	padding: 10px 10px;
}
.social-home {
	position: absolute;
	top: 15px;
	right: 25px;
}
.social-home li img {
	width: 40px;
	filter: brightness(0) invert(1);
}
#floatdiv {
	transition: all 1.5s ease 0s;
}
.explore-franchise:before, .videoPoster:before {
	content: "";
	display: block
}
.videoWrapper {
	position: relative;
	width: 100%;
	height: 0;
	background-color: #fff!important
}
.videoIframe, .videoPoster {
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute
}
.videoWrapper43 {
	padding-top: 75%
}
.videoWrapper169 {
	padding-top: 70%
}
.videoIframe {
	bottom: 0;
	background-color: transparent
}
.videoPoster {
	margin: 0;
	padding: 0;
	cursor: pointer;
	border: 0;
	outline: 0;
	background-position: 50% 50%;
	background-size: cover;
	text-indent: -999em;
	overflow: hidden;
	opacity: 1;
	-webkit-transition: opacity .8s, height 0s;
	-moz-transition: opacity .8s, height 0s;
	transition: opacity .8s, height 0s;
	-webkit-transition-delay: 0s, 0s;
	-moz-transition-delay: 0s, 0s;
	transition-delay: 0s, 0s
}
.videoPoster:before {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 60px;
	height: 60px;
	margin: 22px -68px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-image: url(../joyjumperz/img/rotate.svg);
	background-repeat: no-repeat;
	-webkit-animation: infinite-rotate 15s infinite linear;
	animation: infinite-rotate 15s infinite linear
}
.explore-franchise:before {
	position: absolute;
	left: 50%;
	width: 190px;
	height: 190px;
	margin-top: -196px;
	margin-left: -96px;
	border-radius: 50%;
	border: 5px dotted rgba(252,117,27,.3);
	-webkit-animation: infinite-rotate 15s infinite linear;
	animation: infinite-rotate 15s infinite linear;
	z-index: -1
}
.videoPoster:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	margin: 36px 0 0 -45px;
	border-left: 20px solid #fc761c;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	-webkit-transition: border-color .3s;
	-moz-transition: border-color .3s;
	transition: border-color .3s
}
.videoPoster:focus:before, .videoPoster:hover:before {
	border-color: red
}
.videoPoster:focus:after, .videoPoster:hover:after {
	border-left-color: red
}
.videoWrapperActive .videoPoster {
	opacity: 0;
	height: 0;
	-webkit-transition-delay: 0s, .8s;
	-moz-transition-delay: 0s, .8s;
	transition-delay: 0s, .8s
}
button.close-icon {
	background: #000;
	border: none;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	border-radius: 50%;
	position: absolute;
	right: -60px;
	top: -15px
}
.videoWrapperActive .close-icon {
	display: block!important
}
.bee-element {
	position: absolute;
	right: 0;
	top: auto;
	margin-top: -132px
}
.bee-element img {
	width: 250px
}
.roket-element {
	width: 450px;
	position: absolute;
	display: block;
	z-index: 9999;
	margin-top: 50px
}
.roket-element img {
	width: 450px
}
.spinner {
	position: relative;
	top: 180px
}
#windmill, .base, .circle, .frame, .window {
	position: absolute
}
#windmill {
	top: auto;
	left: -80px;
	bottom: -160px;
	z-index: 999
}
.circle {
	top: 27.5px;
	left: 42px;
	height: 20px;
	width: 20px;
	background-color: #fff;
	border-radius: 20px
}
.inner {
	height: 10px;
	width: 10px;
	left: 5px;
	top: 5px;
	background-color: #231f20
}
.base, .frame, .tip {
	width: 100px
}
.tip {
	height: 60px;
	background-color: #3c2313;
	border-top-left-radius: 290px;
	border-top-right-radius: 290px
}
.frame {
	top: 50px;
	height: 150px;
	background: #FFCC00 url(img/bg-frame.png);
	background-size:contain
}
.base {
	top: 200px;
	height: 25px;
	background-color: #221713
}
.window {
	top: 25px;
	left: 37px;
	height: 30px;
	width: 25px;
	background-color: #BF549F;
	border-top-right-radius: 25px;
	border-top-left-radius: 25px
}
.window2 {
	top: 75px
}
.blade1, .blade2 {
	width: 150px;
	height: 12.5px;
	background-color: #fff;
	position: relative
}
.blade3, .blade4 {
	width: 12.5px;
	height: 150px;
	background-color: #fff;
	position: relative
}
.blade1>div, .blade2>div, .blade3>div, .blade4>div {
	position: relative;
	background: #D8D8D7
}
.blade1 {
	top: -214px;
	left: 50px;
	animation: spinBlade1 10s infinite linear
}
.blade2 {
	top: -217px;
	left: -96px;
	animation: spinBlade2 10s infinite linear
}
.blade3 {
	top: -380px;
	left: 45px;
	animation: spinBlade3 10s infinite linear
}
.blade4 {
	top: -378px;
	left: 43px;
	animation: spinBlade4 10s infinite linear
}
.blade1>div, .blade2>div {
	width: 100px;
	height: 30px
}
.blade1>div {
	top: 12px;
	left: 50px
}
.blade2>div {
	top: -30px
}
.blade3>div, .blade4>div {
	width: 30px;
	height: 100px
}
.blade3>div {
	left: 12.5px
}
.blade4>div {
	left: -30px;
	top: 50px
}
@keyframes spinBlade1 {
from {
transform-origin:0 50%;
transform:rotate(0)
}
to {
	transform-origin: 0 50%;
	transform: rotate(-360deg)
}
}
@keyframes spinBlade2 {
from {
transform-origin:100% 50%;
transform:rotate(0)
}
to {
	transform-origin: 100% 50%;
	transform: rotate(-360deg)
}
}
@keyframes spinBlade3 {
from {
transform-origin:50% 100%;
transform:rotate(0)
}
to {
	transform-origin: 50% 100%;
	transform: rotate(-360deg)
}
}
@keyframes spinBlade4 {
from {
transform-origin:50% 0;
transform:rotate(0)
}
to {
	transform-origin: 50% 0;
	transform: rotate(-360deg)
}
}
@keyframes bgChange {
to {
background-color:#292828
}
}
@media screen and (max-width:1199px) {
#windmill {
	display: none
}
}
.inner-page-banner-fix:after {
	content: "";
	background: url(img/roket-element.png) no-repeat;
	left: 0;
	width: 350px;
	height: 220px;
	margin-top: 15px;
	position: absolute;
	background-size: contain;
	z-index: -1;
}
/*.inner-page-footer:before {
    content: "";
    position: absolute;
    background: url(img/footer-bg-top.png);
    left: 0;
    width: 100%;
    height: 76px;
    margin-top: -135px;
	z-index:999
}*/
.inner-page-footer {
	background: url(img/footer.png) center bottom !important;
	background-repeat: no-repeat !important;
	background-size: cover;
}
.inner-page-footer .footer-wrapper a:link, .inner-page-footer .footer-wrapper a:visited, .inner-page-footer p, .inner-page-footer .footer-links-left li {
	color: #fff;
}
/*.inner-page-footer .footer-seperator {
    background: #df691a;
}*/
.yellow {
	color: #ffd53f;
}
#who-we-are {
	background: url(img/bee.png) bottom right no-repeat;
}
.audio-music {
	position: absolute;
	bottom: 0px;
}
.social-home li {
	margin: 0 5px;
	float: left;
}
.img-float-left {
	float: left;
	width: 50%;
}
.img-float-left img, .img-float-right img {
	width: 100%;
}
.img-float-right {
	float: left;
	width: 50%;
}
.pr20 {
	padding-right: 20px;
}
.pl20 {
	padding-left: 20px;
}
.text-block {
	display: table-cell;
	padding-top: 50px;
}
.text-block h2 {
	margin-bottom: 10px;
}
.feature-left:hover .img-float-left img {
	animation: rotate 0.5s;
	cursor: pointer;
}
.feature-right:hover .img-float-right img {
	animation: rotate 0.5s;
	cursor: pointer;
}
.attachment-thumbnail:hover img {
	animation: rotate 0.5s;
	cursor: pointer;
}
/*Testimonial area start*/
.img-left-tes {
	position: absolute;
	bottom: -4px;
	width: 368px;
	left: 159px;
}
.img-right-tes {
	position: absolute;
	width: 458px;
	right: 76px;
	bottom: 0;
}
.img-left-tes img, .img-right-tes img {
	width: 100%;
}
.testimonial-area {
	padding: 75px 0px 0px;
	/*background-image: url(img/testimonial-bg1.jpg);*/
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	background-position: center;
	color: #20222b;
	position: relative;
}
.testimonial-area .area-heading {
	padding-bottom: 10px;
	margin-bottom: 0px;
}
.single-testimonial {
    padding: 40px 50px;
}
.single-testimonial p {
	padding-bottom: 50px;
	position: relative;
	z-index: 9999;
	padding-top: 50px;
}
.single-testimonial span {
	display: block;
	font-size: 16px;
	text-transform: uppercase;
}
.single-testimonial span.tes-name {
	font-size: 18px;
	text-transform: uppercase;
}
.test-img img {
	border-radius: 50px;
	width: 100%;
}
.test-img {
	-webkit-box-shadow: 0px 15px 20px 0px rgba(145, 139, 171, 0.4);
	box-shadow: 0px 15px 20px 0px rgba(145, 139, 171, 0.4);
	width: 100px;
	height: 100px;
	text-align: center;
	margin: 0 auto;
	border-radius: 50px;
	border: 9px solid #fff;
	margin-bottom: 24px;
}
.single-testimonial p::before {
	content: '';
	position: absolute;
	top: 12px;
	left: 50%;
	width: 150px;
	height: 150px;
	background-image: url(img/quate.png);
	background-size: 140px 140px;
	background-position: center;
	z-index: -1;
	background-repeat: no-repeat;
	margin-left: -80px;
	opacity: 0.1;
}
#scrollUp {
	background-color: #fff;
	bottom: 35px;
	color: #fff !important;
	display: block;
	font-size: 25px;
	height: 55px;
	line-height: 42px;
	position: fixed;
	right: 27px;
	text-align: center;
	text-decoration: none !important;
	-webkit-transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
	-o-transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
	transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
	width: 55px;
	z-index: 1000;
	border-radius: 50px;
	opacity: 1;
	background-image: url(img/back-top.png);
	background-repeat: no-repeat;
	-webkit-box-shadow: 0px 20px 40px 0px rgba(148, 133, 132, 0.35);
	box-shadow: 0px 20px 40px 0px rgba(148, 133, 132, 0.35);
	background-position: 18px 9px;
	text-indent: 32px;
	overflow: hidden;
}
.col-img img {
	width: 100%;
}
.inner-page-title {
	font-size: 45px;
	margin-bottom: 30px;
}
.inner-page-title::after {
	content: '';
	display: block;
	margin: 10px auto 0px;
	width: 100px;
	height: 15px;
	left: 50%;
	background-image: url(img/heading-icon-bootom.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.inner-page-title::before {
	position: absolute;
	content: '';
	width: 500px;
	height: 35px;
	background-image: url(img/heading-icon.png);
	top: -38px;
	left: 50%;
	margin-left: -250px;
	background-repeat: no-repeat;
}
/*.bg-inner-block{
	background:url(img/bg-inner.png) top center;
	background-repeat:repeat-x;
	padding: 0px 0 100px;
}*/
.main-navigation li:nth-last-child(2) {
	margin: 0;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60{
	margin-bottom:60px;
}
/*.bg-contant-div {
    background: #fafafa;
    padding: 30px;
    border-radius: 25px;
}*/
.bg-contant-div p {
	padding-bottom: 0px !important;
}
.sin-process-img {
	width: 70px;
	height: 70px;
	margin: 0 auto;
	border-radius: 100px;
	-webkit-transition: all 0.9s;
	-moz-transition: all 0.9s;
	-o-transition: all 0.9s;
	transition: all 0.9s;
	background-image: url(img/pro1.png);
	line-height: 66px;
	color: #fff;
}
.sin-admision-proc {
	text-align: center;
}
.sin-process-img.pro-two {
	background-image: url(img/pro2.png);
}
.sin-process-img.pro-three {
	background-image: url(img/pro3.png);
}
.sin-process-img.pro-four {
	background-image: url(img/pro4.png);
}
.sin-process-img span {
	font-size: 30px;
}
.sin-pro-content {
	font-family: 'kiddish', cursive;
	margin-top: 20px;
}
.dot-line {
	position: relative
}
.dot-line::after {
	content: '';
	position: absolute;
	left: 0;
	top: 33px;
	height: 0;
	width: 100%;
	border: 1px dashed rgba(252, 117, 27, 0.3);
	background: transparent;
	z-index: -1;
}
.mt50 {
	margin-top: 50px;
}
.franchising-process .col-lg-2 {
	width: 20%;
}
.franchising-process-title {
	text-align: center;
	text-transform: uppercase;
	font-size: 36px;
	margin-bottom: 20px;
}
.franchising-process-title::after {
	content: '';
	display: block;
	margin: 10px auto 0px;
	width: 100px;
	height: 15px;
	left: 50%;
	background-image: url(img/heading-icon-bootom.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.franchising-process-section {
	padding: 0px 0 60px;
}
.sin-pro-content li {
	font-size: 24px;
	line-height: normal
}
.franchise-opportunity-block:before {
	content: "";
	position: absolute;
	display: block;
	bottom: 0;
	width: 100%;
	right: 0;
	height: 2px;
	background: #f9f9f9;
}
.cloud h3 {
	font-size: 26px;
}
.icon-app {
	border: 2px solid rgba(255, 255, 255, 0.4);
	padding: 0px 25px !important;
	border-radius: 33px;
}
.icon-app img {
	height: 30px;
}
.our-programs-sec-1{
	background:url(img/bg-1.jpg) center right;
	width:100%;
	background-size:cover;
	height:868px;
	margin-bottom:100px;
}
.text-white{
	color:#fff;
}
.text-black{
	color:#000;
}
.our-programs-sec-1 .wwd-title {
    margin-top: 25px;
    letter-spacing: normal !important;
    font-size: 26px;
    line-height: normal;
}
.our-programs-sec-1 .wwd-grid {
    padding: 325px 0px 0px;
}
.testimonial-img img {
    width: 100%;
}
.testimonial-carousel .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.testimonial-carousel .owl-prev {
    right: 0;
    width: 50px;
    top: 0px;
}
.testimonial-carousel .owl-next {
    position: absolute;
    right: 0px;
    width: 50px;
    top: 0;
}
.testimonial-carousel .owl-prev, .testimonial-carousel .owl-next{
	color:#F27A2A;
}
@media screen and (max-width: 767px) {
.inner-page-title::before, .roket-element img, .bee-element img{
	display:none;
}
.our-programs-sec-1{
	height: auto !important
}
.our-programs-sec-1 .wwd-grid {
    padding: 50px 0px 0px;
}
.text-white{
	color:#222
}
.our-programs-sec-1 {
    background: rgba(255, 213, 63, 1);
	margin-top:50px;
	margin-bottom:0px;
}
.our-programs-sec-1 .mb60 {
    margin: 0px;
}
.wwd-column img{
	width:140px
}
#footer {
    padding: 15px 5px;
}
.videoPoster:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    margin: 11px 0 0 -20px;
    border-left: 15px solid #fc761c;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    -webkit-transition: border-color .3s;
    -moz-transition: border-color .3s;
    transition: border-color .3s;
}
.videoPoster:before {
    width: 50px;
    height: 50px;
    margin: -5px -40px;
  }
.main-navigation li:nth-last-child(2), .main-navigation li:nth-last-child(1) {
    float: right;
    margin: 0 8px;
    display: inline-block;
    right: 25px;
}
}
.project-map-wrapper {
    margin-bottom: 60px;
}
input#upload {
    padding: 1em 0.1em;
    font-weight: normal;
    resize: none;
    width: 79.9% !important;
    float: left;
    border-radius: 0;
    height: 42px;
}
button.customfile-upload {
    width: 20.1%;
    padding: 2px 0 0px 0;
    background: #fc751b;
    text-transform: capitalize;
    height: 42px;
    font-weight: 600;
    border: 0px solid;
    color: #fff;
    border-radius: 0;
    top: 1px;
    position: relative;
}
@media (min-width:768px) and (max-width:991px){
.main-navigation li:nth-last-child(2), .main-navigation li:nth-last-child(1) {
    float: right;
    margin: 0 8px;
    display: inline-block;
    right: 25px;
}
}
@media screen and (min-width: 1023px){
ul.inner-header-social.mobile-soc.desk-none {
    display: none;
}
}
ul.inner-header-social.mobile-soc {
    position: absolute;
    float: right;
    right: 52px;
    top: 30px;
}
ul.inner-header-social.mobile-soc.desk-none li {
    float: left;
    margin-right: 12px;
    line-height: 45px;
    padding-top: 10px;
}
ul.inner-header-social.mobile-soc.desk-none li a img {
    width: 36px;
    filter: brightness(0) invert(1);
}
ul.inner-header-social.mobile-soc.desk-none li:last-child {
    display: none;
}
@media (max-width:767px){
ul.inner-header-social.mobile-soc.desk-none li a img {
    width: 36px;
    filter: unset;
}
}