* {
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

html, body {
	height: 100%;
	font-family: 'gentium_basicregular';
}

::-webkit-input-placeholder {
    color:    #000;
}
:-moz-placeholder {
   color:    #000;
   opacity:  1;
}
::-moz-placeholder {
   color:    #000;
   opacity:  1;
}
:-ms-input-placeholder {
   color:    #000;
}

.c--clear {
	clear: both;
}

.c--center {
	width: 100%;
	max-width: 1048px;
	margin: 0 auto;
}

.c--loader {
	position: relative;
	width: 100%;
	text-align: center;
	height: 300px;
	line-height: 300px;
	font-size: 30px;
}

.c--has-transition {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	
}

#hbe-menu {
    height: 190px;
    margin-bottom: 1px;
    margin-top: 5px;
    width: 100%;
    background-image: url('../images/single-dash.jpg'), url('../images/double-dash.jpg');
    background-repeat: repeat-x;
    background-position: top left, bottom left;
    z-index: 10;
}

#hbe-menu.followingpage {
	height: 130px;
}

#hbe-menu .c--social {
	position: absolute;
	top: 20px;
	right: 0;
	z-index: 10;
}

#hbe-menu .c--social > ul {
	padding: 0;
}

#hbe-menu .c--social > ul > li {
	float: left;
	list-style: none;
	margin-left: 8px;
}

#hbe-menu .c--social > ul > li > a > .fa {
	font-size: 26px;
	color: #000;
}

#hbe-menu nav > ul {
	padding: 0;
}

#hbe-menu nav > ul > li {
	float: left;
	width: 16.9%;
	text-align: center;
	text-transform: uppercase;
	padding-top: 120px;
	padding-bottom: 24px;
	list-style: none;
}

#hbe-menu.followingpage nav > ul > li {
	padding-top: 60px;
}

#hbe-menu nav > ul > li:hover,
#hbe-menu nav > ul > li.active {
	border-bottom: 1px solid #000;
}

#hbe-menu nav > ul > li a {
	width: 100%;
	display: inline-block;
	font-family: 'gentium_basicregular';
	font-size: 24px;
	color: #000;
}

#hbe-menu nav > ul > li a:hover {
	text-decoration: none;
}

#hbe-menu nav > ul > li.c--logo {
	width: 32.36%;
	padding-top: 20px;
	padding-bottom: 0;
	border-bottom: none !important;
}

#hbe-menu nav > ul > li.c--logo img {
	width: 100%;
	max-width: 230px;
	border-radius: 50%;
	border: 2px solid #000;
}

#hbe-menu.followingpage nav > ul > li.c--logo img {
	max-width: 170px;
}

#hbe-hamburger {
    border: 1px solid #000;
    border-radius: 6px;
    font-size: 20px;
    padding: 4px 10px;
    position: absolute;
    right: 20px;
    top: 34px;
	cursor: pointer;
	display: none;
}

#hbe-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 12;
	opacity: 0;
	display: none;
}

#hbe-mobile-menu {
	position: fixed;
	top: 0;
	right: -280px;
	background-color: #fff;
	width: 250px;
	height: 100%;
	z-index: 13;
	display: none;
}

#hbe-close-menu {
    border: 1px solid #000;
    border-radius: 6px;
    font-size: 20px;
    padding: 4px 11px;
    position: absolute;
    right: 20px;
    top: 39px;
	cursor: pointer;
	z-index: 14;
}

#hbe-mobile-menu > div > ul {
	padding: 113px 0 0;
	list-style: none;
}

#hbe-mobile-menu > div > ul > li > a {
	font-family: 'gentium_basicregular';
	font-size: 18px;
	color: #000;
	display: block;
	padding: 10px;
	border-bottom: 1px dashed #000;
}

#hbe-mobile-menu > div > ul > li:first-child > a {
	border-top: 1px dashed #000;
}

#hbe-mobile-menu > div > ul > li > a:hover {
	border-bottom-style: solid;
	text-decoration: none;
}

#hbe-overlay.show-mobile-menu {
	background-color: rgba(0, 0, 0, 0.8);
}
#hbe-mobile-menu.show-mobile-menu {
	right: 0;
}

#hbe-header {
	width: 100%;
	height: calc(100% - 190px);
	min-height: 400px;
	background-image: url('../images/header-bg.png');
	background-repeat: repeat;
	z-index: 9;
}

#hbe-header.followingpage {
	height: 80px;
	min-height: 0px;
}

#hbe-header .c--text-box {
    height: 330px;
    padding: 20px;
    position: absolute;
    text-align: center;
    top: calc(50% - 145px);
    width: 100%;
}

#hbe-header .c--text-box .c--sub-title {
	display: block;
	font-family: 'gentium_basicregular';
	font-size: 34px;
	text-transform: uppercase;
	margin-bottom: -20px
}

#hbe-header .c--text-box .c--title {
	font-family: 'amazone_btregular';
	font-size: 108px;
}

#hbe-header .c--text-box .c--button {
	display: inline-block;
	font-family: 'gentium_basicregular';
	font-size: 34px;
	text-transform: uppercase;
	padding: 16px 50px;
	background: #fff;
	color: #000;
	border: 1px dashed #000;
	border-radius: 20px;
	margin-top: 20px;
}

#hbe-header .c--text-box .c--button:hover {
	text-decoration: none;
	border-style: solid;
	cursor: pointer;
}

#hbe-content {
	margin-top: 1px;
	background-image: url('../images/double-dash.jpg');
	background-repeat: repeat-x;
	background-position: left 1px;
	padding: 40px 20px;
	box-shadow: 0px -6px 20px rgba(0, 0, 0, 0.25);
	text-align: center;
	z-index: 10;
}

#hbe-content.followingpage {
	box-shadow: unset;
}

#hbe-content .c--center {
	max-width: 600px;
}

#hbe-content h1 {
	font-family: 'amazone_btregular';
	font-size: 34px;
	margin-bottom: 20px;
}

#hbe-content p {
	font-family: 'gentium_basicregular';
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 18px;
}

#hbe-content .c--form input,
#hbe-content .c--form textarea {
	display: block;
	width: 100%;
	max-width: 600px;
	margin: 0 auto 10px;
	border: 1px dashed #000;
	height: 30px;
	padding: 4px;
	font-size: 14px;
	text-align: center;
}

#hbe-content .c--form textarea {
	height: 100px;
}

#hbe-content .c--form input[type="submit"] {
	height: 50px;
	background: #000;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

#hbe-footer {
	padding: 20px 20px 120px 20px;
	font-family: 'gentium_basicregular';
	font-size: 16px;
	text-align: center;
	background-color: #fff;
	background-image: url('../images/single-dash.jpg');
	background-repeat: repeat-x;
	background-position: left 1px;
	z-index: 11;
}

#hbe-footer.c--no-insta-bar {
	padding: 20px;
}

#hbe-footer .c--hbe {
	font-weight: bold;
}

/* GALLERY */
#hbe-gallery {
	opacity: 0;
}
#hbe-gallery .c--photo {
	list-style: none;	
	height: auto;
	overflow: hidden;
	float: left;
}
#hbe-gallery .c--photo:hover {
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);
	z-index: 15;
}
#hbe-gallery .c--photo:hover img {
	transform: scale(1.2) rotate(8deg);
}
#hbe-gallery .c--photo,
#hbe-gallery .c--photo-sizer {
	width: 33%;
}
#hbe-gallery .c--photo img {
	width: 100%;
}
@media only screen and (max-width: 500px) {
	#hbe-gallery .c--photo,
	#hbe-gallery .c--photo-sizer {
		width: 50%;
	}	
}
@media only screen and (max-width: 360px) {
	#hbe-gallery .c--photo,
	#hbe-gallery .c--photo-sizer {
		width: 100%;
	}	
}
/* GALLERY */

/* INSTA BAR */
#hbe-insta-bar {
	position: fixed;
	bottom: -80px;
	left: 0;
	width: 100%;
	z-index: 15;
}

#hbe-insta-bar.show {
	bottom: 0;
}

#hbe-insta-bar .c--insta-photo {
	float: left;
	width: calc(100% / 8);
	height: 120px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
}

#hbe-insta-bar .c--insta-photo:hover {
	/*transform: scale(1.1);*/
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);
	z-index: 15;
}

#hbe-insta-bar:not(.show) .c--insta-photo:hover {
	margin-top: -80px;
}

@media only screen and (max-width: 950px) {
	#hbe-insta-bar {
		bottom: -60px;
	}
	#hbe-insta-bar .c--insta-photo {
		width: calc(100% / 7);
		height: 100px;
	}	
	#hbe-insta-bar:not(.show) .c--insta-photo:hover {
		margin-top: -60px;
	}
	#hbe-insta-bar .c--insta-photo:nth-child(8) {
		width: 0;
		display: none;
	}
	#hbe-footer {
		padding-bottom: 100px;
	}
}

@media only screen and (max-width: 786px) {
	#hbe-insta-bar {
		bottom: -50px;
	}
	#hbe-insta-bar .c--insta-photo {
		width: calc(100% / 6);
		height: 90px;
	}	
	#hbe-insta-bar:not(.show) .c--insta-photo:hover {
		margin-top: -50px;
	}
	#hbe-insta-bar .c--insta-photo:nth-child(7) {
		width: 0;
		display: none;
	}
	#hbe-footer {
		padding-bottom: 90px;
	}
}
@media only screen and (max-width: 560px) {
	#hbe-insta-bar {
		bottom: -40px;
	}
	#hbe-insta-bar .c--insta-photo {
		width: calc(100% / 5);
		height: 80px;
	}	
	#hbe-insta-bar:not(.show) .c--insta-photo:hover {
		margin-top: -40px;
	}
	#hbe-insta-bar .c--insta-photo:nth-child(6) {
		width: 0;
		display: none;
	}
	#hbe-footer {
		padding-bottom: 80px;
	}
}
@media only screen and (max-width: 348px) {
	#hbe-insta-bar {
		bottom: -30px;
	}
	#hbe-insta-bar .c--insta-photo {
		width: calc(100% / 4);
		height: 70px;
	}	
	#hbe-insta-bar:not(.show) .c--insta-photo:hover {
		margin-top: -30px;
	}
	#hbe-insta-bar .c--insta-photo:nth-child(5) {
		width: 0;
		display: none;
	}	
	#hbe-footer {
		padding-bottom: 70px;
	}
}
/* INSTA BAR*/

/* INSTA PHOTO BIG */
.c--insta-photo-big {
	position: fixed;
	top: -100%;
	width: 100%;
	max-width: 640px;
	z-index: 13;
	overflow: hidden;
	background-color: #fff; 
}

.c--insta-photo-big.slide-in {
	top: 50%;
}

.c--insta-photo-big .c--insta-photo-header {
	width: 100%;
	padding: 10px 0;
	text-align: center;
	background-color: #fff;
	background-image: url(../images/single-dash.jpg), url(../images/single-dash.jpg);
	background-position: center 1px, center calc(100% - 1px);
	background-repeat: repeat-x;
}

.c--insta-photo-big .c--insta-photo-header .fa-times {
	width: 30px;
	height: 30px;
	position: absolute;
	font-size: 16px;
	color: #000;
	right: 10px;
	top: 20px;
	cursor: pointer;
}

.c--insta-photo-big .c--insta-photo-header h2 {
	color: #000;
	font-size: 28px;
	font-family: 'amazone_btregular';
	vertical-align: middle;
	display: inline-block;
	margin-left: 12px;
	margin-top: 0;
	margin-bottom: 0;
}

.c--insta-photo-big .c--insta-photo-header .c--insta-logo {
	width: 38px;
	height: 38px;
	display: inline-block;
	vertical-align: middle;
	background-image: url('../images/instagram-logo.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.c--insta-photo-big .c--insta-image {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.c--insta-photo-big .c--insta-photo-footer {
	position: absolute;
	background: rgba(255, 255, 255, 0.7);
	bottom: 0;
	font-family: 'gentium_basicregular';
	font-size: 16px;
	text-align: center;
	width: 100%;
}

.c--insta-photo-big .c--insta-photo-footer .c--insta-post {
	padding: 10px;
}

.c--insta-photo-big .c--insta-photo-footer .c--insta-post-toggle {
	background: rgba(255, 255, 255, 0.7);
	color: #000;
	width: 20px;
	height: 15px;
	position: absolute;
	font-size: 14px;
	left: 50%;
	margin-left: -10px;
	top: -15px;
	cursor: pointer;
}

.c--insta-photo-big .c--insta-photo-footer .c--insta-link {
	display: block;
	width: 100%;
	padding: 10px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	background-color: #fff;
	background-image: url(../images/single-dash.jpg), url(../images/single-dash.jpg);
	background-position: center 1px, center calc(100% - 1px);
	background-repeat: repeat-x;
} 

@media only screen and (max-width: 640px) {
	.c--insta-photo-big .c--insta-photo-header .fa-times {
		font-size: 14px;
		color: #000;
		right: 5px;
		top: 23px;
		cursor: pointer;
	}

	.c--insta-photo-big .c--insta-photo-footer {
		font-size: 12px;
	}
}
/* INSTA PHOTO BIG */

@media only screen and (max-width: 1028px) {
	#hbe-menu .c--social {
		right: 20px;
	}
	#hbe-header {
		min-height: 450px
	}
	#hbe-header .c--text-box {
		height: 390px;
		top: calc(50% - 185px);
	}
}

@media only screen and (max-width: 786px) {
	#hbe-menu {
		height: 120px;
	}
	#hbe-menu .c--social {
		right: 80px;
		top: 40px;
	}
	#hbe-menu nav > ul > li {
		display: none;
	}
	#hbe-menu nav > ul > li.c--logo {
		display: block;
		border-width: 1px;
		width: 175px;
		padding-left: 20px;
	}
	#hbe-hamburger {
		display: block;
	}
	#hbe-header {
		height: calc(100% - 120px);
	}
	#hbe-header .c--text-box .c--sub-title {
		font-size: 28px;
	}

	#hbe-header .c--text-box .c--title {
		font-family: 'amazone_btregular';
		font-size: 88px;
	}

	#hbe-header .c--text-box .c--button {
		font-size: 28px;
	}
}

@media only screen and (max-width: 560px) {
	#hbe-header .c--text-box {
		height: 260px;
		top: calc(50% - 130px);
	}
	#hbe-header .c--text-box .c--sub-title {
		font-size: 18px;
	}

	#hbe-header .c--text-box .c--title {
		font-family: 'amazone_btregular';
		font-size: 50px;
	}

	#hbe-header .c--text-box .c--button {
		font-size: 18px;
	}
}

@media only screen and (max-width: 348px) {
	#hbe-header .c--text-box {
		height: 260px;
		top: calc(50% - 130px);
	}
	#hbe-header .c--text-box .c--sub-title {
		font-size: 16px;
	}

	#hbe-header .c--text-box .c--title {
		font-family: 'amazone_btregular';
		font-size: 36px;
	}

	#hbe-header .c--text-box .c--button {
		font-size: 16px;
	}
}