		/*---- Include Fonts ----*/

@font-face {
    font-family: 'couturebold';
    src: url('../fonts/couture-bold-webfont.eot');
    src: url('../fonts/couture-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/couture-bold-webfont.woff') format('woff'),
         url('../fonts/couture-bold-webfont.ttf') format('truetype'),
         url('../fonts/couture-bold-webfont.svg#couturebold') format('svg');
    font-weight: normal;
    font-style: normal;

}

		/*---- General Styling ----*/

body {
	background: url('../img/bg.jpg')
}

header {
	padding-top: 20px;
}
.home header{
	background: url('../img/header-bg.png') no-repeat top;
}

h1 {
	font-family: couturebold;
	font-size: 25px;
	color: #fff;
	display: block;
	padding-left: 15px;
	background-image: url('../img/h1-bg.png');
	background-repeat: no-repeat;
	margin-top: 30px;
	padding-top: 4px;
	padding-bottom: 30px;
}

h2 {
	font-family: couturebold;
	font-size: 17px;
	color: #fff;
	margin: 10px 0px;
}

h3 {
	font-family: 'Open Sans', sans-serif;
	color: #fc7e27;
	font-size: 20px;
}

h4 {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 22px;
}

h5 {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 22px;
}

h5 span {
	font-family: 'Open Sans', sans-serif;
	color: #fc7e27;
	font-size: 22px;
}

h6 {
	font-family: 'Open Sans', sans-serif;
	color: #7b8b2c;
	font-size: 20px;
}

p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #8c8c8e;
	line-height: 1.4;
	text-align: justify;
}

.no-pad-left {
	padding-left: 0px;
}

a,a:hover {
	color: #fff;
}

button {
	font-weight: bold !important;
	background: url('../img/button2-bg.png') no-repeat;
	background-size: 100% 100%;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	height: 40px;
	padding: 0px 30px;
	border-radius: 5px;
	border: 2px solid #859b09;
	text-shadow: 1px 1px 2px rgba(190, 216, 39, 1);
}

.clear {
	clear: both;
}


		/*---- Custom Navigation ----*/


.custom-nav {
	background: url('../img/nav-bg.png') repeat-x;
	background-size: 100% 100%;
	text-align: center;
	display: block;
}

.custom-nav li {
	display: inline-block;
	padding: 10px 21px;
	text-align: center;
}

.custom-nav a {
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
	font-family: couturebold;
	font-size: 12px;
	color: #fff;
}

.custom-nav li {
	transform:skew(-45deg,0deg);
	-ms-transform:skew(-45deg,0deg); /* IE 9 */
	-webkit-transform:skew(-45deg,0deg); /* Safari and Chrome */
	-moz-transform:skew(-45deg,0deg); /* Mozilla */
	-o-transform:skew(-45deg,0deg); /* Opera */ 
}

.custom-nav li a {
	transform:skew(45deg,0deg);
	-ms-transform:skew(45deg,0deg); /* IE 9 */
	-webkit-transform:skew(45deg,0deg); /* Safari and Chrome */
	-moz-transform:skew(45deg,0deg); /* Mozilla */
	-o-transform:skew(45deg,0deg); /* Opera */
}

.custom-nav li:hover,.custom-nav .active {
	background: url('../img/active-bg.png') no-repeat;
	background-size: 100% 100%;
}


		/*---- Slide ----*/


.slide-container {
	background: url('../img/slide-bg.png') no-repeat center center;
	margin-top: 20px;
}

.slide {
	text-align: center;
	padding: 24px 0px;
}



		/*---- Slide2 ----*/


.slide-container2 {
	background: url('../img/slide2-bg.png') no-repeat top center;
	background-size: 100%;
}

.slide-products a {
	font-family: couturebold;
	font-size: 17px;
	color: #fff;
	cursor: pointer;
}

.slide-products ul {
	text-align: center;
}

.bg1 {
	position: relative;
	max-width: 204px;
	max-height: 248px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.bg2 {
	position: relative;
	max-width: 204px;
	max-height: 210px;
	width: 100%;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	bottom: 250px;
	z-index: 1;
}

.p-img {
	position: relative;
	max-width: 192px;
	max-height: 210px;
	width: 100%;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	bottom: 201px;
	z-index: 2;
}

.p-img img {
	border-radius: 50%;
}


		/*---- OWL Slider ----*/

.owl-theme .owl-controls .owl-buttons div {
  padding: 5px 9px !important;
}
 
.owl-theme .owl-buttons i{
  margin-top: 2px !important;
}
 
//To move navigation buttons outside use these settings:
 
.owl-theme .owl-controls .owl-buttons div {
  position: absolute !important;
}
 
.owl-theme .owl-controls .owl-buttons .owl-prev{
  left: -20px;
  top: 100px; 
  position: absolute !important;
  background: url('../img/arrow-previous.png') no-repeat;
  height: 22px;
  opacity: 1;
}
 
.owl-theme .owl-controls .owl-buttons .owl-next{
  right: -20px;
  top: 100px;
  position: absolute !important;
  background: url('../img/arrow-next.png') no-repeat;
  height: 22px;
  opacity: 1;
}

#owl-example1 .owl-controls .owl-buttons .owl-next, #owl-example1 .owl-controls .owl-buttons .owl-prev{
 top: 46px !important;
}
		/*---- home-content-container ----*/


.home-content-container {
	background: url('../img/home-content-bg.png') repeat-x top #333333;
	padding-bottom: 50px;
}


		/*---- Form ----*/


.enquiry-form {
	background: #4C4A4B;
	border-radius: 5px;
}

.enquiry-form img {
	position: absolute;
	top: -18px;
	right: -15px;
	padding: 0px;
	z-index: 9999;
}

form {
	padding-bottom: 25px;
	position: relative;
}

input[type="text"], input[type="email"],textarea {
	border-radius: 5px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	border: 3px solid #a9c125;
	color: rgba(0, 0, 0, 0.75);
}

textarea {
	height: 150px;
}

.submit {
	font-weight: bold !important;
	background: url('../img/button-bg.png') no-repeat;
	background-size: 100% 100%;
	color: #687a00;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	height: 40px;
	padding: 0px 30px;
	border-radius: 5px;
	border: 2px solid #859b09;
	text-shadow: 1px 1px 2px rgba(190, 216, 39, 1);
	position: absolute;
	bottom: -55px;
	left: 50%;
	margin-left: -62px;
}

		/*---- Footer ----*/


.footer-top-container {
	background: #414141;
	border-top: 5px solid #2c2c2c;
}

.footer-top ul {
	display: block;
	text-align: center;
	margin: 8px auto;
}

.footer-top ul li {
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	padding: 5px 8px;
}

.footer-top ul li img {
	padding: 0px 5px;
}

.footer-bottom-container {
	background: #5d5c5c;
}

.footer-bottom p {
	text-align: center;
	color: #fff;
	margin: 5px auto;
}

header .medium-3 {
text-align: center;
}



		/*---- SlickNav ----*/

.slicknav_menu {
	display:none;
	background: rgba(0,0,0,0.2) !important;
	text-align: center;
	font-weight: bold;
}
.slicknav_menu li a:hover {
	background: none;
	color: #fc7e27;
}
.slicknav_menu li a {
	text-align: right;
}


		/*---- Media Queries ----*/


@media screen and (max-width: 1000px) {
	
	.js #menu { display:none; }
	
	.js .slicknav_menu { display:block; }
}

@media (max-width: 900px) {

	.advantages-container {
		width: 100%
	}
}

@media (max-width: 681px) {

	.button-block button {float: none !important; margin: 0px 10px !important;}
		.pagination.custom-pagination {
		text-align: left;
		float: left;
	}
}

@media (max-width: 531px) {

	.enquiry-form img { display: none; }

	.slide-products a { font-size: 14px; }
}

@media (max-width: 444px) {

	.slide-products ul li { width: 100%; }

	.slide-products a { font-size: 17px; }

	.button-block button { margin-bottom: 10px !important;}
}


@media (max-width: 400px) {

	h1{ font-size: 19px !important; padding-top: 7px !important;}

}

@media (max-width: 316px) {

	/*.submit { left: 38% !important;}*/

}


		/*---- Tachnical Advantages ----*/


.content-container {
	background: url('../img/content-bg.png') no-repeat top center;
}

.advantages-container {
	background: #4a4848;
	border-radius: 5px;
	margin-right: 25px;
}

.advantages {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	float: left;
	margin-right: 25px;
}



		/*---- Product ----*/

.bread-crum{
	margin-top: 40px;
}

.bread-crum a {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #8c8c8e;
}

.bread-crum .active-breadcrum {
	color: #fff;
	text-decoration: underline;
}

.main-product {
	border: 3px solid #fff;
	border-radius: 10px;
}

.main-product.gallerybig{
border:none;
}

.product-pic {
	text-align: center;
}

#owl-example1 img {
	margin: 20px 0px;
	text-align: center;
	max-width: 85px;
	height: auto;
	border-radius: 5px;
	border: 1px solid rgba(255,255,255,0.5);
}
.item h5 {
color: #fff;
text-align: center;
}


.item.darkCyan {
	text-align: center !important;
}

.product-details h5 {
	float: left;
}

.product-details button {
	float: left;
	margin: 0px 30px;
}

.technical-details {
	color: #8c8c8e;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	float: left;
	margin-right: 25px;
}


		/*---- Product Listing ----*/



.product-list {
	background: url('../img/product-list-bg.png') no-repeat bottom;
	
	padding: 35px 0px;
}

.product-list-first {
	padding-top: 0px;
}

.product-list-last {
	background: none;
}

.product-list img {
	max-width: 178px;
	height: auto;
	border: 2px solid #fff;
	border-radius: 5px;
	float: left;
	margin: 0px 20px 20px 0px;
}

.product-list button {
	float: left;
	margin: 0px 30px;
}

.button-block {
	text-align: left;
	display: inline-block;
	float: right;
}

.product-info {
	background: url('../img/button3-bg.png') no-repeat;
	background-size: 100% 100%;
	border: 2px solid #ec7710;
	text-shadow: 1px 1px 2px rgba(227, 145, 72, 1);
	float: left;
	margin: 0px 30px;
	color: #FFF;
font-family: 'Open Sans', sans-serif;
text-transform: uppercase;
height: 40px;
padding: 0px 30px;
border-radius: 5px;
font-weight: bold !important;
line-height:37px;
}

.custom-pagination {
	float: right;
	margin: 40px 10px;
}

.custom-pagination li {
	background: #4a4848;
	border-radius: 2px;
	color: #fff !important;
}

.custom-pagination li a {
	color: #fff !important;
} 

.custom-pagination .active {
	background: #acc22c !important;
}

.custom-pagination li a:hover {
	background: #acc22c !important;
	transition: 0.3s;
}

.categories {
	list-style: none;
	background: #4a4848;
	border-radius: 5px;
}

.categories h2 {
	text-align: center;
	background: #5d5c5c;
	border-radius: 5px 5px 0px 0px;
	padding: 5px 8px;
}

.categories li:first-child {
	padding: 0px;
	margin: 0px;
}

.categories li:last-child {
	background: transparent;
}

.categories li {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	padding: 5px 5px;
	margin: 0px 3px;
	background: url('../img/divider.png') repeat-x bottom;
}

.categories .active {
	color: #fc7e27;
}

.categories li a:hover {
	color: #fc7e27;
	transition: 0.3s;
}

.categories {
margin-left: 0px;
}


