/* Colors 
	#FF7800 - Button Orange
	#53CAE2 - Main Light Blue
	#FFBC03 - Bubble Yellow
	#063458 - Dark Blue

	Dev Link https://xd.adobe.com/spec/d40e99c1-ac61-4290-48c1-72bba8639c84-a23f/
*/

html {
  scroll-behavior: smooth;
}

/* font-family: 'Josefin Sans', sans-serif;
font-family: 'Karla', sans-serif; */

body {
    margin: 0;
    padding: 0;
	font-family: 'Karla', sans-serif;
/* 	-webkit-user-select: none;  
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; */
}

img {
	width: 100%;
	height: auto;
}

p, li, a {
	font-size: 16px;
    line-height: 25px;
	color: #212121;
	outline: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0;
	font-family: 'Karla', sans-serif;
	font-weight: 300;
    color: #5E5E5E;
}

h1{
	font-size: 4em; 
}

h2{
	font-size: 4em;
	font-weight: 600;
}

strong {
    font-weight: 800;
}

a:link, a:visited, a:hover, a:active  {
	text-decoration: none;
	border-bottom: none;
	outline: none;
	color:inherit;
	outline: 0;
}

.mobi-logo{
	display:none;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
	background-color: transparent;
	border-bottom: 2px solid #fff;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
	background-color: transparent;
	border-bottom: 2px solid #fff;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}

.navbar-nav {
    float: right;
	padding: 5% 1% 4% 0;
}

.navbar {
    margin-bottom: 0;
}

.header{
	/* position: absolute; */
	position: fixed;
    z-index: 9999;
    width: 100%;
}

.logo{
	/* width: 80%;
    padding-left: 5%;
	padding-top: 0; */
	width: 70%;
    padding-left: 5%;
    padding-top: 0;
    padding: 1% 0 1% 5%;
}

.other-pages-logo{
	width: 67%;
    padding-left: 0;
    padding-top: 1%;
    margin-left: 20%;
	padding-bottom: 2%;
}

.nav>li>a {
	padding: 0 0 8px 0;
	text-transform:uppercase;
}

.navbar-nav>li {
	/* padding: 0 0 0 3em; */
	padding: 0 4em 0 0;
}

.nopad{
	padding:0;
}

.nomar{
	margin:0;
}

.home-infobox{
	position: absolute;
	bottom: 15%;
    left: 5%;
	/* width: 20%; */
    width: 40%;
	z-index: 10;
}

/* .home-infobox h1{
	font-size: 4em;
	font-weight: 600;
	color: #fff;
	margin-bottom: 20px;
	text-transform: uppercase;
} */

.home-infobox h1{
	color: #fff;
	margin-bottom: 20px;
	font-weight: 300;
	font-size: 3em;
	text-transform: uppercase;
}

/* .home-infobox p{
	color: #fff;
} */

.intro{
	color: #212121;
	font-family: 'Karla', sans-serif;
	text-align: left;
	margin: 0;
	padding: 5% 10% 4%;
	width: 80%;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 900px;
}

/* About */
.about-head{
	background: url(/images/about.jpg) no-repeat center center/cover;
	height: 900px;
	padding: 15% 10% 0;
}

.about-info{
	padding-right: 20%;
}

.about-info h1{
	color: #fff;
	margin-bottom:3%;
	text-transform: uppercase;
}

.about-info p{
	color: #fff;
	font-family: 'Karla', sans-serif;
	margin-bottom: 20px;
}

/* Other Pages */
.other-pages-head{
	height: 100vh;
}

.other-page-body{
	padding: 5% 10%;
}

.port-head{
	background: url(/images/portfolio-header.jpg) no-repeat center center/cover;
}

.arch-head{
	background: url(/images/arch-header.jpg) no-repeat center center/cover;
}

.interior-head{
	background: url(/images/interior-header.jpg) no-repeat center center/cover;
}

.construct-head{
	background: url(/images/construction-header.jpg) no-repeat center center/cover;
}

.contact-head{
	background: url(/images/contact-header.jpg) no-repeat center center/cover;
}

.italicfy{
	font-family: 'Karla', sans-serif;
	/* font-style:italic; */
}

.other-page-body h1{
	font-size: 4em; 
	margin-bottom: 4%;
	text-transform: uppercase;
}

.grey-bkg{
	background-color: #EFEFEF;
	padding: 8% 10%;
}

.grey-bkg p{
	width: 70%;
}

.styles-gal .col-md-2 {
    width: 19.159%;
    padding: 0;
    margin-top: 20px;
}

.styles-gal .col-md-1 {
    width: 20px;
    padding: 0;
    margin-top: 20px;
}

/* Portfolio */

/* .filters{
	padding: 5% 14% 0;
} */
.port-h1{
	text-align:center;
}

.filters {
	padding: 2% 11% 0;
}

.filters ul{
	list-style: none;
}

.filters li{
	float: left;
	padding-right: 2em;
}

.filters a, .filters a:hover, .filters a:visited, .filters a:focus{
	color: #5E5E5E;
	cursor: pointer;
}

a.filterx.active {
    padding-bottom: 5px;
    border-bottom: 1px solid #5E5E5E;
}

/* .port-gallery img {
    max-height: 253px;
} */

.port-gallery{
	/* padding-bottom:3%; */
	padding-bottom: 0;
	min-height: 420px;
}

.port-gallery .col-md-4{
	margin-bottom: 20px;
}

.hidden-gallery{
	display:none;
}

/* Contact */


.contact-input{
	padding: 15px 20px;
    width: 100%;
	margin-bottom: 30px;
	outline:0;
	font-size: 18px;
}

.msg-input{
	padding: 15px 20px;
    height: 303px;
    resize: none;
	width: 100%;
	outline:0;
	font-size: 18px;
}

.btn-submit {
    color: #fff;
	background-color: #5E5E5E;
    font-size: 21px;
    border-color: #5E5E5E;
    padding: 12px 20px;
    width: 200px;
    border-radius: 0;
    outline: 0;
}

.btn-submit:hover, .btn-submit:visited, .btn-submit:active{
	color: #fff;
}

.btn.focus, .btn:focus, .btn:hover {
	color: #fff;
}

.contact-form{
	margin-top: 30px;
}

.contact-form label {
    font-size: 20px;
	font-weight: 100;
	color: #5E5E5E;
}

.other-page-body a:hover, .footer a:hover{
	/* color: #009183; */
	/* transition:1s; */
	font-weight: 600;
}

.error {
	margin-top: 2%;
	padding: 10px;
	background-color: #BE0000;
	color: #fff;
	display: none;
}

.output {
	margin-top: 15px;
	padding: 10px;
	background-color: #5E5E5E;
	color: #fff;
	display: none;
}

#email2 {
	display: none;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0;
}

/* Footer */
.footer{
	/* padding: 2% 0 3%; */
    padding: 2% 0;
}

.footer p{
	color: #5E5E5E;
	text-align: center;
}

.copyright{
	color: #ABABAB!important;
	margin-top: 1%;
}

.owl-dots {
    position: relative;
    bottom: 40px;
    text-align: center;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background-color: transparent;
    height: 15px;
    width: 15px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-right: 10px;
    outline: 0;
}

button.owl-dot.active {
    background-color: #fff;
}

.fancybox-button--thumbs{
	display:none;
}

/* Image overlay Style */

.content {
    position: relative;
}

.content .content-overlay {
	background: rgba(0,0,0,0.5);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
  }
  
  .content:hover .content-overlay{
	opacity: 1;
  }
  
  .content-details {
	position: absolute;
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
	width: 100%;
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
  }
  
  .content:hover .content-details{
	top: 50%;
	left: 50%;
	opacity: 1;
  }
  
  .content-details h3{
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.15em;
	margin-bottom: 0.5em;
	text-transform: uppercase;
  }
  
  .fadeIn-bottom{
	top: 80%;
  }
  
  .fadeIn-top{
	top: 20%;
  }
  
  .fadeIn-left{
	left: 20%;
  }
  
  .fadeIn-right{
	left: 80%;
  }

#homeSliderMobi{
	display:none;
}

.mobi-breaks{
	display:none;
}

.header.active {
    background-color: #5E5E5E;
}

.img-overlay {
    opacity: 0.6;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: auto;
    text-align: center;
}