html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #00838C;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12pt;
	font-weight: 400;
	color: #FFF;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
}

p, ol, ul {
	margin-top: 0;
}

ol, ul {
	padding: 0;
	list-style: none;
}

p {
	line-height: 180%;
}

a {
	color: #0000FF;
}

a:hover {
	text-decoration: none;
}

.container {
	margin: 0px auto;
}

@media screen and (min-width: 1024px) {
	.container {
		margin: 0 calc((100% - 1024px) / 2)
	}
}

/*********************************************************************************/
/* Form Style                                                                    */
/*********************************************************************************/

form {}

form label {
	display: block;
	text-align: left;
	margin-bottom: 0.5em;
}

form .submit {
	margin-top: 2em;
	background: #B03500;
	line-height: 1.5em;
	font-size: 1.3em;
}

form input.text, form select, form textarea {
	position: relative;
	-webkit-appearance: none;
	display: block;
	border: 0;
	background: #fff;
	background: rgba(255, 255, 255, 0.75);
	width: 100%;
	border-radius: 0.50em;
	margin: 1em 0em;
	padding: 1.50em 1em;
	box-shadow: inset 0 0.1em 0.1em 0 rgba(0, 0, 0, 0.05);
	border: solid 1px rgba(0, 0, 0, 0.15);
	-moz-transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1em;
	outline: none;
}

form input.text:hover, form select:hover, form textarea:hover {}

form input.text:focus, form select:focus, form textarea:focus {
	box-shadow: 0 0 2px 1px #E0E0E0;
	background: #fff;
}

form textarea {
	min-height: 12em;
}

form .formerize-placeholder {
	color: #555 !important;
}

form ::-webkit-input-placeholder {
	color: #555 !important;
}

form :-moz-placeholder {
	color: #555 !important;
}

form ::-moz-placeholder {
	color: #555 !important;
}

form :-ms-input-placeholder {
	color: #555 !important;
}

form ::-moz-focus-inner {
	border: 0;
}

/*********************************************************************************/
/* Image Style                                                                   */
/*********************************************************************************/

.image {
	display: inline-block;
	border: 1px solid rgba(0, 0, 0, .1);
}

.image img {
	display: block;
	width: 100%;
}

.image-full {
	display: block;
	width: 100%;
	margin: 0 0 3em 0;
}

.image-left {
	float: left;
	margin: 0 2em 2em 0;
}

.image-centered {
	display: block;
	margin: 0 0 2em 0;
}

.image-centered img {
	margin: 0 auto;
	width: auto;
}

/*********************************************************************************/
/* List Styles                                                                   */
/*********************************************************************************/

ul.style1 {}

/*********************************************************************************/
/* Social Icon Styles                                                            */
/*********************************************************************************/

ul.contact {
	margin: 0;
	padding: 2em 0em 0em 0em;
	list-style: none;
}

ul.contact li {
	display: inline-block;
	padding: 0em 0.30em;
	font-size: 1.2em;
}

ul.contact li span {
	display: none;
	margin: 0;
	padding: 0;
}

ul.contact li a {
	color: #FFF;
}

ul.contact li a:before {
	display: inline-block;
	background: #333333;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #FFFFFF;
}

/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

.button {
	display: inline-block;
	margin-top: 17px;
	padding: 10px 10px 10px 10px;
	letter-spacing: 0.20em;
	line-height: 1.8em;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.2em;
	color: #FFF;
}

.button:before {
	display: inline-block;
	background: #8DCB89;
	margin-right: 1em;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	text-align: center;
	color: #272925;
}

.button-small {
	padding: 10px 10px;
	line-height: 1.8em;
	font-size: 1em;
}

/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

.title {
	margin-bottom: 3em;
}

.title .subtitle {
	margin: 40px 0 0 0;
	font-size: 1.5em;
	color: #7f0510;
}

.title h2 {
	font-size: 2.8em;
	color: rgba(0, 0, 0, 0.9);
	margin-bottom: 20px;
}

.title .byline {
	letter-spacing: 0.1em;
	font-weight: 600;
	font-size: 1.1em;
	line-height: 1.1em;
	color: #000000;
	padding: 0 15px
}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

#header-wrapper {
	overflow: hidden;
	padding: 5em 0em 0em 0em;
	background: #AFAFAF;
}

#header {}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

#logo {
	padding: 0em 0em 5em 0em;
	text-align: center;
}

#logocontainer {
	margin: 0 auto;
	width: 100%;
	max-width: 500px;
}

@media screen and (max-width: 700px) {
	#logocontainer {
		margin-top: 15%;
		min-height: 100vh;
	}
}

#picture_container {
	margin: 0 auto;
	width: 100%;
	max-width: 500px;
}

#subtitle {
	font-size: 1.8em;
	color: rgba(255, 255, 255, 0.5);
	padding: 0;
	margin: 0;
}

#logo h1 {
	font-size: 5.5em;
	color: white;
}

@media screen and (max-width: 400px) {
	#subtitle {
		font-size: 1.2em;
	}
	#logo h1 {
		font-size: 5.5em;
	}
	h2 {
		font-size: 2em !important;
		padding: 10px;
	}
}

#logo a {
	text-decoration: none;
	color: #FFF;
}

#logo span {
	letter-spacing: 0.10em;
	text-transform: uppercase;
	font-size: 0.90em;
	color: rgba(255, 255, 255, 0.5);
}

#logo img {
	width: 100%;
	max-width: 500px;
	border: none;
}

#logo span a {
	color: rgba(255, 255, 255, 0.8);
}

#logo .icon {
	font-size: 4em;
	color: rgba(255, 255, 255, 1);
}

/*********************************************************************************/
/* Menu                                                                          */
/*********************************************************************************/

#menu {
	width: 80%;
	margin: 0px auto;
}

#menu ul {
	text-align: center;
}

#menu li {
	display: inline-block;
}

#menu li a, #menu li span {
	display: inline-block;
	margin-left: 0.50em;
	padding: 1.5em 1.5em;
	letter-spacing: 0.20em;
	text-decoration: none;
	font-size: 0.90em;
	font-weight: 600;
	text-transform: uppercase;
	outline: 0;
	color: #FFF;
}

#menu li:hover a, #menu li.active a, #menu li.active span {}

#menu .current_page_item a {
	color: #FFF;
}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

#banner {}

/*********************************************************************************/
/* Wrapper                                                                       */
/*********************************************************************************/

#wrapper0 {
	background: #9c8b71;
}

#wrapper1 {
	background: #AFAFAF;
}

#wrapper2 {
	background: #FFF;
}

#wrapper3 {
	overflow: hidden;
	padding: 2em 0em;
	background: #FFF;
}

#wrapper4 {
	overflow: hidden;
	padding: 2em 0em;
	background: #7f0510;
}

/*********************************************************************************/
/* Welcome                                                                       */
/*********************************************************************************/

#welcome {
	overflow: hidden;
	padding: 2em 0em;
	text-align: center;
	color: rgba(255, 255, 255, 0.3);
}

#welcome .content {
	padding: 0em 8em;
}

#welcome a, #welcome strong {
	color: rgba(255, 255, 255, 0.6);
}

#wrapper1 hr{
	border-color: #AFAFAF;
}

#wrapper2 hr{
	border-color: #FFF;
}

.description-text {
	color: #FFF;
}

.column_1 .description-text {
	padding: 10px 10px;
	color: #FFF;
}

/*********************************************************************************/
/* Page                                                                          */
/*********************************************************************************/

#page {}

/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

#content {}

/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

#sidebar {}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

#footer {
	text-align: center;
}

#footer .title span {
	color: rgba(255, 255, 255, 0.4);
}

#footer i p {
	margin-left: 10px;
	display: inline;
	font-size: 0.9em;
	font-family: 'Source Sans Pro', sans-serif;
}

#contact_container {
	text-align: left;
	margin-left: 80px;
}

@media screen and (max-width: 400px) {
	#footer i p {
		font-size: 0.7em;
	}
	#contact_container {
		margin-left: 10px;
	}
}

/*********************************************************************************/
/* Gallery                                                                       */
/*********************************************************************************/

/* Slideshow container */

.slideshow-container {
	max-width: 1000px;
	position: relative;
	margin: auto;
	text-align: left;
}

/* Hide the images by default */

.mySlides, .mySlides2 {
	display: none;
}

/* Next & previous buttons */

#wrapper2 .prev, #wrapper2 .next, #wrapper1 .prev, #wrapper1 .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -22px;
	padding: 16px;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	color: #939E77;
}

/* Position the "next button" to the right */

.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */

.prev:hover, .next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

.slideshow-container video, .slideshow-container img{
	width: 100%;
}

.hovereffect:hover .slideshow-container img{
	opacity: 0.4;
}

.hovereffect:hover .videodescription{
	display: block;
}

.videodescription{
	display:none;
	position: absolute;
	top: 20px;
	color: black;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 2.8em;
	font-weight: 700;
	width: 100%;
	text-align: center;
}

/* Caption text */

.text {
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}

/* Number text (1/3 etc) */

.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

/* The dots/bullets/indicators */

.dot, .dot2 {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.active, .dot:hover, .dot2:hover {
	background-color: #717171;
}

/* Fading animation */

.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}

@-webkit-keyframes fade {
	from {
		opacity: .4
	}
	to {
		opacity: 1
	}
}

@keyframes fade {
	from {
		opacity: .4
	}
	to {
		opacity: 1
	}
}

/*********************************************************************************/
/* Portfolio                                                                     */
/*********************************************************************************/

#portfolio {}

#portfolio .box {
	text-align: center;
	color: rgba(0, 0, 0, 0.5);
}

#portfolio h3 {
	display: block;
	padding-bottom: 1em;
	text-transform: uppercase;
	font-size: 1em;
	color: rgba(0, 0, 0, 0.6);
}

#portfolio .title {
	text-align: center;
}

#portfolio .title h2 {
	color: rgba(0, 0, 0, 0.8);
}

#wrapper1 .title h2 {
	color: rgba(255, 255, 255, 0.8);
}

#wrapper4 .title h2 {
	color: rgba(255, 255, 255, 0.8);
}

.column_1 {
	width: calc(100% - 10px);
	float: left;
	margin: 4px 4px;
	background: #7f0510;
} 

.column_3 {
	width: calc((100% / 3) - 10px);
	float: left;
	margin: 4px 4px;
	background: #7f0510;
}

.column_4 {
	width: calc((100% / 4) - 10px);
	float: left;
	margin: 4px 4px;
	background: #7f0510;
}

@media screen and (max-width: 710px) {
	.column_4 {
		width: calc((100% / 2) - 8px);
	}
}

@media screen and (max-width: 400px) {
	.column_4 {
		width: calc(100% - 8px);
	}
}

@media screen and (max-width: 500px) {
	.column_3 {
		width: calc(100% - 8px);
	}
}