@charset "utf-8";
/* CSS Document */
/*
html {overflow-y: scroll;}
*/

body{
	font-family: "hk grotesk", Arial;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: rgb(54, 54, 54);
	text-align: left;
}

legend {
    font-size: 20px;
    color: #001964;
    font-weight: 700;
}

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.accordion.active, .accordion:hover {
  background-color: #ccc; 
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.accordion.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

/* Bootstrap 3
===================================== */
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}

.well {
    background-image: -webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);
    background-image: -o-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#e8e8e8),to(#f5f5f5));
    background-image: linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dcdcdc;
    -webkit-box-shadow: inset 0 1px 3px rgb(0 0 0 / 5%), 0 1px 0 rgb(255 255 255 / 10%);
    box-shadow: inset 0 1px 3px rgb(0 0 0 / 5%), 0 1px 0 rgb(255 255 255 / 10%);
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 27px;
}

div.articlelist {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #dee2e6;
}

.articlelist .thumb_wrapper img{
	width: 100%;
}

/*.articlelist .content_wrapper{
	margin-left: 15px;
}
*/

@media (min-width: 768px){
  .form-horizontal .control-label {
      padding-top: 7px;
      margin-bottom: 0;
      text-align: right;
  }
}


.subhead {
	margin-right:6px; 
	font-size:11px;
}

.summaryText {
	margin-top:5px;
	min-height:45px;
	overflow:hidden;
}

cite {
    font-size: 12px;
}

ul{
  list-style-type: none;
}

.mura-body ul {
	list-style-type:disc !important;
}

p:empty {display: none;}

.megabox .bold {
	font-size:15px !important;
}

.megaBox.photos-video>div.full-width {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.megaBox.photos-video div.full-width div.photos-video-wrapper li {
	display: inline-block;
    margin-right: 10px;
    width: 15%;
	vertical-align: top;
	top:0;
	background-color: #FFF;
	text-align: center;
}
.megaBox.photos-video div.full-width div.photos-video-wrapper li img {
	padding:10px 0;
}
.megaBox.photos-video div.full-width div.photos-video-wrapper li a {
	margin-bottom: 0 !important;
}

div.menugalleryTitle {
    font-size: 11px;
    font-weight: normal;
    text-align: center;
    padding: 0 0 15PX 0;
    background-color: #FFF;
}



/* ATTEN BILLY*/
#svComments dl dd.gravatar img{max-width:100px;}

.thumbnail{
	max-width: none !important;
}
.list-group.latest-reports .list-group-item:not(:last-child):after { 
	padding-top: 20px !important; 
}

.homeBucketlist #frmEmailMaster {
 padding: 25px 35px 20px !important;
}

.Best_Rated_Articles_wrapper {
	padding-top:20px;
}
/*.list-group-item:last-child {
	padding-bottom: 20px !important;
}
.list-group-item {
	padding-bottom: 1px !important;
	padding-top: 20px !important; 
}*/

.fishing-ad-item {
    margin-bottom:20px !important;
    text-align: center;
}

.pagination {
    margin: 24px 0 18px!important;
    overflow: hidden;
}

@media (min-width: 768px){
	.banner-zone.no-banner{
  	border: 0;
  }
  .banner-zone {
      border: 1px solid #666;
  }
  
}




.banner-zone {
	
	/*margin: 0 60px 30px 60px;*/
	margin: 0 0 30px;
	padding: 30px 0 10px 0;
}
#homepage h2 {
    color: #001964;
    padding: 0 0 0 24px;
    margin: 0 0 30px 0;
    line-height: 30px;
    font-size: 26px;
    position: relative;
    letter-spacing: -0.26px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
}

#svRatings{/*border:1px solid #eee;padding:4px 8px;*/}
#svRatings p{font-size:21px; color:##333333;}
#rateIt{}
#rateIt form{}
#rateIt strong{}

#avgrating{}
#avgrating strong{}
#avgratingstars{}
#rateItStars{}

h1,
h2.pageTitle{
	font-size: 30px;
	color: #001964; /*#0091d0;*/
	margin-top:0;
	margin-bottom:20px;
}

h2{
	font-size:24px;
	color: #001964; /*#0091d0;*/
}

h3{
	font-size: 20px;
	color: #001964; /*#0091d0;*/
}

h4, h5, .h5{
	font-size: 18px;
	font-weight: 600;
}

.list-group-item h5 {
	margin:0;
}

h3.panel-title {
	font-weight: 700;
	font-size: 26px;
}

img{
	max-width: 100%;
	height:auto;
}

.d-lg-none iframe, .d-lg-none iframe body {
    max-width: 100% !important;
}

a#svAsset img{
	float: none !important;
	margin-left:-20px!important;
	width: 100% !important;
	display: block!important;
}

.thumbnail{
	padding: 0;
	border:0 ;
	border-radius: 0;
}


.wrapper{
	margin: 0 auto;
	background-color: #fff ;
	position: relative;
	z-index: 100;
}

.banner_wrapper{
	position: fixed;
	z-index: 0;
	width: 100%;
	top:0;
	left: 0;
	height: 100px;
}

.banner_wrapper .banner_container{
	position: relative;
	width: 100%;
	max-width: 1276px;
	height: 100px;
	margin: 0 auto;
}
 
.banner_img{
	position: absolute;
	top: 0;
	z-index: 100;
	width: 430px;
	height: 100%;
}
 
.banner_img.left{
	left: -430px;
}
.banner_img.right{
	right: -430px;
}

body{margin:0;padding-top:0 !important;background-color:#f2f2f2!important; font-size:15px;overflow-x:hidden;}

.btn.light{
	color: #fff;
}

.btn.light-blue{
	color: #fff;
	background-color: #2ac5f4;
}

.btn.blue{
	color: #fff;
	background-color: #004fa3;
}

.btn.blue i{
	color: #2ac5f4;
}

#search-results-header{
	color: #004fa3;
	margin-bottom: 20px;
}

.list-group{
	box-shadow: none;
}

figure.image{
	margin: 10px;
}
figure.image figcaption{
	font-size: 12px;
	text-align: center;
	margin-top:2px;
}

.list-group-item a{
	/*
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0px;
	color: #001964;
	*/
}

.list-group-item.border-none{
	border-top: 1px solid #dddddd;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	padding: 15px 5px;
}
/*
#fishingvideos iframe{
	width: 75%;
	max-width: 600px;
}*/

/* ==========================================================================
	header
========================================================================== */

#headings h3{ color:#FFF; margin:0;}
#headings h5{ color:#48A5CD; margin:0;}

#imageHeader .input-group input{
	padding-right: 30px;
}

#imageHeader .input-group .search-icon{
	position: absolute;
	top: 1px;
	right: 1px;
	border-radius: 0 6px 6px 0;
	border: 0;
	color: #003f85;
	font-size: 15px;
	padding: 5px 10px;
	background-color: #fff;
}

#iconNav{margin-top:4px;float:right !important;margin-right:2px;}
#iconNav a{color:#FFF !important;margin-left:6px;}

/* ==========================================================================
	nav
========================================================================== */

.navbar-custom .navbar-brand {
  color: #ffffff;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-custom .navbar-text {
  color: #ffffff;
}
.navbar-custom .navbar-nav > li:last-child > a {
  /*border-right: 1px solid #076dcb;*/
  border:0;
}
.navbar-custom .navbar-nav > li > a {
	color: #ffffff;
	/* border-left: 1px solid #076dcb;*/
	border: 0;
	padding: 10px 10px;
	text-shadow: none;
	font-size: 16px;
}

#megamenu > ul > li > a,
#megamenu > ul > li:first-child > a{

}

.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus {
  color: #666;
  background-color: transparent;
  text-shadow: none;
}
.navbar-custom .navbar-nav > .active > a,
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
/*  color: #c0c0c0;
  background-color: #076dcb;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#076dcb), to(#0e87f7));
  background-image: -webkit-linear-gradient(top, #076dcb, 0%, #0e87f7, 100%);
  background-image: -moz-linear-gradient(top, #076dcb 0%, #0e87f7 100%);
  background-image: linear-gradient(to bottom, #076dcb 0%, #0e87f7 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff076dcb', endColorstr='#ff0e87f7', GradientType=0);*/
  background-color: transparent;
}
.navbar-custom .navbar-nav > .disabled > a,
.navbar-custom .navbar-nav > .disabled > a:hover,
.navbar-custom .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-custom .navbar-toggle {
  border-color: #dddddd;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-custom .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-custom .navbar-collapse,
.navbar-custom .navbar-form {
  border-color: #076bc8;
}
.navbar-custom .navbar-nav > .dropdown > a:hover .caret,
.navbar-custom .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #c0c0c0;
  border-bottom-color: #c0c0c0;
}
.navbar-custom .navbar-nav > .open > a,
.navbar-custom .navbar-nav > .open > a:hover,
.navbar-custom .navbar-nav > .open > a:focus {
  background-color: #076dcb;
  color: #c0c0c0;
}
.navbar-custom .navbar-nav > .open > a .caret,
.navbar-custom .navbar-nav > .open > a:hover .caret,
.navbar-custom .navbar-nav > .open > a:focus .caret {
  border-top-color: #c0c0c0;
  border-bottom-color: #c0c0c0;
}
.navbar-custom .navbar-nav > .dropdown > a .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-custom .navbar-link {
  color: #ffffff;
}
.navbar-custom .navbar-link:hover {
  color: #c0c0c0;
}

.navbar-collapse{border:0;padding-left:0;}
.navbar-nav>li>a {
	padding-top: 8px;
	padding-bottom: 8px;
}

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:hover>.dropdown-menu{display:block;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


/*.col-md-8{padding-left:0;}*/
/*.col-md-3{width:23.6%;}*/

.mainContainer{max-width:1200px; background-color:transparent;}

.sidebar{max-width:160px;width:160px;overflow:hidden;}
.sidebar img{margin-bottom:12px;}
.sidebarLeft{margin-right:12px;}

.content{padding-left:0;width:1010px;float:left;margin-bottom:12px;}
.content img{border-radius:4px;border:1px solid #ddd;}

ul#svSiteMap li,ul#svSiteMap li li{margin:0;padding:0;}

	/*.col-md-4{float:left;width:32.4%;}*/
	.homebucketRow{}
	.homebucketRow div.row{margin:0;padding:0;}
	.homebucketRow div.row div.col-sm-4{padding-left:0px;padding-right:0px;width:32%;}
	/*.panel{min-height:300px;max-height:300px;overflow:hidden;}*/
	.light{color:#777;}
	
	.featured-panel img{
		max-width: 100%;
		width:100%;
		display: block;
		margin: 0 0 10px;
	}
	
	.featured-panel p{
		font-size: 14px;
	}
	
	
	
	.nolines li{border-bottom:0;}
	.homeBucketlist li:last-child{border-bottom:0;}
	.bucketlistTitle{background-color:#3B84C3;color:#FFF;}
	.bucketlistTitle strong{background-color:#3B84C3;color:#FFF;font-weight:normal;font-size:12px;color:#EEE;}
	.bucketlistTitle a{color:#FFF;}
	
	.widgetArticleHeader{background-color:#3B84C3;color:#FFF;font-weight:bold;}
	.widgetSubList{padding:8px 6px 6px 8px !important;font-size:12px;}
	.widgetSubList figure{float:left;margin-right:6px;}
	.widgetSubList figure img{}
	
	
	.forumStats{/*color:#999;*/font-size:13px;}
	.bucketlistSubTitle{background-color:#09F;}
	
	.left{float:left;}
	.right{float:right;}
	.nopad{padding:0;}
	
	h2{/*font-size:18px;color:#428BCA;*/margin-top:0;}
	/*#headings h3{color:#FFF;margin:0;font-weight:bold;}
	#headings h5{color:#48A5CD;margin:0;font-weight:bold;}*/
	
.footerBox{background-color:#0080C0;padding:16px;}
.grad{
	background-color:#001964;
}


.footer_banner{
	float: left;
	margin-left:15px;
}

.follow_link a{
	color:#fff;
	font-weight: 700; 
}

.follow_link a span{
	display: inline-block;
	color: #fff;
	font-size: 20px;
	margin-left: 5px;
	border-radius: 4px;
	text-align: right;
	padding: 0 6px 0 10px;
}


.footer ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer ul li.megaHeading{
	margin-bottom: 10px;
}

.footer_signup .form-group{
	display: block;
}

.footer_signup .form-group input{
	width: 100%;
	margin-bottom: 10px;
}

.footer_signup .form-group input.first_name{
	width: 49%;
	margin-right:2%;
	float: left;
}
.footer_signup .form-group input.last_name{
	width: 49%;
	float: left;
}
	
.footer_signup .form-group .btn{
	width: 100%;
}

.footer h5{
	color: #fff !important;
	font-weight: 500; 
	font-size: 16px;
	margin:0 0 15px;
}

.newsletter_form_wrapper .email_address{
	background-color: transparent;
	border-radius:0;
	border: 1px solid #fff;
	border-radius: 0;
	color: #fff;
	width: 80%;
	float: left;
	padding: 10px;
}

.newsletter_form_wrapper .email_address::-webkit-input-placeholder {
   color: #fff;
}

.newsletter_form_wrapper .email_address:-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}

.newsletter_form_wrapper .email_address::-moz-placeholder {  /* Firefox 19+ */
   color: #fff; 
}

.newsletter_form_wrapper .email_address:-ms-input-placeholder {  
   color: #fff;
}

.newsletter_form_wrapper  .btn.light{
	border-radius: 0;
	background-color:#fff;
	color:#001964;
	padding: 11px 10px 10px;
	width: 20%;
	text-align: center;
}

.copyright{
	text-align:right;
	margin-top: 20px;
	color:#fff;
}

#navFooter{list-style-type:none;margin:0;padding:0;display:block;}
#navFooter li{float:left;width:210px;}
#navFooter li a{color:#EEE;font-weight:bold;}
.navFooterSub{list-style-type:none;margin:0;padding:0;float:left;display:inline;width:210px;height:auto;font-weight:normal;margin-top:8px;}
.navFooterSub li a{font-weight:normal !important;font-size:11px;}

.footerFinal{clear:both;color:#FFF;margin:20px 0 20px 0;padding-top:20px;}
.footerFinal a{color:#EEE;margin-right:10px;}
.copy{margin-right:40px;}

#winBox{background-color:#DBE4ED;padding:6px 12px 6px 12px;margin-bottom:18px;height:164px;}
#winBox h3{margin:20px 0;line-height:0;}
#winBox div.winBoxImage{float:right;margin-left:12px;margin-top:6px;margin-bottom:6px;}
#winBox div.winBoxImage img{height:140px;margin-bottom:6px;max-width:160px;overflow:hidden;}
#winBox div.text-info{float:left;width:400px;}

.adBox1{background-color:#DDD;height:160px;}

fieldset{margin-bottom:28px;}

input[type="text"],input[type="password"],select,.text,textarea,input[type="email"] {
	display: block;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555555;
	vertical-align: middle;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.control-label,#login .control-label,#svLoginContainer #sendLogin label{float:left;width:180px;padding-right:4px;color:#0080C0;text-align:right;}
.control-group{display:block;margin:4px; 0;}

.editProfileReportsList{width:48%;float:left;display:block;}
.editProfileReportsList li{display:block;clear:left;}

.breadcrumb {
	padding: 0 4px 8px;
	list-style: none;
	background-color: #fff;
	border-bottom:1px solid #ddd;
	border-radius: 0;
	font-size: 12px;
}

.featured_img img{
	box-shadow: 0 0 2px #ccc;
	margin-bottom:0px;
}

.rate_wrapper .icon-star{
	font-size: 12px;
}

#postcomment label.control-label{width:80px;}
#postcomment textarea{
	width: 280px;
	display: block;
	height: 80px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555555;
	vertical-align: middle;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.summaryBox figure{float:left;margin:0 8px 4px 0;}
.newsList figure{float:right;margin:10px 0 10px 10px;}
.newsList td{
	padding: 10px 0  20px!important;
}
.newsList .thumb_wrapper{
	/*width:175px;*/
	overflow:hidden;
	/*height: 120px;
	display:table-cell;*/
   vertical-align:middle;
   /*float: left;*/
   /*margin-top: 5px;*/
}
.newsList .thumbnail{
	width: 100%;
	border:0;
	padding: 0;
	border-radius: 0;
	margin:0 auto;
	vertical-align: middle;
}

.newsList .content_wrapper{
	/*margin-left: 15px;*/
	float: left;
	display: inline-block;
	/*width: 50%;*/
}

.read_more{
	 white-space: pre;
	 font-size:13px;
	 font-weight: 600;
}

.newsList .content_wrapper.content_only{
	margin-left: 0;
	float: none;
	display: block;
	width: 100%;
}

.newsList h5{ margin:0 0 0; line-height:130%;}
.summaryDate{margin:0 0 8px 0;}
.summaryReadMore{}
p.summaryText{}

.greyText{color:#BBB;}
.greyDark{color:#888;}

.filterBox{display:inline;}
.contentFilters{clear:both;background-color:#EEE;border:1px solid #ddd;padding:8px;border-radius:4px;}
.contentFilters select{display:inline;}

.error, .notice, .success {
padding: .8em;
margin-bottom: 1em;
border: 1px;
border-radius:4px;
font-weight:bold;
background-color: #f1f1f1;
color: #001964;
}

#svSiteMap{}
#svSiteMap ul ul li{padding:2px !important;margin:2px !important;float:left !important;}

		/*.container h3{clear:right;margin:12px 0;color:##777;}*/
		.linkBox{clear:both;}
		.fishBox{float:left;margin:12px;text-align:center;border:1px solid #ccc;padding:2px;border-radius:4px;}
		.fishBox figcaption{margin-bottom:8px;}
		.fishBox img{border-radius:4px;border:0;}

/*shop*/
		ul.prodItems{list-style-type:none;margin:0;padding:0;}
		ul.prodItems li{margin-left:184px;margin-bottom:12px;border-bottom:1px solid #ddd;padding-bottom:18px;background-color:#eee;padding:20px;border-radius:4px;}
		ul.prodItems li.thumbnail{}
		ul.prodItems li img{margin-right:20px;width:160px;height:160px;}
		ul.prodItems li h5{font-weight:bold;margin-top:4px;}
		td{vertical-align:top;}
		.prodBuyStrip{border-top:1px dashed #ddd;padding-top:12px;margin-top:12px;width:582px;}
		.sideFilter{border-radius:4px;}
		.shop h5{font-weight:bold;}
		.sideFilter .nav>li>a{padding:2px 0;}
		.shop{}
		.shop label.control-label{width:280px;}
		.shop input[type="radio"]{margin-left:0 !important;display:inline !important;border:1px solid red;margin-right:3px;float:left;width:auto !important;}
		.thumbnails{list-style-type:none;margin:0;padding:0;}
		.autoWidth{width:auto !important;}
		.inline{display:inline;}
		
		.shortsTable{width:100%;}
		table.shortsTable tr td{vertical-align:middle;}
		.shortsTableTitle{background-color:#3B84C3;color:#FFF;font-weight:bold;}
		.shortsTableHeader, .shortsTableHeader th{background-color:#eee;color:#3B84C3;}
		
		
		
	ul.featuredProducts{list-style-type:none;margin:0;padding:0;}
	ul.featuredProducts a img{border:0;}
	li.featuredProductHeading{font-weight:bold;padding:6px;}
	li.featuredProductBox{border:1px solid #ddd;padding:6px;margin-bottom:6px;}
	div.featuredProductImage{text-align:center;margin:4px;}
	.featuredProductImage img{
		display: block;
		margin: 0 auto;
	}
	div.featuredProductDetail{font-weight:bold;color:#777;text-align:center;}
	div.featuredProductDetail span{font-style:italic;}/*price*/
	
	.shareBox{width:300px;;height:auto;background-color:#EEE;padding:8px;border:1px dashed #0080C0;border-radius:3px;}
	
	.clubList{list-style-type:none;padding:0;margin:0;}
	.clubList li{padding:6px;margin-bottom:3px;border-bottom:1px solid #ddd;}
	.clubList li h4{padding:0;margin:0 0 4px 0; font-size:16px;}
	.clubList li p{font-size:13px;}
	
	#gallery{list-style-type:none;margin:0;padding:0;width:100%;}
	#gallery li{border:1px solid #ddd;padding:4px;width:204px;}
	#gallery li img{width:100%;}
	div.galleryTitle{font-size:11px;font-weight:normal;text-align:center;padding:8px 4px;background-color:#FFF;}
	.hide{display:none;}
	.lazy {display: none;}
	i.icon-star{color:#FC0;}


#w2forecastholder{
	overflow: scroll;
	padding: 0;
	width: 100%;
	border:0;
}

table#w2forecasttable{
	width: 100%;
}


.web-result{
	padding: 0 0 20px !important;
	margin-bottom: 20px !important;
	border-bottom: 1px solid #ddd!important;
	border-left: 0!important;
	border-right:0!important;
	border-top: 0!important;
}

.web-result h2{
	font-size: 20px;
}

.right-col > .rh_block{
	margin-bottom: 20px !important;
}

#postcomment.well{
	border: 0;
	background-color: transparent;
	padding: 0;
	background-image: none;
	box-shadow: none;
}

#postcomment ol{
	padding: 10px 0;
}

#postcomment legend{
	margin-bottom: 10px;
	border:0;
}

#postcomment .control-group{
	clear: both;
	margin-bottom:20px;
}

#postcomment input[type="text"],
#postcomment input[type="password"], 
#postcomment select,
#postcomment .text,
#postcomment textarea{
	float: left;
}

#postcomment label.control-label{
	float: left;
	text-align: left !important;
	padding-left: 10px;
}

#postcomment .submit{
	background-color: #0091d0;
	border-radius:2px;
	padding: 5px 15px;
	color: #fff;
}

#postcomment .submit:hover{
	background-color: #004fa3;
}


.popular_img{
	display: none;
	float: none;
}

.popular_contnet{
	width: 100%;
	float: left;
}

.tournament_calendar_form {
	margin: 5px 0 15px;
}

.bottom_form.tournament_calendar_form {
	margin-top: 20px;
} 

.tournament_calendar_form label{
	font-size: 14px;
	margin: 6px 0;
}

.tournament_calendar_form input[type="text"],
.tournament_calendar_form input[type="password"],
.tournament_calendar_form select,
.tournament_calendar_form .text,
.tournament_calendar_form textarea
{
	width: 100% !important;
}

.tournament_event{
	margin: 10px 0 0;
}

.tournament_event_list{
	margin-bottom: 20px;
	padding: 10px 15px;
	border: 1px solid #ddd;
	margin-bottom: -1px;
}

.tournament_event_list h3{
	font-size: 16px;
}

.tournament_event_list h3,
.tournament_event_list p{
	margin-bottom: 5px;
	line-height: 120%;
}

.tournament_event_list p strong{
	padding: 0 0 5px;
	display: block;
	font-size: 14px;
}

.tournament_event_list p{
	font-size:13px;
}

.Popular_Articles_wrapper{
	margin-top: -10px;
}

/* ==========================================================================
	Calendar
========================================================================== */
#calTable {
	padding: 0 15px;
	margin: 20px 0;
}
.calendar-date {
	background-color: #999;
	vertical-align: middle;
}
.calendar-cell {height: 50px !important;width: 14.285714%; float:left; border:1px solid #fff;text-align:center;font-size:13px;color:#FFF; padding-top:15px;}
.calendar-day-blank{background-color:#fbfbfb;}
.calendar-day-poor{background-color:#055067;}
.calendar-day-good{background-color:#077E9E;}
.calendar-day-excellent{background-color:#0BB8DC;}
.calendar-text-date{}
.calendar-text-bitetime{;}
.info{color:#777;}
.left{float:left}
.right{float:right;}
.legend{padding:4px;display:inline-block;color:#fff;border-radius:3px;margin-right:1px;}

/* ==========================================================================
	bite time
========================================================================== */

.bite_time_form input[type="text"],
.bite_time_form input[type="password"],
.bite_time_form select,
.bite_time_form .text,
.bite_time_form textarea{
	width: 100%;
}

.bite_time_form select{
	height:35px;
	margin-top:3px;
}

.bite_time_form .button{
	font-size: 12px;
}

.map-wrapper{
	padding: 10px 0;
}

.ui-datepicker-next span,
.ui-datepicker-prev span{
	text-indent: -999px;
}

#map-wrapper {background-color: transparent !important;}
#controls{border-top:1px solid #ddd;width:924px;padding:12px 0 0 0;margin-top:8px;}

.carousel-control-prev-icon, .carousel-control-next-icon {
   background: #FFFFFF no-repeat center center;
   color: #001964;
}


/*=== bite time widget===*/

#widget300x250 {
	padding-bottom: 97px;
	padding-top: 82px;
}

#widget300x250 .left_col,
#widget300x250 .right_col{
	float: left;
	width: 50%;
	box-sizing:border-box;
	padding: 0 10px;
}

#widget300x250 h3{
	margin: 0px 0px 15px;
	line-height: 23px;
	font-size: 20px;
	color: #001964;
}

#widget300x250 p{
	margin: 0 0 10px;
	color: #363636;
	font-size: 17px;
}

#widget300x250 span{
	font-size: 10px;
}

.ads-block a.yp6_desktop_infeed{
	padding: 10px 15px!important;
	border: 1px solid #ddd;
	position: relative;
	margin-bottom: -1px!important;
	z-index: 10;
}

.ads-block a:last-child{
	margin-bottom: 0 !important;
}

.yp6_desktop_infeed.my6_alias{
	bottom: 5px !important;
}

.yp6_desktop_infeed.my6_highlight_text_wrapper{
	z-index: 90 !important;
}

.right-col #widget300x250{
	padding: 0;
}

.right-col #widget300x250 .heading_wrapper img{
	width: 100%;
}

/* ==========================================================================
	New Bite Times
========================================================================== */

.bite-times-content{
	padding: 20px 26px 39px;
}

.bitetime_info {
    font-size: 17px;
    margin-bottom: 10px;
}

.home-mid-section{
	height: auto !important;
	background-size: cover!important;
}


/* ==========================================================================
	Sidebar
========================================================================== */

#svMasterEmail{
	margin-top: 30px;
	border: 1px solid #EAEAEA;
	padding: 0;
}

#svMasterEmail .response, #svMasterEmail .error{
	background-color: #fff;
	border-radius: 0;
	margin-bottom: 0;
}

.homepage #widget300x250 {
	border: none !important;
	margin-bottom: 0 !important;
}

.right-col #widget300x250 {
	border: 1px solid #EAEAEA;
	margin-bottom: 30px;
}



/* ==========================================================================
	responsive
========================================================================== */

/* large screen */
@media (min-width: 1200px) {
	/*.navbar-custom .navbar-nav > li > a {
		padding: 10px 15px ;
	}*/
	/*.right-col{
		float: right;
	}
	
	.left-col img{
		width: 100%;
		max-width: 100%;
	}*/
	
	.right-col > .rh_block{
		margin-bottom: 20px !important;
	}
	
	/*.newsList .content_wrapper{
		width: 64%;
	}*/
	
	.popular_img{
		width: 80px;
		float: left;
		display:block;
	}

	.popular_contnet{
		width: 64%;
		float: left;
	}
}


@media (max-width: 1199px) {
	.home-mid-section .container .row{
		display: block !important;
	}

	#widget300x250{
		max-width: 456px;
		margin-left: auto;
		margin-right: auto;
	}
}

/* min desktop && ipad landscape view */
@media (max-width: 991px) {
	/*.navbar-custom .navbar-nav > li > a{
		padding: 10px 13px;
		font-size: 13px;
	}*/
	/*
	#fishingvideos iframe{
		width: 100%;
		max-width: 600px;
	}
*/
	
	#imageHeader{
		background-size: cover;
	}
	
	.logo_wrapper{
		margin: 0 0 10px;
	}
	
	div.svAd{
		margin-bottom: 10px;
	}
	
	.wrapper{
		height: 100%;
		position: relative;
		left: 0;
		z-index: 99;
		-webkit-transform 0.5s;
		transform 0.5s;
		
	}
	
	.banner_wrapper{
		display: none;
	}
	
	.st-container{
		-webkit-perspective: 1500px;
		perspective: 1500px;
		-webkit-perspective-origin: 0% 50%;
		perspective-origin: 0% 50%;
		height: 100%;
		position: relative;
		overflow: hidden;
	}
	
	.wrapper::after {
		position: absolute;
		top: 0;
		right: 0;
		width: 0;
		height: 0;
		background: rgba(0,0,0,0.2);
		content: '';
		opacity: 0;
		-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
		transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	}
	
	/*.mobile-menu .wrapper::after {
		width: 100%;
		height: 100%;
		opacity: 1;
		-webkit-transition: opacity 0.5s;
		transition: opacity 0.5s;
	}*/
	
	/* ==========================================================================
		header
	========================================================================== */
	
	#headings a h3{ color:#FFF; margin:0; text-decoration: none;}
	#headings a h5{ color:#44c8f5; margin:0; text-decoration: none;}
	
	#headings a:hoveer{
		text-decoration: none;
	}
	
	/* ==========================================================================
		nav
	========================================================================== */
	.navbar{
		height: 0;
		min-height:0;
		padding: 0 !important;
	}
	
	.left-col{
		width: 53.66%;
		margin-right: 30px;
	}
	.right-col{
		float: left;
	}
	
	.right-col > .rh_block{
		margin-bottom: 20px !important;
	}
	
	/* ==========================================================================
		footer
	========================================================================== */	

	
	.footer_banner{
		float: none;
		margin-left:15px;
	}
		
	.newsletter_form_wrapper .email_address{
		width: 70%;
	}
	
	
	.newsletter_form_wrapper  .btn.light{
		width: 30%;
	}
	
	/* ==========================================================================
		single
	========================================================================== */
	
	.popular_img{
		display: none;
		float: none !important;
	}
	
	.popular_contnet{
		width: 100%;
		float: left;
	}
	
	/*.newsList .content_wrapper{
		margin-left: 15px;
		float: left;
		display: inline-block;
	}*/
}

/* ipad portrait view  && large phone screen */
@media (max-width: 767px) {
	
	.row {margin-left: -15px;}
	
	.main_row{
		margin: 0 !important;
	}
	
	.logo_wrapper{
		margin: 10px;
	}
	
	.logo_wrapper img{
		max-width: 75%;
	}
	
	/* ==========================================================================
		nav
	========================================================================== */

	
	.navbar-header{
		width: 100%;
	}
	
	/*.navbar-custom .navbar-nav > li > a{
		font-size: 16px;
		padding: 10px 20px;
		width: 97%;
	}
	
	.navbar-toggle{
		z-index: 10;
	}*/
	
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #c0c0c0;
    background-color: transparent;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #c0c0c0;
    background-color: #076dcb;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
 
 	/* ==========================================================================
		footer
	========================================================================== */ 
	
	.footer ul{
		margin: 15px 0;
	}
	
	.copyright{
		text-align:left;
		margin-top: 20px;
	}

  /* ==========================================================================
		landing
	========================================================================== */
	
	#winBox{
		height: auto;
	}
	
	#winBox div.winBoxImage{
		float: none;
		display: block;
		margin: 10px auto;
	}
	
	#winBox div.text-info{
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	
	.left-col{
		width: auto;
		margin-right: 0;
		float: none;
	}
	.right-col{
		float: none;
		display: none;
	}
	
	/* ==========================================================================
		single
	========================================================================== */
	
	/*.newsList .thumb_wrapper{
	   margin: 0 20px 10px;
	   float: none;
	   display: block;
	}	
	.newsList .content_wrapper{
		margin: 0 20px;
		float: none;
		display: block;
		width: auto;
	}*/

	.newsList .content_wrapper{
		margin-top: 20px;
	}

	#widget300x250{
		padding: 0 20px;
	}

	/*#widget300x250 .left_col, #widget300x250 .right_col{
		width: 100%;
	}*/

	#widget300x250 .heading_wrapper img{
		width: 100%;
	}


	.bite-times-content{
		padding-left: 6px;
		padding-right: 6px;
	}
}

/* mega menu*/

	.megaBox > div{ display:block; vertical-align:top;}
	.megaBox.fishig-advice > div{display:block; width:98%;}
	.megaBox h2{margin:0 0 12px 0;padding:0;}
	
	
	li.megaHeading{font-weight:bold !important;}
	
	.articleListDetail{color:#777 !important;}
	.twitter-share-button{margin-bottom:-7px;}
	

/* phone view*/
@media (max-width: 480) {
}

.form-horizontal input[type="text"], .form-horizontal input[type="password"], .form-horizontal select, .form-horizontal .text, .form-horizontal textarea, .form-horizontal input[type="email"]{
  width: 280px;
  max-width: 100%;
}

#mura-comment-post-comment label{
  width: 180px;
  float: left;
}

#mura-comment-post-comment input[type="text"], #mura-comment-post-comment input[type="password"], #mura-comment-post-comment select, #mura-comment-post-comment .text, #mura-comment-post-comment textarea, #mura-comment-post-comment input[type="email"]{
  width: 280px;
  margin-bottom: 0.5rem
}

#mura-comment-post-comment input[type=checkbox]{
  display: inline-block;
}

#mura-comment-post-comment .checkbox label{
  float: none;
  width: 100%;
}

.req ins {
    position: absolute;
    left: -9999px;
}

.req label:after, p.required:before {
    content: " *";
    color: red;
}

#mura-comment-post-comment button[type="submit"] {
    background-color: #0091d0;
    border-radius: 2px;
    padding: 5px 15px;
    color: #fff;
}

#svMasterEmail ul{
  list-style-type: none;
  padding-left: 0;
}

.forum .forum-main-section .tableStatusBar > div span a{
  padding-left: 5px;
}

/*.forum .tableStatusBar a, .forum #modTools{*/
.forum .tableStatusBar a{
  font-weight: 700;
  font-size: 14px;
  color: #001964;
      font-family: Verdana, Arial, Helvetica, sans-serif;
}

.forum #modTools{
	color: #fff;
}

/*form input[type=checkbox] {
     display: block!important; 
}*/

.fa-white:before{
	color:white;
}

#optionsMenu, #dropDownTopicRating, #modToolsMenu, #topicOptions, #topicSearch{
	left: 0 !important;
    top: 30px !important;
}

#ajaxRating #optionsMenu{
	left: 110% !important;
	top: 0 !important;
}

#optionsMenu a{
	color: #000000 !important;
  font-size: 11px !important;
  font-weight: normal !important;
}

#TopicRatingLink {
    color: #fff!important;
}

#modToolsMenu a{
	color: #000000 !important;
    font-size: 11px !important;
    font-weight: normal !important;
}

@media (min-width: 1200px){
  .forum .tableStatusBar .pl-xl-4, .forum .tableStatusBar .px-xl-4 {
      padding-left: 0.5rem !important;
      display: inline-block;
  }
}

.two-column-simple .left-col .article-type-list, .two-column-article .left-col .article-type-list{
	display: none !important;
}

#dropDownSearch, #dropDownCalendar, #dropDownTopicSearch{
	top: 98px !important;
	left: 100% !important;
}

.forum .left-col table td{
	padding: 10px;
	width: auto;
}

.tableStatusBar .justify-content-center{
	position: relative;
}
@media (min-width: 768px){
	/*.latest-article.newsList .thumb_wrapper{
	    width: 150px;
	}*/
	/*.latest-article.newsList .content_wrapper{
		width: calc(100% - 175px);
	}*/

	.fishing-event-table{
		white-space: nowrap;
	}
}

@media (min-width: 992px){
	.home-top-section .col-right .banner-zone{
		margin-left: 0;
		margin-right: 0;
		padding-left: 60px;
		padding-right: 60px;
	}
	.home-top-section .col-right img{
		width: 100%;
	}

	.home-top-section .col-right .fishing-ad-item img{
		width: auto;
	}
}

.newsList {
    margin-bottom: 40px;
}

.newsList .newsList-item{
	padding: 20px 0;
	border-top: 1px solid #dee2e6;
}

.newsList .newsList-item:last-child{
	border-bottom: 1px solid #dee2e6;
}

.articlelist-wrapper, .newsList-wrapper, .popularArticle-wrapper{
	margin-bottom: 40px;
}

.header-top .mobile-search-form form{
	display: block;
}

.bitetimes-modal{
	max-width: 100%;
}

.sevendata {
    margin-bottom: 40px;
}

.fishing-event-table thead{
	background-color: #001964;
	color: #50C6F5;
	font-size: 19px;
	font-weight: 700;
	padding: 22px 57px 19px;
	line-height: 1;
}

.fishing-event-table thead th{
	border-bottom: 0;
}

.fishing-event-table thead th.date{
	min-width: 160px;
}

.fishing-event-table thead th.link{
	min-width: 120px;
}

.btn{
	background-image: none;
}

@media (min-width: 768px){
	.bitetimes-modal .modal-dialog{
		max-width: 760px;
	}
	.fishing-event-table thead th{
		width: 20%;

	}
	.fishing-event-table thead .event{
		width: 40%;
	}
}


/* phone view*/
@media (max-width: 480) {
}
.fade-in-image {
  opacity: 100%;
  text-align: center;
}

.fade-in-image:hover {
  opacity:25%;
  transition:opacity 0.5s
}


.forum-side .bite-times-content{
	padding-left: 5px;
	padding-right: 5px;
}

.forum-side .bitetime_info{
	font-size: 15px;
}

.fishing-RHS h5 a{
	font-size: 18px;
    font-weight: 600;
}

.fishing-RHS p{
	font-size: 15px;
}

.smText{
	line-height: 1em;
}

.header-top .mobile-search-form form .searchbar-input{
	background-color: transparent;
}

.list-group-item-heading a:hover{
	text-decoration: none;
}


/* ==========================================================================
		Premium
	========================================================================== */
.premium-template .header-top-premium, 
.premium-template .header-top-links-premium ul li.active,
.premium-template .searchbar-icon, 
.premium-template .searchbar-submit,
.premium-template #header-search-form .searchbar-input,
.premium-template footer{
	background-color: #050607;
}

.premium-template .header-top-links-premium ul li.active a {
    color: #fff;
}

.premium-template .header-top-premium{
	padding-bottom: 16px;
}

.premium-template #megamenu>ul>li>a{
	color: #050607;
}

@media (max-width: 767px){
	/*.forum-main-section .landing-forum-table-block{
		width: 500px;
    overflow: scroll;
	}*/
	.forum-main-section .forum-table-block .tableLedger, .forum-main-section .forum-table-block .tableSubLedger, .forum-main-section .forum-table-block .oddTableRow, .forum-main-section .forum-table-block .evenTableRow{
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	#dropDownSearch{
		display: none !important;
	}

	.home-mid-section{
		background: none !important;
	}
	.home-mid-section .container{
		padding: 0;
	}

	.home-top-links .btn-group-vertical{
		flex-wrap: wrap;
		flex-direction: initial;
		margin-bottom: -13px;
	}

	.home-top-links .btn-group-vertical .btn-link{
		width: 50%!important;
		font-size: 16px!important;
		padding: 0 15px!important;
    width: 48%!important;
    margin-right: 2%;
	}

	.home-top-links .btn-group-vertical .btn-link .icon{
		margin-right: 4px !important;
	}

	
}

.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

.mura-asset .mura-meta-image-link{
	position: relative;
	display: block;
}

.mura-asset .mura-meta-image-link .premiuim-label{
	position: absolute;
	top: 20px;
	left: 20px;
	max-width: 150px;
}

.premiumSubhead{
	display: flex;
}

.premiumSubhead span{
	width: 80%;
}

.premiumSubhead .premiuim-label{
	width: 20%;
	
}

@media (min-width: 768px){
	.premiumTitle{
		display: flex;
	}
	.premiumTitle .pageTitle-title{
		width: 80%;
	}

	.premiumTitle .premiuim-label{
		width: 20%;
		
	}

	.premiumTitle .premiuim-label img{
		max-width: 150px;
		float: right;
	}
}

#latestArticleSlider img{
	width: 100%;
}

#latestArticleSlider .carousel-control-prev, #latestArticleSlider .carousel-control-next{
    top: 30%;
    align-items: initial;
    /*margin-top: -29px;*/
}

#latestArticleSlider .carousel-control-prev img, #latestArticleSlider .carousel-control-next img{
	width: 40px !important;
}

@media (max-width: 480px){
	.list-group.Best_Rated_Articles_wrapper .carousel .carousel-control-prev, .list-group.Best_Rated_Articles_wrapper .carousel .carousel-control-next, .list-group.Best_Rated_Articles_wrapper .carousel .carousel-control-prev, .list-group.Best_Rated_Articles_wrapper .carousel .carousel-control-next {
	  top: 110px !important;
	  align-items: initial;
	}

	#latestArticleSlider .carousel-control-prev, #latestArticleSlider .carousel-control-next {
    width: 20px;
	}
}