/*!
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%;
  background: #212121;
}

body {
  font-size: 16px;
  font-family: "Oxygen", sans-serif;
  line-height: 1.5;
}

/* =============================================================================
 MENU CONTENT
============================================================================= */

.menu_content {
  position: absolute;
  top: 100px;
  z-index: 9999;
  left: 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%);
}
*/
/* Footer ----------------------------------------------------------------------- */
.footer {
	/*background: #212121;*/
	background-color: rgba(0,0,0,0.4);
	padding-bottom: 20px;
	margin-top: -16px;
}

.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_logo {
	text-align: right;
	display: inline-block;
	float: right;
	margin-right: 300px;
	width: 14%;
}

.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: #1d66aa;
}

.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_banner_image { 
	background-image: url('/images/winter_stock_1.jpg');
	background-position: 0px -200px;
	background-origin: padding-box;
	background-repeat: no-repeat;
	/*background-size: cover;*/
	height: 800px;
	width: 100%;
}

.home_content {
	/*position: absolute;
	top: 0px;*/
	width: 100%;
	height: 100%;
	z-index: 1000;
	background-color: rgba(0,0,0,0.4);
}
.home_content h1 {
	text-align: center;
	font-size: 65px;
	text-transform: uppercase;
	font-weight: 300;
	color: #fff;
	padding-top: 10%;
	margin-bottom: 10px;
}
.home_content p {
	text-align: center;
	font-size: 20px;
	letter-spacing: 3px;
	color: #fff;
}

.home_book_now {
	text-align: center;
    margin-top: 60px;
}
/* ----------------------------------------------------------------------------------------- */

/* 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;
	background: rgba(0, 0, 0, .3);
}
a.wire.button:active {
	top: 2px;
}
a.wire.button:hover {
	background: #1d66aa; /* 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: #1d66aa; /* 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: #1d66aa; /* THEME COLOR */
	color: #ffffff;
}
/* ----------------------------------------------------------------------------------------- */

.flex_container {
	display: flex;
    align-items: inherit;
    justify-content: center;
    flex-flow: row;    
    min-height: 0;
    min-width: 0;
}

.flex_sub_container {
	flex: 1 1 auto;
}

.flex_flow_column {
	flex-flow: column !important;
}

.flex_flow_row {
	flex-flow: row !important;
}

.flex_align_center {
	align-items: center !important;	
}

.flex_align_baseline {
	align-items: baseline !important;	
}

.flex_justify_start {
	justify-content: flex-start !important;	
}

.no_margin {
	margin: 0px;
}