﻿body{
  background-color:#f5f5f5;
  }
  
  .affix {
      top: 0;
      width: 100%;
      -webkit-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out;
  }
  .affix-top {
      position: static;
      top: -35px;
  }
  .affix + .container-fluid {
      padding-top: 70px;
  }
  
  
  .small_logo {
    display: none;
}
.affix .small_logo {
    display: block;
	font-size:20px;
	color:#FFFFFF;
	font-weight:bold;
	margin-right:20px;
	padding-top:5px;
}
.affix .big_logo {
    display: none;
}



  
  .topstrip{
	background-color:#0e5aab;
	color:#FFFFFF;
	font-size:12px;
	padding-top:4px;
	padding-bottom:4px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 4px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #EC0000;
  }
  
  
#login-dp{
    min-width: 250px;
    padding: 14px 14px 0;
    overflow:hidden;
    background-color:rgba(255,255,255,.8);
}
#login-dp .help-block{
    font-size:12px    
}
#login-dp .bottom{
    background-color:rgba(255,255,255,.8);
    border-top:1px solid #ddd;
    clear:both;
    padding:14px;
}
#login-dp .social-buttons{
    margin:12px 0    
}
#login-dp .social-buttons a{
    width: 49%;
}
#login-dp .form-group {
    margin-bottom: 10px;
}
.btn-fb{
    color: #fff;
    background-color:#3b5998;
}
.btn-fb:hover{
    color: #fff;
    background-color:#496ebc 
}
.btn-tw{
    color: #fff;
    background-color:#55acee;
}
.btn-tw:hover{
    color: #fff;
    background-color:#59b5fa;
}

.logo{
height:75px;
}

/* Basha Added & Commented below */
/*
.header {
        background-color: #ffd465
}*/
.header {
background-color: #fdf9dd;
}

/* Basha Code Ends Here */


@media(max-width:768px){
    #login-dp{
        background-color: inherit;
        color: #fff;
    }
    #login-dp .bottom{
        background-color: inherit;
        border-top:0 none;
    }
	
	.topstrip{
	height:50px;
	}
	
	.logo{
height:80px;

}
.logoalign{
text-align:center;
}

.container-2 input#search{
width:95% !important;
}

.container-2 {
    width: 100% !important;
	}

button.navbar-toggle {
    margin-right: 2%;
	
	}
	
.borderraduce0{
width:100%;
margin-top:5px;
margin-bottom:5px;
}
	
	.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	height:auto !important;
	}
	
	.small_logo{
	margin-left:10px;
	}
	 
}







/* Search 2 - expand input width */
.container-2{
  width: 300px;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  margin-top:10px;

}
.container-2 input#search{
	width: 150px;
	height: 45px;
	border: 1px solid #CCCCCC;
	font-size: 10pt;
	float: right;
	color: #000000;
	padding-left: 55px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
 
  
  -webkit-transition: width .55s ease;
  -moz-transition: width .55s ease;
  -ms-transition: width .55s ease;
  -o-transition: width .55s ease;
  transition: width .55s ease;
  
}

.container-2 input#search::-webkit-input-placeholder {
   color: #65737e;
}
.container-2 input#search:-moz-placeholder { /* Firefox 18- */
   color: #65737e;  
}
.container-2 input#search::-moz-placeholder {  /* Firefox 19+ */
   color: #65737e;  
}
.container-2 input#search:-ms-input-placeholder {  
   color: #65737e;  
}

.container-2 .icon{
  position: absolute;
 
 
  z-index: 1;
  color: #FFFFFF;
  background-color:#0e5aab;
  padding:15px;
}

  /* ANIMATION EFFECTS */
.container-2 input#search:focus, .container-2 input#search:active{
    outline:none;
}
  .container-2:hover input#search{
    outline:none; 
    width: 300px;
  }
	.container-2:hover .icon{
    color: #93a2ad;
  }



.cart{
margin-top:10px;
text-align:left;
}

.pad0{
padding:0px;
}
.padr0{
padding-right:0px;
}

.padl0{
padding-left:0px;
}



.borderraduce0{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	
	}
	

  
  
  
  @import url(http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css);
.col-item
{
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    background: #FFF;
}
.col-item .photo img
{
    margin: 0 auto;
    width: 100%;
}

.col-item .info
{
    padding: 10px;
    border-radius: 0 0 5px 5px;
    margin-top: 1px;
}

.col-item:hover .info {
    background-color: #F5F5DC;
}
.col-item .price
{
    /*width: 50%;*/
    float: left;
    margin-top: 5px;
}

.col-item .price h5
{
    line-height: 20px;
    margin: 0;
}

.price-text-color
{
    color: #219FD1;
}

.col-item .info .rating
{
    color: #777;
}

.col-item .rating
{
    /*width: 50%;*/
    float: left;
    font-size: 17px;
    text-align: right;
    line-height: 52px;
    margin-bottom: 10px;
    height:25px;
}

.col-item .separator
{
    border-top: 1px solid #E1E1E1;
}

.clear-left
{
    clear: left;
}

.col-item .separator p
{
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}

.col-item .separator p i
{
    margin-right: 5px;
}
.col-item .btn-add
{
    width: 50%;
    float: left;
}

.col-item .btn-add
{
    border-right: 1px solid #E1E1E1;
}

.col-item .btn-details
{
    width: 50%;
    float: left;
    padding-left: 10px;
}
 
[data-slide="prev"]
{
    margin-right: 10px;
}


.boxshdow{
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);

}
 
 
 .pad10{
 padding:10px;
 }
 
 /* Basha code Starts Here */
 .foot {
padding-top: 30px;
}

/* Basha Commented */
 .foot{
     background-color: #1c2023;
 color:#fff;
 padding:12px;
 }
 
 /* Basha code Ends Here 
  .foot a {
  color:#333;
  }
  */

@media(max-width:991px) {
    #ContentPlaceHolder1_datalistproducts tr {
        width: 100%;
    }

    #ContentPlaceHolder1_datalistproducts td {
        width: 50%;
        float: left;
    }
    #ContentPlaceHolder1_PcGridview_Datalist1_0, .prodpage table {
        width: 100%;
    }
    .prodpage tr {
            width:100%;
            display:inline-block;
    }
    .prodpage td {
        width: 100%;
        display:inline-block;
    }
}

.Prod-det {
        width: 50%;
        float:left;
    }
@media(max-width:1332px) {
    .grid.images_3_of_2 {
        width: 100%;
        float:left;
        text-align:center;
    }
    .Prod-det {
        width: 100%;
        float:left;
    }
}

.product-grids { 
overflow: hidden; 
-webkit-box-shadow: 0px 0px 6px 1px #DEDEDE;
    -moz-box-shadow: 0px 0px 6px 1px #DEDEDE; box-shadow: 0px 0px 6px 1px #DEDEDE; margin-bottom: 2em; border-top-width: 3px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #20bc5a; border-right-color: #20bc5a; border-bottom-color: #20bc5a; border-left-color: #20bc5a;
}



   .navbar-default {
background-color: #095c24;
border: none;
z-index: 999;
}
.navbar-default .navbar-nav .active > a, .navbar-default .navbar-nav .active >a:hover, .navbar-default .navbar-nav .active >a:focus {
color: #fff; background-color: #095c24;
}



  .navbar-default .navbar-brand {
    color: #ecf0f1; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {color: #ffbbbc; }
  .navbar-default .navbar-nav > li > a {
    color: #ecf0f1; }
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
      color: #ffbbbc; }
  .navbar-default .navbar-nav .active > a,
  .navbar-default .navbar-nav .active > a:hover,
  .navbar-default .navbar-nav .active > a:focus {
    color: #ffbbbc;
    background-color: #c0392b; }
  .navbar-default .navbar-nav .open > a, .navbar-default .navbar-nav .open > a:hover,
  .navbar-default .navbar-nav .open > a:focus {
    color: #ffbbbc;
    /*background-color: #c0392b; */}
    .navbar-default .navbar-nav .open > a .caret,
    .navbar-default .navbar-nav .open > a:hover .caret,
    .navbar-default .navbar-nav .open > a:focus .caret {
      border-top-color: #ffbbbc;
      border-bottom-color: #ffbbbc; }
  .navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #ecf0f1;
    border-bottom-color: #ecf0f1; }
    .navbar-default .navbar-nav > .dropdown > a:hover .caret, .navbar-default .navbar-nav > .dropdown > a:focus .caret {
      border-top-color: #ffbbbc;
      border-bottom-color: #ffbbbc; }
  .navbar-default .navbar-toggle {
    border-color: #c0392b; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #c0392b; }
      .navbar-default .navbar-toggle .icon-bar {
        background-color: #ecf0f1; }

 .navbar {
    border-radius: 0px;
	margin-bottom: 0px;
}

 a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    color: #FFFFFF;
 
   /* background-color: #e02b04;*/
    background-color: #095c24;
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover { 
color: #FFFFFF;
/*background-color: #20bc5a;*/
}

.new-text ul li a  { 	border: 1px solid #FFF; 	padding: 0.8em 2em; 	display: block; 	text-decoration: none; 	color: #FFF; 	font-size: 1em; 	margin-bottom: 5px; 	font-weight: 500;
}


.new-text ul li a:hover { 
color: #000; 
background: #e6d86a;
}

/*Basha Code Ends Here */


  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 100%;
	  /*height:451px;*/
      margin: auto;
  }

.a.list-group-item {
    color: #fff;
}