@import url(http://fonts.googleapis.com/css?family=Raleway:400,100,300,600,800,500,700,200,900);
@import url(http://fonts.googleapis.com/css?family=Playfair+Display:400,700,900);

/* Body
----------------------------------------------------------------------------- */
html, body{
	background-color: #FFF;
	color: #333;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
	font-family: 'Raleway', sans-serif;
}

/* Html tags
----------------------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6{
	margin-top: 0;
	margin-bottom: 5px;
	font-family: 'Playfair Display', serif;
}

h2{
	margin-bottom: 20px;
}

h4{
	color: #444;
}

a{
	color: inherit;
}

a:hover{
	text-decoration: none;
	color: #684032;
}

a.banner-img img{
	border-radius: 4px;
	margin-bottom: 25px;
}

.newsitem-img{
	float:left;
	width: 40%;
	margin-top: 8px;
	margin-right: 25px;
	margin-bottom: 10px;
}

p.small-date{
	color: #482012;
	font-size: 12px;
}

p.news-intro{
	color: #444;
}

textarea{
	outline: none !important;
	box-shadow:none !important;
	resize: none;
}

input{
	outline:none !important; 
	box-shadow:none !important;
}

/* Container
----------------------------------------------------------------------------- */

.page-wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -40px; 
}

.page-wrap:after {
  content: "";
  display: block;
}

.container-fluid{
	padding: 0;
}

/* Rows
----------------------------------------------------------------------------- */
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

#company-wysiwyg {

}

#company-wysiwyg p{
	margin: 20px 0;
	line-height: 25px;
}

#company-wysiwyg h3, #company-wysiwyg h4{
	margin-top: 15px;
	margin-bottom: 30px;
	color: #555;
}

/* Navbar
----------------------------------------------------------------------------- */
.navbar{
	min-height: 80px;
	margin-bottom: 0;
	border-radius: 0;
}

.navbar.navbar-default{
	background-color: #684032;
	border: none;
}

#wrapper-img .navbar.navbar-default{
	background: transparent;
}

.navbar-default .navbar-brand{
	color: #FFF;
}

.navbar-brand {
	height: 80px;
}

.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav .open .dropdown-menu>li>a{
	color: #FFF;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{
color: #FEDEBF;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
	color: #684032;
	background-color: #FEDEBF;
	border-radius: 15px;
}

.navbar-default .navbar-nav>li>a:hover{
	color: #FEDEBF;
}

.navbar-default .navbar-toggle{
	margin-top: 18px;
	background-color:#FEDEBF;
	border:none;
}

.navbar-default .navbar-toggle:hover {
	background-color:#583022;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color:#583022;
}

.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #FEDEBF;
}

.navbar-toggle{
	color: #FEDEBF;
}

.navbar-nav>li{
	padding: 10px 0;
	margin: 0 10px;
}

.navbar-nav>li>a {
	padding: 5px 15px;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	color: #684032;
	background-color:#FEDEBF;
	border-radius: 15px;
}

.dropdown-menu{
	background-color: #684032;
	border-color: #684032;
}

.dropdown-menu>li>a{
	color: #FFF;
}

.dropdown-menu>li>a:hover{
	background-color: #FEDEBF;
	color: #684032;
}

@media(min-width: 768px){
	.navbar-default .navbar-nav .open .dropdown-menu>li>a{
		color: #FEDEBF;
	}
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{
		color: #684032;
	}
	.navbar-nav>li{
		padding: 25px 10px 10px 0;
		margin: 0;
		
	}
	.navbar-nav>li:last-child{
		padding-right: 0;
		margin-right: 0;
	}
}

/* Breadcrumbs
----------------------------------------------------------------------------- */
.breadcrumb{
	background-color: transparent;
	padding: 0;
}

.breadcrumb>.active{
	color: #333;
}

.breadcrumb > li + li::before{
	color: #684032;
}

.breadcrumb > li > a {
	color: #684032;
}

.breadcrumb > li > a:hover{
	text-decoration: underline;
}

/* Thumbnail
----------------------------------------------------------------------------- */
.thumbnail,.img-thumbnail{
	background-color: #FEDEBF;
	border-color:#FaDdB6;
	padding: 0;
	border: none;
}

.img-thumbnail{
	border-color: #FEDEBF;
}

a.thumbnail:hover, a.thumbnail:focus{
	border-color: #684032;
}

/* Alert
----------------------------------------------------------------------------- */
.alert-info{
	color: #684032;
	background-color: #FaDdB6;
	border-color: #FEDEBF;
}

/* Buttons
----------------------------------------------------------------------------- */
.btn{
	border:none;
	border-radius: 100px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 300;
	padding: 6px 15px;
}

.btn-lg {
	padding: 8px 25px;
	font-size: 16px;
}

.btn-default{
	background-color: #FEDEBF;
	color: #684032;
}

.btn-default:hover{
	background-color: #FFE6C6;
	color: #684032;
}

.btn-primary{
	background-color: #684032;
	color: #FFF;
}

.btn-primary:hover{
	background-color: #482012;
	color: #FFF;
}

.btn-orange{
	background-color: #FE852E;
	color: #FFF;
}

.btn-orange:hover{
	background-color: #FF953E;
	color: #FFF;
}

/* Pagination
----------------------------------------------------------------------------- */
nav .pagination{
	margin-top: -5px;
}

.pagination>li>a, .pagination>li>span {
	color: #684032;
	background: #FEDEBF;
	border-color: #CaAd86;
	
}

.pagination>li>a:hover, .pagination>li>span:hover {
	color: #482012;
	background-color: #F7DAB3;
	border-color: #CaAd86;
	
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
	background-color: #684032;
	border-color: #684032;
}

.nav-tabs>li>a{
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
	
	
	color: #777;
}

/* Index - Page
----------------------------------------------------------------------------- */
#start-info a {
	margin: 20px 0 20px 10px;
}

.banner-img img{
	width: 100%;
}

.tinted-image.banner-img img{
	position: relative;
	
}

.tinted-image {
	text-align: center;
	width: 	100%;
	height: 100px;
	background-color: rgba(0,0,0,0.6);
	transition: background-color .3s;
	-webkit-transition: background-color .3s;
}

.tinted-image:hover{
	cursor: pointer;
	background-color: rgba(0,0,0,0);
}

.relative.tinted-image.banner-img .relative{
	height: 240px;
	z-index: -2;
	background-position: center center;
	background-size: cover;
}

.absolute.product-tag{
	top: 35%;
	width: 100%;
	color: #FEDEBF;
	font-weight: 700;
	font-size: 22px;
}
.absolute .product-tag-name {
	padding: 10px 0px;
	border-top: 3px solid #FEDEBF;
	border-bottom: 3px solid #FEDEBF;
}

@media(min-width: 768px){
	.tinted-image {
		height: auto;
	}
	
	.absolute.product-tag{
		top: 45%;
	}	
}


/* Gallery - Page
----------------------------------------------------------------------------- */

.btn-gallery{
	margin:10px 10px 10px 0;
	transition: background-color .3s;
	-webkit-transition: background-color .3s;
}

.gallery-img a{
	display: block;
	position: relative;
}

.gallery-img img{
	display: block;
	width: 100%;
	border-radius: 4px;
}

.gallery-img .gallery-label{
	text-align: center;
	position: absolute;
	top: 43%;
	width: 100%;
	padding: 8px 0;
	background-color: rgba(234, 205, 166, 0.7);
}

@media(min-width: 1200px){
	.eqheight{
		min-height: 340px;
	}
}

/* Company - Page
----------------------------------------------------------------------------- */
#company-bg{
	height: 350px;
	background-image: url('../images/company-image.jpg');
	background-size: cover;
}

#team-member-box{
	margin-top: -81px;
	margin-bottom: 20px;
}

.team-member{
	display: inline-block;
	margin: 5px;
}

.team-member img{
	width: 150px;
	height: 150px;
	margin-bottom: 10px;
}

/* Contact - Page
----------------------------------------------------------------------------- */
.contact-info h4{
	margin-bottom: 15px;
}

.contact-info p{
	margin: 0;
}

/* Footer
----------------------------------------------------------------------------- */
footer, .page-wrap:after{
	height: 40px;	
}

footer{
	padding-top: 10px;
}

#roxor{
	width: 75px;
}

/* Share buttons
----------------------------------------------------------------------------- */

.stButton .stMainServices{
	min-height: 22px;
}

/* Helpers
----------------------------------------------------------------------------- */
.relative{
	position: relative;
}

.absolute{
	position: absolute;
}

#wrapper-img{
	background-image: url('../images/main-image.jpg');	
	background-size: cover;
	color: #FFF;
}

.primary-bg, footer{
	background-color:#684032;
	color: #FEDEBF;
}

.secondary-bg{
	background-color:#FEDEBF;
	color: #333;
}

.secondary-bg h2{
	color: #684032;
}

.container-space{
	padding: 75px 0;
}

.spacer{
	height: 75px;
}

.spacer-sm{
	height: 50px;
}

.spacer-xs{
	height: 25px;
}

.divider {
  height: 1px;
  width:100%;
  display:block;
  margin: 20px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}