/*
 * author: Awedoo Studio
 * template: Bicolor - Creative Coming Soon Template
 * version: v1.2
 * url: http://themeforest.net/user/awedoo
*/

/**** place custom style at this file ****/

/* Material Colors - https://www.google.ru/design/spec/style/color.html#color-color-palette

    Red         : #F44336;
    Pink        : #E91E63;
    Purple      : #9C27B0;
    Deep Purple : #673AB7;
    Indigo      : #3F51B5;
    Blue        : #2196F3;
    Light Blue  : #03A9F4;
    Dark Blue   : #326394;
    Cyan        : #00BCD4;
    Teal        : #009688;
    Green       : #4CAF50;
    Light Green : #8BC34A;
    Lime        : #CDDC39;
    Yellow      : #FFEB3B;
    Amber       : #FFC107;
    Orange      : #FF9800;
    Deep Orange : #FF5722;
    Brown       : #795548;
    Grey        : #9E9E9E;
    Blue Grey   : #607D8B;

*/

/* Home */

.bg-home,
.bg-home nav:before {
    background-color: #FF9800;
    color: #fff;
}

.bg-home *:not(i):not(nav):after,
.bg-home *:not(i):not(nav):before,
.bg-home .btn:hover,
.bg-home .btn-inverse{
    background-color: #252525;
    border-color: #252525;
    color: #FFEB3B;
}

/* .bg-home #awd-site-logo img{
	display:none;
} */

/* Subscribe */

.bg-subscribe,
.bg-subscribe nav:before {
    background-color: #e3d1bc;
    color: #614a42;
}

.bg-subscribe *:not(i):not(nav):after,
.bg-subscribe *:not(i):not(nav):before,
.bg-subscribe .btn:hover,
.bg-subscribe .btn-inverse {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #252525;
}

/* About */

.bg-about,
.bg-about nav:before {
    background-color: #795548;
    color: #ffffff;
}

.bg-about *:not(i):not(nav):after,
.bg-about *:not(i):not(nav):before {
    background-color: #ffffff;
}

/* Contact */

.bg-contact,
.bg-contact nav:before {
    background-color: #252525;
    color: #fff;
}

.bg-contact *:not(i):not(nav):after,
.bg-contact *:not(i):not(nav):before,
.bg-contact .btn:hover,
.bg-contact .btn-inverse {
    border-color: #252525;
    background-color: #252525;
    color: #dedede;
}

.bg-contact input,
.bg-contact textarea {
    border-color: #dedede;
}

/* Services */

.bg-services,
.bg-services nav:before {
    background-color: #252525;
    color: #ffffff;
}

.bg-services *:not(i):not(nav):after,
.bg-services *:not(i):not(nav):before {
    background-color: #ffffff;
}

.contact-item {
	line-height: 1em;
}

.bg.bg-about .awd-slideshow {
	opacity: 0.6 !important;
} 

.bg.bg-subscribe .awd-slideshow {
	opacity: 0 !important;
} 

.bg.bg-services .awd-slideshow {
	opacity: 0.4 !important;
}

.bg.bg-contact .awd-slideshow {
	opacity: 0.4 !important;
}

.prods {
	margin:0 auto 0 auto; 
	text-align:center;
}

.prod {
	float:left;
	width:25%;
}

.infobox {
	background-color: #fff;
	opacity: 0.9;
	font-size: 14px;
	color: #614a42;
	line-height: 1em;
	font-weight: bold;
	padding: 20px;
	border-width:1px;
	border-radius: 10px;
	width: 260px; 
	margin-bottom: 20px;
	}

.boldcent {
	font-weight: bold !important;
	font-size: larger;
	text-align: center;
}

.navigation ul > li a.active {
	text-decoration: underline;
	
}
	
	
/** CSS added later on May 18 2016: chanages to Why Harley and History pages**/
p.changetext{
	font-size: 16px;
	 line-height: 1.2em;
margin-right: -23%;
    vertical-align: text-top;
    text-align: justify;
    margin-left: 15%;
}
.changetext{
	  margin-top:-2%;
}

.changewidth{
    width:60%;
}


.changepush5 {
    left:0%;
}
h2.changetext{
	float:left;
}

/** History page left title**/
.changepushleft{
margin-top:-143%;
    right: 75%;
    width: 60%;
}
.changetitle2{
	width: 100%;
}

/**Why Harley page left Title **/
.changepushup {
    left: -30%;
}
.changetitle2 {
    width: 50%;
    margin-top:-86%;
}
.fa-check{
	margin: 2px 5px;
}


#chkspfrm {
    text-align: center;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    background-color: #e6e6e6;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ccc;
    border-top: solid 1px #ddd;
    font-size: 90%;
    line-height: 1;
    padding: 0.9em 1.5em;
    text-shadow: 1px 1px 0 #fff;
    text-transform: uppercase;
    transition: .15s ease-in-out;
}


