/* Master layout */

/************************************************************
Global styles */

/* Partial CSS Reset */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-tap-highlight-color:  rgba(0, 0, 0, 0);
}
html, body {
	height: 100%;
	width: 100%;
	-webkit-text-size-adjust: 100%;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, select, input, option {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word
}

:focus {
	outline:none;
}

table {
	border: 0 none;
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
td {
	vertical-align: top;
}

/* End Reset */

body{
	font-family: 'Montserrat Regular';
	font-size: 14px;
	color: #021b2b;
	line-height: normal;
}

/* Links */
a, input[type=submit]{
	color:inherit;
	outline:none;
	color:inherit;
	outline:none;
	transition: all 0.3s ease 0s;
}

a:link,
a:visited,
a:hover,
a:active {
	text-decoration:none;
	outline: none;
}
a img {
	border:none;
}
img {
	max-width:100%;
}
main img {
	height:auto !important;
}
a[href^="tel:"] {
	color:inherit;
	cursor:inherit;
}
input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
/* Headings */
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	line-height: normal;
	font-family: 'Montserrat SemiBold';
}
h1 {

}
h2 {
	font-size:26px;
}
h3 {
}
h4 {
	font-size:20px;
	text-transform: uppercase;
}

/* Block-level */

address {
	font-style:inherit;
}
p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
}
ul li {
	list-style-type: none;
}
strong {
	font-family: 'Montserrat Bold';
}
/*************************
   Generic Site Styles
*************************/
.table {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  /*float: none !important;*/
}
.table.page, .container{
  max-width: 1102px;
  margin: 0 auto;
}
.table.page.large {
  max-width: 1024px;
}
main .table.page,
.table.auto-height {
  height: auto;
}

.table.auto-width {
  width: auto;
}

.table.auto-all {
  height: auto;
  width: auto;
}

.row {
  display: table-row;
}
.cell {
  display: table-cell;
  vertical-align: top;
  height: 100%;
  float: none !important;
}
.padding {
  padding: 0px 20px;
}
.padding-left {
  padding-left: 20px;
}
.padding-right {
  padding-right: 20px;
}
.middle {
  vertical-align: middle;
}
.bottom {
  vertical-align: bottom;
}
.table-header-group {
  display: table-header-group;
}
.table-footer-group {
  display: table-footer-group;
}

/* Text alignment */
.align-left { text-align:left !important; }
.align-center { text-align:center !important; }
.align-right { text-align:right !important; }

/** Default Placeholder styles ***/

::-webkit-input-placeholder {
/* WebKit browsers */
  
}
:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
  
}
::-moz-placeholder {
/* Mozilla Firefox 19+ */

}
:-ms-input-placeholder {
/* Internet Explorer 10+ */

}

/* Container class to make iFrames responsive */
.frame-contain {
	position: relative;
	height:0;
	max-width:100%;
	overflow: hidden;
	padding-bottom: 56.25%; /* 16:9 */
							/* 75% = 4:3 */
}

.frame-contain iframe {
	position: absolute;
	top:0;
	left:0;
	height:100% !important;
	width:100% !important;
}

/* Fix extra button padding in Firefox */
input[type="submit"]::-moz-focus-inner {
	border:none;
	padding:0;
	line-height:1;
}
/************************************************************
Miscellaneous */
.clearfix:after{
	content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.pull-left{
	float: left;
}
.pull-right{
	float: right;
}
.relative {
  position: relative;
}

.full-size {
  height: 100%;
  width: 100%;
}

.on-top {
  position: relative;
  z-index: 1;
}

.hide {
  display: none !important;
}
#main {
	background: url(/images/layout/pattern_dotted.png) repeat;
}

.sep-circle{
	display: inline-block;
	width: 3px;
	height: 3px;
	background: #FFF;
	vertical-align: middle;
	margin: 0 8px;
	-webkit-border-radius: 50%;
       -moz-border-radius: 50%;
			border-radius: 50%;
}


.bg-overlay, .sub-banner-overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(2, 27, 43, 0.6);
	z-index: 5;
}
.banner .bg-overlay{
	background:  url("../images/layout/pattern_over.png") repeat-x, url("../images/layout/pattern_left.png") left bottom no-repeat, url("../images/layout/pattern_right.png") right bottom no-repeat;
	background-color: rgba(2, 27, 43, 0.6);
}
.fs-light{
	color: #FFF;
}
.bg-light{
	background: url(/images/layout/bg_pattern.png) repeat #FFF;
}
.bg-dark{
	background: url(/images/layout/bg_pattern_lines.png) repeat #061e39;
	color: #FFF;
}
.btn {
	text-transform: uppercase;
	height: 54px;
	line-height: 52px;
	color: #829901;
	font-size: 16px;
	border: 2px solid #90a420;
	display: inline-block;
	min-width: 213px;
	text-align: center;
	padding: 0 20px;
	background: none;
	font-family: 'Montserrat Bold';
	cursor: pointer;
	border-radius: 15px;
}
.btn:hover{
	background-color: #829901;
	color: #FFF;
}

.btn.small {
	display: inline-block;
	height:auto;
	min-width:0;
	line-height: 1;
	padding:10px 15px;
	border:none;
	border-radius:0;
	color:#FFF;
	background-color:#025C98;
	font-family:'Montserrat Regular', Arial, sans-serif;
	font-weight: normal;
}
.btn.small strong {
	font-weight: normal;
	font-family: 'Montserrat SemiBold', 'Arial Bold', sans-serif;
}


.nav-menu > li,
.nav-menu > li > a:before,
.nav-menu > .center-logo,
.nav-menu .center-logo a,
.main-nav-menu,
.img-overlay,
.social-box .img-box:hover .text-overlay {
	transition: all 0.3s ease 0s;
}
#signup .bg-overlay,
.sub-banner .bg-overlay{
	background: rgba(88,62,52,1);
	background: -moz-linear-gradient(top, rgba(88,62,52,1) 0%, rgba(2,27,43,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(88,62,52,1)), color-stop(100%, rgba(2,27,43,1)));
	background: -webkit-linear-gradient(top, rgba(88,62,52,1) 0%, rgba(2,27,43,1) 100%);
	background: -o-linear-gradient(top, rgba(88,62,52,1) 0%, rgba(2,27,43,1) 100%);
	background: -ms-linear-gradient(top, rgba(88,62,52,1) 0%, rgba(2,27,43,1) 100%);
	background: linear-gradient(to bottom, rgba(88,62,52,1) 0%, rgba(2,27,43,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#583e34', endColorstr='#021b2b', GradientType=0 );
	opacity: 0.6;
	z-index: 2;
}
.sub-banner .bg-overlay{
	opacity: 0.5;
}
.sub-banner .relative{
	background:  url("../images/layout/pattern_over_sm.png") repeat;
}
.highslide-container .gal-title{
	font-family: 'Montserrat SemiBold' !important;
}
.full-gallery{
    display: none;
}