html, body  {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: Arial, Helvetica, sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
blockquote, q {	quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	color: transparent;
	font-size: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
}
.m-bottom-30 {
	margin-bottom: 30px;
}
.m-top-30 {
	margin-top: 30px;
}
.m-bottom-60 {
	margin-bottom: 60px;
}
.m-top-60 {
	margin-top: 60px;
}

/**
 *
 *  2.0  - BASE STYLES
 *  2.1  - Basic HTML5 Elements
 *  ---------------------------------------------------------------------------
 *
 */
body {
	font-size: 14px;
	font-weight: normal;
	line-height: 26px;
	color: #787878;
	background: #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
}
p {	margin-bottom: 32px; }
a {
	font-weight: bold;
	color: #A17C60;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}
a:hover { color: #8c694f; }
strong { font-weight: 700; }
em { font-style: italic; }
abbr, acronym {
	border-bottom: 2px dotted #eaeaea;
	cursor: help;
}

.btn-primary {
    color: #fff;
    background-color: #A17C60;
    border-color: #8c694f;
}
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #8c694f;
    border-color: #8c694f;
}
.text-primary {
	color: #8c694f !important;
}

/**
 *
 *  2.2  - Headings
 *  ---------------------------------------------------------------------------
 *
 */
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	font-family: 'Roboto Slab', serif !important;
}
h1 {
	font-size: 32px;
	margin-bottom: 30px;
}
h2 {
	font-size: 26px;
	margin-bottom: 30px;
}
h3 {
	font-size: 21px;
	margin-bottom: 24px;
}
h4 {
	font-size: 21px;
	margin-bottom: 24px;
}
h5 {
	font-size: 18px;
	margin-bottom: 20px;
}
h6 {
	font-size: 16px;
	margin-bottom: 20px;
}

/**
 *
 *  2.6  - Forms
 *  ---------------------------------------------------------------------------
 *
 */
textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
	display: block;
	width: 100%;
	font-size: 14px;
	font-weight: 700;
	color: #000;
	border: 0;
	background: #f3f3f3;
	border: 1px solid #f3f3f3;
	margin-bottom: 20px;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
}
textarea:hover,
select:hover,
input[type="date"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="email"]:hover,
input[type="month"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="text"]:hover,
input[type="time"]:hover,
input[type="url"]:hover,
input[type="week"]:hover { background: #f6f6f6; }
textarea:focus,
select:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus {
	background: #fafafa;
	border: 1px solid #f3f3f3;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
	height: 50px;
	padding: 0 20px;
}
textarea { padding: 20px; }
::-webkit-input-placeholder {
	font-weight: normal;
	color: #999;
}
:-moz-placeholder {
	font-weight: normal;
	color: #999;
}
::-moz-placeholder {
	font-weight: normal;
	color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	font-weight: normal;
	color: #999;
}
.placeholder_text {
	font-weight: normal;
	color: #999;
}
input.comment-form-name,
input.comment-form-email {
	display: inline;
	width: 48.75%;
}
input.comment-form-email { float: right; }
button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
	width: 100%;
	height: 50px;
	display: block;
	background: #000;
	border: 0;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	text-shadow: none;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}
select {
	padding: 0 16px;
	font-weight: normal;
	color: #bababa;
}
select optgroup {
	font-style: normal;
	padding: 8px 0;
}
select option,
select optgroup option {
	padding: 8px;
	color: #bababa;
}
label {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #000;
}
.form-title {
	margin-bottom: 70px;
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
}
.form-title span {
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #aaa;
	margin: 2px 0;
}
.form-title span em { font-style: normal; }
.picker__holder .picker__footer button { color: #000; }

/**
 *
 *  2.7  - Helper Classes
 *  ---------------------------------------------------------------------------
 *
 */
.tilt-left {
	-webkit-transform: rotate(-4deg);
	   -moz-transform: rotate(-4deg);
	    -ms-transform: rotate(-4deg);
	     -o-transform: rotate(-4deg);
	        transform: rotate(-4deg);
}
.tilt-right {
	-webkit-transform: rotate(4deg);
	   -moz-transform: rotate(4deg);
	    -ms-transform: rotate(4deg);
	     -o-transform: rotate(4deg);
	        transform: rotate(4deg);
}
.m-bottom-30 {
	margin-bottom: 30px;
}
.no-margin { margin-bottom: 0 !important; }
.text-center {
	text-align: center;
}
/**
 *
 *  2.8  - Images
 *  ---------------------------------------------------------------------------
 *
 */
.site-content img {
	max-width: 100%;
	height: auto;
}
.image-hover {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.image-hover img { position: relative; }
.image-hover .image-hover-overlay {
	position: absolute;
	top: 5px;
	left: 5px;
	display: block;
	width: -webkit-calc(100% - 10px);
	width:         calc(100% - 10px);
	height: -webkit-calc(100% - 10px);
	height:         calc(100% - 10px);
	opacity: 0;
	-moz-opacity: 0;
	-webkit-transform: scale(0);
	   -moz-transform: scale(0);
	    -ms-transform: scale(0);
	     -o-transform: scale(0);
	        transform: scale(0);
	-webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
	    -ms-transition: all 0.4s ease;
	     -o-transition: all 0.4s ease;
	        transition: all 0.4s ease;
}
.image-hover .image-hover-overlay i {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	margin-top: -11px;
	margin-left: -12px;
}
.image-hover .image-hover-overlay i:before {
	font-size: 24px;
	color: #fff;
}
.image-hover:hover .image-hover-overlay {
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
	        transform: scale(1);
	opacity: 0.9;
	-moz-opacity: 0.9;
}

.nav-link {
	color: #A17C60 !important;
	font-size: 1.1em;
	padding: 10px 15px !important;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Roboto Slab', serif;
}
.nav-link:hover {
	color: #800000 !important;
	text-decoration: none;
}
.navbar-toggler {
	background: #A17C60;
	width: 60px;
	float: right;
}
.navbar-light .navbar-toggler-icon {
	color: #FFFFFF !important;
}

#hero {
	background: url("../img/steering-parts.jpg") #333333 center center no-repeat;
	position: relative;
	background-size: cover;
	margin-top: 115px;
}
#hero::after {
	position: absolute;
	background: rgba(0,0,0,.66);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	z-index: 1;
}
#hero h1 {
	font-size: 3em;
	font-weight: bold;
	color: #fff;
}
.hero-content {
	position: relative;
	z-index: 2;
	font-size: 1.2em;
	color: rgba(255,255,255,.8);
	text-shadow: 0 0 10px rgba(0,0,0,.66);
}
#services {
	background: #800000;
	color: rgba(255,255,255,.6);
	line-height: 1.2em;
}
#services h2 {
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 30px 0 15px;
	color: rgba(255,255,255,1);
}
#about-us img {
	/* max-width: 120px; */
}
#about img {
	/* max-width: 120px;
	position: absolute;
	left: 50%;
	margin-left: -60px !important;
	margin-top: -60px !important;
	z-index: 1; */
}
.logo {
	max-width: 170px;
}
#map {
	height: 500px;  /* The height is 400 pixels */
	width: 100%;  /* The width is the width of the web page */
}
#contact {
	padding: 90px 0;
}
#contact p {
	line-height: 18px;
	margin-bottom: 10px;
}
#contact img {
	width: 100%;
}
#contact iframe {
	width: 100%;
}
.serviciu:hover {
	background: #f1f2f3;
	opacity: .9;
}
footer {
	background: #e1e2e3;
}

/**
 *
 *  2.12 - jQuery UI Datepicker
 *  ---------------------------------------------------------------------------
 *
 */
.ui-datepicker {
	padding: 12px 10px 2px 10px;
	-webkit-box-shadow: 0 0 24px rgba(0,0,0,0.25);
	   -moz-box-shadow: 0 0 24px rgba(0,0,0,0.25);
	        box-shadow: 0 0 24px rgba(0,0,0,0.25);
}
.ui-datepicker .ui-datepicker-header {
	border: 0;
	font-size: 13px;
	padding: 0.8em 0;
}
.ui-datepicker-prev,
.ui-datepicker-next {
	margin-top: 8px;
	cursor: pointer;
	-webkit-transition: none;
	   -moz-transition: none;
	    -ms-transition: none;
	     -o-transition: none;
	        transition: none;
}
.ui-datepicker-prev:hover,
.ui-datepicker-next:hover,
.ui-datepicker-prev-hover,
.ui-datepicker-next-hover { border: 0; background: transparent; }
.ui-datepicker-prev-hover .ui-icon { background-position: -79px -191px; }
.ui-datepicker-next-hover .ui-icon { background-position: -49px -191px; }
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon { background-image: url(../images/assets/ui-icons_ffffff_256x240.png); }

@media screen and (max-width:991px) {
	#about img {
	    margin-top: -30px !important;
	}
	.border-left {
		border-left: none !important;
	}
}
@media screen and (max-width:767px) {
	#services {
		padding: 20px 0;
	 }
	.service {
		border-right: none !important;

		padding: 30px 0 !important;
	}
	.service.border-right {
		border-bottom: 1px solid rgba(255,255,255,.5);
	}
	.navbar-nav {
		border-top: 1px solid rgba(0,0,0,.15);
		margin-top: 30px;
		margin-bottom: 15px;
		padding-top: 20px;
		text-align: center;
	}
	#contact {
		padding: 45px 0;
	}
}

@media screen and (max-width: 640px) {
	#hero h1 {
		font-size: 2.1em;
		line-height: 1.25em;
	}
	.hero-content.home {
		padding: 100px 30px;
	}
	.logo {
		max-width: 175px;
	}
	h1 {
		font-size: 24px;
		margin-bottom: 30px;
	}
	.hero-content.home h1 {
		font-size: 32px !important;
		line-height: 38px !important;
	}
	h2 {
		font-size: 20px;
		margin-bottom: 30px;
	}
	h3 {
		font-size: 17px;
		margin-bottom: 24px;
	}
	.jumbotron h3 {
		font-size: 16px;
		line-height: 21px;
		margin-top: 15px !important;
	}
	p {
		line-height: 21px;
		margin-bottom: 15px !important;
	}
}
@media screen and (max-width: 360px) {
	#hero h1 {
		font-size: 1.5em;
		line-height: 1em;
	}
	.hero-content.home {
		padding: 90px 15px;
	}
}
