/*****************/
/***** MISC. *****/
/*****************/

body {
	font-family: 'Lato', sans-serif;
}
.img-wrapper img {
	max-width: 100%;
	max-height: 100%;
}
a:active, a:focus {
	outline: none;
}
.clearboth {
	clear: both;
}
textarea {
	resize: none;
}
.form-control {
	border-radius: 0;
}
.text-right {
	text-align: right;
}

/******************/
/***** BUTTON *****/
/******************/

.button {
	background: #26abe2;
	color: #fff;
	border: 1px solid #26abe2;
	padding: 5px 12px;
}
.button:hover, .button:focus {
	background: #fff;
	color: #26abe2;
}

/******************/
/***** HEADER *****/
/******************/

header > .container {
	position: relative;
}
header > .container > .row {
	margin-left: -45px;
	margin-right: -45px;
}
header > .img-wrapper img {
	width: 100%;
}
.navbar-brand {
	float: none;
	height: 80px;
	padding: 0;
	margin-top: 20px;
}
.navbar-brand img {
	width: auto;
	height: 100%;
}
.main-menu {
	
}
.main-menu > .navbar-nav > li > span > a {
	padding: 0 20px;
	color: #777;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 400;
}
.main-menu > .nav > li a:focus,
.main-menu > .nav > li a:hover,
.main-menu > .nav > li.active a {
	color: #ec2028;
	background: transparent;
	font-weight: 700;
	text-decoration: none;
}
.main-menu > .navbar-nav > li span .dropdown-menu {
	top: 31px;
	background: #26abe2;
	border: none;
	width: 280px;
	left: -65px;
}
.main-menu > .navbar-nav > li span .dropdown-menu::after {
	position: absolute;
	left: 50%;
	margin-left: -20px;
	top: -8px;
	width: 0;
	height: 0;
	content: '';
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 9px solid #26abe2;
}
.main-menu > .navbar-nav > li span .dropdown-menu li {
	display: inline-block;
}
.main-menu > .navbar-nav > li span .dropdown-menu a {
	padding: 0 20px;
	color: #000;
	text-transform: uppercase;
	border-right: 1px solid #000;
}
.main-menu > .navbar-nav > li span .dropdown-menu a:hover,
.main-menu > .navbar-nav > li span .dropdown-menu a:focus,
.main-menu > .navbar-nav > li span .dropdown-menu a.active {
	color: #fff;
}
.main-menu > .navbar-nav > li span .dropdown-menu li:last-child a {
	border-right: none
}
.language-picker {
	float: right;
	margin-top: 20px;
}
.language-picker a {
	color: #26abe2;
	font-weight: 400;
}
.language-picker .active {
	font-weight: 700;
}
.language-picker a:hover, .language-picker a:focus {
	color: #26abe2;
}
.nav .open > a {
	background: #fff;
}

/******************/
/***** FOOTER *****/
/******************/

footer {
	padding: 10px 0;
}
footer .copyright {
	color: #777;
	font-weight: 400;
	text-align: center;
}
footer .copyright label {
	color: #26abe2;
	font-weight: 700;
}
footer .copyright span {
	color: #ec2028;
	font-weight: 700;
}

/******************/
/***** GLOBAL *****/
/******************/

.body-container > .container {
	position: relative;
}
.shadow {
	position: absolute;
	width: 80px;
	left: -65px;
	top: 0;
}
.shadow.second {
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	left: initial;
	right: -65px;
}

/********************/
/***** ABOUT US *****/
/********************/

#about-area .about-text {
	position: absolute;
	width: 40%;
	left: 30%;
	top: 15%;
	text-align: justify;
}
#about-area .about-text .title {
	color: #26abe2;
	font-size: 40px;
	line-height: 40px;
	font-weight: 700;
	margin-top: 40px;
	margin-bottom: 15px;
}
#about-area .about-text .title p {
	margin-bottom: 0px;
}
#about-area .about-text .content {
	
}

/********************/
/***** SERVICES *****/
/********************/

#services-area .services-text {
	margin-bottom: 30px;
}
#services-area .section-one, #services-area .section-two, #services-area .section-three {
	padding: 60px 80px 40px 60px;
	position: relative;
}
#services-area .section-two {
	background-color: #efefef;
}
#services-area .section-one .title, #services-area .section-two .title {
	font-weight: 700;
}
#services-area .section-one ul li,
#services-area .section-two ul li {
	font-weight: 400;
}
#services-area ul, #product-area ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#services-area li, #product-area li {
	padding-left: 16px;
	position: relative;
}
#services-area li:before, #product-area li:before {
	content: "•";
	color: #000;
	position: absolute;
	left: 0;
}
#services-area .section-one li,
#services-area .section-one .title,
#services-area .section-one li:before {
	color: #26abe2;
}
#services-area .section-inner-one, #services-area .section-inner-two {
	float: left;
	width: 24%;
}
#services-area .section-one .section-inner-two,
#services-area .section-two .section-inner-two {
	padding-left: 27px;
}
#services-area .section-one .section-inner-one,
#services-area .section-two .section-inner-one,
#services-area .section-three .section-inner-two {
	width: 76%;
	padding-right: 20px;
}
#services-area .section-three .section-inner-two {
	padding-right: 0;
	padding-left: 20px;
	text-align: justify;
}
#services-area .section-one .img-wrapper,
#services-area .section-two .img-wrapper {
	margin-bottom: 20px;
}
#services-area .content {
	text-align: justify;
}
#services-area .section-three .section-inner-one {
	position: relative;
}
#services-area .section-three .title {
	font-weight: 900;
	color: #777;
	font-size: 34px;
}

/*******************/
/***** CONTACT *****/
/*******************/

#contact-area .content {
	padding: 60px 80px 40px 60px;
}
#contact-area .map {
	margin-bottom: 20px;
}
#contact-area .content .main-title {
	color: #26abe2;
	font-size: 40px;
	font-weight: 700;
}
#contact-area .contact-form .row {
	margin-left: -3px;
	margin-right: -3px;
	margin-bottom: 7px;
}
#contact-area .contact-form .row > [class^="col-"] {
	padding-left: 3px;
	padding-right: 3px;
}
#contact-area .contact-form .title {
	font-size: 20px;
}
#contact-area .address-container .title {
	color: #ec2028;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 8px;
}
#contact-area .address-container .name {
	font-weight: 700;
}
#contact-area .address-container .address {
	margin-bottom: 15px;
}
#contact-area .address-container .details > div {
	position: relative;
	padding-left: 25px;
}
#contact-area .address-container .details i {
	position: absolute;
	left: 0;
	font-size: 16px;
	top: 2px;
}
#contact-area .address-container .details .fa-mobile {
	font-size: 18px;
	left: 4px;
}
#contact-area .address-container .details .fa-phone {
	transform: scale(-1, 1);
}
#contact-area .address-container .details label {
	width: 40px;
	font-weight: 400;
}
#contact-area .address-container .details a,
#contact-area .address-container .details a:hover,
#contact-area .address-container .details a:focus {
	color: #26abe2;
}

/********************/
/***** PRODUCTS *****/
/********************/

#product-area .product-content {
	padding-top: 60px;
	padding-bottom: 30px;
}
#product-area .product-content .title {
	color: #26abe2;
	font-size: 40px;
	padding-left: 50px;
	float: left;
	width: 25%;
	font-weight: bold;
}
#product-area .oil.product-content .title {
	width: 30%;
}
#product-area .oil.product-content .title span {
	float: left;
}
#product-area .oil.product-content .title .img-wrapper {
	float: left;
	width: 75%;
}
#product-area .product-list {
	float: left;
	width: 75%;
	padding-left: 20px;
}
#product-area .oil .product-list {
	width: 70%;
	padding-left: 50px;
}
#product-area .product {
	margin-bottom: 30px;
	font-size: 16px;
}
#product-area .product .name {
	font-weight: bold;
	font-size: 17px;
}
#product-area .grease .product-list .product .img-wrapper, 
#product-area .additive .product-list .product .img-wrapper {
	float: left;
	width: 140px;
	margin-right: 40px;
}
#product-area .additive .product-list .product .img-wrapper {
	width: 90px;
}
#product-area .product .product-detail {
	float: left;
	width: 660px;
}
#product-area .grease .product .product-detail {
	width: 620px;
}
#product-area li {
	padding-left: 25px;
}

@media (max-width: 991px) {
	
	/********************/
	/***** SERVICES *****/
	/********************/
	
	#services-area .section-one .section-inner-one, #services-area .section-one .section-inner-two,
	#services-area .section-two .section-inner-one, #services-area .section-two .section-inner-two,
	#services-area .section-three .section-inner-one, #services-area .section-three .section-inner-two {
		width: 100%;
		padding: 0;
	}
	
	/********************/
	/***** PRODUCTS *****/
	/********************/
	
	#product-area .product-content .title {
		font-size: 30px;
		padding-left: 40px;
		margin-bottom: 20px;
	}
	#product-area .product-list, #product-area .oil .product-list {
		width: 100%;
		padding-left: 40px;
		padding-right: 30px;
	}
	#product-area .oil.product-content .title {
		width: 100%;
	}
	#product-area .oil.product-content .title .img-wrapper {
		width: 100px
	}
	#product-area .grease .product .product-detail {
		width: 470px;
	}
	#product-area .additive .product .product-detail {
		width: 510px;
	}
}

@media (max-width: 767px) {
	
	/*****************/
	/***** MISC. *****/
	/*****************/
	
	.xs-mb-7 {
		margin-bottom: 7px;
	}
	.xs-mb-15 {
		margin-bottom: 15px;
	}
	
	/******************/
	/***** HEADER *****/
	/******************/
	
	.navbar-nav {
		border-top: 3px solid #ec2028;
		padding-top: 10px;
	}
	.navbar-toggle {
		position: absolute;
		bottom: 0;
		right: 0;
		border: 1px solid #ec2028;
		z-index: 2;
	}
	.navbar-toggle .icon-bar {
		border: 1px solid #ec2028;
	}
	.language-picker {
		margin-right: 15px;
	}
	.navbar-brand {
		margin-left: 15px;
	}
	.navbar-brand img {
		float: left;
	}
	.main-menu > .navbar-nav > li span > a {
		font-size: 14px;
	}
	.main-menu > .navbar-nav > li span .dropdown-menu {
		margin-left: 20px;
	}
	.main-menu > .navbar-nav > li span .dropdown-menu::after {
		display: none;	
	}
	
	/********************/
	/***** PRODUCTS *****/
	/********************/
	
	#product-area .product-list,
	#product-area .oil .product .product-detail,
	#product-area .grease .product .product-detail,
	#product-area .additive .product .product-detail {
		width: 100%;
	}
}
@media (min-width: 768px) {	

	/******************/
	/***** HEADER *****/
	/******************/
	
	.main-menu > .navbar-nav {
		width: 100%;
		text-align: center;
	}
	.main-menu > .navbar-nav > li {
		float: none;
		display: inline-block;
	}
	.main-menu > .navbar-nav > li > a {
		padding-top: 0;
		text-transform: uppercase;
	}
	.container > .navbar-header {
		width: 100%;
	}
	.dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (min-width: 1200px) {
	
}

@media (min-width: 320px) and (max-width: 479px) {

	/******************/
	/***** HEADER *****/
	/******************/
	
	.main-menu > .navbar-nav > li span .dropdown-menu {
		background: transparent;
		padding: 0;
	}
	.main-menu > .navbar-nav > li span .dropdown-menu li {
		display: block;
		width: 150px;
	}
	.main-menu > .navbar-nav > li span .dropdown-menu a {
		border-right: none;
		color: #777;
		padding-left: 10px;
	}
	.main-menu > .navbar-nav > li span .dropdown-menu a:before {
		content: "-";
		margin-right: 10px;
	}
	.main-menu > .navbar-nav > li span .dropdown-menu a:hover,
	.main-menu > .navbar-nav > li span .dropdown-menu a:focus,
	.main-menu > .navbar-nav > li span .dropdown-menu a.active {
		color: #ec2028;
	}
	
	/********************/
	/***** ABOUT US *****/
	/********************/

	#about-area .about-text {
		position: relative;
		top: -65px;
		width: 100%;
		left: 0;
		padding: 0 15px;
	}
	#about-area .about-text .title {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 5px;
	}
	
	/********************/
	/***** SERVICES *****/
	/********************/
	
	#services-area .section-one, #services-area .section-two, #services-area .section-three {
		padding-left: 20px;
		padding-right: 20px;
	}
	#services-area .section-three .title {
		font-size: 20px;
	}
	
	/*******************/
	/***** CONTACT *****/
	/*******************/
	
	#contact-area .content {
		padding: 40px 20px;
	}
	#contact-area .content .main-title {
		font-size: 22px;
	}
	#contact-area .content .address-container {
		margin-bottom: 20px;
	}
	
	/********************/
	/***** PRODUCTS *****/
	/********************/
	
	#product-area .product {
		font-size: 14px;
	}
	#product-area .product .name {
		font-size: 15px;
	}
	#product-area .product-content .title {
		font-size: 24px;
		padding-left: 20px;
		margin-bottom: 20px;
	}
	#product-area .product-list, #product-area .oil .product-list {
		padding-left: 20px;
		padding-right: 20px;
	}
	#product-area .grease .product-list .product .img-wrapper, #product-area .additive .product-list .product .img-wrapper {
		width: 100px;
	}
	#product-area li {
		padding-left: 15px;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	
	/********************/
	/***** ABOUT US *****/
	/********************/

	#about-area .about-text {
		top: 5%;
		width: 44%;
		left: 28%;
	}
	#about-area .about-text .title {
		font-size: 19px;
		line-height: 26px;
		margin-bottom: 15px;
	}
	
	/********************/
	/***** SERVICES *****/
	/********************/
	
	#services-area .section-one, #services-area .section-two, #services-area .section-three {
		padding-left: 30px;
		padding-right: 30px;
	}
	#services-area .section-one ul {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	#services-area .section-three .title {
		font-size: 22px;
	}
	
	/*******************/
	/***** CONTACT *****/
	/*******************/
	
	#contact-area .content {
		padding: 40px 30px;
	}
	#contact-area .content .main-title {
		font-size: 26px;
	}
	#contact-area .content .address-container {
		margin-bottom: 20px;
	}
	
	/********************/
	/***** PRODUCTS *****/
	/********************/
	
	#product-area .product-content .title {
		font-size: 30px;
		padding-left: 30px;
		margin-bottom: 20px;
	}
	#product-area .product-list, #product-area .oil .product-list {
		padding-left: 30px;
		padding-right: 20px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	
	/*****************/
	/***** MISC. *****/
	/*****************/
	
	.sm-mb-7 {
		margin-bottom: 7px;
	}
	.sm-mb-15 {
		margin-bottom: 15px;
	}
	
	/******************/
	/***** HEADER *****/
	/******************/
	
	.main-menu > .navbar-nav > li span > a {
		padding: 0 10px;
		font-size: 16px;
	}
	.main-menu > .navbar-nav > li span .dropdown-menu {
		top: 27px;
		left: -80px;
	}
	
	/********************/
	/***** ABOUT US *****/
	/********************/

	#about-area .about-text {
		top: 5%;
	}
	#about-area .about-text .title {
		font-size: 27px;
		line-height: 32px;
		margin-bottom: 15px;
	}
	
	/********************/
	/***** SERVICES *****/
	/********************/
	
	#services-area ul {
		-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
	}
	#services-area .section-three .title {
		font-size: 32px;
	}
	
	/*******************/
	/***** CONTACT *****/
	/*******************/
	
	#contact-area .content .main-title {
		font-size: 30px;
	}
	
	/********************/
	/***** PRODUCTS *****/
	/********************/
	
	#product-area .oil.product-content .title {
		width: 25%;
	}
	#product-area .oil.product-content .title .img-wrapper {
		width: 100%;
	}
	#product-area .oil .product-list {
		width: 75%;
		padding-left: 40px;
		padding-right: 30px;
	}
	#product-area .oil .product .product-detail {
		width: 100%;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	
	/******************/
	/***** HEADER *****/
	/******************/
	
	.main-menu > .navbar-nav > li span .dropdown-menu {
		top: 30px;
	}
	
	/********************/
	/***** ABOUT US *****/
	/********************/

	#about-area .about-text {
		top: 10%;
	}
	#about-area .about-text .title {
		font-size: 35px;
	}
	
	/********************/
	/***** SERVICES *****/
	/********************/
	
	#services-area .section-three .title {
		font-size: 29px;
	}
	
	/*******************/
	/***** CONTACT *****/
	/*******************/
	
	#contact-area .content .main-title {
		font-size: 34px;
	}
	
	/********************/
	/***** PRODUCTS *****/
	/********************/

	#product-area .product-content .title {
		font-size: 36px;
	}
	#product-area .grease .product-list .product .img-wrapper, #product-area .additive .product-list .product .img-wrapper {
		margin-right: 30px;
	}
	#product-area .oil.product-content .title .img-wrapper {
		width: 73%;
	}
	#product-area .product .product-detail {
		width: 550px;
	}
	#product-area .oil .product .product-detail {
		width: 565px;
	}
	#product-area .grease .product .product-detail {
		width: 480px;
	}
}