body {
	
	font-weight: 400;
    font-size: 15px;
    color: #333;
	line-height: 20px;
	width: 100%;
	overflow-x:hidden;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #099;
    border-color: #099;
}
.humans{
    display:none;
}

/*hidden area all price*/

.price{
    display:none !important;
}
.btn-block .table-bordered{
    display:none !important;
}
#cart-total b{
    display:none !important;
}
.p_price{
    display:none !important;
}
#button-cart {
    display: inline-block !important;
    margin: 0px 0px 0px 20px;
}
.only-hover ul li:nth-child(2n){
    display:none !important;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px;
	color:#333;
}
label {
	font-size: 12px;
	font-weight: normal;
}

select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}


div.required .control-label:before {
	content: '* ';
	color: #009999;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
    /* border-bottom: 1px solid #e3e3e3; */
    padding: 0;
    margin: 0;
    /* min-height: 40px; */
	margin-bottom:15px;
	float:right;
	width:100%;
}
#top .container {
}
.top-nav-m #form-currency .currency-select,
.top-nav-m #form-language .language-select {
	text-align: left;
	width:100%;
}
.top-nav-m #form-currency .currency-select:hover,
.top-nav-m #form-language .language-select:hover {
	text-shadow: none;
	color: #fff !important;
	background-color: #009999;
}
.top-nav-m #form-language span {
    line-height: 26px;
    color: #616161;
    font-weight: normal !important;
    font-size: 14px;
}
.top-nav-m .btn-link, #top-links li, #top-links a {
	color: #fff !important;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
.top-nav-m .btn-link .fa, #top-links li .fa, #top-links a .fa {
	color: #ccc !important;
	text-decoration: none;
}
.top-nav-m .btn-link:hover, #top-links a:hover {
	color: #444;
}
.top-nav-m .dropdown-menu {
    background: #232323;
    margin: 0;
    padding: 0;
    border-radius: 0px;
   
}
.top-nav-m top-links .dropdown-menu a {
	text-shadow: none;
}
.top-nav-m top-links .dropdown-menu a:hover {
	color: #FFF;
}
.top-nav-m top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
.top-nav-m top-links {
	padding-top: 6px;
}
.top-nav-m top-links a + a {
	margin-left: 15px;

}


#search{float:right; text-align:right; }

.sub_banner{
    float:left;
    width:100%;
    display:none;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: transparent;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #fff;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 260%;
}

#cart:hover .dropdown-menu {
    display: block;
    margin-top: 0;
 }
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu {
    min-width :400%;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
	margin-top:0px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}

#menu .dropdown-inner a {
    min-width: 212px;
    display: block;
    padding: 3px 25px;
    clear: both;
    line-height: 27px;
    color: #333333;
    font-size: 13px;
    border-bottom: 1px solid #ccc;
    margin: 0;
}

#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
.tmenu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    padding-right: 10px;
	color: #fff;

}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
		margin-top:0px;
	}
	.btn {
	    font-size:15px !important;
}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;

}


/* footer */


.news-block{
    width: 100%;
    float: left;
    background: #d7d7d7;
    padding-bottom: 17px;
}
.news-block h2 {
    width: 100%;
    float: left;
    border-top: 11px solid #009999;
    margin-top: 0px;
    padding-top: 17px;
	color:#000;
}
.news-right h4 {
    width: 100%;
    float: left;
    border-bottom: 1px solid #000;
    padding-bottom: 12px;
    margin-top: 0px;
	margin-bottom:20px;
	color:#000;
}

.news-right h2 {
    width: 100%;
    float: left;
    padding-bottom:15px;
    margin-top: 0px;
	border:none;
	padding-top:0px;
	color:#000;
}
.news-right p { color:#000;}
.read-more { width:100%; float:left;}
.read-more a {
    color: #000;
    text-transform: uppercase;
    border: 1px solid #000;
    padding: 6px 6px;
    float: left;
}

.read-more a:hover{ color: #fff; background:#009999;}
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
.pd-off {
	padding: 0;
}
footer a {
	color: #fff;
	line-height: 28px;
	
	font-size:13px;
}
footer a:hover {
	color: #fff;
}
footer h5 {
    
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
#newsletter {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #99ffff;
    padding-top: 20px;
    padding-bottom: 30px;
}
#newsletter h5 {
    
    font-size: 35px;
    font-weight: normal;
    color: #009999;
    text-align: center;
}
#newsletter p {
    
    font-size: 14px;
    font-weight: normal;
    color: #05c2c2;
    text-align: center;
}
#newsletter .newsletterp  {
    background:#fff;
    float: left;
    width: 100%;
}
#newsletter .input-group {
    display: block;
    background:#fff;
}
#newsletter .form-control {
    height: 45px;
    border: none;
    border-radius: 3px;
    display: block;
    float: left;
    width: 83%;
    font-size:14px;
}
#newsletter .input-group-btn {
    position: absolute;
    right: 0;
    top: 4px;
    bottom: 5px;
    padding: 0 14px;
    border-left: 1px solid #e2e4e8;
    display: block;
    width: 49px;
    height: 32px;
    z-index: 99;
}
#newsletter .subscribe {
    background: #099 !important;
    outline: none !important;
    border: 0px !important;
    border-radius: 0px !important;
}
#newsletter .subscribe:active, #newsletter .subscribe:focus,#newsletter .subscribe:hover{
    background: #099 !important;
    outline: none !important;
    border: 0px !important;
    border-radius: 0px !important;
}
.footerid {
    float:left;
    width:100%;
    background:#009999;
    padding-top: 10px;
}
/* alert */
.alert {margin-top: 10px;
	padding: 8px 14px 8px 14px;
	float: left;
    width: 100%;
}
/* breadcrumb */
.breadcrumb {
    margin: 10px 0px 10px 0px;
    padding: 8px 8px;
    background: transparent;
    display: block;
    margin-bottom: 16px;
    border: 1px solid #ccc;
    float: left;
    width: 100%;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	padding: 0 7px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 8px;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -11px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}

.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #fff;
	background-color: #666666;
	background-image:none;
	background-repeat: repeat-x;
	border:none;
}

.btn-default:hover {
	color: #fff;
	background-color: #009999;
	background-image:none;
	background-repeat: repeat-x;
	border:none;
}
.btn-primary {
	color: #ffffff;
	text-shadow: none;
	background-color: #009999;
	background-image: linear-gradient(to bottom, #009999, #009999);
	background-repeat: repeat-x;
	border-color: #009999 #009999 #009999;
}
.btn-primary:hover, .btn-primary.focus, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #009999 !important;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background: #009999;
	border: 0px;
	outline:0px;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #fff;
	text-shadow:none;
	background-color:#000;
	background-image:none;
	background-repeat: repeat-x;
	border:none;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #009999;
	color:#fff;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 0px;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
    background: #fff;
	padding: 0;
    margin: 0;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}

.product-thumb {
    padding-bottom: 0px;
    text-align: center;
    position: relative;
	
}

.product-thumb .image {
 
}

.product-thumb:hover .only-hover {
    visibility: visible;
    opacity: 1;
}

.only-hover {
   visibility: hidden;
    position: absolute;
    background: rgba(255, 255, 255, .70);
    opacity: 0;
    left: 0;
    right: 0;
    bottom: 10%;
	text-align:center;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    z-index: 3;
}

.product-thumb:hover .only-hover ul {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
}

.product-thumb .only-hover ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    position: absolute;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    opacity: 0;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -27px;
}

.product-thumb .only-hover ul li {
    display: inline-block;
    padding: 5px 4px 5px 3px;
    vertical-align: top;
}

.product-layout .only-hover ul li a {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 1px;
    background: #009999;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    font-size: 16px;
    padding: 12px 0px;
    text-align: center;
    cursor: pointer;
	color:#fff;
}

.product-layout .only-hover ul li a:hover {
    background: #333333;
    color: #fff;
}

.product-thumb:hover .image img.zoom-image-effect {
    -webkit-transform: scale(1.05,1.07);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.05,1.07);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    transform: scale(1.05,1.07);
    transition-timing-function: ease-out;
    transition-duration: 250ms;
}
.product-thumb .image img.zoom-image-effect {
    -webkit-transform: scale(1,1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1,1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    transform: scale(1,1);
    transition-timing-function: ease-out;
    transition-duration: 250ms;
}
.product-thumb .image img {
    display: block;
    margin: 0px auto;
	    padding: 0;
    width: 100%;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */


/********** CUSTOM ************/
.socials{
    margin: 0;
    padding: 0;
    list-style: none;
}
.socials li {
    display: inline-table;
    width: 60px;
    height: 48px;
    /* margin: 8px 5px; */
    text-align: center;
    background: #108A73;
    /* border-radius: 50%; */
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2) inset;
}
.socials li a{
    color: #fff;
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.socials li a i{
    font-size: 21px;
    line-height: normal;
    display: block;
}
#top_menu{
    min-height: 0;
    margin: 0;
    border: 0 none;
}
#top_menu .fa {color:#fff;}
#top_menu .navbar-nav>li>a {
    color: #fff;
    font-size: 13px;
    padding: 0px 8px;
	line-height:36px;
    background: none;
	
	text-align:right;
}
#top_menu .navbar-nav>li:hover >a {
    color: rgba(255, 255, 255, 0.9);
}
.top-nav-m{
	padding: 0;
    background: #ffffff;
    width: 100%;
    float: left;
	margin:0;
}
.top-head{
width: 100%;
	float:left;

	}	
header{
      padding: 0px 0;
    background: #009999;
    z-index: 2;
    width: 100%;
	float:left;
}
.hsocials {
    margin-top: 10px;
    text-align: right;
}
.amgs {
    float: none;
    margin: 0;
    padding: 0;
    text-align: right;
    display: -webkit-inline-box;
}
#tab-description p {color:#000;}
p{color:#000;}
.amgs ul {margin:0; padding:0;}
.amgs li{ list-style:none; display:inline-block;}
.amgs .fa { font-size: 23px; 
padding: 0px 5px 0px 5px;
color: #737373; 
text-align: right; 
line-height: 36px; }
.content_top{ width:100%; float:left;}
.top-call{float:left; width:100%; margin:0; padding:0;}
.top-call p{ font-size:14px; color:#fff; line-height:36px; margin:0; padding:0;}
#logo{
    padding:5px 0px;
}
.cater{}

.main_nav{ }
.hwrapper{
    /* border: 1px solid #ccc; */
    /* border-radius: 5px; */
    display: flex;
    /* width: auto; */
    float: right;
    margin: 0px 0;
}
.lang_blocks {
    float: right;
    display: block;
    vertical-align: top;
}
.lang_blocks .dropdown-menu {
    top: 100%;
    left: 60px;
    z-index: 1000;
    float: left;
    min-width: 137px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
}
.lang_blocks form{ height:36px;}
.lang_blocks form img{
    padding: 10px;
    display: inline-block;
    vertical-align: top;
}
.lang_blocks form button{
    padding: 6px;
    display: inline-block;
	border: 0 none;
    vertical-align: top;
    width: auto;
}
.lang_blocks form button img{
    padding:6px;
    display: inline-block;
    border-right: 0;
    vertical-align: top;
}
.lang_blocks form button:hover img{
    opacity: 1;
}
#search {
    border-radius: 0px;
    margin-top: 20px;
    display: inline-block;
    background: #f9f9f9;
    float: right;
}
#search .fa {
	color:#009999;
}
#search .searchp {
    padding: 6px 10px 5px 10px;
    border-radius: 0px;
    box-shadow: 0 0;
    background: #f9f9f9;
    margin-left: 5px;
    margin-bottom: 0px;
    border: 0;
}
#search .icon {
    font-size: 15px;
    padding: 5px 15px;
    text-shadow: 0 0;
    border: 0 none;
    box-shadow: 0 0;
    color: transparent;
    /* border-left: 1px solid #ccc; */
    background: url(../image/smag.png) no-repeat center;
}
#cart {
    margin-bottom: 0;
    margin-top: 15px;
    text-align: right;
    float: right;
}
#cart > .btn {
    font-size: 15px;
    line-height: normal;
    color: #666666;
    background: none;
    border: 0 none !important;
    font-weight: bold;
    float: none;
    padding: 3px 0 4px;
    box-shadow: 0 0;
	border-radius:3px;
    text-shadow: 0 0;
}
#cart > .btn i{
    display: inline-block;
    font-size: 29px;
    vertical-align: middle;
    margin-right: 15px;
    color: #fff;
}
#cart > .btn span{
    display: inline-block;
    vertical-align: middle;
}
#cart > .btn span span{
    display: inline-block;
    vertical-align: top;
    color: #fff;
}
#cart > .btn span b{
}
.mp126 {
	color:#fff;
}
.mp126 p {
	color:#fff;
}
#main_navigation {
    background: #fff;
    box-shadow: 1px 3px 5px rgba(159, 159, 159, 0.75) inset;
}
#menu{
    min-height: 0;
    border: 0 none;
    margin: 0;
    margin-bottom: 10px;
	float: right;
	margin-top: 16px;
	background: #f8f8f8;
}
#menu .nav > li > a {
	
    color: #666666;
    text-shadow: 0 0;
	padding: 9px 27px;
    min-height: 20px;
    background-color: transparent;
    font-size: 16px;
  border:5px solid transparent;
    text-transform: uppercase;
    margin-top: 0px;
}
#menu .nav > li > a:hover {
	background: transparent;
    color: #fff;
	border-bottom:5px solid #009999;
}

.navbar-nav {
    float: left;
    margin: 0;
    text-align: right;
    width: 100%;
}


#menu .nav > li{
    float: left;
	    border-right: 1px solid #efefef;
		  
}

#menu .nav > li .fa {
    font-size: 10px;
    line-height: 0px;
    padding: 0px 0px 0px 5px;
    position: relative;
    bottom: 3px;
}
#menu .nav > li:last-child{
    background: none;
		    border-right: 0px;
}
#menu .nav > li .dropdown-menu li:hover,
#menu .nav > li .dropdown-menu li:hover a{
    background: #009999;
}
#menu .dropdown-menu {
    padding-bottom: 7px;
}
.servicesfd{
    float:left;
width:100%;
background: #cccccc;
margin-top:20px;
}
.mp127 {
	float:left; 
	width:100%; 
	margin: 0; 
	padding: 5px 0px;}
.mp127 h5 {
    font-size: 34px;
    color: #009a98;
}
.mp127 p {
    font-size: 12px;
    color: #666666;
}
.mp127 .pmored {
    font-size: 12px;
    color: #666666;
}
.mp127 .pmored { font-size: 18px; color: #009a98; margin-bottom: 10px; float: left; border: 1px solid #009a98; padding: 10px; }
.pftr{
    padding-left: 36px;
}
.p_details{}
.p_details h1{
    margin-top: 0;
    color: #009999 !important;
    
    font-weight: bold;
}
.maindetails{float:left; width: 100%; margin: 0; padding: 0;}
.mdtitle{float:left; width: 100%; margin: 0; padding: 0;margin-top: 10px;}

.mdtitle span { font-size: 16px; color: #505050; font-weight: 700; }
.mddest { float: left; width: 100%; margin: 0; padding: 0; margin-top: 10px; margin-bottom: 10px; }
.mgtrd{ float:left; width: 100%; margin: 0; padding: 0;}
.mddest p { font-size: 14px; text-decoration: none; color: #999; }
.btm-slide{ width:100%; float:left; padding:0px; display:inline-block; list-style:none; margin:15px 0px 25px 0px;}
.btm-slide li { display:inline-block; width:236px; height:407px; }

.btm-slide .img {  width: 236px; height: 407px; transition:0.9s all ease; position:relative; z-index:1; }
.btm-slide .img:hover{  transform:scale(1.1); transition:0.9s all ease;  width:300px; height: 407px; z-index:2;  }
.kwicks {height: 407px;	 width:100%; float:left; margin:15px 0px 30px 0px;}
.kwicks > li {	height: 407px; box-shadow:0 0 15px rgba(0, 0, 0, 0.26);	 cursor:pointer;}
#panel-1 { background-color: #53b388; }
.kwicks-expanded{ transform:scale(1.1);  z-index:1;}
#slideshow0 .owl-wrapper-outer {
    border: 0px none;
    border-radius: 0;
    box-shadow: 0 0;
}
#slideshow0 .owl-carousel {
    margin: 0;
}
#slideshow0 .owl-controls {
    position: absolute;
    bottom: 0;
    width: 100%;
}
#slideshow0 .owl-pagination {
    top: -32px;
}
#slideshow0 .owl-buttons{
	display: none;
}
#slideshow0.owl-carousel .owl-item  .item{
    text-align: center;
}
#slideshow0.owl-carousel .owl-item  .item > img{
    display: inline-block;
}
.copyright_block {
    background: #fff;
    font-size: 14px;
    
    padding: 16px 0 14px;
    color: #009999;
    float: left;
    width: 100%;
}
.copyright_block a{
    font-size: 14px;
    
    color: #009999;
    line-height:unset !important;
}
.copyright_block a:hover{
    color: #009999;
}
.card_block {  background: #999999;
    font-size: 14px;
    font-family: arial;
    padding: 16px 0 14px;
    color: #000;
	text-align:center;
    float: left;
    width: 100%;
}
.card_block img{ margin:0 auto;}
footer {
	margin-top: 0;
    padding-top: 0px;
	border-top:5px solid #ffffff;
    color: #fff;
    display: inline-block;
    width: 100%;
}
.cols-two{
    padding: 0 15px;
    float: left;
    width: 21%;
}
.cols-four{
    padding: 0 15px;
    float: left;
    width: 37%;
}
.newsletter_block{
    margin-top: 20px;
}
.nl_block{

}
.etd24{
    
    /* font-size: 24px; */
    color: #000;
    text-transform: uppercase;
    margin: 15px 0;
}
.nl_block form{}
.nl_block form input.form-input{
    border: 0 none;
    padding: 9px 10px;
    min-width: 200px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
}
.nl_block form input.form-btn{
    background: url(../image/sub.png) no-repeat 15px center #009999;
    border: 2px solid #fff;
    color: #fff;
    padding: 7px 12px;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    padding-left: 40px;
}
.sm_block{
    margin-top: 20px;
    margin-bottom: 20px;
}
.sm_block ul{
    margin: 0;
    list-style: none;
    padding: 0;
    margin-top: 17px;
    display: inline-block;
}
.sm_block ul li{
    display: inline-block;
    border-right: 1px solid #000;
    padding-right: 20px;
    margin-right: 20px;
    margin-bottom: 30px;
}
.sm_block ul li:last-child{
    border-right: 0 none;
    padding-right: 0px;
    margin-right: 0px;
}
.sm_block ul li a{
    font-size: 27px;
    line-height: 19px;
}
.sm_block ul li span.etd24{
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.sm_block ul li span.smicon{
    position: relative;
    width: 36px;
    height: 36px;
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    margin-top: -5px;
    margin-left: 0;
}
h6.etd24{
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.footer_top_block  .sm_block ul li a{
    background: none;
    padding: 0px;
    line-height: normal;
}
.sm_block ul li span.smicon span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #009999;
}
.sm_block ul li i{
    font-size: 21px;
    line-height: normal;
    display: block;
}
/*.footer_top_block{
    padding:25px 0px;
}
.footer_top_block h5{
    font-size: 24px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0px;
  
    padding-bottom: 10px;
    color: #ff0808;
}

.footer_top_block ul{
    color: #666666;
    font-size: 14px;
    line-height: 25px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer_top_block ul li i { padding-right:5px; width:26px; text-align:left;}
.footer_top_block ul li a{
    color: #666666;
   transition:0.9s all ease;
    padding-left: 0px;
    line-height: 31px;
}
.footer_top_block ul li a:hover{
    color: #000;
	padding-left:15px;
	transition:0.9s all ease;
}
.footer_top_block ul li p{}

*/

.footer_top_block{
    padding:25px 0px;
}
.footer_top_block h5{
    font-size: 24px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0px;
  
    padding-bottom: 10px;
    color: #ff0808;
}

.footer_top_block ul{
	display:inline;
    color: #666666;
    font-size: 14px;
    line-height: 25px;
    margin: 0;
    padding: 0;
    list-style: none;
	float: left;
    width: 100%;
    text-align: center;
}
.footer_top_block ul li{ display:inline-block;}
.footer_top_block ul li i { padding-right:5px; width:26px; text-align:left;}
.footer_top_block ul li a{
    color: #666666;
   transition:0.9s all ease;
    padding-left: 0px;
    line-height: 31px;
	padding-right:25px;
	text-align:center;
}
.footer_top_block ul li a:hover{
    color: #000;
	transition:0.9s all ease;
}
.footer_top_block ul li p{}

.row11{ margin:0px -15px;}

.news-letter-inside {
   width: 100%;
    padding: 2px 0px 14px 0px;
       margin: 0px 0px 15px 0px;
    display: -webkit-box;
    border-top: 13px solid #fff;
    border-bottom: 13px solid #fff;
}

.news-letter-inside h3 {
    width: 100%;
    float: left;
    text-align: left;
    color: #fff;
    font-size: 25px;
    font-family: 'myriadpro', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

.letter_con {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.input-group {
    width: 100%;
    margin: 0 auto;
}

.input-group .form-control {
    z-index: 1;
    float: left;
    width: 60%;
	margin:0px;
	border-radius: 3px 0px 0px 3px;
    background: none;
    border: 1px solid #ccc;
    padding: 7px 13px;
    height: auto;
    color: #333;
    box-shadow: none;
	
}

.input-group-btn {
    width: 20%;
    float: left;
    padding: 0px;
    z-index: 3;
}

.news-btn {
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    padding: 9px 7px;
    font-size: 18px;
    letter-spacing: 2px;
    width: 100%;
    float: left;
    border-radius: 0px !important;
    box-shadow:none;
    text-transform: uppercase;
    color: #fff;
}

.news-letter-inside h3 {
    width: 100%;
    float: left;
    text-align: left;
    color: #fff;
    font-size: 25px;
    font-family: 'myriadpro', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

.btm-social {
    margin: 0px;
    padding: 15px 0px;
    list-style: none;
    text-align: left;
    width: 100%;
    float: left;
}

.btm-social li {
    display: inline-block;
    color: #fff;
    text-align: center;
}

.btm-social li a {
    display: inline;
    font-size: 18px;
    float: left;
    color: #989696;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    margin-right: 10px;
    border-radius: 100%;
}
.cont-block{ width:100%; float:left; text-align:left;}
.footer_head {

    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 0;
}

.footer-cont {
    width: 100%;
    float: left;
    color: #666666;
}

.footer-cont a {

    color: #666666;
}
.footer-cont a:hover {
    color: #000;
}
.footer-cont p{font-size:14px; line-height:20px; color:#000; padding:0; margin:0;}
.contact_content span{
	float:left;	}
.contact_content span .fa {
   /* font-size: 18px;
    line-height: 35px;
    border: 1px solid #009999;
    padding: 0px 9px 0px 9px;
    margin: 0px 0px 11px 0px;
    color: #009999;
    width: 35px;
    height: 35px;
*/

    display:inline-block;
    font-size: 25px;
    line-height: 35px;
    border: 1px solid #009999;
    color:#009999;
    width: 35px;
    height: 35px;
    text-align: center;
	margin: 0px 0px 11px 0px;

}
.footer-cont span {
    color:#666666;
    font-weight: bold;
    line-height: 35px;
	    padding-right: 10px;
}
.map_block{float:left; width:100%; background:#666666;}
.openingtime ul li span:first-child{
    display: inline-block;
    width: 50%;
}
.openingtime ul li span:last-child{}

.common-home #column-right {
    width: 100%;
    display: inline-block !important;
    padding: 50px 0 10px;
    box-shadow: 0px 6px 9px rgba(176, 176, 176, 0.76) inset;
}
.common-home #column-left{
    width: 100%;
    display: inline-block !important;
}
a,.btn-link{
    color: #000;
}

a:hover,.btn-link:hover{
    color: #009999;
}
.hcatsinner{
    background: #EEEFF3;
    margin-bottom: 25px;
}
.hcats > h2{
    font-size: 36px;
}
.home_cats {
    
}
.home_cat_item > div{
    padding: 0 0px;
    position: relative;
}
.cat_img{
   
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}
.cat_img:hover {
    background: #009999;
 
}
.cat-thumb{ 
    position: absolute;
    z-index: 2;
    top:37%;
    left: 0px;
    right: 0px;
}
.cat_img h2{
    width: 86%;
    margin: 0 auto;
    padding: 10px 0px 13px 0px;
    text-align: center;
    font-size: 22px;
    
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 3px solid #fff;
}

.cat-thumb .exp {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 21px;
}

.cat-thumb .exp span {
       color: #fff;
    text-transform: uppercase;
    border: 2px solid #fff;
    padding: 5px 12px;
}
.cat_img h2 span{
    font-size: 30px;
}
.cat_img h2 a{
    font-size: 32px;
    font-family: early_times_demoregular;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 4px 1px 2px rgba(0, 0, 0, 0.75);
}
.home_cats  .slick-arrow{
    position: absolute;
    top: 44%;
    width: 26px;
    height: 81px;
    background: url(../image/arrows.png);
    border: 0 none;
    font-size: 0;
    padding: 0;
}
.home_cats .slick-prev{
    left: -26px;
}
.home_cats .slick-next{
    right: -26px;
    background-position: right;
}
.home_cats .slick-slide img {
    display: block;
    max-width: 100%;
padding: 0px;
}
.content_bottom{
    padding: 15px 0;
	float: left;
    width: 100%;
    margin-bottom: 15px;
}
.content_bottom .sale_items_block{
    background: url(../image/sale_bg.jpg);
    background-position: center;
    /*background-attachment: fixed;*/
    padding: 30px 0 50px;
    text-align: center;
}
.content_bottom .sale_items_block p{
    margin: 0 auto;
    width: 60%;
    text-align: center;
    color: #fff;
}
.content_bottom .sale_items_block p img{
    display: inline-block;
}
.content_bottom .sale_items_block a{

    padding: 10px 25px;
    display: inline-block;
    margin-top: 20px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}
.home_items{
    padding:0px 0 0px;
    width: 100%;
    display: inline-block;
    text-align: center;
	
	float: left;
}
.home_items .feat_icon{
    margin-top: 25px;
}
.hdte{
width:100%;}
.hdte h3 {
    font-size: 40px;
    font-weight: bold;
    text-transform:none;
    
    color: #009a98;
    margin: 15px 0px;
    line-height: 40px;
    text-align: center;
    padding: 6px 35px 0px 35px;

}
.wbg{background:#009999;}
.whats-left { background:#f3f1f2; padding:0px;}
.whats-right {  padding:0px;}
.whats_heading { font-size: 40px;
    font-weight: 300;
    text-transform: uppercase;
    
    color: #000;
    margin: 15px 0px 0px 0px;
    line-height: 40px;
	text-align:left;
	padding: 19px 15px;}
		
.whats_heading2 { 
	font-size: 23px;
    font-weight: 400;
    text-transform:uppercase;
    
    color: #000;
    margin: 15px 0px 0px 0px;
    line-height: 40px;
	text-align:left;
	padding: 19px 15px;}

.explore-more {
    width: 100%;
    float: left;
	padding: 33px 0px 38px 15px;
}

.explore-more a {
    color: #fff;
	background:#000;
    text-transform: uppercase;
    border: 1px solid #000;
    padding: 6px 6px;
    float: left;
}
h1, h2, h3, h4, h5, h6{
    text-transform: uppercase;
    
    color: #333333;
}
.home_items_container{}
.home_items_container{}
.home_feat_item{
	    display: inline-block;
		
}
.home_feat_item > div{
    background: #fff;
    position: relative;
}
.product-thumb {
	border: 1px solid #ccc !important;
    margin-bottom: 0px;
 text-align: center;
    padding-bottom: 0px;
    position: relative;
    background: #fff;
    overflow: hidden;
}
.product-thumb:hover{border:1px solid #009999 !important;}
.product-thumb .new{
    position: absolute;
    top: 10px;
    left: 10px;
    background: #009999;
    padding: 2px 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}
.product-thumb .image {
    text-align: center;
    padding: 10px;
	padding: 0;
    margin: 0;
}
 .caption {
    padding: 0 10px;
    min-height: 0;
}
 .caption h4 {
    font-weight: bold;
    color: #009999;
    
    font-size: 16px;
    margin-bottom: 15px;
	    text-align: left;
	       overflow: hidden;
    width: 250px;
    word-wrap: break-word; 
}
 .caption h4  a{
    color: #009999;
	 text-align: left;
}.art {
    color: #666666 !important;

}
 .art a{
    color: #666666 !important;
	 text-align: left;
}
 .caption h4 + p{
	display: none;
	color:#999999;
}
 .caption .price {
    color: #009999;
    font-size: 16px;
    font-weight: bold;
}
 .caption .price-old {
    color: #ccc;
    text-decoration: line-through;
    margin-left: 0;
    /* float: left; */
    margin-right: 10px;
    font-size: 14px;
}
.caption .rating {
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    float: left;
}
 .caption .price {
    color: #999999;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    text-align: center;
    height: 24px;
}
 .caption .price-tax {
    display: none;
}
 .caption .button-group {
    border-top: 1px solid #ddd;
    background-color: #eee;
    overflow: auto;
    display: none;
}

.home_items  .slick-arrow{
    position: absolute;
    bottom: 0;
    width: 14px;
    height: 16px;
    background: url(../image/arrows2.png);
    border: 0 none;
    font-size: 0;
    padding: 0;
}
.home_items .slick-prev{
    left: 40%;
}
.home_items .slick-next{
    right: 40%;
    background-position: right;
}
.home_items .slick-dots{
    margin: 0;
    padding: 0;
    list-style: none;
}
.home_items .slick-dots li{
    display: inline-block;
    margin: 0 5px;
}
.home_items .slick-dots li button{
    background: url(../image/bullets.png);
    border: 0 none;
    width: 15px;
    height: 15px;
    padding: 0;
    font-size: 0;
}
.home_items .slick-dots li.slick-active button{
    background-position: bottom;
}
.head-bar{ width:100%; float:left; border-bottom:3px solid #666666; margin-bottom: 22px;}
.head-bar h2 { width:100%; float:left; color:#009999;}

body{
	background: #fff;
}
body.common-home{
	background: #fff;
}
body footer {
    margin-top: 15px;
}
body.common-home footer {
    margin-top: 0px;
}
#cats{
    margin: 0 15px;
}
#cats h2{

    margin: 0;
    padding: 20px 15px;
    color: #333;
    line-height: normal;
    font-size: 22px;
    
    font-weight: bold;
	border-bottom:1px solid #fff;
}
#cats .prnt.active,
#cats .prnt:hover{
    background:none;
}
#cats .prnt a{
    margin: 0;
    padding: 12px 15px;
    border: 0 none;
    border-bottom: 1px solid #ccc;
    color: #999999;
    font-size: 14px;
    
    border-radius: 0;
   background:none;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}
#cats .prnt a span{
    position: absolute;
    right: 10px;
    top: 32%;
}
#cats .child_wrapper{}
#cats .child_wrapper .chld{
    border-bottom: 1px solid #e5e5e5;
}
#cats .child_wrapper .chld a{
    margin: 0 15px;
    padding: 12px;
    border: 0 none;
    /* border-bottom: 1px dotted #7f7f7f; */
    color: #999999;
    font-size: 14px;
    
    border-radius: 0;
    background:none;
}
#cats .child_wrapper .chld.active a,
#cats .child_wrapper .chld:hover a{
    color: #009999;
}
.main_cat_desc{
   /* background: url(../image/bg_new.png) #f9f9f9; */
    background-color: #f9f9f9;
    padding: 18px;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 213px;
    border: 1px solid #D8D8D8;
    text-align: center;
    margin-bottom: 25px;
}
.main_cat_desc h2{
    margin-top: 0;
    color: #009999;
}
.main_cat_desc hr{
    margin-top: 0;
    max-width: 100px;
    border-color: #000;
}
.main_cat_desc  p{
}
.main_cat_desc + h3{
    font-size: 35px;
}
.sub_cats_wrapper{
    display:none;
}
.sub_cats_wrapper a{}
.sub_cats_wrapper .subcat_title{
    font-size: 30px;
    text-align: center;
    margin-top: 25px;
}
.not-front .product-thumb:hover {

}
.product-grid .product-thumb {
    background: #fff;
	margin-bottom:15px;
}
.inner_banner{    border-top: 3px solid #666666; 
}
.bc{
    background: #009999;
    margin-bottom: 25px;
}
.sub_cat_desc{
    padding: 30px 0;
    /* color: #fff; */
    background-position: center;
    min-height: 175px;
}
.sub_cat_desc h2{
    margin-top: 0;
}
.sub_cat_desc p{
    margin: 10px 0;
}
.btn-primary{
    background: #009999;
    background-position: 0;
    border: 0 none;
    border-radius: 0;
	text-shadow:none;
	color:#fff;
}
.btn-primary:hover, .btn-primary:foucs, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background: #666666 !important;
	color:#fff !important;
}
.bline{
    border-top: 1px solid #ccc;
    margin: 10px 0;
}
.ptmbs{
    padding-right: 5px;
}
.p_thumbnails{
    margin: 0;
    padding: 0;
    list-style: none;
}
.p_thumbnails li {
    /* background: #F5F5F6; */
    padding: 6px;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    border: 1px solid #ccc;
    margin-top: 10px;
}
.p_thumbnails li a{
    margin: 0;
    border: 0 none;
}
.p_thumbnails li a img{}
.main_image {
    background: #fff;
	border: 1px solid #ccc;
    border-radius: 3px;
    padding: 10px;
}
.main_image .thumbnail {
    border: 0 none;
    margin: 0;
    border-radius: 0;
    padding: 0;
}

@media (min-width: 991px){
	.p_details h1{
		margin-top: 0;
	}
}
.p_price{}
.p_price li{
    display: inline-block;
    margin-right: 10px;
}
.p_price li span{
    display: inline-block;
    margin-right: 10px;
    width: 100%;
}
.p_price li  h2{
    display: inline-block;
    margin-right: 0;
    margin-top: 3px;
    
    font-size: 30px;
    font-weight: bold;
    color: #009999;
    margin-bottom: 0;
}
.p_details .form-control {
    background-color: #fff;
	border-color: #d8d8d8;
    box-shadow: 0 0;
    border-radius: 0;
    padding: 11px;
    height: auto;
}
.p_model li{
    font-weight: bold;
    font-size: 18px;
    color: #009999;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}
.p_model li span {

    color: #999999;

  
}
.a2cs{}
.p_details label {
    font-size: 20px;
    color: #636262;
}
.p_details .a2cs input{
    width: 85px;
    display: inline-block;
    text-align: center;
}
.a2cs button{
    display: inline-block;
    vertical-align: top;
    height: 40px;
    background: #009999;
    
    font-size: 14px;
    text-transform: uppercase;
    line-height: 19px;
    font-weight: bold;
	color:#fff;
	margin-top: 10px;
}

.a2cs button:hover,
.a2cs button:focus,
.a2cs button:active{
    background: #666666 !important;
	color:#fff !important;
}
.a2cs .btn-group {
    width: 100% !important;
    display: inline-block;
    margin-top: 20px;
}
.a2cs .btn-group button{
    background: #cccccc;
    border: 1px solid #d8d8d8;
    border-radius: 0;
    width: 30% !important;
    display: inline-block;
    margin-right: 22px;
    text-align: center;
    padding: 0;
	color:#009999;
}
.p_t_wrapper{
    display: inline-block;
    
    padding-bottom: 15px;
}
.p_b_wrapper {
    text-align: center;
}
.p_b_wrapper ul{
    display: inline-block;
	width:100%;
	border:none;
}
.p_b_wrapper ul li{}
.p_b_wrapper ul li a{
    color: #fff !important;
    font-size: 18px;
    
    font-weight: bold;
    border: 0 none !important;
    background: transparent !important;
}
.p_b_wrapper ul li.active a{
    background: #009999 !important;
	color:#fff;
}
.tab-content{
    text-align: left;
    background:none;
    padding: 10px;
	color:#fff;
}
.review_box{
    /* float: right; */
    /* border: 1px solid #DDDDDD; */
    padding: 5px 16px;
    margin-top: -4px;
    font-size: 15px;
    /* color: #000; */
    display: inline-block;
    vertical-align: top;
}
.review_box a{
    font-size: 14px;
    color: #999;
}
.p_video{
    margin: 20px 0;
    display: inline-block;
    width: 100%;
}
.p_reviews{
    width: 100%;
    display: inline-block;
    height: 450px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.p_reviews h4{
    margin-top: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}
.review_container{
    display: inline-block;
    width: 100%;
    padding: 0 10px;
}
.rcircle{
    display: inline-block;
    vertical-align: middle;
    width: auto;
}
.rc{
    font-size: 36px;
    color: #fff;
    background: #009999;
    width: 60px;
    height: 60px;
    display: inline-table;
    font-family: early_times_demoregular;
    border-radius: 50%;
}
.rc span{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.rcircle_other{
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}
.rcircle_other > span{
    width: 100%;
    display: inline-block;
    margin: 5px 0;
}
.rcircle_other > span span{
}
.rauthr{
    font-size: 18px;
    color: #000;
}
.rcircle_other .rating{}
.rcircle_other .rating p{
    margin: 0;
}
.rdate{
    font-size: 18px;
    color: #000;
    margin: 10px 0;
}
.rdetail{}
.rdetail p{}
.product_reviews{
    display: inline-block;
    margin-top: 0px;
    padding-top: 0;
}
.product_reviews > h3{
   
    font-size: 26px;
    margin-bottom: 14px;
    background: #cccccc;
    color: #000;
    width: 100%;
    float: left;
    text-align: left;
    padding: 16px 0px 10px 11px;
    display: block;
}

.related-thumb { background:none !important;}

.product-thumb,.related-thumb h4  a { color:#999999;}
.related-thumb .caption { padding: 0 10px;
    min-height: 0;
    position: absolute;
    top: 20%;
    right: 0px;}
#ctsfrm input,
#ctsfrm textarea{
    margin-bottom: 15px;
    border-radius: 0;
}
.amhjgs{ margin-top: 2%;}
.gth  .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
}
.mg-check{float:left; width:100%;}
.mg-check h1{padding-left:15px; padding-top: 15px;}
.checkout_heading { width:100%; float:left;}
.checkout-success p { color:#000; }
.checkout-success p a{ color:#009999; }
.checkout-success .buttons a{ background: #fff; color:#000; background-position: 0; border: 0 none; border-radius: 0; font-size: 15px;}
.checkout-success .buttons a:hover{ background: #009999; color:#fff; background-position: 0; border: 0 none; border-radius: 0; font-size: 15px;}

.account-account a { color:#333;}

.account-register a { color:#333;}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background: #ccc;
    border: none;
    border-radius: 4px;
    margin-top: 21px;
}
.well p{
    color:#000;
}
.well .form-group .control-label{
    color:#000;
}

.mgh{
	border: 0px !important;
	margin-bottom: 20px;
	overflow: auto;
}
.mgh:hover{
	border: 0px !important;
	
}
.mgh .image img {
    display: block;
    margin: 0px auto;
	border:1px solid #ccc;
}
.mgh h4 {
    font-weight: bold;
    color: #1E1B1B;
    font-family: 'Open sans';
    font-size: 16px;
    margin-bottom: 15px;
    text-align: left;
}
.mgh .price {
    color: #999999;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    text-align: left;
    height: 24px;
}
.mgh .button-group {
    border-top: 1px solid #ddd;
    background-color: #eee;
    overflow:visible;
}

.mgh .button-group button {
    width: 60%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #666666;
    color: #fff;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.mgh .button-group button:hover {
    color: #fff;
    background-color: #009999;
    text-decoration: none;
    cursor: pointer;
}
.home_about{  float: left;
    width: 100%;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 12px;
    margin-top: -35px;
	margin-bottom:30px;}
	.home_about p{ font-size: 14px; line-height: 25px;}
.home_about p .img-responsive{margin:0 auto;}
.home_about .btn-primary{margin:0 auto;}
#content h1, h3{margin-top: 0px;}

/* Bounce To Bottom */
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #009999;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
  color: #fff;
}
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.h-cat{float:left;
	width:100%;
        margin-bottom: -25px; }
.cat-block{
	background:#fff;
    float: left;
    width: 100%;
    
}
.cats_img { opacity: 1; transition: 0.5s all ease; }
.cats_img:hover { opacity: 1; transition: 0.5s all ease; }
.cats_box { padding: 0px; position: relative;}
.cats_img img{margin:0 auto;}
.cats_box h2{text-align:center;  font-size:22px; color:#009999;}
.single-banner {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}
.sb-img img {
    width: 100%;
}
.sb-content2{
    height:100px;
    text-align:center;
}
.sb-content2 a{
    background:#009a98;
    color:#fff;
    padding:7px 10px;
}
.sb-content {
	transition: 0.5s all ease;
    left: 3%;
    position: absolute;
    bottom: 30px;
}
.sb-content > span {
    font-size: 16px;
}
.sb-content > h2 {
    transition: 0.5s all ease;
    font-weight: 700;
    margin-top: 5px;
    text-transform: uppercase;
    
    font-size: 24px;
    color: #099;
    text-shadow: 1px 1px 2px #fff;
    text-align: left;
}
.sb-content > a {
	float:left;
	font-size:12px;
	text-align:left;
	
	transition: 0.5s all ease;
    color: #fff;
	background:#009999;
    display: inline-block;
    padding: 5px 10px;
    margin-top: 30px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.single-banner:hover .sb-content > a {
	transition: 0.5s all ease;
    margin-top: 0px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
.sb-content > a:hover {
    background: #000;
    color: #fff;
	text-decoration:none;
}
.single-banner img {
    -webkit-transition: .5s;
    transition: .5s;
    border:1px solid #ccc;
}
.single-banner a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}
.single-banner:last-child {
    margin-bottom: 0;
}

.h-cath2{
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    
    color: #000;
    margin: 15px 0px;
    line-height: 40px;
    border-left: 5px solid #009999;
    text-align: left;
    padding: 6px 10px 0px 10px;
    float: left;
}
.overlay {
  position: absolute;
  bottom: 0;
  left: 100%;
  right: 0;
  background-color: #009999;
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
}

.cats_box:hover .overlay {
  width: 100%;
  left: 0;
}

.text {
  white-space: nowrap; 
  color: #fff !important;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text a{
  color: #fff !important;
  text-decoration:none;
}
.text a:hover{
  color: #fff !important;
 text-decoration:none;
}
#grid-view{background:#009999;}
#grid-view .fa{color:#fff;}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    background-color: #009999;
    border: 1px solid #ccc;
    border-radius: 4px;
}
/* left side start*/
.left-menu{float:left; width:100%;}
.left-menu ul{float:left; width:100%; margin:0; padding:0;}
.left-menu ul li{ line-height:34px; background:none; width:100%; float:left; font-size: 14px;  color: #fff; text-shadow: none;text-decoration:none; transition: 0.5s all ease; position: relative; margin-bottom:4px;}
.left-menu ul li a { font-size: 14px;  color: #fff; text-shadow: none;text-decoration:none; padding-left:10px; transition: 0.5s all ease; width:100%; float:left;}
.left-menu ul li a:hover { transition: 0.5s all ease;}
.left-menu ul li a:hover { background:#009999; color:#fff; transition:all 0.3s;}
#cat-accordion{float:left; width:100%; transition: 0.5s all ease;}
.left-heading{font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; background:#009999; text-transform: uppercase; color:#fffefe; font-size:22px; line-height:40px; padding-left:10px; margin: 0px 0px 10px 0px; display: block; }
.icon-collapse {
  position: absolute;
 right: 25px;
  top: 0px;
  padding: 0px 7px 1px 6px;
  margin-right: -20px;
  -webkit-border-radius: 10%;
  -moz-border-radius: 10%;
  -ms-border-radius: 10%;
  -o-border-radius: 10%;
  border-radius: 10%;
  background: #000;
  margin-top: 8px;
    line-height: 25px;
    transition: 0.5s all ease;
}
.icon-collapse:hover{
    display:block;
}
.activeo{display:block !important;}
#masterdiv { width:100%; float:left;} 
.menutitle {transition:0.1s all ease; cursor:pointer; }
.menutitle{ line-height:41px; background:#666666 !important; width:100%; float:left; margin-bottom:10px; font-size: 14px;  color: #fff; text-shadow: none;text-decoration:none; padding-left:10px; transition: 0.5s all ease; }
.menutitle a{ font-size: 14px;  color: #fff; text-shadow: none;text-decoration:none; padding-left:10px; transition: 0.5s all ease; width:100%; float:left;}
.menutitle a i{ font-size: 16px; padding-right:10px; transition:0.3s all ease; text-decoration: none; }
.menutitle:hover{  transition: 0.5s all ease; }
.menutitle:hover{   background:#0099ff !important; color:#fff !important; transition:all 0.3s !important;}
.submenus { width:100%; float:left;  margin-bottom:2px; border-bottom:1px solid #d3d3d4 !important; border-top: 1px solid #d3d3d4 !important;  font-size:14px; font-weight:600; color:#7f7f7f !important; padding: 3px 0px 3px 10px; display:block; margin: 2px 0px; transition: 0.3s all ease;     text-decoration: none;}
.submenus:hover{ text-decoration:none; border-radius: 5px 20px 5px; background-color:#009999; color:#fff !important;  transition: 0.3s all ease !important; padding-left:20px;}
.amg{margin-top:20px;}
.amghs{margin-top:20px;}
.contact_content .footer-cont {
    width: 100%;
    float: left;
    color: #333;
}

.contact_content .footer-cont a {

    color: #333;
}
.contact_content .footer-cont a:hover {
    color: #000;
}


.contact_content .footer-cont span {
    color:#333;
    font-weight: bold;
    line-height: 35px;
}

/* left side end */
@media (min-width: 992px){
	#logo  img {
		display: inline-block;
	}
	
}
@media (min-width: 768px){
	#top_menu .navbar-collapse.collapse,
	#menu .navbar-collapse.collapse	{
		padding: 0;
	}
	#top_menu .navbar-nav>li {
		/*background: url(../image/top_sep.png) no-repeat right center;*/
	}
	#top_menu .navbar-nav>li:last-child {
		background: none;
	}
	.no-left{
		padding-left: 0;
	}
	.no-right{
		padding-right: 0;
	}
}
@media (max-width: 992px){
	#search {
	    margin-top:13px;
}
	.flex-direction-nav a{
	    display:none !important;
	}
	#cart {
	    margin-top:8px !important;
	    float:right !important;
	}
	.lang_blocks .dropdown-menu{
	    left:unset !important;
	    min-width:100px;
	    right:10px;
	}
	.hwrapper {
	    display: block;
	    margin: 35px 0;
	}
	.copyright_block .col-sm-6{
		width:100%;
		text-align: center;
	}
	.home_cats  .slick-arrow{
		display: none !important;
	}
	.cols-two{
		width: 33.333%;
	}
	.cols-four{
		width: 100%;
	}
	.nl_block form input.form-input {
		width: 82%;
	}
}
@media (max-width: 768px){
	.hsocials{
		position: absolute;
		top: 0;
		left: 0;
		z-index: 9;
	}
	#top_menu  .btn {
		padding: 7px 12px;
		border: 1px solid #fff;
		border-radius: 0;
	}
	#top_menu {
		float: none !important;
	}
	#top_menu .navbar-nav>li>a {
		text-align: left;
	}
	.main_logo{
	    text-align: center;
	}
	#logo .img-responsive{
		margin:0 auto;
	}
	.hwrapper {
	    width: 100%;
	}
	#search {
	}
	#menu {
		border-radius: 4px;
		padding: 10px 0;
		    float: left;
    width: 100%;
	}
	.flex-direction-nav a{
	    display:none !important;
	}
	#menu .btn-navbar {
		background-color: #009999;
		background-image: none;
		border-color: #009999;
		border-radius: 0;
	}
	#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
		background-color: #000;
	}
	#menu .nav > li{
		background: none;
	}
	#cart {
	    margin-top:0px !important;
}
	#menu .dropdown-inner a,
	#menu .dropdown-inner a:hover{
		color: #000;
	}
	.main_cat_desc h2{
		background: rgba(242, 242, 242, 0.7);
	}
	.main_cat_desc  p{
		background: rgba(242, 242, 242, 0.7);
	}
	.nl_block form input.form-input {
		width: 77%;
	}
}
@media (max-width: 668px){
	#cart {

	}
	#top_menu .navbar-nav>li>a span{padding-left:10px;}
}
@media (max-width: 645px){
	.hwrapper {
		display: inline-block;
	}
	
	#search {
	}
	#cart {
    float: left;
    width: 100%;
}
	.cols-two {
		width: 100%;
		text-align: center;
		margin-bottom: 45px;
	}
	.nl_block,
	.cols-four	{
		text-align: center;
		margin-top: 20px;
	}
	.nl_block form input.form-btn {
		margin-top: 15px;
	}
	#top_menu .navbar-nav>li>a span{padding-left:10px;}
}
@media (max-width: 500px){
	.hsocials {
    position:inherit !important;
    top: 0;
    left: 0;
    z-index: 9;
}
	.main_logo{
		width: 100%;
	}
	.cart_block{
		width: 65%;
	}
	.hwrapper {
		display: inline-block;
		max-width: 200px;
		margin: 15px 0;
	}
#top_menu .navbar-nav>li>a span{padding-left:10px;}

}
@media (max-width: 433px){
	.sm_block ul li {
		display: inline-block;
		border-right: 0 none;
		padding-right: 0;
		margin-right: 0;
		margin-bottom: 30px;
		width: 100%;
	}
#top_menu .navbar-nav>li>a span{padding-left:10px;}
}
@media (max-width: 402px){
	.main_logo {
		width: 100%;
	}
	#top_menu .navbar-nav>li>a span{padding-left:10px;}

	.main_logo #logo {
	}
	.main_logo img{
		display: block;
	}
	#search .searchp {
    height: auto;
    line-height: 10px;
    padding: 6px 10px 5px 10px;
    border-radius: 10px 0px 0px 10px;
    box-shadow: 0 0;
    background: #dadada;
    margin-left: 5px;
    margin-bottom: 0px;
    border: 0;
    min-width: 205px;
    float: left;
}
	.cart_block{
	    width: 100%;
	}
	.hwrapper {
		max-width: 100%;
		margin: 15px 0;
	}
	.nl_block form input.form-input {
		margin-right: 0px;
	}
	.nl_block form input.form-btn{
		min-width: 250px;
		margin-top: 15px;
	}

}
@media screen and (max-device-width: 767px){
	.top-head {
    background: none;
    z-index: 2;
    position:inherit;
}
.slidee2 .slick-next{
    display:none !important;
}
.slidee2 .slick-prev{
    display:none !important;
}
.h-cat {
    float: left;
    width: 100%;
	position:inherit;
    z-index: 3;
    bottom: 0px;
	margin-bottom:20px;
} 
		#search {width: 100%;
float: left;
       margin-top: 5px;
	margin-bottom:15px;
}
.container-2 {
    top: 30px;
}
.container-2 { float:right; top: 22px; margin-right:9px; width:100%; border: 1px solid #009999;
    border-radius: 3px; }
.container-2 .icon { top: 0px; right: 9px; z-index: 1; background:none; color: #009999;  padding:6px 9px 5px 7px; }
.container-2 .icon i { font-size:26px; cursor:pointer; }
.container-2 .searchp { background: none; border-radius: 16px; border:0px; box-shadow: none; color: #474747; float: right; font-size: 13px; height:45px; margin: 0; padding-left:5px; padding-right: 0px; width: 100% !important; -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none !important;   }
.container-2:hover .icon { color: #ff3333; }
.container-2:hover .searchp { width:100%; border: 1px solid #ff3333; margin-top:0px !important;}
	#menu .nav > li {
    float: left;
    width: 100%;
    text-align: left;
}
#menu .nav > li > a {
    
    color: #666666;
    text-shadow: 0 0;
    padding: 9px 27px;
    min-height: 20px;
    background-color: transparent;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 0px;
    float: left;
    width: 100%;
}
.inner_banner {
    background: none;
	height:0;
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background: #009999;
	border: 0px;
	outline:0px;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-primary {
    background: #009999;
    background-position: 0;
    border: 0 none;
    border-radius: 0;
    font-size: 15px;
    text-shadow: none;
    color: #fff;
    margin-top: 0px;
}.input-group .form-control {
    z-index: 2;
    float: left;
    width: 100%;
    margin: 0px;
    border-radius: 3px 0px 0px 3px;
    background: none;
    border: 1px solid #ccc;
    padding: 7px 13px;
    height: auto;
    color: #333;
    box-shadow: none;
}.a2cs button {
    display: inline-block;
    vertical-align: top;
    height: 40px;
    background: #009999;
    
    font-size: 14px;
    text-transform: uppercase;
    line-height: 19px;
    font-weight: bold;
    color: #fff;
}
	}
	@media screen and (min-device-width: 768px) and (max-device-width: 1024px){
		#menu{margin-top:10px;}
		
		#menu .nav > li > a {
    
    color: #666666;
    text-shadow: 0 0;
    padding: 9px 2px;
    min-height: 20px;
    background-color: transparent;
    font-size: 15px;
    border: 5px solid transparent;
    text-transform: uppercase;
    margin-top: 0px;
}
}