html,
body {
    width: 100%;
    height: 100%; 
}

body {
    font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif'; 
}

hr {
    max-width: 100px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: rgba(34, 34, 34, 0.3); 
}

.hr-50 {
    max-width: 50vw;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: rgba(34, 34, 34, 0.3); 
}

hr.light {
    border-color: white; 
}
  
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 200;
    letter-spacing: 1px; 
}

p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px; 
}
  
a {
	color: #138FA7; 
}
a:hover {
	color: #0e6879; 
}
.text-primary {
	color: #138FA7 !important; 
}

section.body-loader{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1rem;
	z-index: 3000;
	background-color: rgb(255, 255, 255);
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;	
}



.carousel-caption{
	bottom: 15% !important;
}

.carousel-header{
	font-weight: 400;
	font-size: 20px;
}

.carousel-text{
	font-size: 16px;
}

@media (min-width: 768px) {
	.carousel-header{
		font-weight: 600;
		font-size: 50px;
	}

	.carousel-text{
		font-size: 30px;
	}

	.carousel-caption{
		bottom: 25% !important;
	}	
}

.btn-outline-white {
	color: white;
	background-color: transparent;
	background-image: none;
	border-color: white;
	padding: 0.25rem 0.5rem;
}
  
.btn-outline-white:hover {
	color: black;
	background-color: white;
	border-color: white;
}
  
.btn-outline-white:focus, .btn-outline-white.focus {
	box-shadow: 0 0 0 0.2rem rgb(255, 255, 255, 0.5);
}

.btn-outline-theme {
	color: rgb(97, 37, 37) !important;
	background-color: transparent;
	background-image: none;
	border-color: rgb(97, 37, 37);
	padding: 0.25rem 0.5rem;
}
  
.btn-outline-theme:hover {
	color: white !important;
	background-color: rgb(97, 37, 37);
	border-color: rgb(97, 37, 37);
}
  
.btn-outline-theme:focus, .btn-outline-theme.focus {
	box-shadow: 0 0 0 0.2rem rgb(255, 255, 255, 0.5);
}



.btn-theme {
	color: white;
	background-color: rgb(97, 37, 37) !important;
	background-image: none;
	border-color: rgb(97, 37, 37) !important;
	padding: 0.25rem 0.5rem;
}
  
.btn-theme:hover {
	color: white !important;
	background-color: rgb(66, 24, 24) !important;
	border-color: rgb(66, 24, 24) !important;
}
  
.btn-theme:focus, .btn-theme.focus {
	box-shadow: 0 0 0 0.2rem rgb(255, 255, 255, 0.5);
}


  
.btn-outline-dark:hover {
	color: white !important;
}
	  
@media (min-width: 768px) {
	.btn-outline-white {
		padding: 0.5rem 2rem;
	}
	.btn-outline-theme {
		padding: 0.5rem 2rem;
	}
	.btn-theme {
		padding: 0.5rem 2rem;
	}
}

    
section {
    padding: 50px 0; 
}
section h2 {
    font-size: 50px; 
}  
section h2.section-heading {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 15px; 
}
section h3.section-subheading {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 75px;
    text-transform: none;
    font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif; 
}

@media (min-width: 768px) {
    section {
        padding: 100px 0; 
    } 
}


#mainNav {
    border-color: rgba(34, 34, 34, 0.05);
    background-color: white;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 200;
    letter-spacing: 1px; 
}
#mainNav .navbar-brand {
    color: rgb(97, 37, 37);;
    font-weight: 900;
    font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 200;
    letter-spacing: 1px; 
}
#mainNav .navbar-toggler {
    font-size: 16px;
    padding: 8px 10px;
    color: white; 
}
#mainNav .navbar-nav > li > a {
    font-size: 11px;
    font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
    letter-spacing: 2px;
    text-transform: uppercase; 
}

@media (max-width: 991px) {

	#mainNav {
		border-color: rgb(97, 37, 37);
		background-color: rgb(97, 37, 37); 
	}
	#mainNav.navbar-transparent {
		border-color: rgb(97, 37, 37);
		background-color: rgb(97, 37, 37) !important; 
	}
	#mainNav .navbar-brand {
		color: white;
		font-weight: 600;
		border-bottom: 2px solid transparent; 
	}
	#mainNav .navbar-brand:hover {
		color: white;
		font-weight: 600;
		border-bottom: 2px solid white; 
	}
	#mainNav .navbar-nav > li > a,
	#mainNav .navbar-nav > li > a:focus {
		color: white;
		font-weight: 600;
		border-bottom: 2px solid transparent; 
	}
	#mainNav .navbar-nav > li > a:hover,
	#mainNav .navbar-nav > li > a:focus:hover {
		color: white;
		font-weight: 600;		
		border-bottom: 2px solid white;
	}
	#mainNav .navbar-collapse{
		padding-left: 15px;
	}
	#mainNav .navbar-nav > li > a.active {
		color: white;
		border-bottom: 2px solid white; 
    }

    #mainNav.navbar-shrink {
        border-color: rgba(34, 34, 34, 0.1);
        background-color: rgb(97, 37, 37); 
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden; 
    }
    #mainNav.navbar-shrink .navbar-brand {
        color: white;
		font-weight: 600;
		border-bottom: 2px solid transparent; 
    }
	#mainNav.navbar-shrink .navbar-brand:hover { 	
		color: white;
		border-bottom: 2px solid white; 
    }    
    #mainNav.navbar-shrink .navbar-nav > li > a {
        color: white;
        font-weight: 600;		
	}
    #mainNav.navbar-shrink .navbar-nav > li > a:focus {
        color: white;
		font-weight: 600;
		border-bottom: 2px solid transparent; 
    }
    #mainNav.navbar-shrink .navbar-nav > li > a:hover,
    #mainNav.navbar-shrink .navbar-nav > li > a:focus:hover {
		color: white;
		border-bottom: 2px solid white; 
    }
    #mainNav.navbar-shrink .navbar-nav > li > a.active {
		color: white;
		border-bottom: 2px solid white; 
	}
	.header{
		margin-top: 55px;
	}

}
  
@media (min-width: 992px) {
  
	#mainNav {
		border-color: transparent;
		background-color: transparent; 
	}
	#mainNav.navbar-transparent {
		border-color: transparent;
		background-color: transparent !important; 
	}
	#mainNav .navbar-brand {
		color: white;
		font-weight: 600;
		border-bottom: 2px solid transparent; 
	}
	#mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
		color: white;
		font-weight: 600;
		border-bottom: 2px solid white; 
	}
	#mainNav .navbar-nav > li > a,
	#mainNav .navbar-nav > li > a:focus {
		color: white;
		font-weight: 600;
		border-bottom: 2px solid transparent; 
	}
	#mainNav .navbar-nav > li > a:hover,
	#mainNav .navbar-nav > li > a:focus:hover {
		color: white;
		font-weight: 600;
		border-bottom: 2px solid white; 
	}
	#mainNav .navbar-nav > li > a.active {
        color: white !important;
        border-bottom: 2px solid white !important;
    }


    #mainNav.navbar-shrink {
        border-color: rgba(34, 34, 34, 0.1);
        background-color: white; 
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden; 
    }
    #mainNav.navbar-shrink .navbar-brand {
        color: rgb(97, 37, 37);
        font-weight: 600;
        border-bottom: 2px solid white; 
    }
    #mainNav.navbar-shrink .navbar-brand:hover, #mainNav.navbar-shrink .navbar-brand:focus {
        color: rgb(97, 37, 37);
        border-bottom: 2px solid rgb(97, 37, 37);
    }    
    #mainNav.navbar-shrink .navbar-nav > li > a,
    #mainNav.navbar-shrink .navbar-nav > li > a:focus {
        color: rgb(97, 37, 37);
        font-weight: 600;
        border-bottom: 2px solid white; 
    }
    #mainNav.navbar-shrink .navbar-nav > li > a:hover,
    #mainNav.navbar-shrink .navbar-nav > li > a:focus:hover {
        color: rgb(97, 37, 37);
        border-bottom: 2px solid rgb(97, 37, 37);
    }
    #mainNav.navbar-shrink .navbar-nav > li > a.active {
        color: rgb(97, 37, 37) !important;
        border-bottom: 2px solid rgb(97, 37, 37) !important;
    }
}


#projectNav {
    border-color: rgba(34, 34, 34, 0.05);
    background-color: white;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 200;
    letter-spacing: 1px; 
}
#projectNav .navbar-brand {
    color: black;
    font-weight: 900;
    font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 200;
    letter-spacing: 1px; 
}
#projectNav .navbar-toggler {
    font-size: 16px;
    padding: 8px 10px;
    color: white; 
}
#projectNav .navbar-nav > li > a {
    font-size: 11px;
    font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
    letter-spacing: 2px;
    text-transform: uppercase; 
}

@media (max-width: 767px) {

	#projectNav {
		border-color: black;
		background-color: black; 
	}
	/* #projectNav.navbar-transparent {
		border-color: black;
		background-color: black !important; 
	} */
	#projectNav .navbar-brand {
		color: white;
		font-weight: 600;
		border-bottom: 2px solid transparent; 
	}
	#projectNav .navbar-brand:hover {
		color: white;
		font-weight: 600;
		border-bottom: 2px solid white; 
	}
	#projectNav .navbar-nav > li > a,
	#projectNav .navbar-nav > li > a:focus {
		color: white;
		font-weight: 600;
		border-bottom: 2px solid transparent; 
	}
	#projectNav .navbar-nav > li > a:hover,
	#projectNav .navbar-nav > li > a:focus:hover {
		color: white;
		font-weight: 600;		
		border-bottom: 2px solid white;
	}
	#projectNav .navbar-collapse{
		padding-left: 15px;
		background-color: rgb(0, 0, 0, 0.5); 
	}
	#projectNav .navbar-nav > li > a.active {
		color: white;
		border-bottom: 2px solid white; 
    }

    /* #projectNav.navbar-shrink {
        border-color: rgba(34, 34, 34, 0.1);
        background-color: black; 
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden; 
    }
    #projectNav.navbar-shrink .navbar-brand {
        color: white;
		font-weight: 600;
		border-bottom: 2px solid transparent; 
    }
	#projectNav.navbar-shrink .navbar-brand:hover { 	
		color: white;
		border-bottom: 2px solid white; 
    }    
    #projectNav.navbar-shrink .navbar-nav > li > a {
        color: white;
        font-weight: 600;		
	}
    #projectNav.navbar-shrink .navbar-nav > li > a:focus {
        color: white;
		font-weight: 600;
		border-bottom: 2px solid transparent; 
    }
    #projectNav.navbar-shrink .navbar-nav > li > a:hover,
    #projectNav.navbar-shrink .navbar-nav > li > a:focus:hover {
		color: white;
		border-bottom: 2px solid white; 
    }
    #projectNav.navbar-shrink .navbar-nav > li > a.active {
		color: white;
		border-bottom: 2px solid white; 
    } */
}
  
@media (min-width: 768px) {
  
	#projectNav {
		border-color: white;
		background-color: white; 
	}
	/* #projectNav.navbar-transparent {
		border-color: transparent;
		background-color: transparent !important; 
	} */
	#projectNav .navbar-brand {
		color: black;
		font-weight: 600;
		border-bottom: 2px solid transparent; 
	}
	#projectNav .navbar-brand:hover, #projectNav .navbar-brand:focus {
		color: black;
		font-weight: 600;
		border-bottom: 2px solid black; 
	}
	#projectNav .navbar-nav > li > a,
	#projectNav .navbar-nav > li > a:focus {
		color: black;
		font-weight: 600;
		border-bottom: 2px solid transparent; 
	}
	#projectNav .navbar-nav > li > a:hover,
	#projectNav .navbar-nav > li > a:focus:hover {
		color: black;
		font-weight: 600;
		border-bottom: 2px solid black; 
	}
	#projectNav .navbar-nav > li > a.active {
        color: black !important;
        border-bottom: 2px solid black !important;
    }


    /* #projectNav.navbar-shrink {
        border-color: rgba(34, 34, 34, 0.1);
        background-color: white; 
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden; 
    }
    #projectNav.navbar-shrink .navbar-brand {
        color: black;
        font-weight: 600;
        border-bottom: 2px solid white; 
    }
    #projectNav.navbar-shrink .navbar-brand:hover, #projectNav.navbar-shrink .navbar-brand:focus {
        color: black;
        border-bottom: 2px solid black; 
    }    
    #projectNav.navbar-shrink .navbar-nav > li > a,
    #projectNav.navbar-shrink .navbar-nav > li > a:focus {
        color: black;
        font-weight: 600;
        border-bottom: 2px solid white; 
    }
    #projectNav.navbar-shrink .navbar-nav > li > a:hover,
    #projectNav.navbar-shrink .navbar-nav > li > a:focus:hover {
        color: black;
        border-bottom: 2px solid black; 
    }
    #projectNav.navbar-shrink .navbar-nav > li > a.active {
        color: black !important;
        border-bottom: 2px solid black !important;
    } */
}


section#contact {
	background-color: rgb(97, 37, 37);
	background-image: url("../img/map-image.png");
	background-repeat: no-repeat;
	background-position: center; 
}
section#contact .section-heading {
	color: #fff; 
}
section#contact .form-group {
	margin-bottom: 25px; 
}
section#contact .form-group input,
section#contact .form-group textarea {
	padding: 20px; 
}
section#contact .form-group input.form-control {
	height: auto; 
}
section#contact .form-group textarea.form-control {
	height: 248px; 
}
section#contact .form-control:focus {
	border-color: #138FA7;
	box-shadow: none; 
}
section#contact ::-webkit-input-placeholder {
	font-weight: 700;
	color: #ced4da;
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; 
}
section#contact :-moz-placeholder {
	font-weight: 700;
	color: #ced4da;
	/* Firefox 18- */
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; 
}
section#contact ::-moz-placeholder {
	font-weight: 700;
	color: #ced4da;
	/* Firefox 19+ */
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; 
}
section#contact :-ms-input-placeholder {
	font-weight: 700;
	color: #ced4da;
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; 
}
  
footer {
	padding: 25px 0;
	text-align: center; 
}
footer span.copyright {
	font-size: 90%;
	line-height: 40px;
	text-transform: none;
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; 
}
footer ul.quicklinks {
	font-size: 90%;
	line-height: 40px;
	margin-bottom: 0;
	text-transform: none;
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; 
}
  
ul.social-buttons {
	margin-bottom: 0; 
}
ul.social-buttons li a {
	font-size: 20px;
	line-height: 40px;
	display: block;
	width: 40px;
	height: 40px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	color: white;
	border-radius: 100%;
	outline: none;
	background-color: #212529; 
}
ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
	background-color: #138FA7; 
}

/* Project Page */
.project-detail-box{
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 5px;
	background-color: rgb(240, 240, 240);
	padding: 15px;
}
.detail-title{
	color: black;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px; 
}
.detail-content{
	color: grey;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 15px; 
}
.detail-title::before{
    content: '';
    position: absolute;
    top: 50%;
    right: calc(100% - 40px);
    /* transform: translateY(-50%); */
    width: 50px;
    height: 1px;
    background-color: black;	
}

section.fullImage{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1rem;
	z-index: 3000;
	background-color: rgb(255, 255, 255);
	width: 100%;
	height: 100%;
	overflow-y: auto;
	outline: 0;	
}

.fullImageSelectorPrev{
	display: block;
	position: absolute;
	top: 50%;
	left: 2%;
}

.fullImageSelectorNext{
	display: block;
	position: absolute;
	top: 50%;
	right: 2%;
}

.fullImageSelectorClose{
	display: block;
	position: absolute;
	top: 2%;
	right: 2%;
}


.fullImageSelectorPrev,
.fullImageSelectorClose,
.fullImageSelectorNext{
	color: rgb(97, 37, 37, 0.5);
}

.fullImageSelectorPrev:hover,
.fullImageSelectorClose:hover,
.fullImageSelectorNext:hover{
	color: rgb(97, 37, 37);
}



.thumbnail-hover{
	overflow: hidden;
}

.thumbnail-hover img {
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}

.thumbnail-hover:hover img{
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}



/*IE9*/
*::selection 
{
    background-color:transparent;
} 
*::-moz-selection
{
    background-color:transparent;
}

*
{        
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    /*IE10*/
    -ms-user-select: none;
    user-select: none;

    /*You just need this if you are only concerned with android and not desktop browsers.*/
    /* -webkit-tap-highlight-color: rgba(0, 0, 0, 0); */
} 
input, textarea {
	-webkit-user-select: text;
	-khtml-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
  }


/* Delux and Dormitory slider */
.bs-vertical-slider .carousel-item-next.carousel-item-left,
.bs-vertical-slider .carousel-item-prev.carousel-item-right {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.bs-vertical-slider .carousel-item-next,
.bs-vertical-slider .active.carousel-item-right {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100% 0);
}

.bs-vertical-slider .carousel-item-prev,
.bs-vertical-slider .active.carousel-item-left {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}


/* Login Modal */
body{
    font-family: 'Varela Round', sans-serif;
}
.form-control {
    box-shadow: none;		
    font-weight: normal;
    font-size: 13px;
}

.navbar .dropdown-menu.form-wrapper {
    width: 280px;
    padding: 20px;
    left: auto;
    right: 0;
    font-size: 14px;
}

.navbar .dropdown-menu.form-wrapper a:hover{
    text-decoration: underline;
}
.navbar .form-wrapper .hint-text {
    text-align: center;
    margin-bottom: 15px;
    font-size: 13px;
}

.navbar .form-wrapper .hint-text {
	text-align: center;
	margin-bottom: 15px;
	font-size: 13px;
	color:rgb(97, 37, 37);
}

.navbar .checkbox-inline {
    font-size: 13px;
}
.navbar .navbar-right .dropdown-toggle::after {
    display: none;
}
@media (min-width: 1200px){
    .form-inline .input-group {
        width: 300px;
        margin-left: 30px;
    }
}
@media (max-width: 768px){
    .navbar .dropdown-menu.form-wrapper {
        width: 100%;
        padding: 10px 15px;
        background: transparent;
        border: none;
    }
    .navbar .form-inline {
        display: block;
    }
    .navbar .input-group {
        width: 100%;
    }
    .navbar .nav .btn-primary, .navbar .nav .btn-primary:active {
        display: block;
    }
}


/* Gallery */
.btn:focus, .btn:active, button:focus, button:active {
	outline: none !important;
	box-shadow: none !important;
  }
  
  .thumb{
	margin-top: 15px;
	margin-bottom: 15px;
  }


/* Map and Video Responsive */
  .map-responsive{
	overflow:hidden;
	padding-bottom:56.25%;
	position:relative;
	height:0;
}
.map-responsive iframe{
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
}
.video-responsive{
	overflow:hidden;
	padding-bottom:56.25%;
	position:relative;
	height:0;
}
.video-responsive iframe{
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
}


/* toggle switches */
.switch {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 24px;
  }
  .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
  }
  
  .slider:before {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
  }
  
  input:checked + .slider {
	background-color:  rgb(97, 37, 37);
  }
  
  input:focus + .slider {
	box-shadow: 0 0 1px rgb(97, 37, 37);
	
  }
  
  input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
  }
  
  .slider.round {
	border-radius: 34px;
	
  }
  
  .slider.round:before {
	border-radius: 50%;
  }