		
/*
 * Client: ---
 * Copyright 2008-2018 Punchmark
 */

@font-face {
  font-family: "VintageReg";
  src: url('/fonts/VintageWhiskeyRegular.otf');
}
@font-face {
  font-family: "VintageFull";
  src: url('/fonts/VintageWhiskeyFull.otf');
}

#projectWrap h3 {
  color: #2B2F3A !important;
}

#projectWrap .form-label-group input:not([type=file]) ~ label {
  color: white !important;
}

#projectWrap .form-label-group input:not([type=file]):not(:placeholder-shown) ~ label {
  color: black !important;
}

section.brick h3,
section.brick h4 {
	color: white !important;
}

#login input,
#login button {
	border: 1px solid #19191b;
	border-radius: 0;
}

.subBanner .content-block {
	text-align: center;
}
.subBanner h1 {
	color: white;
	font-family: 'mostra-nuova', sans-serif;
}

#home header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: transparent;
}
body#home .alert-global + header {
	top: 41px !important;
}
body#home header + nav {
	display: none !important;
}

.brick p,
.brick .p {
	color: white;
}
.linkBox h4 {
	color: #CD9167;
	font-family: 'mostra-nuova', sans-serif;
}
.linkBox .widget{
	height: 100%;
	min-height: 100px;
	border: 1px solid #CD9167;
}
.linkBox .widget .content-block {
	display: flex !important;
	justify-content: center;
}
.topBrackets:before {
	content: '';
	display: block;
	width: 100px;
	height: 40px;
	background: url('/images/home/top-bracket.png') no-repeat scroll center / contain;
	position: absolute;
	top: 20px;
	left: 20px;
}
.topBrackets:after {
	content: '';
	display: block;
	width: 100px;
	height: 40px;
	background: url('/images/home/top-bracket.png') no-repeat scroll center / contain;
	position: absolute;
	top: 20px;
	right: 20px;
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.bottomBrackets:before {
	content: '';
	display: block;
	width: 100px;
	height: 40px;
	background: url('/images/home/bottom-bracket.png') no-repeat scroll center / contain;
	position: absolute;
	bottom: 20px;
	left: 20px;
}
.bottomBrackets:after {
	content: '';
	display: block;
	width: 100px;
	height: 40px;
	background: url('/images/home/bottom-bracket.png') no-repeat scroll center / contain;
	position: absolute;
	bottom: 20px;
	right: 20px;
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
header {
	background: #19191b;
}
header .main-content-col .container:first-child {
	display: none;
}
a#logo {
	margin-top: 15px;
}

a:hover {
	color: #CD9167;
}
.btn-primary {
	border-radius: 0;
	padding: 0 20px;
}
.btn-primary:hover {
	background: white;
}

.brick {
	background: url('/images/home/bg-pattern.jpg') repeat scroll top left;
}

.form-control {
  /**/
}
.realperson-challenge .realperson-text {
	color: black !important;
}


.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media(min-width:768px){
	header .content-toolbar > .content-toolbar-inner > ul.right .dropdown-menu-right, 
	header .content-toolbar > .content-toolbar-inner > ul.right .item-search .dropdown-menu, 
	header .content-toolbar > .content-toolbar-inner > ul.right .quick-search .dropdown-menu {
	  right: -1px !important;
	  border-top: 0 !important
	}
}
.lightWidget,
.darkWidget {
	box-sizing: border-box;
	padding: 20px;
}
.lightWidget {
	background: url('/images/home/widget-bg-light.png') no-repeat scroll center / cover;
}
.lightWidget .media-description {
	color: #19191b;
}
.darkWidget {
	background: url('/images/home/widget-bg-dark.png') no-repeat scroll center / cover;
}

#home .widget-social-grid .hover-layer {
	display: none !important;
}

.mobileSearch .form-control {
	padding-left: 10px;
	border-radius: 0 !important;
	border: 1px solid rgba(0,0,0,1) !important;
}
.mobileSearch .btn-default,
.mobileSearch .btn-default:hover,
.mobileSearch .btn-default:focus {
	border: 0 !important;
	margin: 0 !important;
}

.form-control::placeholder {
	color: #19191b !important;
}

footer {
	background: #19191b;
	border-top: 5px solid #CD9167;
}
footer .footer-section .row div {
	margin: 0 auto;
}

@media (min-width: 767px) {
	a#logo {
		margin-top: 0;
	}
	.subBanner .content-block {
		text-align: left;
	}
	.tobBrackets:before,
	.topBrackets:after,
	.bottomBrackets:before,
	.bottomBrackets:after {
		width: 266px;
		height: 91px;
	}
	header .main-content-col .container:first-child {
		display: inherit;
	}
	section#home-slider .slick-slider .slick-slide .slide-background {
		height: 100vh;
	}
	#section-2-container .row:nth-child(even) .content-block {
		text-align: right !important;
	}
}
