/******
vegas gold color=#C5B358
new color= #d5b05f 
*******/

/* ==========================================================================
   Global styles
   ========================================================================== */

  body {
	  font-family: 'Montserrat', sans-serif;
	  font-weight: 300;
  }
  
.body_font {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
   
p, .btn, .navbar-nav a, .form-control, .list-inline, small, #pricing, p, .lead {
  font-family: 'Montserrat', sans-serif;
}

h1, h2, h3, h4, h5, h6	{
	font-family: 'Semplicita', 'Montserrat', sans-serif;
	letter-spacing: 0.5px;
}

h1 {
  font-size: 50px;
  line-height: 55px;
  /* letter-spacing: -1px; */
  color: #ffffff;
  font-weight: 500;
}

h2 {
  font-size: 2em;
  line-height: 40px;
  /* letter-spacing: -0.5px; */
  color: #ffffff;
  font-weight: 700;
}

h3 {
  font-size: 16px;
  line-height: 30px;
  /* letter-spacing: 0px; */
  color: #231f20;
  font-weight: 700;
}

.lead {
  font-size: 21px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 400;
}

p {
  font-size: 17px;
  line-height: 22px;
  color: #929496;
  /* font-weight: 400; */
}

a {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
  color: #231f20;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -10%;
}


/*------------------Buttons---------------------*/
.btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline: none;
}

.btn {
  text-transform: uppercase;
  border-radius: 4px;
  border: none;
}

.btn-lg {
	font-size: 12px;
	line-height: 1.33;
	padding: 12px 16px;
	font-weight: 400;
	letter-spacing: 1px;
}

.btn-sm {
  font-size: 11px;
  line-height: 1.33;
  padding: 10px 18px;
  font-weight: 400;
}

.btn-wide {
  width: 100%;
  font-size: 13px;
  line-height: 1.33;
  padding: 18px 28px;
  font-weight: 400;
  letter-spacing: 1px;
}

.btn-primary {
  /* background-color:#dba74a; */
  /* background-color: #000; */
  background-color: rgba(35,31,32,.85);
  color: #ffffff;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  /* background-color: #d0c279; */
  background-color: rgba(255,255,255,.85);
  color: #231f20;
}

.btn-secondary {
  /* background-color: #ffffff; */
  background-color: rgba(255,255,255,0.85);
  /* color: #dba74a; */
  color: #231f20;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.sub-menu .btn-secondary:hover, .sub-menu .btn-secondary:focus, .sub-menu .btn-secondary:active, .sub-menu .btn-secondary.active {
  background-color: rgba(65,58,54,.85);
  color: #fff;  
}



#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#A6948A;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
	opacity:0.8;
}

#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}

#scroll:hover {
    /* background-color:#d0c279; */
    opacity:1;
	filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}




/*-----------------Margins------------------*/
.margin-0 {
    margin-bottom: 0 !important;
}
.margin-10 {
    margin-bottom: 10px !important;
}
.margin-15 {
    margin-bottom: 15px !important;
}
.margin-20 {
    margin-bottom: 20px !important;
}
.margin-30 {
    margin-bottom: 30px !important;
}
.margin-40 {
    margin-bottom: 40px !important;
}
.margin-50 {
    margin-bottom: 50px !important;
}
.margin-60 {
    margin-bottom: 60px !important;
}
.margin-70 {
    margin-bottom: 70px !important;
}
.margin-80 {
    margin-bottom: 80px !important;
}
.margin-90 {
    margin-bottom: 90px !important;
}
.margin-100 {
    margin-bottom: 100px !important;
}


/*-----------------Colors------------------*/

.black {
  color: #08090C;
}

.center-btn .brown {
	background-color: rgba(65,58,54,.85);
	color: #fff;
}

.blue {
  color: #231f20;
}

.white {
  color: #ffffff;
}

.black-bg {
  background: #231f20;
}

.blue-bg {
  background: #231f20;
}

.white-bg {
  background: #ffffff;
}

.purple-bg {
	background: #6d3f96;
}

.navbar {
    border: 0px solid rgba(0, 0, 0, 0);
    background: #231f20;
    margin: auto;
    min-height: 60px;
    padding-top: 8px;
    position: fixed;
    top: -170px;
    transition: top 0.4s ease 0s;
    padding: 10px 0;
}

.navbar .org_title .title_caps {
	font-size: 60px;
}

.navbar .org_title {
    margin: 0;
    font-size: 45px;
}

.navbar .org_title .indent_20.title_caps {
	padding: 0
}

p.nav.navbar-nav {
    color: #fff;
    font-size: 14px;
    line-height: 2em;
    font-family: Montserrat;
	padding: 0 15px;
}

p.nav.navbar-nav a {
    font-weight: 700;
}

.navbar.open {
    top: 0;
}

.navbar-inverse .navbar-nav > li > a, .navbar-nav a {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 1px;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #ffffff;
    opacity: 0.6;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 10px;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: rgb(77, 45, 0);
}

.navbar-inverse .navbar-collapse {
    border-width: 2px;
}

.navbar-inverse .navbar-toggle {
    border-color: transparent;
}

.logo {
	width: 100%;
}

.logo img {
	margin-top: 6px;
	width: 100%;
	max-width: 470px;
	padding: 0 20px 20px;
}

header {
    background: url(../img/websafe/homepage_banner.jpg) no-repeat center 40%;
    width: 100%;
    /* padding: 20px 10px 60px 10px; */
	min-height: 1000px;
    /* height: 75vh; */
    position: relative;
    /* overflow-x: hidden; */
    z-index: 1;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

header .container {
	width: 100% !important;
	max-width: 1400px;
}


header::after {
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(209,204,200,0.62);
	position: absolute;
	z-index: -1;
	pointer-events: none;
}

.homepage-bar {
	width: 100%;
	height: 100%;
	position: relative;
	padding: 80px 10px;
}

.homepage-bar::before {
	content: "";
	position: absolute;
	width: 66.6%;
	height: 3px;
	background-color: #D1CCC8;
	left: 0;
	top: 5%;
	display: none;
}

.homepage-bar::after {
	content: ""; 
	position: absolute;
	width: 66.6%;
	height: 3px;
	background-color: #D1CCC8;
	right: 0;
	bottom: 5%;
	display: none;
}

.banner-body {
	position: relative;
	z-index: 4;
}

header .text-center h1, header .text-center h2, header p {
	text-shadow: rgba(255,255,255,0.5) 2px 2px;
	letter-spacing: 3px;
}

/* header .homepage-bar .text-center { */
	/* position: relative; */
	/* padding: 80px 10px; */
/* } */

header .homepage-bar .text-center {
	display: table;
	width: 100%;
}

.header-info {
    /* position: absolute; */
    /* top: 60%; */
    /* left: 0; */
    /* right: 0; */
    /* transform: translateY(-60%); */
	/* z-index: 2; */
	margin-left: 0px;
	width: 100%;
}

#homepage h1 {
	font-size: 5em;
	margin: 0;
	line-height: 1em;
	color: #756D6C;
}

#homepage h2 {
	font-size: 17px;
	letter-spacing: 1px;
	line-height: 2em;
	margin: 10px 0;
}

.banner-text {
	display: table-cell;
	vertical-align: middle;
}

.header-info p {
	color: #fff;
	font-size: 18px;
	margin: 0 auto 20px;
	line-height: 1.45em;
	max-width: 850px;
}

.sub-menu {
	display: none;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	top: calc(100% - 3px);
	left: 50%;
	transform: translateX(-50%);
}

.center-btn {
	margin: 0 auto;
	display: inline-block;
	position: relative;
}

/* .center-btn:hover .sub-menu { */
	/* display: block; */
/* } */

.sub-menu div {
	width: 100%;
	border-top: solid 8px transparent;
}

.sub-menu a {
	width: 85%;
	padding: 8px 10px;
	border-radius: 4px;
}

.center-btn a i {
	font-size: 15px;
}

.interior_banner {
	background: url(../img/web-b.jpg) no-repeat center center;
	height: 25vw;
	background-size: cover;
}

.interior_banner h1 {
	text-transform: uppercase;
}

.org_title {
    margin: 0;
    font-size: 55px;
    text-shadow: 1px 2px 0px rgba(0,0,0,0.6);
}

.org_title .title_caps {
    color: #231f20;
    font-size: 70px;
    font-family: Montserrat;
    display: inline-block;
}

h1.home-banner-header, h2.home-banner-subheader {
	font-weight: 300;
}

.banner-logo {
	display: block;
	width: 100%;
	text-align: center;
	padding: 150px 0;
	position: relative;
	z-index: 99;
}

.banner-logo img {
	width: 50%;
	display: block;
	text-align: center;
	margin: 0 auto;
	max-width: 700px;
	padding: 0 20px;
}

.opening-img {
	max-width: 550px;
	float: left;
	display: block;
	position: relative;
}

.opening-img img {
	width: 100%;
	display: block;
	position: relative;
	padding: 0 40px 20px 20px;
}

.opening-img::after {
	content: "";
	background-color: #413a36;
	width: calc(100% - 55px);
	height: calc(100% - 15px);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.indent_20.title_caps {
    padding-left: 40px;
}

.signin {
    padding-top: 9px;
    font-family: Montserrat;
	float: right;
}
	
.signin span {
    color: #fff;
    font-size: 14px;
}

.signin span a {
    display: inline-block;
    padding-left: 10px;
    font-weight: 700;
}

.pad-xl {
	padding: 200px 0px;
}

.pad-lg {
	padding: 160px 0px;
}

.pad-sm {
	padding: 0 0px 80px;
}

.pad-xs {
	padding: 30px 0px;
}

#invite {
  /* background: #D1CCC8; */
  padding: 40px 0 60px;
}

.fa-envelope-o {
  color: #231f20;
  font-size: 22px;
  display: block;
  padding-top: 15px;
  width: 60px;
  height: 60px;
  border: 2px solid #231f20;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  margin: auto;
}

#invite a i.fa-envelope {
	text-decoration: none;
}

.news-container {
  padding: 10px 0px 20px;
  border-bottom: 1px dotted #d9d9d9;
}

.news-img {
  padding-right: 20px;
}

footer {
	background: #d1ccc8;
	padding: 20px 0px;
}

.footer_logo {
	width: 100%;
	max-width: 320px;
	margin: 0 auto 20px;
}

.footer_logo img {
	width: 100%;
	display: block;
	padding: 0 10px;
}

.social li a:hover {
  opacity: 0.5;
}

.social li a i {
	font-size: 20px;
}

#press {
	padding: 40px 0 80px;
	position: relative;
}

#press::before {
	content: "";
	position: absolute;
	width: 66%;
	height: 3px;
	background-color: #D1CCC8;
	left: 0;
	top: 0;
}

#press::after {
	content: "";
	position: absolute;
	width: 66%;
	height: 3px;
	background-color: #D1CCC8;
	right: 0;
	bottom: 40px;
}

#press h2 {
    text-align: center;
    padding: 0 0 20px;
}

/*#main {
	padding: 0 2%;
	background-color: #f2f2f2;
}*/

#main a {
	text-decoration: underline;
	font-weight: 600;
}

#main #press a {
	text-decoration: none;
}

#main p {
	line-height: 1.8em;
}

.ig_wrapper {
	padding: 40px 0 30px;
}

.title_wrapper {
    width: 100%;
}

.clear {
	clear: both;
	width: 100%;
	display: block;
}


/* ==========================================================================
   Form styles
   ========================================================================== */
.form-control {
    background-color: #FFFFFF;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #929496;
    display: block;
    font-size: 15px;
    height: 60px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.form-control::-moz-placeholder {
    color: #d9d9d9;
    font-size: 15px;
    opacity: 1;
}

.form-control::-webkit-placeholder, .form-control::-o-placeholder {
    color: #d9d9d9;
    font-size: 15px;
    opacity: 1;
}

.form-control::-o-placeholder {
    color: #d9d9d9;
    font-size: 15px;
    opacity: 1;
}

.tabletToggle {
	display: none;
	width: 100%;
	position: relative;
}

.tabletMenu {
	display: none;
	width: 100%;
	text-align: center;
	background-color: #fff;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 9;
	padding: 0 0 15px;
}

.tabletMenu div {
	padding: 8px 0;
}

.tabletMenu div a {
	color: #231f20;
	text-transform: uppercase;
	font-size: 18px;
	transition: 0.35s ease-in-out;
	opacity: 0.8;
}

.tabletMenu div a:hover {
	opacity: 1;
}

/*********homepage re-design****************/

.homepage-subheader-blurb {
	padding: 40px 10% 60px;
	text-align: center;
	/* max-width: 1170px; */
	margin: 60px auto 0;
	position: relative;
}

.homepage-subheader-blurb::before {
	content: "";
	position: absolute;
	width: 66%;
	height: 3px;
	background-color: #756D6C;
	left: 0;
	top: 0;
}

.homepage-subheader-blurb::after {
	content: "";
	position: absolute;
	width: 66%;
	height: 3px;
	background-color: #756D6C;
	right: 0;
	bottom: 40px;
}

.homepage-subheader-blurb p {
	font-size: 24px;
}

.home-banner-header span {
	display: block;
	padding: 25px 0;
	font-family: 'Montserrat', sans-serif;
}

.homepage-subheader-blurb a {
	text-decoration: none !important;
}

.banner-img-left {
	display: table-cell;
	/* width: 30%; */
}

.banner-img-left .img-color {
	width: 100%;
	position: relative;
}

.banner-img-left .img-color::after {
	content: "";
	background-color: #c7bcb5;
	width: calc(100% - 55px);
	height: calc(100% - 15px);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.banner-img-left img {
	width: 100%;
	display: block;
	padding: 0 20px 15px 15px;
}

.banner-text-right {
	display: table-cell;
	padding: 0 0 0 40px;
	vertical-align: middle;
}

.homepage-subheader-blurb p {
	font-size: 24px;
}

.banner-signature {
	padding: 20px 0;
}

.banner-signature img {
	max-width: 90px;
	width: 100%;
}

.banner-signature h2 {
	display: inline-block;
	color: #202124;
	margin: 0;
	padding-left: 15px;
	font-size: 8em;
	line-height: 1em;
	font-family: Kristi;
}



/* ==========================================================================
   Responsive Banner Styles
   ========================================================================== */

@media screen and (max-width: 1200px) { 

.homepage-bar .container {
	width: 100% !important;
	padding: 0 5px;
}

}

@media screen and (max-width: 1200px) { 
#homepage h1 {
    font-size: 3em;
	line-height: 1.5em;
}

.homepage-subheader-blurb p {
	font-size: 18px;
}

}

@media screen and (max-width: 1024px) { 

.row {
	margin: 0;
}
}


@media screen and (max-width: 768px) { 

.homepage-bar {
    /* padding: 30px 5px 95px 5px; */
}

#homepage h1 {
    font-size: 2.2em;
}

#homepage h2 {
    font-size: 15px;
}

.banner-logo img {
	width: 100%;
}
}

/* ==========================================================================
   Tablet Styles
   ========================================================================== */

@media screen and (max-width: 768px) { 

.signin {
    width: 100%;
}

/*.title_wrapper {
    width: 100%;
    text-align: center;
    padding: 30px 0 0;
}*/

.indent_20.title_caps {
    padding-left: 0;
}

.navbar-toggle {
    position: absolute;
    right: -15px;
    top: -5px;
}

.navbar .org_title .title_caps {
	font-size: 52px;
}

.navbar .org_title {
    font-size: 39px;
	margin-top: 10px;
}

footer, footer p {
	text-align: center;
}

.crt-widget.crt-widget-branded .crt-tag {
	opacity: 0 !important;
	pointer-events: none !important;
}

p.nav.navbar-nav br {
    display: none;
}

.tabletToggle {
	display: inline-block;
}

.headerNav .left, .headerNav .right, .navMenu {
	display: none !important;
}

.tabletToggle i {
	cursor: pointer;
}

.tabletToggle .fa-bars {
	color: #000;
	font-size: 30px;
	line-height: 1.5em;
	margin: 15px 0;
}

.headerNav {
	flex-wrap: wrap;
}

.title_wrapper {
	width: 100%;
}

.logo img {
	padding: 0 10px;
	max-width: 320px;
}

.pad-sm {
	padding: 40px 0;
}

header .text-center h1 {
	font-size: 42px;
}

.header-info p {
	font-size: 18px;
}

.center-btn a {
	/* padding: 15px; */
	/* font-size: 14px; */
}

.center-btn .sub-menu a {
	padding: 10px 12px;
}

header {
    /* height: 65vh; */
	min-height:
}

#scroll {
	width: 35px;
	height: 35px;
}

.homepage-subheader-blurb {
	padding: 40px 15px 60px;
}

.banner-img-left {
	display: block;
	margin: 0 auto 20px;
	width: 100%;
}

.banner-img-left .img-color {
	max-width: 450px;
	margin: 0 auto;
}

.banner-text-right {
	padding: 20px 0 0;
}

.article {
	display: block !important;
}

.article .press_info {
	width: 100%;
}

}

/****new nav****/
.headerNav {
	text-align: center;
	margin: 15px auto;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	flex-wrap: wrap;
}		

.headerNav .left, .headerNav .right {
	display: inline-block;
	padding: 0 15px;
}

.headerNav .left div, .headerNav .right div {
	display: inline-block;
}

.headerNav .left a, .headerNav .right a {
	font-size: 18px;
	padding: 0 10px;
	opacity: 0.8;
	transition: 0.35s ease-in-out;
	text-transform: uppercase;
}

.headerNav .left a:hover, .headerNav .right a:hover, .headerNav a.active {
	opacity: 1;
}

.navMenu {
	padding: 15px 0;
}

.navMenu div {
	display: inline-block;
}

.navMenu div a {
	font-size: 18px;
	padding: 0 20px;
	opacity: 0.8;
	transition: 0.35s ease-in-out;
	text-transform: uppercase;
}

.headerNav .navMenu a:hover, .headerNav .navMenu a.active {
	opacity: 1;
}

.headerNav .navMenu a.active {
	font-weight: 500;
}

/*****hide gold bar nav for now*********/

.navbar.navbar-inverse.navbar-fixed-top.open {
	display: none;
}

/* ==========================================================================
   Mobile styles
   ========================================================================== */
@media (max-width: 480px) { 

.btn-lg {
  font-size: 12px;
  line-height: 1.33;
  padding: 10px 16px;
  letter-spacing: 0px;
  width: 100%;
}


.btn-wide {
  width: 100%;
  font-size: 12.5px;
  line-height: 1.33;
  padding: 16px 13px;
  letter-spacing: 0px;
}

#be-the-first { 
      background-attachment: scroll;
  }
  
header.interior_banner h1 {
	font-size: 34px;
}

header.interior_banner {
	min-height: 225px;
}

header .text-center {
	/* padding: 0 5px; */
}

header#homepage {
	/* min-height: 665px; */
}

header#homepage .text-center h1 {
	/* font-size: 36px; */
}

header#homepage .text-center p {
	font-size: 16px;
	padding: 0 12px;
}

.banner-img-left {
	/* max-width: 175px; */
	margin: 0 auto;
	float: unset;
	width: 100%;
}

.banner-img-left {
	display: block;
	clear: both;
}

.banner-text {
	display: block;
}



}

/***************Testimonial css slider********************/
/* Slideshow container */
#press .slideshow-container {
  position: relative;
  /* background: #f1f1f1f1; */
}

/* Slides */
#press .mySlides {
  display: none;
  padding: 0 80px;
  text-align: center;
}

/* Next & previous buttons */
#press .prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
#press .next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
#press .prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: white;
}

/* The dot/bullet/indicator container */
#press .dot-container {
  text-align: center;
  padding: 20px;
  /* background: #ddd; */
}

/* The dots/bullets/indicators */
#press .dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
#press .active, .dot:hover {
  background-color: #717171;
}

/* Add an italic font style to all quotes */
#press q {font-style: italic; font-size: 20px;}

/* Add a blue color to the author */
#press .author {color: cornflowerblue;}




/********services**********/


/***************press*******************/
.press_container {
	width: 100%;
	display: block;
	margin: 0 auto;
	max-width: 850px;
}

.article {
	width: 100%;
	display: flex;
	clear: both;
	margin: 0 0 80px;
	float: left;
}

.article .press_logo {
	max-width: 250px;
	float: left;
	padding-right: 40px;
}

.article .press_logo img {
	width: 100%;
}

.article .press_info {
	display: inline-block;
}

.article .press_info .name {
	font-size: 1.5em;
	line-height: 1.5em;
}

.article .press_info .title {
	font-size: 16px;
	line-height: 1.5em;
}