html, body{
	color: #000;
	font-family: 'Raleway', sans-serif;
	background-color: #efefef;
}

#homeAds{
	width: 100%;
	padding: 0;
	margin: 0;
}

.splash-holder{
	position: relative;
	top:-40px;
}

.carousel-inner .item{
	width: 100%;
	min-height: 80vh;
	max-height: 600px;
	overflow: hidden;
}

.carousel-text{
	position: absolute;
	top:40%;
	left:15%;
	color: #fff;
}

.carousel-text .carousel-title{
	font-size: 4em;
	font-weight: 700;
} 

.carousel-text .carousel-sub{
	font-size: 2em;
	font-weight: 300;
} 

.carousel-text .carousel-btn{
	font-size: 2em;
	font-weight: 300;
	margin-left: 15px;
	margin-top: 15px;
}

.carousel-indicators li{
	border-color:#a7840f;
}

.carousel-indicators li.active{
	background-color:#a7840f;
}

.glyphicon{
	color:#a7840f;
}

.pattern{
	background-image: url('assets/pattern.png');
	background-size: 10px;
	background-color: #23221e;
	width: 100%;
	height: 10px;
}

.splash{
	padding: 0;
	width: 100%;
	min-height: 500px;
	overflow: hidden;
}

.splash img{
	min-width: 100%;
	min-height: 500px;
}

.title-splash{
	font-size: 4em;
    font-weight: 700;
    top: 300px;
    color:#fff;
    position: absolute;
    width: 50%;
}

.main .row{
	padding: 70px 0 70px 0;
}

.mainHeader{
	border-bottom: 1px solid #000;
}

.intro{
	/*padding: 30px 0 0 0 ;*/
	font-size: 1.2em;
	font-weight: 300;
	opacity: 0.6;
	text-align: justify;
}

.recentItem{
	position: relative;
	overflow: hidden;
	margin-top: 10px;
}

.product{
	text-align: center;
	padding-bottom: 30px;
}

.product .btn{
	margin-top: 20px;
}

.ExtraInfo{
	position: absolute;
	top:0;
	padding: 50px 10px 10px 20px;
	background-color: rgba(0,0,0,0.8);
	width: calc(100% - 30px);
	height:100%;
	color: #fff;
	display: none;
}

.shopLanding .portfolioItem .ExtraInfo{
	height:  calc(100% - 65px);
}

.product .ExtraInfo{
	position: absolute;
	top:0;
	padding: 150px 10px 10px 20px;
	background-color: rgba(0,0,0,0.8);
	width: calc(100% - 30px);
	height: calc(100% - 85px);
	color: #fff;
	display: none;
}

.recentTitle{
	text-align: center;
	font-weight: 300;
	font-size: 1em;
	letter-spacing: 5px;
	color: #fff;
	text-transform: uppercase;
}

.recentDesc{
	text-align: center;
	font-weight: 500;
	font-size: 0.7em;
	letter-spacing: 5px;
	color: #a7840f;
	text-transform: uppercase;
}

.portfolio{
	background-image: url('../images/portfolio.jpg');
	background-size: cover;
	background-position: center;
}

.portfolioItems{
	padding-bottom: 30px;
}

.portfolioItems img, .product img{
	width: 100%;
}

.portfolioItem{
	margin-top: 30px;
}

.portfolioItem img{
	width: 100%;
}

.portfolioItem .ExtraInfo{
	padding-top:40%;
}

.portItemTitle{
	text-align: center;
	font-weight: 500;
	font-size: 25px;
	letter-spacing: 5px;
	color: #fff;
	text-transform: uppercase;
}

.portItemDesc{
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 5px;
	color: #a7840f;
	text-transform: uppercase;
}

.service{
	background-image: url('../images/services.jpg');
	background-size: cover;
	background-position: center;
}

.about{
	background-image: url('../images/about.jpg');
	background-size: cover;
	background-position: center;
}

.shop{
	background-image: url('../images/shop.jpg');
	background-size: cover;
	background-position: center;
}

.contacts{
	background-image: url('../images/contact.jpg');
	background-size: cover;
	background-position: center;
}

.prints{
	background-image: url('../images/prints.jpg');
	background-size: cover;
	background-position: center;
}

.clothing{
	background-image: url('../images/clothing.jpg');
	background-size: cover;
	background-position: center;
}

.pageInfo{
	padding-bottom: 30px;
}

.pageInfo p{
	padding: 30px 0 30px 0;
	border-bottom: 1px solid #000;
	font-size: 16px;
	text-align: justify;
}

.contact, .contact p{
	text-align: center;
	font-weight: 600;
	font-size: 20px;
}

.contact a{
	text-decoration: none;
	color: #a7840f;
	font-weight: 600;
	font-size: 20px;
}

.contact .header{
	font-size: 30px;
}

.contact .contactItems{
	padding: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.contact .tel{
	border-left: 1px solid #000;
	text-align: left;
}

.contact .tel p{
	text-align: left;
}

.contact .email{
	text-align: right;
}

 .contact .bottom{
 	padding-bottom: 50px;
 }

.shopLanding{
	text-align: center;
	padding-bottom: 30px;
}

.shopLanding img{
	width: 100%;
}

.shopLanding .btn{
	margin-top: 30px;
}

.team{
	width: 100%;
}

@media screen and (max-width: 1100px){
	.carousel-inner .item img{
		max-width: none;
		height: 80vh;
	}
}

@media screen and (max-width: 991px) {
   
   .portItemTitle{
		font-size: 15px;
	}

	.portItemDesc{
		font-size: 12px;
	}

}

@media screen and (max-width: 767px) {
   
   .portItemTitle{
		font-size: 25px;
		font-size: 5.5vw;
	}

	.portItemDesc{
		font-size: 14px;
		font-size: 3vw;
	}

	.navbar{
		background-color: #111;
	}

	.navbar-collapse{
	border-bottom: 1px solid #fff;
	}

	.contact .tel{
	border-left: 0px solid #000;
	text-align: center;
	}

	.contact .tel p{
		text-align: center;
	}

	.contact .email{
		text-align: center;
	}
}

.btn-default, .btn-default:focus{
	opacity: 0.8;
	background-color: #a7840f;
	color: #fff;
	outline:none !important;
	border-color: #a7840f;
}

.btn-default:hover, .btn-default:active{
	opacity: 1;
	background-color: #a7840f !important;
	color: #fff !important;
	outline:none !important;
	border-color: #a7840f !important;
}

.btn-default:active{
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5);
	border-color: #a7840f;
}

nav{
	background: rgba(17,17,17,1);
	color: #a7840f;
	font-size: 1em;
}

nav a{
	color: #fff;
}

.nav li a:hover, .nav li a:active, .nav li a:focus, .nav .active{
	background-color: #a7840f;
	color: #fff;
}

.navbar-brand{
	padding: 6px 0px 6px 5px;
	cursor: pointer;
}

.navbar-brand img{
	height: 100%;
	cursor: pointer;
}

.navbar-header button{
	border:1px solid #fff;
}

footer{
	background-color: #111;
}

footer h4{
	color: #a7840f;
}

footer p{
		color: #fff;
		text-decoration: none;
		cursor: default;
}

footer a{
	color: #fff;
	text-decoration: none;
	cursor: default;
}

.footerInfo{
	padding: 50px 0 50px 0;
}
.footerInfo p, .projecthelp a, .projecthelp span{
	opacity: 0.6;
}

.footerInfo p:hover, .footerInfo a:hover, .footerInfo a:target, .footerInfo a:active, .footerInfo a:visited, .footerInfo a:focus{
	opacity: 1;
	color: #fff;
	text-decoration: none;
}

.projecthelp{
	font-size: 2em;
	padding: 100px 0 100px 0;
	border-bottom: 1px solid #666;
	background-color: #000;
}

.projecthelp a:hover, .projecthelp a:target, .projecthelp a:active, .projecthelp a:visited, .projecthelp a:focus{
	opacity: 1;
	color: #fff;
	text-decoration: none;
}

