/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.clear {clear:both;}

.rounded {  -webkit-border-radius: 10px; 
		  	    -moz-border-radius: 10px; 
		      border-radius: 10px;     position: relative;
    }

.shadow { box-shadow: rgba(36,1,1,0.5) 2px 2px 2px 2px;
   
    position: relative;
   }
   
   
 body {
background-color: #000;    color: #999999;
    font-style:normal; font-variant:normal; font-weight:normal;     
        font: 12px/18px Helvetica, Helvetica Neue, Arial;
    
   margin: 0px 5px;
}

.flex-container { display: -webkit-flex;
    display: flex;
     -webkit-flex-wrap: wrap;
    flex-wrap: wrap; 
    align-items: stretch; 
    justify-content: space-around; 
    align-content: stretch;
     }
     
     
.wrapper p { font-size: 110%; line-height: 120%; margin: 5px 0px; }

h1, h2, h3 { font-size: 130%; font-weight: bold; margin: 5px 0px; }

#content_wrapper h1 { font-size: 20px; line-height: 26px; }

h3 { margin: 20px auto; font-size: 21px; line-height: 26px; }

#outer_wrap { padding:0px; width: 100%; max-width: 1000px;
   margin: 0px auto; }

#facepic_wrapper p.hubtext { font-size: 17px; line-height: 23px; }

a.biglink { line-height: 130%; }


#wrap {	padding:0px; width: 100%; }


ul.joinlist {
    list-style-type: none;
    margin: 15px 0px;
    padding: 0px;
   display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}     
     
ul.joinlist li {
    background-image: url("https://www.tacamateurs.com/hub6/images/redtick.png");
    background-repeat: no-repeat;
    background-position: 5px center;
    margin: 4px 0px;
    padding: 7px 6px 7px 26px;
    text-align: left;
    font-weight: bold;
    font-size: 120%;
    font-style: italic;
    line-height: 120%;
    box-sizing: border-box;
	border-radius: 4px;  
		width: 98%;
	flex: 0 1 auto; 
     
     }
     
ul.clicklist li {
	background-image: url('https://www.tacamateurs.com/hub6/images/gobutton.png');
	padding-left:26px; padding-right:6px; padding-top:12px; padding-bottom:12px
	}     
	
ul.clicklist li a {	color:#0000ff; }
	
ul.toplist {margin: 10px 0px;
			text-align: center;
			
			list-style-type: none;
			padding: 0px; 
			width: 100%; display: -webkit-flex;
    display: flex;
     -webkit-flex-wrap: wrap;
    flex-wrap: wrap; 
    align-items: stretch; 
     justify-content: space-around;  }
			
ul.toplist li { width: 97%;
				font-size: 130%;
				margin: 6px 0px;
				text-align: left;
				flex: 0 1 auto; 
				/* color: #4d4d4d; */
				font-weight: 600;	
				display: inline-block;	
				font-family: 'Cabin', sans-serif;
				
					}   	

    
.item {
    display: inline-block;
    
    padding: 8px;
    margin: 5px 3px;
    box-sizing: border-box;
    border-radius: 3px;
    text-align: center;

     
     flex: 1 1 48%;
     webit-flex: 1 1 48%;     
     ms-flex: 1 1 48%;     
     
    color: #000;
    overflow: hidden;
   flex-grow: auto;
    
} 


a.shiny-button { display: block; padding-left: 15px; padding-right: 15px; margin: 10px auto; }

a.shiny-button strong { font-size:22px; }

/*------------------------- wrapper stuff ------------------------------- */

#leftpanel, #rightpanel { box-sizing: border-box; display:flex; width: 100%;  
						display: flex; }
						
#leftpanel { order: 1; }
#rightpanel { order: 0; }						
						
.wrapper { width: 100%;}						


#facepic_wrapper h1, #facepic_wrapper h2 {font-size: 18px; font-weight: bold; margin: 7px 0px; }
#content_wrapper { font-size: 14px; }
#content_wrapper p { font-size: 1.1em; margin: 10px 0px; } 
#content_wrapper p.bigtext a.biglink { font-size: 1.3em; line-height: 1.5em; }

/*------------------ shiny button --------------------------------------*/

.call-to-action { max-width: 600px; font-size: 16px; line-height: 22px; 
								display: block;
  text-align: center;
 
  text-decoration: none;
  font-weight: normal;
  font-family: sans-serif;
  color: #FFFFFF !Important;
  background-color: #68b12f;
    background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));
    background: -webkit-linear-gradient(top, #68b12f, #50911e);
    background: -moz-linear-gradient(top, #68b12f, #50911e);
    background: -ms-linear-gradient(top, #68b12f, #50911e);
    background: -o-linear-gradient(top, #68b12f, #50911e);
    background: linear-gradient(top, #68b12f, #50911e);
    border: 1px solid #509111;
    border-bottom: 1px solid #5b992b;
    border-radius: 7px;
    -webkit-border-radius:12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    box-shadow: inset 0 1px 0 0 #9fd574;
    -webkit-box-shadow: 0 1px 0 0 #9fd574 inset ;
    -moz-box-shadow: 0 1px 0 0 #9fd574 inset;
    -ms-box-shadow: 0 1px 0 0 #9fd574 inset;
    -o-box-shadow: 0 1px 0 0 #9fd574 inset;
    
    
    text-shadow: 0 -1px 0 #396715;
   text-transform: uppercase;

 
  padding-left:20px; padding-right:20px; padding-top:12px; padding-bottom:12px;
  margin: 10px auto;
 
  letter-spacing: 1px; }


.call-to-action strong { font-size:22px; letter-spacing: 1px;
										 }





.largetext { font-size:1.3em !important; 
				font-family:sans-serif; 
				font-weight: bold; 
				line-height: 1.5em !important; 
				text-transform: uppercase;
				margin-top:30px;}


#facepic_wrapper img.mainpic { width: 97%;  margin: 2px 0px; max-width: 210px; margin: 8px 0px; }

.piclist { flex-wrap: wrap;
			list-style-type: none;
			padding:0px; margin:0px;
			align-items: center; 
 }

.piclist li { flex: 0 1 auto; width: 50%; padding:5px;
			box-sizing: border-box; }

.piclist li img {  max-width: 100%; }


.biglogo { max-width: 100%; margin: 10px auto; }

.biglogo_link { max-width: 100%; margin: 25px auto 25px auto; box-sizing: border-box; }


.biglogo { width: 100%; 
		   background-image:url('https://www.tacamateurs.com/hub6/images/big-logo-narrow.jpg');
		   background-size: 100% auto;
		   padding-bottom: 59.5%; 
		   background-repeat: no-repeat;
		   margin: 0px auto;
		   cursor:pointer;
		   display: block
		   }	



/*------------- moresites stuff ---------------------- */

#moresites_wrapper, #quotes {width: 100%;  overflow: hidden; padding: 15px 5px; }
#moresites_wrapper .item  .thumbwrapper { position: relative; display:inline-block; margin:0 auto; border: 1px solid #000; }

#moresites_wrapper .item {box-shadow:  rgba(0,0,0,0.8)  2px 3px; 
   -webkit-box-shadow:  rgba(0,0,0,0.8)  2px 3px; 
	-moz-box-shadow:  rgba(0,0,0,0.8)  2px 3px;
	}



#moresites_wrapper .item  .thumbwrapper img { margin: 0px auto; max-width: 120px; }
#moresites_wrapper .item a { text-decoration: none; }
#moresites_wrapper .item .title { font-weight: bold; font-size:1.1em; display: block; margin: 2px auto 5px auto;  color:#000; }

#moresites_wrapper a.biglink { font-family:Helvetica, Helvetica Neue, Arial; font-size:1.0em; }





.quotes_wrapper { font-size: 100%; }
.quotes_wrapper ul.toplist li, #facepic_wrapper .quotes_wrapper ul.toplist li { font-weight: bold; font-style: italic; width: 97%; 
					padding: 7px 5px;
					box-sizing: border-box;
					margin: 5px 0px; 
					font-size:100%;

					}
.quotes_wrapper ul.toplist li span {  font-size: 90%;  font-style: italic; font-weight: normal}
.quotes_wrapper ul.toplist li a {  text-decoerarion: none; }  



/*--------------------- whitebox -------------------------------------- */

#facepic_wrapper .whitebox { border: 1px solid #000; background-color:#fff; padding: 4px; color: #000; position: relative;
 											-webkit-border-radius: 6px;
								-webkit-border-bottom-right-radius: 24px;
								-moz-border-radius: 6px;
								-moz-border-radius-bottomright: 24px;
								border-radius: 6px;
								border-bottom-right-radius: 24px;  
								-webkit-box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.75);
								-moz-box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.75);
								box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.75); 
								display: block; 
								font-size:20px;	
								margin-bottom: 20px;										
								}
 
#facepic_wrapper  .whitebox p {  font-weight: 510; line-height: 1.3em; margin: 10px 0px; }

#facepic_wrapper .whitebox p span { font-weight: 700; letter-spacing:1px; font-size: 1.1em; }

#facepic_wrapper  .whitebox p.bottom { font-size: 1em; text-align: left; margin: 10px 70px 40px 5px;}



#facepic_wrapper .whitebox ul {list-style-type: none; margin: 0px 0px 35px 0px; padding: 0px }
#facepic_wrapper .whitebox ul li { background-image: url('https://www.tacamateurs.com/hub6/images/bigtick.jpg'); background-repeat: no-repeat; background-position: 0px 5px; 
			background-size: 20px 20px;
			padding-left: 28px; margin: 20px 0px; line-height: 1.1em;
				text-align: left; font-weight: bold; font-size: 1em; min-height: 25px }
				
#facepic_wrapper .whitebox ul li span { color: #e51c84; font-style: italic; font-size: 1em; }				

#facepic_wrapper .whitebox img.purple-corner { position: absolute; bottom: -1px; right: -1px; }

#facepic_wrapper  .whitebox img.logo { width: 100%; max-width:250px; }

/*------------------ flowplayer -------------------------------------- */
.playerwrapper { display: block; border: 1px solid #000; margin: 10px 5px;  overflow: hidden; 
			 -webkit-border-radius: 5px;  -moz-border-radius: 5px;   border-radius: 5px; 
			 padding: 5px;  background-color:#fff;}
			 
.playerwrapper h1 { text-align: left; font-size:14px; margin: 0px 5px 5px 5px; font-weight: bold; }			 
.playerwrapper p { text-align: left; margin: 0px 5px 10px 5px; font-size: 0.9em; font-weight: normal;}

.picwrapper .playerwrapper .biglink { font-size: 1.0em; }

.flowplayer_html5 {  margin: 10px; }

video {
  width: 100%    !important;
  height: auto   !important;
}


ul.scenes { list-style-type: none;
			padding: 0px;
			width: 100%;
			margin: 0px;
			box-sizing: border-box;
			}
			
ul.scenes li { width: 100%;	padding: 5px; text-align: center; 
				display: inline-block; box-sizing: border-box;
				margin: 10px 0px;
			}
			
ul.scenes li .scenewrapper { display: inline-block; position: relative; }	

ul.scenes li .scenewrapper img.hdicon { position: absolute; top: 4px; left: 4px; z-index: 10; }		

ul.scenes li .scenewrapper img.sitepic { max-width: 100%; max-height: 185px;  }	

















/*---------------------- media queries -------------------------------- */


@media only screen and (min-width: 550px) {
		.piclist li { width: 33%; }
		#moresites_wrapper .item {    flex: 1 1 31%; }
		.quotes_wrapper ul.toplist li { width: 48%; }
		ul.scenes li { width: 49%; }
}

@media only screen and (min-width: 750px) {
	
	
	#leftpanel { width: 250px;  flex: 0 1 auto;  order: 0}
	#rightpanel { width: 65%;  flex: 1 1 auto;  order: 1}
	
		.biglogo {  max-width: 970px;
		   background-image:url('https://www.tacamateurs.com/hub6/images/big-logo2.jpg');
		   background-size: 100% auto;
		   padding-bottom: 38.6%; }
	#facepic_wrapper .whitebox { font-size: 15px; }
	#facepic_wrapper .whitebox img.purple-corner { width: 109px; }
	p.hubtext { font-size: 14px; line-height: 20px; }		  
	ul.scenes li { width: 100%; }

	
	
}


@media only screen and (min-width: 768px) {
	

	#moresites_wrapper .item {    flex: 1 1 19%; }




}


@media only screen and (min-width: 1000px) {
	.piclist li { width: 25%; }
	#facepic_wrapper .whitebox { font-size: 15px; }
	#moresites_wrapper .item {    flex: 1 1 15%; }
	ul.scenes li { width: 49%; }




}