html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
/*table{border-collapse:collapse;border-spacing:0;}*/
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
.menu img, .dg-wrapper img {max-width:100%;}
/*end reset*/
body {
	font-family: Arial, Geneva,Helvetica, sans-serif;
	font-size: 100%;
	background: #006e7e; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #006e7e 8%, #009ab1 58%, #35aec0 80%, #44adbd 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(8%,#006e7e), color-stop(58%,#009ab1), color-stop(80%,#35aec0), color-stop(100%,#44adbd)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #006e7e 8%,#009ab1 58%,#35aec0 80%,#44adbd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #006e7e 8%,#009ab1 58%,#35aec0 80%,#44adbd 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #006e7e 8%,#009ab1 58%,#35aec0 80%,#44adbd 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #006e7e 8%,#009ab1 58%,#35aec0 80%,#44adbd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006e7e', endColorstr='#44adbd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.topbanner {color:#fff; text-align:center; margin:0 auto;}
.wrap{
	margin:0 auto;
	width:85%;
}
.header{
	padding:3% 0 0 0;
}
.logo{
	float: left;
}
.menu{display:none;}
.logo h1{font-size:5em; color:#8be6f3; text-shadow: -1px -1px 0px #000; font-family: 'Passion One', cursive;}
/*h_right*/
.h_right{
	float: right;
}
.h_right a{color:#fff; text-decoration:underline;}
.h_right a:hover{text-decoration:none;;}
.drp-dwn ul li{
	display: inline-block;
}
.drp-dwn ul li h3{
	color: #B4B4B4;
	font-size: 0.8125em;
	text-transform: capitalize;
	margin-right: 10px;
}
.drp-dwn ul li select {
	font-size: 12px;
	padding:2px;
	outline: none;
	display: block !important;
	width: 100%;
	color: #B4B4B4;
	border: 1px solid #555;
	background: #444;
	cursor: pointer;
}
/**** Header Top Right ****/
.header_top_right{
	margin-top: 6%;
	float: right;
	width: 100%;
}
.shopping_cart{
	float:right;
	width: 50%;
	position:relative;
	z-index: 99;
	cursor:pointer;
}
.cart_img{
	float: left;
	width: 20%;
	padding: 2px 8px;
	border-top: 1px solid #555555;
	background: #585858;
	background: -moz-linear-gradient(top, #585858 0%, #313131 1%, #006e7e 20%, #232323 70%, #1f1f1f 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#585858), color-stop(1%,#313131), color-stop(20%,#006e7e), color-stop(70%,#232323), color-stop(99%,#1f1f1f));
	background: -webkit-linear-gradient(top, #585858 0%,#313131 1%,#006e7e 20%,#232323 70%,#1f1f1f 99%);
	background: -o-linear-gradient(top, #585858 0%,#313131 1%,#006e7e 20%,#232323 70%,#1f1f1f 99%);
	background: -ms-linear-gradient(top, #585858 0%,#313131 1%,#006e7e 20%,#232323 70%,#1f1f1f 99%);
	background: linear-gradient(to bottom, #585858 0%,#313131 1%,#006e7e 20%,#232323 70%,#1f1f1f 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#585858', endColorstr='#1f1f1f',GradientType=0 );
}
.cart{
	float: left;
	width: 62%;
	padding: 2px 8px;
	line-height: 32px;
	border: 1px solid #555;
	background: #444;
	border-left: none;
}
.shopping_cart span.cart_title{
	font-size:13px;
	color: #b4b4b4;
}
.shopping_cart span.no_product{
	font-size:13px;
	color: #FF3760;
}
.login{
	float: right;
	width: 10%;
	padding: 2px 8px;
	margin-left:10px;
	display: block;
	text-align: center;
	border-top: 1px solid #555555;
	background: #585858;
	background: -moz-linear-gradient(top, #585858 0%, #313131 1%, #006e7e 20%, #232323 70%, #1f1f1f 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#585858), color-stop(1%,#313131), color-stop(20%,#006e7e), color-stop(70%,#232323), color-stop(99%,#1f1f1f));
	background: -webkit-linear-gradient(top, #585858 0%,#313131 1%,#006e7e 20%,#232323 70%,#1f1f1f 99%);
	background: -o-linear-gradient(top, #585858 0%,#313131 1%,#006e7e 20%,#232323 70%,#1f1f1f 99%);
	background: -ms-linear-gradient(top, #585858 0%,#313131 1%,#006e7e 20%,#232323 70%,#1f1f1f 99%);
	background: linear-gradient(to bottom, #585858 0%,#313131 1%,#006e7e 20%,#232323 70%,#1f1f1f 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#585858', endColorstr='#1f1f1f',GradientType=0 );
}
/*h_main*/
.h_main{
	margin-top: 1%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	position: relative;
	border-top:1px solid #555555;
	background: #585858; /* Old browsers */
	background: -moz-linear-gradient(top,  #585858 0%, #313131 1%, #2d2d2d 20%, #232323 70%, #1f1f1f 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#585858), color-stop(1%,#313131), color-stop(20%,#2d2d2d), color-stop(70%,#232323), color-stop(99%,#1f1f1f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #585858 0%,#313131 1%,#2d2d2d 20%,#232323 70%,#1f1f1f 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #585858 0%,#313131 1%,#2d2d2d 20%,#232323 70%,#1f1f1f 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #585858 0%,#313131 1%,#2d2d2d 20%,#232323 70%,#1f1f1f 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #585858 0%,#313131 1%,#2d2d2d 20%,#232323 70%,#1f1f1f 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#585858', endColorstr='#1f1f1f',GradientType=0 ); /* IE6-9 */
}

.nav li.active h3 span{
	color:#F51055;
}
.nav li {
	border-right: 1px solid rgba(32, 32, 32, 1);
	float: left;
}
.nav li:last-child{
	margin-right: 0;
}
.nav li a{
	line-height: 2.2em;
	display: block;
	color: #b4b4b4;
	font-size: 1.2em;
	padding: 8px 25px;
	text-align: center;
	letter-spacing: 0px;
	font-family: 'Anaheim', sans-serif;
}
.nav li a:hover {
	color: #9C9C9C;
	box-shadow: inset 0 0px 0 #292929,inset 0 0 30px #292929;
	-webkit-box-shadow: inset 0 0px 0 #292929,inset 0 0 30px #292929;
	-moz-box-shadow: inset 0 0px 0 #292929,inset 0 0 30px #292929;
	-o-box-shadow:  inset 0 0px 0 #292929,inset 0 0 30px #292929;	
}
.nav li li a{
	line-height: 1.4em;
}
/*--Slider--*/
.container {
	margin-top:3%;
}
.dg-container{
	width: 100%;
	height: 370px;
	position: relative;
}
.dg-wrapper{
	width: 451px;
	height: 330px;
	margin: 0 auto;
	position: relative;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
}
.dg-wrapper a{
	width: 452px;
	height: 330px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	box-shadow: 0px 10px 20px rgba(0,0,0,0.3);
}
.dg-wrapper a.dg-transition{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.dg-wrapper a img{
	display: block;
}
.dg-wrapper a div{
	font-style: italic;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	color: #aaa;
	font-size: 16px;
	width: 100%;
	bottom: -55px;
	display: none;
	position: absolute;
	height:42px;
	overflow:hidden;
}
.dg-wrapper a.dg-center div{
	display: block;
}
.dg-container nav{
	width: 58px;
	position: absolute;
	z-index: 1000;
	bottom: 40px;
	left: 50%;
	margin-left: -29px;
}
/*end slider*/
/*main*/
.main{
	margin: 3% 0 0 0;
	background: #333;
	border-radius: 5px;
	padding: 25px;
	font-size:1em;
	color:#888;
	min-height:300px;
}
.main h3, .main1 h2{
	color:#aaa;
	font-weight:600;
	font-size:2em;
}
/*footer*/
.footer{
	margin: 1% 0 0 0;
}
.f_left{
	float:left;
	width:100%;
}
.copy{
	margin-top:3%;
	text-align:center;
	color: #000;
	border-top:1px solid #111;
	padding:15px 0;
}
.copy p{
	line-height: 1.8em;
}
.copy p a{
	color: #333;
}
.copy p a:hover{
	color: #666;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
}
/*maintains*/
.main1{
	padding:1%;
}
h2.hdr_s{
	color: #969696;
	text-transform: capitalize;
	font-size: 2em;
	font-weight: normal;
	font-family: 'Anaheim', sans-serif;
}
.images_2_of_2 {
	width:30.333%;
	float:left;
	margin-top: 1%;
}
.image.group {
	margin: 3% 0;
}
.span_2_of_2{
	width: 67.333%;
	float: right;
}
.span_2_of_2 h3{
	margin-bottom:2%;
	color: #969696;
	text-transform: capitalize;
	font-size: 1.6em;
	font-weight: normal;
	font-family: 'Anaheim', sans-serif;
}
.span_2_of_2 p{
	font-size: 0.8125em;
	color: #5A5A5A;
	line-height: 1.8em;
}
.rd_more {
	margin-top: 3%;
}
/*details*/

/***** Media Quries *****/
@media only screen and (max-width: 1280px) {
	.wrap{
		width:95%;
	}

}
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}
	.nav li a {
		display: block;
		color: #b4b4b4;
		font-size: 1em;
	}
	.search {
		width: 25%;
	}
	.search input[type="text"] {
		padding: 4px 10px;
	}
}
@media only screen and (max-width: 990px) {
	.dg-container {height: 300px;}
	.dg-wrapper{
	width: 351px;
	height: 230px;
	perspective:200px;
}
.dg-wrapper a{
	width: 352px;
	height: 230px;
}
}
@media only screen and (max-width: 800px) {
	.wrap{
		width:95%;
	}
	.search {
		display: none;
	}
}
@media only screen and (max-width: 640px){
	.dg-container {height: 230px;}
	.dg-wrapper{
	width: 249px;
	height: 150px;
	perspective:100px;
}
.dg-wrapper a{
	width: 250px;
	height: 150px;
}
	
	.wrap{
		width:95%;
	}
	.logo{
		float: none;
		width: 100%;
		text-align:center;
	}
	.grid_1_of_4 {
		display: block;
		float:none;
		margin:0;
		background: none;
	}
	.images_1_of_4 {
		width: 100%;
	}
	.images_2_of_2 {
		width: 100%;
		float:none;
	}
	.span_2_of_2 {
		margin-top:3%;
		width:100%;
		float: none;
	}
	.lb-album li {
		float: left;
		width: 45.333%;
		margin:0% 4% 4% 0%;
		position: relative;
	}
	.col {
		display: block;
		float: none;
		margin-left: 0;
	}
	.span_1_of_3 {
		width: 100%;
	}
	.span_2_of_3 {
		width: 100%;
	}
	.images_3_of_2 {
		width: 100%;
		float: none;
		border:none;
	}
	.desc {
		display: block;
		float: none;
		margin: 0%;
	}
	.span_3_of_2 {
		width: 100%;
	}
}
@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
}
@media only screen and (max-width: 350px) {
	.dg-container {height: 180px;}
	.dg-wrapper{
	width: 180px;
	height: 130px;
	perspective:70px;
}
.dg-wrapper a{
	width: 181px;
	height: 130px;
}
}

@media(min-width:1024px){.main{min-height:350px;}}
.main ul,ol{margin-left:15px; padding:0;}
.main1 ul,ol{margin-left:15px; padding:0;}
/* Aktempcss */
.top-nav ul ul {display: none; top:0; z-index:10;}
.top-nav ul li:hover > ul {display: block;}
.top-nav ul {
	list-style: none;
	position: relative;
	display: inline-table;
	/*padding-left:10px;*/
}
.top-nav ul:after {content: ""; clear: both; display: block;}
.top-nav ul li {
	/*float: left;*/
	padding:0;
}
.top-nav ul li:hover {}
.top-nav ul li:hover a {background: #333; color:#fff;}
	
.top-nav ul li a {
	display: block;
	text-decoration: none;
}
.top-nav ul ul {background: #333; border-radius: 0px; padding: 0; margin:0;
	position: absolute; top: 100%;
	width:228px;
}
.top-nav ul ul li {
	float: none; 
	position: relative;
	background:transparent;
	width:228px;
}
.top-nav ul ul li a {
	border-bottom: 1px solid #000;
	color: #fff;
	text-align:left;
	padding:10px 15px;
}	
.top-nav ul ul li a:hover {
	color: #fff;
	background: #66666a;
}
.top-nav ul ul li:hover a{background: #66666a;}
.top-nav ul ul ul {position: absolute; right: 100%; top:0; background: #66666a;}

.top-nav ul ul ul li a {
	border-bottom: 1px solid #000;
	color:#fff;
	padding:10px 15px;
	text-align:left;
}	
.top-nav ul ul ul li a:hover {
	color: #fff;
	background: #333;
}
.more_menu {right:0;}
.top-nav ul ul li a span {margin-top:5px;}


/* bottom navig
============================== */
/* All */
.botnav ul {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
.botnav ul:before,
.botnav ul:after {
  content: "";
  display: table;
}
.botnav ul:after {
  clear: both;
}
.botnav ul > li {
  float: left;
  position: relative;
  width:16.66%;
  text-align:left;
}
.botnav a {
  display: block;
  padding:10px 15px 10px 10px;
  line-height: 1.2em;
  color: #000;
}
.botnav a span{
 width: 90%;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	float:left;
	height:26px;
}
.botnav ul ul li a span{
float:none;
white-space: normal;
}
.botnav a:hover {
  text-decoration: none;
	background: #333;
}
.botnav li ul {
  background: #333;
  color:#fff;
}
.botnav li ul li {
  width: 100%;
  
}
.botnav li ul a {
  border-bottom: 1px solid #000;
  padding:10px;
  
}
.botnav li ul a:hover {
  background: #66666a;
}

.botnav_sub ul li:hover {background-color:#333;}
.botnav_sub ul li:hover a {color: #fff;}
.botnav_sub ul > li:hover ul li {
  max-height: 150px;
}
.botnav_sub li ul {
  position: absolute;
  left: 0;
  bottom: 36px;
  z-index: 1;
  color:#fff;
  width:100%;
}
.botnav_sub li ul li {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 500ms ease;
  -moz-transition: max-height 500ms ease;
  -o-transition: max-height 500ms ease;
  transition: max-height 500ms ease;
}
/*Aktempcss*/

.top-nav > ul > li > a .downarror {
    background-image: url("../img/marrow_nor.png");
    background-repeat: no-repeat;
    background-position: 97% 56%;
	 display: inline-block;
    height: 10px;
    width: 10px;
	margin-left:5px;
}
.top-nav  > ul > li > a:hover .downarror {
    background-image: url("../img/marrow_over.png");
    background-repeat: no-repeat;
    background-position: 97% 56%;
	 display: inline-block;
    height: 10px;
    width: 10px;
}
.top-nav ul li:hover .downarror {
    background-image: url("../img/marrow_over.png");
    background-repeat: no-repeat;
    background-position: 97% 56%;
	 display: inline-block;
    height: 10px;
    width: 10px;
}

.top-nav ul ul li a .downarror {
    background-image: url("../img/marrow_over.png");
    background-repeat: no-repeat;
    background-position: 97% 56%;
	 display: inline-block;
    height: 10px;
    width: 10px;
	float:right;
}
.top-nav ul ul li a:hover  .downarror {
    background-image: url("../img/marrow_over.png");
    background-repeat: no-repeat;
    background-position: 97% 56%;
	 display: inline-block;
    height: 10px;
    width: 10px;
}

.botnav ul > li a .bot_uparror {
    background-image: url("../img/uparrow_nor.png");
    background-repeat: no-repeat;
    background-position: 97% 56%;
	 display: inline-block;
    height: 10px;
    width: 10px;
	float:right;
	margin-top:4px;
}
.botnav  > ul > li > a:hover .bot_uparror {
    background-image: url("../img/uparrow_over.png");
    background-repeat: no-repeat;
    background-position: 97% 56%;
	 display: inline-block;
    height: 10px;
    width: 10px;
	margin-top:4px;
}
.botnav_sub ul li:hover .bot_uparror {
    background-image: url("../img/uparrow_over.png");
    background-repeat: no-repeat;
    background-position: 97% 56%;
	 display: inline-block;
    height: 10px;
    width: 10px;
	margin-top:4px;
}
.ftx {color: #fff; text-align: center;}
.content_img{float: right;  margin: 0 0 10px 10px;}
.editor_img{margin: 10px;}

/* sitemap */
.stm_main ul {list-style: none; margin:0; padding:0;}
.stm_main ul li a {font-weight:bold; font-size:16px; width: 98%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; float:left; color:#aaa;}
.stm_main ul ul li a {font-size:16px; font-weight:normal;}
.stm_main ul > li {display: inline-block; width: 100%; padding: 4px 0; margin-bottom: 15px;}
.stm_main ul > li > ul >li {color: red; padding: 5px 0; margin-bottom: 0px;}
.stm_main{
    -webkit-column-count:4;
    -moz-column-count:4;
    -ms-column-count:4;
    -o-column-count:4;
    column-count:4;
    -webkit-column-gap:15px;
    -moz-column-gap:15px;
    -ms-column-gap:15px;
    -o-column-gap:15px;
    column-gap:15px;
    columns:4; padding:10px 30px;
}
@media screen and (max-width: 767px) {
.stm_main{
    -webkit-column-count:2;
    -moz-column-count:2;
    -ms-column-count:2;
    -o-column-count:2;
    column-count:2;
    -webkit-column-gap:15px;
    -moz-column-gap:15px;
    -ms-column-gap:15px;
    -o-column-gap:15px;
    column-gap:15px;
    columns:2;
}
}
@media screen and (max-width: 480px) {
.stm_main{
    -webkit-column-count:1;
    -moz-column-count:1;
    -ms-column-count:1;
    -o-column-count:1;
    column-count:1;
    -webkit-column-gap:15px;
    -moz-column-gap:15px;
    -ms-column-gap:15px;
    -o-column-gap:15px;
    column-gap:15px;
    columns:1;
}
}
@media screen and (max-width: 1025px) {.botnav ul > li {width:25%;}}
@media screen and (max-width: 769px) {
	span.menu {
		display: block;
		cursor: pointer;
		width: 100%;
		position: relative;
		text-align: right;
		padding: 10px 0;
		right: 10px;
		}
		
	ul.nav{
		display:none;
		background:#66666a;
		}
	.navigation ul.nav li {
		display: inline-block;
		text-align: center;
		margin: 0;
		width: 100%;
		padding: 0px 0;
		}
	
.logo {float:left;}
.navigation {float:right;  background:transparent;}

.top-nav ul li {padding:0;}
.top-nav > ul > li > a .downarror {background-image: url("../img/sm_marrow_over.png"); height: 21px; width: 36px; float:right; right:0; position:absolute; margin:0 5px;}
.top-nav  > ul > li > a:hover .downarror {background-image: url("../img/sm_marrow_nor.png"); height: 21px; width: 36px;}
.top-nav ul li:hover .downarror {background-image: url("../img/sm_marrow_nor.png"); height: 21px; width: 36px;}
.top-nav ul ul li a .downarror {background-image: url("../img/sm_marrow_nor.png"); height: 21px; width: 36px; }
.top-nav ul ul li a:hover .downarror {height: 21px; width: 36px; background-image: url("../img/sm_marrow_nor.png");}


.top-nav ul ul {width:100%; display:block! important; margin-top:0; position:relative; background:transparent;}
.top-nav ul li {float: left; width:100%; }
.top-nav ul ul li {width:100%; margin:0; padding:0;}
.top-nav ul {padding-bottom:0; position:absolute; display: none; /*margin-top:10px;*/ z-index:10; width:100%;}
.top-nav ul ul ul {right:0; position: relative; background:transparent;}
.top-nav ul li:hover {color:#fff;}
.top-nav ul ul li a {color:#fff; border-bottom: 1px solid #999;  padding:10px 20px; text-align:left;}
.top-nav ul ul li a:hover {background:#66666a; color:#fff;}
.top-nav ul ul li:hover a {background:#66666a; color:#fff; }
.top-nav ul ul ul li a {background:#939e44; color:#fff; border-bottom: 1px solid #999;  padding:10px 40px; text-align:left;}
.top-nav ul ul ul li a:hover {background:#939e44; color:#fff;}
.top-nav ul li a {padding:10px 15px; text-align:left; margin:0 !important; border-bottom:1px solid #333;}
.top-nav > ul > li > a .downarror {float:right; height: 20px; width: 20px;}
.top-nav  > ul > li > a:hover .downarror {float:right; height: 20px; width: 20px;}
.top-nav > ul > li > a {}

.top-nav ul li:hover .downarror {height: 20px; width: 20px;}
.top-nav ul ul li a .downarror {height: 20px; width: 20px;}
.top-nav ul ul li a:hover  .downarror {height: 20px; width: 20px;}
.content_img{width: 100%;}
.editor_img{width: 100%; margin:0;}
.botnav ul > li {width:33%;}
.navigation { float: none;}
.top-nav ul ul li a span {margin-top:0px;}
}

@media screen and (max-width: 480px) {
.botnav ul > li {width:50%;}
}
@media screen and (max-width: 320px) {
.botnav ul > li {width:100%;}
}
nav {padding:10px 0;}

.main h1 a, .main h2 a, .main h3 a, .main p a, .main a{cursor:pointer; text-decoration:underline; color: #969696;} 
.main h1 a:hover, .main h2 a:hover, .main h3 a:hover, .main p a:hover, .main a:hover {text-decoration:none; color:#fff;}  

@media(max-width:1200px){
	.main h3, .main1 h2{font-size: 1.8em;}	
}

@media(max-width:1024px){
	.main h3, .main1 h2{font-size: 1.7em;}
	.logo h1{font-size:3.5em;}
}
@media (max-width: 992px) {
.about-header h2{font-size: 1.6em;}
}
@media(max-width:767px){
.main h3, .main1 h2{font-size: 1.5em;}
.logo h1{font-size:2.5em;}
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.shop_maindiv {display:inline-block! important; width:100%;}
.white {min-height:25px;}
.pro_price {display:inline-block; padding:1em 0 0 0;}

@media (min-width: 992px) {
  .col-md-3 {display: inline-block; width: 29%;}
  .img_details_section { width: 40%! important;}
}

@media (max-width: 992px) {
	.shop_link {margin:1em! important;}
	.img_section {padding:10px! important;}
	.pro_details {padding:15px! important;}
	.main {margin:3%; padding:10px;}
}

/* Design2024
/* Editor Styles listed below */
.heading {
	color: #969696;
	font-size: 2em;
	font-weight: normal;
}
.sub-heading {
	color: #969696;
	text-transform: capitalize;
	font-size: 1.6em;
	font-weight: normal;
}
.minor-heading {
	color: #fff;
	text-transform: capitalize;
	font-size: 1.6em;
	font-weight: normal;
}
.content-text-style-1 {
  color: #B4B4B4;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.8em;
}
.content-text-style-2 {
  color: #fff;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.8em;
}
.content-text-style-3 {
	margin:10% 0;
	font-size: 0.8125em;
	color: #5A5A5A;
	line-height: 1.8em;
}

.home_content { 
  font-family: Arial,Helvetica,sans-serif; 
  font-size: 11px; 
  text-align: justify; 
}; 

