/*
* iShow Online Portfolio
* Author: Stephen Scaff, for Invention Home
* 8/9/2012
*/

body{background:white;font-family:"Droid Sans","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;font-size:14px;font-size:1.4em;line-height:1;color:#111;position:relative;-webkit-font-smoothing:antialiased; overflow-x:hidden; background: url('../images/bg-body.jpg') repeat;}
audio{
	border: 0;
	height: 0;
	width: 0;
	background: none;
}

/* Links
================================================== */
a { text-decoration: none; line-height: inherit;transition-property: color;
-webkit-transition-property: color;
-moz-transition-property: color, background; 
transition-duration: .6s, .6s; 
-webkit-transition-duration: .6s, .6s; 
-moz-transition-duration: .6s, .6s;
transition-timing-function: linear, ease-in;
-webkit-transition-timing-function: linear, ease-in;
-moz-transition-timing-function: linear, ease-in;}
 

a:hover { color: #5dbcdf; text-decoration: none; }
a:visited{ color: 111;}
a:focus { color: #5dbcdf; outline: none; }

/* Typography
================================================== */
h1 {font-size: 2em; font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif; }
h2 {font-size: 2em; font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif; }


p{text-shadow: -1px 1px #fff;}

/* Repeatables
================================================== */

.left { float: left; }
.right { float: right; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }
.hide { display: none !important; }
.highlight { background: #ffff99; }
.centered{
	text-align: center;
	margin: 0 auto;
	display:  block;
}

div.centered{
	margin: 0 auto;
	text-align: center;
	display: block;
}

/* Apply fade hovers all sexy like
================================================== */
.fade{
	opacity: 1;
	-webkit-transition: opacity ease-out 500ms;
	-moz-transition: opacity ease-out 500ms;
	-o-transition: opacity ease-out 500ms;
	transition: opacity ease-out 500ms;
}

.fade:hover {
	opacity: .4;
	-webkit-transition: opacity ease-in .8s;
	-moz-transition: opacity ease-in .8s;
	-o-transition: opacity ease-in .8s;
	transition: opacity ease-in .8s;
}

/* A bit of box shadow
================================================== */
.box{
	box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	border: 0; 	
}


/* buttons
================================================== */
.btn {
	display: block;
	position: relative;
	width: 100% !important;
	background-size: 100%;
	max-width: 380px !important;
}

.btn-blue {
	background-image: url('../images/btn-contact.png');
	top: 0px;
	height: 61px !important;
	width: 350px;
	text-indent: -9999px;
	-webkit-transition-property: none;
	-moz-transition-property: none;
	transition-duration: 0s;
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	border: 0;
	display: block;
	margin: 0 auto;
	overflow: visible;
}

.btn-blue{
	background-repeat:no-repeat;
	height:150px;
}
.btn-blue:hover{background-position:0px 50%;}
.btn-blue:active{background-position:0px 100%;}

.btn-orange {
	background-image: url('../images/btn-submit-orange.png');
	top: 0px;
	height: 61px !important;
	width: 350px;
	padding: 10px;
	text-indent: -9999px;
	-webkit-transition-property: none;
	-moz-transition-property: none;
	transition-duration: 0s;
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	border: 0;
	display: block;
	margin: 0 auto;
	overflow: visible;
	margin-top: -30px !important;
	background-color: transparent;

}

.btn-orange{
	background-repeat:no-repeat;
	height:150px;
}
.btn-orange:hover{background-position:0px 49%;}
.btn-orange:active{background-position:0px 97%;}


/*================================================
  #Page Content - Time to Ride
  ============================================== */

/*--offset fixed nav--*/
body{
	margin-top:120px
}
	
/* #Top Nav Bar
============================================== */
#nav-div{
	position: fixed;
	background: navy;
	z-index: 9999 !important;
}

.divider{
	min-height: 85px;
}

.top-bar{
	min-height: 90px;
	padding: 0 20px;
	background-color: #2C2C2C;
	background-image: -moz-linear-gradient(top, #294865, #173653);
	background-image: -ms-linear-gradient(top, #294865, #173653);
	background-image: #264562 -webkit-linear-gradient(top,#294865 0,#173653 100%) repeat;
	background-image: -webkit-linear-gradient(top, #294865, #173653);
	background-image: -o-linear-gradient(top, #294865, #173653);
	background-image: linear-gradient(top, #294865, #173653);
	background-repeat: repeat-x;
	background: url('../images/topbar2-bg.png') repeat-x;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .25), inset 0 -1px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
	box-shadow: 0 1px 5px rgba(0, 0, 0, .55), inset 0 -1px 0 rgba(0, 0, 0, .1);
	border-bottom: 0px solid #142737;
	position: fixed;
	top: 0;
	z-index: 99999;
	}
.top-bar ul > li a{
	color: #fff !important;
}
#logo{
	background:  url('../images/logo-ih.png') no-repeat left top;
	height: 70px;
	width: 125px !important;
	display: block;
	text-indent: -99999px;
	margin-top: 10px;
	float: left;
}


.navprint{
	text-align: center;
	background: url('../images/nav-white.png') no-repeat 30px 18px;
	padding-top: 40px;
	min-width: 110px;
	 -webkit-transition: background-color ease-out 500ms;
	 -moz-transition: background-color ease-out 500ms;
	 -o-transition: background-color ease-out 500ms;
	 transition: background-color ease-out 500ms;
}

.navprint:hover{
	background-color: #1d3042;
	height: 84px;
}

.navdownload{
	text-align: center;
	background: url('../images/nav-white.png') no-repeat 30px -82px;
	padding-top: 40px;
	min-width: 110px;
	 -webkit-transition: background-color ease-out 500ms;
	 -moz-transition: background-color ease-out 500ms;
	 -o-transition: background-color ease-out 500ms;
	 transition: background-color ease-out 500ms;	
}

.navdownload:hover{
	background-color: #1d3042;
	height: 84px;
}

.navmore{
	text-align: center;
	background: url('../images/nav-white.png') no-repeat 32px -177px;
	padding-top: 40px;
	min-width: 110px;
	 -webkit-transition: background-color ease-out 500ms;
	 -moz-transition: background-color ease-out 500ms;
	 -o-transition: background-color ease-out 500ms;
	 transition: background-color ease-out 500ms;
}

.navmore:hover{
	background-color: #1d3042;
	height: 84px;
}
nav.topbar ul a{
	color: #ffffff;
}
.topbar ul a{
	color: #ffffff;
}

.topbar ul li a{
	color: #ffffff;
}

/* #Image Viewer and Thumbs
  ============================================== */
div#image-viewer {
    margin: 0 0 16px 0px;
    max-width: 690px;
    
}
#focus-image a {
    display: none;
}
#focus-image img {
    display: block;
    width: 100%;
    max-width: 730px;
	height: auto;
	border: 3px solid #fff;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
}

.block-grid.five-up > li {
width: 20%;
padding:4px 10px 0px 0px;
}

.block-grid.five-up{
	width: 102%;
}

ul#thumbs {
    margin-top: 5px;
    list-style: none;
    max-width: 700px;
    margin-left: 0px;
}

ul#thumbs li:last-child {
	margin-right: 0px !important;

}

ul#thumbs img {
filter: alpha(opacity=75);
height: auto;
opacity: 0.75;
width: 100%;

}

#thumbs img{
	border: 2px solid #fff;
	box-shadow: 0px 1px 1px #999;
}

p#click-for-larger {
    clear: both;
    font-size: 12px;
    padding: 10px 0 0;
    text-align: center;
    margin-top: -10px;
}
#click-for-larger a {
    color: #808080;
}

ul#thumbs img:hover, ul#thumbs a.selected img {
    border: 2px solid #2BA6CB;
    filter: alpha(opacity=100);
    opacity: 1;
    box-shadow: 0px 1px 3px #777;
}



/* #Main Info box
  ============================================== */
.panelbox {
	background: #fff;
	margin-right: 0px;
	box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
	-moz-box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
	-webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
	min-height: 476px;
	
} 


.panelbox p{
	text-align: justify;
}

.panelbox > p.text-center{
	text-align: center;
}


.maininfo{
	max-width: 380px;
	padding: 18px 18px 1px 16px;
}


#top-section h1{
	font-size: 1.8em;
	padding: 0px 0 10px;
	margin-bottom: 10px;
	margin-top: 3px;
	border-bottom: 4px double #ccc;
}

#top-section h3{
	font-size: 1.6em;
	padding: 0;
	margin: 0 0 6px
}

ul#invention-meta{
	list-style: none;
	padding: 6px 0px 17px;
	border-bottom: 1px solid #ccc;
	line-height: 30px;
}

ul#invention-meta li#inventor {
	background: url('../images/icons-body.png') no-repeat 0px 0px;
	color: #666;
	padding-left: 40px;
	font-size: 1.25em;
}

ul#invention-meta li#patentstatus{
	background: url('../images/icons-body.png') no-repeat 0px -45px;
	color: #666;
	padding-left: 40px;
	font-size: 1.25em;
}

ul#invention-meta li#watchvideo{
	background: url('../images/icons-body.png') no-repeat 0px -95px;
	padding-left: 40px;
	font-size: 1.25em;
}

li#watchvideo a{
	color: #009ac9;
}

/* #Details Section
================================================== */
#details-section{
	padding-bottom: 80px;
}


#details-section h2{
	color: #222;
	padding-bottom: 15px;
	border-bottom: 1px solid #777;
	text-shadow: -1px 1px 0px #fff;
}

.form-top{
	border-top: 1px solid #ccc;
}


/* #Footer
================================================== */

#section, #footer{
	display: block;
	width: 100%;
}

#footer .row{
	padding-top: 30px;
	margin-top: 30px;
	
}
#footer {
	background: #0d3051;
	border-top: 10px solid #1b5183;
	box-shadow: 0px 3px 10px #444;
	padding-bottom: 60px;
}

#footer p{
	color: #fff;
	text-shadow: -1px 1px 0px #000;
}



/* #Let's Get Responsive
================================================== */

/*--X Large--*/
@media only screen and (max-width: 1140px) { 


}


/*--Large, with specific range--*/
@media only screen and (max-width: 960px) and (min-width:768px) { 

h2{font-size: 1.8em;}


.btn-blue:hover{background-position:0px 56%;}
.btn-blue:active{background-position:0px 112%;}

.btn-orange:hover{background-position:0px 55%;}
.btn-orange:active{background-position:0px 107%;}


.form-title {
	font-size: 1.2em;
}
	
.form-subtitle{
	font-size: .6em !important;
}


}

/*--Med--*/
@media only screen and (max-width: 767px) { 

.center-on-small{
	margin: 0 auto !important;
	text-align: center !important;
}

p{
	font-size: 1.1em !important;
	text-align: justify;
}

h2{font-size: 2.2em !important;}

.maininfo{
	max-width: 700px;
	margin:  0 auto;
}


.form-title {font-size: 1.2em;}
	
.form-subtitle{font-size: 1em !important;}


}


/*--Small--*/
@media only screen and (max-width: 390px) { 

body{
	margin-top: 90px;
}


.top-bar{
	min-height: 70px;
}

#logo{
	background-size: 90px;
}


p{font-size: 1em !important;}
h2{font-size: 1.4em !important;}

}


/*
-If we decide to host Droid Sans over Google Fonts
/* #Font-Face
================================================== */
@font-face {
    font-family: 'fontName';
    src: url('../fonts/fontName-webfont.eot');
    src: url('../fonts/fontName-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fontName-webfont.woff') format('woff'),
         url('../fonts/fontName-webfont.ttf') format('truetype'),
         url('../fonts/fontName-webfont.svg#fontname') format('svg');
    font-weight: normal;
    font-style: normal;
}	

*/

