/********************/
/*		Global		*/
/********************/
@font-face {
    font-family: 'intro_blackregular';
    src: url('http://wckickboxing.com/css/fonts/intro-black-webfont.eot');
    src: url('http://wckickboxing.com/css/fonts/intro-black-webfont.eot#iefix') format('embedded-opentype'),
         url('http://wckickboxing.com/css/fonts/intro-black-webfont.woff2') format('woff2'),
         url('http://wckickboxing.com/css/fonts/intro-black-webfont.woff') format('woff'),
         url('http://wckickboxing.com/css/fonts/intro-black-webfont.ttf') format('truetype'),
         url('http://wckickboxing.com/css/fonts/intro-black-webfont.svg#intro_blackregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'intro_boldregular';
    src: url('http://wckickboxing.com/css/fonts/intro-bold-webfont.eot');
    src: url('http://wckickboxing.com/css/fonts/intro-bold-webfont.eot#iefix') format('embedded-opentype'),
         url('http://wckickboxing.com/css/fonts/intro-bold-webfont.woff2') format('woff2'),
         url('http://wckickboxing.com/css/fonts/intro-bold-webfont.woff') format('woff'),
         url('http://wckickboxing.com/css/fonts/intro-bold-webfont.ttf') format('truetype'),
         url('http://wckickboxing.com/css/fonts/intro-bold-webfont.svg#intro_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'intro_bookregular';
    src: url('http://wckickboxing.com/css/fonts/intro-book-webfont.eot');
    src: url('http://wckickboxing.com/css/fonts/intro-book-webfont.eot#iefix') format('embedded-opentype'),
         url('http://wckickboxing.com/css/fonts/intro-book-webfont.woff2') format('woff2'),
         url('http://wckickboxing.com/css/fonts/intro-book-webfont.woff') format('woff'),
         url('http://wckickboxing.com/css/fonts/intro-book-webfont.ttf') format('truetype'),
         url('http://wckickboxing.com/css/fonts/intro-book-webfont.svg#intro_bookregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'intro_regularregular';
    src: url('http://wckickboxing.com/css/fonts/intro-regular-webfont.eot');
    src: url('http://wckickboxing.com/css/fonts/intro-regular-webfont.eot#iefix') format('embedded-opentype'),
         url('http://wckickboxing.com/css/fonts/intro-regular-webfont.woff2') format('woff2'),
         url('http://wckickboxing.com/css/fonts/intro-regular-webfont.woff') format('woff'),
         url('http://wckickboxing.com/css/fonts/intro-regular-webfont.ttf') format('truetype'),
         url('http://wckickboxing.com/css/fonts/intro-regular-webfont.svg#intro_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: "intro_bookregular", sans-serif;
}

a {
	color: #d1aa67;
	text-decoration: none;
}
a:link {
	color: #d1aa67;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.noPad{
	padding: 0;
}
strong {
    font-weight: 700 !important;
}




/********************/
/*		Header		*/
/********************/
#mainHead{
	position: fixed;
	width: 100%;
	z-index:2;
	/* background: rgba(255,255,255,0.8); */
}
#mainHead .logoContainer{
	display: block;
	margin-top: 5px;
}
#mainHead .logoContainer img{
	width: 68px;
}
#mainNav{
	margin: 35px 20px;
}
#mainNav > ul > li{
	display: inline;
	position: relative;
}
#mainNav > ul > li:after {
	content: " / ";
	font-style: italic;
}
#mainNav > ul > li:last-child:after{
	content: " ";
}
#mainNav ul li a {
	font-family: 'intro_regularregular';
	font-size: 14px;
	padding: 5px 10px;
	/* color: #4E4E4E; */
	color: #ddd;
	text-transform: uppercase;
	text-decoration: none;
	/*font-weight: bold;*/
}
#mainNav ul li a.active {
	color: #f89416;
}
#mainNav ul li a:hover {
	text-decoration: none;
}
#mainNav ul.dropdown-menu{
	position: absolute;
	/* top: 23px; */
	left: 5px;
	width: 380px;
	margin:0;
	padding:0;
	background: rgba(255,255,255,0.6);
	visibility:hidden;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition:400ms ease;
	-moz-transition:2400ms ease;
	-o-transition:400ms ease;
	transition:400ms ease;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-o-column-count: 2;
	column-count: 2;
}
#mainNav > ul > li:hover > ul.dropdown-menu{
	display: block;
	visibility:visible;
	opacity:1;
	filter:alpha(opacity=100);
}
#mainNav ul.dropdown-menu a{
	display:block;
	line-height: 30px;
	min-width: 150px;
	-webkit-transition:400ms ease;
	-moz-transition:400ms ease;
	-o-transition:400ms ease;
	transition:400ms ease;
}
#mainNav ul.dropdown-menu a:hover{
	background: rgba(255,255,255,0.95);
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus{
	background: rgba(78,78,78, 0.5) !important;
	color: #fff !important;
}
.dropdown-menu>.active>a:hover{
	background: rgba(255,255,255,0.95) !important;
	color: #4E4E4E !important;
}

.clickToCall{
	position: fixed;
	top: 20%;
	right: 10px;
	z-index: 10;
}


@media only screen and (max-width: 767px) {

	.mobileMenu img{
		width: 25px;
		margin: 15px;
	}
	.mobileMenu a{
		display: block;
	}
	.mobileMenu.menuOpen img{
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	#mainHead .logoContainer{
		float: left;
	}
	.one-half {
    width: 100% !important;
	}
	.two-third{
		 width: 100% !important;
	}
	.one-third{
		 width: 100% !important;
	}
	.blog-wrapper.has-sidebar-right .post-single {
		width: 90% !important;
		margin: 10px !important;
	}
	.sidebar.sidebar-right {
		float: left !important;
		width: 90% !important;
		margin: 10px !important;
	}
	#mainNav > ul > li{
		display: block;
		clear: both;
	}
	
	#mainNav > ul > li:after {
		content: "";
	}
	
	#mainNav ul li a {
		display:block;
		line-height: 30px;
		min-width: 150px;
		-webkit-transition:400ms ease;
		-moz-transition:400ms ease;
		-o-transition:400ms ease;
		transition:400ms ease;
	}
	#mainNav ul li a:hover {
		background: rgba(255,255,255,0.95);
	}
	
	#mainNav ul.dropdown-menu{
		display: block;
		position: relative;
		top: 0;
		left: 15px;
		background: transparent;
		visibility: visible;
		opacity: 1;
		filter:alpha(opacity=1);
		-webkit-transition:400ms ease;
		-moz-transition:400ms ease;
		-o-transition:400ms ease;
		transition:400ms ease;
	}
	
	#mainNav ul.dropdown-menu > li a:before {
		content: " - ";
	}
}




/********************/
/*		Footer		*/
/********************/
.footer-main-wrap {
	/* margin: 0 auto 40px;
	max-width: 768px;
	padding-top: 10px; */
}
.footerCenter > div{
	/* width: 50%; */
	width:100%;
	margin: auto;
}
.footerRight > div{
	float: right;
}
.footer-main-wrap h3 {
	font-family: 'intro_regularregular';
	color: #c79a57;
	font-size: 16px;
	text-transform: uppercase;
	margin: 10px auto;
}
.footer-main-wrap a{
	color: #1c1c1c;
	text-decoration: none;
}
a.newsletterLink{
	font-weight: bold;
}
.footer-main-wrap ul {
	padding-left: 0;
	margin-left: 0;
}
.footer-main-wrap ul li {
	list-style: none;
	line-height: 26px;
	font-size: 14px;
}
.footer-top-mainwrap{
	padding-bottom: 20px;
}
.footer-bottom-mainwrap {
	padding-top: 20px;
	padding-bottom: 10px;
	/* border-top: 1px solid #c79a57; */
}
.footer-bottom-mainwrap .footer-bot-social {
	/* float: right; */
	text-align: right;
	padding-right: 0;
}
.footer-bottom-mainwrap .col-md-6 {
	/* padding-left: 0; */
}
.footer-bottom-mainwrap .col-md-6 a {
	font-weight: bold;
	color: #1e1c1d;
}
.footer-bottom-mainwrap .footer-bot-social a {
	/* border-right: 1px solid #717171; */
	display: inline-block;
	padding: 0 5px;
}
.footer-bottom-mainwrap .footer-bot-social a:last-child {
	border-right: none;
	padding-right: 0;
}
.footer-bottom-mainwrap .footer-bot-social a:hover {
	text-decoration: none;
}
.pp_social{
	display: none !important;
}
#signUp button[type=submit]{
	position: absolute !important;
	left: 50% !important;
	margin-left: -50px !important;
	z-index: 10 !important;
}
.signUpTitle{
	font-size: 25px;
	color: #c99431;
}

@media only screen and (max-width: 767px) {
	.footerCenter > div{
		width: 100%;
	}
	.footerRight > div{
		float: none;
	}
	.footer-main-wrap h3{
		margin: 20px auto 10px;
	}
}











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

  HAMBURGER ICONS COMPONENT
  
----------------------------------------------------------------------------- */
/**
 * Toggle Switch Globals
 *
 * All switches should take on the class `c-hamburger` as well as their
 * variant that will give them unique properties. This class is an overview
 * class that acts as a reset for all versions of the icon.
 */
.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 46px;
  height: 46px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
          transition: background 0.3s;
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 25px;
  left: 8px;
  right: 8px;
  height: 4px;
  background: #97612E;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #97612E;
  content: "";
}

.c-hamburger span::before {
  top: -10px;
}

.c-hamburger span::after {
  bottom: -10px;
}

/**
 * Style 2
 * 
 * Hamburger to "x" (htx). Takes on a hamburger shape, bars slide
 * down to center and transform into an "x".
 */
.c-hamburger--htx {
  /* background-color: #ff3264; */
  background-color: transparent;
}

.c-hamburger--htx span {
  -webkit-transition: background 0s 0.3s;
          transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
          transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  -webkit-transition-property: top, -webkit-transform;
          transition-property: top, transform;
}

.c-hamburger--htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
          transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  /* background-color: #cb0032; */
}

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  -webkit-transition-delay: 0s, 0.3s;
          transition-delay: 0s, 0.3s;
}
.mobileMenu {
	margin-top:10px
}

.mainImg img {
	width:100%;
	height:auto
}
.projectPage .flexslider .slides img {
  display: block;
  width: auto;
  margin:0 auto
}

#loadOverlay {
	background:#fff; 
	position:fixed; 
	top:0;
	right:0;
	left:0;
	bottom:0;
	z-index:9999999;
}
#loadOverlay img {
	background:#fff; 
	position:absolute; 
	top:0;
	right:0;
	left:0;
	bottom:0;
	z-index:9999999;
	margin:auto
}
#loadOverlay .loadImg {
	top:200px ;
	/* width:50px; */
}

@media only screen and (max-width: 768px) {
	#mainNav ul.dropdown-menu{
		width: 300px;
	}
	#mainNav ul.dropdown-menu a{
		min-width: 100px !important;
		padding: 5px 10px;
		font-size: 12px;
	}
	.mainImg img {
	  height: auto;
	  margin-top: 83px;
	  width: 100%;
	}
	.amenitiesSection .container {
		background:rgba(255,255,255,0.5);
	}
	.Insignia .amenitiesSection .container {
		background:rgba(0,0,0,0.5);
		color:#fff
	}
	.wpb_single_image img {
	  height: auto;
	  width: 100%;
	}
	.cd-hero-slider {
		height: 585px !important;
	}
	.cd-hero-slider h2 {
	  border-left: 5px solid #c79a57;
	  font-size: 22px;
	  line-height: 33px;
	  padding-left: 20px;
	  position: relative;
	  text-align: left;
	}
	.slide1 h2 {
	  left: 72px;
	  top: 20px;
	}
	.slide2 h2 {
	  left: 71px;
	  top: 20px;
	}
	.slide3 h2 {
	  left: 8%;
	  top: 20px;
	}
	.cd-hero-slider .cd-full-width, .cd-hero-slider .cd-half-width {
	  width: 100%;
	}
	/********************/
	/*	Project Page	*/
	/********************/
	.projectHome {
		min-height:600px;
	}
	.Celestial .projectHome {
		background-position:55% 0 !important;
	}
	.Serenity .projectHome {
		background-position:41% 0 !important;
	}
	.Zephyr .projectHome {
		background-position:41% 0 !important;
	}
	.Constellation .projectHome {
		background-position:59% 0 !important;
	}
	.Insignia .projectHome {
		background-position:57% 0 !important;
	}
	.projectPage .cd-slider-nav {
		display:none
	}
	.projectPage .flex-viewport {
		height: auto;
		overflow: hidden;
		position: relative;
	}
	.projectPage .flexslider .slides img {
	  display: block;
	  height: auto;
	  width: 100%;
	}
	.amenitiesSection .container {
	  padding-top: 10%;
	  padding-bottom: 10%;
	}
	/********************/
	/*	Contact Page	*/
	/********************/
	#dMap{
		height: 450px;
	}
	.contactForm span.emailfield-cover{
		width: 100% !important;
	}
}
@media only screen and (max-width: 640px) {
	.mainImg img {
	  height: auto;
	  margin-top: 83px;
	  width: 100%;
	}
	.amenitiesSection .container {
		background:rgba(255,255,255,0.5);
	}
	.Insignia .amenitiesSection .container {
		background:rgba(0,0,0,0.5);
		color:#fff
	}
	.wpb_single_image img {
	  height: auto;
	  width: 100%;
	}
	/********************/
	/*	Project Page	*/
	/********************/
	.projectHome {
		min-height:600px;
	}
	.Celestial .projectHome {
		background-position:55% 0 !important;
	}
	.Serenity .projectHome {
		background-position:41% 0 !important;
	}
	.Zephyr .projectHome {
		background-position:41% 0 !important;
	}
	.Constellation .projectHome {
		background-position:59% 0 !important;
	}
	.Insignia .projectHome {
		background-position:57% 0 !important;
	}
	.Jade .projectHome {
		background-position:42% 0 !important;
	}
	.projectPage .cd-slider-nav {
		display:none
	}
	.projectPage .flex-viewport {
		height: auto;
		overflow: hidden;
		position: relative;
	}
	.projectPage .flexslider .slides img {
	  display: block;
	  height: auto;
	  width: 100%;
	}
	.amenitiesSection .container {
	  padding-top: 10%;
	  padding-bottom: 10%;
	}
	/********************/
	/*	Contact Page	*/
	/********************/
	#dMap{
		height: 450px;
	}
}

@media only screen and (max-width: 520px) {
	.contactForm span.emailfield-cover{
		width: 100% !important;
	}
}
@media only screen and (max-width: 420px) {	#mainNav {	  margin: 15px 20px;	}	#mainNav ul li a {	  display: block;	  line-height: 20px;	  min-width: 150px;	  transition: all 400ms ease 0s;	}	#mainNav ul.dropdown-menu a {	  display: block;	  line-height: 20px;	  min-width: 150px;	  transition: all 400ms ease 0s;	}
	.mainImg img {
	  height: auto;
	  margin-top: 83px;
	  width: 100%;
	}
	.amenitiesSection .container {
		background:rgba(255,255,255,0.5);
	}
	.Insignia .amenitiesSection .container {
		background:rgba(0,0,0,0.5);
		color:#fff
	}
	.wpb_single_image img {
	  height: auto;
	  width: 100%;
	}
	/* .footer-top-mainwrap div {
		width:100%;
		clear:both
	} */
	.footer-main-wrap h3 {
		font-size: 15px;
	}
	.cd-hero-slider {
		height: 395px !important;
	}
	.slide1 h2 {
	  left: 72px;
	  top: -75px;
	}
	.slide2 h2 {
	  left: 71px;
	  top: -94px;
	}
	.slide3 h2 {
	  left: 8%;
	  top: -36px;
	}
	.cd-hero-slider .cd-full-width, .cd-hero-slider .cd-half-width {
	  width: 80%;
	}
	
}

	

.modal-dialog {
    width: 600px;
    margin: 30px auto;
    width: 600px;
    padding-top: 120px;
    padding-bottom: 30px;
}
.modal-title {
    margin: 10px 0;
    line-height: 1.42857143;
    font-size: 28px;
    text-align: center;
	
}
.modal-body p{
	margin:5px 0 10px;
	line-height:20px;
	text-align: justify;
	font-size: 15px;
}
.btn-primary {
    color: #fff;
    background-color: #C59752;
    border-color: #C59752;
}
.btn-primary:active, .btn-primary:hover, .btn-primary:focus{
	color: #fff;
    background-color: #A77326 !important;
    border-color: #A77326 !important;
}


	
@media (max-width:480px){
	.footer-main-wrap {
		max-width: 100%;
	}
	.modal-dialog{
		width:95%;
	}
	.footer-bottom-mainwrap .footer-bot-social {
		text-align: center;
	}
	.footer-signup{
		text-align: center;
		margin-bottom: 9px;
	}
}
#sectionGrading .text{
	max-width:100%;
}