/* CSS Document */

body {
    background: #fff;
    color: #666666;
    margin: 0;
    padding: 0;
}

/* Images & Other Objects */

img, object, embed { max-width: 100%; }
img { height: auto; }
img { vertical-align: middle; }

/* FONTS ---------------------*/
/* FONTS ---------------------*/
/* FONTS ---------------------*/
/* FONTS ---------------------*/

h1 {
    font-family: 'Raleway', sans-serif; /*400 500 600 700 800*/
    font-weight: 700;
    font-size: 1.3em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #1A1F23;
    margin: 0 0 0 0;
}

h2 {
    font-family: 'Raleway', sans-serif; /*400 500 600 700 800*/
    font-weight: 700;
    font-size: 1.3em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #1A1F23;
    margin: 0 0 0 0;
}

p {
    font-family: 'Merriweather', serif; /*300 400*/
    font-weight: 400;
    font-size: 0.95em;
    color: #1A1F23;
    margin: 0 0 0 0;
}

a {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}


.cff-author {
	font-family: 'Merriweather', serif; /*300 400*/
    font-weight: 400;
}

.cff-story {
	font-size: 12px;
	
}


#cff .cff-load-more {
	font-family: 'Raleway', sans-serif; /*400 500 600 700 800*/
    font-weight: 700;
    font-size: 0.95em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #1A1F23;
	border: 1px solid #1A1F23;
	display: block;
	float: left;
	clear: both;
	background: #fff;
	width: 100%;
	min-height: 30px;
	padding: 14px 0;
	margin: 20px 0 0 0;
	position: relative;
	text-align: center;
	box-sizing: border-box;
	outline: none;
	text-decoration: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

#cff .cff-load-more:hover {
    color: #fff;
	border: 1px solid #1A1F23;
	background: #1A1F23;
	text-decoration: none;
}

/* HEADER --------------------*/
/* HEADER --------------------*/
/* HEADER --------------------*/
/* HEADER --------------------*/

#header {
    padding: 0.5em 0;
}

#header a {
    text-decoration: none;
    color: #1A1F23;
}

#header a:hover {
    color: #B19161;
}

/* LEFT ----------------------*/

#header .social {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#header .social li {
    display: inline;
    font-size: 1em;
    margin-right: 1em;
    line-height: 155px;
}

/* CENTER --------------------*/

#header .center {
    text-align: center;
}

#header .center .logo {
    width: 68px;
}

/* RIGHT ---------------------*/

#header .nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

#header .nav li {
    font-family: 'Raleway', sans-serif; /*400,500,600,700,800*/
    font-weight: 700;
    text-transform: uppercase;
    display: inline;
    font-size: 0.8em;
    margin-left: 2.5em;
    line-height: 155px;
}

/* SLICKNAV ------------------*/

.slicknav_menu {
    display: none;
}

/* SLIDER --------------------*/
/* SLIDER --------------------*/
/* SLIDER --------------------*/
/* SLIDER--------------------*/

#slider {
    position: relative;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0; 
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

/* INTRO ---------------------*/
/* INTRO ---------------------*/
/* INTRO ---------------------*/
/* INTRO ---------------------*/

#intro {
    padding: 5em 0;
    background-color: #EEEEEE;
    text-align: center;
}

#intro h1 {
    margin-bottom: 1.1em;
}

#intro p {
    line-height: 1.8em;
}

#intro hr {
    border: none;
    margin: 0 0 40px 0;
}

#intro hr:after { 
    background: url(images/bg-hr.png) no-repeat top center;
    background-size: 61px 21px;
    content: "";
    display: block;
    height: 21px; /* height of the ornament */
    position: relative;
    top: -10px; /* half the height of the ornament */
}

/* FACEBOOK FEED -------------*/
/* FACEBOOK FEED -------------*/
/* FACEBOOK FEED -------------*/
/* FACEBOOK FEED -------------*/

#facebook-feed {
    padding: 5em 0 3em 0;
    background-color: #ffffff;
}

#facebook-feed a {
	color: #1A1F23;
}

#facebook-feed a:hover {
	color: #B19161;
}

#facebook-feed h2 {
    margin-bottom: 3.5em;
    line-height: 1.2em;
    position: relative;
}

#facebook-feed h2:before {
    border-bottom: 1px solid #ccc;
    content: " ";
    position: absolute;
    bottom: -0.9em;
    left: 0;
    width: 80px;
}

/*#facebook-feed p {
	font-size: 2em;
    line-height: 1.5em;
    margin-bottom: 1.5em;
}*/

#facebook-feed .button {
    text-align: center;
}

#facebook-feed a.btn {
    font-family: 'Raleway', sans-serif; /*400,500,600,700,800*/
    font-weight: 700;
    font-size: 0.7em;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border: 1px solid #1A1F23;
    color: #1A1F23;
    text-decoration: none;
    padding:  0.9em 1.1em;
    display: inline-block;
}

#facebook-feed a.btn:hover {
    border: 1px solid #1A1F23;
    background: #1A1F23;
    color: #fff;
}

/* MAP -----------------------*/
/* MAP -----------------------*/
/* MAP -----------------------*/
/* MAP -----------------------*/

#map {
    padding: 5em 0;
    background-color: #EEEEEE;
    text-align: center;
}

#map h2 {
    margin-bottom: 1.5em;
}

#map p {
    line-height: 1.8em;
    padding: 0 5em;
}

#map hr {
    border: none;
    margin: 0 0 40px 0;
}

#map hr:after { 
    background: url(images/bg-hr.png) no-repeat top center;
    background-size: 61px 21px;
    content: "";
    display: block;
    height: 21px; /* height of the ornament */
    position: relative;
    top: -10px; /* half the height of the ornament */
}

/* FOOTER --------------------*/
/* FOOTER --------------------*/
/* FOOTER --------------------*/
/* FOOTER --------------------*/

#footer {
    padding: 4em 0em 2em 0em;
    background-color: #1A1F23;
}

#footer .box {
    margin-bottom: 2em;
    text-align: center;
}

#footer h2 {
    font-size: 1em;
    color: #FFFFFF;
    margin: 0 0 1.5em 0;
}

#footer p {
    color: rgb(255, 255, 255);
    color: rgba(255, 255, 255, 1);
    font-size: 0.9em;
    line-height: 1.5em;
    margin: 0 0 1em 0;
}

#footer ul {
    list-style-type: none;
    margin: 0 0 0.8em 0;
    padding: 0 0 0 0;
}

#footer ul li {
    font-family: 'Merriweather', serif; /*300 400*/
    font-weight: 400;
    font-size: 0.9em;
    color: #fff; 
    padding: 0;
    margin: 0 0 0.2em 0;
    line-height: 1.5em;
}

#footer a {
    text-decoration: none;
    color: #ffffff;
}

#footer a:hover {
    color: #B19161;
}

#footer .social {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#footer .social li {
    display: inline;
    font-size: 1em;
    margin: 0 0.5em 0 0.5em;
}

/* COPYRIGHT -----------------*/
/* COPYRIGHT -----------------*/
/* COPYRIGHT -----------------*/
/* COPYRIGHT -----------------*/

#copyright {
    padding: 1.5em 0 1.5em 0;
    background: #242C31;
    text-align: center;
}

#copyright a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    color: rgba(255, 255, 255, 0.3);
}

#copyright a:hover {
    color: rgb(255, 255, 255);
    color: rgba(255, 255, 255, 1);
}

#copyright ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#copyright li {
    font-family: 'Merriweather', serif; /*300 400*/
    font-weight: 300;
    display: inline;
    font-size: 0.7em;
    line-height: 2em;
    color: rgb(255, 255, 255);
    color: rgba(255, 255, 255, 0.3);
}

#copyright span {
    color: rgb(255, 255, 255);
    color: rgba(255, 255, 255, 0.15);
    margin: 0 15px 0 15px;
}


/* MEDIA QUERIES --------------------*/
/* MEDIA QUERIES --------------------*/
/* MEDIA QUERIES --------------------*/
/* MEDIA QUERIES --------------------*/


/* MOBILE VERTICAL */
@media (max-width: 400px) {}

/* MOBILE HORIZONTAL */
@media (max-width: 767px) {
	
	/* HEADER */
	
	#header .center .logo {
    	width: 40px;
	}

    /* INTRO */
	
	#intro {
    	padding: 3em 0;
	}

    #intro p {
        padding: 0 0;
    }

    /* NAV */

    .js #nav {
        display:none;
    }

    .js .slicknav_menu {
        display:block;
    }

    /* FOOTER */


    /* COPYRIGHT */

    #copyright li {
        display: block;
    }

    #copyright span {
        display: none;
    }

}

/* DESKTOP > TABLET */
@media (min-width: 768px) and (max-width: 1024px) {
	

    /* NAV */
	
	#header .nav li {
    font-family: 'Raleway', sans-serif; /*400,500,600,700,800*/
    font-weight: 700;
    text-transform: uppercase;
    display: inline;
    font-size: 0.8em;
    margin-left: 2em;
    line-height: 155px;
}
	
	/* INTRO */

    #intro p {
        padding: 0 2em;
    }


}

/* DESKTOP */
@media (min-width: 1025px) {}