
	



html {
	font-family: 'Quicksand', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	font-size: 16px;
	line-height: 1.5;
}

body {
	font-family: 'Quicksand', sans-serif;
	margin: 0;
	background:#006571 url(images/bg_header.jpg) no-repeat top center;
	font-size: 16px;
	line-height: 1.5;
}

h1,h2,h3,h4,h5 {
	color: #01aeaa;
}
a:link,a:visited,a:active,a:focus {
	text-decoration: none;
	color: #01aeaa;
}
a:hover {
	color: #444d4e;
}


.topheader {
	min-height: 100px;
}

img.logo  {
    margin: 0 auto;
}
a.logo {
    font-size: 30px;
    color: #fff; 
    line-height: 100px;	
}
.topmenu {
	min-height: 50px;
	margin: 0 0 30px 0;
	background: linear-gradient(to top, #444d4e, #535e5f);
	border-radius: 4px 4px 0 0 ;
}
.mainmenu ul {
	padding: 0;
	margin: 0;
}
.mainmenu ul li {
	display: inline-block;
	list-style: none;
}
.mainmenu ul li a {
	font-size: 15px;
	margin: 0;
	color: #fff;
	display: inline-block;
	position: relative;
	padding: 0 30px;
	height: 50px;
	line-height: 50px;
	margin:0;
}
.mainmenu ul li a:hover {
    color: #fff;
    background: linear-gradient(to top, #01ada9, #05c0bc);
    box-shadow: 5px 0 5px -5px #036260 inset, -5px 0 5px -5px #036260 inset;
}
.mainmenu ul li:nth-child(1) a:hover {
	border-radius: 4px 0 0 0;
	box-shadow: 0px 0 0px -0px #036260 inset, -5px 0 5px -5px #036260 inset;
}

.mainmenu ul li.productmenu ul {
	padding: 10px 0px;
	margin:0;
	text-align: left;
	min-width: 230px;
	border: none;
	border-radius: 0 0 4px 4px;
}
.mainmenu ul li.productmenu ul li a {
	font-size: 15px;
	font-weight: normal;
	color: #3a434b;
	background: #fff;
	line-height: 20px;
	padding:  0 20px;
	height: auto;
	text-align: left;
	box-shadow: none;

}
.mainmenu ul li.productmenu ul li a:hover {
	color: #227478;
	box-shadow: none;
	text-decoration: underline;
}
.mainmenu ul li.productmenu ul h2 {
	margin: 0;
	padding: 0;
}
ul.dropdown-menu li {
	display: block;
}
.header {
	min-height: 340px;
}

.slide {
	min-height: 350px;
	margin-bottom: 30px;
	border-radius: 4px;
}
.slide1 {
	background: url(images/slider1.jpg) no-repeat center;
	height: 350px;
	border-radius: 4px;
}
.slide2 {
	background: url(images/slider2.jpg) no-repeat center;
	height: 350px;
	border-radius: 4px;
}
.slide3 {
	background: url(images/slider3.jpg) no-repeat center;
	height: 350px;
	border-radius: 4px;
}
.section1 {
	background: url(images/bg_section1.png);
	padding: 40px 0;
}
.banner {
    font-size: 17px;
    color: #fff;
    text-align: left;
}
.banner span {
	font-size: 20px;
	display: inline-block;
	padding:  20px 0 10px 0;
}
.banner img {
	float: left;
	margin: 15px 20px 15px 0;
	border:3px #fff solid;
	border-radius: 4px;
}

.info {
	padding: 0;
	margin:  30px 0 0 0;
}

.infoblock {
	padding: 0 15px 15px 15px;
	font-size: 14px;
	overflow: hidden;
	color: #fff;
    min-height: 300px
}
.infoblock h4 {
	font-size: 17px;
	text-transform: none;
	line-height: 20px;
	margin: 20px 0 ;
}
.infoblock h4 a {
	color: #c2de00;
}
.infoblock img {
	float: left;
	margin: 0 20px 5px 0;
}
.infoblock span {
	text-align: justify;
}
.item div.col-md-4:nth-child(1)  {
	
}
.item div.col-md-4:nth-child(2)  {
	background: #5b6063;
}
.item div.col-md-4:nth-child(3)  {
	background: #52575a;
}
.section2 {
	background: url(images/bg_section2.png);
	padding: 30px 0 50px 0;
}
h3.h {
	padding: 0;
	font-size: 30px;
	color: #e0ff00;
	margin:  0px 0 20px 0;
	text-align: center;
}
.bestblock {
	text-align: center;
}
.bestblock  h4 {
	font-size: 25px;
	color: #fff;
	text-align: center;
}
.bestblock span.bgimg {
	text-align: center;
	padding: 10px;
	border-radius: 200px;
	width: 150px;
	height: 150px;
	display: inline-block;
}
.bestblock img {
	margin: 0px auto;
}
.bestblock span.price {
	color: #e0ff00;
	font-size: 30px;
	display: inline-block;
	margin: 10px 0; 
}
.maincontent {
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 0 10px #278086;
	padding-bottom: 15px;
}

.navbar-header h1 {
	font-size: 30px;
	font-weight: bold;
	margin: 23px 10px 0 0;
	text-transform: uppercase;
}
.navbar-header h1  a {color: #be2a38}
.navbar-toggle {
	border: 1px #fff solid;
	margin: 13px 20px 0 0;
	background: #53585b;
	border-radius:4px;
}
.navbar-toggle .icon-bar {
	background: #fff;
}
.navbar-collapse {padding: 0; }




.sidebar {	
	padding-bottom: 10px;
}
.sidebar aside {
    margin-bottom: 30px;
    background: #fff;
    padding: 0 20px 20px 20px;
 }

.productmenu  {
	margin:  0;
}
h2.widget-title {
	color: #fff;
    font-size: 20px;
    padding: 0px;
    margin: -20px -20px 20px -20px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #5e92c7;
}
.widget ul {
	list-style: none;
	margin: 0;
	padding:0;
}
.widget  ul  li {
	margin: 0 0 5px 0;

}
.widget  ul  li a {
	display: inline-block;
	line-height: 30px;
	color: #000;
	padding: 0 10px 0 0;
	font-size: 16px;
}
.widget  ul  li a:hover {
	text-decoration: none;
	color: #01aeaa;

}
.noclasswidger .widget {
	background: none;
    padding: 0;
    margin-bottom:0;

}


.navbar {
    margin-bottom: 30px;
    background: #fff;
    padding: 0 20px 20px 20px;
    border-radius:0;
    border:none;
 }
.sidebarwidget {
	background: #fff;
	padding: 20px 10px;
	margin-bottom: 30px;
}
.widget {
	
}
@media (max-width: 768px) {
	.productmenuheader {
	     background: #fe8501;
	     height: 60px;
	     margin: 30px 0 0 0;
	     line-height: 60px;
   }
   .productmenu {
         margin: 10px 0;
   }
   .productmenuheader h3 {
         color: #fff;
         margin:  0;
         padding: 20px 0 0 30px;
         font-size: 20px;
         font-weight: normal;
         text-align: left;
   }
   .productmenuheader .navbar-toggle {
    border: 1px #fff solid;
    margin: 12px 28px 0 0;
   }
   .navbar-header {
	height: 60px;
  }
  .topmenu {min-height: 60px;}
}

.sidebar  span.sbh  {
	font-size: 18px;
    color: #fff;
    font-weight: normal;
    background: linear-gradient(to top, #444d4e, #535e5f);
    padding: 0px 30px;
    height: 50px;
    line-height: 50px;
    border-radius: 4px 4px 0px 0px;
    text-align: left;
    margin: 0;
    display: block;
}
.sidebar  h2.widgettitle {
	display: none;
}
.sidebar  ul {
	list-style: none;
	margin: 0 0 30px 0;
	padding: 10px 0;
	border: 1px #ccc solid;
	border-radius: 0 0 4px 4px;
}
.sidebar .widget   li {
	margin:0;

}
.sidebar ul  li a {
	display:block;
	color: #555a5d;
	padding: 3px 20px;
	font-size: 16px;
	margin: 0;
}

.sidebar .widget  ul  li a:hover {
	text-decoration: none;
	color: #fff;
	background: linear-gradient(to top, #01ada9, #05c0bc);

}
.noclasswidger .widget {
	background: none;
    padding: 0;
    margin-bottom:0;

}

.footer {
	min-height: 50px;
	color: #fff;
	font-size: 13px;
	line-height: 50px;
	margin-top: 30px;
	padding-bottom: 15px;
}

.footer ul {
	margin: 0;
	padding: 0;
    list-style: none;
    text-align: left;
}
.footer ul li {
    display: block;
}
.footer ul li a {
	color: #fff;
	display: inline-block;
	margin: 0;
	line-height: 27px;
}
.footer ul li a:hover {
	color: #ff2a00;
}

.footer img {
	margin:0 auto;
}
.footer h2 {
	color: #fff;
	font-size: 17px;
	margin:30px 0 10px 0;
	font-weight: bold;
}

.copy {
	text-align: center;
	color: #fff;
	font-size: 12px;
	display: block;
}
.footer-text {
	text-align: justify;
}



.blockproduct {
	background: #fff;
	background-size: 100%;
	padding: 20px;
	margin: 0 0 30px 0;
	text-align: center;
	border: 1px  #ccc solid;
	border-radius:4px;
}

.blockproduct h2 {
    font-size: 20px;
    font-weight: normal;
    margin: 20px 0;
    padding:   0;
    color: #414649;
    text-align: center;

}
.blockproduct h2 a {
	color: #01aeaa;
}
.blockproduct h2 a:hover {
	text-decoration:none;
}
.blockproduct h3 {
	font-size: 14px;
	margin: 0 0 15px 0;
	padding:0;
	color: #3a434b;
	text-align: right;
	font-style: italic;
}
.tab-content {
	text-align: justify;
	min-height:330px;
}
.blockproduct img {
	margin: 0 auto;
}
.blockproduct p {
	margin: 0;
	font-size: 13px;
}
.blockproduct .price {
	font-size: 20px;
	color: #fff;
	display: inline-block;
	text-align: center;
	font-weight: normal;
	height: 40px;
    line-height: 40px;
    margin: 10px 0;
    padding: 0 20px;
    border-radius: 4px 0 0 4px;
    background: linear-gradient(to top, #01ada9, #05c0bc);
    
}
.blockbot {
	text-align: center;
}
a.btn_buymain {
    font-size: 20px;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    background: linear-gradient(to top, #444d4e, #535e5f);
    padding: 0px 20px;
    height: 40px;
    line-height: 40px;
    border-radius: 0px 4px 4px 0px;
}
a.btn_buymain:hover {
	transition: 0.2s;
	color: #05c0bc;
	opacity: 0.9;	
}


.maindesc p {
	font-style: italic;
}
.desc {
	min-height: 150px;
	text-align: justify;
}
.blockfooter {
	margin: 0 -20px -20px -20px;
	border-bottom: 5px #fff solid;
}
.mainprice {
	line-height: 40px;
	text-align: left;
	font-size: 25px;
	color: #fff;
	background: #87a375;
	padding-left: 30px;
	height: 40px;
}
.btn_buy {
	background: #ddbb01;
	color: #fff;
	height: 40px;
	line-height: 44px;
	font-size: 25px;
	text-align: center;
}

a.mainbuy {
	line-height: 45px;
	text-align: center;
	color: #b10000;
	font-size: 22px;
	margin: 0;
	float: right;
}
a:hover.mainbuy  {
	color: #b10000;
	text-decoration: none;
}
.mainbuy a:hover {
	text-decoration: none;
}

.cont {

    margin:  0;
}
.mainsingle {
	background: #fff ;
	background-size: 100%;

}

.mainsingle h3 {
	font-size: 18px;
    margin: 0;
    padding: 0;
    color: #53585b;
    font-weight: bold;
}
.mainsingle img {
	float: right;
	max-width: 300px;
	margin: 15px 0 15px 15px;
}
@media(max-width: 1000px) {
	.mainsingle img {max-width: 200px}
}
table.pricetab {
    width: 100%;
    border-spacing: 1px;
    border-collapse: inherit;
    margin-bottom: 15px;
    background: #e6e3e1;

}
table.pricetab td {
    padding: 10px;
    text-align: center;
    background: #fdfeff;
}
table.pricetab th {
    padding: 10px 2px;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    background: linear-gradient(to top, #444d4e, #535e5f);
    color: #fff;
}



.shopiingbuy table.pricetab {
    width: 100%;
    border-spacing: 1px;
    border-collapse: inherit;
    margin-bottom: 15px;
    background: #e6e3e1;
    
}
.shopiingbuy table.pricetab td {
    padding: 10px;
    text-align: center;
    background: #fdfeff;
}
.shopiingbuy table.pricetab th {
    padding: 10px 2px;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    background: linear-gradient(to top, #444d4e, #535e5f);
    color: #fff;
}


@media(max-width: 1000px) {
	table.pricetab td {
		font-size: 15px;
		padding: 2px 5px;
	}
}

.buy {
    font-size: 15px;
    display: inline-block;
    color: #fff;
    background: linear-gradient(to top, #01ada9, #05c0bc);
    padding: 0px 20px;
    height: 35px;
    line-height: 35px;
    border-radius: 4px;
    border:none;
}
.buy:hover {
	background: linear-gradient(to top, #52575a, #6c7276);
	color: #fff;
}
.btn {
	border-radius: 0;
	padding: 7px 15px;
}

 
h1.entry-title {
	color: #01aeaa;
    font-size: 30px;
    padding: 0px;
    margin: 0px 0px 20px 0px;
    height: 50px;
    line-height: 50px;

    width: 100%;
    position: relative;
    display: inline-block;
    text-align: left;
}

h3.entry-title {
	color: #01aeaa;
    font-size: 30px;
    padding: 0px;
    margin: 10px 0px 20px 0px;
    height: 50px;
    line-height: 50px;

    width: 100%;
    position: relative;
    display: inline-block;
    text-align: left;

}

.csbutton {
	width:100%;
	margin-bottom: 15px;
	padding: 10px 0;
	font-size: 17px;
	background: linear-gradient(to top, #01ada9, #05c0bc);
	border:none;
	color: #fff;
	opacity: 0.9;
	border-radius: 4px;
}
.csbutton:hover {
	color: #fff;
	background: linear-gradient(to top, #444d4e, #535e5f);
}

.csbuttonb {
	width:100%;
	margin-bottom: 15px;
	padding: 15px 0;
	font-size: 20px;
	border-radius: 4px;
}
.csh {
	
}
.csh h2 {
	margin: 0;
	padding: 0;
}
.shopcart {
	background: #5b6869 url(images/bg_section2.png);
	padding: 20px;
	margin-bottom: 30px;
	border-radius: 4px;
	color: #fff;
}
.shopcart span {
	color: #05c0bc;
}
.shopcart span.glyphicon {
    color: #fff;
}
@media(max-width: 992px) {
	.shopcart {
		width: 300px;
		float: none;
		margin: 10px auto;
	}
	.topheader {
		
	}
}
.empty {
	
	text-align: center;
}
p.fsc {
    
    text-align: center;
}
.shopcart a {color:#fff;}
.shopcart a:hover {text-decoration:none;}
a.csa {color:#fff;}
a:hover.csa {text-decoration:none;}
.shopcart h2 {margin:0;}

@media(max-width: 768px) {
	.mainsidebar{ display: none;}
	.dropdown-menu {
		position: relative;
		float: none;
		right: 20px;
	}
	.slider {
		display: none;
	}
	.logo {
		margin: 0 auto
	}

}

.comments-area li { 
	list-style:none; 
	text-align:justify;
	background: #fff;
	padding: 10px;
	margin-bottom: 30px;
	font-size: 14px;
	border:1px #ccc solid;
	border-radius: 4px;
}
.reply {text-align:right; font-style:italic; font-size:11px;}
.fn {font-weight:bold}


.blockbanner {
     padding: 100px 0 0 0;
     text-align: center;
}

p.bt {
	font-size: 30px;
	padding: 8px 0 0 0;
	margin:0;
	line-height: 35px;
	color: #cb5661
}
p.bb {
	font-size: 20px;
	padding: 0;
	margin:0;
}
.carousel-indicators {
    bottom: 0px;
}

.seemore {
	padding: 20px 0 ;
	text-align: center;
}
.seemore ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.seemore  li {
	display: inline;
	padding: 0 10px;
}






.alignleft {
    margin: 5px 20px 10px 0;
    float: left;
    max-width: 100%;
    height: auto;
}
.alignright {
    margin: 5px 0px 10px 20px;
    float: right;
    max-width: 100%;
    height: auto;
}
.aligncenter {
    margin:20px auto;
    display:block;
    max-width: 100%;
    height: auto;
}



.pricebody {
    margin: 15px auto;
}
.pricebody .row {margin: 0;}
.checkbody .row {margin: 0;}
.nav > li > a {
    padding: 15px 30px;
    font-weight: bold;
}
.nav-tabs {
    border-bottom: none;
}
.nav-tabs > li {
    margin: 0;
}
ul.nav-tabs > li:before {
    content: "";
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    background-color: #4b5556;
    border: 1px solid #4b5556;
    border-bottom-color: transparent;
}
.nav-tabs>li>a {margin-right: 0px;}
.prtb {
    width: 100%;
}
.th {
    min-height: 40px;
    line-height: 40px;
    font-weight: normal;
    background: #4b5556;
    color: #fff;
    text-align: center;
    font-size: 14px;
    border-radius: 0;
}
.th div:nth-child(1) {text-align: left;}
.td {
    background: #dbf1f3;
    min-height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 15px;
    color: #000;
    border-bottom: 1px #fff solid;
}
.popular {
    background: #b1efb3;
}
.td div:nth-child(1) {text-align: left; justify-content: left;}
.td button {
    border: none;
    color: #ffffff;
    padding: 0;
    font-weight: normal;
    text-transform: unset;   
    background: #22a29f;
    padding: 0 15px;
    margin: 10px 0;
    line-height: 30px;
}
.td button:hover,button:link,button:visited,button:active,button:focus {
    background: #4b5556;
    transition: 0.1s;
}
.td a {border:none;}
.bonuses {margin-bottom: 10px !important;}
.bonuses  {
    font-size: 13px;
    text-align: center;
    background: #c0e0e4;
}
.bonuses div span.left {float: left; padding: 3px 0; color: #2d7139;}
.bonuses div span.right {float: right; padding: 3px 0; color: #2d7139;}

.td img {
    max-width: 80px;
    height: auto;
    margin: 10px;
}
.check {margin-bottom: 15px;}
.check div {min-height: 100px;}
.check div form {display: inline;}
.check div {
    padding: 0 5px;
    line-height: initial;
    display: flex;
    align-items: center;
    justify-content: center;
}
.check div .glyphicon-minus-sign {font-size: 21px; color: #8c4421; margin: 0 5px;}
.check div .glyphicon-plus-sign {font-size: 21px; color: #7aa758; margin: 0 5px}
.check div button .glyphicon {font-size: 15px; color: #b50202;}
.bon div {color: #008005;}
.total {
    background: #fff;
    font-weight: bold;
    font-size: 15px;
}
.total div {padding: 15px;
    border-bottom: 1px #ffffff solid;
    margin: 0px;
    background: #dbf1f3;}
.total div:nth-child(1),.total div:nth-child(3) {text-align: right; font-weight: normal;}

input.checkout {
    background: #7aa758;
    color: #fff;
    padding: 10px 20px;
    border: none;
    font-size: 18px;
    text-transform: uppercase;
    float: left;
    min-width: 270px;
    margin: 20px 0;
}
input.checkout:hover {opacity: 0.9}
input.continue {
    background: #39838a;
    color: #fff;
    padding: 10px 20px;
    border: none;
    font-size: 18px;
    text-transform: uppercase;
    float: right;
    min-width: 270px;
    margin: 20px 0;
}
 input.continue:hover {opacity: 0.9}
h3.tabh {
    background: #dbf1f3;
    color: #01aeaa;
    padding: 10px 20px;
    margin: 30px 0 5px 0;
    text-align: center;
    border: 2px #868585 solid;
    border-radius: 4px;
}
.panel {
    box-shadow: none;
    border: none;
    background: none;
    background: #fff;
    color: #f65100;
    margin: 5px 0;
    text-align: center;
    border: 2px #868585  solid;
    border-radius: 0;
}
.panel-heading {
    
    border-radius:0px;
    font-size: 20px;
    font-weight: bold;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
}
.nav-tabs>li {
    float: right;
}
a.right {
    position: absolute;
    right: 15px;
    top: 45px;
    color: #4b5556;
    z-index: 1111111;
}
a.left {
    position: absolute;
    left: 15px;
    top: 45px;
    color: #4b5556;
    z-index: 1111111;
}
@media(max-width: 992px) {
    .topheader {height: auto;}
    .lchat {
        position: fixed;
        bottom: 10px;
        right: 10px;
        z-index: 111111;
        line-height: 30px;
        padding: 5px 12px;
        background: #35140cb5;
        border: none;
    }
    body {
        background-image: none;
    }
    #mainmenu {
        background: #000000b5;
        height: auto;
    }
    li.productmenu {
        position: absolute;
        top: 15px;
        right: 0px;
        margin:0px;
    }
    span.logo {
        margin: 15px auto 0 auto;
    }
    .mainblock1 {
        margin-top: 10px;
        background: none;
    }
    .block1,.block2,.block3,.block4 {
        background: none;
        min-height: auto;
    }
    ul.mainmenu li a:after {
        content: "";
    }
    .lchat img {
        width: 30px;
        height: auto;
    }
}
@media(max-width: 768px) {
    .td span {display: inline !important;}
    .bonuses div span.left {float: none; display: block; padding: 5px 0}
    .bonuses div span.right {float: none; display: block; padding: 0 0 5px 0}
    .td {
        font-size: 14px;
    }
    .td div:nth-child(1) {
        text-align: center; 
        justify-content: center;        
        font-weight: normal;
    }
    .td div:nth-child(2) {       
        font-weight: normal;
    }
    div.xsp {padding: 10px 0;}
    .check div {
        display: block;
        min-height: auto;
    }
    .bon div {padding: 10px 0}
    .total div:nth-child(1) {text-align: center;}
        input.checkout {
        float: none;
        display: block;
        margin: 10px 0;
        width: 100%;
        text-align: center;
        font-size: 17px;
    }
    input.continue {
        float: none;
        display: block;
        margin: 10px 0;
        width: 100%;
        text-align: center;
        font-size: 17px;
    }
    .nav > li > a {
        padding: 10px 8px;
        font-weight: normal;
    }
    .td button {font-size: 18px;}
    #mainmenu nav {
        position: absolute;
        top: 6px;
        right: 15px;
        min-height: auto;
        z-index: 11111;
    }
    .navbar-toggle {
       
    }
    .mainmenu ul {
    	padding: 20px 0;
    	background: #495253;
    }
    .mainmenu ul li {
    	display: block;
    }
    .mainmenu ul li a {
    	line-height: 30px;
    	height: 30px;
    }


}

.all-bonuses {
    color: #b5aba5;
}
.all-bonuses .active {
    color: #ff5001;
}
.cartxs {
	float: left;
    padding: 0 20px;
    line-height: 60px;
}
.cartxs a {
	color: #fff;
}


.comment-respond {margin-bottom:20px;}
.comment-respond p{font-size:14px;font-weight:noramal;}
.comment-respond input[type="text"],input[type="email"],input[type="url"]{height:30px;line-height:30px;border:1px #ccc solid;padding:0 10px;width:50%;border-radius:0px;}
.comment-respond textarea {border:1px #ccc solid;padding:0 10px;width:70%;border-radius:0px;height:200px;}
.comment-respond label{display:block;}
.comments-area ol {
    list-style: none;
    padding: 0;
}
.comments-area ol li {
    font-size: 13px;
    padding: 15px;
    background: #fbf3ec;
    margin-bottom: 15px;
    line-height: 20px;
}
.comment-respond input[type=submit] {
   background: #7aa758;
    color: #fff;
    padding: 10px 20px;
    border: none;
    font-size: 15px;
    text-transform: uppercase;
    margin: 15px 0;
}
.comment-respond input[type=submit]:hover {
    opacity: 0.9;
}
.searchform {
    padding: 0px;
    border-radius: 0px;
    height: 35px;
    line-height: normal;
    position: relative;
    margin: 10px 0 10px 0;
}
.searchform input[type=text] {
    background: #ffffff;
    border: 1px#a9bbb4 solid;
    height: 30px;
    width: 100%;
    padding: 0 10px;
    font-size: 13px;
    color: #000;
    font-style: italic;
}
.searchform button {
    border: none;
    display: block;
    position: absolute;
    right: 5px;
    padding: 0;
    top: 8px;
    color: #a9bbb4;
    font-size: 12px;
}

.searchform button span {
    
    margin: 0;
}
.form-control {
    border-radius: 0;
}
.lc {
    background: #4b5556;
    color: #fff;
    height: 40px;
    line-height: 40px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 11111111111;
    padding: 0 10px;
    opacity: 0.9;
}
.lc:hover {
    opacity: 1
}
.lc span {padding: 0 5px;}