html > body * {
	outline:none;
}
body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:22px;
	background:#fff;
}
*, html {
	margin:0;
	padding:0px;
	text-decoration:none;
	outline:none;
}
img {
	border: none;
}
a {
	color:#2190d7;
}
a:hover {
	color:#244788;
}
p {
	margin:0px;
	padding:0 0 10px 0;
	font-size:13px;
	line-height:22px;
	color:#555;
}
h2 {
	font-family:'Roboto', sans-serif;
	color:#262626;
	margin:0px;
	padding:0 0 10px 0;
}
h3 {
	font-family:'Roboto', sans-serif;
	color:#262626;
	margin:0px;
	padding:0 0 10px 0;
}
h4 {
	font-family:'Roboto', sans-serif;
	color:#262626;
	margin:0px;
	padding:0 0 10px 0;
	font-size:16px;
	line-height:20px;
}
h5 {
	font-family:'Roboto', sans-serif;
	color:#262626;
	margin:0px;
	padding:0 0 10px 0;
	font-size:16px;
	line-height:20px;
}
h6 {
	font-family:'Roboto', sans-serif;
	color:#262626;
	margin:0px;
	padding:0 0 10px 0;
	font-size:15px;
	line-height:20px;
}
.web-wrap {
	margin:0 auto;
}
article, aside, figure, footer, header, nav, section, div, span, iframe, h1, h2, h3, h4, h5, h6, address, img, strong, form, label {
 -webkit-transition: all .5s ease-in-out;
 -moz-transition: all .5s ease-in-out;
 -o-transition: all .5s ease-in-out;
 transition: all .5s ease-in-out;
}
.top-col {
	float:left;
	width:100%;
}

.bottom-col {
	float:left;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: ' ';
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
}
*:first-child+html .clearfix {
	zoom: 1;
}

/****************************************** Header ******************************/
section.call-container {
	width:100%;
	float:left;
	
	
	
	z-index:99999;
}

article.call {
  
	float:right;
	clear:both;
}
article.call p {
	margin:0px;
	color:black;
	font-family:'Roboto', sans-serif;
}

header {
	width:100%;
	float:left;
	background:#609D00;
}
header aside.logo {
	float:left;
}
header aside.logo img{ float:left;}
header aside.logo h1{ margin:0px; padding:0px;}
/****************************************** Navigation ******************************/

section.nav-container {
	width:100%;
	float:left;
}
#nav {
	float:left;
}
#nav ul {
	margin:0px;
	padding:0px;
	list-style:none;
	
}
#nav > a {
	display: none;
}
#nav li {
	position: relative;
}
#nav li a {
	color: #fff;
	display: block;
}
#nav li a.active, #nav li a.active:hover {
	color:#fff;
	background:#e84c3d !important;
}
#nav li a:active {
}
#nav ul li a span:after {
	width: 0;
	height: 0;
	border: 0.500em solid transparent; /* 5 */
	border-bottom: none;
	border-top-color: #2190d7;
	content: '';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	right: -0.813em; /* 5 */
}
#nav ul li a.active span:after, #nav ul li a:hover span:after{
	width: 0;
	height: 0;
	border: 0.500em solid transparent; /* 5 */
	border-bottom: none;
	border-top-color: #fff !important;
	content: '';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	right: -0.813em; /* 5 */
}
/* first level */

#nav > ul {
	background:rgba(255, 255, 255, 0.8);
	float:left;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#9bffffff', endColorstr='#9bffffff');
	width:100%;
}
#nav > ul > li {
	float: left;
	line-height:60px;
	text-transform:uppercase;
	font-family:'Roboto', sans-serif;
	font-weight:400;
}
#nav > ul > li > a {
	color:#444;
	padding:3px 25px;
	font-size:14px;
}
#nav > ul > li > a:hover {
	color:#fff;
}
 #nav > ul > li:not( :last-child ) > a {
}
#nav > ul > li:hover > a {
	color:#fff;
	background: #999;
}
 #nav > ul:not( :hover ) > li.active > a {
 color:#fff;
}


/* second level */
#nav li ul {
	background: #444;
	display: none;
	position: absolute;
	top: 100%;
	z-index:9999;
	border-top: 1px solid #666;
}
#nav li:hover ul {
	display: block;
	left: 0;
	right: 0;
}
 #nav li:not( :first-child ):hover ul {
 left:0px;
}
#nav li ul a {
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	padding:8px 15px;
	line-height:20px;
	color:#fff;
	text-transform:capitalize;
}
#nav li ul a:hover {
	color:#0AA586;
}

 #nav li ul li a:hover, #nav li ul:not( :hover ) li.active a {
	color:#fff;
	background:#999999;
}
 @media only screen and ( max-width: 100em ) /* 1000 */ {
 #nav {
 width: 100%;
 float:right;
}
#nav li:hover ul {
 width:220px;
}
}
 @media only screen and ( max-width: 598px ) /* 598px */ {
 html {
 font-size: 75%; /* 12 */
}
 #nav {
position: relative;
top: auto;
left: auto;
background:#609D00;

}
 #nav > a {
 width: 3.125em; /* 50 */
 height: 3.125em; /* 50 */
 text-align: left;
 text-indent: -9999px;
 background-color: #333;
 position: relative;
}
 #nav > a:before, #nav > a:after {
 position: absolute;
 border: 2px solid #fff;
 top: 35%;
 left: 25%;
 right: 25%;
 content: '';
}
 #nav > a:after {
 top: 60%;
}
 #nav:not( :target ) > a:first-of-type, #nav:target > a:last-of-type {
 display: block;
}

/* first level */

#nav > ul {
 height: auto;
 display: none;
 left: 0;
 right: 0;
 float:left;
 width:100%;
}
 #nav:target > ul {
 display: block;
 width: 100%;
}
 #nav > ul > li {
 width: 100%;
 float: none;
 border-right:none;
 border-top:solid 1px #abcbe0;
 margin-left:0px;
 line-height:40px;
}
 #nav > ul > li > a {
 height: auto;
 text-align: left;
 padding: 0 10px; /* 20 (24) */
}
 #nav > ul > li > a {
 border-top: none;
}
 #nav li:hover ul {
 width:100% !important;
}
 #nav li ul {
 position: static;
 padding: 0px; /* 20 */
 padding-top: 0;
}

}
/****************************************** Banner ******************************/

section.banner-container {
	width:100%;
	float:left;
	position:relative;
	top:3.7em;
	
}

section.banner-area {
	width:100%;
	float:left;
}
.banner-inner #banner {
	float:left;
	width:100%;
}

.rslides{
	max-width:100% !important;
	}
	
#home-form{
	width:100%;
	}
	
	#back_to_camera {
			clear: both;
			display: block;
			height: 80px;
			line-height: 40px;
			padding: 20px;
		}
		.fluid_container {
			margin: 1.7em auto;
			max-width: 1040px;
			
		}	
	
/****************************************** Query ******************************/

.block_form {
	float:right;
}
.block_form h2 {
	font-weight:normal;
	background:url(/web/20161112081602im_/http://zavikdrugs.com/assets/images/message.png) no-repeat;
	font-family:'Roboto', sans-serif;
	font-weight:500;
	color:#fff;
}
.block_form p {
	margin:0px;
}
.block_form form label {
	color:#333;
	float:left;
	font-family:'Roboto', sans-serif;
}
.block_form form label span {
	color:#f00;
}
.block_form form input[type="text"] {
	height:22px;
	border:1px solid #a7d6f4;
	padding:4px;
	line-height:22px;
	font-family:Arial;
	font-size:13px;
	color:#555;
	box-shadow:0px 0px 10px #ddd inset;
}
.block_form form textarea {
	border:1px solid #a7d6f4;
	padding:4px;
	line-height:20px;
	font-family:Arial;
	font-size:13px;
	color:#555;
	box-shadow:0px 0px 10px #ddd inset;
}
.block_form form input[type="submit"] {
	border:solid 1px #262626;
	height:38px;
	font-size:16px;
	text-transform:uppercase;
	cursor:pointer;
	background: #262626;
	color:#fff;
	text-align:center;
	line-height:38px;
	text-shadow:1px 1px 1px #444;
	font-family:'Roboto', sans-serif;
	font-weight:400;
}
.block_form form input:hover[type="submit"] {
	background: #244787;
	text-shadow:1px 1px 1px #0a3024;
 -webkit-transition: all .3s ease-in-out;
 -moz-transition: all .3s ease-in-out;
 -o-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
}
.block_form form input:focus[type="text"], .block_form form textarea:focus {
	border:1px solid #2ecc71;
	box-shadow:0px 0px 5px #aaa;
 -webkit-transition: all .3s ease-in-out;
 -moz-transition: all .3s ease-in-out;
 -o-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
}
/****************************************** Body content ******************************/

section.body-container {
	width:100%;
	float:left;
}
section.body-content {
	float:left;
	background:#fff;
}
section.content-container {
	width:100%;
	float:left;
}
.home-services {
	width:100%;
	float:left;
}
.home-services ul {
	width:100%;
	float:left;
	margin:0;
	padding:0px;
	list-style:none;
}
.home-services ul li {
	float:left;
	text-align:center;

}
.home-services ul li h3 {
	font-weight:500;
	color:#444;
}
.home-services ul li img:hover {
	transform: rotateY(360deg);
	transition: 0.7s;
}

.home-txt {
	float:left;
	background:#e84c3d;
	text-align:center;
	width:100%;
	font-family:'Roboto', sans-serif;
	font-weight:400;
	color:#fff;
}

.home-box {
	width:100%;
	float:left;
}
.home-box ul {
	width:100%;
	float:left;
	margin:0;
	padding:0px;
	list-style:none;
}
.home-box ul li {
	float:left;
}
.home-box ul li h3 {
	font-weight:500;
	color:#444;
}

.home-box ul li p a {
	float:left;
	background:#e84c3d;
	color:#fff;
	border-radius:10px;
	font-style:italic;
	margin-top:10px;
 -webkit-transition: all .3s ease-in-out;
 -moz-transition: all .3s ease-in-out;
 -o-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
}

.home-box ul li p a:hover {
	background:#262626;
 -webkit-transition: all .3s ease-in-out;
 -moz-transition: all .3s ease-in-out;
 -o-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
}



/****************************************** Footer ******************************/
footer {
	width:100%;
	float:left;
	background:#262626;
	color:#666666;
	font-size:12px;
}
footer p {
	color:#EB6654;
}
footer a {
	color:#EB6654;
}
footer a:hover {
	color:#fff;
}
footer .float-left {
	float:left;
}
footer .float-right {
	float:right;
}
/****************************************** About us ******************************/
.about_banner {
	width: 1040px;
	margin: 0 auto;
	margin: 1.5em 0 4em;
	border: 1px solid #cccc;
}
.contact_banner{width:1040px;
	margin: 0 auto;
	margin: .5em 0 0;
	border: 1px solid #cccc;}
.content-panel{
	float:left;
}
	
.right-col {
	float:right;
}

.left-side {
	float:left;
}
/****************************************** Left side ******************************/

.about-txt {
	width:100%;
	float:left;
}
.about-txt h2 {
	font-weight:400;
	line-height:24px;
}
.about-txt p {
	text-align: justify;
	padding: 0em 2em 0 3em;
}
/****************************************** Right side ******************************/

section.right-side {
	padding-bottom:15px;
}
/****************************************** inner Query ******************************/

.right-col .block_form {
	border:solid 1px #ddd;
	position:relative;
	border-radius:0px;
	left:0px;
	top:0px;
	margin-bottom:20px;
	margin-left:0px;
}
.right-col .block_form form p {
	padding:0px;
	float:left;
}
.right-col .block_form form label {
	color:#555;
	float:left;
}

/****************************************** Contact us ******************************/

.contact-txt {
	width:100%;
	float:left;
}

.contact-txt h2 {
	padding-bottom:10px;
	font-weight:500;
	line-height:24px;
}
.contact-txt h3 {
	padding-bottom:10px;
	font-weight:400;
	line-height:24px;
}

/****************************************** Products  ******************************/
.product-column {
	border-bottom: solid 1px #ddd;
	}

.product-catalog {
	float:left;
}
.product-catalog h2 {
	padding-bottom:10px;
	font-weight:500;
	line-height:24px;
	font-size:24px;
}
.product-catalog h3 {
	padding-bottom:10px;
	font-weight:500;
	line-height:24px;
	font-size:20px;
}
.product-catalog p {
	color:#444;
	padding-bottom:8px;
	font-size:13px;
	line-height:20px;
	text-align:justify;
}

.send-enquiry a.button {
	float:left;
	background:#e84c3d;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	border-radius:5px;
	padding:7px 10px;
	margin:5px 0;
 -webkit-transition: all .3s ease-in-out;
 -moz-transition: all .3s ease-in-out;
 -o-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
}

.send-enquiry a.button:hover {
	background:#262626;
 -webkit-transition: all .3s ease-in-out;
 -moz-transition: all .3s ease-in-out;
 -o-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
}

.product-thumb-left {
	margin-right:15px !important;
}
.product-thumb-left img {
	background:#fff;
	border:solid 1px #ccc;
	padding:3px;
}
.product-data-right {
	float:left;
}

.product-data-right h2 {
	padding-bottom:10px;
	font-weight:500;
	line-height:24px;
	font-size:24px;
}
.product-data-right h3 {
	padding-bottom:10px;
	font-weight:400;
	line-height:30px;
	font-size:20px;
}
.product-data-right p {
	color:#444;
	padding-bottom:8px;
	font-size:13px;
	line-height:20px;
	text-align:justify;
}

.product-thumb-right {
	margin-left:15px !important;
}
.product-thumb-right img {
	background:#fff;
	border:solid 1px #ccc;
	padding:3px;
}

.column-style .product-column img{
	background:#fff;
	border:solid 1px #ccc !important;
	padding:3px !important;
	}
	
.list-style ul.product-thumb li img{
	background:#fff;
	border:solid 1px #ccc !important;
	padding:3px !important;
	}

.floating-menu {
	width:260px;
	float:right;
	padding:20px 20px 10px 20px;
	border:solid 1px #ddd;
	margin-bottom:20px;
    background-color: #E84C3D;
	margin-top:5em;
}

.floating-menu h2 {
	padding-bottom:3px;
	font-weight:400;
	line-height:24px;
	font-size:24px;
	margin-bottom:10px;
}
.floating-menu ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
.floating-menu ul li {
	font-size:14px;
	line-height:24px;
	border-top: dashed 1px #ccc;
	padding:4px 4px 4px 15px;
	background:url(/web/20161112081602im_/http://zavikdrugs.com/assets/images/bullet.png) no-repeat 0px 12px;

}
.floating-menu ul li a {
	color:white;
}
.floating-menu ul li a:hover {
	font-weight: bolder;
}

.floating-menu ul li ul li{
	font-size:12px;
	line-height:20px;
	border-top: none;
	padding:4px 4px 4px 12px;
	background:url(/web/20161112081602im_/http://zavikdrugs.com/assets/images/sub-bullet.png) no-repeat 0px 11px;
}

.floating-menu ul li ul li a{
	color:#2190d7;
}

/*
     FILE ARCHIVED ON 08:16:02 Nov 12, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:17:23 Apr 24, 2017.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/