h1, h2, h3, h4, h5, h6 {
  font-family: 'Nanum Gothic', sans-serif !important;
}
html {
  overflow-x: hidden;
}
.home .post-inner {
  padding: 0px 0px !important;
}
.post-title, .post-meta {
  display: none;
}
.pagetitle {
  margin: 170px auto 30px;
  font-size: 26px;
  text-align: center;
  line-height: 50px;
}
@media(max-width:800px) {
  .pagetitle {
  margin: 90px auto 15px;
  font-size: 20px;
}
}
.pagetitle p {
  width: 12px;
  height: 50px;
  display: inline-block;
  background-image: url('files/right.svg');
	background-size: contain;
	background-position: center;
  background-repeat: no-repeat;
  vertical-align: top;
}
.search-block .search-button {
  width: 50px !important;
}
.search-block .search-button .fa-search:before {
}
#slide-out-open {
	right: 0px !important;
	top: 30px !important;
	left: unset !important;
	background-color: #2f3a44;
	height: 70px !important;
	width: 50px !important;
	border-radius: 0px;
	position: fixed !important;
}
#slide-out-open span {
	left: 11px !important;
	margin-top: 10px;
	background-color: #222 !important;
}
#slide-out-open span:after, #slide-out-open span:before {
	background-color: #222 !important;
}
#slide-out {
	position: fixed !important;
	height: 150% !important;
}
.thinflagleft {
  position: fixed;
  z-index: 999999;
  left: 0px;
  top: 0px;
  width: 5px;
  height: 100vh;
  background-image: url('files/ThinFlag1.jpg');
	background-size: cover;
	background-position: center;
}
.thinflagright {
  position: fixed;
  z-index: 999999;
  right: 0px;
  top: 0px;
  width: 5px;
  height: 100vh;
  background-image: url('files/ThinFlag2.jpg');
	background-size: cover;
	background-position: center;
}
.topboxparent {
  margin-top: -50px;
  margin-bottom: 0px;
  height: 200px;
  text-align: center;
  overflow: hidden;
}
.topbox {
  display: inline-block;
  width: 200px;
  height: 200px;
  margin: 0 5px 30px;
  border-radius: 5px;
  position: relative;
  background-color: #fff;
  cursor: pointer;
}
.topboxin {
  background-color: #c00;
  background-image: url('files/RedBack.jpg');
	background-size: cover;
	background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  transition: 1s;
  top: 10px;
  left: 10px;
  height: 180px;
  width: 180px;
}
.topboxintext {
  line-height: 190px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  font-size: 10px;
  letter-spacing: 1px;
}
.topbox:hover .topboxin {
  line-height: 130px;
  transition: 0.5s;
  top: 20px;
  left: 20px;
  height: 160px;
  width: 160px;
}
.topboxintext a {
  color: #fff;
  font-size: 15px;
  transition: 0.5s;
}
.topbox:hover .topboxintext a {
  font-size: 11px;
  color: #000;
  transition: 0.5s;
}
@media (max-width:1050px){
  .topboxparent {
  height: 160px;
}
  .topbox  {
    margin: 0 10px;
  }
  .topboxintext a {
  font-size: 12px;
}
  .topbox {
  width: 200px;
  height: 150px;
}
.topboxin {
  height: 130px;
  width: 180px;
}
.topboxintext {
  line-height: 150px;
}
.topbox:hover .topboxin {
  height: 110px;
  width: 160px;
}
}
.full-page {
    width: 100%;
    height: 0;
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    overflow: hidden;
    transition: 0.5s;
	background-color: #369;
	opacity: 0.95;
}
.in-full-page {
  position: absolute;
  height: 80px;
  width: 300px;
  top: calc(50% - 40px);
  left: calc(50% - 150px);
}
.full-page .fa-close {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 40px;
  color: #eee;
  transition: 0.5s;
}
.full-page .fa-close:hover {
  font-size: 60px;
  color: #eee;
  transition: 0.5s;
  transform: rotate(180deg);
}

.menu-full-page {
    width: 0;
    height: 100%;
    position: fixed;
    z-index: 19999997;
    top: 0;
    right: 0;
    overflow: hidden;
    transition: 0.5s;
	background-color: #416129;
	opacity: 0.95;
}
.menu-in-full-page {
  position: absolute;
  height: 80%;
  width: 80%;
  top: 10%;
  left: 10%;
}
.menu-in-full-page  .pe-menu {
  background: none;
  border: none;
}
.menu-in-full-page ul {
  width: 100%;
}
.menu-in-full-page ul li {
  width: 100%;
  text-align: center;
}
.menu-in-full-page ul li a {
  line-height: 40px;
  border-bottom: none;
}
.menu-in-full-page ul li a:hover{
  border-bottom: none;
}
.menu-in-full-page .pe-menu li::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 35%;
	width: 30%;
	height: 1px;
}
.menu-full-page .fa-close {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 40px;
  color: #eee;
  transition: 0.5s;
}
.menu-full-page .fa-close:hover {
  font-size: 60px;
  color: #eee;
  transition: 0.5s;
  transform: rotate(180deg);
}

#navbarmenu .fa-reorder , .menu-resp-open {
  display: none;
}
.menu-resp-open{
			position: fixed;
	left: calc(100vw - 90px);
	width: 70px;
	height: 70px;
    max-height: 70px;
    transition: 0.5s;
		transform-origin: 50% 50%;
}
#navbarmenu .fa-reorder {
    display: inline-block;
    font-size: 40px;
		line-height: 70px;
	width: 70px;
	text-align: center;
    color: #fff;
    margin: 0;
}
#navbarmenu {
	overflow: hidden !important;
}
@media (max-width: 750px) {
  .menu-resp-open{
    display: inline-block;
  }
    .menu-resp-open:hover{
    transition: 0.5s;
    transform: rotate(-90deg);
  }
}
.menu-main-menu-container .menu .menu-item {
	vertical-align: top;
}

.pe-menu-main a {
  color: #eee !important;
  font-weight: bold !important;
  font-size: 13px !important;
}
.pe-menu-main {
  margin: 25px 40px;
  padding: 0px !important;
  height: 20px;
}
.pe-menu > li {
    margin-left: 5px !important;
    margin-right: 0px;
    float: right !important;
}
.pe-menu li:hover {
  border-bottom: none !important;
}
.pe-menu li a:hover {
  border-bottom: none !important;
}
.pe-menu li {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.class-menu-right .fa-search {
  color: #eee;
  display: inline-block;
  margin: 10px 30px;
  font-size: 25px;
  transition: 0.5s;
}
.class-menu-right .widget_custom_html:hover .fa-search {
  color: #fff;
  margin: 5px 45px;
  font-size: 40px;
  transition: 0.5s;
  transform: rotate(90deg);
}
.widget_text{
  margin-bottom: 0px !important;
}
.class-menu-right {
  position: absolute;
	width: calc(100vw - 435px);
	left: 0px;
}
.class-menu-right .widget_product_categories {
	float: right;	
}
.class-menu-right .widget-title {
	display: none;
}
.class-menu-right .widget_product_categories {
	height: 40px;
	background-color: #141;
	padding: 0 2px;
	border-radius: 4px;
	margin-top: 18px;
	border: none;
}
.class-menu-right .dropdown_product_cat {
	width: 200px;
	height: 30px !important;
	margin: 5px 3px;
	border-radius: 5px;
	background-color: #585;
	color: #fff;
	border: 3px solid #252;
}
.class-menu-right .widget_product_categories select::-ms-expand {
    display: none !important;
}
.class-menu-right .widget_product_categories select {
	  -webkit-appearance: none !important;
    -moz-appearance: none !important;      
    appearance: none !important;
}
@media (max-width:880px) {
	.class-menu-right {
  display: none !important;
}
}
@media (max-width:660px) {
	.class-menu-left {
  display: none !important;
}
}
.current-menu-item a {
	color: #ff0 !important;
}
.class-menu-left {
  position: absolute;
	width: calc(100vw - 190px);
	left: 0px;
}
.class-menu-left .widget_product_search {
	float: right;
}
.class-menu-left .widget-title {
	display: none;
}
.class-menu-left .woocommerce-product-search {
	height: 40px;
	background-color: #141;
	padding: 0 2px;
	border-radius: 4px;
	margin-top: 18px;
}
.class-menu-left .woocommerce-product-search input {
	height: 20px;
	margin: 5px 3px;
	border-radius: 5px;
}
.class-menu-left .woocommerce-product-search .search-field {
	width: 150px;
}
.menu-button {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;	
}
.menu-button span{
	z-index: 2;	
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;	
}
.menu-button::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(255,255,255,0.5);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: scale(0.5, 1);
	transform: scale(0.5, 1);
}
.menu-button:hover::before{
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
.green-button {
	background-color: #396 !important;;
}
.class-sticky-sidebar {
  position: fixed;
  height: 160px;
  bottom: 20%;
  left: 0px;
  background-color: #000;
  border-radius: 0 10px 10px 0;
  opacity: 0.8;
  width: 40px;
  padding: 10px 0;
  z-index: 999999;
}
@media (max-width:500px) {
	.class-sticky-sidebar, #stickymenu-sidebar-parent {
  display: none !important;
}
}
.class-sticky-sidebar .fa-facebook, .class-sticky-sidebar .fa-instagram, .class-sticky-sidebar .fa-linkedin, .class-sticky-sidebar .fa-twitter {
  width: 30px;
  height: 30px;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  line-height: 30px;
  font-size: 18px;
}
.class-sticky-sidebar .fa-facebook:hover, .class-sticky-sidebar .fa-instagram:hover, .class-sticky-sidebar .fa-linkedin:hover, .class-sticky-sidebar .fa-twitter:hover {
  border-left: 2px solid #fff;
  padding-left: 3px;
  color: #fff;
}


.page {
	box-shadow: unset !important;
	border: unset !important;
}
.edit-link {
	display: none !important;
}
.topheaderparent {
  position: relative;
}
.nextslide {
  position: absolute;
  right: 0px;
  top: calc(50vh - 50px);
  height: 100px;
}
.container {
  width: 100% !important;
}
.slider-wrapper {
  padding: 0px !important;
}
.flexslider {
  border-radius: 0px !important;
}
.current_page_item a {
  background: unset !important;
  color: unset !important;
}
.main-menu .menu a {
  margin: 110px 15px 0;
  font-size: 13px;
  font-weight: bold;
  transition: 0.5s;
  text-transform: uppercase;
}
.main-menu {
  padding-left: 0px;
  height: 160px;
  background-image: url('files/Logo-Header.jpg');
  background-repeat: no-repeat;
  background-position: center top 10px;
  background-size: 250px;
  transition: 0.5s;
}
@media(max-width:800px) {
  .main-menu {
  padding-left: 0px;
  height: 70px;
  background-image: url('files/Logo-Header.jpg');
  background-repeat: no-repeat;
  background-position: left 10px top 10px !important;
  background-size: 190px;
  transition: 0.5s;
}
}
.main-menu .menu {
  text-align: center !important;
  transition: 0.5s;
}
.main-menu .menu li {
  float: unset !important;
  transition: 0.5s;
  border: unset !important;
}
#mobile-menu .main-menu {
  padding-left: unset;
  height: unset;
  background-image: unset;
  background-repeat: no-repeat;
  background-position: center left 20px;
  background-size: 180px;
  transition: 0.5s;
}
.fixed-nav .main-menu {
  padding-left: 190px;
  height: 70px;
  background-size: 170px;
  background-position: center left 10px;
  transition: 0.5s;
}
.fixed-nav .main-menu .menu a {
  margin: 15px 10px;
}
.fixed-nav .main-menu .menu {
  text-align: right !important;
  padding-right: 50px;
  transition: 0.5s;
}
.header-content {
  padding: 0px !important;
  margin: 0px !important;
}
.logo {
  display: none;
}
#theme-footer {
  padding: 0px !important;
}
#footer-first {
  width: calc(50% - 5px);
  margin: 0px !important;
}
#footer-first .text-html-box {
  margin: 0px !important;
  min-height: 500px;
}
#footer-third {
  display: none;
}
#footer-widget-area {
  width: 100% !important;
}
.contact-title {
  font-weight: bold;
  color: #fc0;
  margin: 25px 0;
  letter-spacing: 1px;
}
.contact-logo {
  background-image: url('files/Logo-Small.jpg');
	background-size: contain;
	background-position: center;
  background-repeat: no-repeat;
  height: 80px;
  margin-bottom: 30px;
}
.contact-address {
  color: #fff;
  font-weight: bold;
  line-height: 25px;
  letter-spacing: 1px;
  font-size: 12px;
  margin: 20px 0;
}
.contact-email {
  color: #fff;
  font-weight: bold;
  line-height: 25px;
  letter-spacing: 2px;
  margin-top: 20px;
}
#mobile-menu .main-menu a:before {
  display: none !important;
}
.post-inner p {
  font-size: 14px;
  letter-spacing: 1px;
}
.bottomtabsparent {
  border-bottom: 2px dotted #ccc;
  padding-bottom: 25px;
  text-align: center;
}
.bottomtab {
  display: inline-block;
  width: calc(50% - 5px);
  padding: 5px 25px 5px 25px;
  margin: 1px;
  margin-top: 5px;
  vertical-align: top;
  background-color: #eee;
  height: 350px;
  background-size: cover;
  background-position: center;
}
.btab1 {
  background-image: url('files/back1.jpg');
}
.btab2 {
  background-image: url('files/back2.jpg');
}
.btab3 {
  background-image: url('files/back3.jpg');
}
.btab4 {
  background-image: url('files/back4.jpg');
}
.bottomtabtext {
  text-align: justify;
  font-size: 13px;
  line-height: 30px;
  max-height: 120px;
  overflow: hidden;
  transition: 0.5s;
}
.bottomtab:hover .bottomtabtext {
  max-height: 1000px !important;
  transition: 0.5s;
}
.bottomtabtext strong {
  font-size: 24px;
  margin: 0 2px 0 0px
}
.btabimg {
  background-size: cover;
	background-position: center;
  background-repeat: no-repeat;
  height: 180px;
  width: 350px;
  margin: 15px auto;
  border-radius: 5px;
}
.btab1 .btabimg {
    background-image: url('files/pic1.jpg');
}
.btab2 .btabimg {
    background-image: url('files/pic2.jpg');
}
.btab3 .btabimg {
    background-image: url('files/pic3.jpg');
}
.btab4 .btabimg {
    background-image: url('files/pic4.jpg');
}
@media (max-width:1000px) {
.bottomtab {
  display: inline-block;
  width: calc(50% - 30px);
} 
}
@media (max-width:600px) {
.bottomtab {
  display: inline-block;
  width: calc(100% - 30px);
}  
}
#theme-footer .wpcf7-form textarea {
  height: 60px;
  background-color: rgba(255,255,255,0.9);
  margin-top: 5px;
}
#theme-footer .wpcf7-form input {
  background-color: rgba(255,255,255,0.9);
  margin-top: 5px;
}
#theme-footer .wpcf7-form .wpcf7-submit {
  background-color: rgba(255,255,255,0.6);
  margin-top: 5px;
  float: right;
  color: #000;
  width: 100px;
}
.wpcf7-form textarea {
  height: 60px;
}
.cformdesc {
  font-size: 12px;
  margin-bottom: 15px;
  line-height: 20px;
}
.myfooter {
  text-align: center;
  padding: 20px;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 30px;
  background-color: #c00;
  color: #fff;
}
.myfooter p {
  color: #fc0;
}
.wp-image-185 {
  border: 5px solid #fff;
  box-shadow: 0 0 7px #666;
}
.metaslider .caption-wrap {
  background-color: unset !important;
  bottom: unset;
  top: 10px;
  opacity: 1 !important;
}
.metaslider .caption {
  text-shadow: 0 0 4px #000;
  font-size: 20px !important;
  letter-spacing: 1px;
  line-height: 40px;
  color: #fff;
}
.metaslider .caption p {
  font-size: 26px !important;
}
.serviceparent {
  width: calc(100% - 80px);
  margin: 0 auto;
  background-color: #900;
  padding: 10px 20px;
  color: #fff;
  border-radius: 8px;
}
.fixed-nav-main {
  margin-top: 0px !important;
}
.fixed-enabled {
  top: 30px !important;
	position: fixed;
	z-index: 9999;
	width: 100%;
}
.fixed-nav {
  top: 30px !important;
}
.top-nav {
  top: 0px !important;
	position: fixed;
	z-index: 9999;
	width: 100%;
}
.qfcols {
  display: flex;
}
.qfcol1, .qfcol2 {
  flex: 1;
}
.qfpage {
  max-width: 800px;
  margin: 0 auto;
}
.qfpage p {
  font-size: 15px;
}
.qfpage input {
  border-left: 3px solid #2f3a44 !important;
  border-radius:  0 3px 3px 0 !important;
  margin-right: 8px;
  width: calc(100% - 5px) !important;
}
.qfpage textarea {
  border-bottom: 3px solid #2f3a44 !important;
  border-radius:  0 !important;
  height: 60px !important;
}
.qfpage .wpcf7-submit {
  border: none !important;;
  border-radius: 3px !important;
  min-width: 100px;
  width: 50px !important;
  background-color: #c00 !important;
}
.qfpagetitle {
  font-size: 18px;
  margin-bottom: 15px;
}
.homeqfpage {
  max-width: 1000px;
  margin: 50px auto 0;
  background-color: #eee;
  padding: 20px 30px;
  border-bottom: 3px solid #c00;
}
.homeqfpage .wpcf7-submit {
  border: none !important;;
  border-radius: 3px !important;
  min-width: 100px;
  float: right;
  background-color: #c00 !important;
}
.productpage {
  max-width: 1000px;
  margin: 10px auto;
}
.productpagetitle {
  font-size: 20px;
  margin-bottom: 15px;
}
.productparent {
  background-color: #c00;
  padding: 15px;
  margin: 10px 0;
  border-radius: 5px;
  color: #fff;
}
.productitem {
  display: inline-block;
  width: calc(50% - 22px);
  vertical-align: top;
  margin: 12px 10px;
  background-color: #a00;
  padding: 10px;
  border: 1px solid #600;
  border-radius: 3px;
}
@media (max-width:1000px) {
.productitem {
  display: inline-block;
  width: calc(100% - 22px);
}  
}
.producttext {
  min-height: 90px;
  display: inline-block;
  width: calc(100% - 120px);
  vertical-align: top;
  margin-left: 10px;
  margin-bottom: 30px;
  margin-top: 5px;
}
.productslide1 {
  max-width: 300px;
  max-height: 300px;
  margin: auto;
  border: 20px solid #c00;
  margin-bottom: 20px;
}
.productimage1, .productimage2, .productimage3, .productimage4 {
  width: 100px;
  height: 100px;
  background-size: cover;
	background-position: top left 0px;
  background-repeat: no-repeat;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 30px;
  margin-top: 2px;
}
.productimage1 {
  background-image: url('files/Sqp1.jpg') !important;
}
.productimage2 {
  background-image: url('files/Sqp2.jpg') !important;
}
.productimage3 {
  background-image: url('files/Sqp3.jpg') !important;
}
.productimage4 {
  background-image: url('files/Sqp4.jpg') !important;
}
.productpagedescbottom {
  font-size: 16px;
  color: #900;
}
.productservices {
  font-size: 14px;
  margin-top: 20px;
  line-height: 30px;
  background-color: #eee;
  padding: 10px;
  border-radius: 5px;
}
.homeabout {
  max-width: 1000px;
  margin: 0 auto;
}
.contact-title {
  padding: 10px 0;
  margin: 0px;
  color: #fff;
  font-size: 18px;
}
.contact-title p {
  display: inline-block;
  margin: 0 10px 0 2px;
  font-size: 24px;
  color: #f00;
}
.footer-bottom .container {
  text-align: center !important;
}
.footer-bottom .alignleft {
  float: unset;
}

#partners {
  margin-top: 50px;
  text-align: center !important;
}
.partner-parent {
  margin: 20px auto;
  text-align: center !important;
}
.partner-item {
  width: 150px;
  height: 150px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: inline-block;
  margin: 5px;
}
#products {
  text-align: center !important;
}
.pro-parent {
  text-align: center;
  background-color: #933;
  border-radius: 5px;
}
.pro-item {
  width: calc(50% - 13px);
  height: 150px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: inline-block;
  margin: 5px;
  text-align: center;
  padding: 10px;
  background-image: url('files/gray-back.jpg');
}
@media (max-width:750px) {
  .pro-item {
  width: calc(100% - 13px);
}
}
.pro-img {
  width: calc(30% - 5px);
  height: 120px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
  display: inline-block;
  float: right;
}
.pro-info {
  width: calc(70% - 5px);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.pro-title {
  font-size: 18px !important;
  font-weight: bold;
  color: #900;
  margin-bottom: 10px;
  margin-top: 5px;
}
.pro-desc {
  font-size: 12px !important;
}

/* My Slider */

#sliderFrame .navBulletsWrapper {
  top: calc(30vw + 10px) !important;
}
#sliderFrame {
  width: 100% !important;
  height: 30vw !important;
  margin-top: 180px !important;
}
#sliderFrame #slider {
  width: 100% !important;
  height: 30vw !important;
}
#sliderFrame .sliderInner {
  width: 100% !important;
  height: 30vw !important;
}
#sliderFrame .mc-caption {
  background-color: unset !important;
  height: 15vw !important;
  font-size: 22px !important;
  text-shadow: 0 0 8px #000;
}
#text-html-widget-8, #text-html-widget-9 {
  padding: 30px !important;
  text-align: center;
}

/* Path */

body {
  margin: 0px;
}
.path-grandparent {
  width: 100%;
  background-color: #fff;
  padding-top: 40px;
  display: flex;
}
.list-parent {
  flex: 0.3;
  margin: 35px 20px 5px;
  position: relative;
  z-index: 10;
}
.list-parent .listunit {
  top: 0px;
  left: 0px;
  overflow: hidden;
  transition: 0.5s;
  margin-bottom: 5px;
  max-height: 28px;
  opacity: 0.6;
}
@media(max-width: 800px) {
  .list-parent .listunit {
  display: inline-block;
    width: 48%;
    vertical-align: top;
}
}
.listunit-divider-blocks {
  border-top: 1px solid #777;
  margin: 15px 0;
}
.listunit-unit {
  font-weight: bold;
  color: #036;
  font-size: 12px;
  letter-spacing: 2px;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url('files/right.svg');
  padding: 5px;
  padding-left: 18px;
  height: 25px;
  line-height: 15px;
  cursor: pointer;
}
.listunit-block  {
  display: inline-block;
  color: #003;
  font-weight: bold;
  margin-right: 2px;
  margin-top: 10px;
  background-color: rgba(155,155,155,0.2);
  padding: 0 7px;
}
.listunit-floor {
  display: inline-block;
  color: #ccc;
}
.listunit-area {
  color: #aaa;
  display: inline-block;
}
.listunit-totalarea {
  color: #fff;
  display: inline-block;
}
.path-parent {
  flex: 0.7;
  width: 70vw;
  height: 38vw;
  margin: 0px auto 0px 20px;
  background-color: #fff;
  position: relative;
  margin-top: 0px;
  margin-bottom: 40px;
}
.path-back {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('files/whitepic-7.jpg');
  z-index: 3;
}
.path-parent .unit1, .path-parent .unit2, .path-parent .unit3, .path-parent .unit4, .path-parent .unit5, .path-parent .unit6 {
  background-color: rgba(0,102,153,0.0);
  transition: 1s;
  z-index: 5;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
}
.path-parent .unit1:hover, .path-parent .unit2:hover, .path-parent .unit3:hover, .path-parent .unit4:hover, .path-parent .unit5:hover, .path-parent .unit6:hover {
  background-color: rgba(244,30,0,0.3) !important;
  transition: 0.5s;
}
.path-parent .unit1 {
  -webkit-clip-path: polygon(55% 55%, 55% 62%, 46% 70%, 31% 53%, 31% 47%, 46% 62%);
  clip-path: polygon(55.2% 55%, 55% 62%, 46% 70%, 31.3% 53%, 31% 47%, 46% 62%);
}
.path-parent .unit2 {
  -webkit-clip-path: polygon(55% 46%, 56% 53%, 46% 61%, 32% 47%, 32% 41%, 46% 53%);
  clip-path: polygon(55.2% 47%, 55% 54%, 46% 61%, 31% 47%, 30.5% 40%, 46% 53%);
}
.path-parent .unit3 {
  -webkit-clip-path: polygon(31% 38%, 31% 43%, 26% 46%, 19% 38%, 19% 35%, 25% 40%);
  clip-path: polygon(30.2% 38%, 30.5% 43%, 25% 46%, 18.5% 38%, 18% 34%, 24.5% 40.5%);
}
.path-parent .unit4 {
  -webkit-clip-path: polygon(31% 33%, 31% 38%, 25% 40%, 19% 34%, 18% 29%, 25% 35%);
  clip-path: polygon(29.8% 32%, 30.2% 38%, 24.5% 40%, 18% 34%, 17.6% 29%, 24.4% 34%);
}
.path-parent .unit5 {
  -webkit-clip-path: polygon(63% 42%, 63% 48%, 56% 53%, 56% 46%);
  clip-path: polygon(63.4% 41%, 63% 48%, 56% 53%, 56.2% 46%);
}
.path-parent .unit6 {
  -webkit-clip-path: polygon(63% 48%, 63% 55%, 56% 61%, 56% 54%);
  clip-path: polygon(63% 48%, 62.6% 55%, 55.7% 61%, 56% 54%);
}
.path-parent .unit7, .path-parent .unit8, .path-parent .unit9, .path-parent .unit10 {
  background-color: rgba(0,204,102,0.0);
  transition: 1s;
  z-index: 5;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
}
.path-parent .unit7:hover, .path-parent .unit8:hover, .path-parent .unit9:hover, .path-parent .unit10:hover {
  background-color: rgba(255,204,0,0.4) !important;
  transition: 0.5s;
}
.path-parent .unit7 {
  -webkit-clip-path: polygon(39% 30%, 53% 38%, 53% 44%, 44% 50%, 31% 40%, 31% 33%);
  clip-path: polygon(39% 29%, 54% 37%, 54% 44%, 44% 50%, 30.4% 39.5%, 30.1% 32%);
}
.path-parent .unit8 {
  -webkit-clip-path: polygon(25% 23%, 30% 25%, 30% 32%, 24% 34%, 18% 29%, 18% 24%);
clip-path: polygon(22.5% 22%, 29.1% 25%, 29.5% 32%, 24% 34%, 18% 29%, 17.5% 23%);
}
.path-parent .unit9 {
  -webkit-clip-path: polygon(48% 27%, 62% 33%, 62% 39%, 54% 43%, 54% 37%, 41% 29%);
  clip-path: polygon(49% 26%, 62% 32%, 62% 39%, 54% 44%, 54% 37%, 39% 29%);
}
.path-parent .unit10 {
  -webkit-clip-path: polygon(32% 29%, 40% 26%, 40% 24%, 34% 22%, 28% 23%, 32% 25%);
  clip-path: polygon(32% 27.5%, 40% 25%, 40% 21%, 37% 20%, 28% 21.5%, 32% 23.5%);
}
@media(max-width:800px) {
 .path-grandparent {
  display: block;
} 
  .path-parent {
  width: 98vw;
    margin: 0px;
  height: 49vw;
}
}

/* End Path */

.cover {
  width: 100%;
  height: 50vw;
  background-image: url('files/Cover.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}
@media (max-width:900px) {
  .cover {
  margin-top: 100px;
  width: 100vw;
  height: 70vw;
  background-image: url('files/Cover.jpg');
  background-repeat: no-repeat;
  background-size: 140%;
  background-position: center bottom;
}
}
@media (max-width:400px) {
  .cover {
  margin-top: 0px;
  width: 100vw;
  height: 65vh;
  background-image: url('files/Cover.jpg');
  background-repeat: no-repeat;
  background-size: 140%;
  background-position: center bottom;
}
}
.homedesc {
  width: 100%;
  height: 500px;
  display: flex;
}
@media(max-width:600px) {
  .homedesc {
  display: block;
}
}
.homedescimg {
  flex: 1;
}
.homedescimg .metaslider  {
  height: 500px !important;
}
@media (max-width:900px) {
  .homedesc {
    display: block;
  }
  .homedescimg {
    height: 70vw !important;
  }
  .homedescimg .metaslider  {
  height: 70vw !important;
}
  .homedescimg .metaslider .flexslider  {
  height: 70vw !important;
}
  .homedescimg .metaslider img {
    width: 100vw !important;
    height: 65vw !important;
  }
  .path-grandparent {
    margin-top: 300px;
  }
}
@media (max-width:750px) {
  .path-grandparent {
    margin-top: 0px;
  }
}
.homedesctxt {
  flex: 1;
  background-color: #303a44;
  font-size: 20px;
  line-height: 40px;
  font-weight: lighter !important;
  text-align: center;
}
.homedesctext p {
  padding: 20px;;
  font-size: 36px;
  line-height: 40px;
  margin: 5px;
  color: #f00;
  border-bottom: 1px solid #ddd;
}
.homedesctext {
  padding: 40px;
  color: #ccc;
}
.homedesctext2 {
  padding-top: 0px;
  color: #ccc;
}
@media (max-width:800px)  {
  .homedesctxt {
  font-size: 16px;
  line-height: 30px;
}
.homedesctext p {
  padding: 15px;;
  font-size: 26px;
  line-height: 30px;
  margin: 5px;
}
.homedesctext {
  padding: 20px;
}
}
@media (max-width:950px)  {
  .homedesctext {
  font-size: 15px;
}
}
@media (max-width:950px) {
  .homedesctext {
  padding: 20px;
}
}
@media (max-width:750px) {
  .homedesctext {
  padding: 20px;
}
  .homedesctxt {
    flex: 0.6;
  }
  .homedescimg {
    flex: 0.4;
  }
  .homedesc {
    height: auto;
  }
}
@media (max-width:600px) {
  .homedesctext {
  padding: 20px;
}
  .homedesctxt {
    flex: 0.7;
  }
  .homedescimg {
    flex: 0.3;
  }
  .homedesc {
    height: auto;
  }
}
@media (max-width:500px) {
  .homedesctext {
  padding: 20px;
}
  .homedesctxt {
    flex: 1;
  }
  .homedescimg {
    flex: 0;
  }
  .homedesc {
    height: auto;
  }
}


/* Gallery */

.pp-gallery {
    flex: 1;
	width: 50%;
	display: inline-block;
}
.pp-gallery1 {
    flex: 1;
	width: 100%;
	display: inline-block;
}
.othergalleries {
	display: flex;
}
.pp-gallery2 {
    flex: 1;
	width: 49%;
	margin: 0 auto;
}
.pp-gallery3 {
    flex: 1;
	width: 49%;
	margin: 0 auto;
}
.pp-imgtitle {
	text-align: center;
	margin-top: 30px;
	font-size: 16px;
	letter-spacing: 1px;
}
.pp-gallery .pp-img {
    display: inline-block;
	width: 100%;
}
.gallery-item {
	max-width: unset !important;
}
.pp-gallery .gallery {
    display: flex;
    flex: 1;
    margin: 0px !important;
}
.pp-gallery .gallery .gallery-item {
    display: none;
}
.pp-gallery .gallery .gallery-item:first-child {
    display: block;
    width: 100% !important;
    overflow: hidden;
  margin: 0 auto;
}

.pp-gallery .gallery .gallery-item .gp-img {
    height: 25vw;
		background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  border-radius: 4px !important;
}


@media (max-width:700px) {
  .pp-gallery .gallery .gallery-item .gp-img {
    height: 60vw;
		background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  border-radius: 4px !important;
}
  .pp-gallery, .pp-gallery1, .pp-gallery2, .pp-gallery3, .pp-gallery4 {
	width: 100% !important;;
}
  .pp-images {
    display: block !important;;
    margin: 10px 10px !important;
}
}
.pp-gallery .gallery .gallery-item:first-child .gallery-icon {
    display: block;
    height: 100% !important;
    line-height: 100%;
    position: relative;
    background-color: #eee;
}
.pp-gallery .gallery .gallery-item:nth-child(2) .gallery-icon {
    display: block;
    height: 100% !important;
    line-height: 100%;
    position: relative;
    background-color: #eee;
}
.gallery-icon a {
    height: 100%;
}
.site-content {
  text-align: center;
}
.pp-title {
  margin: 140px auto 20px;
  display: inline-block; 
  font-size: 16px;
  font-family: PTOFont;
  padding: 10px;
  border-bottom: 2px dotted #222;
}
.class-footer-top {
  display: none;
}
.pp-images {
  margin: 0px;
  display: flex;
}
.pp-images1, .pp-images2, .pp-images3 {
  flex: 1;
  padding: 5px;
}
.pp-images1 {
  flex: 1;
}
.pp-images2 {
  flex: 1;
}
.pp-images3 {
  flex: 1;
}
.pp-images1 .pp-img {
  height: 360px;
}
.pp-images2 .pp-img {
  height: 400px;
}
.pp-images3 .pp-img {
  height: 360px;
}
.pp-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  border-radius: 5px;
}
.pp-imgtitle {
  color: #fff;
  text-shadow: 0 0 4px #000;
  font-size: 28px;
  position: absolute;
  bottom: 0px;
  left: 10px;
  z-index: 99;
  text-align: left;
  height: 50px;
  line-height: 50px;
}
@media (max-width:800px) {
  .pp-imgtitle {
    font-size: 20px;
  }
}
.pp-images1 .pp-imgtitle {
  margin-bottom: 20px;
  margin-top: 10px;
}
.pp-images2 .pp-imgtitle {
  margin-bottom: 10px;
}
.pp-images3 .pp-imgtitle {
  margin-bottom: 20px;
  margin-top: 10px;
}
.pp-desc {
  margin: 30px 25px;
  display: flex;
}
@media (max-width: 850px) {
  .pp-desc {
    display: block;
  }
}
.pp-info {
  flex: 1;
}

.pp-gallery {
  cursor: pointer;
  position: relative;
}
.overgallery {
  position: fixed;
  top: -100%;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  background-color: rgba(0,0,0,0.9);
  transition: 0.5s;
}
.ogcloser {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 20px;
  width: 20px;
  background-image: url('files/close.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: #aaa;
  border-radius: 10%;
  cursor: pointer;
  transition: 0.5s;
}
.ogcloser:hover {
  transform: rotate(180deg);
  top: 5px;
  left: 5px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #fff;
  transition: 0.5s;
}
.overgallery .next {
  position: absolute;
  top: 35%;
  left: 0px;
  height: 30%;
  width: 15px;
  background-image: url('files/left.svg');
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
  background-color: #aaa;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  transition: 0.5s;
}
.overgallery .next:hover {
  background-color: #fff;
  width: 25px;
  background-size: 10px;
  transition: 0.5s;
}
.overgallery .prev {
  position: absolute;
  top: 35%;
  right: 0px;
  height: 30%;
  width: 15px;
  background-image: url('files/right.svg');
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
  background-color: #aaa;
  border-radius: 5px 0 0 5px;
  cursor: pointer;
  transition: 0.5s;
}
.overgallery .prev:hover {
  background-color: #fff;
  width: 25px;
  background-size: 10px;
  transition: 0.5s;
}
.display-slides {
  position: absolute;
  top: 35px;
  left: 35px;
  height: calc(100% - 50px);
  width: calc(100% - 70px);
  border-radius: 7px;
}
.slides1, .slides2, .slides3, .slides4 {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.ogtitle {
  position: absolute;
  top: -3px;
  right: calc(50% - 120px);
  width: 240px;
  height: 50px;
  background-color: #000;
  z-index: 999;
  border: 2px solid #000;
  font-size: 12px;
  color: #fff;
  line-height: 50px;
	text-align: center;
}
.ogtitle .ogcounter {
  display: inline-block;
  padding-right: 40px;
  background-color: #222;
  height: 30px;
  margin: 10px;
  line-height: 30px;
  padding-left: 10px;
  background-image: url('files/image.svg');
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center right 6px;
  font-size: 14px;
  font-weight: bold;
}
.gcounter {
  position: absolute;
  bottom: 15px;
  left: 27px;
  background-color: rgba(0,0,0,0.6);
  padding: 5px 45px 5px 10px;
  color: #fff;
  background-image: url('files/image.svg');
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center right 10px;
  border-radius: 15px;
}
.gallery-video {
  max-width: 700px;
  margin: 0 auto;
}

/* END Gallery */

.cityview {
  background-color: #2f3a44;
  border-top: 15px solid #2f3a44;
  border-bottom: 15px solid #2f3a44;
  width: 100%;
  height: 30vw;
  margin-top: 10px;
  background-image: url('files/City.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media(max-width:900px) {
.cityview {
  height: 30vw;
}  
}
@media(max-width:800px) {
.cityview {
  height: 40vw;
}  
}
@media(max-width:700px) {
.cityview {
  height: 45vw;
}  
}
@media(max-width:500px) {
.cityview {
  height: 60vw;
}  
}
.locotherdesc {
  line-height: 30px;
  padding: 50px 100px;
  font-size: 16px;
}
.locotherdesc h4 {
  font-size: 25px;
  text-align: left;
  margin: 20px 0;
}
@media(max-width:700px) {
.locotherdesc {
  line-height: 30px;
  padding: 50px 40px;
  font-size: 16px;
}
}
.plans {
  width: 100%;
  height: 30vw;
  margin: 30px 0;
  background-image: url('files/plans.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.unitplan {
  width: 100%;
  height: 40vw;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}
.plan-a1 {
  background-image: url('files/A1.jpg');
}
.plan-a2 {
  background-image: url('files/A2.jpg');
}
.plan-a3 {
  background-image: url('files/A3.jpg');
}
.plan-a4 {
  background-image: url('files/A4.jpg');
}
.plan-a5 {
  background-image: url('files/A5.jpg');
}
.plan-a6 {
  background-image: url('files/A6.jpg');
}
.plan-b1 {
  background-image: url('files/B1.jpg');
}
.plan-b2 {
  background-image: url('files/B2.jpg');
}
.plan-b3 {
  background-image: url('files/B3.jpg');
}
.plan-b4 {
  background-image: url('files/B4.jpg');
}
.plan-b5 {
  background-image: url('files/B5.jpg');
}
.plan-b6 {
  background-image: url('files/B6.jpg');
}
@media(max-width:1150px) {
 .unitplan {
  height: 55vw;
} 
}
@media(max-width:1000px) {
 .unitplan {
  height: 65vw;
} 
}
@media(max-width:800px) {
 .unitplan {
  height: 75vw;
} 
}
.search .content {
  width: 100%;
}
.search .post-listing {
  margin-top: 170px;
  border: none !important;
  box-shadow: none;
  width: 90%;
  margin-left: 50px; 
}
.search #sidebar {
  display: none;
}
.slider-11, .slide-403, .slide-405, .slide-404 {
  height: 500px !important;
}
.parkinginfo {
  max-width: 900px;
  margin: 10px auto;
  font-size: 16px;
}
@media (max-width:600px) {
  .parkinginfo {
    text-align: center;
  margin: 5px auto;
  font-size: 11px;
}
  #main-content iframe {
    height: 450px
  }
  #menu-topmenu {
    display: none;
  }
}
.adsbygoogle, .fh5---banner---container, .fh5---banner---container div {
  display: none !important;
}
#footer-second {
  background-color: #2f3a44;
}
.backunit {
  display: none;
}
@media(max-width:700px) {
.backunit {
  background-color: #ccc;
  display: inline-block;
  margin: 0 auto;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: bold;
}
.backunit:hover {
  background-color: #eee;
}
}
t {
  line-height: 14px;
  font-size: 8px;
  vertical-align: top;
}