﻿
	
/*  scrolling inventory
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}	

 .contact-bar-btn {
    font-size: 12px; background-color: #c10000 !important;
    color: white !important;
}


.invbody>.container,.invbody>.container>.container{max-width:100%!important;width:auto!important;}

/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,aside,details,figcaption,figure,footer,header,hgroup,
main,nav,section,summary {display: block;}
pre {white-space: pre-wrap;}
small { font-size: 80%;}

.logo {max-height: 125px;}
/*===================== 
	@Font-Face 
=======================*/
* {box-sizing: border-box !important;}

.graybg {background-color: #d9d9d9 !important;}
.homebg {background-image: url("../siteart/homebg.png"); background-size: cover; background-position: bottom; background-repeat: no-repeat;}
.lineup {max-height: 650px; margin: auto !important; position: relative; border: 2px solid white;}

.breadcrumbs {background-color: transparent !important;  height: auto !important;   box-shadow: 0 3px 20px rgb(0 0 0 / 0%) !important; margin-bottom: 20px !important; padding-bottom: 20px !important; display: none !important;}
.detail__search-results {margin-top: 25px !important;}
.price {color: #c10000;}
.view-listing-details-link {background-color: #c10000 !important; color: white !important;}

.invboxtitle {padding: 10px 5px; color: white; text-align: left; font-weight: 400; font-size: 30px; font-family: 'Montserrat', sans-serif;}
.invbox {padding: 10px; display: block; background-color: black; margin: 5px; border: 1px solid black;}
.invboximg {float: right; clear: both; margin-bottom: 50px;}
.invboxtag {display: block; margin: 5px; list-style-type: none;}
.invboxtag:hover {transform: scale(0.97); transition-duration: .5s;}

.invbg {background-position: center; background-size: cover; background-repeat: no-repeat; padding-top: 60px; padding-bottom: 20px; border: 3px solid white;}




.homebg2 {background-color: black;}



.padrow {padding-top: 75px; padding-bottom: 75px;}
.padrow2 {padding-top: 50px; padding-bottom: 50px;}
.padrow3 {padding-top: 50px; padding-bottom: 0px;}
.padrow4 {padding-top: 100px; padding-bottom: 100px;}
.padrow5 {padding-top: 25px; padding-bottom: 10px;}
.nopad {padding: 0px !important;}

.myinvbox:hover > .invboxtitle {background-color: #c10000; transition: all .5s; color: white;}
.myinvbox:hover > .invbg { border: 3px solid #c10000;}

.myinvbox:hover {transform: perspective(800px); transition: all .7s; }

.redline {background-color: #c10000; width: 100%; height: 2px;}
.topg {color: #c10000; padding: 6px 12px !important; font-family: 'Montserrat', sans-serif; font-weight: 700 !important; width: fit-content; display: inline-block; font-size: 14px !important;}

.myh1 {color: white !important; font-family: 'DM Serif Display', serif !important; font-size: 59px; margin: 0px !important;}
.myh2 {color: #c10000 !important; font-family: 'DM Serif Display', serif !important; font-size: 49px; margin-top: 0px !important;}
.myp {font-family: 'Montserrat', sans-serif; font-size: 19px; font-weight: 500; color: white !important;}
.myp2 {font-family: 'Montserrat', sans-serif; font-size: 19px; font-weight: 500; color: black !important;}
.mysub {font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 25px;}


.redbtn {border: 2px solid #c10000; color: white; background-color: transparent; padding: 8px 15px; font-size: 16px; font-weight: 700; font-family: 'Montserrat', sans-serif;}
.redbtn:hover {border: 2px solid #c10000; color: white; transition-duration: .5s; background-color: #c10000;}


.redbtn2 {border: 2px solid #c10000; color: #c10000; background-color: transparent; padding: 8px 15px; font-size: 16px; font-weight: 700; font-family: 'Montserrat', sans-serif;}
.redbtn2:hover {border: 2px solid #c10000; color: white; transition-duration: .5s; background-color: #c10000;}


.herobtn {border: 3px solid black; color: #c10000; background-color: black; padding: 8px 20px; font-size: 30px; font-weight: 700; font-family: 'Montserrat', sans-serif; margin: auto; margin-top: 50px;}
.herobtn:hover {border: 3px solid black; color: white; transition-duration: .5s;}

.redcube {float: right; height: 35px; width: 35px; background-color: #c10000; margin-top: 10px; margin-right: 20px;}


#background-video {
  height: 900px;
  width: 100%;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}





/*===================== 
	contact form.contactrow {    background: radial-gradient(ellipse at bottom, #1b2735 0%, #090a0f 100%);
    overflow: hidden;}
=======================*/

.contact-form {font-family: 'montserrat',sans-serif;}
.contactrow {background-color: #c10000;}

form {}

form, #formpage { margin: 0 auto; padding-top:30px;padding-bottom:30px;}
	
#formpage { width: 100%; display: block; float: none !important; min-height: 700px;}
	
	tbody > tr > td { display: block;}
	
	table, input {width: 100%;}

.attachment-search > table, input {
	width: 25px;
}
	
	input, select {
		
		font-size: 1.5rem;
		margin-bottom: 2rem;
		padding:5px;
		font-weight: normal;
		}	
	
	input {
		border: none;
		border: 0px solid;
		background: none;
		}
		
	select {
		border: 2px solid #ECECEC ;
		color: #717171;
		}
	
	textarea {
		width: 94%;
		margin-left: 15px;
		border: 2px solid #004f38 ;

		font-weight: normal;
		box-sizing: border-box;
		padding: .8rem .8rem;
		font-size: 1.5rem;
		}
	textarea:active, textarea:focus {
		border: 0px solid #004f38 ;
		box-shadow: 0.4em 0.4em 2px #ECECEC ;
		}
		
	input.button {
		border: 0px solid #004f38 ;
	
		font-size: 1.5rem;
		color:#717171;
	}
	
	input.button:hover {
		color: white;
		background-color: black;
		border: 2px solid black;
	}

.submitbtn {
	color: white !important;
	background-color: black !important;
	margin-bottom: 40px;
	font-weight: 700;
	width: 100%;
	font-family: 'montserrat',sans-serif;
	max-width: 500px;
    margin: auto; font-size: 17px; 
    display: block; padding: 10px;
}

.wparagraph2 {color: white !important; font-weight: 500; font-family: 'montserrat',sans-serif !important;}
.nopadding {padding: 0px !important;}


.CaptchaWhatsThisPanel > a {
    color: white !important;
}

.scroll-list > label {
	padding-left: 10px;
}

.col-xs-12 > input {
	width: 100%;
	  border: 2px solid black ;
	    background-color: white;
	    margin-bottom: 20px;
}

.CaptchaAnswerPanel > input {
	width: 100%;
	    background-color: white;
	   	    max-width: 500px;
    margin: 0px !important;
    display: block;
	border: 2px solid black;
}


.CaptchaMessagePanel {
    padding: 5px 5px 10px 5px;
    font-weight: bold;
    color: #c10000;
	font-family: 'montserrat',sans-serif;
}

.CaptchaWhatsThisPanel {
    padding: 25px 5px 10px 5px;
   
}

.CaptchaAnswerPanel {
  padding: 0px !important;
}

.consignform {
	font-size: 25px;
	font-weight: 700;
	color: black;
	text-align: center;
	margin-bottom: 20px;
	font-family: 'montserrat',sans-serif;
}

.send-a-message-form {background-color: white !important;}

.detail-form {background-color: white !important;}

.displaytest {margin: 0px !important;}

.CaptchaPanel {text-align: left !important; padding: 0px !important;}

.CaptchaImagePanel {padding: 0px !important;}

/*===================== 
	my navbar 
=======================*/
.navbar-toggle {display: none;}
.navbar-header {display: none;}


.navbar-inverse {background-color: transparent !important; border-color: transparent !important; clear: both; box-shadow: 0px 0px 0px 0px transparent !important;}

.navbar-inverse .navbar-nav > li > a {
	background-color: transparent !important;
	color: black !important;
	font-family: 'DM Serif Display', serif;
	font-size: 19px;
	font-weight: 700;
}

.navbar {min-height: 0px !important; margin-bottom: 0px !important;}
.topspan {float: right;}
.toprow {background-color: #c10000 !important; padding-top: 12px; padding-bottom: 12px;}

.navbar-inverse .navbar-nav > li > a:hover {background-color: gainsboro!important; transition-duration: .4s; color: black !important; min-height: 0px !important;}
.navbar-nav {float: right !important;}
.dropdown-menu {background-color: black !important; border: 2px solid #c10000 !important; z-index: 125; display: block;}


.dropdown-menu > li > a {font-family: 'montserrat',sans-serif; color: white !important; font-size: 13px; padding: 5px 20px !important; font-weight: 700 !important;}
.dropdown-menu > li > a:hover {color: white !important; background-color: #c10000 !important;}

.myicon {margin: 7px 0px 7px 7px; color: #c10000 !important; font-size: 25px !important; vertical-align: middle; display: inline-block;}
.myicon:hover {color: black !important; transition-duration: .4s;}
.myicon2 {margin: 7px; color:white !important; font-size: 20px !important; vertical-align: middle; width: 40px;}
.myicon2:hover {}
.iconspan {float: right; margin-top: 50px; clear: both;}

.nav > li > a {position: relative; display: block; padding: 10px 6px !important;}
.headerwraprow {background-color: black;}



/*===================== 
	My Footer
=======================*/


.smalllogo {
	max-height: 50px;
	display: inline-block !important;
	width: 50%;
}

.smalllogo2 {
	max-height: 30px;
	display: inline-block !important;
	padding-left: 10px;
	width: 40%;
}

.footerheader {font-size: 25px; font-family: 'DM Serif Display', serif !important; color: white; font-weight: 500;}

a.footerlink:link, a.footerlink:visited, {
	font-family: 'Montserrat', sans-serif;
}

.footerlink {
	color: white !important;
	font-size: 14px !important;
	font-weight: 500;
	line-height: 20px;
	font-family: 'Montserrat', sans-serif;
}

.footerlink:hover {
	
}


.subfooterlink {
	color: white !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	line-height: 12px;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.2;
}

.subfooterlink2 {
	color: white !important;
	font-size: 13px !important;
	font-weight: 500;
	line-height: 8px;
	font-family: 'Montserrat', sans-serif;
}

.footercol > a {width: fit-content !important; display: block;}

.mediumspot {
	font-weight: 400;
}

.footbg {background-color: white !important;}










body{
    overflow-x: hidden !important; max-width: 100% !important;
}
nav{
    height: 6rem;
    width: auto;
    background-color: #131418;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    position: fixed;
    z-index: 10;
}



/*Styling Links*/
.nav-links{
    display: flex;
    list-style: none; 
    width: 88vw;
    padding: 0 0.7vw;
    justify-content: space-evenly;
    align-items: center;
    text-transform: uppercase;
}
.nav-links li a{
    text-decoration: none;
    margin: 0 0.7vw;
}
.nav-links li a:hover {
    color: #61DAFB;
}
.nav-links li {
    position: relative;
}
.nav-links li a::before {
    content: "";
    display: block;
    height: 2px;
    width: 0%;
    background-color: #61DAFB;
    position: absolute;
    transition: all ease-in-out 250ms;
    margin: 0 0 0 10%;
}
.nav-links li a:hover::before{
    width: 80%;
}

/*Styling Buttons*/
.login-button{
    background-color: transparent;
    border: 1.5px solid #f2f5f7;
    border-radius: 2em;
    padding: 0.6rem 0.8rem;
    margin-left: 2vw;
    font-size: 1rem;
    cursor: pointer;

}
.login-button:hover {
    color: #131418;
    background-color: #f2f5f7;
    border:1.5px solid #f2f5f7;
    transition: all ease-in-out 350ms;
}
.join-button{
    color: #131418;
    background-color: #61DAFB;
    border: 1.5px solid #61DAFB;
    border-radius: 2em;
    padding: 0.6rem 0.8rem;
    font-size: 1rem;
    cursor: pointer;
}
.join-button:hover {
    color: #f2f5f7;
    background-color: transparent;
    border:1.5px solid #f2f5f7;
    transition: all ease-in-out 350ms;
}

/*Styling Hamburger Icon*/
.hamburger div{
    width: 30px;
    height:3px;
    background: #f2f5f7;
    margin: 5px;
    transition: all 0.3s ease;
}
.hamburger{
    display: none;
}

/*Stying for small screens*/
@media screen and (max-width: 800px){
    nav{
        position: fixed;
        z-index: 3;
    }
    .hamburger{
        display:block;
        position: absolute;
        cursor: pointer;
        right: 5%;
        top: 50%;
        transform: translate(-5%, -50%);
        z-index: 2;
        transition: all 0.7s ease;
    }
    .nav-links{
        position: fixed;
        background: #131418;
        height: 100vh;
        width: 100%;
        flex-direction: column;
        clip-path: circle(50px at 90% -20%);
        -webkit-clip-path: circle(50px at 90% -10%);
        transition: all 1s ease-out;
        pointer-events: none;
    }
    .nav-links.open{
        clip-path: circle(1000px at 90% -10%);
        -webkit-clip-path: circle(1000px at 90% -10%);
        pointer-events: all;
    }
    .nav-links li{
        opacity: 0;
    }
    .nav-links li:nth-child(1){
        transition: all 0.5s ease 1s;
    }
    .nav-links li:nth-child(2){
        transition: all 0.5s ease 0.4s;
    }
    .nav-links li:nth-child(3){
        transition: all 0.5s ease 0.6s;
    }
    .nav-links li:nth-child(4){
        transition: all 0.5s ease 0.7s;
    }
    .nav-links li:nth-child(5){
        transition: all 0.5s ease 0.8s;
    }
    .nav-links li:nth-child(6){
        transition: all 0.5s ease 0.9s;
        margin: 0;
    }
    .nav-links li:nth-child(7){
        transition: all 0.5s ease 1s;
        margin: 0;
    }
    li.fade{
        opacity: 1;
    }
}
/*Animating Hamburger Icon on Click*/
.toggle .line1{
    transform: rotate(-45deg) translate(-5px,6px);
}
.toggle .line2{
    transition: all 0.7s ease;
    width:0;
}
.toggle .line3{
    transform: rotate(45deg) translate(-5px,-6px);
}

/*===================== 
	base styles 
=======================*/

html {
    font-family: Arial, sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
	}

body {
    margin: 0;
	}

svg:not(:root) {overflow: hidden;/*reset*/}
	
/* clear floats */ 
.group:before,
.group:after {content: ""; display: table;} 
.group:after {clear: both;}
.group {zoom: 1;}	
.clear { clear: both;}
	
/*image replacement*/
.hide-text {
	text-indent:  100%;
	white-space:  nowrap;
	overflow:  hidden;
	}	

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
	border-style: solid;
    height: 0;
	} 

img { border: 0;} 
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
	h1 {font-size: 2em;}

p {
	margin: 0;
	}

	
h1 {
}
		

h2 {
}

	
h3 {
}


h4 {
}


h5 {
}


h6 {
}

/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/
	}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color: #aaa; 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color: #ccc;
		}  

/*===================== 
	header styles 
=======================*/


header {
	margin: 0 auto;
	width: 100%;
	}

/*===================== 
	nav styles 
=======================*/

nav.primary {
	padding:0;
	display:block;
	margin:0 auto;
	position:relative;
	text-align: right;
	}

nav ul {
	padding:0;
	margin:0;
}

nav ul li {

}

nav > ul > li {
	display:inline-block;
	list-style-type:none; 
	text-align: ;
	padding: ;
}

nav ul li a {
	font-family: ;
	font-size: ;
	font-weight: ;
	color:;
}	
			
nav ul li a:hover {
	color: ;
}


/* Appearance of the sub-level links */

nav.primary ul li li a { 
	line-height: ;
	color: ;
	text-align:;
	font-size: ;
	font-weight:;
	}
	
nav.primary ul li li a:hover { 
	color: ;
	text-align: ;
	font-size:  ;
	font-weight: ;
	}
	
nav.primary ul li li:hover { 
	}
	
	
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too much */
nav.primary ul ul {
	display: none;
    position: absolute; 
	max-width: 235px;
	background: ;
	/*margin-top: 21px;*/
}
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
nav.primary ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 2000 !important;
}
nav.primary ul ul li {
    float: none; 
    position: relative;
	display:block;
    margin:0;
	width:100%;
	padding-left: ;
	padding-right: ;
}

.dropdown_arrow {
	display: inline-block !important;
}

.dropdown_style {
	font-size: ;
	font-weight: ;
}


/******** End of primary Nav ***************/


/*===================== 
	mobile nav
=======================*/

#menu-button{ /* initially will need to be hidden */
	display: block;
	font-size: 32px;
	width:100%;
	position: relative;
	z-index: 400;/* needs to be lower than nav.mobile, adjust as needed */
	padding: ;
	background: rgba(117,56,8,0.6);
	border-bottom: ;
	text-align: right;
	min-height: 0 !important;
	}
	#menu-button a{
		 color:#000;
		 text-decoration: none;
		 text-align: right !important;
	  }

nav.mobile {
	display:block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #000;
	z-index: 500; /* needs to be higher than #menu-button, adjust as needed */
	overflow:auto;
}
nav.mobile h3 { /* Menu header styles */
	position: relative;
	padding: 12px 10px;
	color: #fff;
	font-size: 1.2em;
	font-weight: 400;
	border-bottom: 4px solid #222;
}
nav.mobile .menu-toggle { /* Menu close button */
	position: absolute;
	top: 12px;
	right: 10px;
	display: inline-block;
	padding: 6px 9px 5px;
	font-family: Arial, sans-serif;
	font-weight: 700;
	line-height: 1;
	background: #222;
	color: #999;
	text-decoration: none;
	vertical-align: top;
}
.menu-toggle {
	text-align: right;
	font-size: 28px;
	color: #000;
}

.menu-toggle a:hover {
	color: #000 !important;
}

.close_mobile {
	font-size: 26px !important;
	font-weight: 900;
	text-align: right;
}

nav.mobile .menu-toggle:hover { /* Menu close button on hover */
	color: #fff;
}
nav.mobile ul {
	list-style: none;
	font-weight: 300;
	margin:0;
	padding:0;
}
nav.mobile ul li {
	padding: 8px 0 6px 0 !important;
}
nav.mobile ul li a {
	position: relative;
	display: block;
	padding-left: 14px;
	color: #999;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 1px;
}
nav.mobile ul li a:hover {
	background:;
	color: #2b2b2b;
}


nav.mobile ul li li a { /* appearance of the sub-level links */
	position: relative;
	display: block;
	padding: 0px 10px 0px 15px;
	color: #000;
	text-decoration: none;
	text-transform: none !important;
}
nav.mobile ul li li li a { /* appearance of third level sub-level links if needed */
	background: #666;
	position: relative;
	display: block;
	padding: 10px 10px 10px 25px;
	color: #000;
	text-decoration: none;
}
nav.mobile ul li span.click{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
	background:url(../siteart/menu-dropdown-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;
}
nav.mobile ul li span.click:hover{
	background-size:60%;
}





/*===================== 
	content styles 
=======================*/


	
/*===================== 
	slideshow styles 
=======================*/



/*===================== 
	banner styles 
=======================*/



/*===================== 
	layout styles 
=======================*/




/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
	}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:13px;
	color: #222;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:13px;
		color: #fff;
		}

.footertext {
	font-size:13px; 
	color:#666;
	}

.smallfootertext {
	font-size:10px; 
	color:#666;
	}

.divfooter {
	max-width:1200px; 
	text-align:center; 
	margin:0 auto;
	}

/*========================= 
	 Responsive styles 
===========================*/

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
.invboxtitle {padding: 10px 5px; color: white; text-align: left; font-weight: 400; font-size: 26px; font-family: 'Montserrat', sans-serif;}

}

@media only screen and (max-width : 1100px) {
.invboxtitle {padding: 10px 5px; color: white; text-align: left; font-weight: 400; font-size: 22px; font-family: 'Montserrat', sans-serif;}
.navbar-inverse .navbar-nav > li > a {
    background-color: transparent !important;
    color: black !important;
    font-family: 'DM Serif Display', serif;
    font-size: 17px;
    font-weight: 700;
}	

}


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
		.contentcol {padding-left: 8% !important; padding-right: 8% !important;}
.redcube {margin-right: 0px;}
	.invboxtitle {padding: 10px 5px; color: white; text-align: left; font-weight: 400; font-size: 26px; font-family: 'Montserrat', sans-serif;}
	.navbar-inverse .navbar-nav > li > a {
    background-color: transparent !important;
    color: black !important;
    font-family: 'DM Serif Display', serif;
    font-size: 19px;
    font-weight: 700;
}
}


/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	
.navbar-nav > li {float: none !important; display: block !important; text-align: center !important; width: 100%;}
.navbar-nav {margin: auto !important; padding-top: 20px; float: none !important;}
.navbar-inverse .navbar-toggle {margin: auto !important; display: block !important; float: none !important;}
.navbar-toggle .icon-bar + .icon-bar {margin-top: 8px !important;}
.navbar-toggle:focus {background-color: transparent !important;}
.navbar-toggle .icon-bar {display: block !important; width: 46px !important; height: 9px !important; margin-top: 2px; border-radius: 1px !important; background-color: white !important;}
.navbar-inverse .navbar-nav > li > a { font-size: 24px !important;}
.dropdown-menu > li { text-align: center !important; }
.navbar-inverse .navbar-nav > li > a {font-size: 27px !important;}
.navbar-inverse .navbar-toggle {border-color: transparent !important;}
	.invboxtitle {padding: 10px 5px; color: white; text-align: left; font-weight: 400; font-size: 28px; font-family: 'Montserrat', sans-serif;}
	
	
	.nofloat {float: none !important;}
	
	.myheadrow {padding-top: 25px;}
	
	.navbar-toggle {display: block !important; background-color: black !important; padding: 0px !important; transform: scale(.5);}
	.navbar-header {display: block !important; background-color: black !important; padding-bottom: 20px;}
	.navbar {margin-top: 5px; margin-bottom: 5px !important;}
	.headerwraprow {background-color: black !important;}
	.navbar-nav {background-color: white !important; padding-bottom: 20px;}
	.dropdown-menu > li > a {font-size: 20px !important; padding-top: 10px !important; padding-bottom: 10px !important;}
	
	
	
#hamburger {top: 0; left: 0; right: 0; bottom: 0; cursor: pointer; width:100px; height:100px; margin: auto;}

.bar { display: block; width:100%; height:20%; margin-top:20%; background: white; transition:0.25s; -webkit-transition:0.25s; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.animate .bar:nth-child(1) {transform:translateY(40px) rotate(135deg);}
.animate .bar:nth-child(2) {opacity: 0;}
.animate .bar:nth-child(3) {transform:translateY(-40px) rotate(-135deg);}
	
	
	.logo {margin: auto !important; float: none !important;}
	.hideme {display: none !important;}
	
	
	
	.footerlink {font-size: 16px !important;}
	.subfooterlink {font-size: 16px !important;}
	
	
	.contentcol2 {padding-left: 8% !important; padding-right: 8% !important;}
	.redcube {height: 25px; width: 25px; float: none; margin-bottom: 25px; clear: both;}
	
	.contentcol3 {padding-left: 16% !important; padding-right: 16% !important;}
	.invboxtitle {clear: both;}
	.padrow4 {padding-top: 50px; padding-bottom: 50px;}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
 
 
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {


}

