/* stylesheet for demo and examples */

@font-face {
    font-family: 'RobotoSlab-Regular';
    src: url('../fonts/RobotoSlab-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/RobotoSlab-Regular.woff') format('woff'), url('../fonts/RobotoSlab-Regular.ttf') format('truetype'), url('../fonts/RobotoSlab-Regular.svg#RobotoSlab-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Dense-Regular';
    src: url('../fonts/Dense-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Dense-Regular.otf') format('opentype'), url('../fonts/Dense-Regular.woff') format('woff'), url('../fonts/Dense-Regular.ttf') format('truetype'), url('../fonts/Dense-Regular.svg#Dense-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LondonMM';
    src: url('../fonts/LondonMM.eot?#iefix') format('embedded-opentype'), url('../fonts/LondonMM.woff') format('woff'), url('../fonts/LondonMM.ttf') format('truetype'), url('../fonts/LondonMM.svg#LondonMM') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*@import url(http://fonts.googleapis.com/css?family=Lobster+Two:700italic,700);*/

body {
    margin: 0;
    float: left;
    width: 100%;
    padding: 0;
    border: 0;
    color: #d9d6d5;
    /*	font-family: 'LondonMM';*/
    font-family: 'Gothic A1', sans-serif;
    font-size: 14px;
}

.ban_img {
    width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

hr {
    display: block;
    height: 0;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin: 1em 0;
    padding: 0;
}

header,
#navigation-menu,
#content,
footer {
    position: relative;
}

header,
footer {
    padding: 1em 3em;
    text-shadow: none;
}

header h1 {
    color: #e6842c;
    font-size: 1.4em;
    font-style: italic;
}

nav ul,
nav ol,
nav li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#navigation-menu {
    position: fixed;
    top: 0;
    left: 0px;
    right: auto;
    bottom: 0;
    z-index: 9;
    width: 18%;
    text-shadow: none;
    background: #fff;
    /*	-webkit-box-shadow: 8px 0px 8px -9px rgba(29,27,27,1);
-moz-box-shadow: 8px 0px 8px -9px rgba(29,27,27,1);
box-shadow: 8px 0px 8px -9px rgba(29,27,27,1);*/
    -webkit-box-shadow: 6px 0px 12px -6px rgba(29, 27, 27, 0.6);
    -moz-box-shadow: 6px 0px 12px -6px rgba(29, 27, 27, 0.6);
    box-shadow: 6px 0px 12px -6px rgba(29, 27, 27, 0.6);
}

#content {
    width: 82%;
    float: right;
}

.toggle {
    display: none;
    float: right;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.toggle button {
    cursor: pointer;
    background: url(../images/toggle_btn.png) no-repeat top center;
    border: 0;
    box-shadow: none;
    width: 25px;
    height: 19px;
    font-size: 0;
    margin: 20px 15px 0 0;
}

#navigation-menu ul {
    /*overflow: hidden;*/
}

.develby a:hover::before {
    background: none !important;
}

#navigation-menu .logoanch:hover::before {
    background: none !important;
}

#navigation-menu li {
    width: 100%;
    position: relative;
}

#navigation-menu .logo_mob a:hover,
#navigation-menu .logo_mob a.mPS2id-highlight {
    box-shadow: none;
}

#navigation-menu a {
    display: block;
    /*font-family: 'LondonMM'; */
    font-family: 'Gothic A1', sans-serif;
    font-size: 15px;
    line-height: 22px;
    color: #ffffff;
    padding: 5px 0 5px 60px;
    outline: none;
    transition: left 0s ease;
}

#navigation-menu li:first-child a.mPS2id-highlight {
    color: #fff;
    background: #bb9009;
}

#navigation-menu li:nth-child(2) a.mPS2id-highlight {
    color: #fff;
    background: #bb9009;
}

#navigation-menu li:nth-child(3) a.mPS2id-highlight {
    color: #fff;
    background: #bb9009;
}

#navigation-menu li:nth-child(4) a.mPS2id-highlight {
    color: #fff;
    background: #bb9009;
}

#navigation-menu li:nth-child(5) a.mPS2id-highlight {
    color: #fff;
    background: #bb9009;
}

#navigation-menu li:nth-child(6) a.mPS2id-highlight {
    color: #fff;
    background: #bb9009;
}

#navigation-menu li:nth-child(7) a.mPS2id-highlight {
    color: #fff;
    background: #bb9009;
}

#navigation-menu li:nth-child(8) a.mPS2id-highlight {
    color: #fff;
    background: #bb9009;
}

#navigation-menu li:nth-child(9) a.mPS2id-highlight {
    color: #fff;
    background: #bb9009;
}

#navigation-menu li:first-child:hover {
    color: #fff;
    background: #bb9009;
}

#navigation-menu li:nth-child(2):hover {
    color: #fff;
    background: #bb9009;
}

#navigation-menu li:nth-child(3):hover {
    color: #fff;
    background: #bb9009;
}

#navigation-menu li:nth-child(4):hover {
    color: #fff;
    background: #bb9009;
}

#navigation-menu li:nth-child(5):hover {
    color: #fff;
    background: #bb9009;
}

#navigation-menu li:nth-child(6):hover {
    color: #fff;
    background: #bb9009;
}

#navigation-menu li:nth-child(7):hover {
    color: #fff;
    background: #bb9009;
}

#navigation-menu li:nth-child(8):hover {
    color: #fff;
    background: #bb9009;
}

#navigation-menu li:nth-child(9):hover {
    color: #fff;
    background: #bb9009;
}

#content .desk {
    background: url(../images/about_bg.jpg) no-repeat;
    background-size: cover;
    position: relative;
}

#content #section-1 {
    background: #fff;
    position: relative;
}

#content #section-2 {
    background: #fff;
    min-height: 662px;
    position: relative;
}

#content #section-3 {
    background: #fff;
    min-height: 662px;
    position: relative;
}

#content #section-4 {
    background: #fff;
    min-height: 662px;
    position: relative;
}

#content #section-5 {
    background: #fff;
    min-height: 662px;
    position: relative;
}

#content #section-6 {
    background: #fff;
    min-height: 662px;
    position: relative;
}

#content #section-7 {
    background: #fff;
    min-height: 662px;
    position: relative;
}

#content #section-8 {
    background: #fff;
    min-height: 662px;
    position: relative;
}


/*#content section{min-height: 662px;}*/


/*#content section{
	min-height: 662px;

	background: #362f2d;
	background: rgb(107,95,89); 
	background: -moz-radial-gradient(center, ellipse cover,  rgba(107,95,89,1) 0%, rgba(54,47,45,1) 100%); 
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(107,95,89,1)), color-stop(100%,rgba(54,47,45,1))); 
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(107,95,89,1) 0%,rgba(54,47,45,1) 100%); 
	background: -o-radial-gradient(center, ellipse cover,  rgba(107,95,89,1) 0%,rgba(54,47,45,1) 100%); 
	background: -ms-radial-gradient(center, ellipse cover,  rgba(107,95,89,1) 0%,rgba(54,47,45,1) 100%); 
	background: radial-gradient(ellipse at center,  rgba(107,95,89,1) 0%,rgba(54,47,45,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b5f59', endColorstr='#362f2d',GradientType=1 ); 
	color: #d9d6d5;
}

#content section:nth-child(3n+2){
		background: #c6b6a4;
	background: rgb(239,231,220); 
	background: -moz-radial-gradient(center, ellipse cover,  rgba(239,231,220,1) 0%, rgba(198,182,164,1) 100%); 
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(239,231,220,1)), color-stop(100%,rgba(198,182,164,1))); 
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(239,231,220,1) 0%,rgba(198,182,164,1) 100%); 
	background: -o-radial-gradient(center, ellipse cover,  rgba(239,231,220,1) 0%,rgba(198,182,164,1) 100%); 
	background: -ms-radial-gradient(center, ellipse cover,  rgba(239,231,220,1) 0%,rgba(198,182,164,1) 100%); 
	background: radial-gradient(ellipse at center,  rgba(239,231,220,1) 0%,rgba(198,182,164,1) 100%); 

}

#content section:nth-child(3n+3){
		background: #94cbce;
	background: rgb(214,251,252); 
	background: -moz-radial-gradient(center, ellipse cover,  rgba(214,251,252,1) 0%, rgba(148,203,206,1) 100%); 
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(214,251,252,1)), color-stop(100%,rgba(148,203,206,1))); 
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(214,251,252,1) 0%,rgba(148,203,206,1) 100%); 
	background: -o-radial-gradient(center, ellipse cover,  rgba(214,251,252,1) 0%,rgba(148,203,206,1) 100%); 
	background: -ms-radial-gradient(center, ellipse cover,  rgba(214,251,252,1) 0%,rgba(148,203,206,1) 100%); 
	background: radial-gradient(ellipse at center,  rgba(214,251,252,1) 0%,rgba(148,203,206,1) 100%); 
	
}
*/

.content {}

.content hr+a,
.content hr+a+a {
    margin-right: 2em;
}


/*.mPS2id-target .content h2:first-child:after{
	display: inline-block;
	position: relative;
	vertical-align: middle;
	content: "Current target class: mPS2id-target";
	margin-left: 1em;
	font-size: 0.25em;
	line-height: 1.4em;
	font-style: italic;
	opacity: 0.7;
	width: 180px;
	font-family: arial,sans-serif;
	font-weight: normal;
}*/

.ie8 .mPS2id-target .content h2:first-child:after {
    font-size: 0.95em;
}

header,
.content,
footer {}

.horizontal-layout {
    width: 700%;
}

.horizontal-layout header h1 {
    display: none;
}

.horizontal-layout #navigation-menu {
    right: auto;
    left: 3em;
    top: 4em;
}

.horizontal-layout #content {
    overflow: hidden;
}

.horizontal-layout #content section {
    width: 14.285%;
    float: left;
    min-height: 480px;
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3), -1px 0 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3), -1px 0 0 rgba(0, 0, 0, 0.6);
}

.horizontal-layout #content section:nth-child(3n+2),
.horizontal-layout #content section:nth-child(3n+3) {
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3), -1px 0 0 rgba(0, 0, 0, 0.2), inset 1px 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3), -1px 0 0 rgba(0, 0, 0, 0.2), inset 1px 0 0 rgba(255, 255, 255, 0.5);
}

.horizontal-layout .content h2 {
    position: relative;
    padding-bottom: 50px;
}

.horizontal-layout .content h2+p {
    margin-top: -50px;
}

.horizontal-layout .mPS2id-target .content h2:first-child:after {
    display: block;
    position: absolute;
    width: 100%;
    height: 50px;
    margin-left: 0;
}

.horizontal-layout header>*,
.horizontal-layout footer>* {
    width: 10%;
}

.horizontal-layout header,
.horizontal-layout .content,
.horizontal-layout footer {
    padding-left: 150px;
    padding-right: 3em;
}

.auto-layout {
    width: 6200px;
    height: 6200px;
}

.auto-layout header h1 {
    margin-left: 150px;
}

.auto-layout #navigation-menu {
    right: auto;
    left: 2em;
}

.auto-layout #content {
    height: 100%;
}

.auto-layout #content section {
    position: absolute;
    min-height: 600px;
    width: 600px;
    top: 0;
    left: 0;
    margin-left: 3em;
    -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.2);
    box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.2);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.auto-layout #content section#section-2 {
    top: 0;
    left: 1800px;
}

.auto-layout #content section#section-3 {
    top: 1200px;
    left: 900px;
}

.auto-layout #content section#section-4 {
    top: 1200px;
    left: 2700px;
}

.auto-layout #content section#section-5 {
    top: 2400px;
    left: 1800px;
}

.auto-layout #content section#section-6 {
    top: 2400px;
    left: 3600px;
}

.auto-layout #content section#section-7 {
    top: 3600px;
    left: 2700px;
}

.auto-layout .content {
    padding-left: 150px;
    padding-right: 3em;
}


/*CSS*/

.logo {
    margin: 30px auto;
    width: 144px;
}

.logo a {
    padding: 0 !important;
}

.logo a:hover {
    background: none !important;
}

.logo_mob {
    margin: 0;
    width: 285px;
}

.logo_mob a {
    padding: 0 !important;
}

.logo_mob a:hover {
    background: none !important;
}

.logo_mob a:hover {
    box-shadow: none;
}

.social_wrap {
    width: 100%;
    float: left;
    text-align: center;
    background: #b28908;
    padding: 12px 0px;
    margin: 0 0 20px 0;
}

.social_wrap_inner {
    text-align: center;
    margin: 0 auto;
    width: 50px;
}

.social_wrap_inner a {
    float: left;
    padding: 0 !important;
}

.social_wrap h2 {
    font-family: 'Gothic A1', sans-serif;
    /*font-family: 'LondonMM';*/
    color: #231f20;
    font-size: 15px;
    text-align: center;
    font-weight: normal;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

.facebbok {
    background: url(../images/facebook.png) no-repeat;
    width: 20px;
    height: 19px;
    float: left;
    margin: 0 2px;
    cursor: pointer;
}

.tiwwter {
    background: url(../images/tiwwter.png) no-repeat;
    width: 20px;
    height: 19px;
    float: left;
    margin: 0 2px;
    cursor: pointer;
}

.youtube {
    background: url(../images/youtube.png) no-repeat;
    width: 20px;
    height: 19px;
    float: left;
    margin: 0 2px;
    cursor: pointer;
}

.googleplus {
    background: url(../images/googleplus.png) no-repeat;
    width: 20px;
    height: 19px;
    float: left;
    margin: 0 2px;
    cursor: pointer;
}

.facebbok:hover {
    background: url(../images/facebook_hover.png) no-repeat;
}

.tiwwter:hover {
    background: url(../images/tiwwter_hover.png) no-repeat;
}

.youtube:hover {
    background: url(../images/youtube_hover.png) no-repeat;
}

.googleplus:hover {
    background: url(../images/googleplus_hover.png) no-repeat;
}

.nav_foot {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    bottom: 0;
}

.nav_foot p {
    /*	font-family: 'LondonMM';*/
    font-family: 'Gothic A1', sans-serif;
    font-size: 11px;
    line-height: 15px;
    color: #999999;
}

.develby {
    width: 130px;
    display: flex;
    margin: 0 auto;
    font-family: 'Gothic A1', sans-serif;
    /*  font-family: 'LondonMM'; */
    font-size: 11px;
    line-height: 15px;
    color: #5c5c5c;
    padding-bottom: 15px;
}

.develby a {
    padding: 0 !important;
}

.develby a:hover {
    background: none !important;
}

.QMlogo {
    cursor: pointer;
    background-image: url(../images/QMicon_hover.png);
    background-repeat: no-repeat;
    border: medium none;
    float: right;
    height: 17px;
    width: 17px;
    margin-left: 4px;
}

.QMlogo:hover {
    background-image: url(../images/QMicon.png);
}

.sec_bg {
    background: url(../images/sec_bg.jpg) no-repeat;
    position: absolute;
    right: 30px;
    bottom: 0px;
    width: 24px;
    height: 79px;
}

.sec_bgsp {
    background: url(../images/sec_bg.jpg) no-repeat;
    position: absolute;
    left: 30px;
    bottom: 0px;
    width: 24px;
    height: 79px;
}

.sec_amisp {
    background: url(../images/sec_bg.jpg) no-repeat;
    position: absolute;
    right: 30px;
    top: 0px;
    width: 24px;
    height: 79px;
}

.sec_bgspright {
    background: url(../images/spec_bg.jpg) no-repeat;
    position: absolute;
    right: 0px;
    bottom: 0px;
    top: 0;
    width: 64px;
    background-size: cover;
}

#section-1 .content {
    width: 100%;
    margin: 0 auto;
    max-width: 1366px;
}

#section-1 .wrapper {
    max-width: 1010px;
    margin: 0 auto;
    width: 100%;
    float: right;
}

.about_wrap {
    float: left;
}

.about_wrap h2 {
    font-family: 'Khand', sans-serif;
    font-size: 22px;
    line-height: 22px;
    color: #c4a442;
    /*color:#231f20; */
    margin: 15px 0 0 0;
    text-transform: uppercase;
}

.about_wrap_mob {
    max-width: 355px;
    float: right;
    padding: 0 50px 0 0;
}

.about_wrap_mob h2 {
    font-family: 'Dense-Regular';
    font-size: 50px;
    line-height: 35px;
    color: #fff;
    margin: 15px 0 0 0;
    font-weight: normal;
}

.about_txt {
    margin: 30px 0 0 0;
    width: 100%;
    float: left;
}

.about_txt_left {
    width: 15%;
    float: left;
    margin-top: 20px;
}

.about_txt_right {
    width: 85%;
    float: left;
}

.about_txt h3 span {
    color: #B28908;
}

.about_txt h4 {
    font-family: 'Gothic A1', sans-serif;
    /*	font-family: 'LondonMM';*/
    font-size: 16px;
    line-height: 22px;
    color: #B28908;
    margin: 10px 0 0 0;
}

.about_txt h3 {
    font-family: 'Gothic A1', sans-serif;
    /* font-family: 'LondonMM';*/
    font-size: 16px;
    line-height: 22px;
    color: #231f20;
    margin: 10px 0 0 0;
}

.about_txt p {
    font-family: 'Gothic A1', sans-serif;
    /* font-family: 'LondonMM'; */
    font-size: 16px;
    line-height: 22px;
    color: #231f20;
    margin: 7px 0 0 0;
}

.down_arrow {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    z-index: 9;
    width: 31px;
    height: 31px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}

#section-2 .content {
    width: 96%;
    margin: 0 auto;
    max-width: 1120px;
}

#section-2 .wrapper {
    max-width: 934px;
    margin: 0 auto;
    width: 100%;
}

.aminities_wrap {
    width: 100%;
    float: left;
}

.aminities_wrap h2 {
    font-family: 'Khand', sans-serif;
    font-size: 22px;
    line-height: 22px;
    color: #c4a442;
    /* color:#231f20;*/
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

.aminities_wrap h4 {
    font-family: 'Gothic A1', sans-serif;
    /*	font-family: 'LondonMM';*/
    font-size: 16px;
    line-height: 22px;
    color: #996600;
    margin: 10px 0 0 0;
}

.aminities_wrap p {
    font-family: 'Gothic A1', sans-serif;
    /* font-family: 'LondonMM';*/
    font-size: 16px;
    line-height: 22px;
    color: #231f20;
    margin: 7px 0 0 0;
}

.aminities {
    width: 100%;
    float: left;
    margin: 0px 0px 0 0;
}

.aminities_one {
    float: left;
    margin: 0 1% 0 0;
}

.aminities_one img {
    text-align: center;
}

.aminities_one p {
    /*font-family: 'LondonMM'; */
    font-family: 'Gothic A1', sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    text-align: center;
}

.aminities_txt_wrap {
    width: 100%;
    float: left;
    margin: 20px 0px;
}

.aminities_txt {
    width: 33.33%;
    float: left;
}

.aminities_txt ul {
    margin: 0;
    padding: 0;
}

.aminities_txt ul li {
    font-family: 'Gothic A1', sans-serif;
    /*font-family: 'LondonMM';*/
    font-size: 16px;
    line-height: 30px;
    color: #231f20;
    background: url(../images/bullet.png) no-repeat left 12px;
    padding: 0 0 0 25px;
    list-style: none;
}

#section-3 .content {
    width: 96%;
    margin: 0 auto;
    max-width: 1120px;
}

#section-3 .wrapper {
    max-width: 934px;
    margin: 0 auto;
    width: 100%;
}

.specification_right {
    width: 100%;
    float: left;
}

.specification_right h2 {
    font-family: 'Khand', sans-serif;
    font-size: 22px;
    line-height: 22px;
    color: #c4a442;
    /*color:#231f20;*/
    margin: 0 0 25px 0;
    text-transform: uppercase;
}

.specification_right ul {
    width: 80%;
    float: left;
    padding: 0 0 0 0px;
    margin: 0 0 0 0px;
}


/*.specification_right ul p{font-family: 'LondonMM'; font-size:13px; font-weight:bold; color:#231f20; text-transform:uppercase;  }*/

.specification_right ul li {
    /*font-family: 'LondonMM';*/
    font-family: 'Gothic A1', sans-serif;
    font-size: 15px;
    line-height: 22px;
    color: #231f20;
    float: left;
    width: 100%;
    background: url(../images/bullet.png) no-repeat left 14px;
    padding: 6px 0 9px 20px;
    list-style: none;
}

.spec1 {
    width: 22%;
    margin: 0;
    float: left;
    font-family: 'Gothic A1', sans-serif;
    /*font-family: 'LondonMM'; */
    font-size: 16px;
    line-height: 20px;
    color: #231f20;
    font-weight: normal;
}

.spec2 {
    width: 78%;
    margin: 0;
    float: left;
    font-family: 'Gothic A1', sans-serif;
    /*font-family: 'LondonMM';*/
    font-size: 16px;
    line-height: 20px;
    color: #231f20;
    font-weight: normal;
}

.specification_right ul li span {
    max-width: 700px;
    float: left;
    margin: 0 0 0 20px;
}

#section-4 .content {
    width: 96%;
    margin: 0 auto;
    max-width: 1120px;
}

#section-4 .wrapper {
    max-width: 934px;
    margin: 0 auto;
    width: 100%;
}

.floor_txt {
    position: absolute;
    top: 35%;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    /*font-family: 'LondonMM'; */
    font-family: 'Gothic A1', sans-serif;
    font-size: 15px;
    line-height: 23px;
    color: #fff;
}

.floor_plan_wrapper {
    width: 100%;
    float: left;
}

.floor_plan_wrapper #wrapper h2 {
    font-family: 'Khand', sans-serif;
    font-size: 22px;
    line-height: 22px;
    color: #c4a442;
    /* color:#231f20;*/
    margin: 0 0 20px 0;
    text-transform: uppercase;
}


/** page structure **/

#wrapper {
    display: block;
    max-width: 1100px;
    margin: 0 auto;
}

#portfolio,
#portfolio1,
#portfolio2,
#portfolio3 {
    display: block;
}

#portfolio1,
#portfolio2,
#portfolio3 {
    padding: 0 0 0 20px;
}

#portfolio li {
    display: block;
    float: left;
    /* width: 30%;*/
    max-width: 160px;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
}

#portfolio1 li,
#portfolio2 li,
#portfolio3 li {
    display: block;
    float: left;
    /*width: 18%;*/
    max-width: 169px;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
}

#portfolio li a,
#portfolio1 li a,
#portfolio2 li a,
#portfolio3 li a {
    display: block;
}

.mfp-title {
    font-size: 1.2em;
    color: #ddd !important;
    font-weight: 700;
}


/** clearfix **/

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}


/** media queries **/

@media screen and (max-width: 780px) {
    #portfolio li,
    #portfolio1 li,
    #portfolio2 li,
    #portfolio3 li {
        width: 45%;
    }
}

@media screen and (max-width: 550px) {
    #portfolio,
    #portfolio1,
    #portfolio2,
    #portfolio3 {
        text-align: center;
    }
    #portfolio li,
    #portfolio1 li,
    #portfolio2 li,
    #portfolio3 li {
        float: none;
        display: inline-block;
        width: 80%;
        margin-bottom: 30px;
    }
}

#section-5 .content {
    width: 96%;
    margin: 0 auto;
    max-width: 1120px;
}

#section-5 .wrapper {
    max-width: 934px;
    margin: 0 auto;
    width: 100%;
}

.gallery_wrap {
    width: 100%;
    float: left;
}

.gallery_wrap h2 {
    font-family: 'Khand', sans-serif;
    font-size: 22px;
    line-height: 22px;
    /* color:#231f20;*/
    color: #c4a442;
    margin: 0 0 25px 0;
    text-transform: uppercase;
}

#section-6 .content {
    width: 96%;
    margin: 0 auto;
    max-width: 1120px;
}

#section-6 .wrapper {
    max-width: 934px;
    margin: 0 auto;
    width: 100%;
}

#section-7 .content {
    width: 96%;
    margin: 0 auto;
    max-width: 1120px;
}

#section-7 .wrapper {
    max-width: 934px;
    margin: 0 auto;
    width: 100%;
}

.location_map {
    width: 100%;
    float: left;
    position: relative;
}

.location_map h2 {
    font-family: 'Khand', sans-serif;
    font-size: 22px;
    line-height: 22px;
    /*color:#231f20;*/
    color: #c4a442;
    margin: 20px 0;
    text-transform: uppercase;
}

.location_map_img {
    float: right;
    width: 75%;
    cursor: pointer;
}

.location_map_img img {
    width: 100%;
}

.keydist_wrap {
    float: left;
    width: 25%;
    position: absolute;
    bottom: 0;
}

.keydist_wrap h3 {
    /*font-family: 'LondonMM';*/
    font-family: 'Gothic A1', sans-serif;
    font-size: 18px;
    line-height: 23px;
    color: #c4a442;
    /*  color:#ed1c24;*/
    margin: 10px 0 5px 0;
}

.keydist_wrap p {
    /*font-family: 'LondonMM';*/
    font-family: 'Gothic A1', sans-serif;
    font-size: 16px;
    line-height: 23px;
    color: #231f20;
    margin: 0;
}

#section-8 .content {
    width: 96%;
    margin: 0 auto;
    max-width: 1120px;
}

#section-8 .wrapper {
    max-width: 934px;
    margin: 0 auto;
    width: 100%;
}

.cont_left {
    width: 50%;
    float: left;
}

.cont_right {
    width: 30%;
    float: left;
}


/*#section-youtube  */

#section-youtube .content {
    width: 96%;
    margin: 0 auto;
    max-width: 1120px;
}

#section-youtube .wrapper {
    max-width: 934px;
    margin: 0 auto;
    width: 100%;
}

.youtube_frame {
    width: 100%;
    float: left;
    position: relative;
}

#section-youtube .youtube_frame h2 {
    font-family: 'Khand', sans-serif;
    font-size: 22px;
    line-height: 22px;
    /*color:#231f20;*/
    color: #c4a442;
    margin-top: -45px;
    text-transform: uppercase;
}

.youtube_frame .video_wrpper {
    /*    text-align: center;*/
    height: 400px;
}


/*#section-8 .wrapper h2{font-family: 'Dense-Regular'; font-size:70px;color:#000; font-weight:normal; margin:10px 0 15px 0;}*/

.contact_wrap {
    width: 100%;
    float: left;
}

.Address_wrap {}

.add1 {
    margin: 25px 0 0 0;
}

.add1 h3 {
    font-family: 'LondonMM';
    font-family: 'Gothic A1', sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #c4a442;
    /* color:#ed1c24; */
    margin: 0 0 5px 0;
}

.add1 p {
    font-family: 'LondonMM';
    font-family: 'Gothic A1', sans-serif;
    font-size: 16px;
    color: #231f20;
    margin: 10px 0;
    line-height: 22px;
}

.cont_left h2 {
    font-family: 'Khand', sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    /*color:#231f20;*/
    color: #c4a442;
    margin: 10px 0 40px 0;
}

.cont_right h2 {
    font-family: 'Khand', sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    /*color:#231f20;*/
    color: #c4a442;
    margin: 10px 0 40px 0;
}

.cont_right .feild_1 {
    margin: 12px 0px;
}

.textfeild {
    width: 100%;
    border: 1px solid #231f20;
    background: none;
    font-family: 'LondonMM';
    font-family: 'Gothic A1', sans-serif;
    font-size: 14px;
    color: #575757;
    height: 35px;
}

.mobcomment {
    width: 100%;
    border: 1px solid #231f20;
    background: none;
    font-family: 'LondonMM';
    font-family: 'Gothic A1', sans-serif;
    font-size: 14px;
    color: #575757;
    resize: none;
}

.submitbutton {
    cursor: pointer;
    color: #000;
    background: #c7b14c;
    padding: 10px 20px;
    border: none;
    text-transform: uppercase;
    font-family: 'LondonMM';
    font-family: 'Gothic A1', sans-serif;
    font-weight: bold;
}

.backtotop {
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.backtotop a {
    color: #000;
    font-family: 'LondonMM';
    font-family: 'Gothic A1', sans-serif;
}

.colin {
    position: sticky;
}


/* necessary to give position: relative to parent. */

.label_txt {
    font-family: 'LondonMM';
    font-family: 'Gothic A1', sans-serif;
    font-size: 14px;
    line-height: 30px;
    color: #000000;
    font-weight: normal;
}

.effect-16 {
    border: 0;
    padding: 2px 0;
    border-bottom: 1px solid #231f20;
    background-color: transparent;
    outline: none;
}

.effect-16~.focus-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #3399FF;
    transition: 0.4s;
}

.effect-16:focus~.focus-border,
.has-content.effect-16~.focus-border {
    width: 100%;
    transition: 0.4s;
}

.effect-16~label {
    position: absolute;
    left: 0;
    width: 100%;
    top: 6px;
    transition: 0.3s;
    z-index: -1;
}

.effect-16:focus~label,
.has-content.effect-16~label {
    top: -16px;
    font-size: 14px;
    color: #001f37;
    transition: 0.3s;
}

input:required,
textarea:required {
    box-shadow: none;
    background: none;
}

input:required:focus,
textarea:required:focus {
    outline: none;
}

input:required:hover {
    opacity: 1;
}

.form-group {
    margin-bottom: 15px;
}

.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-family: 'LondonMM';
    font-family: 'Gothic A1', sans-serif;
    font-size: 14px;
    height: 30px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 94%;
    resize: none;
}

#mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #000;
    display: none;
}

#boxes .window {
    position: absolute;
    left: 0;
    top: 0;
    width: 440px;
    height: 200px;
    display: none;
    z-index: 9999;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}

#boxes #dialog {
    width: 450px;
    height: auto;
    padding: 10px;
    background-color: #ffffff;
    font-family: 'LondonMM';
    font-family: 'Gothic A1', sans-serif;
    font-size: 15pt;
}

#boxes #dialog h3 {
    color: #E0B44B
}

;
.maintext {
    text-align: center;
    font-family: 'LondonMM';
    font-family: 'Gothic A1', sans-serif;
    text-decoration: none;
}

#lorem {
    font-family: 'LondonMM';
    font-family: 'Gothic A1', sans-serif;
    font-size: 12pt;
}

#popupfoot {
    font-family: 'LondonMM';
    font-family: 'Gothic A1', sans-serif;
    font-size: 16pt;
    padding: 10px 20px;
}

#popupfoot a {
    text-decoration: none;
}

.popupoption:hover {
    background-color: #D1D1D1;
    color: green;
}

.popupoption2:hover {
    color: red;
}

#popupfoot .close {
    top: 7px;
    right: 10px;
    position: absolute;
}

@media(min-width:320px) and (max-width: 480px) {
    #navigation-menu ul {
        background: #001f37 !important;
    }
    #dialog {
        left: 15px !important;
    }
    #boxes #dialog {
        width: 290px;
    }
    .grouplogo {
        margin-top: 15px;
    }
    .slide-out-div {
        width: 290px !important;
    }
}

@media only screen and (min-width: 1140px) {
    .horizontal-layout header h1 {
        display: block;
    }
    .auto-layout header h1 {
        margin-left: 0;
    }
    .horizontal-layout #navigation-menu,
    .auto-layout #navigation-menu {
        right: 3em;
        left: auto;
        top: 1.55em;
    }
}


/**********************************Media Quriesssssssss*************************************/

@media only screen and (min-width: 1200px) {}

@media(min-width:768px) and (max-width: 1200px) {
    .mfp-image-holder .mfp-close,
    .mfp-iframe-holder .mfp-close {
        right: 0 !important;
        top: 0 !important;
    }
    #section-8 .content {
        width: 90%;
    }
    .cont_right {
        width: 40%;
    }
    .logo_mob img {
        width: 70%;
    }
    .logo_mob {
        margin: 1px 0 0 0;
    }
    .aminities_wrap {
        padding-top: 55px;
    }
    .floor_plan_wrapper {
        padding-top: 72px;
    }
    .contact_wrap {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 1200px) {
    .sec_bgspright {
        display: none;
    }
    .social_wrap {
        margin: 0;
        padding: 2px 0px;
    }
    .logo {
        margin: 2px 0 1px 10px;
    }
    .logo img {
        width: 70%;
    }
    #content {
        width: 100%;
        margin: 0 auto;
    }
    .nav_foot {
        position: fixed;
        background: #fff;
    }
    .nav_foot p {
        margin: 2px 0;
    }
    .develby {
        padding-bottom: 2px;
    }
    #navigation-menu ul {
        display: none;
        background: #fff;
        padding: 10px 0 0 0;
    }
    .about_txt_left {
        width: 100%;
    }
    .about_txt_right {
        width: 100%;
    }
    .specification_left {
        width: 100%;
    }
    .specification_right {
        width: 100%;
    }
    #portfolio1,
    #portfolio2,
    #portfolio3 {
        padding: 0;
    }
    #portfolio {
        padding: 0;
    }
    .toggle {
        display: block;
    }
    #navigation-menu {
        position: fixed;
        width: 100%;
        left: 0;
        height: 70px;
    }
    #content {
        top: 70px;
    }
    #content #section-1 {
        float: left;
        width: 100%;
    }
    #content #section-2 {
        float: left;
        width: 100%;
    }
    #content #section-3 {
        float: left;
        width: 100%;
    }
    #content #section-4 {
        float: left;
        width: 100%;
    }
    #content #section-5 {
        float: left;
        width: 100%;
    }
    #content #section-6 {
        float: left;
        width: 100%;
    }
    #content #section-7 {
        float: left;
        width: 100%;
    }
    #content #section-8 {
        float: left;
        width: 100%;
    }
    #content #section-9 {
        float: left;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .sec_bgsp {
        left: 10px;
    }
    .social_wrap h2 {
        margin: 0 0 2px;
    }
    .about_txt {
        margin: 10px 0 0 0;
    }
    .spec1 {
        width: 100%;
    }
    .spec2 {
        width: 100%;
    }
    .location_map_img img {
        width: 80%;
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    .keydist_wrap {
        position: relative;
        width: 100%;
        text-align: center;
    }
    .location_map_img {
        width: 100%;
    }
    .specification_right ul {
        width: 85%;
    }
    .mfp-arrow-left {
        left: 0 !important;
    }
    .mfp-arrow-right {
        right: 0 !important;
    }
    .mfp-arrow {
        top: 46% !important;
    }
    .mfp-image-holder .mfp-close,
    .mfp-iframe-holder .mfp-close {
        right: 0 !important;
        top: 0 !important;
    }
    .about_wrap h2 {
        padding-top: 70px;
    }
    .aminities_wrap {
        padding-top: 96px;
        padding-bottom: 20px;
    }
    .specification_right {
        padding-top: 85px;
        padding-bottom: 30px
    }
    .floor_plan_wrapper {
        padding-top: 80px;
    }
    .gallery_wrap {
        padding-top: 80px;
    }
    .location_map {
        padding-top: 60px
    }
    .contact_wrap {
        padding-top: 70px;
    }
    .floor_plan_wrapper #wrapper h2 {
        margin: 0;
    }
    .aminities {
        margin: 0;
    }
    #content .desk {
        display: none;
    }
    #content .mob {
        display: block
    }
    #content .mob {
        background: url(../images/shital_sqaure_banner_mobile_1.jpg) no-repeat;
        background-size: cover;
        position: relative;
    }
    #section-6 .content {
        width: 92%;
    }
    #portfolio li {
        margin-right: 10px;
    }
    #portfolio1 li,
    #portfolio2 li,
    #portfolio3 li {
        margin-right: 10px;
    }
    .about_wrap_mob {
        width: 100%;
        display: block;
        float: left;
        background: #000;
        max-width: unset;
        padding: 10px 0 20px 0;
    }
    .abutr_in {
        margin: 0 auto;
        width: 90%;
        padding: 10px 0px;
    }
    .logo_mob img {
        width: 60%;
    }
    .logo_mob {
        margin: 5px 0 0 10px;
    }
    #boxes #dialog {
        width: 270px;
    }
    .form-control {
        width: 90%;
    }
    .cont_left {
        width: 100%;
    }
    .cont_right {
        width: 100%;
        margin-bottom: 75px;
    }
    #section-8 .content {
        width: 90%;
    }
    .backtotop {
        position: fixed;
        right: 15px;
        bottom: 38px;
    }
    .aminities_txt {
        width: 100%;
    }
    #section-2 .content {
        width: 90%;
    }
    #section-3 .content {
        width: 90%;
    }
    #section-4 .content {
        width: 90%;
    }
    #section-5 .content {
        width: 90%;
    }
    #section-6 .content {
        width: 90%;
    }
    #section-7 .content {
        width: 90%;
    }
    #section-8 .content {
        width: 90%;
    }
    #section-9 .content {
        width: 90%;
    }
    .down_arrow {
        display: none;
    }
    #content #section-2 {
        float: left;
    }
    #content #section-22 {
        float: left;
    }
    #content #section-33 {
        float: left;
    }
    .specification_left {
        display: none;
    }
}

@media(min-width:1201px) and (max-width: 1335px) {
    #section-2 .wrapper {
        max-width: 870px;
    }
    #section-4 .wrapper {
        max-width: 870px;
    }
    #section-5 .wrapper {
        max-width: 870px;
    }
    #section-6 .wrapper {
        max-width: 870px;
    }
    #section-8 .wrapper {
        max-width: 870px;
    }
    #portfolio,
    #portfolio1,
    #portfolio2,
    #portfolio3 {
        padding: 0;
    }
    #portfolio li {
        margin-right: 10px;
    }
    #portfolio1 li,
    #portfolio2 li,
    #portfolio3 li {
        margin-right: 10px;
    }
}

.tab .tab-legend>li {
    background-color: #001f37 !important;
    color: #fff!important;
}

.tab.tab-vert .tab-legend li.active {
    background-color: #B28908!important;
    color: #fff!important;
}

.tab.tab-vert .tab-legend li:hover {
    background-color: #B28908!important;
    color: #fff!important;
}

#navigation-menu .term_cond_wrap ul {
    display: flex !important;
    width: 100%;
    padding: 10px 0 !important;
    color: #001f37;
    font-weight: 600;
    text-align: center;
    /* translate: 20px 0px; */
    background: inherit !important;
    cursor: pointer;
    font-size: 11.32px;
}

.term_cond_wrap ul li {
    padding: 0px 5px;
}

.term_cond_wrap ul li:first-child {
    text-align: right;
}

.term_cond_wrap ul li:nth-child(2) {
    border-left: 2px solid #001f37;
    text-align: left;
}

.term_cond_wrap ul li:hover {
    background-color: inherit !important;
}

.mi_close_btn {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 10px;
    z-index: 999999;
    cursor: pointer;
    border: 1px solid #001F37;
    border-radius: 50%;
    height: max-content;
    padding: 4px 4px 0px 3px;
}

.mi_close_btn::before {
    content: '\00D7';
    color: #001F37;
    font-size: 35px;
    line-height: 25px;
    vertical-align: bottom;
}

.mi_popupcontainer {
    display: none;
}

.mi_disclaimer_popup {
    max-height: 500px;
    padding: 10px;
    text-align: center;
    font-family: 'Gothic A1', sans-serif;
    background-color: #FFFFFF;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
}

.mi_popupcontainer .content_term_cond {
    height: 400px;
    scrollbar-color: #001f37 #001f3780;
    scrollbar-width: thin;
    overflow-y: scroll;
    margin-top: 34px;
}

.mi_popupcontainer .content_term_cond,
.mi_popupcontainer .content_privacy_policy {
    width: calc(100% - 31px);
    padding: 10px;
}

.mi_disclaimer_popup p {
    color: #001F37;
    font-family: 'Gothic A1', sans-serif;
    text-align: left;
}