body{
	margin:0;
	padding:0;
	background-color: #eae9e5;
	font-family: "museo-slab", serif;
	color: #514849;
	font-weight: 300;
	font-size: 1em;
}

header, section, footer, hgroup{
	display:block;
}

::selection {
	background: #6cb9d0; /* Safari */
	}
::-moz-selection {
	background: #6cb9d0; /* Firefox */
}

a {
	color:#6cb9d0;
	text-decoration:none;
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}
a:hover, a:active {
	color:#D3C991;
}

hgroup {
	margin: 2.4em 1.6em -0.8em 1.6em;
}

h1 {
	color:#6cb9d0;
	font-size: 0.8em;
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 1.2em;
}

.brown {
	color:#514849;
}

h2 {
	font-size: 1.8em;
	font-family: "museo-slab", serif;
	font-weight: 500;
	margin: -0.2em 0 -0.3em 0;
}

time {
	font-size: 0.8em;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #aaa3a2;
}

p {
	margin-left: 1.6em;
	margin-right: 1.6em;
}

.tag {
	font-size: 1em;
	margin: 0 1em 0 0;
}

.btn {
	color: #ffffff;
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-align: center;
	font-size: 1em;
	letter-spacing: 1px;
	padding: 0.45em 2.4em;
	margin:0;
	width: 8em;
	border: none !important;
	background-color: #6cb9d0;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.long {
	display: block;
	width: 100%;
}

.btn:hover {
	background-color: #D3C991;
	color: #ffffff;
}

.view {
	margin: 1.3em 0;
}

header {
	position: fixed;
	width: 100%;
	height: 3.3em;
	top: 0;
    left: 0;
    position: fixed;
    z-index: 100000;
    padding: 0;
    margin: 0;
    background: #514849 url('../graphics/50x25-bg-brown.jpg') repeat;
    box-shadow: 0 0.16em 0.3em 0 rgba(0, 0, 0, 0.3);
  	-moz-box-shadow: 0 0.16em 0.3em 0 rgba(0, 0, 0, 0.3);
  	-webkit-box-shadow: 0 0.16em 0.3em 0 rgba(0, 0, 0, 0.3);
}

nav {
	float: left;
	margin: 1em 0 0 2%;
}

.btn_subscribe {
    background-color: transparent;
    border: 1px solid #514849 !important;
    border-radius: 2px;
    -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
    color: #514849;
    padding: 0.45em 1em 0.45em 1em;
    font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-align: center;
	width: 100%;
	font-size: 1em;
	letter-spacing: 1px;
}

.btn_subscribe:hover {
    background-color: #D3C991;
    border: 1px solid #D3C991 !important;
}

.btn_categories {
	color: #f5f1ec;
	padding: 0.45em 3em 0.45em 1em;
	width: 8em;
	border: 1px solid #f5f1ec;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background: url(../graphics/icon_menu_big.svg) no-repeat;
	background-color: transparent;
	background-position: 33% 0;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

.btn_categories_mini {
	display: none;
	color: #f5f1ec;
	padding: 0;
	width: 2.5em;
	height: 2em;
	border: 1px solid #f5f1ec;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background: url(../graphics/icon_menu.svg) no-repeat;
	background-color: transparent;
	background-position: 0 1px;
	margin-top: -0.4em;
}

nav ul a {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-align: center;
	font-size: 1em;
	letter-spacing: 1px;
}

nav ul:hover a.btn_categories {
	background-color: #6cb9d0;
	border: 1px solid #6cb9d0;
	color: #fff;
}

nav ul:hover a.btn_categories_mini {
	background-color: #6cb9d0;
	border: 1px solid #6cb9d0;
}

	nav ul li:hover > ul {
		display: block;
	}

nav ul ul {
	display: none;
	background: #6cb9d0; 
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	padding: 1em 0.2em;
	margin: 0.3em 0 0 0;
	width: 26em;
	overflow: hidden;
}
	nav ul ul li {
		float: left; 
		
	}
		nav ul ul li a {
			display: block;
			padding: 0.45em 3em 0.45em 0.5em;
			color: #fff;
			font-family: 'Lato', sans-serif;
			font-weight: 400;
			text-align: left;
			font-size: 1em;
			letter-spacing: 1px;
			text-transform: uppercase;
			border-radius: 2px;
			-webkit-border-radius: 2px;
			-moz-border-radius: 2px;
			margin: 0.4em 0.3em;
		}	
			nav ul ul li a:hover {
				color: #fff;
				background: #5498ac; 
			}

#double  { 
	z-index:80;
	position: fixed;
}

#double li  { width:47%;}

li.left {
	border-right: 1px solid #fff;
}

li.right {
	margin-left: 1em;
}

.vertical-line{
  width: 5px; /* Line width */
  background-color: white; /* Line color */
  height: 80%; /* Override in-line if you want specific height. */
  position: absolute;
  z-index: 222;
}

.clear {clear:both !important;}

#logo {
	text-align: left;
	padding: 0;
	width: 6.6em;
	height: 6.6em;
	position: absolute;
	left: 50%;
	margin-left: -3.3em;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	box-shadow: 0 0.16em 0.3em 0 rgba(0, 0, 0, 0.24);
  	-moz-box-shadow: 0 0.16em 0.3em 0 rgba(0, 0, 0, 0.24);
  	-webkit-box-shadow: 0 0.16em 0.3em 0 rgba(0, 0, 0, 0.24);
}

#logo a span {
    display: block;
}

#logo a object {
    position: relative;
    z-index: -1;
    max-width: 6.6em;
    max-height: 6.6em;
}

#slogan {
	left: 14.7%;
	top: 0.4em;
	position: absolute;
}

#slogan p{
  color:#6cb9d0;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 0.8em;
  letter-spacing: 1px;
}

#social {
	padding: 0;
    position: absolute;
    left: 50%;
    margin: 0.1em 0 0 6%;
    top: 0.4em;
}

.round-button {
	float: left;
    height: 0;
    margin: 0 0 0 -0.4em;
    padding: 0 0 2.3em;
    width: 2.3em;
    border-radius: 50%;
    overflow: hidden;
    background-color: none;
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
 	background-repeat:no-repeat;
	background-position: center;
	background-size: contain;
}
.round-button:hover {
    background-color: #D3C991;
}
.round-button img {
    display: block;
    width: 60%;
    padding: 20%;
    height: auto;
}

.twitter {
	background-image: url('../graphics/icon_twitter.svg');
}
.facebook {
	background-image: url('../graphics/icon_facebook.svg');
}
.googleplus {
	background-image: url('../graphics/icon_googleplus.svg');
}
.pinterest {
	background-image: url('../graphics/icon_pinterest.svg');
}

#search {
	float:right;
	margin: 0.5em 2% 0 0;
	width: 30%;
	padding: 0;
}

.cse .gsc-control-cse, .gsc-control-cse {
    padding: 0 !important;
    width: 100% !important;
}
.gsc-search-box {
    height: 2.7em !important;
}

.gsc-input {
    height: 2.4em !important;
}

.gsc-input-box {
    background-color: #f5f1ec !important;
    border: none !important;
    height: 2.7em !important;
    border-radius: 2px !important;
	-webkit-border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	background-size: 1.4em !important;
	background-position: right 0.5em top 0.6em !important;
	padding: 0 3em 0 1em !important;
	color: #514849 !important;
}

input.gsc-input {
    border: none !important;
    font-size: 1em !important;
    background: none #f5f1ec !important;
}

.gsc-control-cse {
    background: none !important;
    border: none !important;
    color:#6cb9d0 !important;
	font-family: 'Lato', sans-serif !important;
	font-weight: 400 !important;
}
.cse .gsc-control-cse, .gsc-control-cse {
    background: none !important;
    border: none !important;
}

.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
    /*height: 2.7em !important;
    min-width: 2.7em !important;
    width: 2.7em !important;
    padding: 0.25em !important;*/
}

input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
    border: none !important;
	border-radius: 2px !important;
	-webkit-border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	/*height: 2.7em !important;
    width: 2.7em !important;*/
}

input.gsc-search-button, input.gsc-search-button:focus {
    background-color: #6cb9d0 !important;
    background-image: none;
    border-color: #6cb9d0 !important;
    filter: none;
}

input.gsc-search-button:hover {
    background-color: #D3C991 !important;
    background-image: none;
    border-color: #D3C991 !important;
    filter: none;
}

input.gsc-search-button {
    margin: 0.5em 0 0 0 !important;
}

td.gsc-search-button {
    background-color: #6cb9d0;
    width: 1%;
}

td.gsc-search-button:hover {
	background-color: #D3C991;
}

.gsc-search-button {
    vertical-align: top !important;
    /*height: 2.7em !important;
    width: 2.7em !important;
    background: #6cb9d0 !important;*/
    border-radius: 2px !important;
	-webkit-border-radius: 2px !important;
	-moz-border-radius: 2px !important;
}

table.gsc-search-box td {
    vertical-align: top !important;
}

table.gsc-search-box td {
    vertical-align: top !important;
}

/***********************************************************************/

#content {
	max-width: 1230px;
	margin: 0 auto 0 auto;
	padding: 0 1.4em;
}

#left {
	width: calc(100% - 324px);
	float: left;
}

.box {
	background-color: #fff;
	padding: 1em 0;
	display:block;
	width: 100%;
	margin: 0 0 3em 0;
	border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
	box-shadow: 0 1px 1px 0 #c2bdb7;
		-moz-box-shadow: 0 1px 1px 0 #c2bdb7;
		-webkit-box-shadow: 0 1px 1px 0 #c2bdb7;
}

.article {
	padding-top: 3.8em;
}

.other {
	width: calc(33.33% - 1px);
	float: left;
	text-align: center;
	border-right: 1px solid #D3C991;
	margin: 1em 0;
}

.other_last {
	width: 33.33%;
	float: left;
	text-align: center;
	border: none;
	margin: 1em 0;
}


.other_title {
	color:#514849;
	font-size: 0.8em;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 0.7em;
	text-align: left;
}

#other h3 {
  margin-bottom: 0.5em;
}

#other h3 a {
  color:#6cb9d0;
  font-size: 0.7em;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 1.2em;
  margin-bottom: 0.5em;
}

#other h3 a:hover {
  color:#D3C991;
}

#other h4 {
  margin: 0.4em 0;
}

#other h4 a {
  color:#514849;
  font-size: 1.1em;
  font-family: "museo-slab", serif;
  font-weight: 500;
  margin: 0.4em 0;
}

#other h4 a:hover {
  color:#D3C991;
}

#photos {
	background: url('../graphics/50x25-bg-white.jpg') repeat;
	width: 100%;
	margin: 1em 0 2em 0;
	padding: 0;
	text-align: left;
	height: auto;
	border-bottom: 3px solid #d3c991;
	overflow: hidden;
}

#photos img {
	height: auto;
    max-width: 100%;
}

#other .view {margin: 1.3em 0 0.8em;}

.other_image {margin-top: 0.4em;}

.other_text {margin: 0 1.2em;}

#other h3 {margin-top: 0.7em;}

#other .tag {font-size: 0.8em;}

#right {
	background-color: none;
	width: 300px;
	float: right;
	padding-top: 5em;
	text-align: center;
}

.fb-like-box {
	/*margin: 3em calc(50% - 150px);*/

	margin: 3em 0;
}

/* NEWSLETTER +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#mc_embed_signup {
    background: rgba(0, 0, 0, 1) url('../graphics/50x25-bg-beige.jpg') repeat !important;
    font-size: 1em !important;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
    border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
	border: 1px solid #c4c4c0;
	margin:0 !important;
	padding: 1.3em 1em !important;
}

#mc_embed_signup form {
	padding: 0 !important;
}

#mce-EMAIL {
	background-color: #F5F4F2;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
    border:0 !important; -webkit-appearance:none !important;
    color: #5f5252;
    display: block;
    margin: 0 0 1em 0 !important;
    padding: 0.7em 0 0.5em !important;
    width: 100% !important;
    font-size: 1em;
    font-weight: 300;
    font-style: italic;
}

/*************************** FOOTER ********************************************/

footer {
	background: url('../graphics/50x25-bg-beige.jpg') repeat;
	border-top: 1px solid #c4c4c0;
	clear: both;
	margin: 0;
	padding: 0;
}

#footer_wrapper {
	max-width: 1230px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 1.4em;
}

#footer_left {
	float: left;
}

#footer_center {
	float: left;
}

#footer_right {
	float: right;
}

.footer_column {
	width: calc(33.33% - 1em);
	padding: 0.5em 0.5em 1.5em;
	text-align: left;
}

.footer_column p {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

footer h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-align: center;
	font-size: 1em;
	letter-spacing: 1px;
	padding: 0.45em 2.4em;
	margin:2em auto;
	width: 11em;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	text-transform: uppercase;
	background-color: #d3c991;
}

footer h3 {
	color: #514849;
	font-size: 1em;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-align: center;
	letter-spacing: 1px;
	margin-top: 0.6em;
}

#footer_bottom {
	clear: both;
	background-color: #c4c4c0;
}

#footer_bottom a{
	color: #514849;
	font-size: 0.8em;
	font-family: "Lato",sans-serif;
    font-weight: 500;
    text-decoration: none;
}

.arrow-down {
	border-left: 0.8em solid rgba(0, 0, 0, 0);
    border-right: 0.8em solid rgba(0, 0, 0, 0);
    border-top: 0.8em solid #d3c991;
    height: 0;
    margin: -2.2em auto 1.6em;
    width: 0;
}

.circular {
	width: 6em;
	height: 6em;
	border-radius: 3.2em;
	-webkit-border-radius: 3.2em;
	-moz-border-radius: 3.2em;
	border:3px solid #f5f1ec;
	margin: 0 auto;
	overflow: hidden;
}

.circular-other {
	width: 9em;
	height: 9em;
	border-radius: 4.8em;
	-webkit-border-radius: 4.8em;
	-moz-border-radius: 4.8em;
	border: 3px solid #fff;
	margin: 0 auto;
	overflow: hidden;
}

.circular-other:hover {
	border: 3px solid #D3C991;
}

/*Form +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


#contact_form{
	max-width: 40em;
	margin-right: auto;
	margin-left: auto;
}

.form input {
    border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
    border:0; -webkit-appearance:none;
    color: #5f5252;
    display: block;
    margin: 0 0 1em 0;
    padding: 0.5em 0 0.4em 1.7em;
    width: calc(100% - 1.7em);
    font-size: 1.2em;
    font-weight: 300;
    font-style: italic;
}

.form textarea {
    background-color: #e6f9fd;
    border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
    border:0; -webkit-appearance:none;
    color: #5f5252;
    display: block;
    margin: 0;
    padding: 0.5em 0 0.4em 0.5em;
    width: calc(100% - 0.5em);
    height: 7em;
    font-size: 1.2em;
    font-weight: 300;
    font-style: italic;
}

#footer-name {
	background: #f5f4f2 url('../graphics/icon_name.svg') no-repeat left center;
	background-size: content;
}

#footer-email {
	background: #f5f4f2 url('../graphics/icon_email.svg') no-repeat left center;
	background-size: content;
}

#footer-subject {
	background: #f5f4f2 url('../graphics/icon_subject.svg') no-repeat left center;
	background-size: content;
}

#footer-message {
	background: #f5f4f2 url('../graphics/icon_message.svg') no-repeat center !important;
}

.caption {
	margin: 0;
	font-size: 0.8em;
	margin: 0.3em 0;
}

#form_confirmation {
	/*background-image: url('../graphics/icon_close.png');
	background-repeat:no-repeat;
	background-position: right 18% top 13%;*/
	background: #514849 url('../graphics/50x25-bg-brown.jpg') repeat;
	/* background-color: rgb(81, 64, 63);/* Fall-back for browsers that don't support rgba*/
	/* background-color: rgba(81, 64, 63, 0.97);*/
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    display: none;
    position: fixed;
    top:0;
    left:0;
    height: 100%;
    width: 100%;
    z-index: 100;
    font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 1.5em;
	color: #e6f9fd;
	padding-top:16%;
	opacity: 0.98;
}

#form_confirmation img {
	margin: 0 0 1em 50%;
}

.signature {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 0.7em;
	color: #71D5FF;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
	text-align: right;
}

.thumbnails {
	float: left;
}

.thumbnails_3 {
	width: 33.333333333333%;
	height: auto;
	float: left;
}

.thumbnails_4 {
	width: 25%;
	height: auto;
	float: left;
}

.thumbnails_5 {
	width: 20%;
	height: auto;
	float: left;
}

ul {
    list-style: none;
}

.upper_title {
	text-transform: uppercase;
	font-size: 0.7em;
	letter-spacing: 1px;
}

/*media queries ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/



/* BIG +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

@media screen and (max-width : 1140px) {

	#slogan {display: none;}

	#social {left: 20%;}

	#search {
		float:right;
		margin: 0.5em 2% 0 0;
		width: 38%;
		padding: 0;
	}

}



/* MEDIUM +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

@media screen and (max-width : 1000px) {

	#left {width: 100%;}

	.article {padding-top: 4.2em;}

	#right {
	   float: left;
	   width: 100%;
	   padding-top: 0;
	}

	.footer_column {
		width: 100%;
		padding: 0.5em 0;
	}
    
	.btn_subscribe {
	    width: 10em;
	    float: right;
	}

	/* newsletter ++++++++++++++ */

	#mc_embed_signup input.email {
	    width: calc(100% - 11em) !important;
	    float: left;
	    margin-right: 0 !important;
	}

	#mc_embed_signup {overflow: hidden;}

	#mce-EMAIL {margin: 0 !important;}

	/* end newsletter ++++ */

	.long {
		width: 10em;
		float: right;
	}



}

/* SMALL +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

@media screen and (max-width : 700px) {

	#social {display: none;}

	#search {width: 35%;}

	/* other sustainable +++++++++ */

	.other {
		width: 88%;
		display: block;
		border-bottom: 1px solid #D3C991;
		border-right: none;
		text-align: left;
		margin: 0 6%;
	}

	.other_last {
		width: 88%;
		display: block;
		text-align: left;
		margin: 0 6%;
	}

	.other_image {
		float: left;
		margin: 2em 1em 2em 0;
		width: 9em;
	}

	.other_text {
		float: left;
		margin: 2em 0 2em 1em;
		width: calc(100% - 11em);
	}

	#other h3 {margin-top: 0;}

	/* end other sustainable ++++ */

}

/* MICRO +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

@media screen and (max-width : 450px) {

	/* dropdown +++++++++ */

	nav ul ul {width: 16em; margin: -0.15em 0 0;}

	#double li  { width:86%;}

	.btn_categories {display: none;}

	.btn_categories_mini {display: block;}

	li.left {border-right: none; margin-left: 1em;}

	/* end dropdown ++++ */


	#social {display: none;}

	/* search ++++ */
	#search {
		display: none;
		position: fixed;
		z-index: 80;
		right: 0;
		top: 0.1em;
		width: 75%;
	}

	#search_button {
		position: fixed;
		z-index: 60;
		right: 2%;
		top: 0.6em;
		width: 75%;
		background: #514849 url('../graphics/search_box_icon.png') no-repeat center center;
		border-radius: 2px;
			-webkit-border-radius: 2px;
			-moz-border-radius: 2px;
		width: 2.5em;
		height: 2.15em;
		border: none;
		background-color: #6cb9d0;
	}

	#search_button:hover > #search {
		display: block;
	}

	/* end search ++++ */

	.long {display: block;width: 100%;}

	/* other sustainable +++++++++ */

	.other {text-align: center;}

	.other_last {text-align: center;}

	.other_image {
		margin: 2em auto 0 auto;
		float: none;
	}

	.other_text {
		margin: 1em 0 2em 0;
		width: 84%;
		padding:0 8%;
	}

	/* end other sustainable ++++ */


	/* newsletter ++++++++++++++ */

	.btn_subscribe {
	    width: 100%;
	    display: block;
	}

	#mc_embed_signup input.email {width: 100% !important;}

	#mce-EMAIL {margin: 0 0 1em 0 !important;}

	/* end newsletter ++++ */

}


