@charset "utf-8";
/***** BEGIN RESET *****/

* {
	box-sizing:border-box;
	background:transparent;
	border:0;
	margin:0;
	padding:0;
	}

body {
	-webkit-text-size-adjust: none;
	overflow-x:hidden;
	background:#000;
	margin:0 auto;
	padding:0;
	font-family: helvetica neue, sans-serif;
	}

ol, ul {list-style: none;}

.clear {
	clear: both; 
	height:0px; 
	margin:0;
	}

h1 {
	font-family: 'helvetica-neue', sans-serif;
	font-size:20px;
	color:#ffd200;	
	text-shadow: 2px 2px 3px #000;
	}

p {font-size:14px;}

/***** END RESET *****/

/* pager */


.d {margin:-70px 0 31px 0;}



.textoverlay {
	z-index:9999;
	font-family: 'Orbitron', sans-serif;
	font-size:40px;
	position:absolute;
	text-transform:uppercase;
	color:#fff;
	text-shadow: 2px 2px 3px #000;	
	line-height:38px;
	padding:20px;
	font-weight:500;
	}

div {
	background: transparent;
	border: 0; 
	margin: 0; 
	padding: 0;	
	}

.floatleft {
	float:left; 
	position:relative;
	}
	
.floatright {
	float:right; 
	position:relative;
	}
	
.clear {clear:both;}

a {
	color:#fff!important;
	text-decoration:none;
	}
	
a:hover {
	color:#ffd200!important;
	text-decoration:none;
	}

.contact a {color:#fff!important;}

.contact a:hover {color:#ffd200!important;}

#pagetitle{
	font-family: helvetica neue, sans-serif;
	font-size:30px;
	color:#ec1b2e;
	margin:30px 0 20px 0;
	}
 

.page-container {
	width:1020px;
	margin:0 auto;
}

.manulogos {
	margin:20px 40px;
	height:50px;
	width:880px;
	
}

.manulogo {
	margin-right: 41px;
	float: left;
}

.manulogolast {
	float: left;
	padding-top:8px;
}



.textboxtwo {

	margin:10px 0px 20px 0px;
	text-align:left;
	font-size:16px;
	line-height:20px;
    font-family: helvetica neue, sans-serif;
	color:#fff;
	float:left; 
	width:65%;	
}

.textboxthree {

	margin:40px 0px 40px 0px;
	text-align:left;
	font-size:16px;
	line-height:20px;
    font-family: helvetica neue, sans-serif;
	color:#fff;
	float:left; 
	width:50%;	
}

.textboxthree a {
color:#fff;	
}

.textboxthree a:hover {
color:#ffd200;	
}




.contactus{
	width:270px;
	margin:40px 10px 40px 40px;
	text-align:left;
	font-size:14px;
	line-height:18px;
    font-family: helvetica neue, sans-serif;
	color:#20242d;
	float:left;
}







.hosted-content .listings-wrapper .listings-list .listing-banner {background:#252525 !important; padding:0 10px;}
/*******************************form***************************/

#formpage {
	width:100%;
	float:left;
	margin-left:3px;	
	color:#fff;
	margin-bottom:10px;
	}

#formpage tr {
	width:100%;	
	}

#formpage td {
	width:100%;	
	}

#tabletwo {
	width:95%;
	float:left;	
	}

#tabletwo td {
	width:100%;
	float:left;	
	}

#tabletwo tr {
	width:100%;
	float:left;	
	}

#first {
	margin-top:3%;	
	}

#formpage input {
	padding:6px 5px;
	background:#aaa;
	border:1px solid #fff;
	font-family:Arial, Helvetica, sans-serif;
	color:#272727;
	font-size:12px;
}

#formpage textarea {
	padding:6px 5px;
background:#aaa;
	border:1px solid #fff;
	font-family:Arial, Helvetica, sans-serif;
	color:#272727;
	font-size:12px;
}

 
/* selects have similar styles to input & textarea fields, but with no padding. Text in a dropdown select is positioned differently */
#formpage select {
	background:#aaa;
	border:1px solid #fff;
	font-family:Arial, Helvetica, sans-serif;
	color:#272727;
	vertical-align:middle;
	font-size:12px;
	line-height:normal;
	padding:5px;
}
   
#formpage input  {
    width:100%;
}
 
#formpage input.larger  {
    width:250px;
}

#formpage textarea {
    width:100%;
    height:85px;
}


#formpage input.checkbox {
    padding:0; 
    border:0;
    margin:0 5px 0 0;
    width:13px;
    height:13px;
    display:inline;
    background-color:#fff;
 }

#formpage input.radio {
    padding:0; 
    border:0;
    margin:0 5px 0 0;
    width:15px;
    height:15px;
    display:inline;
 }




/* focus states of various types of fields */

#formpage input:focus,
#formpage textarea:focus,
#formpage select:focus {
	background:#8e8d8d; 
	color:#FFF;
	border:1px solid #fff;
   
	outline-style:none;
}
#formpage input.radio:focus,
#formpage input.checkbox:focus {
	background:none; 
	border:0;
	outline-style:none;
}
 



#formpage input.button,
#formpage input.button:focus {
    width:200px; 
    margin:0;
    padding:7px 0;
    background:#ffd200;
    border:1px #272727 solid;
	-moz-border-radius:4px;
	-webkit-border-radius4px;
	border-radius:4px;
    font-size:14px;
	line-height:14px;
	font-weight:bold;
    color:#272727;

}
#formpage input.button:hover {
	background:#272727;
	color:#ffd200;
	text-shadow:none;
	border:1px #ffd200 solid;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;	
}
 


/* for plain text next to an input field, if not using a table structure */
#formpage label.basic {
    color:#212121;
    font-size:13px;
    text-align:left;
}
#formpage label.checkbox {
  /*  color:#212121;*/
    font-size:13px;
    text-align:left;
    display:inline;
    padding:0;
}
 

/*control the Captcha */

.CaptchaPanel {
margin:0 0 0 0 !important;
padding:0 0 0 0 !important;
text-align: center;
line-height:normal !important;
}

.CaptchaImagePanel {
margin:0 0 0 0;
padding:0 0 0 0;
}

.CaptchaMessagePanel {
padding:0 0 0 0 !important;
margin:0 0 0 0 !important;
font-weight:normal !important;
font-size:12px;
line-height:14px;
}

.CaptchaAnswerPanel {
margin:0 0 0 0;
padding:2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 0 0 0;
	padding:20px 0 8px 0 !important;
}
.CaptchaWhatsThisPanel a {color:#fff; margin-top:10px;}
.CaptchaWhatsThisPanel a:hover {text-decoration:underline;} 

/** CHANGES **/
/** HEADER **/
.title h1 {
	font-size:29px;
	margin-left:10px;
	margin-top:16px;
	}

header {
	width:100%;
	padding:0;
	background:#000;
	background-size: 100%;
	height:210px;
	border-bottom:3px solid #fff;
	}

.mainlogo{
	padding:5px 0;
	width:100%;
	}

.mainlogo img {
	width:100%;
	margin-top:16px;
	}

.contact{
	line-height:1.4;
	font-size:14px;
	font-weight:700;
	padding-left:3px;
	}

.flag {display:inline-block; margin:5px;} 	

article {background-color:#fff;}

.inv_btns {
	padding:0; 
	width:100%; 
	}

.wrapper {
	width:100%;
	max-width:1750px;
	margin:0 auto;
	color:#fff;
	background:#000;
	}

/** NAV **/
.wrapper-nav {
	width:100%;
	max-width:1215px;
	margin:0 auto;
	color:#fff;
	}
	
ul.topnav {
	overflow: hidden;
	background-color: #000;
	width:100%;
	text-align:center;
	text-transform: uppercase;
	display:flex;
	justify-content: space-evenly;
	}

.topnav a {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
	}

li.hover {display:none;}

a.dropdown {
  position: relative;
  display: inline-block !important;
}

ul.dropdown-content {
  display: none;
  position: absolute;
  background-color: #000;
  min-width: 80px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 8px 10px;
  z-index: 1;
	color:#fff;
}

.dropdown:hover ul.dropdown-content {
  display: block !important;
}

.topnav .icon {display: none;}

/** SLIDESHOW **/
.slide-contain {
	position:relative;
	max-width:100%;
	width:100%;
	z-index:-9999999;
	margin-top:-29px;
	}

.r {
	z-index:99999;
	margin-top:5px;
	}

.cycle-slideshow {
	width:100%;
	overflow:hidden;
	border-bottom:5px solid #FFD200;
	}

.cycle-slideshow img {
	display:block; 
	width:100%;  
	}

.pager { 
    text-align:center; 
	width:100%; 
	margin:0 0 0 0; 
	position:relative; 
	z-index:999; 
	}

.pager span { 
    font-family:arial; 
	font-size:39px; 
	width:16px; 
	height:16px; 
	display:inline-block; 
	color:#D30003; 
	color:rgba(255,255,255,0.8); 
	cursor:pointer; 
	}

.pager span.cycle-pager-active {color:#ffd200;}
.pager > * {cursor:pointer;}	

/** MID SECTION **/

.cf {background:#000;}

.textbox{
	margin:10px 0px 20px 0px;
	text-align:center;
	font-size:16px;
	line-height:20px;
	font-family: helvetica neue, sans-serif;
	color:#fff; 
	width:100%;	
	}
	
.textbox a {color:#fff;	}
	
.textbox a:hover {color:#ffd200;}

.map{
	margin-top:35px;
	width:100%;
	height:275px;
	}

.location {
	display:inline-block;
	width:157px;	
	margin:10px 0;
	vertical-align:top;
	}

.location > p {text-align:left;}

.mid-box {
	background:#000;
	border: 3px solid #fff;
	display:inline-block;
	margin-top:-4%;
	}
	
.flex-mid-box {
	padding: 0;
	margin: 0 auto;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	justify-content:space-evenly;
	align-content:flex-end;
	border:3px solid #fff;
	background:#000;
	max-height:1114px;
	}	

.mid-write-up {
	float:left;
	width:56%;
	background:#000;
	padding:14px 0 14px 14px; 
	}

.flex-mid-write-up {
	background: #000;
	padding: 10px 10px 10px 10px;
	width: 100%;
	text-align:justify;
	min-width:200px;
	}

.xl {width:100%;}

.flex-mid-write-up > h2 {text-align:center;}

.mid-pic {float:right;}

.flex-mid-pic {
	background: #000;
	padding: 5px;
	width: 40%;
	min-width:200px;
	height: 268px;
	margin-top: 10px;
	flex-direction:column-reverse;
	display:flex;
	}

.flex-mid-pic {display:none;}

.flex-mid-pic img {margin-right:-34px;}

.inv-btns-flex {
	padding: 0;
	margin: 0 auto;
	list-style: none;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex:1;
	flex:1;
	flex-direction:row;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	justify-content: space-around;
	background:#000;
	}

.inv-btns-flex-item {
	background: #ffd200;;
	padding: 5px;/*border*/
	width: 315px;
	min-width:100%;
	height:104px;
	margin-top: 10px;
	color: white;
	text-align: center;
	display:block;
	border-radius:2px;
	}

 .last-row .inv-btns-flex-item {
    display: flex; flex-direction: column; height: 100%; align-items: center;
}

.inv-btns-flex-item img {
	margin:23px 0 0 0; 
	float:left;
	}

.text-box {
	font-size:16px;
	color:#fff;
	background:#000;
	float:right;
	width:67%;
	height:100%; 
	padding:37px 0 0 0;
	font-weight:bold;
	border-radius:4px;
	word-wrap:break-word;
    box-sizing:border-box;
	}
	
.text-box:hover {
	background:#333;
	color:#ffd200;
	}

.tball {
	background: #000;
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    padding-top: 10px;
	border-radius:4px;
	height:35px;
	}

.c {padding:40px 0 0 0;}
.f {margin:35px 10px 35px 5px;}

/** FOOTER **/
.scrolling-wrap {
	width:100%;
	height:90px;
	overflow:hidden;
	}

.scrolling{
	width:100%;
	height:92px;
	}

.footer-style {
	color:#fff;
	margin-top:10px;
	font-size:12px;
	text-align:center;
	}

footer {
	padding:20px 0;
	max-width:100%;
	background:#000;
	}

.hosted-content .listings-detail-wrapper .information-box .row:nth-child(even) {
	background-color: #000!important;
	}

.hosted-content {
	background:#000;
	}
@media screen and (max-width: 340px)  {
.inv-btns-flex-item {
    width: 280px;
    display: flex;
    flex-wrap: nowrap;
}
}

@media screen and (min-width: 375px)  { /* after */
header {text-align:center;margin:0 auto;margin-top:10px;}
.mainlogo img {width:70%;margin:0 auto;}
}

@media screen and (min-width: 668px)  {
.mainlogo img {width:65%;margin:0 auto;}
.inv-btns-flex-item {height:125px;}
}

@media screen and (min-width: 768px)  {
.mainlogo img {width:50%;margin:0 auto;}
.topnav a {display:inline-block;padding: 14px 11px;}
.textbox {text-align:left;margin-left:10px;}
.inv-btns-flex-item {width:375px;}
}

@media screen and (min-width:845px) {
.text-box {width:71%;}	
}

@media screen and (max-width: 1200px) {
ul.topnav li:not(:first-child) {display: none;}
ul.topnav a.icon {float: right;display: block;}
	ul.dropdown-content {
	    display: block;
    position: relative;
    background-color: #000;
    min-width: 80px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 8px 10px;
    /* margin-top: 30px; */
    z-index: 1;
    color: #fff;
    text-align: left;	
	}
	.topnav a {float:none;}
	
	ul.topnav {display:flex;
	justify-content: space-between;}
}

@media screen and (max-width: 1200px) {
ul.topnav.responsive {position: relative;display: flex;flex-direction:column;}
ul.topnav.responsive .icon {position: absolute;right: 0;top: 0;}
ul.topnav.responsive li {float: none;display: block;text-align: left;}
}

@media screen and (min-width: 1200px){
.mainlogo img {width:35%;margin:0 auto;}
.s {margin-top:0;}
.topnav {margin-top:-25px;border:3px solid #fff;border-radius:20px;display:flex;}
.flex-mid-write-up > h2 {tetx-align:left;}
	
.topnav ul li span.click{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
	background:url(../siteart/arrow.png) 10px 12px no-repeat;
	background-size:55%;
	position:relative;
	display:block;
	float:right;
	margin:-44px 0 0 0;
	cursor:pointer;
	z-index: 12399994;
	width:44px;
	height:44px;
	-webkit-transition:background-size .3s ease-in-out;
	-moz-transition:background-size .3s ease-in-out;
	transition:background-size .3s ease-in-out;
	}
}

@media screen and (min-width: 1200px){
.flex-mid-pic {background:#000;padding:5px;width:43%;min-width:200px;height:268px;margin-top:10px;flex-direction:column-reverse;display:flex;}
.flex-mid-write-up {width:50%;float:left;}
.inv-btns-flex-item {height:104px;width:382px;}
.mainlogo img {width:40%;margin:0 auto;float:left;margin-top:50px;margin-left:61px;}
.contact {float:left;text-align:left;margin-top:56px;margin-left:44px;}
#formpage {width:45%;float:left;margin-left:5%;	color:#fff;margin-bottom:10px;}
.topnav a {float:none;display:inline-block;padding: 14px 20px;}
	

}

@media screen and (min-width: 1543px) {
    .inv-btns-flex-item {height:104px;width:300px;display: flex;align-items: center;}
    .text-box {width:71%;}
}

@media screen and (min-width: 1735px){
.lang {float:left;text-align:left;margin-top:40px;margin-left:44px;}
}




/* 9/28/20 CHANGES */
.popup .close {
	position: absolute;
    top: 10px;
    right: 15px;
    transition: all 0.2s;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    /* color: #000; */
    /* border: 1px solid #fff; */
    padding: 0 5px 0px 5px;
}
.popup .close:hover {
  background: #000;
}
.popup .content {
  max-height: 60%;
  overflow: auto;
}

/*Let's make it appear when the page loads*/
.overlay:target:before {
    display: none;
}
.overlay:before {
	content:"";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	z-index: 99999;
}
.overlay .popup {
	background: #ffd200;
    border: 3px solid #ffffff;
    border-radius: 25px;
    width: 100%;
    max-width: 1000px;
    position: absolute;
    top: 10vw;
    left: 0;
    right: 0;
    float: none;
    padding: 5%;
    margin: 0 auto;
    text-align: left;
    z-index: 99999999;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    letter-spacing: .25px;
    line-height: 1.25;
}
.overlay:target .popup {
    top: -180%;
    left: -100%;
}

/* my styles */
.popup-link {
	font-weight: 700;
    color: #000!important;
}
.popup-link:hover {
	color: #FFFFFF!important;
}

