* {
    margin: 0 0;
    padding: 0;
    outline: none;
}

.d-block {
    display: block;
}

.no-padding-right {
    padding-right: 0;
    padding-left: 15px;
}

.no-padding-left {
    padding-right: 15px;
    padding-left: 0;
}

.less-padding-right {
    padding-right: 5px;
    padding-left: 0;
}

.less-padding-left {
    padding-left: 5px;
    padding-right: 0;
}

.no-padding {
    padding-right: 0px;
    padding-left: 0;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {margin: 0;
    /*padding: 0;*/
    /*border: 0;*/
    outline: 0;
    /*font-size: 100%;*/
    vertical-align: baseline;
    background: transparent;
    /*font-family: 'PT Sans', sans-serif;*/
    font-family: 'Roboto', sans-serif;
}

.row {
    margin-left: 0;
    margin-right: 0;
}
.home-page .row {
    margin-left: -15px;
    margin-right: -15px;
}


body,
html {
    line-height: 1;
    margin: 0;
    padding: 0;
    position: relative;
    max-height: 100%;
    background: #FFF;
    font-size: 14px;
    line-height: 1.428571429;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
center {
    display: block;
}

nav ul,
ul {
    list-style-type: none;
    list-style: none;
}
/*#content .right h1 { font: 1.5em/1.25em 'Roboto', sans-serif; }
#content .right h2 { font:1.3em/1.25em 'Roboto', Sans-Serif; margin-bottom: 0; }
#content .right h3, h4 {font-family:'Roboto',  Sans-Serif;}
#content .right h3 {font-size:16px;line-height:18px}
*/

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select,
textarea,
button {
    vertical-align: middle;
    padding: 5px;
}
p {
    margin-bottom: 10px;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.no-radius {
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -khtml-border-radius: 0 !important;
}
img {
    max-width: 100%;
}

.no-border {
    border: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Roboto', sans-serif;
}
h2, .h2 {
    font-size: 20px;
}

div h2 {
    font-family: 'Roboto', sans-serif;
}
table tr td {
    padding: 10px;
}
.gsib_a {
    padding: 0;
}
header {
    position: absolute;
    top: 0px;
    right: 0;
    left: 0px;
    padding: 13px 0;
    -webkit-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease;


}

header.inner-pages, header {
    background: url('../images/header_inner_bg.jpg') #0b2235 top left;
    position: relative;
    background-size: auto 100%;

}
header.inner-pages:after, header:after {
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: -2px;
    -webkit-box-shadow: 0px 3px 4px 2px #ccc;
            box-shadow: 0px 3px 4px 2px #ccc;
    z-index: 0;
}
header.inner-pages.loggedin {
    padding: 14px 0;
}
header.sticky:after {
    content: "";
    -webkit-box-shadow: none;
            box-shadow: none;
}

.container.inner_container, .container-fullwidth.loggedin-container #content {
    margin-top: 60px;
    margin-bottom: 60px;
    min-height: 60vh;
    height: auto;
    width: 100%;
}

header .right-sec {
    position: relative;
}



header .right-sec .top-bar {
    position: relative;
    float: right;
}

header .right-sec .top-bar ul {
    position: relative;
}

header .right-sec .top-bar ul li {
    display: inline-block;
}

header .right-sec .top-bar ul li a i {
    width: 25px;
    height: 25px;
    margin-left: 8px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
    border: 1px solid #fff;
}

header .right-sec .top-bar ul li a .red {
    color: #fff;
    font-size: 12px;
    color: #e02f2f !important;
}

header .right-sec .top-bar ul li .btn {
    padding: 5px 10px;
    margin: 0 4px;
    border-radius: 0px;
    border: 1px solid #fff;
    color: #fff;
    white-space: nowrap;
}
header .right-sec .top-bar ul li .login-btn {
    background: #096aae;
    border: 1px solid #1c85cf;
}
header .right-sec .top-bar ul li .join-btn {
    background:#0f426d;
    border: 1px solid #16558a;
}
header .right-sec .top-bar ul li .search-btn-icon {
    border:1px solid #556572;
}
header .right-sec .top-bar ul li .search-btn-icon span {
    color: #556572;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
header .right-sec .top-bar ul li .search-btn-icon:hover span {
    color: #FFF;
}

header .right-sec .top-bar ul li .btn:hover,
header .right-sec .top-bar ul li .login-btn:hover,
header .right-sec .top-bar ul li .join-btn:hover,
header .right-sec .top-bar ul li a i:hover {
    border: 1px solid #e93629;
    color: #fff;
    background-color: #e93629;
}


header .right-sec .top-bar ul li .btn img {
    float: left;
    margin-right: 5px;
}
#searchModal .search-input {
    padding: 5px 10px !important;
    background-position-x: 10px !important;
}


header .right-sec .bottom-bar .navbar {
    display: block;
    /*margin-top: 40px;*/
    margin-top: 20px;
    float: right;
}

header .right-sec .bottom-bar .navbar li {
    display: inline-block;
    /*margin-left: 60px;*/
}


header .right-sec .bottom-bar .navbar li a:hover {
    background: #e93629;
}
header .right-sec .bottom-bar .navbar li a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    padding: 15px 25px;
    display: block;
    font-family: 'Karla', sans-serif;
}
header.inner-pages .right-sec .bottom-bar .navbar li a {
    display: block;
    font-family: 'Karla', sans-serif;

}
header.inner-pages .right-sec .bottom-bar .navbar {
    /*margin-top: 30px;*/
    margin-top: 20px;
    margin-bottom: 10px;
}
header.inner-pages.loggedin .right-sec .bottom-bar .navbar {
    padding-right: 70px;
}



header .right-sec .bottom-bar .navbar li:last-child a {
    padding: 15px 10px;
}
header .right-sec .bottom-bar .navbar li.active a {
    background: #e93629;
}




header.inner-pages.loggedin .right-sec {
    /*flex-wrap: wrap;
    flex-basis: 70%;*/
}
.loggedin-user-section {
    /*min-width: 180px;*/
    min-width: 240px;
    
    width: auto;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    background: #011526;
    color: #3a98e3;
    margin-left: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #042847;
    border-radius: 20px 0 0 20px;
}

.settings-list-items .control-panel-icon,.loggedin-user-section .dropdown-menu .control-panel-icon {
    background: url('../images/control-panel-icon.png') no-repeat;
}
.loggedin-user-section .dropdown-menu .control-panel-icon {
    width: 15px;
    height: 13px;
    float: left;
    margin-right: 12px;
    margin-top: 5px;
}
.loggedin-user-section .dropdown-menu .reports-icon {
    width: 15px;
    height: 15px;
    float: left;
    margin-right: 12px;
    margin-top: 5px;

}
.settings-list-items .reports-icon,.loggedin-user-section .dropdown-menu .reports-icon {
    background: url('../images/reports-icon.png') no-repeat;
}
.loggedin-user-section .dropdown-menu {
   border-radius: 0;
   width: 100%;
   background-color: #0e3759;
   border-top:solid 1px #134976;
   padding: 0;
   margin: 0;   
}
.loggedin-user-section .dropdown-menu {
   border-radius: 0;
   width: 100%;
   background-color: #0e3759;
   border-top:solid 1px #134976;   
}
.loggedin-user-section .dropdown-menu > li {
   border-bottom:solid 1px #134976;   

}
.loggedin-user-section .dropdown-menu > li > a {
    line-height: 23px;
    color: #3a98e3;
}
.loggedin-user-section .dropdown-menu > li > a:hover,.loggedin-user-section .dropdown-menu > li > a:focus {
   
}





header.loggedin ul.settings-list-items {
    display: none;
    position: absolute;
    z-index: 11111111111;
    width: 300px;
    background: #0e3759;
}
.loggedin-user-section .user-name {
    font-size: 16px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    line-height: 40px;
    padding-left: 15px;
    padding-right: 15px;

}


.loggedin-user-section img.user-icon {
/*    margin-left: -21px;
    margin-top: -5px;*/
    width: 42px;
    height: 42px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
}
.loggedin-user-section .settings-icon {
    width: 42px;
    line-height: 40px;
    text-align:center;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #092135;
}
.loggedin-user-section .settings-icon > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

}
.loggedin-user-section.open .settings-icon,.loggedin-user-section:hover .settings-icon {
    background-color: #0e3759;
}
.control-panel-icon {}


.sticky .user-sec {
    display: none;
}

 
/*sticky header*/

.top-bar-sticky {
    display: none!important;
}
header.home-page.sticky .top-bar-sticky {
    display: block!important;
} 
header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    padding: 10px 0;
}

header.home-page.sticky {
    background: url('../images/header_inner_bg.jpg') #0b2235 top left;
    position: fixed;
    background-size: auto 100%;
}

header.sticky .site-logo, header.sticky .site-logo {
    width: 200px;
}



header.home-page.sticky .top-bar {
    display: none;
}
header.home-page.sticky .top-bar.top-bar-sticky {
    display: block;
    padding-top: 18px;
}
header.sticky .right-sec .bottom-bar .navbar {
    margin-top: 10px;
    margin-bottom: 0;
}
header.sticky + .inner_container {
    margin-top: 140px;
}

header.home-page.sticky .bottom-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 4px;
}
header.home-page.sticky .right-sec .bottom-bar .navbar li a {
    padding: 15px 20px;
}

/* end sticky */

.banner {
    display: block;
    position: relative;
    background: url(../images/homepage/banner.png) no-repeat center top;
    background-size: cover;
    width: 100%;
    background-attachment: fixed;
    /*height: 700px;*/
}

.banner .contents h1 {
    font-size: 60px;
    color: #fff;
    margin-bottom: 30px;
    font-weight: bold;
}

.banner .contents {
    display: block;
    position: absolute;
    /*top: 70%;*/
    top: 65%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    margin: 0 auto;

}

.banner .contents h1 span {
    font-size: 60px;
    color: #b3e15b;
}

.banner .contents p {
    font-size: 24px;
    color: #fff;
    margin-bottom: 80px;
}

.banner .contents .banner-btn {
    color: #fff;
    text-decoration: none;
    position: relative;
    display: inline-block;
}
.banner .contents .banner-btn span.video-label {
    display: inline-block;
    padding: 20px 30px;
    border: 1px solid #fff;
}
.banner .contents .banner-btn:hover .video-label  {

    color: #fff;
    background-color: #e93629
}
.banner .contents .banner-btn:hover span.video-icon  {
    color: #fff;
    background-color: #0b2235; 
}


.banner .contents .banner-btn span.video-icon {
    /*color: #fff !important;
    display: inline-block;
    width: 52px;
    line-height: 44px;
    border: 1px solid #fff;
    padding: 6px 0px;
    margin-left: -5px;*/

    /* color: #fff !important; */
    /* display: inline-block; */
    /*width: 52px;*/
    /* line-height: 0; */
    /* border: 1px solid #fff; */
    /*padding: 6px 0px;
    margin-left: -5px;
    height: 70px;
    padding-top: 21px;*/

        display: inline-block;
    width: 52px;
    line-height: 44px;
    margin-left: -5px;
    color: rgb(255, 255, 255) !important;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    -o-border-image: initial;
       border-image: initial;
    padding: 8px 0px;
}
/*.banner .contents .banner-btn span.video-icon i {
    font-size: 24px;
    line-height: 9px;
}
*/

.cash {
    display: block;
    position: relative;
    padding: 30px 0;
    background-color: #e93629;
    color: #fef14d;
}

.cash-img-div {
    position: absolute;
    top: -40px;
}

.cash .how-to {
    display: block;
    position: relative;
    /*margin-top: 50px;*/
    margin-top: 10px;
    text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}

.cash .how-to h3 {
    font-size: 30px;
    text-transform: uppercase;

}

.cash .how-to h2 {
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
}

.cash .how-to p {
    font-size: 20px;
    font-weight: 600;
}

.cash .how-to .btn {
    padding: 8px 30px;
    border-radius: 30px;
    margin-top: 20px;
    background-color: #5bc0fe;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}
.cash .how-to .btn:hover  {
    background-color: #0b2235;
 }

.cash .how-to .btn:hover a {
    background-color: #0b2235;
    color: #fff;
    text-decoration: none;
 }
.fishing-guide-btn a {
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.41);   
    color: #ee3e2e;
}

.recent,
.featured-boxes {
    display: block;
    position: relative;
    padding: 50px 0;
}

.container.sub-container {
    width: 1464px;
    max-width: 95%;
}

.featured-boxes {
    background: #f1f1f1;
}
 .featured-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
 }
 .featured-row .feature-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
 }

.common-heading {
    /*font-weight: bold;*/
    font-size: 48px;
    color: #e83427;
    margin-bottom: 50px;
    text-align: center !important;
    font-weight: 300;
}
.common-heading h1,.common-heading h2 {
    font-size: 40px;
}
.common-heading span {
    font-weight: 900;
}


.recent .recent-wrap {
    padding: 15px;
    border: 1px solid #ddd;
}
.recent .common-heading {
    margin-top: 50px;
}

.recent .recent-wrap .desc h2.description {
    padding: 15px;
    border-bottom: 1px solid #ddd;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;

}
.recent .recent-wrap .desc h2.description a {
    color: #e83427;
}

.recent .recent-wrap .desc .read-more {
    color: #FFF;
    margin-left: 15px;
    font-size: 13px;
    border-radius: 0px;
    border-color: #e83428;
}
.recent .recent-wrap .desc .read-more:hover {
   background-color: #0b2235;
   border-color: #0b2235;
}
 

.slick-slide img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
}


.recent .recent-wrap .desc h6 {
    padding: 15px 15px 5px 15px;
    font-size: 14px;
    color: #848484;

}

.recent .recent-wrap .desc h6:nth-child(3) {
    padding-top: 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.recent .recent-wrap .desc h6 span {
    color: #e83427;
}

.recent .recent-wrap .desc p {
    padding: 15px;
    font-size: 14px;
    color: #848484;
    line-height: 18px;
}

.carousel-control.right {
    background: none;
}

.carousel-control.left {
    background: none;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left {
    position: absolute;
    top: 50%;
    left: -20%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    right: -70%;
    z-index: 5;
    display: inline-block;
}

.carousel-control {
    color: #111;
}

.carousel-control:hover {
    color: #111;
}

.recent .search {
    display: block;
    position: relative;
    margin: 0 auto;
    text-align: center;
    margin-top: 70px;
}

.recent .search {
    display: block;
    position: relative;
    margin: 0 auto;
    text-align: center;
    margin-top: 70px;
}

.recent .search .form-control, .gsc-search-box-tools .gsc-search-box .gsc-input {
    height: 55px !important;
    border-radius: 0px;
    width: 450px !important;
    padding-left: 15px !important;
    background-position-x: 15px !important;
}
.gsc-search-box-tools table tr td {
    padding: 1px 0px 7px 0;
}
.gsc-search-button-v2 svg {
    width: 26px !important;
    height: 36px;
    margin-top: 14px;
    fill: #919191 !important;
}

.search-wrap {
    width: 648px;
    max-width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.recent form {
    position: relative;
    width: 73%;
    margin-right: 20px;

}

.recent form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 66px;
    width: 66px;
    line-height: 40px;
    color: #919191;
    background-color: #e2e2e2;
    border: 0;
    font-size: 35px;
    border-color: #e2e2e2;
    background-color: #e2e2e2;
    background-image: -o-linear-gradient(top,#e2e2e2,#e2e2e2);
    background-image: -webkit-gradient(linear,left top, left bottom,from(#e2e2e2),to(#e2e2e2));
    background-image: linear-gradient(top,#e2e2e2,#e2e2e2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e2e2e2',EndColorStr='#e2e2e2');
}

.recent form button:hover {
    border-color: #e2e2e2;
    background-color: #e2e2e2;
    background-image: -o-linear-gradient(top,#e2e2e2,#e2e2e2);
    background-image: -webkit-gradient(linear,left top, left bottom,from(#e2e2e2),to(#e2e2e2));
    background-image: linear-gradient(top,#e2e2e2,#e2e2e2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e2e2e2',EndColorStr='#e2e2e2');
}

.recent .search .btn {
    padding: 3px 40px;
    background-color: #e83427;
    color: #fff;
    border-radius: 0px;
    border: none;
    height: 66px;
    line-height: 17px;
    font-size: 15px;
    text-transform: uppercase;
    margin-left: 20px;

}
.recent .search .btn:hover {
   background-color: #0b2235;

}



.recent .search .btn b.d-block {
    font-size: 30px;
    padding-top: 5px;
}

.featured-boxes .feature-wrap {
    position: relative;
    background-color: #ffffdc;
    display: block;
    padding: 20px 5px;
    border: 1px solid #ddd;
    height: 100%;
}
.feature-wrap .feat-left img.thumbnail {
    width: 250px;
    height: 160px;
    -o-object-fit: cover;
       object-fit: cover;
}

.featured-boxes .feature-wrap:hover {
    background-color: #fffd76;
}

.featured-boxes .light-wrap {
    background-color: #ffffdc;
}

.featured-boxes .feature-wrap .feat-left {
    display: block;
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.featured-boxes .feature-wrap .feat-left a {
    padding: 5px 10px;
    background-color: #e83427;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    margin-top: 30px;
}


.featured-boxes .feature-wrap .feat-left .blue {
    background-color: #096aae;
}
.featured-boxes .feature-wrap .feat-left a:hover {
    background-color:#0b2235;
    text-decoration: none;
}


.featured-boxes .feature-wrap .feat-right .profile-title {
    font-size: 20px;
    color: #e83427;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    font-weight: 600;
}

.featured-boxes .feature-wrap .feat-right h6 .website-link span {
    color: #096aae;
}


.featured-boxes .feature-wrap .feat-right .profile-list {
    font-size: 15px;
    color: #454545;
    line-height: 23px;
}

.featured-boxes .feature-wrap .feat-right p {
    font-size: 15px;
    color: #454545;
    line-height: 20px;
    margin-top: 15px;
}

.featured-boxes .feature-wrap .feat-right h6 span {
    color: #e83427;
}

.featured-boxes .feature-wrap .feat-right h6:nth-child(4) {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.browse {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
}

.icon-btn {
    padding: 20px 20px 20px 45px;
    color: #fff;
    background-color: #e83427;
    position: relative;
    text-decoration: none;
    display: inline-block;
}
.icon-btn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #0b2235;
}



.icon-btn:after {
    content: url(../images/homepage/reelreports.png);
    display: block;
    position: absolute;
    left: -33px;
    top: -5px;
}

.billing {
    padding: 50px 0;
}


.about {
    position: relative;
    padding: 30px 0;
    background-color: #e83427;
    margin-top: 50px;
}

.about .about-heading {
    font-size: 23px;
    color: #fff;
    margin-bottom: 10px;
}

.about p {
    font-size: 15px;
    color: #fff;
    line-height: 20px;
}

.about .about-reel-reports-desc {
    margin: 18px 0;
}


.about .row img {
    position: absolute;
    top: -80px;
    right: 20px;
}

.recent-videos {
    background-color: #000;
    padding: 50px 0;
    color: #fff;
}

.recent-videos .common-heading {
    color: #fff;
    font-weight: normal;
}

.recent-videos img {
    margin-bottom: 30px;
    width: 100%;
}

.charter-fishing-marketing {
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 1) 60%, rgba(147, 213, 241, 1) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 1)), to(rgba(147, 213, 241, 1)));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1) 60%, rgba(147, 213, 241, 1) 100%);
}

.charter-fishing-marketing .section-header {
    margin-top: 70px;
    margin-bottom: 70px;
}


.charter-fishing-marketing .section-header .header-sec ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.charter-fishing-marketing .section-header .header-sec ul li {
    padding: 5px 45px;
    border-right: 2px solid #d9d9d9;
    min-width: 300px;
}

.charter-fishing-marketing .section-header .header-sec ul li:first-child {
    text-align: right;
}

.charter-fishing-marketing .section-header .header-sec ul li:last-child {
    border-right: 0;
}

.charter-fishing-marketing .marketing-heading {
    font-size: 30px;
}

.charter-fishing-marketing .marketing-heading span {
    font-size: 48px;
    display: block;
}

.marketing-content-sec ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 22px;
}

.section-content .marketing-content-sec ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #d9d9d9;
    width: 25%;
    height: 310px;
}

.section-content .marketing-how-we-do-sec ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.section-content .marketing-how-we-do-sec ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #d9d9d9;
    width: 25%;
    background: #009bdf;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    /*padding: 20px;*/
}

.section-content .marketing-how-we-do-sec ul li:hover {
    background: #116b94;
}

.section-content .marketing-how-we-do-sec ul li a {
    color: #FFF;
    display: block;
    width: 100%;
    padding: 20px;
}
.section-content .marketing-how-we-do-sec ul li a:hover { 
    text-decoration: none;
}
.gear-up-section {
    margin-top: 40px;
}

.gear-up-section .section-content {
    position: relative;
}

.gear-up-heading {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 450px;
    background: #FFF;
    padding: 20px 25px;
    text-align: center;
    color: #e83428;
    margin: 0 auto;
    max-width: 100%;
}

.gear-up-heading h2.heading {
    font-size: 36px;
}

.gear-up-heading h2.heading span {
    font-size: 100px;
    display: block;
    font-weight: 700;
}


.gear-up-heading .shop-now-btn {
    text-align: center;
    margin-top: 25px;
}

.gear-up-heading .shop-now-btn a {
    font-size: 24px;
    display: inline-block;
    padding: 8px 30px;
    color: #FFF;
}

.btn-red {
    background: #e83428;
}
.btn-red:hover, 
.btn-red:focus,
.cancel-btn:hover,
.cancel-btn:focus {
    background-color: #0b2235;
    border-color: #0b2235;
    color: #fff;
}

.gear-up-content .gear-up-img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section-content-boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    max-width: 100%;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.section-content-boxes li {
    padding: 0 20px;
}

.contact-form-section {
    background: url('../images/homepage/contact-form-section-bg.jpg') no-repeat center 62%;
    background-size: cover;
    min-height: 530px;
    margin-top: 42px;
    height: auto;
}

.contact-form-section .request-form-content {
    padding-top: 50px;
    padding-bottom: 70px;
}

.contact-form .input-text {
    padding: 22px;
}

.contact-form .input-textarea {
    padding: 22px;
    min-height: 125px;
    height: auto;
}

.request-heading .request-head-text {
    color: #FFF;
}

.contact-form {
    max-width: 885px;
    width: 100%;
}

.request-heading .request-head-text {
    color: #FFF;
    font-size: 48px;
    margin-bottom: 30px;
}

.submit-button .btn-red {
    width: 195px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
}
.form-submit-button {
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    border: 0px;
    border-radius: 0;
}

.contact-form .form-logo {
    margin-top: 20px;
}

.footer-section {
    background: #272727;
    padding-bottom: 60px;
    padding-top: 30px;
}

.footer-section .footer-widgets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.footer-section .footer-widgets .footer-wideget-title {
    color: #FFF;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 20px;
}

.footer-section .footer-widgets .footer-widget-content {
    color: #909090;
    font-size: 14px;
}

.footer-widget-content a {
    color: #909090;
}
.footer-widget-content a:hover {
    color: #fff;
    text-decoration: none;
}


.footer-social-icons {
    margin-bottom: 25px;
}

.footer-social-icons .social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
}

.footer-menu ul.footer-nav li,
.footer-menu-links ul.footer-links li {
    margin-bottom: 10px;
}

.copyright-sec {
    line-height: 20px;
}

.footer-social-icons .social-icons li {
    margin-right: 5px;
}

.footer-social-icons .social-icons li a {
    width: 30px;
    height: 30px;
    border: 1px solid;
    display: inline-block;
    border-radius: 50%;
    padding: 5px;
    text-align: center;
}

/*Article page CSS*/
.article-header {
    border-bottom: solid 1px #0379bc; 
    margin-bottom: 49px;
}

.article-info {
    padding-left: 0;
    padding-right: 10%;
    padding-bottom: 35px;
}

.article-info .article-title {
    font-size: 48px;
    color: #114462;
    font-weight: bold;
    line-height: 48px;
    margin-bottom: 20px;
}

.article-info .date:before,.article-info .author:before, .article-info .type:before,.article-info .website:before,.splitter .website:before,
.splitter .phone:before,
.splitter .past:before {
    content: "";
    line-height: 1;
    width: 25px;
    height: 22px;
    position:absolute;
    top: 0;
    left: 9px; 
}

.splitter .website:before,
.splitter .phone:before,
.splitter .past:before {
    left: -23px;
}
.splitter h3 {
    margin-bottom: 10px;
}

.article-info .date:before {
    background: url(../images/date-icon.png) no-repeat 0 0;
}

.article-info .author:before {
    margin-right: 10px;background: url(../images/author-icon.png) no-repeat 0 0;
}

.article-info .type:before {
    margin-right: 10px;background: url(../images/location-icon.png) no-repeat 0 0;
}

.article-info .website:before {
    background: url(../images/website-icon.png) no-repeat 0 0;
}

.splitter .website:before {
    background: url(../images/icon-website.png) no-repeat 0 2px;
}

.splitter .phone:before {
    background: url(../images/icon-contact.png) no-repeat 0 4px;
}

.splitter .past:before {
    background: url(../images/icon-reports.png) no-repeat 0 4px;
}

.article-info .info-line,.splitter .website,
.splitter .phone,
.splitter .past {
    margin-bottom: 11px;
    padding-left: 34px;
    font-size: 18px;
    position: relative;
    color: #8b8b8b;
    line-height: 19px;
}

.splitter .website,
.splitter .phone,
.splitter .past{    
    padding-left: 4px;
    line-height: 23px;
}

.article-content {
    font-size: 18px;
    color: #363636;
}

.article-info .article-title:after {
    content: "";
    height: 6px;
    width: 35px;
    display: block;
    margin-top: 18px;
    background: #114462;
}

.bio-img img {
     width: 100%;
     max-width: 290px;
     border-radius: 50%;
     display: block;
     height: auto;
     margin:0 auto 48px;
     max-height: 290px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 290px;
    height: 290px !important;
}
.article-content p {
    line-height: 28px;
    color: #363636;
    margin-bottom: 34px;
}

.article-bottom.subscripton {
    font-size:18px;
}

.article-bottom.subscripton h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 41px;
}

.article-bottom.subscripton .info {
    padding-bottom: 16px;
}

.article-bottom.subscripton .info strong {
    font-weight: 600;
    display:inline-block;
    padding-right: 20px;
    min-width: 177px;
}

.info-image {
    margin-bottom: 40px;
}

.info-image.cover-image img {
    width: auto;
    max-width: 100%;
}

.article-video {
    margin-bottom: 40px;
}

.bottom-content {
    background-color: #dce5ea;
    padding:40px 0 45px; 
}
.bottom-content .splitter {
    border-top: 0px;
}

.intro  {
    margin-bottom: 27px;
}

.intro .bio-image {

    max-width: 216px;
    text-align: center;
}

.intro .bio-image img {
    max-width: 156px;
    width: 100%;
    display: block;
    margin:0 auto;
    border-radius: 50%;
}

.intro .bio-description {
    font-size: 18px;
    color: #3f3f3f;
    padding-left: 39px;
    padding-top: 12px;
}

.intro .bio-description h2 {
    font-weight: 400;
    margin-bottom: 9px;
}

.intro .bio-description h2 strong,
.intro .bio-description h2 +  p strong {
    font-size: 24px;
    font-weight: 700;
}

.intro .bio-description h2 +  p {
    margin-bottom: 50px;
}

.detail-bio p {
    font-size: 18px;
    line-height: 33px;
} 

.splitter .contact-form {
    max-width: 647px;
    margin:75px auto 60px;
}

.splitter .contact-form .form-control {  
    height: 39px;
    /*border-radius: 0;
    border: 0;*/
}
.contact-form .form-group {
    margin-bottom: 10px;
}

.splitter .contact-form .textarea {
    height: 218px;
    resize: none;
}


.btn-send {
    background-color: #184971;
    border-radius: 0;
    border: 0;
    line-height: normal;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-top: 7px;
    padding: 10px 25px;
}
.btn-send:hover {
    background-color: #e93629;
}

.form-group.align-items-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;        
}
.page-heading h1 {
    font-size: 30px;
    margin-bottom: 30px;
}
.page-heading h1:after {
    content: "";
    height: 6px;
    width: 35px;
    display: block;
    margin-top: 18px;
    background: #114462;
}
.cancel-btn {
    border-radius: 0;
}

input[type="radio"], input[type="checkbox"] {
    margin-right: 4px;
}
.photo-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -15px;
    margin-right: -10px;
}
.guide-gallery-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.guide-gallery-list a {
    width: calc( 25% - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
}

.signup-steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 60px;
    width: 100%;
}

.steps-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
}
.steps-block .step_number {
    color: #b8b8b8;
    font-size: 95px;
    font-weight: 900;
    letter-spacing: -2px;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 2px solid #b8b8b8;
    line-height: 80px;
}

.steps-block .step_desc {
    width: 44%;
    color: #b8b8b8;
    font-weight: 400;
    font-size: 14px
}

/*
* OLD CSS MERGE
**/



#content .left {
    display: none;
}
#content .right {
    /*width: 765px;*/
    line-height: 1.428571429;
    /*float: right;*/
}

.splitter {
    border-top: 1px solid #ccc;
    overflow: hidden;
    width: 100%;
    padding: 5px 0;
}
.splitter.mr-fishing-reports {
    padding-top: 16px;
}

div.title {
    background: #CCC;
    padding: 5px;
    margin: 0 0 5px;
    overflow: hidden;
    height: 1%;
}
div.title strong {
    float: left;
    font-weight: normal;
    max-width: 490px;
    width: 70%;
}

div.title strong.contact {
    margin: 0 0 0 0;
    width: auto;
    max-width: auto;
    width: 30%;

}
.featured {
    background: #ffffcc;
    margin: 0 0 10px;
    border: 1px solid #CCC;
}
div.name {
    float: left;
    width: 70%;
    max-width: 490px;
}
div.name img {
    border: 1px solid #CCC;
    margin: 0 10px 0 0;
    padding: 3px;
}
#content .right a {
    text-decoration: none;
    font-weight: 700;
    color: #cc0000;
}
div.contact {
    float: left;
    width: 30%;
    max-width: 200px;
}
div.description {
    clear: both;
    padding: 10px 0 0;
}

.region {
    padding-top: 7px;
}
.listing {
    border-bottom: 1px solid #CCC;
    padding: 10px;
}
.splitter h2 {
    margin: 5px 0 10px;
}
.sponsorads {
    background: #ffffcc;
    margin-bottom: 10px;
    padding: 5px;
    border: solid 1px #cccc66;
}

.splitter .video {
    background: url(../images/icon_video.gif) no-repeat;
    padding-left: 20px;
    float: left;
    width: 745px;
    clear: both;
    margin: 6px 0;
}

.splitter .city {
    padding-left: 7px;
    padding-top: 7px;
}

.splitter #reportsl {
    margin: 0;
    padding: 0;
}
.splitter .report {
    background: url(../images/icon_report.gif) left 4px no-repeat;
    margin: 6px 0 15px;
    padding-left: 22px;
    min-height: 16px;
}
.splitter .hot {
    background: url(../images/icon_hot.gif) no-repeat;
    padding-left: 20px;
    float: left;
    width: 745px;
    clear: both;
    margin: 6px 0;
}
.cleared-article {
    clear: both;
}
.articlethumb {
    margin: 6px 5px 10px;
    padding-left: 0;
    min-height: 16px;
    float: left;
    /* width: 372px; */
}
.articlethumb img {
    float: left;
    height: auto;
    margin: 0 5px 5px 0;
    width: 180px;
}
.featured-img {
    border: #ccc 1px solid;
    padding: 5px;
}




/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    cursor: pointer;
    overflow: hidden;
    z-index: 1104;
    display: none;
}

#fancybox-loading div {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 480px;
    background-image: url('images/fancybox.png');
}

#fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1100;
    display: none;
}

#fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    overflow: auto;
    display: none;
}

#fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    z-index: 1101;
    outline: none;
    display: none;
}

#fancybox-outer {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
}

#fancybox-content {
    width: 0;
    height: 0;
    padding: 0;
    outline: none;
    position: relative;
    overflow: hidden;
    z-index: 1102;
    border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1101;
}

#fancybox-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background: transparent url('images/fancybox.png') -40px 0px;
    cursor: pointer;
    z-index: 1103;
    display: none;
}

#fancybox-error {
    color: #444;
    font: normal 12px/20px Arial;
    padding: 14px;
    margin: 0;
}

#fancybox-img {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    line-height: 0;
    vertical-align: top;
}

#fancybox-frame {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

#fancybox-left,
#fancybox-right {
    position: absolute;
    bottom: 0px;
    height: 100%;
    width: 35%;
    cursor: pointer;
    outline: none;
    background: transparent url('images/blank.gif');
    z-index: 1102;
    display: none;
}

#fancybox-left {
    left: 0px;
}

#fancybox-right {
    right: 0px;
}

#fancybox-left-ico,
#fancybox-right-ico {
    position: absolute;
    top: 50%;
    left: -9999px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    cursor: pointer;
    z-index: 1102;
    display: block;
}

#fancybox-left-ico {
    background-image: url('images/fancybox.png');
    background-position: -40px -30px;
}

#fancybox-right-ico {
    background-image: url('images/fancybox.png');
    background-position: -40px -60px;
}

#fancybox-left:hover,
#fancybox-right:hover {
    visibility: visible;
    /* IE6 */
}

#fancybox-left:hover span {
    left: 20px;
}

#fancybox-right:hover span {
    left: auto;
    right: 20px;
}

.fancybox-bg {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    width: 20px;
    height: 20px;
    z-index: 1001;
}

#fancybox-bg-n {
    top: -20px;
    left: 0;
    width: 100%;
    background-image: url('images/fancybox-x.png');
}

#fancybox-bg-ne {
    top: -20px;
    right: -20px;
    background-image: url('images/fancybox.png');
    background-position: -40px -162px;
}

#fancybox-bg-e {
    top: 0;
    right: -20px;
    height: 100%;
    background-image: url('images/fancybox-y.png');
    background-position: -20px 0px;
}

#fancybox-bg-se {
    bottom: -20px;
    right: -20px;
    background-image: url('images/fancybox.png');
    background-position: -40px -182px;
}

#fancybox-bg-s {
    bottom: -20px;
    left: 0;
    width: 100%;
    background-image: url('images/fancybox-x.png');
    background-position: 0px -20px;
}

#fancybox-bg-sw {
    bottom: -20px;
    left: -20px;
    background-image: url('images/fancybox.png');
    background-position: -40px -142px;
}

#fancybox-bg-w {
    top: 0;
    left: -20px;
    height: 100%;
    background-image: url('images/fancybox-y.png');
}

#fancybox-bg-nw {
    top: -20px;
    left: -20px;
    background-image: url('images/fancybox.png');
    background-position: -40px -122px;
}

#fancybox-title {
    font-family: Helvetica;
    font-size: 12px;
    z-index: 1102;
}

.fancybox-title-inside {
    padding-bottom: 10px;
    text-align: center;
    color: #333;
    background: #fff;
    position: relative;
}

.fancybox-title-outside {
    padding-top: 10px;
    color: #fff;
}

.fancybox-title-over {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFF;
    text-align: left;
}

#fancybox-title-over {
    padding: 10px;
    background-image: url('images/fancy_title_over.png');
    display: block;
}

.fancybox-title-float {
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 32px;
}

#fancybox-title-float-wrap {
    border: none;
    border-collapse: collapse;
    width: auto;
}

#fancybox-title-float-wrap td {
    border: none;
    white-space: nowrap;
}

#fancybox-title-float-left {
    padding: 0 0 0 15px;
    background: url('images/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
    color: #FFF;
    line-height: 29px;
    font-weight: bold;
    padding: 0 0 3px 0;
    background: url('images/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
    padding: 0 0 0 15px;
    background: url('images/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_close.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-left-ico {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_nav_left.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-right-ico {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_nav_right.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-title-over {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_title_over.png', sizingMethod='scale');
    zoom: 1;
}

.fancybox-ie6 #fancybox-title-float-left {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_title_left.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-title-float-main {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_title_main.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-title-float-right {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_title_right.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-bg-w,
.fancybox-ie6 #fancybox-bg-e,
.fancybox-ie6 #fancybox-left,
.fancybox-ie6 #fancybox-right,
#fancybox-hide-sel-frame {
    height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
    position: absolute;
    margin-top: 0;
    top: expression((-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2: document.body.clientHeight/2) + (ignoreMe=document.documentElement.scrollTop ? document.documentElement.scrollTop: document.body.scrollTop)) + 'px');
}

#fancybox-loading.fancybox-ie6 div {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_loading.png', sizingMethod='scale');
}

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg {
    background: transparent !important;
}

.fancybox-ie #fancybox-bg-n {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_shadow_n.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-ne {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_shadow_ne.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-e {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_shadow_e.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-se {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_shadow_se.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-s {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_shadow_s.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-sw {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_shadow_sw.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-w {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_shadow_w.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-nw {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fancy_shadow_nw.png', sizingMethod='scale');
}

#header .opener {
    display: none;
}

#header #nav ul {
    position: static !important
}

.gallery {
    display: inline-block;
    width: calc(25% - 10px);
    margin-right: 5px;
}
.gallery a {
    display: block;
    text-align: center;
    margin-bottom: 5px;
}

.img-link:hover {
    background: white !important;
}


.rss {

    background: url("images/icon_rss.gif") no-repeat;

    padding-left: 20px;

    margin: 3px 0;

}
img.kids-future-img {
    margin: 0 auto;
}

.inner-pages .logo-sec img, .logo-sec img {
    max-width: 130px;
}
.join-login-btns-mbl li a {
    font-size: 12px;
    padding: 5px 8px;
    height: auto;
}

.join-login-btns-mbl {
    display: flex;
    justify-content: start;
    align-items: center;
}

ul.join-login-btns-mbl li {margin-left: 8px;}

.business {
    font-weight: bold;
    margin: 2px 0
}



.greybg {

    background: #cecece;

    background: url("images/icon_star.gif") no-repeat;

    padding-left: 30px
}

.google-ads {
    width: 100%;
    text-align: center;
    margin: 5px 0;
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
}

.featured-img {
    border: #ccc 1px solid;
    padding: 5px;
}


#name1 li {
    padding-bottom: 5px;
}


#googlead {
    float: right;
    width: 300px;
    height: 250px;
    margin: 0 0 10px 15px;
}

#rightad {
    width: 160px;
    height: 600px;
    float: right;
    margin: 0 15px 10px 0;
}

#icon {
    float: left
}



#guidebrowse img {
    border: 1px solid #fff;
}



#guideheading {
    border: #ccc 1px solid;
    padding: 5px;
    background-color: #efefef;
    margin-bottom: 10px;
    margin-top: 10px;
}

.errors {
    font-weight: bold;
    color: #FF0000;
}





/*Form Styles *******************************************************/ 
.guideForm {
    margin: 15px 0;
    background: #fff;
}

#search {
    margin: 0 0 5px
}

.guideForm fieldset {
    border: 1px solid #CCC;
    padding: 13px;
}

.guideForm legend {
    padding: 0 10px;
    margin-left: 20px;
    color: #5b9fc8;
}

.guideForm ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.guideForm ul li {
    clear: both;
    background: none;
}

.guideForm ul li.divider {
    border-bottom: 1px solid #5b9fc8;
    margin: 0 10px 15px 0;
}

.guideForm ul label {
    color: #747474;
    display: block;
    float: left;
    font-size: 11px;
    width: 190px;
    line-height: 20px;
    padding: 3px 0;
}

.guideForm ul label.highlight {
    color: red;
}

.guideForm .txtField {
    display: block;
    float: left;
    padding: 3px;
    width: 270px;
    margin: 5px 0 2px 0;
    color: #005187;
    border: 1px solid #CCC;
    outline: none;
}

.guideForm .txtField:hover,
.txtField:focus,
.txtField:active {
    border-color: #C00;
    background: #eee;
}

.guideForm em {
    font-size: 10px;
    color: red;
    font-style: normal;
}

.guideForm p {
    margin-left: 10px;
}

.guideForm .send {
    padding-bottom: 10px;
    border: none;
    margin: 15px 0 0px 185px;
}

.guideForm .send:hover {
    cursor: pointer;
    color: #f8ff84;
}

.guideForm.request fieldset {
    border: 1px #5b8a10 solid;
    padding: 5px;
}

.guideForm fieldset.extra {
    margin-top: 15px;
}

.guideForm .file {
    display: block;
    float: left;
    padding: 3px;
    width: 260px;
    margin: 5px 0 7px 0;
}

.clear {
    clear: both;
}

.guide img {
    border: 1px solid #CCC;
    padding: 3px;
    float: left;
    margin: 0 10px 10px 0
}

.guide ul {
    list-style: disc;
    margin: 0 0 1em 30px
}

.contact-form.captains {
    max-width: 647px;
    margin: 25px auto 30px;
    width: 100%;
}

.captain-title h1 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
}
.feature {
    background: #ffffcc;
    border: 1px solid #cccc66;
    padding: 5px;
}
.login-form .form-label {
    padding-bottom: 10px;
}
.login-form {
    padding: 30px 0;
}

.error-msgs {
    color: red;
    margin-top: 20px;
}


.state { /*padding-top: 7px; */ line-height:20px; padding: 7px 10px 0px 10px;} 
.region { /*padding-top: 7px; */ padding: 7px 10px 0px 10px;} 
.reviewcat {padding-top: 1px; } 
.city {padding-left: 7px; padding-top: 7px; }

table td img {
    width: auto;
    vertical-align: top;
    max-width: none;
}
table td img.rating-star {
    margin-top: 4px;
    margin-left: 5px;
    margin-right: 5px;
}

#content .google-300 {
    padding-left: 10px;
    width: 328px;
}


/* Article Page */
.article-container {
    max-width: 1092px;
    width: 100%;
    padding-top: 41px;
    padding-bottom: 100px;
}
.articles-category-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;   flex-wrap: wrap;
}

.articles-category-col {
    min-width:225px;
}

.articles-category-col .state {
  padding: 16px 10px 10px 17px;
}
.splitter h2.article-heading {
    text-align: center;
    color: #e83427;
    font-size: 30px;
    font-weight: 700;
    margin-top: 3px;
    margin-bottom: 80px;
} 
.article-splitter {
    padding-top:80px; 
}
.article-post {
    width: 100%;
    max-width: 320px;
}
.article-post-img {
    width: 100%;
    height: 250px;
    margin-bottom: 12px;
    display: block;
    object-fit: cover;
}
.article-post-description {
  font-size: 16px;
    padding-top: 10px;
    padding-bottom: 22px;  
}
.article-date {
    color: #e83427;
}
.article-label {
    color: #797979;
}
.splitter .article-post h3 {
    margin-bottom: 12px;
}
.article-post-description strong {
    font-size: 18px;    
}
.article-post-list {
    min-height: 100px;
    margin:  0 auto;
}

/** Get Listed Page  **/
.page-getlisted {
    color: #114462;
}
.getlisted-top-section .container,.getlisted-reelreports-directory  .container,.getlisted-plan .container,.fishing-guide-section  .container {
    width:100%;
    max-width: 1300px; 
}
.getlisted-top-section {
    padding-top: 72px;
    padding-bottom: 72px;
    color: #114462;

}
.getlisted-top-section .gt-topsec-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
            min-height: 395px;
}
.gt-topsec-text .caption {
      width: 100%;
    font-size: 24px;
    line-height: 33px;
    color: #114462;
    text-align: right;
    letter-spacing: -.7px;
    margin-top: 12px;
}

.gt-topsec-text .text-dir {
    text-transform: uppercase;
    line-height: 68px;
    letter-spacing: -.75px;
    width: 100%;
}
.getlisted-video {
    padding-left: 77px;
}
.getlisted-video {}
.getlisted-reach-clients {
    background-color: #cfeaff;
    background-image: url("../images/getlisted-ct-bdr.png"),url("../images/getlisted-ct-bdr.png");
    background-position: left bottom, left top;
    background-repeat: repeat-x, repeat-x;
    padding-top: 80px;
    padding-bottom: 82px;
    color: #114462;
}
.getlisted-reach-clients h2 {
    font-size: 63px;
    color: #114462;
    font-weight: 300;
    letter-spacing: -.7px;
    margin-bottom: 22px;
}
.getlisted-reach-clients h2 strong {
    font-weight: 500;
}
.getlisted-reach-clients p {
    font-size: 24px;
    line-height: 33px;
    font-weight: 300;
    letter-spacing: -.25px;
    margin-bottom: 68px;
 }
#content .right a.getlisted-btn {
    background-color: #e83427;
    max-width: 488px;
    width: 95%;
    color: #fff;
    display: inline-block;
    height: 102px;
    font-size: 48px;
    line-height: 102px;
    border-radius:10px;
    -webkit-box-shadow: inset 1px -11px 0px 0px rgba(202,45,34,1);
box-shadow: inset 1px -11px 0px 0px rgba(202,45,34,1);     
}
#content .right a.getlisted-btn:hover {
    background-color: rgba(202,45,34,1);

}
.getlisted-directory-text {
       padding-top: 73px;
    padding-bottom: 82px;
    width: 100%;
    max-width: 910px;
    margin-left:auto;
    margin-right: auto; 
}
.getlisted-directory-text h2 {
    font-size: 50px;
    letter-spacing: -.25px;
}
.getlisted-directory-text h2 strong {
    font-size: 63px;
}
.getlisted-directory-text .text1 {font-weight: 300; font-size: 50px;}

.getlisted-directory-text .text2 { font-weight: 300; font-size: 36px; }

.getlisted-directory-text .text3 {
    display: block;
    font-size: 50px;
    font-weight: 300;
    line-height: 69px;
    margin-bottom: 29px;

}

.getlisted-directory-text .text4 { font-size: 36px;font-weight: 300; margin-bottom: 0; }

.getlisted-directory-text .text5 {font-size: 30px;font-weight: 300;}

 

.getlisted-directory-text p {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 15px;
}
.getlisted-col {}
.getlisted-plan {

    background-image: url("../images/getlisted-choose-plan.jpg");
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 451px;
    font-size: 60px;
    color: #fff;
}

.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.getlisted-col  { 
    margin-bottom: 100px;  
    max-width: 326px;
}
.getlisted-col .getlisted-subheading {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: -.25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: end;           
   -ms-flex-align: end;            
   align-items: flex-end;            
       margin-bottom: 37px;
            text-align: left;
}
.getlisted-col .getlisted-subheading.since  {
    padding-right: 55px;
}
.getlisted-col .getlisted-subheading.credibility {
    padding-right: 20px;

}
.getlisted-col .getlisted-subheading.commited {
    padding-right: 23px;

}
.getlisted-col .getlisted-subheading.link-social-profile {
    padding-right: 40px;

}
.getlisted-col .getlisted-subheading.brand {
    padding-right: 41px;

}

.getlisted-col .getlisted-subheading.link-website {
    padding-right: 37px;

}

.choose-plan {
     margin-top: 122px;
} 
.choose-plan p {
    text-align: left;
    font-size: 60px;
    line-height: 64px;
    margin-bottom: 0;
} 

.getlisted-col p {
    line-height: 26px;
    text-align: left;
    font-size: 18px;    
} 
.fishing-guide-section {
    background-color: #f4f0e4;
    padding-top:148px ;
    padding-bottom: 131px;
}
.fishing-guide-heading {
    font-size: 48px;
    margin-bottom: 100px;
    font-weight: 300;
    color: #333;
    letter-spacing: .25px;
}
.fishing-guide-heading strong {
    font-weight: 500;
}

.guide-col  {
    margin-bottom: 50px; 
}
.fishing-guide-section .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap; 
    flex-wrap: wrap;    
}

.fishing-guide-section .flex-row .guide-col {
   max-width: 315px;         
}

.guide-col .guide-info  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    margin-bottom: 27px;
}
.guide-col {
    text-align: left;
}
.guide-col .guide-info figure  {
    float: left;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    margin-right: 20px;
}
.guide-col .guide-name   {
    width: calc(100% - 90px);
    float: left;
    text-align: left;
}
.guide-col .guide-name h3  {
    font-size: 18px;
    margin-top: 13px;
}
.guide-col .guide-name p  {
    font-size: 14px;
    color: #2998c7;
}
.guide-col .guide-detail {
    font-size: 16px;
    line-height: 24px; 
}
.guide-col  .guide-detail p {
     margin-bottom: 43px;
}
.guide-col .guide-rating {
    text-align: left;
     margin-top: 28px;
    margin-bottom: 30px;
    margin-left: 3px;
}

.getlisted-btn-profile {
    font-size: 12px;
    display: inline-block;
    line-height: 26px;
    background-color: #8698b2;
    border-radius: 13px;
    color: #fff!important;
    padding: 0 20px;
}

/** Guide Guide Page CSS **/
.guide-guide-page {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 35px;
}
.guide-guide-page .container {
    max-width: 980px; 
}
.guide-guide-page .guide-page-topsec {
    background-color: #d2f1ff;
    padding-top: 42px;
    margin-bottom: 1;
}

.guide-guide-page .breadcrumb {
    background-color: #b2e7ff;
    padding: 11px 12px;
    border-radius: 0;
    margin-bottom: 39px;
    font-size: 14px;
    color: #646464;
}
#content .guide-guide-page .right .breadcrumb  a {
    color: #1f75e0;
    margin:0 10px;  
}
#content .guide-guide-page .right .breadcrumb  a:hover  {
    background: transparent!important;
    color: #cc0000!important;
}


#content .guide-guide-page .right .breadcrumb  span {
    display: inline-block;
    padding-left: 10px;
}
.guide-guide-page .guide-short-description {
    font-size: 16px;
    font-weight: 400;
    color: #363636;
    margin-top: 18px;
}
.guide-guide-page .guide-short-description strong {
    display: block;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 9px;
}
.guide-guide-page .guide-short-description p {
    line-height: 24px;
}



.guide-guide-page .info-row {
   font-size: 18px;
   display: -webkit-box;   
   display: -webkit-flexbox;   
   display: -ms-flexbox;   
   display: flex;
}
.guide-guide-page .info-row .info-label {
    color: #464646;
    width: 143px;
}
.guide-guide-page .info-row .info-label .fa {
    color: #1f75e0;
    margin-right: 6px;
}

.guide-guide-page .info-row .info-line {
    font-weight: 700;
    color: #464646;
}
.guide-guide-page .info-row .info-line a {
    color: #1f75e0!important;
  }  
.guide-guide-page .article-header {
    border-bottom: 0;
    margin-bottom: 0;
}
.guide-guide-page .article-header {
    border-bottom: 0;
    margin-bottom: 0;
}
.guide-guide-page  .splitter {
    border-top: solid 1px #1f75e0;    
}
.guide-guide-page  .article-info .article-title {
    margin-bottom: 30px;
}
.guide-guide-page .guide-info-text {
    font-size: 16px;
    margin-bottom: 23px;
    line-height: 24px;
}
.guide-guide-page .guide-info-text strong {
    font-size: 18px;
    font-weight: 700;
}
.guide-guide-page .guide-info-text:last-of-type p:last-of-type {
    margin-top: 24px;
    font-weight: 700;
}
.guide-guide-page .guide-splitter, .recent-reports .report {
    padding-bottom: 17px;
}
.guide-guide-page .guide-media {
      display: -webkit-box;   
   display: -webkit-flexbox;   
   display: -ms-flexbox;   
   display: flex;
   -webkit-box-pack: start;
       -ms-flex-pack: start;
           justify-content: flex-start;
   -webkit-box-align: start;
       -ms-flex-align: start;
           align-items: flex-start;
   padding: 34px 36px 31px;
}

.guide-guide-page .guide-media  .guide-media-thumb {
    max-width: 150px;
}
.guide-guide-page .guide-media  .guide-media-thumb img {
    width: 150px;
    height: 150px;
 }
.guide-guide-page .guide-media  .guide-media-desc {
   width: calc(100% - 180px);
   line-height: 24px;
   font-size: 16px;
   padding-left: 30px;
}
.guide-guide-page .guide-media  .guide-media-desc strong {
   font-weight: 700;
   display: block;
   font-size: 18px;
       margin-bottom: 2px;
}

.guide-guide-page .inshore {
    background: #ddf6ff;
     padding:31px 36px; 
}

.guide-guide-page .guide-media-splitter {
    padding: 0; 
}
.guide-guide-page .guide-recent-reports {
    padding-top: 42px;
    padding-bottom: 41px;
}

.guide-guide-page  .guide-heading {
    font-size: 36px;
    font-weight: 700;
     margin-bottom: 18px;
    
    color: #114462;
}
.guide-guide-page  .splitter.guide-recent-reports .report,.splitter .report, .recent-reports .report {
    background:none; 
    position: relative;
    margin: 0;
       padding: 18px 38px 12px;
}

.guide-guide-page  .splitter.guide-recent-reports .report a:hover,.splitter .report a:hover, .recent-reports .report a:hover  {
    background: transparent!important;
    color: #cc0000!important;
}
.guide-guide-page  .splitter.guide-recent-reports .report p,.splitter .report, .recent-reports .report  {
    margin-bottom: 0;
    font-size: 16px;
}
.guide-guide-page  .splitter.guide-recent-reports .report p,.splitter .report:not(a), .recent-reports .report:not(a)  {
    line-height: 28px;
}

.guide-guide-page  .splitter.guide-recent-reports .report a, .splitter .report a, .recent-reports .report a {
   color: #1f75e0!important;
   font-size: 18px;
}
.splitter .report a, .recent-reports .report a {
    line-height: 24px!important;
}
.recent-reports .report a {
    font-weight: 700;
}

.guide-guide-page  .splitter.guide-recent-reports .report:before, .splitter .report:before, .recent-reports .report:before {

    content: "\f016";
    display: inline-block;
    font: normal normal normal 17px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 14px;
    font-size: 18px;
      top: 20px;
    color: #61a8df;
}
.guide-guide-page .splitter.guide-recent-reports .report:nth-child(odd),.splitter .report:nth-child(even), .recent-reports  .report:nth-child(even) {
   background-color: #ddf6ff;
}
.guide-splitter {
    padding: 40px 0;
}

.guide-guide-page .guide-embbed {
    max-width: 530px;
    width: 100%;
}
.guide-guide-page .article-info {
    padding-right: 9%;
}
/**old css end**/


.tackle-addreview__form .row {
    margin-left: -15px;
    margin-right: -15px;
}
.tackle-addreview__form  .textarea {
    width: 100%;
    height: 80px;
    resize: none;
    width: 100%;
    height: 100px;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.tackle-addreview__form  label {
      line-height: 34px;
    }

header.inner-pages .right-sec .top-bar ul.social-icons {
    margin-right: 27px;
}
/* New CSS */
header.inner-pages .header-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center; 
            flex-wrap: wrap; 
            -ms-flex-wrap: wrap;flex-wrap: wrap;
}

header.inner-pages .right-sec {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
  /*  -ms-flex-wrap: wrap;
        flex-wrap: wrap;*/
}

header.inner-pages .right-sec .top-bar {
    position: relative;
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
header.inner-pages.loggedin .right-sec .top-bar {
    margin-left: 15px;
}
header.inner-pages.loggedin .right-sec .bottom-bar .navbar {
    padding-right: 55px;
}
header.inner-pages .right-sec .bottom-bar .navbar{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 80px;
}
header.home-page .right-sec .bottom-bar .navbar {
    margin-bottom: 0px;
}
header.inner-pages .right-sec .top-bar ul {
    position: relative;
    margin-top: 0px;
    padding: 0px 2px;
}
header.inner-pages .right-sec .user-sec.dropdown {
    padding-left: 10px;
}
header.inner-pages .right-sec .bottom-bar .navbar li a {
    padding: 15px 21px;
    display: block;
    font-size: 14px;

}
header.inner-pages .site-logo {
    padding-top: 0px;
    max-width: 220px;

}

header.sticky.inner-pages .site-logo {
    width: 200px;
}




/* Loggedin page */
.container-fullwidth.loggedin-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 0;
    padding-right: 0;

}
.left-menu-section {
    background: #3c9ce4;
    padding-top: 100px;
    max-width: 321px;
    width: 100%;    
}
.right-content-section {
    padding-top: 58px;
    padding-left: 71px;
    width: 100%;
    max-width: 951px;
    font-size: 16px;
    padding-bottom: 50px;
}
.sidebar-menu .main-menu li span.icon {
    width: 25px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px; 
}

.sidebar-menu .main-menu li span.profile-icon {
    background: url('../images/profile-icon.png') no-repeat;
}
.sidebar-menu .main-menu li span.captains-icon {
    background: url('../images/captain-icon.png') no-repeat;
}
.sidebar-menu .main-menu li span.premium-icon {
    background: url('../images/premium-icon.png') no-repeat;
}
.sidebar-menu .main-menu li span.discounts-icon {
    background: url('../images/discounts-icon.png') no-repeat;
}
.sidebar-menu .main-menu li .main-heading {
    background: #3c9ce4;
    font-size: 18px;
    color: #FFF;
    padding: 15px 25px;

    position: relative;
    border-top: 1px solid #66ade5;
    border-bottom: 1px solid #66ade5;
}
.sidebar-menu .main-menu li .main-heading:after {
    content: "";
    width: 10px;
    height: 10px;
    background: url(../images/down-arrow-icon.png) no-repeat;
    display: inline-block;
    position: absolute;
    right: 22px;
    top: 25px;
}

.sidebar-menu .main-menu li .main-heading.icon-change:after {
     -webkit-transform: rotate(180deg);
         -ms-transform: rotate(180deg);
             transform: rotate(180deg);
     top:22px;    
}

.sidebar-menu .main-menu li .sub-menu {
    font-size: 13px;
    padding: 5px 71px;
    background: #0f66a7;

}
.sidebar-menu .main-menu li .sub-menu li a {
    color: #FFFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    padding: 5px 0px;
    display: block;

}
.sidebar-menu .main-menu li .main-heading a {
    color: #FFFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      line-height: 25px;
}
.sidebar-menu .main-menu li .main-heading a:hover {
    color: #0f66a7;
    text-decoration: none;
}
.sidebar-menu .main-menu li .sub-menu a:hover {
    color: #3c9ce4;
    text-decoration: none;
}
.section-block .section-heading {
      padding: 7px 40px;
    background: #3c9ce4;
    font-size: 24px;
    font-weight: bold;
    color: #FFF;
    margin-bottom: 10px;
}

.welcome-text .main-heading {
    font-size: 30px;
    font-weight: bold;
    color: #114462;
    line-height: 36px;
    margin-bottom: 8px;
}

.welcome-text .sub-heading {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 20px;
}
.featured-article-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    margin-bottom: 30px;
    padding-top: 25px;
}
.featured-article-block .description {
    padding: 30px 0 20px 0;
}
.featured_sec .section-content {
    padding-top: 39px;
 }
.section-block.recent-reports {
    margin-bottom: 50px;
    margin-top: 61px;
}
.featured-article-block .description .h2-heading {
    font-size: 30px;
    margin-bottom: 26px;
}
.section-block.featured-article  p:not(first-of-type) {
    margin-bottom: 25px;
}
.featured-article-block.row {
 
}
.container.inner_container, .container-fullwidth.loggedin-container #content {
    width: 100%;
}

.hidden-mb {
      display: inline-block;
}
.nobdr {
    border-top:0;
}

.product-name-mobile,
.product-rating-mobile,
.product-review-mobile {
    display: none;
    padding: 8px 0;
    font-weight: bold;
}
.pull-left {
    float: left;
    margin-left:10px; 
}


.mr-mediabox .mr-mediabox-thumbnail {
    padding-right: 26px;
    width: 100px;
}

.mr-mediabox .mr-mediabox-body, .mr-mediabox .mr-mediabox-thumbnail {
    display: table-cell;
    vertical-align: middle;
}

.mr-mediabox .mr-mediabox-body {
    padding: 40px 0;
}

.mr-mediabox .mr-mediabox-body, .mr-mediabox .mr-mediabox-thumbnail {
    display: table-cell;
    vertical-align: middle;
}

.mr-mediabox .mr-mediabox-thumbnail .thumbnail-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 5px;
    border: 1px solid #cc0000;
    max-width: 100px;
}



/**
*
*  MEDIA QUERIES
*
**/

@media (max-width:1700px) {

    .carousel-control.left {
        left: 20px;
        width: auto;
    }

    .carousel-control.right {
        right: 40px;
        width: auto;
    }

}
@media (max-width: 1300px){
    header.inner-pages .right-sec .top-bar ul.social-icons {
        display: none;
    }
    header.inner-pages.loggedin .right-sec .top-bar {
        margin-left: 15px;
    }
    header.inner-pages.loggedin .right-sec .bottom-bar .navbar {
        padding-right: 30px;
    }
}

@media (min-width: 1200px){
    .billing .container,
     .about .container,
    header.inner-pages .container,
    .loggedin-container {
        width: 1315px !important;
        max-width: 100%;
    }

    .inner-pages.loggedin .container,
    .loggedin-container {
        width: 100%;
    }
    .container-fullwidth.loggedin-container {
        min-height: 80vh;
        position: relative;
        z-index: 1;
    }

    .container.inner_container, .container-fullwidth.loggedin-container #content {
        max-width: 970px;
        width: 100%;
    }
    .bottom-content .container {
        max-width: 940px;
        width: 100%;
    }
    .featured-row .feature-item {
        width: 49%;
    }
    .featured-boxes .feature-wrap {
        height: auto;
    }

}

@media (max-width: 1200px) {

    header .right-sec .bottom-bar .navbar li a {
        /*padding: 15px 20px;*/
        padding: 15px 18px;
    }
    header.home-page.sticky .right-sec .bottom-bar .navbar li a{
        font-size: 14px;
        padding: 15px 10px;
    }
    .loggedin-user-section {
        display: none;
    }
    



    .about .row img {
        top: -50px;
    }
    .cash .how-to h1 {
        font-size: 55px; 
    }
    .splitter .website:before, .splitter .phone:before, .splitter .past:before {
        left: 0px;
    }
    .splitter .website, .splitter .phone, .splitter .past {
        padding-left: 34px;
    }
    .gt-topsec-text .caption {
        font-size: 20px;
        line-height: 30px;
    }
    header.inner-pages .right-sec .bottom-bar .navbar li a {
    padding: 15px 10px;
    }
    .right-content-section { padding-left: 30px; }


}

@media (max-width: 1024px) {

    /*header.inner-pages:after, header:after {
        height: 3px;
        bottom: -2px;
        box-shadow: 0px 4px 1px 1px #ccc;
    }*/

    .section-content .marketing-content-sec ul li {
        width: 33%;
    }

    .section-content .marketing-how-we-do-sec ul li {
        width: 33%;
    }

    .footer-wideget-item {
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
        margin-bottom: 20px;
    }

    .gear-up-heading {
        position: static;
        margin-bottom: 15px;
    }
    .container-fullwidth.loggedin-container {
        display: block;
    }
    .right-content-section {
        padding-top: 58px;
        padding-left: 15px;
        width: 100%;
        font-size: 16px;
        padding-bottom: 50px;
        max-width: 100%;
        padding-right: 15px;
    }
    .left-menu-section {
        background: #3c9ce4;
        padding-top: 100px;
        max-width: 767px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }


}

@media (min-width: 1024px) {
    .topnavbar {
        display: none;
    }

}

/* old css media query*/


@media only screen and (max-width: 1000px) {

    #wrapper{width:auto;margin:15px 20px}

    #catch{width:auto;}

    #bio,

    #catch .right{width:auto;overflow:hidden;float:none;}

    #content .right{float:none;width:auto;overflow:hidden;}

    #content .left{margin:0 10px 0 0}

    #content .right img{max-width:100%;height:auto;display:block;margin:0 auto 10px;}

    #content .right img[src*="/images/stars"] {
        display: inline-block;margin: 5px;
        width: auto;
    }

    #content .page-getlisted .guide-rating img { display: inline-block; width: auto  }

    #content .right img.rating-star {
        max-width: inherit;
        height: auto;
        display: inline-block;
         margin: 4px 5px 10px;
    }

    .al{font-size:13px!important;}

    #content div.name img{margin:0 10px 0 0;}

    #content .splitter .articlethumb img,

    #content .splitter.guide img{margin:0 10px 10px 0;}

    #content .right h3 a img{margin:0;display:inline;}

    #content .right .alignleft{margin:0 20px 10px 0}

    #content .photo-gallery .gallery {width: calc(50% - 12px);margin: 0 auto 10px;margin-left: 6px;}

    #content .photo-gallery .gallery a img {width:100%;}

}

/**-- old css media query end --**/

@media (min-width: 992px){
   .bottom-content .container {
        width: 100%;
    } 
}
@media (max-width: 991px) {
    header .right-sec .bottom-bar .navbar li a {
        /*padding: 15px 12px;*/
        padding:    15px 7px;
    }
    
    header .right-sec .top-bar ul li a i { margin-left: 0px; }
    header .right-sec .bottom-bar .navbar li:last-child a {
        padding: 15px 7px;
    }
    .container-fullwidth .recent {
        padding: 0;
    }

    .form-logo {
        display: none;
    }

    .about {
        padding-top: 110px;
    }

    .about-logoimg {
        position: absolute;
        top: -50px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .about .row img {
        position: static;
        width: 150px;
        margin: auto;
    }

    .cash-img-div {
        position: static;
    }

    .gear-up-heading h2.heading span {
        font-size: 70px;
    }

    .section-content-boxes {
        display: block;
        width: 100%;
    }

    .section-content-boxes li {
        margin-bottom: 20px;
    }

    .cash .how-to h1 {
        font-size: 52px;
    }
    .guide-gallery-list a {
        width: calc( 33% - 10px);
    }

    .steps-block {
        -ms-flex-preferred-size: 33%;
            flex-basis: 33%;
    }

    .steps-block .step_desc {
        width: 54%;
    }
    .steps-block .step_number {
        font-size: 60px;
        line-height: 55px;
    }
    .gt-topsec-text .caption {
        font-size: 18px;
        line-height: 26px;
    }
    .getlisted-reach-clients h2 {
        font-size: 44px;
    }
    .getlisted-reach-clients p {
    font-size: 20px;
    line-height: 30px;
    }
    .fishing-guide-heading {
        font-size: 42px;
    } 
    .fishing-guide-section .flex-row .guide-col{
        margin-left: auto;
        margin-right: auto;
    }
    header.inner-pages .right-sec .bottom-bar .navbar li a {
        /*font-size: 12px;*/
    }
    .hidden-mb {
        display: none!important;
    }
    .bio-img img {
         width: 220px;
         height: 220px !important;
    }
    .section-block .section-heading {
        font-size: 20px;
        padding: 7px 30px;
    }
    .welcome-text .main-heading {
        font-size: 25px;
        line-height: 30px;
    }

}



/* old css media query*/


@media only screen and (max-width: 980px) {

    #banner{padding:31px 10px 10px;width:295px;height:auto;}

    #nav li{padding:0 4px 0 5px;font-size:14px;}

    #nav li a{font-size:13px;}

    .google-ads object{width:100%!important}

    .google-ads img{max-width:100%;height:auto;display:block;margin:0 auto;}    

    .google-ads ins{width:100%!important}

    .google-ads iframe{width:100%!important}

    #content .splitter table td{display:inline-block;vertical-align:top;width:33.33%;padding: 15px 1.5%}
    #content .splitter table td.product-name,   
    #content .splitter table th.product-name{
    width: 30%;
    display: table-cell;
    }
    #content .splitter table.company-table td,#content .splitter table.review-table td {
        width: 100%;
    }
 
    #content .splitter table td.product-review, #content .splitter table th.product-review {
        width: 50%;
        display: table-cell;
 
    }

    #content .splitter table td.product-rating, #content .splitter table th.product-rating {
        width: 10%;
    display: table-cell;
    text-align: center;
    }
    





    #content .splitter table{width:100%!important;}

    #content table.recent-tackle-reviews tbody td{width:auto;display:table-cell}

    #content table.store-table td{width:auto;display:table-cell}

    #content .splitter table td.categoryright{width:61%;}

    #content .splitter table td.category{width:auto;}

    #content  form td{display:block;text-align:left;}

}

/**-- old css media query end --**/

@media screen and (min-width: 768px) and (max-width: 992px) {
    .container {
        max-width: 100%;
        width: 100%;
    }
     .gt-topsec-text .caption {
        font-size: 15px;
        line-height: 26px;
    }
    .getlisted-top-section .gt-topsec-text {
        min-height: 240px;
    }
    .getlisted-directory-text .text4 {
        font-size: 28px;
    }
    header.home-page.sticky .right-sec .bottom-bar .navbar li a {

        padding: 15px 9px; 
    }

    
}
@media(max-width: 991px) {
    .hidden-md-sm {
        display: none!important;
    }
}

@media (max-width: 840px) {
    header.inner-pages .right-sec .top-bar ul li .btn {
        display: none;
    }

    header.home-page.sticky .right-sec .bottom-bar .navbar li a {
        padding: 15px 8px; 
    }

}
@media (min-width: 768px) {
    .banner {
        min-height: 700px;
        height: 100vh;
    }
   /* header {
        padding-bottom: 0px;
    }*/
}


@media (max-width: 767px) {
    header .right-sec,header.inner-pages .right-sec {
        display: none;
    }
    header.home-page.sticky .top-bar.top-bar-sticky {
        display: none!important;
    }

    .nav-open {
        display: block !important;
    }

    header.sticky {
        padding-top: 10px;
    }
    header.sticky .site-logo {
        width: 100px;

    }

    .logo-sec img {
        width: 100px;
     
    }
        header.sticky .logo-sec img {
       margin-top: 0;
        
    }



    .inner-pages .logo-sec img {
        width: 200px;
        margin-top: 0;
    }    
    header.inner-pages .bottom-bar {
        position: absolute;
        width: 100%;
        top:20px;
        z-index: 9999;
    }
    header.inner-pages {
        padding-top: 20px;
    }


    header.inner-pages .right-sec .bottom-bar .navbar li a {
        font-size: 14px;
    }

   .home-page  .header-social-icons .social-icons {
         margin-top: 17px;
    }

    .header-social-icons .social-icons {
       
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: initial;
        -ms-flex-pack: initial;
        justify-content: initial;
    }

    .header-social-icons .social-icons li a {
        width: 30px;
        height: 30px;
        border: 1px solid #FFF;
        display: inline-block;
        border-radius: 50%;
        padding: 5px;
        text-align: center;
        color: #FFF;
    }
    .header-social-icons .social-icons li {
        margin-right: 5px;
    }
    header.home-page .join-btn{
        margin-top: 15px;
        margin-top: 8px;
    }


    header .join-btn {
       
        border-radius: 0;
        border: 1px solid #e83428;
        color: #FFF;
        padding: 6px 15px;
        font-size: 16px;
        height: 36px;
        text-decoration: none;
    }

    header .logo-sec {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: inherit;
        -ms-flex-align: inherit;
        align-items: center;
    }

    header .logo-sec .hidden {
        display: block;
        visibility: visible;
    }

    header .right-sec .top-bar {
        float: none;
        text-align: center;
        display: none;
    }

    header .right-sec .top-bar,
    header .right-sec .bottom-bar .navbar {
        float: none;
        text-align: center;
    }

    /**/
    .home-page .topnavbar  {
        margin-top: 21px;
    }

    

    .topnavbar {
        cursor: pointer;
        display: block;
        border: 0;
        padding: 6px 4px;
        width: 39px;
       
        height: 24px;
        background-color: transparent;
        background-image: url(../images/mobile-nav-icon.png);
        background-size: contain; 
        background-repeat: no-repeat;
    }

    .topnavbar .navbar-toggler-bar {
        width: 100%;
        height: 2px;
        display: block;
        background-color: #fff;
        margin-bottom: 6px;
    }

    header .right-sec {
        width: 100%;
    }

    header .right-sec .bottom-bar .navbar {
        display: block;
        background: #e93629;
       
        margin-left: 0;
        width: 100%;
    }


    /*header.inner-pages .right-sec .bottom-bar .navbar {
        padding: 0;
    }
    header.inner-pages .right-sec .bottom-bar .navbar li a {
        padding: 10px;
    }*/


    header .right-sec .bottom-bar .navbar li {
        display: block;
        border-bottom: 1px solid #FFF;
        margin-left: 0;
    }


    header .right-sec .bottom-bar .navbar li:last-child {
        border-bottom: 1px transparent;
    }

    header .right-sec .bottom-bar .navbar li a {
        color: #fff;
        font-size: 15px;
        display: block;
        padding: 14px 0;
    }
    header .right-sec .bottom-bar .navbar li a:hover {
        background: #fef14d;
        color: #e93629;
    }


    .banner {
        min-height: 700px;
        height: auto;
    }
    .banner .contents p {
        margin-bottom: 60px;
    }

    .banner .contents {
        top: 60%;
        width: 600px;
        /*max-width: 100%;*/
        max-width: 95%;
    }
    .banner .contents h1 span  {
        display: block;
    }

    .cash img.cash-img {
        position: absolute;
        top: -95px;
        left: 0;
        right: 0;
        margin: auto;
        width: 520px;
    }
    .cash .how-to .btn {
        padding: 8px 50px;
    }

    .cash .how-to {
        margin-top: 200px;
        max-width: 550px;
        margin-left: auto;
        margin-right: auto;
    }

    .cash .how-to h2 {
        font-size: 36px;
        text-transform: uppercase;
        margin-bottom: 12px;
    }

    .cash .how-to h1 {
        font-size: 65px;
        font-weight: 500;
        margin-bottom: 5px;
    }

    .cash .how-to p {
        font-size: 27px;
        font-weight: 400;
    }


    .feature-wrap .feat-left img {
        margin: 0 auto;
    }

    .featured-boxes .feature-wrap .feat-left {
        margin-bottom: 20px;
    }

    .section-content .marketing-content-sec ul li {
        width: 50%;
    }

    .section-content .marketing-how-we-do-sec ul li {
        width: 50%;
    }

    .charter-fishing-marketing .section-header .header-sec ul li {
        padding: 5px 35px;
    }

    .m-b-15 {
        margin-bottom: 15px;
    }

    .request-heading .request-head-text {
        font-size: 36px;
    }

    .footer-wideget-item {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }

    .common-heading {
        font-size: 36px;
    }

    .recent .recent-wrap {
        padding: 20px 10px;
    }

    .recent .search .form-control, .gsc-search-box-tools .gsc-search-box .gsc-input {
        height: 22px !important;
        max-width: 100% !important;
        width: 250px !important;
        font-size: 17px;
    }
    .search-wrap .gsc-input-box {
        border-radius: 0!important;
    }
    .gsc-search-box-tools table tr td {
        padding: 1px 0px 2px 0;
    }
    .recent form button {
        height: 40px;
        width: 40px;
        font-size: 25px;
        border-radius: 0;
    }
    .recent .search .btn {
        height: 40px;
        font-size: 15px;
        padding: 3px 15px;

    }
    .recent .search .btn b.d-block {
        font-size: 20px;
        padding-top: 0;
    }
    .gsc-search-button-v2 svg {
        width: 16px !important;
        height: 16px !important;
    }
    .intro .bio-description h2 strong, .intro .bio-description h2 + p strong {
        font-size: 20px;
    }
    .form-group.align-items-center {
        display: block;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    
    .container.inner_container, .container-fullwidth.loggedin-container #content {
        margin-top: 30px;
    }
    .footer-section .footer-widgets .footer-wideget-title {
        font-size: 22px;
    }
    .page-heading h1 {
        font-size: 26px;
    }
    .getlisted-directory-text .text4 {
        font-size: 26px;
    } 
       .getlisted-video video, .getlisted-video img  {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
     }
    .getlisted-reach-clients p {
        font-size: 16px;
        line-height: 28px;
    }
    .getlisted-directory-text h2 strong {
        font-size: 40px;
    }
    .getlisted-directory-text .text3 {
        font-size: 30px;
        line-height: 50px;
    }.getlisted-directory-text .text4 {
        font-size: 16px;
    }.getlisted-directory-text .text5 {
        font-size: 16px;
    }
}

   
/**-- old css media query --**/

@media only screen and (max-width: 767px) {
    #content .left.left_banner { display:none; }

    #content .right { width: 100%; }

    #wrapper{width:auto;margin:15px 10px}

    #social,#actions{float:none;width:100%;overflow:hidden;text-align:center;}

    #actions{right:0;padding:5px 0;}

    #social h4{margin:0 0 10px;}    

    #banner{padding:0;width:100%;text-align:center}

    #banner input[type="text"]{ /*width:90%;*/margin:0 0 3px}

    #social{margin:0;}

    #social li,

    #actions li{float:none;display:inline-block;vertical-align:top;}

    #logo{float:none;display:block;margin:10px auto;}

    #header .opener:hover,

    #header .opener{display:block;float:right;width:31px;height:14px;background:url('../images/bg-opener3.png') no-repeat;text-indent:-9999px;overflow:hidden;}

    #cse-search-results iframe{width:100%!important}

    #cse-body table{width:100%!important}

    #content .right2{float:none;overflow:hidden;width:100%;}

    #nav ul{display:none;}

    #nav{position:relative;}

    #nav:after{display:block;clear:both;content:'';}

    #header #nav > ul{z-index:100;position:absolute!important;top:31px;left:0;width:100%;background:#fff;border-bottom:1px solid #ccc;}

    #header #nav ul li{display:block;float:none;overflow:hidden;margin:0;}

    #header #nav ul li a{float:none;overflow:hidden;display:block;text-align:center;padding:5px;}

    #catch img{max-width:100%;height:auto;display:block;margin:0 auto 10px;}    

    #catch .left{float:none;width:100%;margin:0;padding:0;}

    #content .left{float:none;overflow:hidden;width:auto;margin:0;}

    .module .content{margin:0 auto;}

    .module{width:auto;}

    body{-webkit-text-size-adjust:100%; -ms-text-size-adjust: none; }

    .video,
    .author,
    .type,
    .website,
    .share,
    .viewall{width:auto}
    #bioimg{clear:left;}
    .share{float:none;overflow:hidden;}

    .share a{float:left;}

    #syndicate table{width:100%!important;}

    .articlethumb{width:auto;float:none;overflow:hidden;}

    #content .splitter .articlethumb img, #content .splitter.guide img{float:none;display:block;margin:0 auto 10px;}

    

    .video{width:auto;}

    #content .splitter table td{padding:10px 0;width:50%}

    #content div.name img{float:left;margin:0 10px 10px 0;}
    /*
    div.name{float:none;width:auto;}*/

    #content .right table img{width:auto; }
    #content .splitter table td.categoryright {
    width: 100%;
    }
    
    #content .splitter table td.product-name,   #content .splitter table th.product-name,    
    #content .splitter table td.product-review, #content .splitter table th.product-review,
    #content .splitter table td.product-rating, #content .splitter table th.product-rating {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        text-align: left;
        padding-top: 2px;
     
    }

    .product-name-mobile,
    .product-rating-mobile,
    .product-review-mobile {
        display: block;
    }
    
    #content .right table td.product-rating img {
        float: left;
        margin-left:0; 
    }
     



    .past{width:auto;}

    #content table.recent-tackle-reviews thead th,

    #content table.recent-tackle-reviews tbody td{font-size:10px;line-height:14px;padding:2px;}

    #content .right table.recent-tackle-reviews img{width:42px;}

    #content .right form input[type="text"]{width:100%;margin:0 0 2px}

    #content .right form textarea{width:100%;margin:0 0 2px}

    #footer{text-align:center;}

    #content .splitter table.store-table td{display:block;}

    #content .splitter table.store-table td img{max-width:100%;width:auto;}

    #EJEJC_window{width:250px!important;left:50%!important;margin:0 0 0 -125px!important}

    #EJEJC_iframeContent,

    #EJEJC_title{width:100%!important;}

    #EJEJC_iframeContent table{width:100%!important;}

    #EJEJC_iframeContent table td{font-size:9px!important;}

    #EJEJC_iframeContent table td img{width:42px;}

    #imgHeader{width:auto!important}

    #tdPmntOptions table td b{font-size:9px!important;}

    #content .right .alignleft{float:none;}
        #content .photo-gallery .gallery {width: calc(50% - 12px);margin: 0 auto 10px;margin-left: 6px;}

    #content .photo-gallery .gallery a img {width:100%;}

    #content .splitter .articlethumb img {margin: 0 10px 10px 0;float: left;}

    #content .right form#addArticleForm input[type="text"], 
    #content .right form#addArticleForm textarea,
    #content .right form#add-reportForm input[type="text"], 
    #content .right form#add-reportForm textarea,
    #content .right form#captain-profile-form input[type="text"], 
    #content .right form#captain-profile-form textarea,
    #content .right form#whats-hot-for-you-Form input[type="text"], 
    #content .right form#whats-hot-for-you-Form textarea,
    #content .right form#registration-form input[type="text"], 
    #content .right form#registration-form textarea
     { width: 100%; }
    .xs-text-left {text-align: left; padding-bottom: 5px; }
    #bioimg.bio-img { display: none; }
    .guide-gallery-list a {
        width: calc( 50% - 10px);
    }
    .guide-gallery-list a img {
        width: 100%;
    }

    .steps-block {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        margin-bottom: 15px;
    }
    .signup-steps {
        margin: 40px 0px;
    }
    .gt-topsec-text .caption {
        text-align: center;
    }
    .getlisted-video {
        padding-left: 0;
        padding-right: 0;
        text-align: center;

    }
    .getlisted-video video, .getlisted-video img  {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
     }
        .getlisted-video video, .getlisted-video img  {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
     }
    .getlisted-reach-clients p {
        font-size: 16px;
        line-height: 28px;
    }
    .getlisted-directory-text h2 strong {
        font-size: 34px;
    }
    .getlisted-directory-text .text3,.getlisted-directory-text .text1,.getlisted-directory-text .text2  {
        font-size: 24px;
        line-height: 50px;
    }.getlisted-directory-text .text4,.getlisted-directory-text .text5  {
        font-size: 16px;
        line-height: 24px;
    }
    .getlisted-col {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .choose-plan p {
        text-align: left;
        font-size: 42px;
        line-height: 52px;
        margin-bottom: 0;
    }
    .fishing-guide-heading {
        font-size: 32px;
    }
    .fishing-guide-section {
        padding-top: 80px;
        padding-bottom: 80px;   
    }
    .hidden-mobile {
        display: none;
    }
    #content .splitter table td.product-name,   #content .splitter table th.product-name{
    width: 100%;
    display: block;
 
    }
    .article-info .article-title {
    font-size: 36px;
    line-height: 40px;
    }

}
/*-- old media query end --*/ 
@media (max-width: 600px) {
    header .header-social-icons {
        display: none !important;
    }
    .home-page .topnavbar  {
        /*margin-top: 21px;*/
        margin-top: 16px;

    }

    .logo-sec img {
        /*width: 140px;*/
    }

    header.sticky .logo-sec img {
        width: 80px;
    }
    header.sticky {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    header .join-btn {
        padding: 6px 30px;
    }

    .icon-btn {
        padding-top: 60px;
        margin-top: 39px;
        padding-left: 20px;
        width: 100%;
    }

    .icon-btn:after {
        left: 0;
        top: -25px;
        right: 0;
        margin: auto;
    }

    .gear-up-heading h2.heading span {
        font-size: 48px;
    }

    .cash .how-to h1 {
        font-size: 56px;
    }

    .cash .how-to p {
        font-size: 20px;
    }

    .banner .contents h1 {
        font-size: 48px;
    }

    .banner .contents h1 span {
        font-size: 40px;
    }
    
    .recent form button {
        height: 40px;
        width: 40px;
        font-size: 25px;
    }
    .recent .search .btn {
        height: 40px;
        font-size: 15px;
        padding: 3px 15px;

    }
    .recent .search .btn b.d-block {
        font-size: 20px;
        padding-top: 0;
    }
    .gsc-search-button-v2 svg {
        width: 16px !important;
    }
    .request-heading .request-head-text {
        font-size: 30px;
        text-align: center;
    }
   
    .bio-img.col-xs-3,.col-xs-9.article-info,.intro  .col-xs-3.bio-image,.col-xs-9.bio-description {
        width: 100%;
        max-width: 100%;
    }
    .col-xs-9.bio-description {
        padding-left: 0
    }


}

@media (max-width: 500px) {
    .inner-pages .logo-sec img, .logo-sec img {
        /*width: 100px;
        margin-top: -10px*/
        max-width: 180px;
        width: 100%;
    }


    header .join-btn {
        padding: 6px 14px;
    }
    .home-page .topnavbar  {
        /*margin-top: 21px;*/
        margin-top: 8px;

    }

    .topnavbar {
        width: 40px;
        height: 34px;
        background-size: 100% 100%;
    }

    .cash img.cash-img {
        width: 380px;
    }

    .cash .how-to {
        margin-top: 120px;
    }

    .cash .how-to h1 {
        font-size: 41px;
    }

    .cash .how-to h2 {
        font-size: 25px;
    }

    .cash .how-to p {
        font-size: 16px;
    }

    .section-content .marketing-content-sec ul li {
        width: 100%;
    }

    .section-content .marketing-how-we-do-sec ul li {
        display: block;
        width: 100%;
        text-align: center;
    }

    .charter-fishing-marketing .section-header .header-sec ul {
        display: block;
    }

    .charter-fishing-marketing .section-header .header-sec ul li:first-child {
        text-align: center;
        border: 0px;
    }

    .charter-fishing-marketing .section-header .header-sec ul li:last-child {
        border-right: 0;
        margin-top: 15px;
        text-align: center;
    }

    .footer-wideget-item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .banner .contents h1 {
        font-size: 45px;
    }

    .banner .contents h1 span {
        font-size: 36px;
    }

    .common-heading {
        font-size: 30px;
    }
    .common-heading span {
        display: block;
    }

    button.slick-next,
    button.slick-next:hover {
        right: -25px;
    }

    button.slick-prev,
    button.slick-prev:hover {
        left: -25px;
    }

    #content .splitter table td{width:100%}

    .article-info .article-title {
        font-size: 26px;
        line-height: 32px;
    }
    .form-buttons .btn {
        display: block;
        margin: 0 auto;
        margin-top: 5px;
    }
    .guide-guide-page .guide-media  {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
         flex-direction: column;
    }
    .guide-guide-page .guide-media .guide-media-thumb img {
        height: auto;
        display: block;
        /*margin 0 auto;*/
    }
    .guide-guide-page .guide-media .guide-media-desc,.guide-guide-page .guide-media .guide-media-thumb {   
        width: 100%;
        max-width: 100%;
        padding-left: 0;
    }
    .guide-guide-page .guide-media {
        padding: 15px;
    }
    .guide-guide-page .article-info {
        padding-right: 0;
    }
    .guide-guide-page .guide-heading {
        font-size: 28px;
        margin-bottom: 12px;
    }

      #content div.name img{float:left;    display: block;
    float: none; margin:0 10px 10px 0;}

    div.name{ width: 50%; }
    div.title strong.contact,
    div.title strong,
        div.contact {
        padding-left: 10px;
        width: 50%;
    } 
    .g-recaptcha {
        float: left;
    }

}

/* old css media query*/

@media only screen and (max-width: 480px) {

    #content .photo-gallery .gallery { width:100%;display:block;margin:0 auto 10px;}

    #content .photo-gallery .gallery a img {width: calc(100% - 10px);}

    #catch img { width: 100% }

    #content .splitter .articlethumb img{float: none;margin: 0;width: calc(100% - 15px );display: inline-block;}
    .recent .search .form-control, .gsc-search-box-tools .gsc-search-box .gsc-input {
        max-width: 100% !important;
        width: 150px !important;
        font-size: 17px;
    }
    .guide-gallery-list a {
        width: calc( 100% - 10px);
    }
    
}

@media (max-width: 400px) {
    .guide-guide-page .info-row {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .getlisted-directory-text h2 {
        font-size: 36px;
     }
     .getlisted-directory-text .text4, .getlisted-directory-text .text5 {
        font-size: 16px;
        line-height: 24px;
    }
    .choose-plan p {
        font-size: 30px;
     }
     .getlisted-reach-clients h2 {
        font-size: 32px;
    }
    #content .right a.getlisted-btn {
        height: 80px;
        font-size: 28px;
        line-height: 80px;
    }
    .getlisted-directory-text h2 strong {
        font-size: 28px;
    }
    .getlisted-directory-text .text2 {
        font-size: 24px;
    }

}

/*--- old-media query end --*/

@media (max-width: 375px) {
    .cash .how-to h1 {
        font-size: 34px;
    }
    .article-post {
        max-width: 290px;
    }
    .inner-pages .logo-sec img, .logo-sec img {
        max-width: 150px;
    }
}
