/*!
Styles for full screen background video demo
*/
/* =============================================================================
  RESETS
============================================================================= */
html,
body,
div,
h1,
p,
a,
video {
  margin: 0;
  padding: 0;
}

/* =============================================================================
  HTML, BODY
============================================================================= */
html,
body {
  height: 100%;
}

body {
  font-size: 16px;
  font-family: "Oxygen", sans-serif;
  line-height: 1.5;
}

/* =============================================================================
 MENU CONTENT
============================================================================= */

.menu_content {
  position: absolute;
  top: 100px;
  z-index: 9999;
  right: 0px;
  max-width: 350px;
  width: 150px;  
}

.menu_content a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
}
	
.menu_link_inner {
	border: 1px solid #fff;
	display: block;
	padding: 10px;
	width: 120px;
	background-color: rgba(0, 0, 0, 0.6);
	margin-bottom: 5px;
}

.menu_link_inner:hover { 
	background-color: rgba(255, 255, 255, 0.6);
}

.header_mobile_menu_link_container {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 9999;	
}

.header_mobile_menu_container {
	display: none;	    
    position: absolute;
    top: 75px;
    z-index: 9999;
    width: 100%;	
}

.header_mobile_menu_container div {
	color: #fff;
	height: 30px;
    /*width: 100%;*/
    /*text-align: center;*/
    padding-left: 40%;
    background-color: rgba(70, 70, 70, 0.85);
    border: 1px solid rgba(0, 0, 0, 0.70);	
}

.header_mobile_menu_container div:hover { 
	color: #000;
	background-color: rgba(255, 255, 255, 0.95);
}

.header_mobile_menu_link {
	cursor: pointer;
	display: none;
}

.header_mobile_menu {
	max-width: 32px;	
} 
/* =============================================================================
  VIDEO
============================================================================= */
.video {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* Return Link */
.template_return_link_container {
	z-index: 9999;
	position: absolute;
	top: 20px;
	width: 100%;
	text-align: center;
}

.template_header_return_link {
	color: #fff;
	text-decoration: none;
}

.template_header_return_link:hover {
	color: #C0C0C0;
}

/* Footer ----------------------------------------------------------------------- */
.footer {
	/*margin-bottom: 40px;*/
	margin-top: -18px;
	background: #212121;
	padding-bottom: 20px;
	display: none;
}

.footer_text {
	text-align: left;
	display: inline-block;
	margin-left: 300px;
	width: 15%;
	color: #fff;
}

.footer_text h3 {
	font-size: 20px;
	font-weight: 400;	
}

.footer_text span {
	font-size: 14px;
	font-weight: 400;
}

.footer_social_container {
	margin-top: 20px;
}

.footer_social_link_container {
	display: inline-block;
	height: 80px;
	width: 80px;
	vertical-align: middle;
}

.footer_social_image {
	max-width: 60px;
}

.footer_social_image:hover {
	max-width: 80px;	
}

.footer_logo {
	text-align: right;
	display: inline-block;
	float: right;
	margin-right: 300px;
	width: 14%;
}

.footer_email_text:before {
	content: url("/images/email_16.png");
	margin-right: 10px;
	filter: alpha(opacity = 60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

.footer_phone_text:before {
	content: url("/images/phone_16.png");
	margin-right: 10px;
	filter: alpha(opacity = 60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

.footer_middle {
	display: inline-block;
	width: 30%;
}

.footer_copy {
	font-size: 14px;
	margin-right: 18px;
	color: #fff;
}

.footer_link {
	color: rgb(122, 122, 122);	
}

.footer_link:hover {
	color: #5d8721;
}

.footer_subscribe_button {
	font-size: 14px !important;
	padding-top: 8px !important;
	padding-bottom: 4px !important;
	margin-left: 10px;
}

#footer_logo img {
	max-width: 200px;
}
/* ----------------------------------------------------------------------------------------- */

/* Home Page (Index) ----------------------------------------------------------------------- */

.home_logo {
	position: absolute;
	top: 50px;
	left: 40px;
	z-index: 1000;
}

.home_logo img {
	max-width: 350px;
}

.home_banner {
	position: absolute;
	top: 80px;
	right: 0;
	left: 0;
	height: 470px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	z-index: 1000;
}

.home_banner_text {
	font-size: 32px;
	color: #fff;
	text-align: center;
	padding: 20px 40px 20px 40px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
	display: none;
}

.home_banner .home_banner_text h1 {
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
	font-weight: 400;
	padding-bottom: 20px;
}

.home_banner .home_banner_text h3 {
	margin-top: 5px;
	font-size: 46px;
	font-weight: 400;
}

#home_banner_subtitle {
	display: none;
}

.home_big_button {
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	margin: 0px 20px 0px 20px;
}

.home_banner_buttons {
	position: relative;
}

#home_banner_button_1_container {
	position: absolute;
	left: -300px;
}

#home_banner_button_2_container {
	position: absolute;
	right: -300px;
}

#home_banner_button_1 {
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

#home_banner_button_2 {
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
/* ----------------------------------------------------------------------------------------- */

/* Page One -------------------------------------------------------------------------------- */
.page_one_banner {
	position: absolute;
	top: 80px;
	right: 0;
	left: 0;
	height: 470px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	z-index: 1000;
}

.page_one_banner_text {
	font-size: 32px;
	color: #fff;
	text-align: center;
	padding: 20px 40px 20px 40px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
	display: none;
}

.page_one_banner .page_one_banner_text h1 {
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
	font-weight: 400;
	padding-bottom: 20px;
}

.page_one_banner .page_one_banner_text h3 {
	margin-top: 5px;
	font-size: 46px;
	font-weight: 400;
}
/* ----------------------------------------------------------------------------------------- */

/* --- Page Two ---------------------------------------------------------------------------------- */
/*
#page_two_video {
    z-index: -9999;
    position: fixed;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
}

.content {
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    background-size: cover;
    box-shadow: inset 0 10px 10px rgba(0,0,0,.3);
}

.content:nth-child(even) {
    background-attachment: fixed;
}

#content1 {
  background-image: url("/images/backgrounds/background_1.jpg";
}
#content2 {
  background-image: url("/images/backgrounds/background_2.jpg");
}
*/
/* ----------------------------------------------------------------------------------------------- */

/* BUTTONS --------------------------------------------------------------------------------- */
a.wire.button {
	cursor: pointer;
	position: relative;
	overflow: visible;
	font-family: "Roboto Slab", serif; /*"museo-sans-rounded", sans-serif;*/
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	color: white;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	text-decoration: none;
	border: 2px solid #FFFFFF;
	padding: 15px 20px;
}
a.wire.button:active {
	top: 2px;
}
a.wire.button:hover {
	background: #5c1130; /* THEME COLOR */
}

a.wire_large.button {
	cursor: pointer;
	position: relative;
	overflow: visible;
	font-family: "Roboto Slab", serif; /*"museo-sans-rounded", sans-serif;*/
	font-style: normal;
	font-weight: 500;
	font-size: 34px;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	text-decoration: none;
	border: 2px solid #fff;
	padding: 15px 20px;
	background: #1d66aa; /* THEME COLOR */
}
a.wire_large.button:active {
	top: 2px;
}
a.wire_large.button:hover {
	background: transparent; /*#1d66aa;*/ /* THEME COLOR */
	color: #ffffff;
}

a.wire_dark.button {
	cursor: pointer;
	position: relative;
	overflow: visible;
	font-family: "Roboto Slab", serif; /*"museo-sans-rounded", sans-serif;*/
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	color: #000000;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	text-decoration: none;
	border: 2px solid #000000;
	padding: 15px 20px;
}
a.wire_dark.button:active {
	top: 2px;
}
a.wire_dark.button:hover {
	background: #5c1130; /* THEME COLOR */
	color: #ffffff;
}

a.wire_dark_large.button {
	cursor: pointer;
	position: relative;
	overflow: visible;
	font-family: "Roboto Slab", serif; /*"museo-sans-rounded", sans-serif;*/
	font-style: normal;
	font-weight: 500;
	font-size: 34px;
	color: #000000;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	text-decoration: none;
	border: 2px solid #000000;
	padding: 15px 20px;
}
a.wire_dark_large.button:active {
	top: 2px;
}
a.wire_dark_large.button:hover {
	background: #5c1130; /* THEME COLOR */
	color: #ffffff;
}
/* ----------------------------------------------------------------------------------------- */
