body, html {
    height: 100%;
}
body {
    font-family: "poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    background: #6D7688;
    color: #000;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: center;
    top: 0;
    left: 0;
    line-height: 1.6;
    overflow-y: scroll;
}
footer li a,
#nav li a,
h5 {
    font-weight: 500;
}
.clear, * html .clearfix, *:first-child + html .clearfix {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
 
}
* {
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
}
.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}
*, *:before, *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}
ol {
    margin-left: 15px;
}
li {
    margin-bottom: 10px;
    margin-top: 10px;
}
img {
    border: none;
    max-width: 100%;
}
.bold {
    font-weight: 500;
    display: block;
}
.grid_9 {
    width: 70%;
    float: left;
}
.grid_3 {
    width: 30%;
    float: left;
}
.grid_5 {
    width: 40%;
    float: left;
    position: relative;
}
.grid_7 {
    width: 60%;
    float: left;
}
.chart_holder {
    width: calc(25% - 15px);
    margin-right: 20px;
    margin-bottom: 50px;
}
section {
    position: relative;
    background: #fff;
    background-size: cover;
    z-index: 2;
}
.paddingTopBottom {
    position: relative;
    z-index: 1;
    padding: 260px 0 105px;
}
a, img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
textarea:focus, input:focus, select:focus {
    outline: none;
}
/* General */
.grid_6 {
    width: 50%;
    padding-right: 55px;
    float: left;
    position: relative;
}
.half {
    width: calc(50% - 5px);
    margin-right: 10px;
    float: left;
    position: relative;
}
.grid_4 {
    width: calc(33.33% - 20px);
    margin-right: 30px;
    float: left;
    position: relative;
}
.g4 {
    width: calc(33.33% - 10px);
    margin-right: 15px;
    float: left;
    position: relative;
    display: block;
}
.fullc {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-position: bottom right;
}
.sourceslink {
    padding: 60px;
}
.selectCategory {
    display: inline-block;
    padding-left: 35px;
    text-decoration: underline;
    margin-right: 20px;
    position: relative;
}
.selectCategory span {
    display: inline-block;
    text-decoration: none;
}
.selectCategory:before {
    width: 22px;
    height: 22px;
    content: '';
    display: inline-block;
    margin-right: 20px;
    position: absolute;
    left: 0;
    top: 3px;
}
.gradiant {
    background: linear-gradient(#5eadb9 0%, #8c92ae 100%);
}
.selectCategory.NewsLink:before {
    background: #5eadb9;
}
.selectCategory.ResourcesLink:before {
    background: linear-gradient(#5eadb9 0%, #8c92ae 100%);
}
.selectCategory.OpinionLink:before {
    background: #182955;
}
.selectCategory span:before {
    content: '(';
}
.selectCategory span:after {
    content: ')';
}
.selectCategory span {
    margin-left: 5px;
}
.category {
    float: left;
    width: 50%;
    color: #fff;
    padding: 15px 10px 0 10px;
    font-size: 13px;
    text-align: left;
    text-transform: uppercase;
}
.date {
    float: left;
    width: 50%;
    color: #fff;
    padding: 15px 10px 0 10px;
    font-size: 13px;
    text-align: right;
    text-transform: uppercase;
}
.sourcelink:after {
}
.sourcelink {
    background-color: #6ea3b5;
    padding-bottom: 55px;
    position: relative;
    display: block;
}
.sourcelink:after {
    content: '';
    position: absolute;
    right: 15px;
    bottom: 15px;
    display: block;
    background: url(/images/resources/link.png) no-repeat;
    width: 16px;
    height: 16px;
}
.sourcelink.resources:after {
    width: 17px;
    height: 16px;
    background: url(/images/resources/download.png) no-repeat;
}
.sourcelink.resources {
    background: linear-gradient(#5eadb9 0%, #8c92ae 100%);
}
.sourcelink.opinion {
    background: #182955;
}
.sourcelink .title {
    color: #fff;
    padding: 0 15px;
    text-align: left;
    font-size: 21px;
    display: block;
    float: left;
    line-height: 1.4;
    height: 4.2em;
    overflow: hidden;
}
.bar {
    display: block;
    height: 1px;
    background: #fff;
    margin: 15px 0 18px 0;
    width: 100%;
    float: left;
}
.pageLink {
    color: #5eadb9;
    display: inline-block;
    border: 1px solid #5eadb9;
    width: 40px;
    padding: 7px 0;
    font-size: 16px;
}
.pageLink.active {
    background: #5eadb9;
    color: #fff;
}
.lg1, .lg2, .lg3, .lg0 {
    margin-bottom: 15px;
}
.lg2 {
    margin-right: 0;
}
.grid_8 {
    width: calc(66.66% - 30px);
    float: left;
    position: relative;
}
.img {
    width: 100%;
    margin: 0;
    display: block;
}
.grey {
    color: #636363;
}
.grey i {
    font-family: "libre-bodoni", sans-serif;
    font-weight: 600;
    color: #5eadb9;
    font-style: italic;
}
.last {
    margin-right: 0;
}
h1, h2, h3 {
    font-family: "libre-bodoni", sans-serif;
    font-weight: 700;
    position: relative;
}
h1 {
    font-size: 60px;
    text-align: left;
    color: #fff;
    line-height: 1;
    margin-bottom: 100px;}

h1 span.subtitle {
    font-family: 'Montserrat', sans-serif;
    display: block;
    font-weight: 600;
}
h2 {
    text-align: left;
    color: #fff;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 400;
}
.f36 {
    font-size: 30px;
}
h3 {
    color: #fff;
    max-width: 100%;
    text-align: left;
    font-size: 20px;
    font-weight: 400;
}
h4 {
    color: #182955;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}
h5 {
    color: #5EADB9;
    margin-bottom: 15px;
    text-align: left;
}
.hasline {
    position: relative;
    display: block;
    line-height: 1;
}
.hasline:before {
    content: '';
    position: absolute;
    top: 0.1em;
    height: 0.9em;
    width: 10px;
    background: #fff;
    display: block;
    left: -35px;
}
.stretchLine {
    position: absolute;
    top: 0.1em;
    height: 0.9em;
    width: 10px;
    background: #fff;
    display: block;
    left: -35px;
    min-height: 0.9em;
}
.stretchLine.orange {
    background-color: #B27C66;
}
.stretchLine.blue {
    background: #25365f;
}
.fullheight {
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
    position: relative;
    z-index: 2;
    min-height: 720px;
}
.fullwidth {
    width: 100%;
}
#page-loftuslane{
	background-color: #ffffff;
}
#page-loftuslane section{
	min-height: 100vh;
	z-index: 5;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0 auto;
	background-color: #ffffff;
}
.logo_loftuslane{
	position: relative;
	display: block;
	margin: 50px auto ;
}
.center-content{
	position: relative;
	margin: 0 auto;
	max-width: 60%;
	padding: 0;
	
}
.play-btn{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 50px;
}
.jara.fullheight {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.darklayer:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.3);
    z-index: 0;
    content: '';
}
.bluebg {
    background: #182955;
}
.lightblue {
    background: #dfeff1;
}
.Balgowlah {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 45%;
    min-height: 50%;
    /* max-width: 50%; */
    width: auto !important;
}
header {
    position: fixed;
    z-index: 10;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 75px;
    -webkit-transition: top .5s ease-in-out;
    transition: top .5s ease-in-out;
}
header .container:after {
    content: '';
    left: -90px;
    right: 0;
    top: -10px;
    bottom: -10px;
    border: none;
    z-index: 0;
    background-color: #6D7688;
    display: block;
    position: absolute;
    -webkit-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
}
header.graybg .container:after {
    background: #6D7688;
}
header.totop {
    top: -90px;
}
.container {
    width: 1200px;
    margin: 0 auto;
    max-width: calc(100% - 100px);
    position: relative;
}
.middle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 1200px;
    max-width: calc(100% - 80px);
}
.middle.tobottom {
    top: auto;
    bottom: 100px;
    -webkit-transform: translate(-50%, -0%);
    transform: translate(-50%, -0%);
    z-index: 3;
}
.middle-h {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-0%, -50%);
    transform: translate(-0%, -50%);
    z-index: 2;
}
#blink::after {
    position: absolute;
    right: -20px;
    top: -10px;
    content: "|";
    animation: blinking 0.6s infinite;
}
#blink::before {
    content: " ";
    display: inline-block;
    transform: translateX(-20px);
}
.topheader {
    display: block;
    margin-bottom: 0.15em
}
#blink {
    position: relative;
    display: inline-block;
}
#blink.done:after {
    display: none;
}
 @keyframes blinking {
 from {
 content: "|";
}
 to {
 content: "";
}
}
.caption {
    position: absolute;
    right: 30px;
    bottom: 30px;
    text-align: right;
    font-size: 10px;
    color: #fff;
}
.middle.tobottom .caption {
    bottom: -50px;
    right: 0;
}
.logo {
    left: 5px;
}
.svglogo {
    height: 40px;
}
.cls-1 {
    fill: #fff;
}
header .container {
    height: 55px;
}
#nav {
    right: 10px;
}
#nav li {
    list-style: none;
    display: inline-block;
    margin-right: 25px;
    height: 100%;
    color: #fff;
    line-height: 55px;
}
#nav li a {
    color: #fff;
    font-size: 14px;
    position: relative;
    display: inline-block;
}
#nav li a:after {
    content: '';
    position: absolute;
    left: 0;
    height: 4px;
    background: #fff;
    bottom: 10px;
    display: block;
    width: 0;
    transition: width 0.4s;
}
#nav li.login {
    background: #fff;
    color: #5eacb8;
    margin-right: 0;
}
#nav li.login a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 0 30px 0 40px;
    background-image: url(/images/butttons/login.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    color: #5eacb8;
    position: relative;
}
#nav li a:hover:after, #page-about a.about:after, #page-projects a.projects:after, #page-services a.services:after, #page-contact a.contact:after, #page-resources a.resource:after {
    width: 100%;
}
#page-projects .hover{
    cursor: default;
}
.login_box {
    display: block;
    position: absolute;
    right: 0;
    top: calc(100% - 1px);
    background: white;
    margin: 0;
    width: 300px;
    max-width: initial;
    padding: 10px;
    display: none;
}
li.show .login_box{
    display:block;
}
li.li_error {
    line-height: 20px !important;
    display:block !important;
}
#nav .login_box li {
    list-style: none;
    display: inline-block;
    margin: 0;
    height: auto;
    color: #fff;
    line-height: normal;
    color: #000000;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    width: 100%;
    padding: 0;
    font-size: 14px;
    position: relative;
    display: inline-block;
    color: #5eacb8;
}
#nav li.fmp a {
    padding: 0;
    background: none;
    text-decoration: underline;
}
#nav li.fmp a:after {
    content: none;
}
.login_box li p {
    display: inline-block;
    padding-bottom: 5px;
    color: #5eacb8;
}
#nav .login_box li input {
    display: inline-block;
    border-color: #5eacb8;
}
.login_btn {
    display: block;
    width: 100px;
    text-align: center;
}
#nav .login_box li input.login_btn {
    padding: 15px 0;
    background: #5eacb8;
    border: 1px solid #5eacb8;
    color: #ffffff;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 500;
}
.login_head {
    text-transform: uppercase !important;
}
h2.QUOTE {
    font-size: 21px;
    color: #fff;
    font-style: italic;
    font-weight: 400;
    position: relative;
}
.projectdetail h2.QUOTE {
    margin-top: 80px;
    color: #182955;
}
.QUOTE {
    width: 880px;
    margin: 0 auto;
    max-width: calc(100% - 150px);
    text-align: left;
}
h2.QUOTE:before, h2.QUOTE:after {
    display: block;
    width: 45px;
    height: 33px;
    background-size: cover;
    position: absolute;
}
h2.QUOTE:before {
    content: url(/images/butttons/q1.png);
    left: -75px;
    top: 10px;
}
.projectdetail h2.QUOTE:after {
    content: url(/images/butttons/qb2.png);
}
.projectdetail h2.QUOTE:before {
    content: url(/images/butttons/qb1.png);
}
h2.QUOTE:after {
    content: url(/images/butttons/q2.png);
    right: -45px;
    bottom: 5px;
}
p.QUOTE {
    color: #9AA2AE;
    margin-top: 40px;
    text-align: left;
}
.projectdetail p.QUOTE {
    color: #fff;
}
p.QUOTE span {
    font-weight: 400;
}
.padding-bt-145 {
    padding-bottom: 105px;
    padding-top: 105px;
}
.circle {
    float: left;
    width: 250px;
    margin-right: 50px;
    background: rgba(94,173,185,0.7);
    border-radius: 50%;
    height: 250px;
    position: relative;
    color: #fff;
}
.circle span {
    font-size: 34px;
    font-weight: 500;
}
.last {
    margin-right: 0;
}
.padding-l-100 {
    padding-left: 100px;
}
.blue {
    color: #182955;
}
.offblue {
    color: #6D7688;
}
.backline {
    position: relative;
    line-height: 1.2em;
}
.backline:after {
    content: '';
    position: absolute;
    bottom: 0.1em;
    top: 0.22em;
    width: 8px;
    background: #182955;
    display: block;
    left: -35px;
}
.white.backline:after {
    background: #fff;
}
.project-buttons .active {
    text-decoration: underline;
}
.tel {
    font-family: "libre-bodoni", sans-serif;
    display: block;
    font-size: 28px;
    line-height: 1.1;
    font-weight: 400;
    transform: translateY(-0.2em);
    margin-bottom: 15px;
}
.iconholder {
    position: relative;
    padding-left: 45px;
    margin-bottom: 30px;
}
#page-contact .icon {
    width: 25px;
}
#page-services .icon {
    width: 39px;
}
.icon {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
}
.iconholder .icon {
    top: 4px;
}
.pl75 {
    padding-left: 75px;
}
.pleft {
    padding-left: 45px;
    padding-right: 0;
}
.w1000 {
    width: 1000px;
    max-width: 100%;
}
.w640 {
    width: 700px;
    max-width: 100%;
}
.w580 {
    width: 580px;
    max-width: 100%;
}
.w420 {
    width: 420px;
    max-width: 100%;
}
.margin-b-80 {
    margin-bottom: 80px;
}
.links {
    color: #B27C66;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 500;
    display: block;
    text-align: left;
}
.links:after {
    display: inline-block;
    width: 15px;
    height: 15px;
    content: '';
    border-radius: 50%;
    margin-left: 12px;
    background-color: #6D7688;
    background-image: url(/images/butttons/arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 6px 5px;
    transform: translateY(3px);
}
.hover .caption {
    text-align: left;
    left: 30px;
    z-index: 1;
    -webkit-transition: opacity .35s;
    transition: opacity .35s;
}
.hover:hover .caption {
    opacity: 0.6;
}
.htxt {
    display: block;
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
}
.hover:hover .htxt, .touch .htxt {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.bgcloud {
    background-image: url(/images/home/bg.jpg);
    background-size: cover;
    background-position: top center;
}
.bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    color: #fff;
    text-align: left;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .35s;
    transition: opacity .35s;
}
.hover {
    overflow: hidden;
    background-color: rgba(109, 118, 136, 0.9);
    /* background-color: rgba(94,173,185,1); */
    margin-bottom: 20px;
}

.hover img {
    max-width: calc(100% + 20px);
    width: calc(100% + 20px);
    transform: translateX(-20px);
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.hover:hover img, .touch .hover img {
    opacity: .4;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.hover .middle {
    overflow: hidden;
    padding-bottom: 15px;
    color: #fff;
    text-align: left;
}
.hover .middle:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.hover:hover .middle:after, .touch .hover .middle:after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.bluelink {
    width: 220px;
    padding: 5px;
    background: #182955;
    display: block;
    float: right;
    transition: all 0.35s ease-in-out;
    position: relative;
}
.bluelink.offblue {
    background-color: #EFEFEB;
}
.bluelink.offblue .inner {
    border: none;
    color: #6D7688;
}
.bluelink.submitlink {
    background-color: #6D7688;
    border: 1px solid #6D7688;
}
.bluelink.submitlink .inner {
    border: none;
    color: #EFEFEB;
}
.bluelink .inner {
    display: block;
    margin: 0 auto;
    padding: 15px 0;
    color: #fff;
    border: 2px solid #fff;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    transition: all 0.35s ease-in-out;
}
.bluelink:hover {
    background: #fff;
}
.bluelink:hover .inner {
    color: #6D7688;
}
.projectdetail {
    background: #5eadb9;
    padding: 30px;
    margin-bottom: 30px;
}
.content {
    position: relative;
}
.projectImage {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(50% - 15px);
    height: 100%;
    background-size: cover;
    display: block;
}
.gd1 .projectImage {
    left: auto;
    right: 0;
}
.g6 {
    width: calc(50% - 15px);
    float: right;
    text-align: left;
    color: #fff;
    border: 1px solid #fff;
}
.gd1 .g6 {
    float: left;
}
.new_content p, ol {
    margin-bottom: 10px;
    color: #636363;
}
.intro_content p, ol {
    margin-bottom: 25px;
    width: 1000px;
    max-width: 100%;
    color: #636363;
}
.intro_content {
    margin-bottom: 55px;
}
.lfix {
    width: 30px;
    display: inline-block;
}
.content p {
    border-bottom: 1px solid #fff;
    padding: 10px;
    font-size: 21px;
    font-weight: bold;
}
.content p label {
    font-weight: 500;
    margin-right: 20px;
}
.content p.projectName label {
    margin-right: 10px;
}
.content p.projectName {
    padding: 20px 10px;
}
.Status {
    width: 100%;
}
.Lots {
    width: 100%;
}
.project_holder {
    min-height: 50vh;
}
.content p.Description {
    font-size: 18px;
    font-weight: 500;
    padding: 20px 20px 40px 20px;
    float: left;
    border-bottom: none;
}
.margin-b-f {
    height: 500px;
    z-index: 0;
    display: block
}
#page-contact #topfooter {
    display: none;
}
footer {
    background: #182955;
    text-align: left;
    position: fixed;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%
}
.footerlink {
    color: #fff;
    text-align: left;
    margin-bottom: 30px;
    display: block;
}
.f16 {
    font-size: 16px;
}
.f13 {
    font-size: 13px;
}
.pl0 {
    padding-right: 0;
}
footer ul {
    padding-left: 80px;
}
footer ul li {
    display: block;
    color: #fff;
    list-style: none;
    margin-bottom: 12px;
    font-size: 14px;
}
.info {
    background: #132144;
    padding: 10px 0;
    font-size: 10px;
    color: #fff;
}
.serviceholder {
    margin-bottom: 65px;
    position: relative;
}
.leftalign {
    text-align: left;
}
.margin-b-25 {
    margin-bottom: 25px;
}
.margin-b-10 {
    margin-bottom: 10px;
}
.copyright {
    display: inline-block;
    margin-right: 30px;
}
.form {
    width: 1100px;
    margin: 0 auto;
    max-width: calc(100% - 60px);
    text-align: left;
    color: #B27C66;
}
input:not([type=checkbox]), textarea, select {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    margin: 5px 0 15px 0;
    padding: 10px;
    width: 100%;
    color: #B27C66;
    border: 0 none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 1px solid #B27C66;
    text-align: left;
    display: block;
}
textarea {
    margin-bottom: 30px;
}
 input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus input:-webkit-autofill {
 -webkit-box-shadow: 0 0 0 30px #dfeff1 inset;
 -webkit-text-fill-color: #182955 !important;
}
select {
    text-align-last: left;
    text-align: left;
    -ms-text-align-last: left;
    -moz-text-align-last: left;
    text-align-last: left;
}
select option {
    background: #000000;
    color: #fff;
    text-align-last: left;
    text-align: left;
    -ms-text-align-last: left;
    -moz-text-align-last: left;
    text-align-last: left;
}
 input:-webkit-input-placeholder, textarea:-webkit-input-placeholder {
 color: #c7c7c7;
 opacity: 1;
}
 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
 color: #c7c7c7;
 opacity: 1;
}
 input:-moz-placeholder, textarea:-moz-placeholder {
 color: #c7c7c7;
 opacity: 1;
}
 input::-moz-placeholder, textarea::-moz-placeholder {
 color: #c7c7c7;
 opacity: 1;
}
 input:-ms-input-placeholder, textarea:-ms-input-placeholder {
 color: #c7c7c7;
 opacity: 1;
}
 input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
 color: transparent;
}
 input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
 color: transparent;
}
 input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
 color: transparent;
}
 input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
 color: transparent;
}
.leffloat {
    float: left;
}
.gray {
    color: #646464;
}
.spantitle {
    margin-right: 50px;
}
.titledetail {
    color: #182955;
    font-size: 21px;
}
.margin-t-90 {
    margin-top: 90px;
}
.margin-b-50 {
    margin-bottom: 50px;
}
.blue {
    color: #25365f;
}
.orange {
    color: #B27C66;
}
.font12 {
    font-size: 12px;
}
.margin-r-15 {
    margin-right: 15px;
}
.margin-r-50 {
    margin-right: 50px;
}
.bgblue {
    background-color: #dfeff1;
}
.lightgray {
    color: #c8c8c8;
}
.icondetails {
    vertical-align: middle;
}
#page-details h1 {
    font-weight: 500;
}
.More {
    font-family: "libre-bodoni", sans-serif;
    color: #6D7688;
    display: block;
    text-align: right;
    font-style: italic;
    margin-top: 15px;
}
.topbtn {
    position: absolute;
    right: 0;
    top: 55px;
    display: block;
    width: 40px;
}
#nav-toggle {
    position: absolute;
    right: 0;
    z-index: 13;
    cursor: pointer;
    width: 30px;
    height: 25px;
    position: absolute;
    top: 20px;
    display: none;
}
#nav-toggle span, #nav-toggle span:after, #nav-toggle span:before {
    cursor: pointer;
    height: 2px;
    width: 100%;
    background: #fff;
    position: absolute;
    display: block;
    content: '';
    top: 12px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
#nav-toggle span:after {
    top: auto;
    bottom: -9px;
}
#nav-toggle span::before {
    top: -9px;
}
#nav-toggle.active span {
    background-color: transparent !important;
}
#nav-toggle.active span:after, #nav-toggle.active span:before {
    top: 0;
}
#nav-toggle.active span:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
#nav-toggle.active span:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.breakTab {
    display: none;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.6, 0.2, 0.1, 1);
}
.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
 @keyframes fadeIn {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}
 @-webkit-keyframes slideIn {
 0% {
 opacity: 0;
 -webkit-transform: translateX(-40px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateX(0);
}
}
 @keyframes slideIn {
 0% {
 opacity: 0;
 -ms-transform: translateX(-40px);
 transform: translateX(-40px);
}
 100% {
 opacity: 1;
 -ms-transform: translateX(0);
 transform: translateX(0);
}
}
.slideOut {
    -webkit-animation-name: slideOut;
    animation-name: slideOut;
}
 @-webkit-keyframes slideOut {
 0% {
 opacity: 0;
 -webkit-transform: translateX(40px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateX(0);
}
}
 @keyframes slideOut {
 0% {
 opacity: 0;
 -ms-transform: translateX(40px);
 transform: translateX(40px);
}
 100% {
 opacity: 1;
 -ms-transform: translateX(0);
 transform: translateX(0);
}
}
#page-clientlogin .cls-1 {
    fill: #000 !important;
}
.center_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    transform: translate(-50%, -50%);
    max-width: 50%;
}
.bg1 {
    border: 1px solid #B6B6B6;
}
.mb30 {
    margin-bottom: 30px;
}
#page-clientlogin h2.black {
    font-family: 'Montserrat', sans-serif;
    color: #000 !important;
    background-color: transparent;
    font-weight: 400;
	margin-bottom: 0;
    font-size: 18px;
    margin: 20px 0;
}
#page-clientlogin {
    padding-top: 100px;
}
#page-clientlogin #topfooter {
    display: none;
}
#page-clientlogin .tr_0:hover td, #page-clientlogin .tr_0:hover td a{
	color: #000000 !important;
}

#page-clientlogin form{
	margin-top: 0 !important;
}
.back_to_project {
    display: block;
    text-align: left;
    margin-bottom: 50px;
	font-size: 12px;
	padding-top: 20px;
}
.back_to_project span {
    border-bottom: 1px solid #000000;
}
.nomarginright {
    margin-right: 0;
}
.details_holder {
    padding: 20px 10px;
}
.details_holder p {
    padding: 10px 10px;
    border-bottom: 1px solid #E7E7E7;
    position: relative;
    text-align: left;
}
.details_holder p.navy.bold {
    height: 77px;
}
.color_holder {
    display: block;
    position: absolute;
    width: 10px;
    height: 100%;
    top: 0;
    right: 100%;
}
.navy_bg {
    background-color: #182955;
}
.lightblue_bg {
    background-color: #5EADB9;
}
.offblue_bg {
    background-color: #6D7688;
}
.cream_bg {
    background-color: #EFEFEB;
}
.rose_bg {
    background-color: #C38C81;
}
.lightgray_bg{
	background-color: #C8C8C8;
}
.darkgreen_bg{
	background-color: darkgreen;
}
.amber_bg{
	background-color: #ffbf00;
}
.red_bg{
	background-color: red;
}
.number_holder {
    float: right
}
.hidden {
    visibility: hidden;
}
.chart {
    padding: 10px;
    margin-bottom: 10px;
    text-align: -webkit-center;
    text-align: center;
}

.activate-form h5 {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
}
.activate-form input{
    text-align:center;
    margin:0 auto;
    margin-bottom: 20px;
}
*.Error {
    position: absolute;
    bottom: 0;
    font-size: 11px;
    color: red;
}


#loader {
    display: none;
}


/* Calendar-landing page stylesheet */

#page-calendar {
    padding: 100px 0 0;
    color: #000;
    background: #ededed;
    height: auto;
}

.fs16 {
    font-size: 16px;
}

.over-auto {
    overflow: auto;
}

.mb140 {
    margin-bottom: 140px;
    margin-bottom: 80px;
}
.mb80 {
    margin-bottom: 80px;
}

.flexbox {
    display:flex; 
    justify-content: space-between;

}

#calender_form .group {
    margin-bottom: 80px;
}

.day {
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 20px;
}

#calender_form .flexbox {
    width: 515px;
    max-width: 100%;
}

#calender_form .flexbox p {
    display: block;
    text-align:left;
    margin-bottom: 20px;
}

#calender_form .flexbox p:first-of-type {
    width: 200px;
}

#calender_form .flexbox p:last-of-type {
    width: 300px;
}

.time, .status {
    width: 200px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 15px 0;
    padding: 10px;
    border: 0 none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 1px solid #182955;
    text-align: left;
    display: block;
    

}

 .status {
    width: 300px;
    text-align: center;
    transition: all 0.3s ease;

}

.status:hover {
    background: #000;
    color: #fff;
}

.status.not:hover, .status.not {
    background: transparent;
    color: #F00D0D;
    cursor: auto;
}

#calender_form .flexbox input[type='button'] {
    text-align: center;
}


#page-calendar .client-logo {
    display: block;
    background: #eef5f4;
    padding: 40px;
    margin-bottom: 60px;
}

#page-calendar .client-logo img {
    display: block;
    margin: 0 auto;
}


#calender_form .group {
    overflow: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}
#calender_form .group .innergroup {
    max-width: calc(49%);
    float: left;
    padding-bottom: 0;
    margin-bottom: 40px;
}


.purchaser_link {
    width: 160px;
    background: #182955;
    display: block;
    float: right;
    transition: all 0.35s ease-in-out;
    position: relative;
    padding: 10px 0;
    color: #fff;
    border: 2px solid #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
}
#page-clientlogin.purchaser_list *{
	 
	font-weight: 400;
	 
}
#page-clientlogin.purchaser_list th, #page-clientlogin.purchaser_list td{
	text-align: left !important;
}
#page-clientlogin.purchaser_list section{
	padding: 0;
	padding-bottom: 20px;
}
#page-clientlogin.purchaser_list #DetailPanel{
	color: #133C70 !important;
}
#page-clientlogin.purchaser_list .list{
	font-weight: 400;
	text-align: left;
	font-size: 14px;
 
}
#page-clientlogin.purchaser_list #ListPanel .list   th{
	padding: 10px;
}
#page-clientlogin.purchaser_list #ListPanel .list   td{
	padding:5px 0 0 10px;
}
#page-clientlogin.purchaser_list .list  tr:hover:first-childs{
	background-color: #133C70 !important;
}
#page-clientlogin.purchaser_list #DetailPanel #addUpdate{
	max-width: 1080px;
	margin: 0;
}
#page-clientlogin.purchaser_list #DetailPanel #addUpdate th{
    margin: 0;
    text-align: left;
    padding-bottom: 0;
	margin: 0;
    padding: 0 ;
    font-weight: normal;
	line-height: initial;
	color: #133C70;
}
#page-clientlogin.purchaser_list .container{
	width: 100%;
}
#page-clientlogin.purchaser_list .container #DetailPanel input, #page-clientlogin.purchaser_list .container #DetailPanel select, #page-clientlogin.purchaser_list .container #DetailPanel option{
	padding: 5px;
	margin-bottom: 5px;
	color: #133C70;

}

#page-clientlogin.purchaser_list .container #DetailPanel tr:first-child{
	background: transparent;
}
.pl15{
	padding-left: 15px !important;
}
.w140{
	width: 140px;
}
.w200{
	width: 200px;
}
.pb20{
	padding-bottom: 20px;
}

#page-clientlogin.purchaser_list #DetailPanel th, #page-clientlogin.purchaser_list #DetailPanel td{
		font-size: 14px !important;
}
#page-clientlogin.purchaser_list #DetailPanel textarea{
	margin-bottom: 5px;
	color: #133C70;
}
#page-clientlogin {
	background: transparent;
}

#page-clientlogin.purchaser_list .button {
    color: #fff;
    font-weight: 400;
    padding: 5px 10px;
    margin-top: 0;
    display: block;
    text-transform: uppercase;
    background: #133C70;
	text-align: center !important;
}
.tr_0 {
    background: #f6f6f6 !important;
    transition: 0.4s all !important;
}
.tr_0 td, .tr_0 th{padding: 10px !important;}
.text-tr-none{
	margin: 20px 0;
	display: inline-block;
}
#Submit1, #BtnNextPurchaser{
	color: #ffffff !important;
}
#page-clientlogin p{
	font-weight: 400
}
h2.bold{
	font-weight: bold !important
}
#page-clientlogin section{
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	background: #ffffff;
}
p.navy.bold{
	font-weight: 500 !important;
}
#page-clientlogin footer{
	display: none;
}
#page-clientlogin .margin-b-f{
	height: 0;
}
@media screen and (max-height : 800px) {
    .paddingTopBottom {
    position: relative;
    z-index: 1;
    padding: 180px 0 80px;
}
}

@media screen and (max-width : 1450px) {
    header .container:after {
        content: '';
        left: -10px;
    }
}

@media screen and (max-width : 1200px) {
    #calender_form .flexbox {
        width: 365px;
    }

        .time, #calender_form .flexbox p:first-of-type {
            width: 90px;
        }

        .status, #calender_form .flexbox p:last-of-type {
            width: calc(100% - 100px)!important;
        }
}

@media screen and (max-width : 1200px) {
header .container:after {
    content: '';
    left: 0;
}
.logo {
    left: 14px;
}
h1 {
    font-size: 60px;
}
.breakTab {
    display: block;
}
.circle {
    float: none;
    display: inline-block;
    margin: 20px;
}
.paddingtouch {
    height: auto;
    padding-bottom: 40px;
}
.links {
    font-size: 16px;
}
}

@media screen and (max-width : 1280px) {
	.center-content{
		max-width: 80%;
	}
}
	
	@media screen and (max-width : 1024px) {
	.center-content{
		max-width: inherit;
		width: 80%;
	}

    
.chart_holder {
    width: calc(50% - 20px);
    margin: 0 auto;
    margin: 10px;
    margin-bottom: 50px;
}
.chart {
    max-width: 70%;
    margin: 0 auto;
    text-align: center;
    text-align: -webkit-center;
}
}

@media screen and (max-width : 1000px) {

    #calender_form .time {
        display:flex;
        justify-content:center;
        align-items:center;
    }
    
    #calender_form .group .innergroup {
        width: 100% !important;
        max-width: 100% !important;
    }

    .time {
        width: 85px;
        margin-bottom: 10px;

    }

    .status {
        margin-bottom: 10px;
        width: 235px;
    }

    #calender_form .flexbox {
        width: 330px;
    }



body {
    font-size: 16px;
}
.chart {
    max-width: 50%;
    margin: 0 auto;
    text-align: center;
    text-align: -webkit-center;
}
.chart_holder {
    width: calc(50% - 20px);
    margin: 0 auto;
    margin-bottom: 50px;
}
.padding-bt-145 {
    padding-bottom: 60px;
    padding-top: 60px;
}
.middle.tobottom {
    top: auto;
    bottom: auto;
    left: auto;
    transform: translate(-0%, -0%);
    position: relative;
    margin: 0 auto;
    padding: 0;
    height: 100%;
}
.middle.tobottom .caption {
    bottom: 80px;
    right: 0;
}
.middle.tobottom h1 {
    position: absolute;
    left: 0;
    top: 150px;
}
	
section.fullheight.fullm {
    height: calc(100% - 65px);
}
.fullheight {
    height: auto;
}
.fullheight.fullm {
    height: 100%;
    min-height: 300px;
}
header .container {
    max-width: calc(100% - 30px);
}
h1 {
    margin-bottom: 0;
}
h1 span.subtitle {
    margin-bottom: 20px;
    font-size: 38px;
}
header.totop.active {
    top: 0;
}
h2 {
    font-size: 21px;
}
h2.QUOTE:before {
    transform: scale(0.8);
    left: -22px;
    top: -15px;
}
h2.QUOTE:after {
    transform: scale(0.8);
    right: 0;
    bottom: -15px;
}
h2.QUOTE {
    font-size: 18px;
    padding: 20px 0;
    max-width: calc(100% - 60px);
}
p.QUOTE {
    font-size: 14px;
    margin-top: 20px;
    max-width: calc(100% - 60px);
}
.projectdetail p.QUOTE {
    padding-bottom: 30px;
}
.container {
    max-width: calc(100% - 40px);
}
.content p.Description {
    font-size: 16px;
    padding: 10px 8px 40px 9px;
}
.hasline, .backline {
    padding-left: 20px;
}
.stretchLine {
    width: 6px;
    left: -20px;
}
.content p, .content p.projectName {
    padding: 10px 7px;
}
.backline:after, .hasline:before {
    width: 6px;
    left: 0;
}
.logo {
    top: 15px;
    transform: translate(-0%, -0%);
    z-index: 10;
    left: 0;
}
.svglogo {
    height: 30px;
}
header .container {
    width: 100%;
    transform: none;
    left: auto;
    right: auto;
    height: auto;
    top: auto;
    position: relative;
}
header .container:after {
    display: none;
}
.hover {
    margin-bottom: 20px;
}
#nav-toggle {
    display: block;
}
#nav li {
    display: block;
    text-align: left;
    line-height: 35px;
    margin-right: 0;
    border-bottom: 1px solid #ffffff;
}
#nav li.login {
    width: 100%;
    margin-top: 30px;
}
#nav li a {
    color: #ffffff;
    font-size: 14px;
    transition: 0.5s all;
    border-bottom: 1px solid transparent;
    letter-spacing: 1px;
    display: inline-block;
}
#nav li a:after {
    height: 2px;
    bottom: 7px;
}
header {
    overflow: hidden;
    border: 2px solid #fff;
    width: calc(100% - 40px);
    transition: all 0.5s;
    height: 65px;
}
.movetoptop {
    margin-top: -65px;
}
header.graybg {
    background: #6D7688;
}
header.active {
    background-color: #6D7688;
    min-height: 60px;
    height: auto
}
.login_head {
    display: none;
}
.login_box {
    display: block;
    position: relative;
    right: auto;
    top: auto;
    background: white;
    margin: 0;
    width: 100%;
    max-width: 100%;
    padding: 10px;
    display: none;
}
#nav {
    transform: none;
    top: auto;
    width: 100%;
    left: auto;
    position: relative;
    right: auto;
    padding-top: 70px;
}
.grid_5, .grid_7, .grid_6, .grid_4, .g4, .grid_9, .grid_3 {
    width: 100%;
}
.padding-l-100 {
    padding-left: 0;
    padding-top: 50px;
}
.margin-b-80 {
    margin-bottom: 40px;
}
.f36 {
    font-size: 28px;
}
.bluelink {
    float: none;
    margin: 40px auto 0 auto;
}
footer ul {
    padding-left: 0;
    margin: 40px 0 0 0;
}
.copyright {
    display: block;
    margin-bottom: 10px;
}
h4 {
    font-size: 18px;
}
.serviceholder .icon {
    position: relative;
    margin-bottom: 10px;
}
.pleft {
    padding-left: 0;
    padding-right: 0;
}
.pl75 {
    padding-left: 0;
}
.paddingTopBottom {
    position: relative;
    z-index: 1;
    padding: 180px 0 200px;
}
.g6 {
    width: 100%;
}
.projectImage {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    width: 100%;
    height: 80vw;
}
.content p {
    font-size: 16px;
}
.projectdetail {
    padding: 0;
}
.Status, .Lots {
    width: 100%;
    border-right: none;
}
.grid_8 {
    width: 100%;
}
.sourceslink {
    padding: 30px;
}
.page-details h1 {
    font-size: 32px;
}
.spantitle {
    margin-right: 0;
    display: block;
    margin-bottom: 10px;
}
.margin-b-50 {
    margin-bottom: 25px;
}
.lightgray {
    margin-bottom: 20px;
}
.grid_6 {
    width: 100%;
    padding-right: 0;
}
.form {
    max-width: calc(100% - 30px);
}
.half {
    width: 100%;
}
.iconholder {
    padding-left: 35px;
    margin-bottom: 20px;
    font-size: 15px;
}
.formbox {
    margin-top: 30px;
}
.paddingTopBottom h1 {
    margin-bottom: 30px;
}
.margin-b-f {
    display: none
}
footer {
    position: relative;
}
.d {
    display: none
}
#linholder .grid_7 {
    padding-left: 20px;
    padding-right: 20px;
}
}

@media screen and (max-width:760px) {
    .rsvp {
        width:calc(50% - 10px)!important;
        margin-right:0!important;
    }

    .rsvp:nth-last-of-type(2n) {
        float:right!important;
    }


    #calender_form .group .innergroup {
        max-width: 100%;
        margin-bottom: 40px;
    }

    #calender_form .group .innergroup:last-of-type {
        margin-bottom: 0;
    }
    .svglogo {
        height: 24px;
        left: 0;
        position: absolute;
    }
    
    .logo {
        top: 20px;
        width: 100%;
    }
}

@media screen and (max-width : 480px) {
    .chart {
        max-width: 74%;
        margin: 0 auto;
        text-align: center;
        text-align: -webkit-center;
    }

    .mb140 {
        margin-bottom: 70px;
    }

    /*.time, #calender_form .flexbox p:first-of-type {
        width: 30%;
        font-size: 12px;
        margin-bottom: 10px;
    }

    .status, #calender_form .flexbox p:last-of-type {
        width: calc(70% - 10px);
        font-size: 12px;
        margin-bottom: 10px;
    }*/

    #location-details {
        flex-wrap: wrap;
    }

    #location-details h2.fs16 {
        margin-bottom: 0
    }

    #location-details > * {
        width: 100%;
    }
}

@media screen and (max-width: 320px) {
    .rsvp {
        font-size:10px!important;
    }
}

