/* Add additional stylesheets below
-------------------------------------------------- */


/*Krish's  styles
  Special styles for presenting Krish's Layout */



/* Body and structure
-------------------------------------------------- */


body 
{
    font: 14px/22px,"Open Sans",sans-serif;
    line-height: 20px; 
    margin: 0;
   
}
.row-fluid 
{
    width: 100%;
    padding-top: 30px;
}
.container
{
	width:1170px;	
	max-width:960px;
	margin:0 auto;
}


.header
{
	position: relative;
	padding-top:20px;
}   
a 
{    
    display: inline-block;
    text-decoration: none;
}
a:hover, a:focus 
{ 
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	color: #4A4A4A;	
}

h1
{	
    line-height:26px; 
    font-weight:300;
}

h2 
{
    font-size: 21.5px;
    font-weight:300;
}

h3 {
    margin: 0 0 20px;
    text-transform: uppercase;
    padding-top:15px;
    font-weight:400;
}
h4 
{
    line-height:26px; 
    font-weight:300;
}

p
{
    color: #4A4A4A;
    margin-bottom: 22px;
    line-height:160%;    
}


/*   Home Page Style
-------------------------------------------------- */
.logo
{
	padding-left:10%;
	text-align:center;
	
}

/*  Responsive nav
---------------------------------*/
.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
border: none;
}

.navbar-inner {
background-color: #FFFFFF;
background-image: none;
box-shadow: none !important;
}

.navbar-inner .brand {
padding-left: 50px;
}

.navbar-inner .brand img {
width: 100px;
}

.navbar .btn-navbar {
    background: #DE6D53;
    color:#FFFFFF;
    float: left;   
}
.navbar .btn-navbar :hover
{
	background-color:#538319;
    color: #FFFFFF;
}

.navbar-inner .nav {
margin-left: 15%;
margin-top: 30px;
}

.nav .nav-child
{
    padding-left: 5px;
   
}
.navigation .nav-child 
{
    background-clip: padding-box;
    background-color: #FFFFFF;
    border-top: 2px solid #DE6D53;
    display: none;
    list-style: none outside none;
    margin: 7px 0 0;
    min-width: 160px;
    min-height:200px;
    padding: 5px 0;
    position: absolute;
    top: 95%;
    z-index: 1000;
}
.navigation .nav-child a 
{
    clear: both;
    color: #333333;
    display: block;
    font-size: 13px;
    line-height: 18px;
    padding: 8px 10px;
    white-space: nowrap;
    text-transform: uppercase;
}
.navigation .nav > li {
    position: relative;
    
}

.navigation .nav > li:hover > .nav-child, .navigation .nav > li > a:focus + .nav-child {
    display: block;
}

.navigation .nav-child:before {
	border-bottom: 7px solid rgba(0, 0, 0, 0.2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block;
    left: 9px;
    position: absolute;
    top: -7px;
}
.navigation .nav-child:after {
    border-bottom: 6px solid #FFFFFF;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    left: 10px;
    position: absolute;
    top: -6px;
}
.navigation .nav-child li > a:hover, .navigation .nav-child li > a:focus, .navigation .nav-child:hover > a {
    background-color: #FFFFFF;
    background-repeat: repeat-x;
    color: #DE6D53;
    text-decoration: none;
}

.navbar
{
	text-align: center;
	display: inline-block;
    list-style: none outside none;
    margin: 0;
    
   
}

.navbar .nav > li > a {
    color: #777777;
    float: none;
    padding: 10px 15px;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFFFFF;
    font-size: 18px;
    line-height:25px;
    
}
.navbar .nav .dropdown-toggle .caret {
    margin-top: 8px;
}
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
    background-color: transparent;
    color: #DE6D53;
    text-decoration: none;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus 
{
    background-color:#EF947F;
    color:#FFE5E5;
    padding:10px;
}

.content-top
{
	text-align:center;
}

.content-middle
{
 text-align: center;
 padding-top:40px;
}

.content-middle_img
{
   padding-top:30px;	
}
.btn-link {
    
   
    color: #777777;
   
}
.btn-link:hover, .btn-link:focus {
    background-color: transparent;
    color: #DE6E53;
    text-decoration:none;
}

/* About page Bottom Style
----------------------------------*/ 
.history_content {
    list-style: none outside none;
    margin: 0;
}

.bottom
{
	background-color:#E7E7E7;
}
.team_header {
    color: #146836;
    display: inline-block;
    transition: all 0.5s ease 0s;
    margin-top:20px;
}
.team_header:hover {
    color: #407857;
    text-decoration: none;
}      
/* Style for Presenting Images in Krish Template
------------------------------------------------------*/
.blog .item img,
.blog .items-leading img,
.blog-page .itemImageBlock img,
.j2store-product .itemImageBlock img,
.item-page .itemImageBlock img,
.img1
 {
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E2E2E2;
    box-shadow: 8px 8px 8px #D4D4D4;
    height: auto;
    padding: 20px;    
    vertical-align: middle;
    width:250px;
    margin-right:30px; 
    float:left;
}

/*  Style for Presenting Images in Product page Article Layout
----------------------------------------------------------------*/ 

.item-page a
{
    color: #146836;
    display: inline-block;
    margin-top: 10px;
    text-align: center;
    text-decoration: none;
	line-height:25px; 
}

.item-page .j2storeCartForm1
{
	margin-left:20px;
}

.j2store-product {
	padding: 10px;
}

.j2store-product h2
{
	color:#146836;
    font-size: 30px;
    line-height:25px; 
    margin-top:20px;
    text-decoration: none;    
}

.j2store-product .page-header a
{
	color:#146836;
	margin-top:20px;
}
.page-header
{
	border-bottom: 0px;
    margin: 10px 0px 0px;
    padding-bottom: 0px;
}

.blog-page .items-leading a
{
  	color:#146836;
}

.gallery
{
	padding-top:45px;
}
.j2store-product-readmore
{
	color:#146836;
    line-height:25px;
}

/* Style for Presenting j2store Products 
-----------------------------------------*/

.mod_j2store_products .product_quantity_input 
{
	display: none;
}
	
.mod_j2store_products .j2store .product_price, 
.mod_j2store_products .j2store .product_special_price 
{
	display: inline;
	margin-right: 15px;
}
 .mod_j2store_products .j2store strike {
    color: #DE6D53;
} 

.mod_j2store_products .j2store .product_special_price {
	font-style: italic;
	color:#146836;
	font-weight:300;
	}

.mod_j2store_products select {
	width: auto;
	}
.mod_j2store_products a
{
    display: inline-block;
    color:#146836;
    text-decoration: none;
   
    line-height:25px; 
}
.mod_j2store_products .btn-primary, 
.j2store_cart_button ,
.btn-success, 
.btn-primary
  {
   background: #DE6D53;
   padding:10px 8px;
   border:none;
   margin-top:10px;
   width:auto;
   height:auto;
   text-transform: uppercase;
   }
.btn-primary:hover, .btn-success:hover, .j2store_cart_button:hover {
    background-color:#538319;
    color: #FFFFFF;
}
.btn-primary:focus, .btn-success:focus, .j2store_cart_button:focus {
    background-color:#538319;
    color: #FFFFFF;
}
.j2store_cartitems th
{
 background:#E9D7D3;
 color:#4A4A4A;
}
.j2store-notification {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #DDDDDD;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    cursor: wait;
    margin-left: -150;
    margin-top: -80px;
    padding: 1em;
    position: absolute;
    width: 200px;
}

ul.j2store_products_container li {
	border:1px solid #E1E1E1;
    background: none repeat scroll 0 0 transparent;
    box-shadow: 8px 8px 8px #D4D4D4;
    display: inline-block;
    list-style-type: none;
    margin-right: 25px;
    padding: 20px;
    margin-top:10px;
    margin-bottom:10px;
    text-align:center;
    max-width: 220px;
}

.j2store_product_content_block {
	max-width: 220px;	
}

.j2store_product_introtext {
	word-wrap: break-word !important;
}

.j2store_product_image_block  {
  
    border: 10px solid #FFFFFF;
   
    cursor: default;
    float: left;
    height: 210px;
    margin: 10px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 210px;
}

.j2store-product .j2storeCartForm1 {
    position: relative;
    margin-top:-10px;
    text-align:center;
    margin-right:70px;
 }
 
.items-leading
 {
 border-bottom: 1px solid #E1E1E1;
 }
.items-leading .j2store-product .j2storeCartForm1 
{
	text-align:left;
}
.items-leading p
{
	clear:both;
}

.j2store strike {
    color: #DE6D53;
}
.j2store .product_price, .j2store .product_special_price {
    display: inline-block;
    font-size: 120%;
    font-weight:300;
    font-style: italic;
	color:#3CA064;
	margin: 10px 0px;
}
.product-style2 h1
{
	 font-size: 30.5px;
}
.product-style2 a
{
    color:#146836;
    /*font-size:25px;*/
    line-height:25px;
    /*margin-top:20px;*/
    
}
.j2store-product-style2
{
	text-align:center;
	
}

.itemImageBlock {
	display: none;
}


.items-row
{
	border-bottom: 1px solid #E1E1E1;
}

.j2store-notification .cart_link a {
	color: #FFFFFF;
	}
	
.j2store .checkout-heading {
    
    background: none repeat scroll 0 0 #E9D7D3 ;
    color: #4A4A4A;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 8px;
}
select {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    /*width: 100px;*/
}
/* Footer and structure
-------------------------------------------------- */
.footer {
    background: none repeat scroll 0 0 #33333;
    color: #989898;
    display: inline-block;
    position: relative;
    width: 100%;
  	margin-top: 15px;
}
.footer_margin {
    margin-top: 60px;
}
.footer_content {
    list-style: none outside none;
    margin: 0;
}
.footer_content li {
    display: block;
    margin-bottom: 3px;
    position: relative;
}
.footer_content li a 
{
    color: #989898;
    display: inline-block;
    font-size: 10px;
    line-height:16px;
    text-transform: uppercase;
}
.footer_content  li a:hover 
{
    color: #DE6D53;
    text-decoration: none;
}
.footer_logo 
{
    font-size: 90px;
    line-height: 90px;
    margin-bottom: 7px;
    
}
.footer_text
{
	color: #DE6D53;
    font-size: 40px;
    line-height: 40px;
    margin: 0;
}

/*cart settings */

.flyte-cart {
position: absolute;
right: 2%;
top: 10px;
display: inline;
}

.flyte-cart a
{
	color:#64B384;
}

.flyte-cart a:hover {
    color:#146836;
    text-decoration: none;
}

.componentheading {
  	margin-bottom: 10px;
}

a.btn.btn-mini.pull-right {
	visibility: collapse;
}