a.meanmenu-reveal {
	display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
	float: left;
	width: 100%;
	position: relative;
	background: #787878; /* Old browsers */
	background: -moz-linear-gradient(top,  #787878 0%, #4b4b4b 50%, #343434 51%, #323232 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#787878), color-stop(50%,#4b4b4b), color-stop(51%,#343434), color-stop(100%,#323232)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #787878 0%,#4b4b4b 50%,#343434 51%,#323232 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #787878 0%,#4b4b4b 50%,#343434 51%,#323232 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #787878 0%,#4b4b4b 50%,#343434 51%,#323232 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #787878 0%,#4b4b4b 50%,#343434 51%,#323232 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#787878', endColorstr='#323232',GradientType=0 ); /* IE6-9 */
	border-bottom:1px solid #2b2b2b; 
	border-top:1px solid #2b2b2b;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.2);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.2);
	box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.2);
	padding: 4px 0;
	min-height: 42px;
	z-index: 999999;
}

.mean-container a.meanmenu-reveal {
	width: 22px;
	height: 22px;
	padding: 13px 13px 11px 13px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	outline:none;
}

.mean-container a.meanmenu-reveal span {
	display: block;
	background: #fff;
	height: 3px;
	margin-top: 3px;
}

.mean-container .mean-nav {
	float: left;
	width: 100%;
	background: #0c1923;
	margin-top: 44px;
}

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
}

.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 92%;
	padding: 15px 4%;
	margin: 0;
	text-align: left;
	color: #fff;
	background: #333333; /* Old browsers */
	border-top:1px solid #111111;
	box-shadow:inset 0 1px 0 0 rgba(255,255,255,0.1);
	text-decoration: none;
	text-transform: uppercase;
	font-size:13px;
	line-height:18px
}

.mean-container .mean-nav ul li li a {
	width: 80%;
	padding: 1em 10%;
	border-top: 1px solid #f1f1f1;
	border-top: 1px solid rgba(255,255,255,0.25);
	opacity: 0.75;
	filter: alpha(opacity=75);
	text-shadow: none !important;
	visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
	background: #606576;
}

.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 1px;
	width: 26px;
	height: 32px;
	padding: 12px !important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: rgba(255,255,255,0.1);
	border: none !important;
	border-left: 1px solid rgba(255,255,255,0.4) !important;
	border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
	background: rgba(0,0,0,0.9);
}

.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


.mean-remove {
	display: none !important;
}


@media (min-width : 320px) and (max-width : 992px) {
  .container {
    width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
  }

  .followus {
 	clear:both;
 	margin:-15px 0 10px 0 !important;;  
  }
}

@media (min-width : 320px) and (max-width : 480px) {
	#top .menu-top {
		float:none;
		width:300px;
		margin:0 auto;
	}
	
	#top .menu-top li:last-child {
		width:115px;
		height:30px;
		clear:both;
		float:none;
		margin:0 auto;
	}
	
	#top .phone {
		display:none;	
	}
	
	#top .followus1 {
		float:none;
		position:absolute;
		top:10px;
		z-index:9999999;
		text-indent:-95px;
	}
	
	.followus1 .tooltip {
		text-indent:0;	
	}
	
	#header {
		background:#ffffff url(../images/an-top-divider.png) repeat-x top center;
		padding-bottom:10px;
	}
	
	#header .logo {
		float:none;
		margin:0 auto;
		padding:5px 0;
	}
	
	#content #bottom-section .column {
		float:none;
		width:100% !important;
		background:none;
		border-bottom:1px solid #ededed;
		overflow:hidden;
		padding-bottom:20px;
		min-height:0;
	}
	
	#content #bottom-section .news-social h4 {
		text-align:left;
		padding-top:15px;
	}
	
	#content #bottom-section .mailtobfl {
		margin-left:5px;	
	}
	
	#content .horizontal-divider {
		background:#ffffff url(../images/an-top-divider.png) repeat-x top center;	
	}
	
	#content #bottom-section .news-social {
		border-bottom:none;
		padding-bottom:0;
		margin-bottom:0;
	}
	
	.seen-on {
		display:none;	
	}
	
	#footer .copyright {
		padding:20px 0;	
	}
	
	#footer .copyright .copy {
		float:none;
		display:block;
		text-align:center;
		margin-bottom:15px;
	}
	
	#footer .copyright .navigation {
		float:none;
		display:block;	
	}
	
	#footer .copyright .navigation li {
		width:44%;	
	}
	
	#footer .copyright .navigation li a {
		display:block;
		padding:10px 7px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		border:1px solid #ededed;
		margin:0 10px 10px 0;
	}
	
	#footer .copyright .navigation li a:hover {
		border:1px solid #ccc;
		background:#ececec;	
	}
	
	#featured-slider {
		width:100% !important;
		height:290px !important;
	}
	
	#featured .product-description {
		text-align:center;
		padding:20px 0 0 0;
		float:none;
		max-width:none !important;
	}
	
	#featured-slider li{
		text-align:center;	
	}
	
	#featured .homeslider {
		float:none;
		width:100%;
		padding:20px 0 0 0	
	}
	
	#featured .homeslider > li {
		font-size:22px;
		text-align:center;	
	}
	
	#featured .image-area {
		float:none;
		max-height:150px;
		margin:0 !important;
	}
	
	#featured .order-button {
		width:120px;
		margin:5px auto;
		float:none;	
	}
	
	#featured .product-description h1.product-name {
		font-size:18px;	
	}
	
	#featured .order-button span {
		font-size:14px;	
	}
	
	.rhino-bullets {
		margin: 0 0 0 -30px !important;
	}
	
	.easyminer-featured {
		text-align:center;
	}
	
	.easyminer-featured .image-float-left {
		float:none;
		margin-bottom:25px;	
	}
	
	.easyminer-featured .float-left {
		width:auto;
		margin:0;
		float:none;
	}
	
	#content .easyminer-featured ul.download-list li {
		margin:10px 0 0 0;
		border:1px dashed #ededed;
		padding:5px 15px;
		-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	}
	
	#content .easyminer-featured .basic-button, #content .easyminer-featured .disabled-button {
		float:none;	
		margin-top:5px;
		display:block;
	}
	
	#content .easyminer-featured ul.download-list li span.for-os {
		float:none;
		line-height:32px; padding-top:5px; padding-bottom:5px;
		margin-right: 0;
		width:auto;
	}
	
	.image-float-right {
		display:none;	
	}
	
	#content p.trigger {
		padding-top:5px; padding-bottom:10px;
		line-height:18px;	
	}
	
	#content p.trigger span {
	 -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	 height:100%;
	 margin-top:-5px;
	}
	
	#content .toggle_container .block {
		width:85%;	
	}
	
	
	.management {
		text-align:center;	
	}
	
	.management .image-float-left, .management .image-float-right {
	float:none;	
	}
	
	.faq-box textarea {
		max-width:100%;
	}
	
	.faq-box .cont-divider {
		background:#e1e1e1;
		width:100%;
		height:6px;	
	}
	
	#content .one-half {
		float:none;
		width:100% !important;
		text-align:center !important;	
	}
	
	.bitsafe-page .subscribe {
		overflow:hidden;
		margin:10px 0 20px 0;	
	}
	
	.bitsafe-page .subscribe input[type="text"] {
		width:68%;
		-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;	
	}
	
	.bitsafe-page .subscribe input[type="submit"] {
		width:30%;
		-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;	
	}
	
	#content .bitsafe-benefits h2, #content .bitsafe-benefits ul {
		padding-left:0 !important;
		margin-left:0 !important;
		margin-top:0 !important;
	}
	
	.bitsafe-page img {
		display:none;	
	}
	
	.bitsafe-page .intro {
		padding:0 !important;	
	}
	
	#content .bitsafe-benefits .convenience-list li ,#content .bitsafe-benefits .security-list li {
		background:none;	
	}
	
	#content .bitsafe-benefits .convenience-list li:before, #content .bitsafe-benefits .security-list li:before {
		content:"";
		width:16px;
		height:16px;
		background:url(../images/bitsafe-icons.png) no-repeat 0 0;
		display:inline-block;
		margin-right:10px;
	}
	
	#content .bitsafe-benefits .security-list li:first-child:before  {
	margin-top:0;
	}
	
	#content .bitsafe-benefits .security-list li:nth-child(2):before  {
		background-position:0 -16px;
	}
	
	#content .bitsafe-benefits .security-list li:nth-child(3):before  {
		background-position:0 -32px;
	}
	
	#content .bitsafe-benefits .security-list li:nth-child(4):before  {
		background-position:0 -48px;
	}
	
	#content .bitsafe-benefits .security-list li:nth-child(5):before  {
		background-position:0 -64px;
	}
	
	#content .bitsafe-benefits .convenience-list li:first-child:before  {
	margin-top:0;
	background-position:0 -80px;
	}
	
	#content .bitsafe-benefits .convenience-list li:nth-child(2):before  {
		background-position:0 -96px;
	}
	
	#content .bitsafe-benefits .convenience-list li:nth-child(3:before ) {
		background-position:0 -112px;
	}
	
	#content #bottom-section .news-social center {
		text-align:left;	
	}
	
	#content #bottom-section .news-social .followus {
		margin:0;	
	}
}

@media (min-width : 481px) and (max-width : 767px) {
	#top .menu-top {
		float:none;
		width:450px;
		margin:0 auto;
	}
	

	
	#top .phone {
		display:none;	
	}
	
	#top .followus1 {
		float:none;
		position:absolute;
		top:10px;
		z-index:9999999;
		text-indent:-95px;
	}
	
	.followus1 .tooltip {
		text-indent:0;	
	}
	
	
	#header {
		background:#ffffff url(../images/an-top-divider.png) repeat-x top center;
		padding-bottom:10px;
	}
	
	#header .logo {
		float:none;
		margin:0 auto;
		padding:5px 0;
	}
	
	#content #bottom-section .column {
		float:none;
		width:100% !important;
		background:none;
		border-bottom:1px solid #ededed;
		overflow:hidden;
		padding-bottom:20px;
		min-height:0;
	}
	
	#content #bottom-section .news-social h4 {
		text-align:left;
		padding-top:15px;
	}
	
	#content #bottom-section .mailtobfl {
		margin-left:5px;	
	}
	
	#content .horizontal-divider {
		background:#ffffff url(../images/an-top-divider.png) repeat-x top center;	
	}
	
	#content #bottom-section .news-social {
		border-bottom:none;
		padding-bottom:0;
		margin-bottom:0;
	}
	
	.seen-on {
		display:none;	
	}
	
	#footer .copyright {
		padding:20px 0;	
	}
	
	#footer .copyright .copy {
		float:none;
		display:block;
		text-align:center;
		margin-bottom:15px;
	}
	
	#footer .copyright .navigation {
		float:none;
		display:block;	
	}
	
	#footer .copyright .navigation li {
		width:45%;	
	}
	
	#footer .copyright .navigation li a {
		display:block;
		padding:10px 7px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		border:1px solid #ededed;
		margin:0 10px 10px 0;
	}
	
	#footer .copyright .navigation li a:hover {
		border:1px solid #ccc;
		background:#ececec;	
	}
	
	#featured-slider {
		width:100% !important;
		height:320px !important;
	}
	
	#featured .product-description {
		text-align:center;
		padding:10px 0 0 0;
		float:none;
		max-width:none !important;
	}
	
	#featured .product-description h1.product-name {
		font-size:26px;	
	}
	
	#featured-slider li {
		text-align:center;	
	}
	
	#featured .image-area {
		float:none;
		max-height:175px;
		margin:0 !important;
	}
	
	#featured .order-button {
		width:170px;
		margin:5px auto;
		float:none;	
	}
	
	.rhino-bullets {
		margin: 0 0 0 -30px !important;
	}
	
	.easyminer-featured {
		text-align:center;
	}
	
	.easyminer-featured .image-float-left {
		float:none;
		margin-bottom:25px;	
	}
	
	.easyminer-featured .float-left {
		width:auto;
		margin:0;
		float:none;
	}
	
	#content .easyminer-featured ul.download-list li {
		border:1px dashed #ededed;
		padding:5px 15px;
		-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
		width:450px; margin:10px auto;
	}
	
	#content .easyminer-featured .basic-button, #content .easyminer-featured .disabled-button {
		margin-top:0px;
		display:block;
	}
	
	#content .easyminer-featured ul.download-list li span.for-os {
		margin-top:0;
		margin-left:40px;

	}
	
	.image-float-right {
		display:none;	
	}
	
	#content p.trigger {
		padding-top:5px; padding-bottom:10px;
		line-height:18px;	
	}
	
	#content p.trigger span {
	 -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	 height:100%;
	 margin-top:-5px;
	}
	
	.faq-box textarea {
		max-width:100%;
	}
	
	.faq-box .cont-divider {
		background:#e1e1e1;
		width:100%;
		height:6px;	
	}
	
	#content .one-half {
		float:none;
		width:100% !important;
		text-align:center !important;	
	}
	
	.bitsafe-page .subscribe {
		overflow:hidden;
		margin:10px 0 20px 0;	
	}
	
	.bitsafe-page .subscribe input[type="text"] {
		width:68%;
		-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
		padding:7px 10px;
	}
	
	.bitsafe-page .subscribe input[type="submit"] {
		width:30%;
		-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;	
		padding:5px 10px;
	}
	
	#content .bitsafe-benefits h2, #content .bitsafe-benefits ul {
		padding-left:0 !important;
		margin-left:0 !important;
		margin-top:0 !important;
	}
	
	.bitsafe-page img {
		margin:0 !important;
	}
	
	.bitsafe-page .intro {
		padding:0 !important;	
	}
	
	#content .one-half:first-of-type img {
		margin-bottom:30px !important;
	}
	
	#content .bitsafe-benefits .convenience-list li ,#content .bitsafe-benefits .security-list li {
		background:none;	
	}
	
	#content .bitsafe-benefits .convenience-list li:before, #content .bitsafe-benefits .security-list li:before {
		content:"";
		width:16px;
		height:16px;
		background:url(../images/bitsafe-icons.png) no-repeat 0 0;
		display:inline-block;
		margin-right:10px;
	}
	
	#content .bitsafe-benefits .security-list li:first-child:before  {
	margin-top:0;
	}
	
	#content .bitsafe-benefits .security-list li:nth-child(2):before  {
		background-position:0 -16px;
	}
	
	#content .bitsafe-benefits .security-list li:nth-child(3):before  {
		background-position:0 -32px;
	}
	
	#content .bitsafe-benefits .security-list li:nth-child(4):before  {
		background-position:0 -48px;
	}
	
	#content .bitsafe-benefits .security-list li:nth-child(5):before  {
		background-position:0 -64px;
	}
	
	#content .bitsafe-benefits .convenience-list li:first-child:before  {
	margin-top:0;
	background-position:0 -80px;
	}
	
	#content .bitsafe-benefits .convenience-list li:nth-child(2):before  {
		background-position:0 -96px;
	}
	
	#content .bitsafe-benefits .convenience-list li:nth-child(3:before ) {
		background-position:0 -112px;
	}
	
	#content #bottom-section .news-social center {
		text-align:left;	
	}
	
	#content #bottom-section .news-social .followus {
		margin:0;	
	}
	
	#featured .homeslider {
		float:none;
		width:100%;
		padding:20px 0 0 0	
	}
	
	#featured .homeslider > li {
		font-size:22px;
		text-align:center;	
	}
	
}

@media (min-width: 768px) and (max-width: 991px) {
	#content #bottom-section .product-area .product-image {
	 margin:-15px 0 0 15px;
	 max-width:110px;
	}
	
	#content #bottom-section .product-area h2 {
		font-size:14px;
		font-weight:400;	
	}
	
	#content #bottom-section .product-area p.power, #content #bottom-section .product-area p.price {
		font-size:15px;
		font-weight:600;
	}
	
	#content #bottom-section .product-area .product-description {
		padding:10px 0 15px 0;	
	}
	
	
	#content #bottom-section .column {
		min-height:0;	
	}
	
	#content #bottom-section .customer-news h3 {
		font-weight:400;
		margin-top:0;	
	}
	
	#content #bottom-section .customer-news ul.bullet-list li {
		background:none;
		padding:5px 0;	
	}
	
	#content #bottom-section .news-social .subscribe {
		overflow:auto;
		 -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
		 padding:5px 10px;	
	}
	
	#content #bottom-section .news-social input[type="text"] {
		margin-left:0;
		width:100%;
	    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	}
	
	#content #bottom-section .news-social input[type="submit"] {
		margin: 5px 0 5px 0;
		width:100%;	
	}
	
	#content #bottom-section .news-social h4 {
		margin:5px 0 0 10px;
		text-align:left;	
	}
	
	#content #bottom-section .mailtobfl {
		margin-left:0px;	
	}
	
	#top .phone {
		display:none;
	}
	
	#top .followus1 {
		margin-left:-7px;	
		position:relative;
		z-index:1;
	}
	
	#top .followus1:before {
		content:"";
		width:5px;
		height:30px;
		background:#ffffff;
		position:absolute;
		left:0;
		top:0;
	}
	
	#top .menu-top li {
		padding:0 6px;
	}
	
	.seen-on {
		padding-top:20px;
	}
	
	.seen-on h2 {
		text-align:center;
		border-bottom:1px dotted #ededed;
		padding-bottom:10px; margin-bottom:10px;
	}
	
	.seen-on-imgs {
		text-align:center;	
	}
	
	.seen-on-imgs a {
		display:inline-block;
	}
	
	#footer .copyright {
		padding:20px 0;	
	}
	
	#footer .copyright .copy {
		float:none;
		display:block;
		text-align:center;
		margin-bottom:15px;
	}
	
	#footer .copyright .navigation {
		float:none;
		display:block;	
	}
	
	#footer .copyright .navigation li {
		width:48%;	
	}
	
	#footer .copyright .navigation li a {
		display:block;
		padding:10px 7px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		border:1px solid #ededed;
		margin:0 10px 10px 0;
	}
	
	#footer .copyright .navigation li a:hover {
		border:1px solid #ccc;
		background:#ececec;	
	}
	
	
	#featured-slider {
		width:100% !important;
	}
	
	#featured .product-description {
		max-width:none !important;
		padding:70px 0 0 10px;
		width:auto;
	}
	
	#featured .image-area {	
		max-width:330px;
		max-height:300px;
		margin:40px 0px 0px 0;
	}
	
	#featured .product-description h1.product-name {
		font-size:26px;	
	}
	
	.rhino-bullets {
		margin: 0 0 0 -30px !important;
	}
	
	.easyminer-featured .float-left {
		width:auto;	
	}
	
	.easyminer-featured h1 {
		font-size:26px !important;	
	}
	
	#content .bitsafe-benefits .security-list {
		padding-left:50px !important;
		float:right;
	}
	
	#content .bitsafe-benefits .one-half:first-of-type h2 {
		float:right;
		padding-left:0 !important;
		padding-right:180px;
	}
	
	#content #bottom-section .news-social center {
		text-align:left;	
	}
	
	#content #bottom-section .news-social .followus {
		margin:0;	
	}
	
	#featured .homeslider {
		float:none;
		width:100%;
		padding:25px 0 0 0;
		clear:both;	
	}
	
	#featured .homeslider > li {
		font-size:24px;
		text-align:center;	
	}
	
}

@media (min-width: 768px) and (max-width: 801px)  {
	#header .navigation2 ul li a {
		padding:0 15px;	
	}
}

@media (min-width: 992px) and (max-width: 1199px) {

}
@media (min-width: 1200px) {

}