body {
	-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;
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	background: #ffffff;
}
a,a:visited {
  color: #02599c;
}
a, a:hover, a:focus {
	outline: none;
	text-decoration: none;
}
ul {
	padding: 0;
	margin-bottom: 0;
}
input:focus {
	outline: none;
}
h2 {
	font-size: 24px;
	color: #333333;
	font-family: 'Roboto', sans-serif;
	line-height: 32px;
	margin: 5px 0 12px;
	font-weight: 300;
}
h3 {
	font-family: 'Roboto', sans-serif;
	color: #587cb9;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 21px;
	margin: 10px 0;
	line-height: 30px;
}
h4 {
	color: #333333;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	margin: 15px 0 9px;
	line-height: 25px;
}
h5 {
	font-family: 'Roboto', sans-serif;
	color: #B7C6E1;
	font-weight: bold;
	font-size: 15px;
	line-height: 23px;
	text-transform: uppercase;
	margin: 0 0 8px 0;
}
p {
	font-size: 14px;
	color: #666666;
	margin: 15px 0;
	font-family: 'Roboto', sans-serif;
	line-height: 22px;
}
.container {
	max-width: 1200px;
	width: 100%;
}
.full_container {
	width: 100%;
}

.bc_goto_top {
	display: none;
}
.bc_goto_top a {
	width: 40px;
	height: 40px;
	border-radius: 20px;
	line-height: 32px;
	text-align: center;
	background: rgba(204,204,204,0.3);
	position: fixed;
	top: auto;
	bottom: 20px;
	left: auto;
	right: 5px;
	right: 15px\9;
	z-index: 500;
	opacity: 1;
	font-size: 22px;
	color: #ffffff;
	display: block;
}
.no-indent::after {
	display: none!important;
}
.easy_print {
	font-size: 16pt;
}

.aul {
 text-decoration: none;
 border-bottom: 1px #5177B6 dotted;
}

.nl_spons {
 border: solid 1px #CCCCCC;
 background-color: #118f14;
 color: #FFF;
 padding: 2px 3px 2px 3px;
}

#basic-modal-content {
 display:none;
}

#simplemodal-overlay {
 background-color:#c8c9c9;
}

#simplemodal-container {
 color:#0C326A; 
 border:4px solid #444; 
 font-weight: bold; 
 border-radius: 10px;
 max-width: 830px!important;
 width: 80%!important;
}
#simplemodal-container a.modalCloseImg {
 background:url(https://www.bleepstatic.com/js/jquery/modal-images/x.png) no-repeat;
 width:25px;
 height:29px;
 display:inline;
 z-index: 3200;
 position:absolute;
 top:-15px;
 right:-16px;
 cursor:pointer;
}
.modal_cbox {
 background-color: #c8c9c9;
 font-weight: 700!important;
 padding: 5px;
}
.modal_cbox p {
 margin-top: 5px;
 font-size: 1.1em;
 text-align: center;
}

.modal_cbox h2 {
 margin-top: 0px;
 text-align: center;
 font-family: 'Roboto',sans-serif;
 color: #ca0404!important;
 font-weight: bold;
}
.modal_cbox h4 {
 text-align: center;
 color: #ca0404;
}
.modal_cbox a {
 text-decoration: dotted;
}
.modal_cbox img {
 margin: 0px 10px 0px 10px;
}

.contrib_but:hover {
 background-color: #69bd32;

}


#modal_sh_table{
    display:table;
    height: 100%;
    width: 100%;
    text-align: center;
}
.modal_sh_cell {
    display:table-cell;
    width: 30%;
    vertical-align: middle;
}
.modal_sh_cell img {
 position:relative;
 top:-2px;
}
#don_btn img {
 width: 150px;
 height: auto;
 margin-bottom: 10px;
}

#pop_stories {
 margin-top: 10px;
}
.pns img {
 margin-bottom: 10px;
 width: 100%;
}
.pns p {
 font-weight: 700!important;
 font-size: 16px!important;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
#simplemodal-container {
 margin-top: 200px;
}
#don_btn img {
 width: 100px;
 height: auto;
}

}

@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
.bc_goto_top a {
	right: 15px;
}
*::-ms-backdrop, .bc_goto_top a {
right:25px;
}
}
header {
	background: #1d3652;
	padding: 22px 0 0;
	position: fixed;
	width: 100%;
	z-index: 10;
	top: 0;
	transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	transition: all 0.7s ease 0s;
	-webkit-transition: all 0.7s ease 0s;
}
header.nav-up {
	transform: translate3d(0px, -125px, 0px);
	-webkit-transform: translate3d(0px, -125px, 0px);
	transition: all 0.7s ease 0s;
	-webkit-transition: all 0.7s ease 0s;
}
header .col-md-8 {
	text-align: right;
}
.bc_logo {
    margin: 4px 0 0 0;
    display: table;
    z-index: 1000;
    position: relative;
}
.bc_social_icons li {
	display: inline-block;
	vertical-align: top;
	margin: 0 2px;
}
.bc_social_icons, .bc_search_box {
	display: inline-block;
	vertical-align: top;
	width: 28%;
	text-align: right;
}
.bc_social_icons li a {
	height: 32px;
	width: 32px;
	background: #516a88;
	border-radius: 16px;
	display: block;
	line-height: 32px;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
}
.bc_social_icons li:hover a {
	background: #ffffff;
	color: #1D3652;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
}
.bc_social_icons li a i.fa-wifi {
	transform: rotate(35deg);
	-webkit-transform: rotate(35deg);
	-moz-transform: rotate(35deg);
	margin: 10px 0 0 -5px;
}
.bc_search_box {
	position: relative;
	padding: 0 20px;
	width: 40%;
}
.bc_search_box input[type="search"] {
	background: #ffffff;
	border-radius: 15px;
	height: 32px;
	line-height: 32px;
	color: #6c6c6c;
	font-size: 13px;
	padding: 0 10px 0 36px;
	box-shadow: none;
	border: none;
	position: relative;
	width: 100%;
}
.bc_search_box:before {
        font-family: 'Font Awesome 6 Free';
	position: absolute;
	content: "\f002";
	top: 4px;
	left: 33px;
	font-size: 18px;
	color: #afafaf;
	z-index: 5;
}
.bc_login, .bc_profile {
	float: right;
	margin-bottom: 9px;
}
.bc_login input[type="submit"] {
	background: url(https://www.bleepstatic.com/images/site/login_bg.png) no-repeat 23px 8px #47851E;
	padding: 8px 22px 10px 46px;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	border-radius: 20px;
	box-shadow: none;
	border: none;
	text-transform: uppercase;
	line-height: 15px;
}
.bc_login input[type="submit"].bc_signup_btn {
	background: #5177b6;
	padding: 8px 20px 10px 20px;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	border-radius: 20px;
	box-shadow: none;
	border: none;
	text-transform: uppercase;
	margin-left: 10px;
	line-height: 15px;
}
.nav-menu>li>a {
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  font-size: 14px;
  font-family: roboto,sans-serif;
  padding: 10px 49px 13px 30px;
  background: url(https://www.bleepstatic.com/images/site/nav_bg.png) no-repeat left center;
  position: relative;
  display: table;
}
.nav-menu>li.bc_dropdown a::before {
  position: absolute;
  content: "";
  top: 17px;
  left: auto;
  right: 35px;
  border-width: 5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  z-index: 5;
}
@media screen and (min-width:1270px) and (max-width:1320px) {
.nav-menu>li>a {
	padding: 10px 49px 13px 30px;
}
}
@media screen and (min-width:1076px) and (max-width:1269px) {
.nav-menu>li>a {
	padding: 10px 38px 13px 24px;
}
.nav-menu>li.bc_dropdown a::before {
	right: 24px;
    top: 18px;
}
}
@media screen and (min-width:992px) and (max-width:1075px) {
.nav-menu>li>a {
	font-size: 14px;
  padding: 10px 29px 13px 22px;
}
.nav-menu>li.bc_dropdown a::before {
	right: 15px;
    top: 18px;
}
}
@media screen and (min-width:831px) and (max-width:991px) {
.nav-menu>li>a {
    font-size: 13px;
    padding: 10px 23px 13px 13px;
}
.nav-menu>li.bc_dropdown a::before {
	right: 9px;
    top: 17px;
}
.bc_more_submenu li a {
    font-size: 13px;
}
}
@media screen and (min-width:768px) and (max-width:830px) {
.nav-menu>li>a {
	font-size: 12px;
    padding: 10px 23px 13px 10px;
}
.nav-menu>li.bc_dropdown a::before {
    right: 8px;
    top: 15px;
}
.bc_more_submenu li a {
    font-size: 12px;
}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.bc_login input[type="submit"] {
	padding: 9px 22px 10px 46px;
}
.bc_login input[type="submit"].bc_signup_btn {
	padding: 9px 20px 9px 20px;
}
}
.bc_logo_wrap {
	display: table;
	padding: 4px 0 0 0;
}
input:focus::-webkit-input-placeholder {
color:transparent;
}
input:focus:-moz-placeholder {
color:transparent;
}
input:focus::-moz-placeholder {
color:transparent;
}
input:focus:-ms-input-placeholder {
color:transparent;
}
.center {
	text-align: center;
}
.bc_navigation {
	background: #5177b6;
	box-shadow: none;
	border: none;
	border-radius: 0;
	margin: 21px 0 0 0;
	position: relative;
}
.nav-menu {
	margin: 0;
}
.nav-menu>li {
	float: left;
	list-style: none;
}
.nav-menu>li:last-child, .nav-menu>li:hover:last-child {
	background: url(https://www.bleepstatic.com/images/site/nav_bg.png) no-repeat right center;
}
.nav-menu>li:hover>a, .nav-menu>li.current-menu-item>a {
	background: url(https://www.bleepstatic.com/images/site/nav_bg.png) no-repeat left center #eaeaea;
	color: #5177b6;
}
.nav-menu>li.bc_dropdown:hover a:before, .nav-menu>li.bc_dropdown.current-menu-item:hover a:before {
	border-color: #5177b6 transparent transparent transparent;
}
.bc_sub_menu {
	position: absolute;
	top: 100%;
	width: 100%;
	background: #eaeaea;
	padding: 15px 0 25px;
	z-index: 50;
	max-width: 1170px;
	opacity: 0;
	visibility: hidden;
	display: none;
	margin: 0 auto;
	left: 0;
	right: 0;
	transition: all 0.5s linear 100s;
	-webkit-transition: all 0.5s linear 100s;
	-moz-transition: all 0.5s linear 100s;
}
.nav-menu>li.show_menu .bc_sub_menu {
	opacity: 1;
	visibility: visible;
	margin-top: 0px;
	display: inline-block;
	transition: all 0.5s linear 100s;
	-webkit-transition: all 0.5s linear 100s;
	-moz-transition: all 0.5s linear 100s;
}
.bc_sub_menu .nav-tabs {
	width: 20%;
	float: left;
	padding: 8px 13px 0 15px;
	border: none;
}
.bc_sub_menu .nav-tabs li {
	position: relative;
	float: none;
	width: 100%;
}
.bc_sub_menu .nav-tabs li a {
	font-size: 13px;
	color: #333333;
	font-weight: 500;
	padding: 8px 11px 10px;
	border: none;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
}
.bc_sub_menu .nav-tabs li a:before {
	display: none;
}
.bc_sub_menu .nav-tabs li:hover a, .bc_sub_menu .nav-tabs li.active a {
	background: #1d3652;
	color: #ffffff;
	border: none;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
}
.bc_sub_menu .nav-tabs li:hover:before, .bc_sub_menu .nav-tabs li.active:before {
	position: absolute;
	content: "";
	top: 15px;
	left: auto;
	right: 14px;
	z-index: 5;
	border-width: 4px;
	border-style: solid;
	border-color: #ffffff transparent transparent transparent;
	transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
}
.bc_sub_menu .tab-content {
	width: 80%;
	float: left;
}
.bc_sub_menu .tab-content ul li {
	width: 25%;
	float: left;
	padding: 6px 22px 0 0;
	list-style: none;
	cursor: pointer;
}
.bc_sub_menu .tab-content ul li img {
	width: 100%;
}
.bc_sub_menu .tab-content ul li p {
	color: #333;
	font-weight: 500;
	margin: 5px 0;
	line-height: 21px;
}
.bc_sub_menu .tab-content ul li:hover p {
	color: #02599c;
}
.nav-menu>li.bc_more_nav {
	position: relative;
}
.bc_more_submenu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 10;
	width: 100%;
	background: #eaeaea;
	padding: 0;
	display: none;
}
.bc_more_submenu li {
	list-style: none;
	display: block;
}
.bc_more_submenu li a {
	width: 100%;
	padding: 10px 10px;
	color: #666666;
	font-weight: 500;
	font-size: 14px;
	display: table;
	width: 100%;
}
.bc_more_submenu li a:before {
	display: none;
}
.bc_more_submenu li:hover a {
	color: #ffffff;
	background: #5177b6;
}
.nav-menu>li.bc_more_nav.show_menu .bc_more_submenu {
	display: block;
}
.bc_sub_menu .tab-content ul li a:before {
	display: none;
}
.tab-pane img {
	height: 130px;
	width: 250px;
}
.error_doc ul {
	list-style-type: none;
}
.error_doc a {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}
.bc_popup {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
	z-index: 1000;
	display: none;
}
.bc_login_form {
	background: #ffffff;
	border: rgba(0,0,0,0.8) solid 9px;
	position: absolute;
	top: 50px;
	left: 35%;
	width: 388px;
	height: 555px;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	overflow: hidden;
}
.bc_login_form form {
	background: #ffffff;
	padding: 19px 19px 10px 20px;
}
.bc_login_form h4 {
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	background: #5177b6;
	padding: 13px 15px 17px 19px;
	margin: 0;
	text-align: left;
}
.bc_popup_close {
	width: 30px;
	height: 30px;
	position: absolute;
	background: url(https://www.bleepstatic.com/images/site/pop_close.png) no-repeat center center;
	position: absolute;
	right: 13px;
	top: 13px;
	z-index: 10;
}
.bc_login_form label {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 2px;
}
.bc_login_form input[type="text"], .bc_login_form input[type="email"], .bc_login_form input[type="password"] {
	background: #fafafa;
	color: #333333;
	font-size: 16px;
	box-shadow: none;
	padding: 10px 15px;
	border: #d5d5d5 solid 1px;
	border-radius: 2px;
	width: 100%;
	margin-bottom: 10px;
}
.bc_remember, .bc_anon {
	width: 49%;
	display: inline-block;
	vertical-align: top;
	margin: 0;
}
.bc_anon {
	text-align: right;
}
.bc_login_form input[type="checkbox"] {
	display: none;
}
.bc_login_form input[type=checkbox] {
 display:inline-block;
 margin:1px 2px 14px 0;
 cursor:pointer
 background:#fafafa;
 border:#d5d5d5 solid 1px;
 border-radius:2px;
}
.bc_remember label,
.bc_anon label {
	color:#333;
 	font-size:14px;
	font-weight:normal;
	margin-left:2px;
}

.bc_login_form .bc_sub_btn {
	box-shadow: none;
	border: none;
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	background: #45811D;
	border-radius: 2px;
	padding: 13px 5px 14px;
	text-transform: uppercase;
	margin: 30px 0 35px;
}
.bc_btn_wrap {
	background: #f4f5f7;
	padding: 0 19px 0px 20px;
	margin: 16px -19px 0 -20px;
	position: absolute;
	width: 100%;
	bottom: 0;
}
.bc_btn_wrap hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #dedede;
	margin: 1em 0;
	padding: 0;
}
.bc_btn_wrap p {
	text-align: center;
	font-size: 1.2em;
}
.bc_facebook_btn, .bc_twitter_btn, .bc_live_btn {
	background: #3b5998;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff!important;
	border: none;
	border-radius: 2px;
	padding: 7px 5px 11px;
	text-align: center;
	margin-bottom: 7px;
	display: table;
	width: 100%;
}
.bc_facebook_btn img, .bc_twitter_btn img, .bc_live_btn img {
	margin-right: 5px;
}
.bc_facebook_btn:hover {
	background: #4161a5;
	color: #ffffff;
}
.bc_twitter_btn {
	background: #0F5B95;
}
.bc_twitter_btn:hover {
	background: #59b2f6;
	color: #ffffff;
}
.bc_live_btn {
	background: #00bcf2;
}
.bc_live_btn:hover {
	background: #05c3f9;
	color: #ffffff;
}
.bc_profile {
	cursor: pointer;
	position: relative;
	margin: -22px 0 -11px;
	padding: 23px 8px 16px 17px;
}
.bc_profile_pic {
	padding-right: 15px;
	position: relative;
}
.bc_profile_pic:before {
	position: absolute;
	content: "";
	top: 13px;
	right: 0;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #fff;
}
.bc_profile.active .bc_profile_pic {
	background: none;
}
.bc_profile_pic img, .bc_profile p {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	margin: -8px 0 0 0;
}
.bc_profile_pic img {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: #5076b4 solid 2px;
	margin-right: 6px;
}
.bc_profile_details {
	display: none;
	width: 450px;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 10;
	background: #ffffff;
	padding: 6px 20px 10px;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	border: #5177b6 solid 1px;
	box-shadow: 0 0 2px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.8);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.8);
}
.bc_profile.active .bc_profile_details {
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	display: table;
}
.bc_profile.active .bc_profile_pic img {
	border-color: #eaeaea;
}
.bc_profile_details .nav-tabs {
	float: left;
	width: 100%;
	border: none;
}
.bc_profile_details .nav-tabs li {
	position: relative;
	float: left;
	width: 100%;
	text-align: left;
	padding-right: 6px;
}
.bc_profile_details .nav-tabs li a {
	font-size: 13px;
	color: #333333;
	font-weight: 500;
	padding: 8px 11px 10px;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.bc_profile_details .nav-tabs li a:before {
	display: none;
}
.bc_profile_details .nav-tabs li:hover a, .bc_profile_details .nav-tabs li a:hover, .bc_profile_details .nav-tabs li.active a {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: #5177b6;
}
.cz-oa-wrapp {
	padding-top: 0px;
	width: 100%;
	text-align: center;
}
.cz-toa-wrapp {
	display: block;
	text-align: center;
	padding: 15px 0 15px 0;
}
img {
	max-width: 100%;
}
.cz-breadcrumb-outer-wrapp {
	display: inline-block;
	width: 100%;
	padding: 15px 0 15px 0;
	border-bottom: 1px dotted #ccb6b6;
}
.cz-breadcrumb-right-area {
	width: 32%;
	display: inline-block;
	vertical-align: top;
	text-align: right;
}
.cz-breadcrumb-left-area {
	width: 67%;
	display: inline-block;
	vertical-align: top;
}
.cz-breadcrumb {
	display: inline-block;
	width: 100%;
}
.cz-breadcrumb ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.cz-breadcrumb ul li {
	display: inline-block;
	color: #999999;
	font-size: 12px;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	position: relative;
	padding: 0 8px 0 14px;
	line-height: 12px;
}
.cz-breadcrumb ul li:after {
	position: absolute;
	left: 0;
	top: 1px;
	font-family: 'Font Awesome 6 Free';
	content: "\f105";
	color: #999999;
	font-weight: 12px;
}
.cz-breadcrumb ul li:first-child {
	padding-left: 0px;
}
.cz-breadcrumb ul li:first-child:after {
	display: none;
}
.cz-breadcrumb ul li a {
	color: #5177b6;
}
.cz-breadcrumb ul li a:hover {
	color: #5177b6;
	text-decoration: none;
}
.cz-breadcrumb ul li.active, .cz-breadcrumb ul li.active a {
	color: #595959;
}
.cz-like-wrapper {
	display: inline-block;
	width: 100%;
}
.cz-like-wrapper ul {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.cz-like-wrapper ul li {
	display: inline-block;
	vertical-align: top;
}
.cz-contact-icon {
	margin: 0 0 0 38px;
}
.cz-contact-icon a {
	background: url(https://www.bleepstatic.com/images/site/contact-icon.png) no-repeat left top;
	width: 16px;
	height: 16px;
	text-decoration: none;
	display: block;
	vertical-align: middle;
}
.cz-contact-icon:hover a {
	background: url(https://www.bleepstatic.com/images/site/contact-icon.png) no-repeat left bottom;
}
.cz-print-icon a {
	background: url(https://www.bleepstatic.com/images/site/20x20-printer.png) no-repeat left top;
	width: 20px;
	height: 20px;
	text-decoration: none;
	display: block;
	vertical-align: bottom;
}
.cz-print-icon:hover a {
	background: url(https://www.bleepstatic.com/images/site/20x20-printer.png) no-repeat left bottom;
}
.cz-print-icon {
	margin: 0 0 0 0px;
}
.cz-lg-print-icon a {
	background: url(https://www.bleepstatic.com/images/site/32x32-printer.png) no-repeat left top;
	width: 32px;
	height: 32px;
	text-decoration: none;
	display: block;
	vertical-align: middle;
}
.cz-lg-print-icon:hover a {
	background: url(https://www.bleepstatic.com/images/site/32x32-printer.png) no-repeat left bottom;
}
.cz-lg-print-icon {
	margin: 0 0 0 15px;
}
.cz-pagination-outer {
	display: block;
	padding: 8px 15px;
	border: 1px solid #dfdfdf;
}
.cz-pagination-left-section {
	width: 49%;
	display: inline-block;
	vertical-align: top;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	text-align: left;
	line-height: 25px;
}
.cz-pagination-right-section {
	width: 49%;
	display: inline-block;
	vertical-align: top;
	text-align: right;
}
.cz-pagination-left-section label {
	display: inline-block;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	text-align: left;
	margin: 0 4px 0 0;
}
.cz-pagination-left-section select {
	width: 140px;
	height: 30px;
	border: 1px solid #dfdfdf;
	display: inline-block;
	line-height: 30px;
	color: #595959;
	font-size: 12px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	padding: 0 10px;
}
.cz-pagination {
	display: inline-block;
	margin: 3px 0 0 0;
}
.cz-pagination .currentpage {
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	border: 1px solid #dcdcdc;
	border-radius: 2px;
	height: 25px;
	width: 25px;
	text-align: center;
	line-height: 25px;
	background: #5177b6;
	border-color: #5177b6;
}
.cz-pagination li {
	display: inline-block;
	list-style: none;
	margin: 0 0 0 5px;
}
.cz-pagination li a {
	color: #717171;
	font-size: 12px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	border: 1px solid #dcdcdc;
	border-radius: 2px;
	height: 25px;
	width: 25px;
	text-align: center;
	line-height: 25px;
	display: block;
}
.cz-pagination li a i {
	vertical-align: top;
	padding-top: 5px;
}
.cz-pagination li:hover a, .cz-pagination li.active a, .cz-pagination li:visited a {
	color: #fff;
	background: #5177b6;
	border-color: #5177b6;
}
.bc_right_sidebar h3 {
	position: relative;
	color: #3B598C!important;
	line-height: 30px;
	font-size: 18px;
}
.bc_right_sidebar h3:before {
	position: absolute;
	content: " ";
	z-index: 5;
	background: #eaeaea;
	height: 5px;
	width: 80.5%;
	top: 14px;
	left: auto;
	right: 0;
}
.cz-sidebar-nav {
	overflow: hidden;
	margin-bottom: 30px;
}
.cz-sidebar-nav li {
	padding: 0px!important;
	border: none!important;
}
.cz-sidebar-nav li:hover a, .cz-sidebar-nav li.active a {
	text-decoration: none;
	color: #fff;
	border-color: #5177b6;
}
.cz-sidebar-nav li a {
	color: #666666;
	display: inline-block;
	font-size: 16px;
	padding: 14px 10px 14px 50px;
	transition: all 0.15s linear 0s;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	border-top: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	line-height: 18px;
}
.cz-sponsorposts {
    background-color: #f4f4f4;
    margin-bottom:15px;
}
.cz-sponsorposts h2 {
    font-weight: bold!important;
    color: #455!important;
    font-size: 20px!important;
    padding: 15px 15px 0px 15px!important;
}
.cz-sponsor-item {
    padding: 0px 15px 15px 15px;
    display: block;
    background-color: #f4f4f4;
}
.cz-sponsor-item cite {
    color: #d93240;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0;
}
.cz-sponsor-item cite a, .cz-sponsor-item cite a:link, .cz-sponsor-item cite a:hover, .cz-sponsor-item cite a:focus {
    color: #686860;
    outline: none;
    text-decoration: none;
}
.cz-sponsor-content {
    display: block;
    padding-top: 15px;
    font-size: 14px;
    line-height: 20px;
    font-family: roboto,sans-serif;
}
.cz-sponsor-content a, .cz-sponsor-content a:hover, .cz-sponsor-content a:link, .cz-sponsor-content a:focus {
    color: #002848;
    font-size: 16px;
    text-decoration: none;

}
.cz-sponsor-content img {
    float: right;
    max-width: 120px;
    padding: 10px;
}
.cz-sponsor-content strong {
    font-weight: bold;
    color: #002848;
}
.cz-sponsor-name {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.cz-sponsor-name a {
    display: inline-block;
    font-size: 12px;
    text-decoration: none;
    outline: none;
    line-height: 14px;
    color: #002848;
    font-family: roboto,sans-serif;
    margin-bottom: 15px;
}
.cz-sidebar-nav .cz-windows {
	background: url(https://www.bleepstatic.com/images/site/windows-icon.png) #ffffff no-repeat 14px center;
}
.cz-sidebar-nav .cz-windows.active, .cz-sidebar-nav .cz-windows:hover {
	background: url(https://www.bleepstatic.com/images/site/windows-icon-hover.png) #5177b6 no-repeat 14px center;
}
.cz-sidebar-nav .cz-mac {
	background: url(https://www.bleepstatic.com/images/site/mac-icon.png) #ffffff no-repeat 14px center;
}
.cz-sidebar-nav .cz-mac.active, .cz-sidebar-nav .cz-mac:hover {
	background: url(https://www.bleepstatic.com/images/site/mac-icon-hover.png) #5177b6 no-repeat 14px center;
}
.cz-sidebar-nav .cz-linux {
	background: url(https://www.bleepstatic.com/images/site/linux-icon.png) #ffffff no-repeat 14px center;
	border-bottom: 1px solid #dcdcdc;
}
.cz-sidebar-nav .cz-linux.active, .cz-sidebar-nav .cz-linux:hover {
	background: url(https://www.bleepstatic.com/images/site/linux-icon-hover.png) #5177b6 no-repeat 14px center;
	border-bottom: 1px solid #5177b6;
}
.cz-sidebar-nav .cz-home {
	background: url(https://www.bleepstatic.com/images/site/home-icon-hover.png) #ffffff no-repeat 14px center;
}
.cz-sidebar-nav .cz-home.active, .cz-sidebar-nav .cz-home:hover {
	background: url(https://www.bleepstatic.com/images/site/home-icon.png) #5177b6 no-repeat 14px center;
}
.cz-sidebar-nav .cz-newest {
	background: url(https://www.bleepstatic.com/images/site/newest-icon-hover.png) #ffffff no-repeat 14px center;
}
.cz-sidebar-nav .cz-newest.active, .cz-sidebar-nav .cz-newest:hover {
	background: url(https://www.bleepstatic.com/images/site/newest-icon.png) #5177b6 no-repeat 14px center;
}
.cz-sidebar-nav .cz-rootkit {
	background: url(https://www.bleepstatic.com/images/site/rootkit-img.png) #ffffff no-repeat 14px center;
}
.cz-sidebar-nav .cz-rootkit.active, .cz-sidebar-nav .cz-rootkit:hover {
	background: url(https://www.bleepstatic.com/images/site/rootkit-img-hover.png) #5177b6 no-repeat 14px center;
}
.cz-sidebar-nav .cz-startup {
	background: url(https://www.bleepstatic.com/images/site/startup-img.png) #ffffff no-repeat 14px center;
}
.cz-sidebar-nav .cz-startup.active, .cz-sidebar-nav .cz-startup:hover {
	background: url(https://www.bleepstatic.com/images/site/startup-img-hover.png) #5177b6 no-repeat 14px center;
}
.cz-sidebar-nav .cz-top {
	background: url(https://www.bleepstatic.com/images/site/top-img.png) #ffffff no-repeat 14px center;
}
.cz-sidebar-nav .cz-top.active, .cz-sidebar-nav .cz-top:hover {
	background: url(https://www.bleepstatic.com/images/site/top-img-hover.png) #5177b6 no-repeat 14px center;
}
.cz-sidebar-nav .cz-mozilla {
	background: url(https://www.bleepstatic.com/images/site/mozilla-img.png) #ffffff no-repeat 14px center;
}
.cz-sidebar-nav .cz-mozilla.active, .cz-sidebar-nav .cz-mozilla:hover {
	background: url(https://www.bleepstatic.com/images/site/mozilla-img-hover.png) #5177b6 no-repeat 14px center;
}
.cz-sidebar-nav .cz-webmaster {
	background: url(https://www.bleepstatic.com/images/site/tool-img.png) #ffffff no-repeat 14px center;
}
.cz-sidebar-nav .cz-webmaster.active, .cz-sidebar-nav .cz-webmaster:hover {
	background: url(https://www.bleepstatic.com/images/site/tool-img-hover.png) #5177b6 no-repeat 14px center;
}
.cz-sidebar-nav .cz-sdf {
	background: url(https://www.bleepstatic.com/images/site/sdf-img.png) #ffffff no-repeat 14px center;
}
.cz-sidebar-nav .cz-sdf.active, .cz-sidebar-nav .cz-sdf:hover {
	background: url(https://www.bleepstatic.com/images/site/sdf-img-hover.png) #5177b6 no-repeat 14px center;
}
.cz-sidebar-nav .cz-use {
	background: url(https://www.bleepstatic.com/images/site/use-img.png) #ffffff no-repeat 14px center;
}
.cz-sidebar-nav .cz-use.active, .cz-sidebar-nav .cz-use:hover {
	background: url(https://www.bleepstatic.com/images/site/use-img-hover.png) #5177b6 no-repeat 14px center;
}
.cz-sidebar-nav .cz-rss {
	background: url(https://www.bleepstatic.com/images/site/rss-icon.png) #ffffff no-repeat 14px center;
}
.cz-sidebar-nav .cz-rss.active, .cz-sidebar-nav .cz-rss:hover {
	background: url(https://www.bleepstatic.com/images/site/rss-icon-hover.png) #5177b6 no-repeat 14px center;
}
.cz-sidebar-nav .cz-uninstall {
	background: url(https://www.bleepstatic.com/images/site/uninstall-icon.png) #ffffff no-repeat 14px center;
}
.cz-sidebar-nav .cz-uninstall.active, .cz-sidebar-nav .cz-uninstall:hover {
	background: url(https://www.bleepstatic.com/images/site/uninstall-icon-hover.png) #5177b6 no-repeat 14px center;
}
.cz-sidebar-nav .cz-video {
	background: url(https://www.bleepstatic.com/images/site/video-icon.png) #ffffff no-repeat 14px center;
}
.cz-sidebar-nav .cz-video.active, .cz-sidebar-nav .cz-video:hover {
	background: url(https://www.bleepstatic.com/images/site/video-icon-hover.png) #5177b6 no-repeat 14px center;
}
.cz-sidebar-nav .cz-tutorial {
	background: url(https://www.bleepstatic.com/images/site/tutorial-icon.png) #ffffff no-repeat 14px center;
}
.cz-sidebar-nav .cz-tutorial.active, .cz-sidebar-nav .cz-tutorial:hover {
	background: url(https://www.bleepstatic.com/images/site/tutorial-icon-hover.png) #5177b6 no-repeat 14px center;
}
.cz-sidebar-nav .cz-new-tutorial {
	background: url(https://www.bleepstatic.com/images/site/newest-icon-hover.png) #ffffff no-repeat 14px center;
}
.cz-sidebar-nav .cz-new-tutorial.active, .cz-sidebar-nav .cz-new-tutorial:hover {
	background: url(https://www.bleepstatic.com/images/site/newest-icon.png) #5177b6 no-repeat 14px center;
}
.cz-sidebar-nav .cz-popular {
	background: url(https://www.bleepstatic.com/images/site/popular-star-icon.png) #ffffff no-repeat 14px center;
}
.cz-sidebar-nav .cz-popular.active, .cz-sidebar-nav .cz-popular:hover {
	background: url(https://www.bleepstatic.com/images/site/popular-star-icon-hover.png) #5177b6 no-repeat 14px center;
}
.cz-sidebar-nav li:last-child a {
	border-bottom: 1px solid #dcdcdc;
}
.cz-side-menu {
	display: inline-block;
	width: 100%;
	margin-bottom: 33px;
}
.cz-side-menu ul {
	display: inline-block;
	width: 100%;
}
.cz-side-menu ul li {
	display: inline-block;
	width: 100%;
	border-top: #dcdcdc 1px solid!important;
	border-left: #dcdcdc 1px solid!important;
	border-right: #dcdcdc 1px solid!important;
	padding: 0!important;
}
.cz-side-menu ul:last-of-type {
	border-bottom: #dcdcdc 1px solid;
}
.cz-side-menu ul li a {
	display: inline-block;
	width: 100%;
	padding: 15px 22px;
	max-width: 100%;
	font-size: 16px;
	color: #666;
	font-weight: 700;
	font-family: "Roboto", sans-serif;
	vertical-align: top;
}
.cz-side-menu ul li:hover a {
	background: #5177b6;
	color: #fff;
}
.cz-side-menu ul li:hover {
	border-color: #5177b6;
}
.cz-side-menu h3:before {
	width: 43%;
}
.cz-line-heading:before, .cz-line-heading:after {
	display: none;
}
.cz-line-heading {
	color: #3B598C;
	line-height: 30px;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	display: block;
	background: url(https://www.bleepstatic.com/images/site/h4-bg.png) repeat-x left 13px;
	text-transform: uppercase;
	font-weight: bold;
}
.cz-line-heading-inner {
	display: inline-block;
	background: #fff;
	padding-right: 10px;
}
.lheader {
	font-size: 21px!important;
}
.bc_news_letter_sidebar {
	background: #f5f5f5;
	border: #dcdcdc solid 1px;
	padding: 4px 17px 20px;
	text-align: center;
	margin-bottom: 20px;
}
.bc_news_letter_sidebar h4 {
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
}
.bc_news_letter_sidebar p {
	font-size: 14px;
	color: #595e62;
	margin: 10px 0 15px;
	line-height: 20px;
}
.bc_news_letter_sidebar p a {
	color: #365281!important;
}
.bc_news_letter_sidebar input[type="email"] {
	font-size: 13px;
	font-style: italic;
	color: #9b9b9b;
	padding: 7px 11px 10px;
	background: url(https://www.bleepstatic.com/images/site/news_email_icon.png) no-repeat 96% center #ffffff;
	border: #69bd32 solid 2px;
	box-shadow: 0 0 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.2);
	width: 100%;
	margin-bottom: 15px;
}
.bc_news_letter_sidebar .bc_sub_btn {
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	padding: 8px 21px 8px 20px;
	background: #47851E;
	border: none;
	display: table;
	margin: 0 auto;
	box-shadow: 0 0 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.2);
}
.cz-search-title h3:before {
	top: 13px!important;
	width: 47%!important;
}
.cz-search-wrapp input[type="text"] {
	background: #ffffff;
	border: 1px solid #dcdcdc;
	border-radius: 2px;
	color: #666666;
	font-size: 16px;
	font-weight: 300;
	margin: 0 0 0px;
	padding: 0 12px;
	width: 74%;
	height: 39px;
	display: inline-block;
	line-height: 37px;
}
.cz-search-wrapp input[type="text"]:hover, .cz-search-wrapp input[type="text"]:focus {
	border: 1px solid #6fc03a;
	box-shadow: 0 0 2px rgba(0,0,0,0.3);
}
.cz-search-wrapp input[type="submit"] {
	background: #47851E;
	border: none;
	border-radius: 2px;
	box-shadow: 0 0 2px rgba(0,0,0,0.3);
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	height: 39px;
	vertical-align: top;
	width: 24%;
	float: right;
	display: inline-block;
	max-width: 80px;
}
.cz-search-wrapp input[type="submit"]:hover {
	background: #5eab2b;
	color: #ffffff;
}
.cz-search-wrapp {
	display: block;
	background: #f5f5f5;
	border: 1px solid #dcdcdc;
	padding: 14px 10px;
	margin-bottom: 20px;
}
.cz-mob-serch-section {
	display: none!important;
}
.s-ou-wrap {
	width: 100%;
	margin: 0 0 20px 0;
}
.bc_latest_topic {
	margin: 0 0 20px 0;
}
.bc_latest_topic_hl {
        color: #333;
}
.bc_right_sidebar h3 {
	font-size: 18px!important;
}
.bc_right_sidebar ul li {
	padding: 17px 0;
	border-top: #e5e5e5 dotted 1px;
	list-style: none;
}
.bc_right_sidebar ul li:first-child {
	border: none;
	padding-top: 3px;
}
.bc_tutorials_text p a {
	color: #000;
}
.bc_tutorials_text p a:hover {
	color: #2a6496;
}
.bc_topic_img, .bc_topic_text, .bc_guide_img, .bc_guide_text, .bc_tutorials_img, .bc_tutorials_text {
	display: inline-block;
	vertical-align: top;
}
.bc_tutorials_img img, .bc_guide_img img {
	width: 100px;
	height: 80px;
}
.bc_topic_text {
 width: 100%;
 padding-left: 0px;
}
.bc_guide_text, .bc_tutorials_text {
	width: 66%;
	padding-left: 14px;
}
.bc_right_sidebar p {
	font-size: 14px;
	font-weight: 600;
	color: #333333;
	margin: -6px 0 3px!important;
	line-height: 21px;
}
.bc_right_sidebar ul li:hover p {
	color: #02599c;
}
.bc_topic_text span, .bc_download_text span {
	text-transform: uppercase;
	font-size: 12px;
	color: #666666;
}
.bc_topic_text span.bc_topic_cat {
	position: relative;
	color: #eb1d5d;
	padding-left: 18px;
}
.bc_download_text span.bc_download_platform:before, .bc_topic_text span.bc_topic_cat:before {
	position: absolute;
	content: " ";
	width: 2px;
	height: 2px;
	left: 7px;
	top: 8px;
	background: #656565;
	z-index: 5;
}
.bc_latest_topic ul li:nth-child(2) .bc_topic_text span.bc_topic_cat {
	color: #8ec448;
}
.bc_latest_topic ul li:nth-child(3) .bc_topic_text span.bc_topic_cat {
	color: #716aba;
}
.bc_download_text span.bc_download_platform i {
	color: #333333;
	font-style: normal;
}
.bc_latest_topic h3:before {
	width: 43%;
	top: 13px;
}
.bc_downloads ul {
	border: #dcdcdc solid 1px;
	margin: 0px 0 20px 0;
}
.bc_downloads ul li {
	border-top: #dcdcdc solid 1px;
	padding: 12px 0 10px;
}
.bc_downloads ul li:first-child {
	padding: 12px 0 10px;
}
.bc_downloads ul li:hover {
	background: #f5f5f5;
}
.bc_download_img, .bc_download_text, .bc_download_count {
	display: inline-block;
	vertical-align: top;
	padding-left: 10px;
}
.bc_download_img img {
	width: 49px;
	height: 49px;
}
.bc_download_text a {
	color: #000!important;
}
.bc_download_text a:hover {
	color: #5177b6!important;
	text-decoration: none;
	font-weight: 700;
}
.bc_download_text {
	width: 55%;
}
.bc_download_text p {
	margin: 1px 0 0 0;
	font-weight: bold;
	font-size: 14px;
}
.bc_download_count {
	width: 22%;
	text-align: right;
	padding: 4px 5px 0 5px;
}
.bc_download_count strong {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.bc_download_count i {
	display: block;
	text-transform: uppercase;
	font-size: 10px;
	color: #666666;
	font-style: normal;
	margin: -2px 0 0 -15px;
}
.bc_download_text span {
	text-transform: capitalize;
}
.bc_download_text .bc_download_platform {
	position: relative;
	padding: 0 0 0 15px;
}
.bc_downloads h3:before {
	width: 47.5%;
	top: 13px;
}
.bc_guide {
	margin-bottom: 20px;
}
.bc_guide h3:before {
	width: 22.5%;
	top: 13px;
}
.bc_guide_text ul li, .bc_tutorials_text ul li {
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
	text-transform: uppercase;
	color: #999999;
	position: relative;
	padding: 0 5px 0 20px;
	border: none;
	margin: 4px 0 0 0;
}

.bc_guide_text ul li.bc_guide_user, .bc_tutorials_text ul li.bc_tutorials_user {
	background: url(https://www.bleepstatic.com/images/site/user.png) no-repeat 0 center;
	padding: 0 0 0 22px;
	color: #333333;
}
.bc_guide_text ul li.bc_guide_read, .bc_tutorials_text ul li.bc_tutorials_read {
	background: url(https://www.bleepstatic.com/images/site/eye.png) no-repeat 0 center;
	color: #333333;
	padding: 0 0 0 22px;
}
.bc_tutorials {
	margin: 20px 0;
}
.bc_tutorials h3:before {
	width: 52.3%;
	top: 13px;
}
.cz-boa-wrapp {
	display: inline-block;
	width: 100%;
	margin: auto 0px;
	padding: 15px 0;
	text-align: center;
}
footer {
	background: #1d3652;
	padding: 60px 0 0;
}
footer h5 {
	font-size: 17px;
}
footer input[type="email"] {
	font-size: 13px;
	font-style: italic;
	color: #ffffff;
	padding: 9px 12px 9px;
	background: url(https://www.bleepstatic.com/images/site/news_footer_icon.png) no-repeat 96% center #2d4b6d;
	border: #3a5573 solid 1px;
	box-shadow: none;
	width: 59%;
	margin-bottom: 2px;
	display: inline-block;
	vertical-align: top;
}
footer .bc_sub_btn, footer .bc_sub_btn:hover {
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	padding: 10px 15px;
	background: #47851E;
	border: none;
	box-shadow: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 7px;
	border-radius: 0;
	text-transform: uppercase;
}
footer ul li {
	line-height: 20px;
	display: table;
}
footer ul li a {
	color: #ffffff!important;
	font-size: 13px;
	padding: 2px 0;
	display: table;
}
footer .bc_social_icons {
	width: 100%;
	text-align: left;
	margin: 9px 0 12px;
}
footer .bc_social_icons li {
	font-size: 14px;
	font-weight: bold;
	color: #bbcbd5;
	display: inline-block;
	vertical-align: middle;
	margin: 15px 1px 0;
}
footer .bc_social_icons li a {
	width: 28px;
	height: 28px;
	line-height: 28px;
	border-radius: 14px;
	background: #335071;
	color: #1d3652;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	padding: 0;
}
footer .bc_social_icons li a:hover {
	background: #5177b6;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
}
footer .bc_social_icons li:first-child {
	margin: 15px 9px 0 0;
}
.bc_footer_bottom {
	background: #12253b;
	margin: 47px 0 0 0;
	padding: 7px 0;
}
.bc_footer_bottom p a, .bc_footer_bottom p {
	color: #ffffff;
	font-size: 14px;
}
.bc_footer_bottom p a:hover, .bc_footer_bottom p a {
	padding: 0 3px;
	color: #ffffff;
}
.bc_copyright p {
	font-size: 14px;
	color: #ffffff;
	text-align: right;
}
.bc_copyright p a, .bc_copyright p a:hover {
	color: #9AB0D5;
	font-weight: bold;
}
.bc_mob, .bc_footer_bottom p br {
	display: none;
}
.toggle-site-nav {
	cursor: pointer;
	display: none;
	float: right;
	margin-right: -10px;
	padding: 27px 14px;
	position: relative;
	z-index: 11;
}
.bc_wrapper {
	position: relative;
	right: 0;
	top: 0;
	bottom: 0;
	transition: all 0.35s ease 0s;
	-webkit-transition: all 0.35s ease 0s;
	-moz-transition: all 0.35s ease 0s;
	margin: 0 auto;
	min-height: 100%;
	background: #ffffff;
	padding-top: 131px;
}
.toggle-site-nav span, .toggle-site-nav span::before, .toggle-site-nav span::after {
	background-color: #fff;
	content: "";
	display: block;
	height: 2px;
	position: relative;
	width: 20px;
}
.toggle-site-nav span::before {
	position: absolute;
	top: -6px;
}
.toggle-site-nav span::after {
	bottom: -6px;
	position: absolute;
}
.cz-comment-loggin-wrapp {
	display: block;
	padding: 15px 20px;
	text-align: center;
}
.cz-comment-loggin-wrapp p {
	text-align: center;
}
.cz-add-reviews-title-wrapp span {
	display: inline-block;
	float: right;
	color: #5177b6;
	font-size: 14px;
}
.cz-add-reviews-title-wrapp span a {
	color: #5177b6;
}
.cz-comment-loggin-wrapp .bc_login_btn {
	display: inline-block;
	float: none!important;
}
.cz-comment-loggin-wrapp h6 {
	color: #666!important;
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-align: center!important;
	margin: 15px 0;
}
.cz-green-bttn {
	background: #47851E;
	border: none;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding: 12px 25px;
}
.cz-green-bttn:hover, .cz-green-bttn:focus {
	color: #fff;
}
ul.indent_list {
	padding-left: 20px;
}
.cz-popup-outer-wrapper {
	display: inline-block;
	width: 100%;
	padding: 50px 0;
	text-align: center;
}
.cz-popup {
	position: absolute;
	width: 100%;
	height: 100%;
	min-height: 1000px;
	top: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
	z-index: 1000;
	display: none;
	text-align: center;
}
.cz-popup-wrapp {
	background: #ffffff;
	border: 1px solid #e6e9eb;
	border-radius: 4px;
	left: 50%;
	overflow: hidden;
	position: absolute;
	top: 50px;
	transition: all 0.5s linear 0s;
	max-width: 425px;
	margin-left: -212px;
}
.cz-popup-close {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 10;
	color: #666;
	font-size: 16px;
	line-height: 16px;
	font-weight: lighter;
}
.cz-popup-close i fa {
	font-weight: lighter;
}
.cz-popup-wrapp h4 {
	text-align: center;
	color: #666666;
	font-size: 16px;
	font-weight: normal;
	border-bottom: 1px solid #e6ecf1;
	padding: 10px 0;
	line-height: 16px;
	margin: 0 0 0 0;
}
.cz-popup-wrapp h6 {
	color: #595959;
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: 15px;
	font-weight: 500;
	margin: 0px 0;
	text-align: left;
}
.cz-popup-inner-wrapp {
	display: block;
	padding: 15px;
}
.cz-popup-inner-wrapp p {
	text-align: left;
}
.cz-popup-inner-wrapp ul {
	display: inline-block;
	width: 100%;
	margin: 15px 0 0 0;
}
.cz-popup-inner-wrapp ul li {
	display: inline-block;
	width: 100%;
	margin: 4px 0;
	text-align: left;
}
.cz-popup-inner-wrapp ul li label {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}
.cz-popup-inner-wrapp ul li input[type="radio"] {
	margin-right: 5px;
}
.cz-popup-inner-wrapp ul li textarea {
	width: 100%;
	height: 50px;
	line-height: 16px;
	font-size: 14px;
	padding: 5px;
	border: 1px solid #e6ecf1;
}
.cz-popup-bottom-wrapp {
	display: block;
	padding: 10px;
	text-align: right;
	background: #f5f8fa;
}
.cz-popup-wrapp .cz-next-btn {
	background: #5177b6;
	border: none;
	box-shadow: none;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	margin-left: 10px;
	padding: 8px 20px 8px 20px;
	text-transform: uppercase;
	display: inline-block;
}
.cz-popup-report-submiting {
	display: inline-block;
	font-weight: bold;
	margin-right: 5px;
}
.addthis_toolbox .atclear {
	display: none!important;
}
.bc_profile_details h4 {
	text-align: left;
	padding: 3px 10px 4px;
	background: #1d3652;
	color: #ffffff;
	font-size: 14px;
	display: table;
	width: 100%;
}
.bc_profile_pic p {
	font-size: 16px;
	text-align: left;
}
.bc_profile_details .row, .bc_iconbox_content {
	position: relative;
}
.bc_profile_details .row:before, .bc_iconbox_content:before {
	position: absolute;
	top: -40px;
	right: 44px;
	border-width: 17px;
	border-style: solid;
	border-color: transparent transparent #ffffff transparent;
	content: "";
}
.bc_iconbox_content:before {
	top: -59px;
	right: 0;
}
.bc_icon_box_flag .bc_iconbox_content:before {
	top: -44px;
}
.bc_icons_wrap.bc_mob {
	display: none;
}
.bc_icons_wrap {
	display: inline-block;
	vertical-align: middle;
	width: 20%;
}
.bc_icons_wrap li {
	display: inline-block;
	vertical-align: top;
	color: #ffffff;
	text-align: center;
	font-size: 24px;
	margin: 0 5px 0 0;
	position: relative;
}
.bc_icons_wrap li a {
	color: #ffffff;
	font-size: 24px;
	padding: 0 8px;
}
.bc_icons_wrap li a#bc_flag {
	padding-bottom: 4px;
	display: table;
}
.bc_icons_wrap li a#bc_bell, .bc_icons_wrap li a#bc_message {
	display: table;
}
.bc_icons_wrap li a.active {
	background: -webkit-linear-gradient(#ffffff, #ededed);
	background: -o-linear-gradient(#ffffff, #ededed);
	background: -moz-linear-gradient(#ffffff, #ededed);
	background: linear-gradient(#ffffff, #ededed);
	color: #5177b6;
}
.bc_icons_wrap li i.fa-envelope {
	font-size: 23px;
}
.bc_icons_wrap li i.fa-flag {
	font-size: 28px;
}
.bc_icons_wrap li span {
	height: 16px;
	width: 16px;
	background: #dd3400;
	color: #ffffff;
	line-height: 16px;
	text-align: center;
	border-radius: 50%;
	padding: 0;
	display: table;
	font-size: 11px;
	font-weight: bold;
	position: relative;
	z-index: 15;
	margin-top: -32px;
	margin-left: 0;
}
.bc_social_icons {
	width: 22%
}
.bc_search_box {
	width: 30%
}
.bc_icons_wrap {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	margin: -3px 0 0 0;
}
.bc_icon_box, .bc_icon_box_flag, .bc_icon_box_bell {
	background: -webkit-linear-gradient(#ffffff, #ededed);
	background: -o-linear-gradient(#ffffff, #ededed);
	background: -moz-linear-gradient(#ffffff, #ededed);
	background: linear-gradient(#ffffff, #ededed);
	border-radius: 0 0 6px 6px;
	padding: 10px;
	left: auto;
	position: absolute;
	top: 57px;
	right: -9px;
	width: 300px;
	z-index: 9999;
	display: none;
	min-height: 50px;
	box-shadow: 0 12px 25px rgba(0, 0, 0, 0.58);
	-webkit-box-shadow: 0 12px 25px rgba(0, 0, 0, 0.58);
	-moz-box-shadow: 0 12px 25px rgba(0, 0, 0, 0.58);
}
.bc_icon_box.icon_active, .bc_icon_box_flag.icon_active, .bc_icon_box_bell.icon_active {
	display: block;
}
.bc_icon_box h4, .bc_icon_box_flag h4, .bc_icon_box_bell h4 {
	width: 100%;
	display: table;
	border-bottom: 1px solid #ececec;
	text-align: left;
	font-size: 15px;
}
.right {
	float: right;
}
.bc_icon_box h4 p, .bc_icon_box_flag h4 p, .bc_icon_box_bell h4 p {
	width: auto !important;
	margin: 0;
}
.bc_icon_box h4 p a, .bc_icon_box_flag h4 p a, .bc_icon_box_bell h4 p a {
	color: #225985;
	font-size: 11px;
	display: inline-block;
	width: auto !important;
}
.ipsList_withminiphoto > li {
	width: 100%;
	margin-bottom: 8px;
}
.unread {
	background-color: #f7fbfc;
}
.ipsType_small {
	font-size: 12px;
}
.left {
	float: left;
}
.ipsUserPhoto_mini {
	height: 30px;
	width: 30px;
}
.ipsUserPhoto {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #d5d5d5;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	padding: 1px;
}
.ipsList_withminiphoto > li .list_content {
	margin-left: 40px;
	text-align: left;
}
.list_content {
	word-wrap: break-word;
	color: #999999;
	font-size: 11px;
}
.list_content strong {
	font-weight: bold;
	font-size: 11px !important;
}
.ipsList_withminiphoto > li .list_content a {
	color: #225985;
	font-size: 11px;
	text-align: left;
	padding: 0;
}
.ipsList_withminiphoto > li .list_content span {
	margin: 0;
}
.desc.lighter, .desc.lighter.blend_links a {
	color: #a4a4a4;
}
.desc, .desc.blend_links a, p.posted_info {
	color: #777 !important;
	font-size: 12px !important;
	text-align: left !important;
}
.ipsType_smaller, .ipsType_smaller a {
	font-size: 11px !important;
	background: none !important;
	width: 100% !important;
	height: auto !important;
	text-align: left !important;
}

.bc_main_content .col-md-8 {
    width: 72%;
}
.bc_main_content .col-md-4 {
    width: 28%;
}

@media screen and (min-width:768px) and (max-width:1270px) {
.cz-breadcrumb-left-area {
	width: 64%;
}
.cz-breadcrumb-right-area {
	width: 35.5%;
}
.cz-print-icon {
	margin: 0 0 0 12px;
}
.cz-contact-icon {
	margin: 0 0 0 12px;
}
footer h5 {
	font-size: 14px;
}
.bc_remember, .bc_anon {
	width: 49.3%;
}
.bc_login_form {
	top: 10px;
}
.bc_latest_topic h3::before {
	width: 30%;
}
.bc_guide_text, .bc_tutorials_text {
	width: 66%;
}
.bc_right_sidebar p {
	font-size: 12px;
	line-height: 18px;
}
.bc_topic_text span, .bc_download_text span {
	font-size: 11px;
}
.bc_download_text {
	width: 54%;
}
.bc_downloads h3::before {
	width: 36%;
}
.bc_guide h3::before {
	width: 5%;
}
.bc_tutorials h3::before {
	width: 43%
}
.bc_topic_img,
.bc_guide_img,
.bc_tutorials_img {
	width:32%;
}
bc_download_text {
    width: 50%;
}
.bc_download_count strong {
	font-size:12px;
}
.bc_download_count i {
	font-size:10px;
}
.bc_download_count {
	width:18%;
}
}
@media screen and (max-width:1150px) {
.bc_social_icons li a {
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	width: 30px;
}
.bc_latest_topic h3::before {
	width: 36%;
}
.bc_guide h3::before {
	width: 15%;
}
.cz-search-title h3::before {
	top: 13px!important;
	width: 42%!important;
}
.s-ou-wrap {
	text-align: center!important;
	padding-left: 0!important;
	padding-right: 0!important;
	padding: 0px!important;
	border: none!important;
	vertical-align: top!important;
	background: none!important;
}
.cz-ad-section {
	padding: 10px 0 0 0!important;
}
}
@media screen and (max-width:1050px) {
.cz-search-title h3:before {
	top: 13px!important;
	width: 37%!important;
}
.bc_latest_topic h3::before {
	width: 30%;
}
.bc_guide h3::before {
	width: 5%;
}
.bc_tutorials h3::before {
	width: 46%;
}
.bc_tutorials h3::before {
	width: 43%;
}
.cz-single-revised-right-area .cz-lg-print-icon {
	margin: 0 0 0 2px;
}
}
@media screen and (min-width:992px) and (max-width:1020px) {
.bc_guide_text, .bc_tutorials_text {
	width: 65%!important;
	padding-left: 10px!important;
}
.bc_latest_topic h3::before {
	width: 30%!important;
}
.bc_guide h3::before {
	width: 5%!important;
}
.bc_tutorials h3::before {
	width: 40%!important;
}
.cz-search-title h3:before {
	top: 13px!important;
	width: 36%!important;
}
.bc_downloads h3::before {
	width: 37%!important;
}
.bc_download_text {
	width: 55%!important;
}
.s-ou-wrap {
	text-align: center!important;
	padding-left: 0!important;
	padding-right: 0!important;
}
.bc_right_sidebar {
	padding-left: 10px!important;
}
.s-ou-wrap {
	overflow: hidden!important;
}
}
@media screen and (min-width:768px) and (max-width:1020px) {
header .col-md-4, footer .col-md-4 {
	width: 30%;
	float: left;
}
header .col-md-8 {
	width: 70%;
	float: left;
}
.bc_logo img, .bc_footer_logo img {
	width: 100%;
	height: auto;
}
.bc_social_icons {
	width: 32%;
}
.bc_social_icons li {
	margin: 0;
}
.bc_social_icons li a {
	width: 28px;
	height: 28px;
	line-height: 28px;
	font-size: 15px;
}
.bc_search_box {
	padding: 0 15px;
	width: 30%;
}
.bc_search_box::before {
	left: 26px;
}
.bc_more_submenu {
	width: 150%;
}
.cz-breadcrumb-left-area {
	width: 100%;
	margin-bottom: 15px;
}
.cz-breadcrumb-right-area {
	text-align: left;
	width: 100%;
}
.cz-search-wrapp input[type="submit"] {
	max-width: 100%;
}
.cz-pagination-left-section {
	width: 41%;
}
.cz-pagination-right-section {
	width: 58%;
}
footer .col-md-2 {
	width: 17.5%;
	float: left;
}
footer .bc_social_icons li a {
	width: 27px;
	height: 27px;
	line-height: 27px;
}
footer .bc_social_icons li:first-child {
	display: block;
}
footer ul li a, .bc_copyright p {
	font-size: 12px;
}
footer h5 {
	font-size: 13px;
	line-height: 19px;
}
.bc_sub_menu .tab-content ul li {
	padding: 6px 12px 0 0;
}
.bc_sub_menu .tab-content ul li p {
	font-size: 12px;
	line-height: 19px;
}
.bc_login_form {
	left: 26%;
}
footer .bc_sub_btn, footer .bc_sub_btn:hover {
	padding: 10px 8px;
	font-size: 12px;
}
footer input[type="email"] {
	font-size: 12px;
	width: 64%;
}
footer .col-md-6 {
	float: left;
	width: 50%;
}
.bc_login input[type="submit"] {
	padding: 5px 15px 7px 39px;
	font-size: 12px;
	background-position: 16px center;
}
.bc_login input[type="submit"].bc_signup_btn {
	font-size: 12px;
	padding: 5px 15px 7px;
	margin-left: 5px;
}
.bc_latest_topic h3::before {
	width: 70%;
}
.bc_downloads h3::before, .bc_tutorials h3::before {
	width: 73%;
}
.bc_guide_text, .bc_tutorials_text {
	width: 85%;
}
.bc_download_text {
	width: 66%;
}
.bc_guide h3::before {
	width: 60%;
}
.bc_right_sidebar p {
	margin-top: 5px!important;
}
}
@media screen and (max-width:990px) {
.cz-search-title h3::before {
	top: 11px;
	width: 72%!important;
}
.s-ou-wrap {
	text-align: left!important;
}
.bc_profile_details .col-md-6 {
	float: left;
	width: 50%;
}
.bc_profile_details .row::before {
	top: -38px;
}
.bc_main_content .col-md-8 ,
.bc_main_content .col-md-4 {
	width:100%
}
.bc_topic_img, 
.bc_guide_img, 
.bc_tutorials_img {
	width:auto;
}
}
@media screen and (max-width:767px) {
header, header.nav-up {
	position: relative;
	transform: none;
	-webkit-transform: none;
}
.bc_social_icons {
	width: 100%;
	text-align: center;
	padding: 15px 0;
	margin: 0;
}
.bc_icons_wrap {
	width: 100%;
	text-align: center;
}
.bc_search_box {
	width: 100%;
	padding: 10px 0 0;
	margin: 0;
}
.bc_search_box input[type="search"] {
	border-radius: 0;
	padding: 0 10px 0 46px;
	background: #d6d6d6;
	color: #222222;
}
.bc_search_box:before {
	left: 12px;
	top: 14px;
}
.bc_login {
	margin: 10px 0;
	float: none;
}
.bc_login input[type="submit"] {
	border-radius: 0;
	text-align: left;
	width: 100%;
	background-position: 15px center;
	padding-top: 8px;
}
.bc_login input[type="submit"].bc_signup_btn {
	background: url(https://www.bleepstatic.com/images/site/signup_icon.png) no-repeat 15px center #5177b6;
	padding: 8px 15px 7px 46px;
	margin: 0;
	border-radius: 0;
	text-align: left;
	width: 100%;
}
.bc_login.bc_mob {
	margin: 0;
}
.bc_navigation {
	background: none;
	margin: -45px 0 0 0;
}
.bc_logo {
	display: table;
}
.nav-menu {
	margin: 0;
}
.nav-menu>li {
	float: none;
	width: 100%;
	position: relative;
}
.nav-menu>li>a, .nav-menu>li:hover>a {
	background-image: none;
	padding: 8px 16px 8px;
	text-align: left;
	width: 100%;
}
.nav-menu>li:hover>a, .nav-menu>li.active>a {
	background: #d6d6d6;
	color: #5177b6;
}
.nav-menu>li.bc_dropdown:hover a::before, .nav-menu>li.bc_dropdown.active a::before {
	border-color: #5177b6 transparent transparent transparent;
}
.nav-menu>li:last-child, .nav-menu>li:hover:last-child {
	background: none;
}
.bc_sub_menu .nav-tabs {
	width: 100%;
	padding-top: 0;
}
.bc_sub_menu .tab-content {
	width: 100%;
	padding: 0 13px 0 15px;
}
.bc_sub_menu .tab-content ul li {
	width: 100%;
	padding: 6px 0;
}
.bc_sub_menu {
	padding-top: 5px;
	background: #d6d6d6;
	position: relative;
	display: none;
}
.nav-menu>li:hover .bc_sub_menu {
	display: none;
	margin-top: 0;
	opacity: 0;
	visibility: hidden;
}
.nav-menu>li.active .bc_sub_menu {
	display: table;
	visibility: visible;
	opacity: 1;
}
.bc_more_submenu, .nav-menu>li:hover .bc_more_submenu {
	background: #d6d6d6;
	display: none!important;
}
.nav-menu>li.active .bc_more_submenu {
	display: block!important;
}
.cz-oa-wrapp {
	padding-top: 0px;
}
.bc_wrapper {
	padding-top: 0px;
}
.cz-breadcrumb-left-area {
	width: 100%;
	margin-bottom: 15px;
}
.cz-breadcrumb-right-area {
	text-align: left;
	width: 100%;
}
.cz-search-wrapp input[type="text"] {
	width: 81%;
}
.cz-search-title h3::before {
	top: 12px;
	width: 56%!important;
}
.cz-pagination-left-section {
	width: 100%;
}
.cz-pagination-right-section {
	margin: 10px 0 0;
	text-align: left;
	width: 100%;
}
.bc_right_sidebar h3::before {
	width: 57%;
}
.bc_guide_img, .bc_tutorials_img {
	width: 15%;
}
.bc_guide_img img, .bc_tutorials_img img {
	width: 100%;
	height: auto;
}
.bc_guide_text, .bc_tutorials_text {
	width: 80%;
}
.bc_guide h3::before {
	width: 36%;
}
footer .col-md-2 {
	width: 50%;
	float: left;
	padding-bottom: 20px;
}
body {
	overflow-x: hidden;
}
.bc_login_form {
	left: 12%;
	top: 10px;
	height: 460px;
}
.bc_remember, .bc_anon {
	width: 49%;
}
.bc_profile {
	padding: 23px 15px 16px 10px;
	float: none;
	margin: 0 0 0;
}
.bc_profile_details {
	width: 100%;
	left: 0;
	padding: 6px 15px;
}
.bc_profile_pic img, .bc_profile p {
	font-size: 14px;
}
.bc_profile::before {
	right: 40px;
}
.bc_profile_details .nav-tabs li a, .bc_profile_details .nav-tabs li.active a, .bc_profile_details .nav-tabs li:hover a {
	display: block;
	text-align: left;
	padding: 8px 8px 10px;
	font-size: 12px;
}
.bc_profile_details .tab-content ul li a {
	font-size: 12px;
	padding: 8px 5px 8px 12px;
}
.bc_popup {
	position: absolute;
	padding-bottom: 150px;
}
.bc_login_form h4 {
	padding: 7px 15px 10px 19px;
}
.bc_popup_close {
	top: 6px;
}
.bc_login_form form {
	padding: 7px 19px 0 20px;
}
.bc_login_form input[type="text"], .bc_login_form input[type="email"], .bc_login_form input[type="password"] {
	padding: 5px 10px;
}
.bc_btn_wrap {
	margin-top: 0;
}
.bc_login_form .bc_sub_btn {
	padding: 9px 5px 11px;
	margin: 10px 0;
}
.bc_facebook_btn, .bc_twitter_btn, .bc_live_btn {
	font-size: 15px;
	padding: 4px 5px 7px;
}
header .col-md-8 {
	display: none;
}
.bc_mob {
	display: block;
}
.toggle-site-nav {
	display: block;
}
.site-nav {
	background-color: #222;
	height: 100%;
	overflow-y: auto;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	left: auto;
	transform: translateX(260px);
	-webkit-transform: translateX(260px);
	-moz-transform: translateX(260px);
	transition: right 0.35s ease 0s;
- webkit-transition:right 0.35s ease 0s;
	-moz-transition: right 0.35s ease 0s;
	width: 260px;
	z-index: 0;
	-webkit-overflow-scrolling: touch;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	margin: 0;
	padding: 0;
}
.js-loaded .site-nav {
	display: block;
}
.bc_footer_bottom p, .bc_copyright p {
	text-align: center;
}
body.nav-open .bc_wrapper {
	transform: translateX(-260px);
	-webkit-transform: translateX(-260px);
	-moz-transform: translateX(-260px);
	transition: right 0.35s ease 0s;
	-webkit-transition: right 0.35s ease 0s;
	-moz-transition: right 0.35s ease 0s;
}
body.nav-open {
	background: #222222;
}
.nav-open .toggle-site-nav span {
	background-color: transparent;
}
body .bc_wrapper:before {
	position: fixed;
	background-color: rgba(0,0,0,0.5);
	content: "";
	display: none;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	z-index: 200;
	transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
}
.nav-open .toggle-site-nav span:before {
	top: 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
.nav-open .toggle-site-nav span::after {
	bottom: 0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}
body.nav-open .site-nav {
	right: 0;
	height: 500px;
}
.bc_hide {
	display: none;
}
.bc_goto_top a {
	display: table;
	margin: -40px auto 0;
	position: relative;
	bottom: 115px;
}
.nav-menu>li.bc_dropdown a::before {
	top: 18px;
}
body.nav-open .bc_wrapper::before {
	display: block;
	transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
}
.s-ou-wrap {
	text-align: left!important;
}
.bc_icons_wrap.bc_mob {
	display: block;
}
.bc_icon_box, .bc_icon_box_flag, .bc_icon_box_bell {
	width: 250px;
	right: -158px;
}
.bc_icon_box_bell {
	right: -110px;
}
.bc_icon_box_flag {
	right: -57px;
}
}
@media screen and (max-width:500px) {
.bc_navigation {
	background: none;
	margin: -60px 0 0 0;
	padding: 8px 0;
}
.toggle-site-nav {
	padding: 32px 14px 19px;
}
.cz-breadcrumb ul li {
	margin: 6px 0;
}
.cz-search-wrapp input[type="text"] {
	width: 77%!important;
}
.cz-search-title h3::before {
	display: none!important;
}
.cz-boa-wrapp {
	display: none;
}
.cz-pagination li {
	margin-left: 0px;
}
.bc_latest_news_text h4 {
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 8px;
}
.bc_right_sidebar h3::before {
	width: 50%;
}
.bc_guide h3::before {
	width: 33%;
}
.cz-line-heading {
	background: none!important;
}
.s-ou-wrap {
	text-align: left!important;
}
.cz-popup-wrapp {
	margin-left: 0;
	left: 0;
	max-width: 100%;
}
}
@media screen and (max-width:450px) {
.bc_logo {
	margin: 0 0 10px;
	display: table;
	width: 80%;
}
.cz-sidebar-nav li a {
	font-size: 14px;
}
footer .col-md-4, footer .bc_social_icons {
	text-align: center;
}
.bc_logo img {
	width: 100%;
	height: auto;
}
.bc_login_form {
	left: 0;
	width: 100%;
	height: 490px;
}
.bc_remember, .bc_anon {
	width: 100%;
	text-align: left;
}
.cz-like-wrapper ul li:first-child {
	margin-bottom: 10px;
}
.cz-contact-icon {
	margin: 0 0 0 4px!important;
}
.cz-print-icon {
	margin: 0 0 0 4px!important;
}
.cz-search-wrapp input[type="text"] {
	width: 72%!important;
}
.cz-pagination-left-section {
	line-height: 20px;
}
.bc_right_sidebar h3::before {
	display: none;
}
.bc_topic_text {
	width: 80%;
	padding: 15px 0 0 0;
}
.bc_guide_img, .bc_tutorials_img, .bc_topic_img {
	width: 18%;
}
.bc_guide_text, .bc_tutorials_text {
	width: 80%;
	padding-left: 10px;
}
.bc_guide_text p, .bc_tutorials_text p, .bc_topic_text p {
	font-size: 12px;
	line-height: 16px;
}
.bc_download_count i {
	font-size: 10px;
}
.bc_download_count strong, .bc_download_text p {
	font-size: 12px;
}
.bc_download_text {
	width: 53%;
}
.bc_download_text .bc_download_platform {
	display: block;
	padding: 0;
}
.bc_download_text span.bc_download_platform::before {
	display: none;
}
.bc_topic_text {
	padding: 0 0 0 0;
}
.bc_goto_top a {
	bottom: 65px;
}
.bc_footer_bottom p {
	margin: 0;
}
.bc_footer_bottom p, .bc_footer_bottom p a, .bc_footer_bottom p a:hover {
	font-size: 9px;
}
footer h5, footer ul li a {
	font-size: 12px;
}
}
@media screen and (max-width:350px) {
.bc_right_sidebar {
	padding-left: 5px!important;
	padding-right: 5px!important;
}
.s-ou-wrap {
	overflow: hidden!important;
}
}
@media screen and (min-width:768px) and (max-width:1200px) {
.bc_icons_wrap li {
	margin-right: 0;
}
}
@media screen and (min-width:768px) and (max-width:1100px) {
.bc_social_icons {
	width: 24%;
}
.bc_icons_wrap {
	width: 20%;
}
.bc_search_box {
	width: 25%;
	padding: 0 10px;
}
.bc_search_box::before {
	left: 23px;
}
.bc_icons_wrap li {
	margin: 0;
}
.bc_iconbox_content::before {
	top: -58px;
}
.bc_icon_box_flag .bc_iconbox_content::before {
	top: -43px;
}
}
@media screen and (min-width:768px) and (max-width:1030px) {
.bc_icons_wrap {
	width: 18%;
}
.bc_icons_wrap li a {
	font-size: 19px;
	padding: 0 4px;
}
.bc_icons_wrap li i.fa-envelope {
	font-size: 18px;
}
.bc_icons_wrap li i.fa-flag {
	font-size: 22px;
}
.bc_search_box {
	width: 20%;
	padding: 0 10px;
}
.bc_search_box::before {
	font-size: 14px;
	left: 20px;
}
.bc_search_box input[type="search"] {
	padding-left: 30px;
}
.bc_social_icons li a {
	font-size: 13px;
	height: 24px;
	line-height: 24px;
	width: 24px;
}
.bc_social_icons {
	width: 22%;
}
.bc_search_box input[type="search"] {
	height: 29px;
	line-height: 29px;
	font-size: 10px;
}
}

@media print {

header { 
 display:none;
}
}

