@charset "utf-8";
/* CSS Document */

body {
	background: #000 url(../images/background.png) top center no-repeat;
	background-size: 100% auto;
	background-attachment: fixed;
	padding-top: 100px;
	font-family: 'Roboto', sans-serif;
	color: #FFF;
	line-height: 1.4;
}
img {
	max-width: 100%;
}
header #logo a {
	display: block;
}
header #logo a img {
	width:100%;
	display: block;
	/* background-color: rgba(255,255,255,0.1); */
}
header #logo {
	margin-bottom: 40px;
}
#nav {
	display: flex;
	flex-direction: row;
	width: 100%;
    gap: 15px;
    align-items: center;
    justify-content: center;
	margin-bottom: 20px;
}
#nav a {
	background: rgba(255,255,255,0.1);
	color: #FFF;
	width: 100%;
	padding: 15px 0;
	text-transform: uppercase;
	font-size: 1rem;
	text-align: center;
	border: 1px solid rgba(255,255,255,0.3);
}
#nav a:hover, #nav a:focus {
	background: rgba(255,255,255,0.2);
	border: 1px solid rgba(255,255,255,0.4);
	text-decoration: none;
}
.social #social {
	margin-bottom: 50px;
	text-align: center;
}
.social #social a {
	display: inline-block;
	width: 60px;
	/* margin-right: 30px; */
	opacity: 0.9;
}
.social #social a:last-of-type {
	margin-right: 0;
}
.social #social a img {
	display: block;
	width: 100%;
}
.social #social a:hover, .social #social a:focus {
	opacity: 1;
}
body.inner-body {
	padding-top: 50px;
}
body.inner-body .social {
	margin-top: 20px;
}
h1 {
	font-size: 3rem;
	text-align: center;
	margin-bottom: 20px;
	color: #FFF;
	font-family: 'Comic Neue', cursive;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	font-weight: 700;
}
h2 {
	font-size: 2rem;
	text-align: center;
	margin-bottom: 10px;
	color: #FFF;
	font-weight: 700;
	font-family: 'Comic Neue', cursive;
}
.main p {
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: 20px;
}
.main p em {
	font-style: normal;
	font-size: 1rem;
}
.menu-list {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 30px;
}
.menu-list a {
	background: transparent url(../images/Steel.png) center center no-repeat;
	color: #333;
	padding: 15px 40px;
	display: block;
	text-transform: uppercase;
	font-size: 1.25rem;
	text-align: center;
	border: 1px solid rgba(255,255,255,0.3);
}
.menu-list a:hover, .menu-list a:focus {
	color:#000;
	border: 1px solid rgba(255,255,255,0.4);
	text-decoration: none;
}
.menu-desc {
	margin-bottom: 30px;
}
.orderbox-wrap {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-bottom: 20px;
}
.orderbox-wrap .orderbox {
	width: 200px;
	display: block;
	text-align: center;
	margin-right: 60px;
}
.orderbox-wrap .orderbox a {
	display: block;
}
.orderbox-wrap .orderbox span {
	display: inline-block;
}
.orderbox-wrap .orderbox a.orderbox-img-link {
	margin-bottom: 5px;
}
.orderbox-wrap .orderbox a.orderbox-img-link img {
	display: block;
	width: 100%;
	border-radius: 10px;
}
.orderbox-wrap .orderbox span a {
	text-decoration: none;
	text-transform: uppercase;
	color: #FFF;
	font-size: 0.875rem;
}
.orderbox-wrap .orderbox span a:hover, .orderbox-wrap .orderbox span a:focus {
	text-decoration: underline;
}
.orderbox-wrap.first-wrap {
	justify-content: center;
	margin-top: 5px;
}
.orderbox-wrap .orderbox:last-of-type {
	margin-right: 0px;
}
.about {
	margin-bottom: 10px;
}
.about-image img {
	width: 100%;
	display: block;
	margin-bottom: 10px;
	border-radius: 10px;
}
.about-image p {
	font-family: 'Comic Neue', cursive;
	font-size: 1.25rem;
}
.contact a {
	text-decoration: underline;
	color: #FFF;
}
.contact a:hover, .contact a:focus {
	text-decoration: none;
}
.hours h2 {
	font-size: 1.5rem;
	text-align: left;
}
.testimonials-wrapper {
	width:320px;
	text-align:center;	
	margin-bottom: 20px;
	margin-left: calc((100% - 320px)/2);
}
.testimonials p {
	font-family: "Georgia", serif;
	color:#FFF;
	font-size:24px;
	font-style:italic;
	margin-bottom:10px;
}
.testimonials p a {
	color: #FFF;
	text-decoration: none;
	display: block;
	line-height: 1.1;
}
.testimonials p a:hover, .testimonials p a:focus {
	color: #F90;
	text-decoration: underline;
}
.testimonials .cd-author-info li {
	color:#FFF;
	font-size:18px;
	width:100%;
	text-align:center;
}
.testimonials .slick-prev.slick-arrow,
.testimonials .slick-next.slick-arrow {
	display:none !important;	
}
.modal,body.modal-open {
    padding-right: 0!important
}

body.modal-open {
    overflow: auto
}

body.scrollable {
    overflow-y: auto
}
.modal-footer {
	display: flex;
	justify-content: flex-start;	
}
.modal-footer .btn {
	position: absolute;
	right: 10px;
}
.modal-header {
	color: #333;
	justify-content: space-between;
}
.modal-header h4 {
	color: #333;
}
.modal-header .close {
	margin: 0;
	padding: 0;
}
.modal-footer {
	padding: 2rem;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.orderbox-wrap.market-wrap {
	margin-bottom: 30px;
}
.orderbox-wrap.market-wrap .orderbox {
	width: 150px;
	margin-right: 100px;
	text-align: center;
}
.orderbox-wrap.market-wrap .orderbox a.orderbox-img-link img {
	display: inline-block;
	width: 120px;
	border-radius: 0;
}
.orderbox-wrap.market-wrap .orderbox:last-of-type {
	margin-right: 0;
}
.qb-photo a {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 20px;
}
.qb-photo img {
	width: 100%;
	display: block;
	height: auto;
}
.menu-link a {
	font-size: 18px;
	font-weight: 700;
	display: inline-block;
	text-decoration: none;
	margin-bottom: 30px;
	color: #FFF;
}
.menu-link a:hover, .menu-link a:focus {
	color: #FFF;
	text-decoration: underline;
}
.formMain .formLeft, .formMain .formRight {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between; 
}
.formMain .formLeft input, .formMain .formLeft select, .formMain .formRight input, .formMain .formRight select {
	padding: 10px 15px;
	border: 1px solid #ccc;
	border-radius: 0;
	width: 49%;
	margin-bottom: 15px;
}
.formMain h1 {
	font-size: 24px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0;
	margin: 0 0 15px 0;
}
.formMain .formLeft.do-you {
	justify-content: center;
	align-items: center;
	margin: 20px 0;
}
.formMain .formLeft.do-you input {
	width: auto;
	margin: 0 10px 0 0;
}
.formMain .formLeft.do-you label {
	margin: 0;
}
.formMain .formRight.what-area span {
	width: 100%;
	display: block;
	margin: 0 0 10px 0;
	text-align: center;
}
.formMain .formRight.what-area input {
	width: 49%;
	padding: 10px 15px;
	border: 1px solid #ccc;
	border-radius: 0;
	margin-bottom: 15px;
}
.formMain .formRight.what-area select {
	padding: 10px 15px;
	border: 1px solid #ccc;
	border-radius: 0;
	width: 49%;
	margin-bottom: 15px;
}
.inv-textarea textarea {
	width: 100%;
	padding: 10px 15px;
	border: 1px solid #ccc;
	border-radius: 0;
	margin-bottom: 15px;
}
.inv-bottom {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 40px;
}
.inv-bottom p {
	display: inline-block;
	color: #FFF;
	font-size: 14px;
}
.inv-bottom input {
	padding: 10px 25px;
}
h1.inf-investors {
	padding-bottom: 10px;
}
.divIframes {
    text-align: center;
}

.siteLinks {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
    align-items: center;
	margin-bottom: 30px;
	margin-top: 30px;
	box-sizing: border-box;
}
.siteLinks a {
	background: rgba(255,255,255,0.1);
	color: #FFF;
	padding: 8px 5px;
	display: block;
	/* text-transform: capitalize; */
	font-size: 1rem;
	text-align: center;
	border: 1px solid rgba(255,255,255,0.3);
	border-radius: 8px;
	width: 160px;
	box-sizing: border-box;
}
.siteLinks a:not(:first-child) {
	margin-left: 10px;
}
.siteLinks a:hover, .siteLinks a:focus {
	background: rgba(255,255,255,0.2);
	border: 1px solid rgba(255,255,255,0.4);
	text-decoration: none;
}


@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@media (max-width: 768px) {
	body {
		background: #000 url(../images/background_mb.png) top center no-repeat;
	}
	#nav {
		flex-direction: column;
		align-items: center;
		padding: 0px 40px;
		margin-bottom: 20px;
	}
	#nav a {
		display: inline-block;
		width: 100%;
	}
	.orderbox-wrap.first-wrap .orderbox:first-of-type {
		margin-right: 0px;
	}	
	.orderbox-wrap .orderbox {
    	width: 300px;
		margin-bottom: 30px;
		margin-right:0 !important;
	}
	.orderbox-wrap {
		flex-direction: column;
		margin-bottom: 0;
		align-items: center;
	}
	.orderbox-wrap .orderbox span a {
		font-size: 1rem;
	}
	.orderbox-wrap .orderbox a.orderbox-img-link {
		margin-bottom: 10px;
	}
	.formMain .formLeft, .formMain .formRight {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
	}
	.formMain .formLeft input, .formMain .formLeft select, .formMain .formRight input, .formMain .formRight select {
		width: 100%;
	}
	.formMain .formLeft.do-you {
		justify-content: center;
		align-items: center;
		flex-direction: row;
	}
	.formMain .formRight.what-area input {
		width: 100%;
	}
	.formMain .formRight.what-area select {
    	width: 100%;
	}
	.siteLinks {
		flex-direction: column;
	}
	.siteLinks a {
		width: 160px;
		max-width: 83.333%;
	}
	.siteLinks a:not(:first-child) {
		margin-left: 0px;
		margin-top: 10px;
	}
		
}
@media (max-width: 576px) {
	
	header #logo {
		margin-bottom: 30px;
	}
	.menu-list {
		flex-direction: column;
		align-items: center;
	}
	.menu-list a {
		margin-bottom: 15px;
		display: inline-block;
		width: 100%;
	}
	body.inner-body {
		padding-top: 20px;
	}
	.orderbox-wrap .orderbox {
    	width: 100%;
	}
	body.inner-body {
		background-size: auto 30%;
	}
	#social {
		padding: 0px !important;
	}
	.social #social a {
    	width: 60px;
		/* margin-right: 18px; */
	}
	.testimonials p {
		font-size: 18px;
	}
	.testimonials .cd-author-info li {
		font-size: 16px;
	}
	.siteLinks {
		flex-direction: column;
	}
	.siteLinks a {
		width: 160px;
		max-width: 83.333%;
	}
	.siteLinks a:not(:first-child) {
		margin-left: 0px;
		margin-top: 10px;
	}
}

@media only screen and (max-width: 375px) {
	#social {
		padding: 0px !important;
	}
	.social #social a {
    	width: 58px;
		/* margin-right: 12px; */
	}
	.siteLinks {
		flex-direction: column;
	}
	.siteLinks a {
		width: 160px;
		max-width: 83.333%;
	}
	.siteLinks a:not(:first-child) {
		margin-left: 0px;
		margin-top: 10px;
	}
}
@media only screen and (max-width: 360px) {
	#social {
		padding: 0px !important;
	}
	.social #social a {
    	width: 60px;
		/* margin-right: 12px; */
	}
	.siteLinks {
		flex-direction: column;
	}
	.siteLinks a {
		width: 160px;
		max-width: 83.333%;
	}
	.siteLinks a:not(:first-child) {
		margin-left: 0px;
		margin-top: 10px;
	}
}
@media only screen and (max-width: 320px) {
	#social {
		padding: 0px !important;
	}
	.social #social a {
    	width: 48px;
		/* margin-right: 12px; */
	}
	.siteLinks {
		flex-direction: column;
	}
	.siteLinks a {
		width: 160px;
		max-width: 83.333%;
	}
	.siteLinks a:not(:first-child) {
		margin-left: 0px;
		margin-top: 10px;
	}
}

@media only screen  and (min-device-width: 320px)  and (max-device-width: 568px) and (orientation: portrait) {
	#social {
		padding: 0px !important;
	}
	.social #social a {
    	width: 48px;
		/* margin-right: 12px; */
	}
	.siteLinks {
		flex-direction: column;
	}
	.siteLinks a {
		width: 160px;
		max-width: 83.333%;
	}
	.siteLinks a:not(:first-child) {
		margin-left: 0px;
		margin-top: 10px;
	}
}
@media only screen and (min-device-width: 350px) and (max-device-width: 812px) and (orientation: portrait) {
	#social {
		padding: 0px !important;
	}
	.social #social a {
    	width: 60px;
		/* margin-right: 12px; */
	}
	.siteLinks {
		flex-direction: column;
	}
	.siteLinks a {
		width: 160px;
		max-width: 83.333%;
	}
	.siteLinks a:not(:first-child) {
		margin-left: 0px;
		margin-top: 10px;
	}
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {
	#social {
		padding: 0px !important;
	}
	.social #social a {
    	width: 58px;
		/* margin-right: 12px; */
	}
	.siteLinks {
		flex-direction: column;
	}
	.siteLinks a {
		width: 160px;
		max-width: 83.333%;
	}
	.siteLinks a:not(:first-child) {
		margin-left: 0px;
		margin-top: 10px;
	}
}
