/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
body {
	 font-family:"arial", verdana Helvetica, sans-serif;
}
.wrap{
	 margin:0 auto;
	 width:1160px;
	 padding:20px;
}
.h-bg{
	padding:10px;
	 background: #3a3635
}
.main-bg{
	 padding:10px;
	 background:url('../images/main-bg.jpg');
}
.main-wrp{
	 background:#fff;
	 box-shadow:0px 0px 10px #555;
}
/*logo*/
.logo{
	text-align:center;
}
.drp-dwn select {
	padding:4px;
	outline:none;
	display: block!important;
	margin-bottom: 2px;
	width: 100%;
	border: 1px solid rgb(68, 67, 67);
	background: #999;
	color: #fff;
	cursor: pointer;
}
.nav-form input {
	  outline:none;
	  background: #e9e9e9;
	  border:none;
	  height: 14px;
	  line-height: 14px;
	  font-size: 11px;
	  color: #232323;
	  width: 112px;
	  float: none;
	  margin-right:-8px;
	  padding: 6px 10px 6px 10px;
}
.nav-form input:focus {
	  box-shadow: none;
	  outline: none;
	  border: none;
}
.nav-form a.btn-small {
	  font-size:13px;
	  padding:6px 4px;
	  margin: 0 0 0 8px;
	  -webkit-transition: none;
	  -moz-transition: none;
	  -o-transition: none;
	  transition: none;
	  float: none;
}
.btn-small {
	  display: inline-block;
	  background-color: #7cae06;
	  border: none;
	  font-size: 12px;
	  line-height: 15px;
	  color: #fff;
	  text-shadow: none;
	  text-decoration: none;
	  padding: 6px 13px 7px 13px;
	  margin: 0px;
	  -webkit-transition: none;
	  -moz-transition: none;
	  -o-transition: none;
	  transition: none;
}
.btn-small:hover {
	  background: rgb(127, 180, 32);
	  color: #fff;
}
.main-list{
	text-align:center;
	 padding:10px;
}
.main-list h1{
	margin-bottom:5px;
}
.main-list1{
	 margin-left:15px;
}
/* CSS3 STYLE GENERIC */
.css3gallery:nth-child(1){
	 margin-left: 0px;
}
.css3gallery img,.product-grid img{
	cursor:pointer;
	border: 6px solid rgb(201, 201, 201);
	opacity:1.7; /*initial opacity of images*/
	margin: 0px; /*margin between images*/
}
.pagination{
	margin-top: 10px;
}
.pagination ul {
	display: inline-block;
	margin-left: 0;
	margin-bottom: 0;
}
.pagination ul>li {
	display: inline;
}
.pagination ul>li:first-child>a, .pagination ul>li:first-child>span {
	border-left-width: 1px;
}
.pagination ul>li>a, .pagination ul>li>span {
	float: left;
	padding: 4px 6px;
	line-height: 22px;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-left-width: 0;
	color: #555;
}
.pagination ul>li>a:hover, .pagination ul>li>a:focus, .pagination ul>.active>a, .pagination ul>.active>span {
	background-color: #f5f5f5;
	color: #7ca222;
}
/*---footer----*/
.footer {
	background:rgb(87, 81, 80);
	padding: 10px;
}
.footer-grid{
	text-align:center;
	margin-bottom:20px;
}
.footer h3 {
	font-size: 24px;
	color: rgb(250, 250, 250);
	text-align: center;
}
.footer p {
	margin:5px 0 10px;
	font-family: 'Arial';
	font-size: 13px;
	color: rgb(255, 255, 255);
	text-align: center;
	line-height: 1.4em;
	font-family:Arial, Helvetica, sans-serif;
	
}
.footer-nav1{
	text-align:center;
}
.footer-nav1 ul{
	margin: 0px;
}
.footer-nav1 ul li{
	display:inline-block;
	margin-right:6px;
}
.footer-nav1 ul li:nth-child(5){
	margin-right: 0px;
}
#fb:hover{
	opacity: 0.8;	
}
#twr:hover{
	opacity: 0.8;	
}
#mail:hover{
	opacity: 0.8;	
}
#feed:hover{
	opacity: 0.8;	
}

/*footer1*/
.footer1{
	padding:20px 10px;
	background: #3a3635;
	border-top: 1px ridge rgba(83, 78, 74, 0.75);
}
.footer1 p{
	text-align:center;
}
.footer1 p.w3-link {
	line-height:1.4em;
	color: #eee;
	font-size:13px;
}
.footer1 p.w3-link a {
	color:rgb(112, 162, 8);
	text-decoration: none;
	font-size:13px;
}
.footer1 p.w3-link a:hover {
	text-decoration: underline;
}
/*Artists*/
.artists{
	padding:10px;
}
/*---products---*/
.product-grid{
	text-align:center;
}
.product-grid{
	margin-top:10px;
}
.products h3{
	color: #089BA2;
	font-size:22px;
	text-transform: uppercase;
	padding-bottom:10px;
	font-family:"Agency FB" Helvetica, sans-serif;
	padding-top: 71px;
}
.product-grid h4,.last1 h4{
	text-align:center;
	color: #585252;
	font-size:14px;
	text-transform: uppercase;
	padding:12px 0px 5px;
	font-weight:bold;
	font-family: 'Carrois Gothic SC', sans-serif;
}
.product-grid h4:hover{
	color:#7ca222;
	cursor:pointer;
}
.product-grid:hover,.last1:hover{
	box-shadow:0px 0px 10px #F1F1F1;
}
.main-list h1,.product-grids h6{
	font-weight:bold;
	text-transform:uppercase;	
	font-size: 16px;
	color: #7ca222;
}
.product-grid p{
	text-align:center;
	color:#666;
	font-size: 12px;
	line-height:1.5em;	
}
.product-grid img{
	cursor:pointer;
}
.product-grid img:hover{
	opacity:0.9;
}
.product-grid p {
	text-align: center;
	color: #666;
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom:5px;
}
.btn-group{
	margin-bottom: 15px;
}
.btn {
	display: inline-block;
	padding: 4px 20px;
	margin-bottom: 0;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #333333;
	background-color: #f5f5f5;
	background-repeat: repeat-x;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	border: 1px solid #cccccc;
	border-bottom-color: #b3b3b3;
}
.btn:hover{
	color: #333333;
	background: #e6e6e6;
}
/*-----side-bar----*/
.services-sidebar h4 ,.grid h4,.contact-form h4{
	margin-bottom:5px;
	margin-top:10px;
	font-family: 'Carrois Gothic SC', sans-serif;
	font-size: 16px;
	color: #7ca222;
	text-transform:uppercase;
	cursor: pointer;
	font-weight:bold;	
}
.services-sidebar li {
	padding:4px 0px;
}
.services-sidebar li a ,.grid p{
	color: #747474;
	font-size: 13px;
	line-height: 1.5em;
}
.services-sidebar li a:hover{
	color: #7ca222;
}
.grid:nth-child(2),.grid:nth-child(3){
	margin-top:10px;
}
.grid h4{
	text-transform:none;
}
.grid h5{
	font-size: 14px;
	line-height:1.4em;
	color: #555;
	margin:5px 0 8px;
}
.grid h5 a{
	color:rgb(82, 129, 110);
}
.grid h5 a:hover{
	color:#555;
}
.grid img{
	max-width:100%;
	cursor:pointer;
   box-shadow: 0px 0px 10px #aaa;
	border:8px solid #fff;
}
.grid img:hover{
	opacity: 1;
}
.btn-group1{
	margin: 10px 0 0px;
}
.btn-group1.btn{
	font-size:12px;
	color: #747474;
}
/*contact*/
form span label{
	padding-bottom:5px;
	font-size: 18px;
	color: #747474;
	font-family: 'Carrois Gothic SC', sans-serif;
}
.contact-form form input[type=submit] {
	margin-top:8px;
	display: inline-block;
	padding:8px 24px;
	background-color: #7cae06;
	border: none;
	font-size: 12px;
	line-height: 15px;
	color: #fff;
}
.contact-form form input[type=submit]:hover {
	background: rgb(127, 180, 32);
	color: #fff;
}
form textarea{
	height:80px;
	resize: none;
}
/*blog*/
.blg-c{
	text-align:center;
}
.grid h4{
	margin: 0px;
}
.grid p{
	margin-bottom: 15px;
}
/*contact*/
.contact-form {
	width: 100%;
	float: right;
}
.contact-form form textarea, .contact-form form input[type=text] {
	margin:6px 0;
	width:96%;
	border: 1px solid #ddd;
	padding: 4px;
	outline: none;
	color: #666;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-appearance: none;
}