/**
 * Place your custom styles here.
 */

@import url('https://fonts.googleapis.com/css?family=EB+Garamond');
@import url('https://fonts.googleapis.com/css?family=Roboto');


/*BASIC HTML and page element ________________________________________________*/




body {	
	font-family: 'Roboto', sans-serif;
	font-size: 1.2rem;
	font-weight: lighter;
}

p {
	text-align: justify;
}


blockquote {
	font-size:14px;
	border-left: none;
	font-family: 'EB Garamond', serif;
	font-style:italic;
	text-align: justify;
	line-height:15px;
	padding:0px;
}

.bigquote {
font-size:25px;
font-weight:bold;

}


a {
	color:black;
}
a:hover {
	color:#7D7D7D;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {	
	font-family: 'Roboto', sans-serif;
	font-weight:bold;
	font-size:1.3rem;
}



h2.block-title {
	font-weight:bold;
	font-size:1.2rem;
	text-transform: uppercase;
}


h1.page-header {
	text-align: left;
	padding-top: 50px;
	font-size: 1.3rem;
	border-bottom: none;
	color:#959595;
	font-family: 'Roboto', sans-serif;
	font-style: normal;

	
}
.region > .page-header {
		
}


/*Hide title on some pages : 
.path-gallery .region > .page-header , 
.path-our-story .region > .page-header, 
.path-gallery .region > .page-header, 
.path-faq-natural-plasters .region > .page-header,
.path-frontpage .region > .page-header

{
	display:none;
}
*/


.page-node-type-article h1.page-header,
.page-node-type-project h1.page-header,
.path-taxonomy h1.page-header
 {
	display:none;
}

h1 .large-title {
	
	font-size: 60px;
	color:#000000;
}


/*PAGE ZONING ________________________________________________*/

.container, .navbar.container {
	width:100%;
	max-width:1250px;
	padding:0px 120px;
	border-radius: 0;
}



@media (max-width: 1400px) {
	.container, .navbar.container {
		max-width: 970px;
	}
}

@media (max-width: 900px) {
	.container, .navbar.container {
		max-width: 740px;
	}
}

@media (max-width: 750px) {
	.container, .navbar.container {
		max-width: 100%;
		padding: 0 10px;
	}
}



.line-separator {
	border-bottom: 1px solid gray;
	width: 100%;
	padding:10px 0px !important;
	
}

.banner-gray {
	padding-top:20px;
	padding-bottom:20px;
}
.banner-gray section {
	background-color:#F9F9F9;
	padding:10px;
}


.block {
    padding-top: 15px;
}

/*Bootstrap layout corrections*/

.bs-region--top-left {
	clear:left;
}
.bs-region--bottom-left {
	clear:left;
}



/*HEADER ________________________________________________*/

.navbar-collapse { /*applies on tablet and mobile*/
	margin-top: 5px;
	padding: 0px !important;
}


@media (min-width: 750px) {
	.navbar-collapse {  /*applies on computer*/
	position: fixed !important;
    bottom: 0px;
    left:0px;
    z-index: 99;
    width: 100vw !important;
    max-width: none !important;
    background:	white;
    min-height: 100px;
	}
}


.navbar-default {
	border:none;
	margin-bottom:0px;
	font-weight:normal;
	background-color: white;
}

.navbar-header {
	width: 100%;
	float: none;
}

.navbar .logo{
	margin:auto;
	padding-right:0px;
}


.logo img {
	width:260px;
	height: auto;
}

#block-socialmedialinks {
	position: relative;
text-align: center;

}

#block-ey-homepagequote {
	padding-left: 15px;
    }

 #block-ey-homepagequote p {

	text-align: center;
    }


@media (max-width: 750px) {
#block-ey-homepagequote {
display:none;
}
}


.navbar-brand,
.navbar-text  {
	display: none;
}

/*Navbar settings*/
.navbar-header .name,.navbar-header .navbar-text {
	display:none;
}


.navbar-collapse {
	clear:both;
	padding-right:0px;
	padding-left:0px;
}


.navbar-nav{
	float:none;
}

/*Collapsed menu properties*/
.navbar-toggle {
	position : absolute;
	top:10px;
	right: 10px;
	margin:0px;
	background-color: white;
	z-index: 99;

}

/*MENU */
#block-ey-main-menu {
	width:100%;
	
}
#block-ey-main-menu >ul {
	margin: auto;
	max-width: 100vw;
	text-align: center;
	padding: 0px;
	border-top:
	#e3e3e3 .1px solid;
	border-bottom:
	#e3e3e3 .1px solid;
}

#block-ey-main-menu >ul > li{
	display: inline-block;
	float: none;
	top: -2px;
	
}

#block-ey-main-menu >ul > li#menuID_1 {
	border: none;
}

#block-ey-main-menu .navbar-nav > li > a {
	padding: 5px 16px;
	font-weight:bold;
	font-family: 'Roboto', serif;
	font-size: 1.2rem;
	line-height: inherit;

}
#block-ey-main-menu .navbar-nav > li.active > a {
	background-color:#41413F;
	color:#DEDEDC;
}

@media (max-width: 768px) {
	#block-ey-main-menu >ul {
		padding:10px 0px;
	}

	#block-ey-main-menu >ul > li{
		display: block;
		border-left: none;
	}

	#block-socialmedialinks {
		position: relative;
		text-align: center;
	
	}

	.logo {
	position: relative;
	top: 5px;
	left: 5px;
	}

	.logo img {
		width:200px;
		height: auto;
	}
		
}


/*BREADCRUMBS */

.breadcrumb {
	background-color: 
    transparent;
    padding: 50px 0 10px 0;
    font-size: 1.3rem;
    font-weight: bold;
}

/*NAIN CONTAINER*/
.main-container {
	margin-bottom: 150px;
}

/*SLICK ________________________________________________*/


.slick img {

margin:auto;
max-height:900px;
width:auto;

}

/*full width photo gallery*/

.slick--optionset--gallery-full-width .slide__caption {
padding:0px 0px 5px 0px;

}


.slide__data {
	font-family :'Roboto', serif ;
	text-align: center;
	font-weight:bold;
	padding-top: 10px;

}
.slide__data p {

	font-weight:normal;

}

/*ACCORDEONS ------------------------------------------*/
/*Closed*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	border:none;
	background: none;
}	
/*Opened*/
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	border: none;
	background: none;
	font-weight: normal;
	color: #000;
}
.ui-widget-content {
	background: none;
	border:none;
}



.ui-state-active .ui-icon, .ui-button:active .ui-icon {
    background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-icon-triangle-1-s {
    background-position: -65px -16px;
}


/*TAG CLOUDS DISPLAY*/
.block-tagclouds .tagclouds-term {
	padding: 10px;

}


/*CONTENT DISPLAY ________________________________________________*/

.field img.img-responsive {
	padding :10px 0px;
}


article.align-left, article.align-right {
	max-width:50%;

}

.node--view-mode-full .field	{
	margin-top: 15px;
}

.field--label-inline .field--label, .field--label-inline > .field--item, .field--label-inline .field--items	{
	padding-right: 20px;
}



/*Article teasers */


.node--type-article.node--view-mode-teaser > .col-sm-12 {
	padding-top:15px	;
}
.node--type-article.node--view-mode-teaser > .col-sm-12 > .field {
	padding-right:15px	;
}

.node--type-article.node--view-mode-teaser h2{
	margin-top: 5px;
}

/*Project teasers */


.node--type-project.node--view-mode-teaser > .col-sm-12 {
	padding-top:15px	;
}
.node--type-project.node--view-mode-teaser > .col-sm-12 > .field {
	padding-right:15px	;
}

.node--type-project.node--view-mode-teaser h2{
	margin-top: 5px;
}


/*Tags display*/

.field--name-field-type-of-finishes,
.field--name-field-tags,
