/* bootstrap 3 helpers */

.navbar-form input, .form-inline input {
	width:auto;
}

/* end */

/* custom theme + Bootstrap resets */
@font-face {
    font-family: Lucien;
    src: url(../fonts/YanoneKaffeesatz-Regular.ttf);
}

header {
	min-height:180px;
  	margin-bottom:5px;
}

.ebay230 {
	width:120px;height:200px;
	background-repeat: no-repeat;
    background-size: auto 99%;
    background-position: center;
	display: inline-flex;
}
.ebaylogotiny {
}
.typebox {
	height:100%;
	padding:4px;
	background-image: url("/images/transwhite-60.png");
}
.ebay250 {
	width:150px;height:250px;
	background-repeat: no-repeat;
    background-size: auto 99%;
    background-position: center;
	display: inline-flex;
}
#ebay-mfr1 {

}
.biggah {
    font-size: 1.4em;
}

.gridview {
	margin:2px;
	display: inline-block;
	width:200px;
}



/* only apply sticky columns on wider screens */
@media (min-width: 1200px) {
  #sidebar {
 	margin-left:15px;
  }

  #content {
 	padding-right:15px;
  }

  #sidebar.affix-top {
      position: static;
  }
  
  #sidebar.affix {
      position: fixed !important;
      top: 20px;
      width:200px;
  }

  #midCol.affix-top {
      position: static;
  }

  #midCol.affix-bottom {
      padding-top:0;
  }
  
  #midCol.affix {
      position:fixed !important;
  	  top: 20px;
  	  width:292px;
  }
}

.affix {
      position:static;
}
/*
#643615 = 
#FFF8DC = D2691E
*/

body {
  font-family: Lucien;
  font-weight:300;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */ -webkit-text-size-adjust: 100%;
  color:#676767;
  background-color:#efefef;
}

a,a:hover {
	color:#643615;
  	text-decoration:none;
}

.highlight-bk {
	background-color:#D2691E;
    padding:1px;
    width:100%;
}

.highlight {
	color:#D2691E;
}
  
h3.highlight  {
	padding-top:13px;
    padding-bottom:14px;
  	border-bottom:2px solid #D2691E;
}

.navbar {
	background-color:#D2691E;
  	color:#ffffff;
  	border-radius:0;
}
.navbar-nav > li > a {
  	color:#fff;
  	padding-left:20px;
  	padding-right:20px;
  	border-left:1px solid #FFF8DC;
}
.navbar-nav > li:last-child > a {
  	border-right:1px solid #FFF8DC;
}

.navbar-nav li a:hover {
  	background-color:#FF8C00;
}

.navbar-nav > .open > a, .navbar-nav > .open > a:hover, .navbar-nav > .open > a:focus {
	color: #000;
  	opacity:.9;
}

.navbar-brand {
	color:#fff;
}

.accordion-group {
	border-width:0;
}

.dropdown-menu {
	min-width: 250px;
}

.caret {
	color:#fff;
}

.navbar-toggle {
	color:#fff;
    border-width:0;
}
  
.navbar-toggle:hover {
	background-color:#fff;
}

.panel,.panel-heading {
  	border-radius:0;
  	border-width:0;
  	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.09);
	box-shadow: 0 3px 3px  rgba(0, 0, 0, 0.09);
}

.thumbnail {
	margin-bottom:8px;
	border-radius:0;
}

.well {
  	border-radius:0;
}

.accordion-heading .accordion-toggle, .accordion-inner, .nav-stacked li > a {
	padding-left:1px;
}

.typewriterListImg {
	border:2px solid black;
  	border-radius:0;
	margin-bottom: 10px;
}
.typesliderMRE {
text-align:right;
height:300px;
width:250px;
padding:8px;
text-align:center middle;
    background: rgb(54, 25, 25); /* Fall-back for browsers that don't support rgba */
    background: rgba(54, 25, 25, .6);
}
.typesliderMRE h1 {
  /* WebKit (Safari/Chrome) Only */
  -webkit-text-stroke: 1px black;
  
  /* If we weren't using text-shadow, we'd set a fallback color
     and use this to set color instead
    -webkit-text-fill-color: white; */
  color: white;
  
  text-shadow:
    3px 3px 0 #000,
    /* Simulated effect for Firefox and Opera
       and nice enhancement for WebKit */
   -1px -1px 0 #000,  
    1px -1px 0 #000,
   -1px  1px 0 #000,
    1px  1px 0 #000;
}
.typesliderMRE h1 small {
  color: #eee;
	font-size:0.8em;
}

.gap-right {
  margin-right: 10px; 
}

.memblist {
  background-color: #eee;
}


footer {
	height:50px;
  	background-color:#dfdfdf;
  	color:#888;
  	margin-top:20px;
}

@media (min-width: 992px) {
  .no-gutter.row > div[class*='col-md'] {
    padding-left: 0;
    padding-right: 0;
  }
  .no-gutter.row > .col-md-12 {
    width: 99.99999999999999%;
    *width: 99.93055555555554%;
  }
  .no-gutter.row .col-md-11 {
    width: 91.66666666666666%;
    *width: 91.59722222222221%;
  }
  .no-gutter.row > .col-md-10 {
    width: 83.33333333333331%;
    *width: 83.26388888888887%;
  }
  .no-gutter.row > .col-md-9 {
    width: 74.99999999999999%;
    *width: 74.93055555555554%;
  }
  .no-gutter.row > .col-md-8 {
    width: 66.66666666666666%;
    *width: 66.59722222222221%;
  }
  .no-gutter.row > .col-md-7 {
    width: 58.33333333333333%;
    *width: 58.263888888888886%;
  }
  .no-gutter.row > .col-md-6 {
    width: 49.99999999999999%;
  }
  .no-gutter.row > .col-md-4 {
    width: 33.33333333333333%;
  }
  .no-gutter.row > .col-md-3 {
    width: 24.999999999999996%;
    *width: 24.930555555555554%;
  }
  .no-gutter.row > .col-md-2 {
    width: 16.666666666666664%;
    *width: 16.59722222222222%;
  }
  .no-gutter.row > .col-md-1 {
    width: 8.333333333333332%;
    *width: 8.263888888888888%;
  }
}


/* ###############################
	Begin the Beguin
   ############################### */
.advertisement {
	border:1px solid #ccc;
	font-size: 80%;
	background:#eee;
	margin-top:5px;
	margin-bottom:5px;
	padding:4px;
}

/* Carousel settings */
.carousel {
	border:1px solid #999;
}
/* Fade transition for carousel items */
.carousel .item {
    left: 0 !important;
      -webkit-transition: opacity .4s; /*adjust timing here */
         -moz-transition: opacity .4s;
           -o-transition: opacity .4s;
              transition: opacity .4s;
}
/* Fade controls with items */
.next.left,
.prev.right {
    opacity: 1;
    z-index: 1;
}
.active.left,
.active.right {
    opacity: 0;
    z-index: 2;
}
/* slider bg */
.carousel-control.left, .carousel-control.right {
    background-image: none
}
.ebaytypeslider {
text-align:right;
height:400px;
width:250px;
padding:8px;
text-align:center middle;
    background: rgb(54, 25, 25); /* Fall-back for browsers that don't support rgba */
    background: rgba(54, 25, 25, .6);
background-image: url('/images/ebay100px.png');
background-repeat: no-repeat;
background-size: 40% auto;
background-position: 2% 98%;

}
.ebaytypeslider h1 {
	font-size:1.8em;
  /* WebKit (Safari/Chrome) Only */
  -webkit-text-stroke: 1px black;
  
  /* If we weren't using text-shadow, we'd set a fallback color
     and use this to set color instead
    -webkit-text-fill-color: white; */
  color: white;
  text-shadow:
    3px 3px 0 #000,
    /* Simulated effect for Firefox and Opera
       and nice enhancement for WebKit */
   -1px -1px 0 #000,  
    1px -1px 0 #000,
   -1px  1px 0 #000,
    1px  1px 0 #000;
}
.typeslider {
text-align:right;
height:300px;
width:250px;
padding:8px;
text-align:center middle;
    background: rgb(54, 25, 25); /* Fall-back for browsers that don't support rgba */
    background: rgba(54, 25, 25, .6);
background-image: url('/images/twdb-250px.png');
background-repeat: no-repeat;
background-size: 40% auto;
background-position: 2% 98%;

}
.typeslideruserimg { 
	width:100px;height:100px;
	position: absolute; right: 0; bottom: 0;
	margin-right:4px;
	margin-bottom:4px;
	border:1px solid #fff;
	}
.typeslider h1 {
	font-size:1.8em;
  /* WebKit (Safari/Chrome) Only */
  -webkit-text-stroke: 1px black;
  
  /* If we weren't using text-shadow, we'd set a fallback color
     and use this to set color instead
    -webkit-text-fill-color: white; */
  
  color: white;
  
  text-shadow:
    3px 3px 0 #000,
    /* Simulated effect for Firefox and Opera
       and nice enhancement for WebKit */
   -1px -1px 0 #000,  
    1px -1px 0 #000,
   -1px  1px 0 #000,
    1px  1px 0 #000;
}
.typeslider h1 small {
	font-size:1.2em;
	color:#999;
}
.sernum {
	color:#fff;
}

/* Styles FFTPV */
.fftpv {
display:inline-block;
position:relative;
}

.fftpv a {
position: absolute;
bottom:2em;
right:2em;
background-color:#5cb85c;
border-radius:1em;
color:white;
padding:.5em 1em;
}


/* responsive queries for member thumbnails */
@media screen and (max-width:320px) {
.hunterimg { height:160px; width:150px;}
.hunterimg img { height:150px; width:150px;}
.caption h2 {font-size: 16px;}
.smallvanish {display:none;}
	}
@media screen and (min-width:321px) and (max-width:639px) {
.hunterimg { height:185px; width:175px;}
.hunterimg img { height:175px; width:175px;}
.caption h2 {font-size: 18px;}
.smallvanish {display:none;}
	}
@media screen and (min-width:640px) and (max-width:959px) {
.hunterimg { height:185px; width:175px;}
.hunterimg img { height:175px; width:175px;}
.caption h2 {font-size: 16px;}
.smallvanish {display:none;}
	}
@media screen and (min-width:960px) and (max-width:1279px) {
.hunterimg { height:130px; width:120px;}
.hunterimg img { height:120px; width:120px;}
.caption h2 {font-size: 13px;}
	}
@media screen and (min-width:1280px) and (max-width:1599px) {
.hunterimg { height:160px; width:150px;}
.hunterimg img { height:150px; width:150px;}
.caption h2 {font-size: 16px;}
	}
@media screen and (min-width:1600px) {
.hunterimg { height:185px; width:175px;}
.hunterimg img { height:175px; width:175px;}
.caption h2 {font-size: 18px;}
	}
@media screen and (min-width:1920px) {
.hunterimg { height:185px; width:175px;}
.hunterimg img { height:175px; width:175px;}
.caption h2 {font-size: 18px;}
	}
@media print {
	}

/* end custom theme */
