@charset "utf-8";
/* General Stylesheet */


.hidevalues {
  display: none;}

a:hover {
	text-decoration: none;
}
/* body {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	color: #292b2c;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 22px;
	-webkit-font-smoothing: antialiased!important;

} */
.h2style {
	text-transform: uppercase;
	font-size: 24px;
}
/* Fonts link*/

@font-face {
	font-family: 'MikaMelvasRionaSansBold';
	src: url('../fonts/MikaMelvasRionaSansBold.eot');
	src: url('../fonts/MikaMelvasRionaSansBold.eot') format('embedded-opentype'), url('../fonts/MikaMelvasRionaSansBold.woff2') format('woff2'), url('../fonts/MikaMelvasRionaSansBold.woff') format('woff'), url('../fonts/MikaMelvasRionaSansBold.ttf') format('truetype'), url('../fonts/MikaMelvasRionaSansBold.svg#MikaMelvasRionaSansBold') format('svg');
}
@font-face {
	font-family: 'RobotoThin_0';
	src: url('../fonts/RobotoThin_0.eot');
	src: url('../fonts/RobotoThin_0.eot') format('embedded-opentype'), url('../fonts/RobotoThin_0.woff2') format('woff2'), url('../fonts/RobotoThin_0.woff') format('woff'), url('../fonts/RobotoThin_0.ttf') format('truetype'), url('../fonts/RobotoThin_0.svg#RobotoThin_0') format('svg');
}

/* General Media Query */


.btn-group-lg>.btn, .btn-lg {
 
   border-radius:3px !important;
}



@media (max-width: 767px) {
.h2style {
	text-transform: uppercase;
	font-size: 18px;
}
}
/* Header CSS*/

.header_top {
	width: 100%;
	height: auto;
	background: #fff;
}
.nav_header {
	width: 100%;
	height: auto;
}
.nav_header ul {
	margin: 0px;
	padding: 0px;
}
.nav_header ul li {
	float: left;
	list-style: none;
	display: block;
	margin: 5px 0px;
	padding: 0px 5px;
	font-size: 9pt;
	font-weight: normal;
}
.nav_header ul li a {
	text-decoration: none;
	color: #000;
}
.nav_header ul li a:hover {
	color: #0f70b7;
	font-weight: normal;
}

@media(max-width:767px) {
.searchwith {
	width: 93%;
}
.cart {
	position: static;
	margin: 10px 10px;
	font-size: 14px;
	display: block;
}
}

@media(min-width:768px) {
.cart {
	position: absolute;
	margin: 10px 10px;
	font-size: 14px;
}
}
.header_cart {
	clear: both;
}
.header_cart ul {
	margin: 0px;
	padding: 0px;
}
.header_cart ul li {
	float: left;
	list-style: none;
	display: block;
	font-weight: bold;
}
.contact_hline {
	border-right: 1px solid #c6c6c7;
	padding-right: 10px;
}
.spanvalu {
	font-size: 15pt;
	padding-top: 10px;
	padding-left: 10px;
	color: #9b9b9c;
}
.sign_top {
	background: #e8e6e2;
}
.sign_top:hover {
	background: #f4ff9c;
}
.scartcol {
	font-size: 25px;
}
.basket_value {
	display: block;
	position: relative;
	background: #f09200;
	top: -33px;
	right: -8px;
	width: 18px;
	height: 18px;
	font-size: 10px;
	text-align: center;
	font-family: 'RobotoThin_0';
	color: #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
	margin: 0;
	padding: 5px 0 0;
	font-weight: 700;
}
.basket_value:hover {
	cursor: pointer;
	background-color: #01b997;
}
.currencyform {
	margin: 10px 0px 0px 5px;
	font-size: 12px;
	font-weight: normal;
}
.currencyform select {
	border: none;
}
/* Navigation */


.nav_bg {
	background: #01b997;
}

.navbar-default {
	background-color: #01b997;
}
.nav>li>a:focus, .nav>li>a:hover {
	text-decoration: none;

}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #82858c !important;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	color: #fff;
	background-color: #82858c  !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	color: #fff;
	background-color: #0f70b7 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	color: #fff;
	background-color: #0f70b7 !important;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	color: #fff !important;
	background-color: #82858c !important;
}
/* changed by nk .nav>li>a {
	position: relative;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	display: block;
	font-size: 12px;
	padding: 10px 10px !important;
	line-height: 13px;
} */

@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
	color: #fff;
	background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color: #fff !important;
	background: #333;
}
.nav>li {
	border-right: none !important;
	border-bottom: 1px solid #0b7866;
}
.navbar-default .navbar-nav>li>a {
	color: #fff;
	text-align: left !important;
}
}

@media (min-width: 768px) {
.nav>li {
	border-right: 1px solid #219e87;
}
}
.navbar-default .navbar-nav>li>a {
	color: #fff;
	text-align: center;
}
navbar-collapse {
	padding-left: 0px !important;
}
.nav_contrainer {
	padding-left: 0px;
}

@media (max-width:767px) {
.brclass br {
	content: ' '
}
br:after {
	content: ' '
}
}
/*Middle_section  */

.middlebox {
	width: 100%;
	background: #f4f4f4;
}
.staticbox {
	background: url(../images/boxtext.jpg);
	height: 253px;
	width: 100%;
}
.textstic {
	text-align: center;
	font-size: 35px;
	color: #02b89a;
	font-weight: bold;
	padding-top: 60px;
	line-height: 30px;
}
.textstic span {
	font-size: 35px;
	color: #82858c;
	font-weight: normal;
	font-family: 'RobotoThin_0';
}
.input-group-addon {
	padding: 0px 0px !important;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: transparent !important;
	border: none;
	border-radius: 0px;
}

@media (max-width:767px) {
.adclass {
	visibility: hidden; color:#FFF;
}
.search_home {
	height: 45px;
	padding: 5px 5px;
	width: 100% !important;
	border: 1px solid #000;
	border-right: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	font-weight: bold;
	color: #000;
	font-size: 14px;
}
}
.middlesearch {
	width: 100%;
	background: #82858c;
	padding: 10px 10px;
}


@media (min-width:768px) {
.search_home {
	height: 45px;
	padding: 5px 5px;
	width: 100% !important;
	border: 1px solid #000;
	border-right: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	font-weight: bold;
	font-size: 15px;
}
}
.searchbtn {
	background: #02b89a;
	border:1px solid #0a6d5d;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	margin-left: 0px;
}
.btn-default:hover {
	color: #333;
	background-color: #085246;
	border-color: #000;
}
/* Slider*/

.carousel-indicators .active {
	width: 20px;
	height: 20px;
	margin: 0;
	background-color: #82858c !important;
}
.carousel-indicators li {
	display: inline-block;
	width: 20px;
	height: 18px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #02b89a;
	border: none;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
/* Product boxhome  */

.product_homebg {
	background: #eeeeee;
	width: 100%;
	height: auto;
	padding: 30px 0px;
}
.prductbtn {
	color: #FFF;
	background: #02b89a;
	border-radius: 0px;
	
}
.prductbtn:hover {
	color: #FFF;
	background: #227280;
	 
}
.btncenthome {
	margin-left: 70px;
}

@media screen and (max-width:767px) {
.proboxline {
	border-right: none;
	padding: 10px 10px 0px 0px;
}

.carouselbox {
	margin-left: 50px !important;
}
}
.carousel-inner.onebyone-carosel {
	margin: auto;
	width: 90%;
}
.onebyone-carosel .active.left {
	left: -33.33%;
}
.onebyone-carosel .active.right {
	left: 33.33%;
}
.onebyone-carosel .next {
	left: 33.33%;
}
.onebyone-carosel .prev {
	left: -33.33%;
}
.carousel-control.left {
	background-image: none !important;
}
.carousel-control.right {
	background-image: none !important;
}

@media screen and (min-width: 768px) {
.proboxline {
	border-right: 3px solid #c2c2c2;
	padding: 10px 10px 0px 0px;
}

.homeprodbox > p {
	font-weight: normal;
	font-size: 14px;
	padding: 5px 5px;
	line-height: 25px;
	text-align: center;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	margin-right: -13px !important;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	margin-top: -75px !important;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	margin-left: -25px !important;
}
}
.carousel-control {
	width: 5% !important;
	color: #000;
	text-shadow: none;
}
.carousel-control:focus, .carousel-control:hover {
	color: #f29200;
}
/*  Testimonials Customer Talk  */

.cutmtalkp {
	text-align: center;
	font-size: 13px;
}
.customertalkbg {
	background: #feffdd;
	padding: 30px 0px;
}
.boxtalk {
	background: #227280;
	border-bottom: 3px solid #02b89a;
	padding: 20px 10px;
	color: #FFF;
	line-height: 25px;
}
/* Request Demo */

.requestdemo {
	background: #eeeeee;
	padding: 30px 0px;
}
.demobtn {
	color: #FFF;
	background: #02b89a;
	border-radius: 0px;
	border-right: 3px solid #227280;
	text-transform: uppercase;
}
.demobtn:hover {
	color: #FFF;
	background: #227280;
	border-right: 3px solid #02b89a;
}
.democallus {
	font-size: 18px;
	font-weight: normal;
	margin-top: 30px;
	color: #1b1818;
}
.democallus a {
	text-decoration: none;
	color: #1b1818;
}
.democallus span {
	font-weight: normal;
}
/* Mailing List */

.bgmailing {
	background: #666;
	height: auto;
	width: 100%;
	padding: 5px 0px;
	margin-top:5px;
}
.mailing {
	font-size: 24px;
	color: #FFF;
	font-weight: normal;
	padding: 10px 10px 10px 0px;
}
.mailingmarg {
	margin-top: 25px;
}
.mailingForm {
	width: 300px !important;
	height: 44px !important;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
.mailingbtn {
	background: #02b89a;
	border: none !important;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	margin-top: 1px;
	color: #fff;
}
.mailingbtn:hover {
	color: #fff;
	background-color: #257b6d;
}

@media screen and (max-width:360px) {
.mailingForm {
	width: 250px !important;
	height: 44px !important;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
}

@media screen and (min-width: 361px) and (max-width:767px) {
.mailingForm {
	width: 300px !important;
	height: 44px !important;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
}
/* Footerr List */

.bgfooter {
	background: #ddd;
	height: auto;
	width: 100%;
	padding: 5px 0px;
}

.footerlist > h3 {
	font-size: 14px;
	font-weight: bold;
}
.footerlist > ul {
	margin: 0px;
	padding: 0px;
}
.footerlist > ul > li {
	display: block;
	list-style: none;
	margin: 2px 0px;
}
.footerlist > ul > li a {
	text-decoration: none;
	color: #666;
}
.footerlist > ul > li a:hover {
	color: #f29200;
}
.sociallist {
	margin: 5px 0px;
}
.sociallist > h3 {
	font-size: 14px;
	font-weight: bold;
}
.sociallist > ul {
	margin: 0px;
	padding: 0px;
}
.sociallist > ul > li {
	display: block;
	list-style: none;
	margin: 2px 5px 5px 5px;
	float: left
}
.sociallist > ul > li a {
	text-decoration: none;
}

@media screen and (max-width:767px) {
.sociallist {
	margin: 5px 0px;
	clear: both;
}
}
/*bgfootercopy */
	
.bgfootercopy {
	background: #eee;
	height: auto;
	width: 100%;
	padding: 10px 0px;
}
.ppading {
	padding-top: 20px;
	margin: 0px 0px;
}
