
body{background: #dcdcdc;}




@font-face {
	font-family: "BickhamScriptPro-Regular";
	src: url("../fonts/BickhamScriptPro-Regular.woff") format("woff"), url("../fonts/BickhamScriptPro-Regular.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'Zilla Slab';
    src: url('../fonts/fonts/Zilla Slab.eot');
    src: url('../fonts/fonts/Zilla Slab.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fonts/Zilla Slab.woff2') format('woff2'),
         url('../fonts/fonts/Zilla Slab.woff') format('woff'),
         url('../fonts/fonts/Zilla Slab.ttf')  format('truetype'),
         url('../fonts/fonts/Zilla Slab.svg#Zilla Slab') format('svg');
}

@font-face {
    font-family: 'PlayfairDisplay-Bold';
    src: url('../fonts/fonts/PlayfairDisplay-Bold.eot');
    src: url('../fonts/fonts/PlayfairDisplay-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fonts/PlayfairDisplay-Bold.woff2') format('woff2'),
         url('../fonts/fonts/PlayfairDisplay-Bold.woff') format('woff'),
         url('../fonts/fonts/PlayfairDisplay-Bold.ttf')  format('truetype'),
         url('../fonts/fonts/PlayfairDisplay-Bold.svg#PlayfairDisplay-Bold') format('svg');
}

@font-face {
    font-family: 'PlayfairDisplay-BoldItalic';
    src: url('../fonts/fonts/PlayfairDisplay-BoldItalic.eot');
    src: url('../fonts/fonts/PlayfairDisplay-BoldItalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fonts/PlayfairDisplay-BoldItalic.woff2') format('woff2'),
         url('../fonts/fonts/PlayfairDisplay-BoldItalic.woff') format('woff'),
         url('../fonts/fonts/PlayfairDisplay-BoldItalic.ttf')  format('truetype'),
         url('../fonts/fonts/PlayfairDisplay-BoldItalic.svg#PlayfairDisplay-BoldItalic') format('svg');
}

@font-face {
    font-family: 'PlayfairDisplay-Italic';
    src: url('../fonts/fonts/PlayfairDisplay-Italic.eot');
    src: url('../fonts/fonts/PlayfairDisplay-Italic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fonts/PlayfairDisplay-Italic.woff2') format('woff2'),
         url('../fonts/fonts/PlayfairDisplay-Italic.woff') format('woff'),
         url('../fonts/fonts/PlayfairDisplay-Italic.ttf')  format('truetype'),
         url('../fonts/fonts/PlayfairDisplay-Italic.svg#PPlayfairDisplay-Italic') format('svg');
}





html,
body {
	height: 100%;

	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #111111;
	font-weight: 600;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 14px;
	color: #585858;
	line-height: 2;
	letter-spacing:0.5px;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}




ul#yellowbullet {
  list-style: none; /* Remove default bullets */
}

ul#yellowbullet li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #f9bc49; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}





/*---------------------
	2. Helper CSS
-----------------------*/

.section-title {
	text-align: center;
}

.section-title h2 {
	font-size: 36px;
}

.sp-container {
	max-width: 1464px;
	margin: 0 auto;
	width: 100%;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}





.spad {
	padding-top: 105px;
	padding-bottom: 105px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

/*---------------------
  Commom elements
-----------------------*/

/* buttons */

.site-btn {
	display: inline-block;
	border: none;
	font-size: 16px;
	font-weight: 600;
	min-width: 186px;
/*	text-transform: uppercase;*/
	background: transparent;
	color:white;
	line-height: normal;
/*	cursor: pointer;*/
	text-align: center;
	position: relative;
}

.site-btn:after,
.site-btn:before {
	position: absolute;
	content: "";
	width: 15px;
	height: 14px;
}

.site-btn:before {
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	left: 0;
	top: 0;
}

.site-btn:after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	right: 0;
	top: 0;
}

.site-btn span {
	display: block;
	padding: 23px 45px;
	font-family: 'Gotham', sans-serif;
	color: #244a4d;
}

.site-btn span:after,
.site-btn span:before {
	position: absolute;
	content: "";
	width: 15px;
	height: 14px;
}

.site-btn span:before {
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	left: 0;
	bottom: 0;
}

.site-btn span:after {
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	right: 0;
	bottom: 0;
}

.site-btn.sb-dark {
	color:#244a4d;
}


.site-btn.sb-dark:before {
	border-top: 3px solid #244a4d;
	border-left: 3px solid #244a4d;
}

.site-btn.sb-dark:after {
	border-top: 3px solid #244a4d;
	border-right: 3px solid #244a4d;
}

.site-btn.sb-dark span:before {
	border-bottom: 3px solid #244a4d;
	border-left: 3px solid #244a4d;
}

.site-btn.sb-dark span:after {
	border-bottom: 3px solid #244a4d;
	border-right: 3px solid #244a4d;
}






/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #000;
}
.navbtn {
	color: #A3905A
}
.navbtn:hover {
	color: #A3905A
}
.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}







@media only screen and (max-width: 600px) {
  .sizes {
    width:600px; height:500px;
  }

	.sizes-big{display: none;}
}

@media only screen and (min-width: 600px) {
  .sizes {
    width:1280px; height:720px;
  }
	
  .sizes-small{display: none;}
}



/*  Fullpage plugin */

/*
#fp-nav.fp-right {
	right: 100px;
}

#fp-nav ul li {
	margin: 16px;
}

#fp-nav ul li a span {
	width: 14px !important;
	height: 14px !important;
	background: transparent;
	border: 1px solid #fff;
	margin: 0 !important;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span {
	width: 14px;
	height: 14px;
	border: 1px solid #fff;
	background: #fff;
}

.home-page-two.fp-viewing-0 #fp-nav {
	display: none !important;
}

.home-page.fp-viewing-1 #fp-nav ul li a span,
.home-page.fp-viewing-13 #fp-nav ul li a span {
	border: 1px solid #fff;
}

.home-page.fp-viewing-1 #fp-nav ul li a.active span,
.home-page.fp-viewing-1 #fp-nav ul li:hover a.active span,
.home-page.fp-viewing-13 #fp-nav ul li a.active span,
.home-page.fp-viewing-13 #fp-nav ul li:hover a.active span {
	border: 1px solid #fff;
	background: #fff;
}

.home-page-two.fp-viewing-7 #fp-nav ul li a span,
.home-page-two.fp-viewing-10 #fp-nav ul li a span,
.home-page-two.fp-viewing-12 #fp-nav ul li a span{
	border: 1px solid #222222;
}

skip ONE number
.home-page-two.fp-viewing-7 #fp-nav ul li a.active span,
.home-page-two.fp-viewing-7 #fp-nav ul li:hover a.active span,
.home-page-two.fp-viewing-10 #fp-nav ul li a.active span,
.home-page-two.fp-viewing-10 #fp-nav ul li:hover a.active span,
.home-page-two.fp-viewing-12 #fp-nav ul li a.active span,
.home-page-two.fp-viewing-12 #fp-nav ul li:hover a.active span {
	border: 1px solid #222222;
	background: #222222;
}
*/

#fp-nav.fp-right {
	right: 100px;
}

#fp-nav ul li {
	margin: 16px;
}

#fp-nav ul li a span {
	width: 14px !important;
	height: 14px !important;
	background: transparent;
	border: 1px solid transparent;
	margin: 0 !important;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span {
	width: 14px;
	height: 14px;
	border: 1px solid transparent;
	background: transparent;
}

.home-page-two.fp-viewing-0 #fp-nav {
	display: none !important;
}

.home-page.fp-viewing-1 #fp-nav ul li a span,
.home-page.fp-viewing-13 #fp-nav ul li a span {
	border: 1px solid transparent;
}

.home-page.fp-viewing-1 #fp-nav ul li a.active span,
.home-page.fp-viewing-1 #fp-nav ul li:hover a.active span,
.home-page.fp-viewing-13 #fp-nav ul li a.active span,
.home-page.fp-viewing-13 #fp-nav ul li:hover a.active span {
	border: 1px solid transparent;
	background: transparent;
}

.home-page-two.fp-viewing-7 #fp-nav ul li a span,
.home-page-two.fp-viewing-10 #fp-nav ul li a span,
.home-page-two.fp-viewing-12 #fp-nav ul li a span{
	border: 1px solid transparent;
}

skip ONE number
.home-page-two.fp-viewing-7 #fp-nav ul li a.active span,
.home-page-two.fp-viewing-7 #fp-nav ul li:hover a.active span,
.home-page-two.fp-viewing-10 #fp-nav ul li a.active span,
.home-page-two.fp-viewing-10 #fp-nav ul li:hover a.active span,
.home-page-two.fp-viewing-12 #fp-nav ul li a.active span,
.home-page-two.fp-viewing-12 #fp-nav ul li:hover a.active span {
	border: 1px solid transparent;
	background: transparent;
}

/*video homepage*/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
		
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*------------------
  3. Header section
---------------------*/

.header-section {
	position:fixed;
	width: 100%;
	left: 0;
	top: 0;
	padding: 0 15px;
	z-index: 999;
	background: #f1e7db;
}

.header-warp {
	padding-top: 5px;
	
	max-width: 1464px;
	margin: 0 auto;
}

.site-logo {
	display: inline-block;
	float: left;
}

.header-social {
	float: right;
	
}

.header-social a {
	display: inline-block;
	color: #fff;
	margin-left: 35px;
	padding: 9px 0;
}

.downloadtext{		font-family: 'Gotham', sans-serif;
	font-size:12px;
	font-weight:600;
text-transform:uppercase; letter-spacing:1px;
		background:#244a4d;
	padding:15px 15px 13px 15px;
	width:400px;
	height:50px;
}


.downloadtext2{		font-family: 'Gotham', sans-serif;
	font-size:13px;
	font-weight:600;
text-transform:uppercase; letter-spacing:1px;
	background:#244a4d;
	padding:15px;
	width:400px;
	height:50px;
	margin-top: 80px;
	border:2px solid #FFF;
}
.downloadtext2:visited {color:#f1e7db;}
.downloadtext2:link   {color: #244a4d;}
.downloadtext2:hover{
color: #f1e7db;
-webkit-transition-property:color, text;
-webkit-transition-duration:0.4s, 0.4s;
-webkit-transition-timing-function:linear, ease-in;
}
.downloadtext2:active  {color:#f1e7db;}




.downloadtext5{		font-family: 'Gotham', sans-serif;
	font-size:13px;
	font-weight:800;
text-transform:uppercase; letter-spacing:1px;
	background:#f9bc49;
	padding:15px;
	width:400px;
	height:50px;
	color:#244a4d;
}
.downloadtext5:visited {color:#244a4d;}
.downloadtext5:link   {color: #f9bc49;}
.downloadtext5:hover{
color: #ffffff;
-webkit-transition-property:color, text;
-webkit-transition-duration:0.4s, 0.4s;
-webkit-transition-timing-function:linear, ease-in;
}
.downloadtext5:active  {color:#244a4d;}




.header-social a:hover {
color:#809ca6;
	-webkit-transition-property:color, text;
-webkit-transition-duration:0.4s, 0.4s;
-webkit-transition-timing-function:linear, ease-in;

}
.nav-switch {
	display: none;
}

.main-menu {
	list-style: none;
	float: right;
	padding-right: 20px;
	padding-top: 20px;
}

.main-menu li {
	display: inline-block;
}

.main-menu li a {
	display: block;
	font-size: 15px;
	color: #fff;
	margin-right: 60px;
	padding: 10px 0;
	font-family: 'Gotham', sans-serif;
	font-weight:600;
	padding-bottom:9px;
	border-bottom: 4px #f1e7db solid;
}


.main-menu li a:hover {
color:#f1e7db ;
	-webkit-transition-property:color, text;
-webkit-transition-duration:0.4s, 0.4s;
-webkit-transition-timing-function:linear, ease-in;
}

.main-menu li:last-child a {
	margin-right: 0;
}

.header-default-bg {
	padding-bottom: 27px;
	position: relative;
	overflow: hidden;
}


/*

.dropbtn {
font-size: 15px;
	color: #fff;
font-family: 'Gotham', sans-serif;
	font-weight:600;
	padding-bottom:9px;
	border-bottom: 4px #f1e7db solid;
	background-color: transparent;
}
*/


.dropbtn {
font-size: 17px;
	color: #244a4d;
font-family: 'Gotham', sans-serif;
	font-weight:600;
	  position: inherit;
  height: auto;
	border:none;
	letter-spacing:0.5px;
	word-spacing: 2px;
	background-color:transparent;
	top:8px;
	margin-right:0px;
	margin-bottom: 40px;
	outline: none;
}
.dropbtn:hover {
font-size: 17px;
	color: #A3905A;
font-family: 'Gotham', sans-serif;
	font-weight:600;
	  position: inherit;
  height: auto;
	border:none;
	letter-spacing:0.5px;
	word-spacing: 2px;
	background-color:transparent;
	top:8px;
	margin-right:0px;
	margin-bottom: 40px;
	outline: none;
}
.dropbtn:after {
width:60px;
	height:4px;
	 content: '';
	margin-top:6px;
	margin-right:auto;
	margin-left:auto;
	left:0px;
	right:0px;
	outline: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  z-index: 1;
	background-color:rgba(255,255,255,1);
		margin-top:9px;
}

.dropdown-content a {
font-size: 13px;
	color: #244a4d;
font-family: 'Gotham', sans-serif;
	font-weight:500;
  padding: 9px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color:#244a4d;color:white;
	-webkit-transition-property:color, background;
-webkit-transition-duration:0.3s, 0.3s;
-webkit-transition-timing-function:linear, ease-in-out;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color:transparent}



/* ----------------
  4. Hero section
---------------------*/
.hs-item {
	height: 919px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
}

.hs-item h1 {
	font-size: 20px;
font-family: 'Zilla Slab', serif;
		font-weight:700;
		font-style: italic;
margin-bottom:30px;
}

.hs-item h2 {
	font-size: 75px;
	margin-bottom: 30px;
	font-family: 'Zilla Slab', serif;
	font-weight:700;
	text-transform:uppercase;
}


.hs-item h3 {
	font-size: 15px;
font-family: 'Gotham', sans-serif;
		font-weight:300;
	line-height:11px;
/*	margin-bottom:30px;*/
}

.hero-slider.owl-carousel .owl-nav {
	position: absolute;
	top: 50%;
	margin-top: -12px;
	right: 52px;
}

.slide-num-holder {
	position: absolute;
	top: 50%;
	right: 101px;
	z-index: 99;
	color: #fff;
	font-weight: 500;
	margin-top: -10px;
	font-size: 16px;
	font-family: 'Gotham', sans-serif;
}

.down-sign {
	width: 60px;
	position: absolute;
	bottom: 37px;
	left: calc(50% - 30px);
	z-index: 99;
	text-align: center;
}

.down-sign h6 {
	font-size: 12px;
	background:#000;
	padding:6px;
	border-radius:6px;
	
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 10px;
	font-family: 'Gotham', sans-serif;
	letter-spacing:4px;
}

.contact-link {
	position:fixed;
	left: 42px;
	bottom: 90px;
	z-index: 99;
}

.contact-link:after {
	position: absolute;
	content: "";
	height: 135px;
	width: 1px;
	left: 50%;
	top: 60px;
	background: #fff;
}

.contact-link p {
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
	margin-bottom: 180px;
	font-family: 'Gotham', sans-serif;
	font-weight:700;
	letter-spacing:1px;
}

.contact-link img {
	width: 71px;
	height: 71px;
	border-radius: 50%;

}


.contact-link img:hover {
transform: rotateY(360deg);
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* ----------------
  5. About section
---------------------*/

.about-section {
	padding-left: 0px;
}

.about-content-warp {
	max-width: 650px;
	border-radius:0px;
}


.about-content-warp2 {
	max-width: 650px;
	border-radius:0px;
}



.about-content-warp h2 {
	font-size: 36px;
	font-weight: 600;
	letter-spacing: 2px;
/*	font-weight: 600;*/
}
.about-section {
	padding-left: 0px;
}

.about-content-warp {
	max-width: 550px;
margin-bottom: 0px;
font-family: 'Zilla Slab', serif;

	position: relative;
  height: auto;
  display: block;
	color:#244a4d;
	
}



.about-content-warp h6 {
	font-size: 48px;
	margin-bottom: 20px;
	font-family: 'PlayfairDisplay-Bold', serif;
	text-transform:uppercase;
	line-height:45px;
	letter-spacing:1px;
	color:#244a4d;
}




.about-content-warp p {
	margin-bottom: 10px;
}

.about-content-warp.text-white p {
	font-family: 'Gotham', sans-serif;
	font-weight:300;
	font-size:15px;
	line-height:18px;
}

.about-content-warp.text-white p span {
	font-family: 'Gotham', sans-serif;
	font-weight:800;
	font-size:15px;
	letter-spacing:1.5px;
}


/* ----------------
  6. Intro section
---------------------*/

.intro-section {
	padding-left: 292px;
	padding-bottom:200px;
}


.intro-temp{display:none;}

.intro-content-warp {

		width:100%;
}


.intro-content-warp h2 {
	font-size: 48px;
	font-weight: 600;
	margin-bottom: 20px;
	font-family: 'Zilla Slab', serif;
	text-transform:uppercase;
}

.intro-content-warp p {
	margin-bottom: 40px;
}

.intro-content-warp.text-white p {
	opacity: 0.5;
}


/* ----------------
 space section
---------------------*/

.space-section {
	padding-left: 292px;
	padding-bottom:200px;
}

.space-content-warp {

		width:100%;
}


.space-content-warp h2 {
	font-size: 48px;
	font-weight: 600;
	margin-bottom: 20px;
	font-family: 'Zilla Slab', serif;
	text-transform:uppercase;
}

.space-content-warp p {
	margin-bottom: 40px;
}

.space-content-warp.text-white p {
	opacity: 0.5;
}




/* ----------------
  6. Banner section
---------------------*/

.banner-section {
	padding: 130px 0;
}

.banner-section h2 {
	display: inline-block;
	padding-bottom: 10px;
	padding-top: 8px;
	font-size: 50px;
	color: #244a4d;;
	text-transform: uppercase;
	font-family: 'Zilla Slab', serif;
	letter-spacing:1px;
	line-height:45px;
}



.footer-section {
	padding: 45px 0 10px;
}



.footer-about img {
	margin-bottom: 35px;
}

.footer-about p {
	color: #cccccc;
	font-family: 'Gotham', sans-serif;
	font-weight:300;
	font-size:10px;
	line-height:12px;
	letter-spacing:0.3px;
}

.copyrighttext{	color: #cccccc;
	font-family: 'Gotham', sans-serif;
	font-weight:400;
	font-size:11px;
	line-height:12px;
	letter-spacing:1px;}

.copyrighttext:link {color:#f9bc49}
.copyrighttext:visited {color:#f9bc49}

/* ----------------
  7. Footer section
---------------------*/



.footer-info h6 {
font-size: 28px;
font-family: 'Zilla Slab', serif;
		font-weight:600;
		font-style: italic;
	padding-bottom:3px;
	border-bottom:2px solid #f9bc49;
	color:white;
	margin-bottom:15px;
}

.footer-info ul {
	list-style: none;
}

.footer-info ul li {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

/* ----------------
 Other Pages
--------------------
====================*/

/* ----------------
  Home page 2
 ---------------------*/

.hero-section-2 {
	height: 920px;
	padding: 0px 150px;
}

.hero-content {
	max-width: 585px;
}

.hero-content h2 {
	font-size: 60px;
	font-weight: 600;
	margin-bottom: 40px;
}

.hero-content p {
	font-weight: 500;
	font-size: 14px;
	opacity: 0.5;
	margin-bottom: 55px;
}

.testimonial-content {
	text-align: center;
	padding: 80px 15px;
}

.testimonial-content h2 {
	font-size: 48px;
	font-weight: 500;
	margin-bottom: 55px;
}

.testimonial-content p {
	font-size: 18px;
	color: #000;
	opacity: 0.5;
	font-style: italic;
	margin-bottom: 50px;
}

.testimonial-content .testi-avatar {
	width: 58px;
	height: 58px;
	border-radius: 50%;
	margin-bottom: 30px;
}

.testimonial-content h6 {
	font-size: 14px;
	font-style: italic;
	color: #000;
	margin-bottom: 100px;
}

.testimonial-content h6 span {
	color: #a2a2a2;
}

.sp-about-section {
	padding: 80px 15px;
}

.sp-about-section .sp-about-content {
	margin-bottom: 110px;
}

.sp-about-section .sp-about-content h2 {
	font-size: 48px;
	font-weight: 600;
	font-family: 'Zilla Slab', serif;
	text-transform:uppercase;
	padding-top: 5px;
	margin-bottom: 20px;
	line-height:43px;
}

.sp-about-section .sp-about-content p {
font-family: 'Gotham', sans-serif;
	font-weight:400;
	font-size:15px;
	line-height:22px;
	color:#fff;
}

.sp-about-section .sp-about-text {
	padding-top: 0px;
	padding-right: 50px;
	padding-left: 70px;
}

.fact-item h2 {
	font-size: 72px;
	font-weight: 500;
	color: #fff;
}

.fact-item p {
font-family: 'Gotham', sans-serif;
	font-weight:400;
	font-size:15px;
	line-height:22px;
	color:#fff;
}


/* ----------------
  Portfilio page
 ---------------------*/
.portfilio-page {
	padding-top: 278px;
	background: #05020d;
	z-index: 1;
	position: relative;
}

.portfolios-area {
	display: block;
}

.portfolio-item {
	width: 25%;
	float: left;
}

.portfolio-item.__big {
	width: 50%;
}

.grid-sizer {
	width: 25%;
}

.portfolio-intro {
	padding-left: 220px;
}

.portfolio-intro h2 {
	font-size: 60px;
	font-weight: 600;
	margin-bottom: 85px;
}

.portfolio-intro .portfolio-filter {
	list-style: none;
}

.portfolio-intro .portfolio-filter li {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	margin-right: 55px;
	padding: 0 2px 3px;
	cursor: pointer;
	margin-bottom: 20px;
}

.portfolio-intro .portfolio-filter li.mixitup-control-active {
	border-bottom: 3px solid #fff;
}

.portfolio-next-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.portfolio-next-btn h3 {
	font-weight: 500;
	color: #fff;
}

/* ---------------------
 Portfolio single page
------------------------*/

.portfilio-single {
	height: 918px;
	padding: 270px 30px 0;
}

.portfolio-single-content {
	max-width: 590px;
}

.portfolio-single-content span {
	font-size: 14px;
	font-weight: 500;
}

.portfolio-single-content h2 {
	font-size: 72px;
	font-weight: 600;
	margin-bottom: 30px;
}

.portfolio-single-content p {
	opacity: 0.5;
	margin-bottom: 30px;
}

.portfolio-single-content ul {
	list-style: none;
	padding-top: 20px;
}

.portfolio-single-content ul li {
	color: #000;
	font-size: 14px;
	color: #fff;
	margin-bottom: 15px;
}

.portfolio-single-content ul li h6 {
	font-size: 14px;
	width: 63px;
	display: inline-block;
}

.portfolio-single-content ul li span {
	opacity: 0.5;
}

.portfolio-slider-warp {
	position: relative;
}

.portfolio-slider-warp .owl-carousel .owl-nav {
	position: absolute;
	top: 50%;
	margin-top: -12px;
	right: 52px;
}

.portfolio-slider-warp .slide-num-holder {
	position: absolute;
	top: 50%;
	right: 101px;
	z-index: 99;
	color: #fff;
	font-weight: 500;
	margin-top: -10px;
	font-size: 16px;
}

.portfolio-slider-warp .center img {
	border: 2px solid #fff;
}

/* ----------------
  Blog Page
---------------------*/

.blog-page {
	padding-top: 120px;
	padding-bottom: 107px;
}

.blog-item {
	margin-bottom: 58px;
}

.blog-thumb {
	position: relative;
	margin-bottom: 35px;
}

.blog-date {
	position: absolute;
	width: 163px;
	height: 47px;
	top: 36px;
	left: -65px;
	text-align: center;
	padding-top: 12px;
	font-size: 12px;
	color: #fff;
	font-weight: 500;
	background: #1a1420;
	border: 2px solid #fff;
}

.blog-content h3 {
	margin-bottom: 15px;
}

.blog-content p {
	color: #000;
	opacity: 0.5;
	font-weight: 500;
	margin-bottom: 25px;
}

.blog-metas {
	margin-bottom: 30px;
}

.blog-metas .blog-meta {
	display: inline-block;
	margin-right: 13px;
	padding-right: 13px;
	font-size: 12px;
	color: #565656;
	font-weight: 50;
	position: relative;
}

.blog-metas .blog-meta:after {
	position: absolute;
	content: "|";
	right: -1px;
	top: 0;
	font-size: 12px;
}

.blog-metas .blog-meta:last-child {
	margin-right: 0;
	padding-right: 0;
}

.blog-metas .blog-meta:last-child:after {
	display: none;
}

.sb-widget {
	margin-bottom: 55px;
}

.sb-widget .sb-title {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 30px;
}

.sb-widget .sb-search input {
	width: 100%;
	height: 34px;
	border: none;
	font-size: 12px;
	padding: 10px 22px;
	border-bottom: 2px solid #1a1624;
	background: #f7f6fa;
}

.sb-widget ul {
	list-style: none;
}

.sb-widget ul li {
	margin-bottom: 10px;
}

.sb-widget ul li a {
	font-size: 14px;
	color: #000;
	opacity: 0.5;
	font-weight: 500;
}

.sb-latest-post {
	padding-top: 15px;
}

.sb-latest-post .sbl-item {
	margin-top: 25px;
}

.sb-latest-post img {
	margin-bottom: 20px;
}

.sb-latest-post span {
	font-size: 12px;
	font-weight: 600;
}

.sb-latest-post h4 {
	font-size: 18px;
	padding-top: 2px;
	padding-bottom: 3px;
}

.sb-latest-post p {
	font-size: 14px;
	color: #000;
	opacity: 0.5;
}

.site-pagination {
	padding-top: 50px;
}

.site-pagination a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 37px;
	min-width: 37px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: #b7b7b7;
	font-size: 14px;
}

.site-pagination .active {
	color: #020202;
	border: 2px solid #1b1c2e;
}

/* ----------------
  Contact Page
---------------------*/

.contact-page {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 235px;
	padding-bottom: 120px;
}

.contact-text h2 {
	font-size: 48px;
	font-weight: 500;
	margin-bottom: 30px;
}

.contact-text p {
	opacity: 0.5;
	margin-bottom: 50px;
}

.contact-text ul {
	list-style: none;
}

.contact-text ul li {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 18px;
}

.contact-text ul li h6 {
	font-size: 15px;
	font-weight: 500;
	display: inline-block;
	width: 83px;
}

.contact-form input,
.contact-form textarea {
	width: 100%;
	border: none;
	font-size: 12px;
	color: #fff;
	padding-bottom: 22px;
	margin-bottom: 25px;
	font-weight: 500;
	border-bottom: 1px solid #fff;
	background: transparent;
}

.contact-form textarea {
	height: 220px;
	margin-bottom: 50px;
}

.newsletter-section {
	padding-top: 105px;
	padding-bottom: 95px;
}

.newsletter-section h3 {
	color: #FFF;
	font-weight: 500;
	text-transform: uppercase;
	padding: 30px 0;
}

.newsletter-form input {
	width: calc(100% - 240px);
	border: none;
	font-size: 14px;
	color: #fff;
	padding-bottom: 22px;
	margin-bottom: 25px;
	font-weight: 500;
	border-bottom: 2px solid #fff;
	background: transparent;
	margin-right: 45px;
}

/* ----------------
  9. Responsive
---------------------*/


#location.intro-temp{display:none}
#mapposition{margin-bottom:-5px; }


/*
@media (max-width: 1540px) {
	
	#mapposition {background:#323431; }	
	#mapposition iframe{margin-left:-30px;}	
}
*/



@media (max-width: 1460px) {
	.section.container-floorplan{margin-top:-150px;margin-bottom:-150px;}
}


@media only screen and (max-width: 1400px) {
	#textposition{display:none}
	#location.section.intro-section{display:none}
}


@media (max-width: 1327px) {
	#mapposition{margin-bottom:-80px; }
}

@media (max-width: 1300px) {
	.col-lg-5 {margin-left:-40px;}	
	.col-lg-7 {margin-left:0px;}	
		.contactbar{display:none;}
	.contactbar2{display:none;}
	
		.main-menu {
		padding-right: 80px;
	}
	.portfolio-intro {
		padding-left: 60px;
	}
	.portfolio-intro h2 {
		font-size: 45px;
		margin-bottom: 30px;
	}
	.portfolio-intro .portfolio-filter li {
		margin-right: 30px;
	}
	.blog-date {
		left: -15px;
	}
	
}





@media (max-width: 1230px) {
	#location.section.intro-section.intro-temp{background-size:contain; top:-175px;margin-bottom:-330px;}
	.sp-about-section .sp-about-content p {font-size:12px;}
	#mapposition{margin-bottom:-320px; }
}



@media (max-width: 1220px) {
	.container {
		max-width: 1175px;
	}
	.flip-box-back22 {
  background-color:#244a4d;
  transform: rotateY(180deg);
padding-top:00%;
font-family: 'Zilla Slab', serif;
	color: white;
	font-size:25px;
	line-height:30px;
}
		#location.section.intro-section.intro-temp{top:-185px;margin-bottom:-370px;}

	#gallery #side-gallery{width:50%;}

}

@media (max-width: 1160px) {
.main-menu {
	padding-right:0px;
}
	#mapposition{margin-bottom:-400px; }

}


@media (max-width:1085px) {
.sp-about-section .sp-about-content p {
	line-height:18px;
}
		#mapposition{margin-bottom:-430px; }

}

@media (max-width:1015px) {
	
/*	#location.section.intro-section{display:none}	*/
	.col-lg-8{text-align:center;}
	.col-lg-2{text-align:center;}
	#mapposition{margin-bottom:-490px; }
}

@media (max-width:990px) {
.sp-about-section .sp-about-content p {
	font-size:15px;
	line-height:22px;
}
.container-floorplan2 {
margin: 0 auto;
  width: 100%;
}	
	#space.section.sp-about-section .col-lg-3{margin-top:-30px;}
	#plans.banner-section .col-lg-4{margin-top:20px;}
	
	.col-lg-7{margin-top:0px;left:80px;}
	.col-lg-5 {left:40px;padding:30px 0;}	
	.col-lg-6 {margin-top:20px;}
	.col-lg-9 {margin-top:20px;}
#mapposition{margin-bottom:-520px; }
}


@media (max-width:920px) {
	
	#location.section.intro-section.intro-temp{top:-285px;margin-bottom:-570px;}
	.col-md-3{text-align:center;}
	.col-md-6{text-align:center;}
	#space.section.col-md-3{max-width:100%;width:100%;}
	#mapposition{margin-bottom:-560px; }
}

@media (max-width:830px) {
.col-lg-4{width:100%;text-align:center;}
#plans.section.banner-section{margin-top:200px; padding-bottom:320px;}
.section.container-floorplan{margin-top:-250px;margin-bottom:-250px;}
	#mapposition{margin-bottom:-600px; }	

}

@media (max-width:800px) {
	
	#location.section.intro-section.intro-temp{display:none}
	#highlights.about-section{margin-top:-10px;}
	#contact.footer-section #contact1{width:100%; border:none}
	#contact.footer-section #contact2{width:100%; border:none}
/*	#space.section.sp-about-section .col-lg-3{margin-top:-70px;}*/
	
	#mapposition{margin-bottom:-630px; }
	
}

@media (max-width:750px) {
#mapposition{margin-bottom:-670px; }

}


@media (min-width:680px) {
	.floorplanstemp{display:none}
/*		#mapposition{margin-bottom:-700px; }*/
}

@media (max-width:680px) {
	#main-photo #photo1,#main-photo #photo2,#main-photo #photo3,#main-photo #photo4,#main-photo #photo5,#main-photo #photo6,#main-photo #photo7,#main-photo #photo8,#main-photo #photo9,#main-photo #photo10,#main-photo #photo11,#main-photo #photo12{width:50%;}
	.site-btn.sb-dark {margin-top:40px;}
	.banner-section {margin-top:0px;}
	.floorplanstemp{display:block; padding-top:300px;padding-bottom:300px;}
	.gallery-wrap .item{display:none}

}

@media (max-width:645px) {
#mapposition{margin-bottom:-750px; }
	
}

@media (max-width:550px) {
.sp-about-section .sp-about-content p {
	font-size:13px;
	line-height:18px	;

}
#mapposition{margin-bottom:-800px; }
	
	.down-sign{display:none;}
		#gallery #side-gallery{width:100%;}
}
@media only screen and (max-width:1350px) {
	.header-social{margin-left:-50px;}
}

@media only screen and (max-width: 1214px) {
	.header-social{margin-left:-50px;}
}

@media only screen and (max-width:1090px) {
	.header-social{display:none}
	.main-menu{margin-top:4px;}
}


@media only screen and (max-width:975px) {
	.embed-container{margin-top:100px;}
}
@media only screen and (max-width:960px) {
	.embed-container{margin-top:90px;}
}
@media only screen and (max-width:766px) {
	.embed-container{margin-top:60px;}
}

@media (max-width:480px) {
#mapposition{margin-bottom:-870px; }
}

/* Medium screen : 992px. */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.main-menu li a {
		margin-right: 25px;
	}
/*
	.header-social a {
		margin-left: 20px;
	}
*/
/*
	.banner-section h2 {
		font-size: 27px;
	}
*/
	.about-section {
		padding-left: 90px;
	}
/*
	.sp-about-section .sp-about-content h2 {
		font-size: 30px;
	}
*/
}

/* Tablet :768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-warp {
		text-align: center;
	}
	.site-logo {
		float: none;
		display: inline-block;
		margin-bottom: 20px;
	}
	.header-social,
	.main-menu {
		float: none;
		margin-right: 0;
		padding-right: 0;
	}
	.main-menu li a {
		margin-right: 30px;
	}
	.header-social a {
		margin-left: 25px;
	}
	.header-social a:first-child {
		margin-left: 0;
	}
	.about-section {
		padding-left: 0px;
		padding-top: 0px;
	}
/*
	.banner-section h2 {
		font-size: 27px;
		margin-bottom: 50px;
	}
*/
	.sp-about-section .sp-about-text {
		padding-left: 0;
	}
	.grid-item.portfolio-item.__big.__wide {
		height: auto !important;
		padding-bottom: 50px;
	}
	.portfolio-item {
		width: 50%;
	}
	.portfolio-item.__big {
		width: 100%;
	}
	.sidebar {
		padding-top: 50px;
	}
	.contact-page {
		padding: 230px 80px 120px;
	}
	.contact-form {
		padding-top: 80px;
	}
	
}

/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {
	.header-warp {
		text-align: center;
	}
	.site-logo {
		float: none;
		display: inline-block;
		margin-bottom: 20px;
	}
	.header-social,
	.main-menu {
		float: none;
		margin-right: 0;
		padding-right: 0;
	}
	.header-social a {
		margin-left: 25px;
	}
	.header-social a:first-child {
		margin-left: 0;
	}
/*
	.nav-switch {
		display: inline-block;
		color: #fff;
		width: 40px;
		height: 40px;
		font-size: 22px;
		border: 1px solid #8c8c8c;
		border-radius: 50%;
		padding-top: 3px;
		cursor: pointer;
	}
*/
	.header-default-bg {
		overflow: visible;
	}
	.header-default-bg .main-menu {
		top: 100%;
	}
	.main-menu {
		display: none;
		background: #fff;
		width: calc(100% - 30px);
		position:absolute;
		top: calc(100% + 10px);
		left: 15px;
		padding-right: 0;
		-webkit-box-shadow: 0px 14px 40px rgba(0, 0, 0, 0.35);
		        box-shadow: 0px 14px 40px rgba(0, 0, 0, 0.35);
	}
	.main-menu li {
		display: block;
	}
	.main-menu li a {
		display: block;
		font-size: 16px;
		color: #141325;
		margin-right: 0;
		padding: 14px 23px;
		font-weight: 500;
		text-align: left;
		border-bottom: 1px solid #f1f1f1;
	}
	.contact-link {
		display: none;
	}
	.hs-item {
		padding-top: 300px;
		padding-bottom: 200px;
		height: auto;
	}
	.hs-item h1 {
		font-size: 22px;
		font-family: 'Zilla Slab', serif;
		font-weight:600;
		font-style: italic;
	}
	.hs-item h2 {
		font-size: 34px;
		padding-top: 10px;
		margin-bottom: 20px;
		font-family: 'Zilla Slab', serif;
		font-weight:600;
	}
	.home-page .slide-num-holder,
	.home-page .hero-slider.owl-carousel .owl-nav {
		top: 40%;
	}
	.home-page .slide-num-holder {
		right: 70px;
	}
	.home-page .hero-slider.owl-carousel .owl-nav {
		right: 15px;
	}
	.about-section {
		padding: 0px 00px;
	}
	.about-two {
		background-position: left 20% center;
	}
/*
	.banner-section h2 {
		font-size: 27px;
		margin-bottom: 50px;
	}
*/
	.hero-section-2 {
		height: auto;
		padding: 230px 30px 200px;
	}
	.hero-section-2 .hero-content h2 {
		font-size: 35px;
	}
	.testimonial-content h2 {
		font-size: 30px;
	}
	.sp-about-section .sp-about-text {
		padding-left: 0;
	}
	.fact-item {
		margin-bottom: 40px;
	}
	.grid-item.portfolio-item.__big.__wide {
		height: auto !important;
		padding-bottom: 50px;
	}
	.portfolio-item {
		width: 50%;
	}
	.portfolio-item.__big {
		width: 100%;
	}
	.portfilio-single {
		height: auto;
		padding-bottom: 80px;
	}
	.portfilio-single .portfolio-single-content h2 {
		font-size: 35px;
	}
	.container-floorplan2 {
margin: 0 auto;
  width: 100%;
}
}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
	.portfolio-intro {
		padding: 0 15px 80px;
	}
	.container-floorplan2 {
margin: 0 auto;
  width: 100%;
}
	.portfolio-item {
		width: 100%;
	}
	.newsletter-form input {
		width: 100%;
		margin-bottom: 30px;
		margin-right: 0;
	}
	.portfolio-slider-warp .center img {
		border: none;
	}
	.contact-text h2,
	.portfolio-intro h2 {
    font-size: 35px;
		font-size: 30px;	
	}
}



/*slide in*/
.slideanim { visibility:hidden; 
visibility:visible\9;/*For old IE browsers IE6-8 */ } 

.slideanim.slide { 
visibility: visible; 
animation: slide 1s; } 

.slideanim::after { 
/* useful when its child elements are float:left; */ 
content: ""; 
display: table; 
clear: both; } 

@keyframes slide { 
0% { opacity: 0; transform: 
translateY(50%); } 
100% { opacity: 1; 
transform: translateY(0); } }




/*extrat code*/

.second_header{	font-size: 25px;
font-family: 'Zilla Slab', serif;
		font-weight:700;
		font-style: italic; 
}

.second_header_2{	font-size: 25px;
font-family: 'Zilla Slab', serif;
		font-weight:700;
		font-style: italic;
	color:white;
	position:absolute;
	left:33px;
}


.arrow1{width:172px; height:auto; position:absolute; margin-left:auto; margin-right:auto;left:-950px; right:0px; top:80px;}
.arrow2{width:172px; height:auto; position:absolute; margin-left:auto; margin-right:auto;left:-520px; right:0px; top:100px;}
.arrow3{width:172px; height:auto; position:absolute; margin-left:auto; margin-right:auto;left:300px; right:0px; top:500px;}


.highlight_second_header{
		font-size: 23px;
	letter-spacing:0.5px;
font-family: 'Zilla Slab', serif;
}

.highlight_second_header_blue{
		font-size: 25px;
	letter-spacing:0.5px;
font-family: 'Zilla Slab', serif;
	color:#244a4d;
	line-height:23px;
}


.about-content-warp.text-blue p {
	font-family: 'Gotham', sans-serif;
	font-weight:500;
	font-size:15px;
	line-height:18px;
	color:#244a4d;
}


.card {
  width: 380px;
  height: auto;
  background: #d8c99e;
	border:hidden;
	padding:28px 35px 35px 35px;
}


.card2 {
  width: 100%;
  height: auto;
  background:#f9bc49;
	border:hidden;
	padding:30px;
padding-top:20px;
}


.card3 {
  width: 380px;
  height: auto;
  background: #d8c99e;
	border:hidden;
	padding:28px 35px 35px 35px;
}



.card4 {
  width: 50%;
  height: auto;
  background: #d8c99e;
	border:hidden;
	padding:28px 35px 35px 35px;
  opacity: 95%	
}


.card5 {
  width: 300px;
  height: auto;
  background: #244a4d;
	border:hidden;
	padding:28px 100px 35px 35px;
}


.card6 {
  width: 300px;
  height: auto;
  background: #244a4d;
	border:hidden;
	padding:28px 35px 35px 35px;
}


.insidetext_blue{font-family: 'Gotham', sans-serif;
	font-weight:400;
	font-size:15px;
	line-height:20px;
	color:#244a4d;}

.insidetext_blue_big{font-family: 'Gotham', sans-serif;
	font-weight:800;
	font-size:22px;
	color:#244a4d;line-hieght:20px;}

.insidehugeheader_blue{font-size: 48px;
	font-weight: 600;
	margin-bottom: 20px;
	font-family: 'Zilla Slab', serif;
	text-transform:uppercase;}


h2{font-family: 'Zilla Slab', serif;}
p{font-family: 'Gotham', serif;}

#main-plan {
width: 100%;
margin-right: auto;
margin-left: auto;
overflow: hidden;
}

#plan1 {
width: 33.333333%;
float: left;	
height:700px;
}

#plan2 {
width: 33.333333%;
float: right;	
height:700px;
}






.flip-box {
  background-color: white;
  width: 100%;
  height: 100%;
  border: 1px solid #f1f1f1;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: left;
  transition: transform 0.6s;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-box-front {
  background-color: transparent;
  color: white;padding:50px;
}

/* Style the back side */
.flip-box-back {
  background-color:#244a4d;
  color: white;
  transform: rotateY(180deg);padding:50px;
}



/*plan text*/
.planheader{font-size: 48px;
	font-weight: 600;
	font-family: 'Zilla Slab', serif;
	font-style: italic;color:white;
line-height:42px;}

.insidetext_white{font-family: 'Gotham', sans-serif;
	font-weight:300;
	font-size:15px;
	line-height:25px;
	color:white;}

.planheader2{font-size: 26px;
	font-family: 'Zilla Slab', serif;
	color:white;line-height:26px;
letter-spacing:1px;}


.textposition{width:450px; height:auto; position:absolute; left:55px; bottom:55px;}




#main-contact {
width:100%;
margin-right: auto;
margin-left: auto;
overflow: hidden;
	margin-bottom:60px;
		font-family: 'Gotham', sans-serif;
	font-size:12px;
	color:white;
	line-height:16px;
	font-weight:300;
	letter-spacing:0.5px;
}

#main-contact:link {
color: #f9bc49;
	-webkit-transition-property:color, text;
-webkit-transition-duration:0.5s, 0.5s;
-webkit-transition-timing-function:linear, ease-in-out;	
}

#contact_toplogo {
width:200px;
height:auto;
	text-align:center;
margin-left:auto;
	margin-right:auto;
	left:0px;
	right:0px;
margin-bottom:90px;
}


#contact1 {
width:50%;
float: left;	
height:150px;
/*	border-bottom:1px solid rgba(255,255,255,0.1);*/
	border-right:1px solid rgba(255,255,255,0.2);
	text-align:center;
padding:15px;
}

#contact2 {
width:16.6666666%;
float: right;	
height:150px;
/*		border-bottom:1px solid rgba(255,255,255,0.1);*/
	border-right:1px solid rgba(255,255,255,0.2);
	text-align:center;
	padding:15px;
}


#main-contact img {
	
	height: 243px;
margin-bottom:15px;
}


#main-contact img:hover {
transform: rotateY(360deg);
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.agentname{font-size: 23px;
font-family: 'Zilla Slab', serif;

	border-bottom:2px solid #d8c99e;
}


#contactbar{width:500px; height:120px; background-color:white; margin-top:-650px;margin-left:-190px; position:relative; text-align:center; color:#244a4d; -ms-transform: rotate(-90deg); /* IE 9 */
  -webkit-transform: rotate(-90deg); /* Safari 3-8 */
	transform: rotate(-90deg);}
#contactbar p{
	padding-top:45px;
}

.leftbartext{font-family: 'Gotham', sans-serif;
	font-size:12px;
	 color:#244a4d;
	font-weight:800;	
	letter-spacing:1px;
text-transform: uppercase;
text-align:right; margin-right:20px;}


#contactbar2{width:120px; height:90px; background-color: #f9bc49;text-align:center;font-size:42px;padding-top:12px;margin-top:192px; position:relative}

#plans.section.banner-section{top:-300px;z-index:-300000; margin-bottom:-600px;}


#main-photo {
width: 100%;
margin-right: auto;
margin-left: auto;
overflow: hidden;
	background:#275769;
	margin-top:10px;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	font-family: 'Gotham', sans-serif;
	font-size:14px;
	color: white;
	font-weight:500;
	letter-spacing:1px;
}

#photo1 {
width: 16.6666%;
float: left;	
height:200px;
background:url("../img/photos/dark.png"), url("../img/photos/EV 2.jpg") center center no-repeat;
position: relative;
text-align: center;

}


#photo2 {
width: 16.6666%;
float: left;	
height:200px;
background:url("../img/photos/dark.png"), url("../img/photos/bike storage.jpg") center center no-repeat;
position: relative;
text-align: center;

}

#photo3 {
width: 16.6666%;
float: left;	
height:200px;
background:url("../img/photos/dark.png"), url("../img/photos/geo fenced ride share.jpg") center center no-repeat;
position: relative;
text-align: center;

}

#photo4 {
width: 16.6666%;
float: left;	
height:200px;
background:url("../img/photos/dark.png"), url("../img/photos/19_HARV-001-MAUDE_CAFETERIA.jpg") center center no-repeat;
position: relative;
text-align: center;

}

#photo5 {
width: 16.6666%;
float: left;	
height:200px;
background:url("../img/photos/dark.png"), url("../img/photos/Gym copy.jpg") center center no-repeat;
position: relative;
text-align: center;

}

#photo6 {
width: 16.6666%;
float: right;	
height:200px;
background:url("../img/photos/dark.png"), url("../img/photos/Lockers.jpg") center center no-repeat;
position: relative;
text-align: center;

}


#photo7 {
width: 16.6666%;
float: left;	
height:200px;
background:url("../img/photos/dark.png"), url("../img/photos/conference center.jpg") center center no-repeat;
position: relative;
text-align: center;

}

#photo8 {
width: 16.6666%;
float: left;	
height:200px;
background:url("../img/photos/dark.png"), url("../img/photos/19_HARV-001-MAUDE_EVENT.jpg") center center no-repeat;
position: relative;
text-align: center;

}

#photo9 {
width: 16.6666%;
float: left;	
height:200px;
background:url("../img/photos/dark.png"), url("../img/photos/garden.jpg") center center no-repeat;
position: relative;
text-align: center;

}

#photo10 {
width: 16.6666%;
float: left;	
height:200px;
background:url("../img/photos/dark.png"), url("../img/photos/3.jpg") center center no-repeat;
position: relative;
text-align: center;

}

#photo11 {
width: 16.6666%;
float: left;	
height:200px;
background:url("../img/photos/dark.png"), url("../img/photos/dog run.png") center center no-repeat;
position: relative;
text-align: center;

}

#photo12 {
width: 16.6666%;
float:right;	
height:200px;
background:#275769;
position: relative;
text-align: center;

}



/*floorplan*/

.container-floorplan {
margin: 0 auto;
  width: 100%;
}
.container-floorplan2 {
margin: 0 auto;
  width: 100%;
}
h1 {
  position: relative;
  margin-bottom: 45px;
  font-family: 'Oswald', sans-serif;
  font-size: 44px;
  text-transform: uppercase;
  color: #424242;
}

.gallery-wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
  height:auto;
}

/*
.item {
  flex: 1;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: none;
  transition: flex 0.8s ease;

}
.item:hover {
  flex: 7;
}
*/


.item {
  flex: 1;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: none;
  transition: flex 0.8s ease;

}
.item:hover {
  flex: 7;
}



/*gallery*/

.container-gallery {
margin: 0 auto;
  width: 100%;
}


#main-gallery {
width: 100%;
margin-right: auto;
margin-left: auto;
overflow: hidden;
	background:#d7c89d;
}

#side-gallery {
	width: 25%;
	float:left;
}





.flip-box22 {
  background-color: transparent;
  width: 20%;
  height: 220px;
  border-right: 1px solid #f1f1f1;
  perspective: 1000px;
	
}

.flip-box-inner22 {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box22:hover .flip-box-inner22 {
  transform: rotateY(180deg);
}

.flip-box-front22, .flip-box-back22 {
  position: cover;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

/*
.flip-box-front22{
	  background-color:#084e5e;
}
*/

li,ul, a{font-family: 'Gotham', sans-serif; font-weight: 300;}

li{margin-top:4%;}



.flip-box-back22 {
  background-color:#244a4d;
  transform: rotateY(180deg);
padding-top:15%;
font-family: 'Zilla Slab', serif;
	color: white;
	font-size:25px;
	line-height:30px;
}


.flip-box-back22 span {	
	font-size:18px;
		font-family: 'Gotham', sans-serif;
	font-weight:300;
}


.click {	
	font-size:11px;
		font-family: 'Gotham', sans-serif;
	font-weight:700;
	text-transform: uppercase;
	letter-spacing:3px;

	border-top:thin dotted white;
}

.flip-box-front22-1 {
		background-image: url("../img/gallery/building1.jpg");
background-repeat: no-repeat;
	background-size: cover;
		 position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}


.flip-box-front22-2 {
		background-image: url("../img/gallery/building2.jpg");
background-repeat: no-repeat;
	background-size: cover;
		 position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-box-front22-3 {
		background-image: url("../img/gallery/building3.jpg");
background-repeat: no-repeat;
	background-size: cover;
		 position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}


.flip-box-front22-4 {
		background-image: url("../img/gallery/building4.jpg");
background-repeat: no-repeat;
	background-size: cover;
		 position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}


.flip-box-front22-5 {
		background-image: url("../img/gallery/building5.jpg");
background-repeat: no-repeat;
	background-size: cover;
		 position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}


.flip-box-front22-6 {
		background-image: url("../img/gallery/building6.jpg");
	background-repeat: no-repeat;
	background-size: cover;
		 position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}


.flip-box-front22-7 {
		background-image: url("../img/gallery/building7.jpg");
	background-repeat: no-repeat;
	background-size: cover;
		 position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}


.flip-box-front22-8 {
		background-image: url("../img/gallery/building9.jpg");
	background-repeat: no-repeat;
	background-size: cover;
		 position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-box-front22-9 {
		background-image: url("../img/gallery/9.jpg");
	background-repeat: no-repeat;
	background-size: cover;
		 position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-box-front22-10 {
		background-image: url("../img/gallery/10.jpg");
	background-repeat: no-repeat;
	background-size: cover;
		 position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.flip-box-front22-11 {
		background-image: url("../img/gallery/11.jpg");
	background-repeat: no-repeat;
	background-size: cover;
		 position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-box-front22-12 {
		background-image: url("../img/gallery/12.jpg");
	background-repeat: no-repeat;
	background-size: cover;
		 position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.flip-box-front22-13 {
		background-image: url("../img/gallery/13.jpg");
	background-repeat: no-repeat;
	background-size: cover;
		 position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-box-front22-14 {
		background-image: url("../img/gallery/14.jpg");
	background-repeat: no-repeat;
	background-size: cover;
		 position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-box-front22-15 {
		background-image: url("../img/gallery/15.jpg");
	background-repeat: no-repeat;
	background-size: cover;
		 position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-box-front22-16 {
		background-image: url("../img/gallery/16.jpg");
	background-repeat: no-repeat;
	background-size: cover;
		 position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
/*
.item-1 {
  background-image: url("https://images.unsplash.com/photo-1499198116522-4a6235013d63?auto=format&fit=crop&w=1233&q=80");
}

.item-2 {
  background-image: url("https://images.unsplash.com/photo-1492760864391-753aaae87234?auto=format&fit=crop&w=1336&q=80");
}

.item-3 {
  background-image: url("https://images.unsplash.com/photo-1503631285924-e1544dce8b28?auto=format&fit=crop&w=1234&q=80");
}

.item-4 {
  background-image: url("https://images.unsplash.com/photo-1510425463958-dcced28da480?auto=format&fit=crop&w=1352&q=80");
}

.item-5 {
  background-image: url("https://images.unsplash.com/photo-1503602642458-232111445657?auto=format&fit=crop&w=1234&q=80");
}
*/





.galleryheader {
	font-size: 40px;
	font-weight:600;
font-family: 'Zilla Slab', serif;
	text-transform:uppercase;
	line-height:45px;
	letter-spacing:1px;
	color:#244a4d;
}




.hover-title {
    display: inline;
    pointer-events: auto;
    cursor: pointer;
}

.hover-image {
    display: none;
}

body:not(.mobile) .hover-title:hover + .hover-image {
    display: flex;
    pointer-events: none;
}

.hover-image {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;

/* Change width and height to scale images */
    width: 90vw;
    height: 90vh;
}

.hover-image img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    margin-bottom: 0;
}

@media (max-width:1199px) {
    .device5 {
        height: 1000px;
    }
}

/* Style for Large Screen */
@media (max-width:991px) {
    .device5 {
        height: 800px;
    }
}

/* Style for Medium Screen */
@media (max-width:767px) {
    .device5 {
        height: 600px;
    }
}

/* Style for Small Screen */
@media (max-width:575px) {
    .device5 {
        height: 500px; /* whatever height you want for mobile */
    }
}


.iframe-container {
  overflow: hidden;
 
  position: relative;
}


 
.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}
 
/* 4x3 Aspect Ratio */
.iframe-container-4x3 {
  padding-top: 75%;
}

/* Style for Large Screen */
@media (min-width:1800px) {
   .iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
}



/* Style for Large Screen */
@media (max-width:1800px) {
   .iframe-container {
  overflow: hidden;
  padding-top: 62.25%;
  position: relative;
}
}

/* Style for Large Screen */
@media (max-width:1600px) {
   .iframe-container {
  overflow: hidden;
  padding-top: 65.25%;
  position: relative;
}
}


/* Style for Large Screen */
@media (max-width:1400px) {
   .iframe-container {
  overflow: hidden;
  padding-top: 69.25%;
  position: relative;
}
}


/* Style for Large Screen */
@media (max-width:1200px) {
   .iframe-container {
  overflow: hidden;
  padding-top: 71.25%;
  position: relative;
}
}


/* Style for Large Screen */
@media (max-width:1000px) {
   .iframe-container {
  overflow: hidden;
  padding-top: 72.25%;
  position: relative;
}
}


/* Style for Medium Screen */
@media (max-width:767px) {
    .iframe-container {
  overflow: hidden;
  padding-top: 73.25%;
  position: relative;
}
}

/* Style for Small Screen */
@media (max-width:575px) {
    .iframe-container {
  overflow: hidden;
  padding-top: 75.25%;
  position: relative;
}
}


@media (max-width:700px) {
.showmobile{margin-top:5%;}
	
}

@media (min-width:700px) {
.showmobile{display:none;}
	
}

@media only screen and (min-width: 1000px) {
	.topnav {display: none;}
}

/* Style the navigation menu */
.topnav {
 
 
  position: relative;
 margin-top:-100px;
	height:-80px;
	z-index:6000;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
}

/* Style navigation menu links */
.topnav a {
  color: #244a4d;
  padding: 14px 16px;
  background: #f1e7db;
  text-decoration: none;
  font-size: 17px;
  display: block;

}

/* Style the hamburger menu */
.topnav a.icon {
  background: #244a4d;
  display: block;
  color:#FFF;
  position: absolute;
  margin-top: 20px;
  right: 0;
  top:0;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Style the active link (or home/logo) */
@media only screen and (max-width: 1200px)
{
	.hidesmall{display:flex;}
	.card4 {
  width: 100%;
  height: auto;
  background: #d8c99e;
	border:hidden;
	padding:28px 35px 35px 35px;
  opacity: 95%	
}

}







#video-popup-container {
  display:none;
  position: fixed;
  z-index: 996;
  width: 60%;
  left: 50%;
  margin-left: -30%;
  top: 20%;
  background-color: #fff;
}

#video-popup-close {
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 998;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  text-align: center;
  font-size: 12px;
  background-color: #000;
  line-height: 25px;
  color: #fff;
}

#video-popup-iframe-container {
  position: absolute;
  z-index: 997;
  width: 100%;
  padding-bottom: 56.25%;
  border: 2px solid #000;
  border-radius: 2px;
  background-color: #000;
}

#video-popup-iframe {
  z-index: 999;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
}

#video-popup-overlay {
  display: none;
  position: fixed;
  z-index: 995;
  top: 0;
  background-color: #000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
}

#video-popup-close:hover {
  color: #DE0023;
}

@media only screen and (max-width: 700px) {
.mob-top{margin-top:100px;}
}
