@import url(http://fonts.googleapis.com/css?family=Raleway:300,400,500|Open+Sans:400,300);

@import url(http://weloveiconfonts.com/api/?family=brandico);

/* brandico */
[class*="brandico-"]:before {
	font-family: 'brandico', sans-serif;
	font-size: 40px;
	color: #e9cdd0;
	margin-right: 5px;
	margin-left: 5px;
}



body {
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
	font-weight: 300;
    color: #e9cdd0;
    background-color: #202020;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h4,
h5,
h6 {
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

h3 {
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	font-size: 18px;
}

p {
    margin: 0 0 25px;
    font-size: 16px;
    line-height: 1.5;
}

input[type=email] {
    border: 1px solid #e9cdd0;
	padding: 10px 10px;
	background-color: #5c5354;
	color: #e9cdd0;
}

input[type=email]:focus {
    background-color: #202020;
}

@media(min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 14px;
        line-height: 1.8;
    }
}

a {
	color: #e9cdd0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	letter-spacing: 1px;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #e9cdd0;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 0px solid rgba(255,255,255,.0);
    text-transform: uppercase;
    font-family: Raleway,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #202020;
	font-weight: 400;
}

.navbar-custom .navbar-brand {
	font-weight: 400;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
	font-size: 14px;
	color: #e9cdd0;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #e9cdd0;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(233,205,208);
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: rgba(233,205,208,.3);
}

.navbar-custom .nav li.active a:hover {
    color: #e9cdd0;
}

@media(min-width:768px) {
.navbar-custom {
	border-bottom: 0;
	letter-spacing: 1px;
	-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
	-moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
	transition: background .5s ease-in-out,padding .5s ease-in-out;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
	background-color: #202020;
	background-position: 0 0;
    }

.navbar-custom.top-nav-collapse {
	border-bottom: 0px solid rgba(255,255,255,.3);
	background: #202020;
	padding-top: 5;
	padding-right: 0;
	padding-bottom: 5;
	padding-left: 0;
    }
}

.intro {
	display: table;
	width: 100%;
	height: auto;
	text-align: center;
	background-color: #202020;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-attachment: scroll;
	background-image: url(Hoenck-Hanging-Gardens-Dimmer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
    font-size: 12px;
}

.intro .intro-body .intro-text {
    font-size: 10px;
}

@media(min-width:768px) {
    .intro {
        height: 80%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 100px;
    }

    .intro .intro-body .intro-text {
        font-size: 12px;
    }
}


@-webkit-keyframes pulse {    
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
	padding-top: 100px;
}

.welcome-section {
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-attachment: scroll;
	background-image: url(Hoenck-Hanging-Gardens-03.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

.giving-section {
	width: 100%;
	padding: 0px 0;
	color: #e9cdd0;
	background-color: #202020;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-attachment: scroll;
	background-image: url(../img/Hoenck-Hanging-Gardens-04.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.handcrafted-section {
	width: 100%;
	color: #e9cdd0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

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

.btn {
	border-radius: 0;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.btn-default {
	border: 1px solid #e9cdd0;
	color: #e9cdd0;
	background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
	border: 1px solid #e9cdd0;
	outline: 0;
	color: #000;
	background-color: #e9cdd0;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}

footer {
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 0;
}

footer p {
	margin: 0;
	font-size: 11px;
	color: #e9cdd0;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}
.language {
	color: #877373;
}
.one {
	width: 100%;
	height: auto;
}
.two {
	width: 50%;
	height: auto;
	margin-left: 4%;
}
.three {
	width: 100%;
	height: auto;
	padding-top: 2px;
}
div.column {
  max-width: 1280px;
}

figure.fixedratio {
	padding-top: 59.84%;  /* 766px/1280px = 0.5984 */
	background-image: url(Hoenck-Hanging-Gardens-Dimmer.jpg);
	background-size: cover;
	-moz-background-size: cover;  /* Firefox 3.6 */
	background-position: center;  /* Internet Explorer 7/8 */
	text-align: center;
	padding-bottom: 10%;
}
.video {
	width: 90%;
	height: auto;
	text-align: center;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	margin: auto;
}
.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
	height: auto; 
} 
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}
.text {
	height: auto;
	width: 93%;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: auto;
}
.contact {
	height: auto;
	width: 93%;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: auto;
	text-align: center;
}
img.rio
{
	width: 100%;
	height: auto;
}

img.ri
{
	width: 100%;
	height: auto;
}

@media screen and (orientation: portrait) {

  img.ri {
	max-width: 100%;
	padding-top: 40px;
}
}

@media screen and (orientation: landscape) {
  img.ri { max-height: 100%; }
}

		  
.toggle {
	width: 100%;
	z-index: 6;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 0;
}
.heading {
	cursor: pointer;
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
	text-decoration: none;
	font-size: 18px;
	letter-spacing: 1px;
}
.autor {
	width: 100%;
}
ul.AUT {
	list-style-type: none;
	white-space: normal;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	padding-right: 0px;
	padding-left: 0px;
}
li.AUT {
	margin-top: 0px;
	height: 1%;
}
a.AUT{
	display: block;
}
a.AUT:link, a.AUT:visited {
	border: 0px solid;
	text-decoration: none;
	-o-transition: .2s ease-out, background .2s ease-in;
	-ms-transition: .2s ease-out, background .2s ease-in;
	-moz-transition: .2s ease-out, background .2s ease-in;
	-webkit-transition: .2s ease-out, background .2s ease-in;
	transition: .2s ease-out, background .2s ease-in;	
}
a.AUT:hover{
	border: 0px solid;
}
