/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: Bolt - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */
 
/* FONTS */
@import url(//fonts.googleapis.com/css?family=Lato:300,400,700,900);
@import url(//fonts.googleapis.com/css?family=Raleway:400,300,700,900);

/* OVERALL ASPECT */

body {
	/*padding-top: 70px; */
	padding-top: 85px; 
	background-color: #FFFFFF;
    font-family: "Lato";
    font-weight: 300;
    font-size: 16px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    
}

/**/
 .form_group-sec{
	 width:0%;
	 height:0%;
	 opacity: 0;
 }
 
/*announcement*/
 
 
 
 /* Make it a marquee */

      .marquee,
      .marquee-with-options,
      .marquee-vert-before,
      .marquee-vert {
        width: 100%;
		background-color: #f2dede;
        overflow: hidden;
        border:1px solid #ccc;
		font-size: 20px;
      }

	  

/**/
/* Google Map on the main page*/

    #map {
		width: 100%;
	    height: 290px;
	    position: relative;
    }
	
	#overmap p{
		margin-bottom: 0;
	}

	#overmap a:link{
		text-decoration: none;		
		color: white;
	}
	
	#overmap a:visited {
    color: white;
}
	
/*Contact section*/
@media(min-width: 300px){
	#contact-info {
		position: relative;
		font-family: "Comic Sans MS";
		font-size: 19px;
		background-color: #87CEFA;
		background: linear-gradient(180deg, rgba(0,212,255,1) 19%, rgba(23,79,214,1) 85%, rgba(64,93,184,1) 100%);
	}
	
	#register-info {
		position: relative;
		font-family: "Comic Sans MS";
		font-size: 19px;
		background-color: #87CEFA;		
	}	
	
}

@media (min-width: 768px) {
	#contact-info {
		position: relative;
		font-family: "Comic Sans MS";
		font-size: 19px;
		background-color: #87CEFA;
		background: linear-gradient(90deg, rgba(0,212,255,1) 19%, rgba(23,79,214,1) 85%, rgba(64,93,184,1) 100%);
	}
	
	#register-info {
		position: relative;
		font-family: "Comic Sans MS";
		font-size: 19px;
		background-color: #87CEFA;		
	}	
	
}
	
	.officeday{
	  min-height: 20px;
	  padding-right: 15px;
	  padding-left: 15px;
	}
		
	.contact-row {
	  margin-top: 20px;
	  margin-right: -20px;
	  margin-left: -20px;
	}

	.officeday-offset {
		margin-left: -5%;
	 }
	 
/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway";
    font-weight: 300;
    color: #333;
}


/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}
.fl-lefted{
	float:left;
}
.fl-righted{
	float:right;
}

.lefted{
	text-align:left;
}
.righted{
	text-align:right;
}

.centered {
    text-align: center;
}

.mt {
	margin-top: 40px;
}

/* Links */
a {
    /*color: #f85c37;*/
	color: #0E17FF;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

/* Bootstrap Modifications */
 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.checkout-line{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #1E90FF;
    margin: 1em 0;
    padding: 0;	
}


.navbar {
	font-weight: 800;
	font-size: 14px;
	padding-top: 0px;
	padding-bottom: 15px;
	background-color: #1E90FF;
}

/**/
.dropdown > .active > a, .dropdown > .active > a:hover, .dropdown > .active > a:focus {
	color: #ffffff;
	background-color:#1E90FF;

}

.dropdown-toggle > a:hover {
	cursor:pointer;
}

/* navigation bar font color and background color*/
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #ffffff;
	background-color:#1E90FF;

}

.navbar-brand {
	font-size: 60px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.btn-theme {
	color: #ffffff;
	background-color: #74cfae;
	border-color: transparent;
}

.btn {
	padding: 10px 30px;
	margin-bottom: 0;
	font-size: 18px;
	border: 5px solid transparent;
	border-radius: 0px;
}

.lead {
	letter-spacing: 1px;
}

/* WRAP SECTIONS */

.layout-header {
	padding-top: 30px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    text-align: center;
    color: #000000;
    background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;	
	background-size: cover;
}

.layout-header > p {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 10em;
	color: #FFFFFF;
}

@media (min-width: 300px) and (max-width: 373px){
	.col-smallest-offset-3 {
		margin-left: 25%;
	  }	
	.col-smallest-offset-4 {
		margin-left: 33.33333333333333%;
	}
	
	
	.intro-header {	
	/*
	padding-top: 70px;
	*/
	/*
    color: #f8f8f8;
    background: url(//www.tyrehood.com/assets/img/banner-image-1.jpg) no-repeat center center;
	background-size: auto;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;	
	opacity: 1.0;	
	*/
	}	
	
}

	.scrollAnchorEffect {
		-moz-box-shadow: 0 0 5px #fff;
		-webkit-box-shadow: 0 0 5px #fff;
		box-shadow: 0 0 0 0 rgba(255,255,255,.1);
		-webkit-animation: sdb03 3s infinite;
		animation: sdb03 3s infinite;
		box-sizing: border-box;				
		border-radius: 100%;		
	}

	a.ct-btn-scroll:link {
		color:#FFFFFF;
	}
	
	@-webkit-keyframes sdb03 {
	  from {
		  box-shadow: 0 0 0 0;
	  }
	  
	  to{
		  box-shadow: 0 0 0 60px rgba(255,255,255,.1);
	  }
	}
	@keyframes sdb03 {
	  from{
		  box-shadow: 0 0 0 0;
	  }
	  
	  to{
		  box-shadow: 0 0 0 60px rgba(255,255,255,.1);
	  }
	}		

/*maximum to show this image*/
@media (min-width: 373px) and (max-width: 767px) {
	
	/*
	body{
		padding-top:30px;
		
	}
	*/
	
	.intro-header {
        
		/*
		margin-top: 70px;	
		padding-bottom: 20px;	
		*/
		/*
		background: url(//www.tyrehood.com/assets/img/banner-image-1.jpg) no-repeat center center;
		
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;	
		background-size: cover;
		opacity: 1.0;		
*/		
			
	}	
	
	/*
	.intro-header-mobile {
    margin-top: 70px;
	padding-top: 200px;     
    color: #f8f8f8;
    background: url(//www.tyrehood.com/assets/img/banner-image-1.jpg) no-repeat center center;
    background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;	
	background-size: cover;
	opacity: 1.0;
	}
	*/
	.coverBanner {    
		display: block;
		max-width: 100%;
		width: 100%;
		height: auto;
	}

	.scrollicon img{
		display:none;
	}	
	
}

/* Introduction Header */
@media (min-width: 768px) {
	.intro-header {		
		padding-bottom: 50px;
		color: #f8f8f8;
		background: url(//www.tyrehood.com/assets/img/background-image-1.jpg) no-repeat center center;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;	
		background-size: cover;
		opacity: 1.0;
	}
	
	#intro-header-box h1{
	margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 2em;
	color: white;
	margin-bottom: 20px;
	margin-top: 20px;	
	}
	
	#intro-header-box p{
	color: black;
	}
	
}

#intro-header-box-battery h1{
	margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 2em;
	color: #FFFFFF;
	margin-bottom: 20px;
	margin-top: 20px;	
	}

.intro-header-battery {
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    /*text-align: center;*/
    color: #f8f8f8;
    background: url(//www.tyrehood.com/assets/img/CarBatteryBackground2.png) no-repeat center center;
    background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;	
	background-size: cover;
	opacity: 1.0;
}

.Search {
	padding-top: 20px;
	padding-left:10px;
}

.FilterSearch {
	padding-left: 10px;
}

.Filtered{
	padding-left: 40px;
}

.cart-heading{
	padding-top: 70px;	
	padding-bottom: 50px;
	}

.checkout-confirm-heading{
	padding-top:60px;
}

/* To draw a line */
.divider {
    width: 100%;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
	margin:auto;
}

.intro-message > h2 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
	color: #FFFFFF;
}

.product-list-menu{
	border-style: solid;
	border-color:#58ACFA;
	border-width: 15px;
	padding: 10px;

}


.product-specification{
	padding: 10px;	
}

@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

}

/*Spacing for content to get footer to bottom*/
.spacing{
	min-height: 385px;
	
}

.spacing-quote{
	min-height: 100px;
	
}

/*Form font size and font style*/
form#ProductResult h4{
	font-family: "Times New Roman", Times, serif;
}



/* Skills */
#skills {
	background-color: #4e4e4e;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 50px;
}

#skills h3 {
	color: white;
}

#skills p {
	color: white;
	font-weight: 400;
}

/* media links*/
#media {
	width: 100%;
	padding-top: 100px;
	padding-bottom: 10px;

}

#media img{
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	filter: grayscale(1);
	-moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%); 
    -o-filter: grayscale(100%); /* Not yet supported in Gecko, Opera or IE */ 
	
}

/* Social Links */
#social {
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px;

}

#social i {
	font-size: 50px;
	color: #74cfae;
}

#social i:hover {
	color: #7b7b7b;

}

#social .col-md-3 {
	padding:30px;
}

/* Footer */
#f {

	padding-top: 20px;
	background-color: #1E90FF;
	padding-bottom: 20px;
	position:relative;

}

#f p{
	color: white;
	text-align: left;
	font-weight: 400;
}

#f a{
	color: white;
	text-align: left;
	font-weight: 400;
}

#f a:hover{
	text-decoration: underline;
}


#f .brand {
	float:right;	
	color: white;
	text-align: right;
	font-weight: 400;	
}

/* Image Opacity */
.grid img {
    opacity: .7;
}
.grid img:hover {
    opacity: 1;
}

/*for about us page contact*/
img.circleBase {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
}

img.type1 {
    width: 100px;
    height: 100px;
    background: yellow;
    border: 3px solid red;
}
img.type2 {
    width: 50px;
    height: 50px;
    background: #ccc;
    border: 3px solid #000;
}
img.type3 {
    width: 500px;
    height: 500px;
    background: aqua;
    border: 30px solid blue;
}

/*brand page */
.ImageTransit {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;  
  margin-left: auto;
  margin-right: auto;
 
}

.imageMiddleBox {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
    top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;  
}

.imgText {
  /*background-color: #4CAF50;*/
  text-align: center;
  color: black;
  font-size: 16px;
  padding: 16px 32px;  
}

.imgText > h2{
  /*background-color: #4CAF50;*/
  text-align: center;

}

/*
		//-moz-box-shadow: 0 0 5px #fff;
		//-webkit-box-shadow: 0 0 5px #fff;
		//-webkit-animation: sdb03 3s infinite;
		//animation: sdb03 3s infinite;
	*/	
	
.overImage {
	position: relative;
	display: inline-block;

}	
	
.overImage img{
	display: block; 
	width:100%;
	opacity: 0.3;
}

.text-overlay{
    position: absolute;	
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); /* Center the text */
    text-align: center;
    font-size: 20px;
    color: #ef5433;
    background: rgba(255, 255, 255, 0);
    width: 100%; /* Make the background cover the image */
    height: 100%; /* Make the background cover the image */
    display: flex; /* Use flexbox for centering content */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */	
	
}

.containImages:hover .ImageTransit {
  opacity: 0.3;
}

.containImages:hover .imageMiddleBox {
  opacity: 1;
}




/*star review for brands*/

.checked {
  color: orange;
}

