@charset "utf-8";
/* CSS Document */

*{
	font-family: 'PT Sans', sans-serif;
}

body{
	/*background:url(../images/back_pattern.png) repeat;
	*/
	
}

.pointer{
	cursor:pointer;
}



.reset-margin{
	margin:0px 0px !important;
	}

	
.reset-padding{
	padding-right:0px !important;
	padding-left:0px !important;
	}

.top_part{
	min-height:120px;
	border-bottom:1px solid #a69c3a;
	background-color:#242424;	
	
	}

.site_logo{
	margin-top:30px;
	cursor:pointer;
	}

.home_nav_contact{
	display:inline-block;
	color:#ffffff;
	font-weight:600;
	text-align:right;
	margin:15px 20px;
	float:right;
}

p.home_nav_contact img{
	cursor:pointer;
}

/* Start of navbar*/

.navbar{
	border:none;
	background:none;
	box-shadow:none;
	font-family: 'PT Sans', sans-serif;
	font-size:14px;
	margin-bottom:0px !important;
	font-weight:400;
	z-index:3000;
	float:left;
	border-radius:5px;
	margin-bottom:15px !important;
	margin-top: 15px;
	float:right;
	
	
	background: #cbbc45; /* Old browsers */
background: -moz-linear-gradient(top,  #cbbc45 0%, #948425 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cbbc45), color-stop(100%,#948425)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #cbbc45 0%,#948425 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #cbbc45 0%,#948425 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #cbbc45 0%,#948425 100%); /* IE10+ */
background: linear-gradient(to bottom,  #cbbc45 0%,#948425 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbbc45', endColorstr='#948425',GradientType=0 ); /* IE6-9 */

	
}

.navbar, .nav, .navbar-nav{
	
	min-height:20px !important;
	}

.navbar-default .navbar-nav > li > a {
	text-shadow:none;
	color:#3b3b3b;
	font-weight:500;
	padding:12px 30px;
	font-size: initial;
}

.navbar-default .navbar-nav > li > a:hover {
	color:#ffffff; 

}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover{
	background:none;
	color:#ffffff;
	box-shadow:none;
	border-radius:0px;
	
	/*background: -moz-radial-gradient(center, ellipse cover,  rgba(255,187,30,1) 0%, rgba(255,198,0,0.85) 12%, rgba(255,146,0,0) 80%, rgba(255,131,0,0) 100%); 
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,187,30,1)), color-stop(12%,rgba(255,198,0,0.85)), color-stop(80%,rgba(255,146,0,0)), color-stop(100%,rgba(255,131,0,0))); 
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,187,30,1) 0%,rgba(255,198,0,0.85) 12%,rgba(255,146,0,0) 80%,rgba(255,131,0,0) 100%);
	background: -o-radial-gradient(center, ellipse cover,  rgba(255,187,30,1) 0%,rgba(255,198,0,0.85) 12%,rgba(255,146,0,0) 80%,rgba(255,131,0,0) 100%); 
	background: -ms-radial-gradient(center, ellipse cover,  rgba(255,187,30,1) 0%,rgba(255,198,0,0.85) 12%,rgba(255,146,0,0) 80%,rgba(255,131,0,0) 100%); 
	background: radial-gradient(ellipse at center,  rgba(255,187,30,1) 0%,rgba(255,198,0,0.85) 12%,rgba(255,146,0,0) 80%,rgba(255,131,0,0) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbb1e', endColorstr='#00ff8300',GradientType=1 );*/
	
		
}

.navbar-toggle{
	
}

.navbar-default .navbar-toggle .icon-bar {
	background-color:#FFF !important;
}

/*
ul.dropdown-menu{
	margin-top:0px !important;
	border:none;
	background-color:#45505c;
	
	}
	
ul.dropdown-menu > li > a{
	
	color:#ffffff;
	background-color:#45505c;
	padding:5px 22px !important;
	font-style:italic;
	margin-top:5px;
	border-bottom:1px dotted rgba(181,181,181,1.00);
	
	}
ul.dropdown-menu > li > a:hover{
	background:none;
	background-image:none;
	color:rgba(65,65,65,1.00);
	background-color:#fef703 !important;
	transition:background .2s;
	}


@media (min-width: 768px) {.
	.dropdown:hover .dropdown-menu {
		display: block;
	}
	
}

@media (max-width: 768px) {


.navbar-default .navbar-nav > li > a{
	color:rgba(51,51,51,1.00);
	
	}
	
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover{
	background:none;
	color:#ffffff;
	background-color:#f2d83d;
	box-shadow:none;
	border-radius:0px;
}
.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:focus {
	background-color: #f2e43d;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color:#f2e43d;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #FFF;
}

.navbar-toggle{
	margin-top:-5px;
	
	}

}*/

/* End of navbar */

.slider_part{
	background-color:#0095ff;
	
}

.carousel-control.left, .carousel-control.right{
	background:none;
	background-image:none;
}

.mid_part_back{
	min-height:57px;
	
	background: #cbbc45; /* Old browsers */
background: -moz-linear-gradient(top,  #cbbc45 0%, #948425 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cbbc45), color-stop(100%,#948425)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #cbbc45 0%,#948425 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #cbbc45 0%,#948425 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #cbbc45 0%,#948425 100%); /* IE10+ */
background: linear-gradient(to bottom,  #cbbc45 0%,#948425 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbbc45', endColorstr='#948425',GradientType=0 ); /* IE6-9 */

	
	}

.mid_part_back h1{
	font-size:18px;
	color:#FFFFFF;
	font-weight:600;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
}

.about_text_header{
	color:#3D3A38;
	font-size:25px;
	margin-left:15px;
	margin-top:30px;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
	
}
	
.about_text{
	text-align:justify;
	display:block;
	font-size:14px;
	margin:15px 15px;
	
	
}

a.about_text_link{
	text-align:right;
	display:block;
	margin-right:15px;
	margin-bottom:20px;
	
}

.home_contact_header{
	font-size:24px;
	margin:30px 20px;
	
}

.bottom_part{
	background-color:#c4c3b1;
	
}












.home_3rd_back{
	min-height:380px;	
	border-top:2px solid #ffa600;
	background: #f2f2f2; /* Old browsers */
background: -moz-linear-gradient(top,  #f2f2f2 0%, #e8e8e8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f2f2f2 0%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f2f2f2 0%,#e8e8e8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f2f2f2 0%,#e8e8e8 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f2f2f2 0%,#e8e8e8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */

	
}




.product_text_header{
	font-size:20px;
	text-align:center;
	font-weight:600;
	margin-top:10px;
}

.product_sample_photo{
	padding: 5px 5px;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.5);
  -moz-box-shadow: 0 3px 6px rgba(0,0,0,.5);
  margin: 0px 5px;
  margin-bottom: 10px;
  border-radius: 3px;
  margin:0 auto;
  display:block;
	
	}
	





















.product_sample_header{
	font-size:24px;
	color:rgba(255,255,255,1.00);
	padding:10px 10px;
	border:1px solid #60baef;
	margin:0 auto;
	display:block;
	width:200px;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
	
	background: rgb(0,149,230); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,149,230,1) 0%, rgba(1,177,236,1) 36%, rgba(0,149,230,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,149,230,1)), color-stop(36%,rgba(1,177,236,1)), color-stop(100%,rgba(0,149,230,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,149,230,1) 0%,rgba(1,177,236,1) 36%,rgba(0,149,230,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,149,230,1) 0%,rgba(1,177,236,1) 36%,rgba(0,149,230,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,149,230,1) 0%,rgba(1,177,236,1) 36%,rgba(0,149,230,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,149,230,1) 0%,rgba(1,177,236,1) 36%,rgba(0,149,230,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0095e6', endColorstr='#0095e6',GradientType=0 ); /* IE6-9 */

	
	}



.product_sample_photo > img{
	
	}


.footer{
	background-color:#99987a;
	min-height:50px;
	border-top:1px solid #69684f;
	
	
}

.footer_name{
	color:rgba(255,255,255,1.00);
	font-size:20px;
	margin-left:10px;
	font-weight:600;
}

p.footer_link a{
	margin:2px 10px;
	color:#fff;
}

p.footer_social{
	display:block;
	text-align:right;
	margin:15px 10px;
	
}

.footer_social img{
	cursor:pointer;
	
}

.footer_comp{
	color:#fff;
	text-align:right;
}

.footer_comp a{
	color:#fff;
}

ul.about_list li{
	margin-top:10px;
	text-align:justify;
}

@media (max-width: 768px) {

.home_nav_contact{
	display:inline-block;
	color:#0a5caf;
	font-weight:600;
	text-align:right;
	margin:15px 0px;
	float:right;
}


.product_sample_photo > img{
	display:block;
	margin:0 auto;
	}

}























































































































