/**
 * MaineBoats.com Theme
 *
 * custom.css -- Custom stylesheet that is *not* LESS generated
 *
 * This file is not generated from LESS and is SAFE to modify directly.
*/


.page-header-large {
    padding-top: 15px;
}
.header-left-container {
    padding-top: 15px;
}
.navbar-logo {
    display: none;
    float: left;
    position: absolute;
}
.navbar-inner {
    
}
ul.navbar-nav {
    
}
.row-puff {
    padding: 50px 0;
}
.header-middle-container {
    padding-top: 15px;
    padding-bottom: 15px;
}
.header-right-container {
    
    padding-top: 60px;
}
.main-container {
    margin-top: 25px;
}
.footer-middle-container {
    padding-top: 20px;
}
#search-block-form .btn-default {
    border-color: transparent;
}
.footer-text {
    font-size: 15px;
    line-height: 17px;
    color: #666;
}
ul.footer-text {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.footer {
    border-top: solid 1px #aaa;
}
img {
    display: inline-block;
    height: auto !important;
    max-width: 100%;
    max-height: 100%;
}

.caret-right {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: top;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 4px solid;
    margin-top: 8px;
}

.section-heading, .block-title {
    text-transform: uppercase;
    color: #777;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding: 6px;
    margin-bottom: 20px;
}

.block-title-sm {
    text-transform: uppercase;
    color: #777;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding: 6px;
    margin-bottom: 20px;
    font-size: 15px;
}

.page-top-item-ico {
    width: 32px;
    height: 32px;
    display: inline-block;
    float: right;
    margin: 10px 10px 0 0;
}

.carousel-slide-med {
    width: 100%;
    height: 480px;
    background-position: center center;
    background-size:cover;
}

.carousel-subcaption {
    display: inline-block;
    float: right;
    
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 14px;
    padding: 10px 25px 15px 25px;
    margin: 385px 65px 15px 0;
    z-index: 999999;
    
-moz-opacity: 0.70;
-khtml-opacity: 0.70;
opacity: 0.70;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=70);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
filter:alpha(opacity=70);
    
}
.carousel-subcaption h4 {
    margin: 5px 0 0 0;
    padding: 0;
    font-size: 15px;
}
.carousel-subcaption em {
    font-size: 12px;
}
.carousel-caption {
        background: rgba(0, 0, 0, 0.2);

}
.carousel-caption h4 {
    margin: 5px 0 0 0;
    padding: 0;

}


/* Custom styles for views */

.taxonomy-grid-view .row {

}
.taxonomy-grid-view .col {
    text-align: center;
    margin-bottom: 20px;
}
.taxonomy-grid-view a {
    color: #000;
}
.taxonomy-grid-view .views-field-field-image {
}

.row-no-padding {
  margin-left: 0;
  margin-right: 0;
  [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.col-no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.col-no-padding-left {
  padding-left: 0 !important;
}
.col-no-padding-right {
  padding-right: 0 !important;
}

.article-list-row {
    margin-bottom: 30px;
    margin-top: 30px;
}
.article-list-row h2,
.article-list-row h3,
.article-list-row h4 {
    font-family: "minion-pro",Georgia,serif;
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: bold;
}
.article-list-row h3 {
    font-size: 25px;
}
.article-list-row p {
    font-size: 15px;
    line-height: 20px;
}
.article-list-row h2 a,
.article-list-row h3 a,
.article-list-row h4 a
{
    color: #000;
    text-decoration: none;
}
.article-list-row h2 a:hover,
.article-list-row h3 a:hover,
.article-list-row h4 a:hover
{
    color: #000;
    text-decoration: underline;
}


.related-articles h3,
.related-articles h4 {
    font-family: "minion-pro",Georgia,serif;
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: bold;
}
.related-articles a {
    color: #000;
    text-decoration: underline;
}

.daily-five h3,
.daily-five h4 {
    font-family: "minion-pro",Georgia,serif;
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: bold;
}
.daily-five a {
    color: #000;
    text-decoration: none;
}

/**
 * Blog Styles
*/
.blog-snippet-title {
  margin-top: 0;
  margin-bottom: 0;
}
.blog-snippet-title a {
  color: #000;
}
.blog-snippet-date {
    font-size: 14px;
    color: #963;
}


/**
  * ============================================================================
  * Legacy Content Fixes
  * ============================================================================
  */

.floatimgRight,
.floatimgLeft {
    text-align: center;
    font-size: 12px;
    color: #666;
    line-height: 19px;
    display: inline;
}
.floatimgRight {
    float: right;
}
.floatimgLeft {
    float: left;
}

/* Content Cleanup Fixes */
.floatimgLeft img:after, .floatimgRight img:after {
  content:"\A";
  white-space: pre;
}

.floatimgLeft img, .floatimgRight img {
    clear: left;
}

.block-subheading {
    padding: 0 0 15px 5px;
    margin-top: -5px;
    color: #555;
    text-transform: uppercase;
}

.taxonomy-term-description {
    padding: 10px 0 25px 0;
}

.page-minimenu {
    padding:3px 0 15px;
    font-size: 14px;
}
.page-minimenu-title {
    font-weight: bold;
}

.style1, .style2, .style3, .style4, .style5 {
    font-family: "minion-pro",Georgia,serif !important;
    font-size: 14px !important;
}
/**
  * END Legacy Content Fixes
  * ============================================================================
  */

.fb-iframe {
    width: 100% !important;
}

/**
  * Ad Frame Fixes
  * ============================================================================
  */
.ad-frame-wrapper-leaderboard iframe {
    width: 95% !important;
}

.adblock-container {
    text-align: center;
    
}
.adblock-container iframe {
    margin: 0 auto;
    display: block;
}

.adblock-sidebar-table td {
    padding: 3px;
}

@media only screen and (max-width : 768px) {
    .ad-frame-wrapper-leaderboard iframe {
        width: 450px !important;
    }

}
@media only screen and (max-width : 480px) {
    .ad-frame-wrapper-leaderboard iframe {
        width: 350px !important;
    }
}



 /**
  * ============================================================================
  * Fixed Nav Styles
  * ============================================================================
  */
 
#fixnav.affix {
    top: 0;
    width: 100%;
}
.nav-state-fixed {
    background-color:#fff;
    height: 60px;
    border-bottom: solid 1px #aaa;
    z-index: 999999;
    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}
.nav-state-fixed #navbar {
    border: 0 !important;
}
.nav-state-fixed #navbar.navbar-default {
    margin-top: 10px !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
.nav-wrapper-fixed {
    height: 50px;
    background-color: #ccc;
    width: 100%;
    display: block;
}
#navbar > .navbar-inner {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
}
.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

/* Custom column modifications */

.no-gutter-right {
    padding-right: 0px !important;
    margin-right: 0px !important;
}
.no-gutter-left {
    padding-left: 0px !important;
    margin-left: 0px !important;
}

.navbar-header-title {
    
    font-size: 16px;
    
    text-transform: uppercase;
    padding: 5px 0 0 10px;
    color: #555;
}

#search-block-form .btn-default {
    width: 40px;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    #navbar-logo {
        clear: both;
        text-align: center;
        margin: 0 auto;
        padding-bottom: 10px;
    }
    .nav-state-fixed {
    }
    .sm-no-gutter-right {
        padding-right: 0px !important;
        margin-right: 0px !important;
    }
    .sm-no-gutter-left {
        padding-left: 0px !important;
        margin-left: 0px !important;
    }
    .nav > li > a {
        padding: 10px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .header-right-container {
        padding-top: 5px !important;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .sm-no-gutter-right {
        padding-right: 0px !important;
        margin-right: 0px !important;
    }
    .sm-no-gutter-left {
        padding-left: 0px !important;
        margin-left: 0px !important;
    }
    .navbar.container {
        padding-left: 0px !important;
        padding-right: 0px !important;
        max-width: auto !important;
    }
    .nav > li > a {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .page-top-container {
        height: 50px;
    }
    .navbar.container {
        margin-top: 0px !important;
    }
    
    .navbar-collapse.in {
        overflow-x: hidden !important;
    }
    .navbar-collapse {
        padding-left: 10px !important;
        padding-right: 10px !important;
        background-color: #fff !important;
        overflow-x: hidden !important;
        border-top: solid 1px #aaa;
        border-bottom: solid 1px #aaa;
        z-index: 999999;
        -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    }

    ul.navbar-nav ul.dropdown-menu ul.dropdown-menu {
        margin-left: 0px !important;
        margin-top: 0 !important;
        font-size: 14px !important;
    }
    ul.navbar-nav ul.dropdown-menu ul.dropdown-menu a {
        padding: 0 0 0 50px !important;
        color: #555 !important;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    .affix {
    }
    .sm-no-gutter-right {
        padding-right: 0px !important;
        margin-right: 0px !important;
    }
    .sm-no-gutter-left {
        padding-left: 0px !important;
        margin-left: 0px !important;
    }
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
    .affix {
        position: static;
    }
    .sm-no-gutter-right {
        padding-right: 0px !important;
        margin-right: 0px !important;
    }
    .sm-no-gutter-left {
        padding-left: 0px !important;
        margin-left: 0px !important;
    }
}

/**
 * -----------------------------------------------------------------------------
 * END Fixed Nav Styles
 * -----------------------------------------------------------------------------
 */

#edit-field-sections-und {
    height: 150px;
}


div.cs-callout {
    margin: 8px 0;
    padding: 10px 20px;
    font-size: 16px;
    color: #555;
    border: 0;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
}
img.cs-imageright {
    float: right;
    margin: 0 0 10px 10px;
}
img.cs-imageleft {
    float: left;
    margin: 0 10px 10px 0;
}
img.cs-imagecenter {
    display: block;
    margin: 10px auto;
}
span.cs-imageright {
    display: block;
    float: right;
    margin: 0 0 10px 10px;
}
span.cs-imageleft {
    display: block;
    float: left;
    margin: 0 10px 10px 0;
}
span.caption {
    text-align: center;
    font-size: 11px;
    color: #555;
}
div.cs-captionright {
    display: inline-block;
    padding: 4px;
    margin: 0 0 10px 10px;
    font-size: 12px;
}
div.cs-captionright img, div.cs-captionleft img {
    clear: both;
    margin-bottom: 5px;
}
div.cs-captionleft {
    display: inline-block;
    padding: 4px;
    margin: 0 10px 10px 0;
    font-size: 12px;
}

.cs-accent1 {
    color: #996633;
}
.cs-textsmall {
    font-size: 12px;
    line-height: 10px !important;
}

.image-caption-container {
    padding: 4px;
    margin-bottom: 20px;

}
.image-caption {
    text-align: center;
    display: block;
    font-size: 12px;
    color: #555;
}

#node-admin-content .form-horizontal {
    width: 500px;
}
#node-admin-content #edit-actions {
    margin-left: 15px;
}
#node-admin-content .edit-status {
    margin-bottom: 0px;
}


h1.page-header {
    margin-bottom: 10px !important;
}
h2.secondary-title-text {
    font-size: 20px;
    color: #963;
    line-height: 20px;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 12px;
}


/* Carousel Customizations */

.carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
}
.carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}
.carousel-indicators li img {
    display: block;
    opacity: 0.5;
}
.carousel-indicators li.active img {
    opacity: 1;
}
.carousel-indicators li:hover img {
    opacity: 0.75;
}
.carousel-caption-outer {
    padding-bottom: 0;
    z-index: 10;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    color: #000;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-slide-full {
    width: 100%;
    height: 480px;
    background-color: #fff;
    background-position: center center;
    background-size:contain;
    background-repeat: no-repeat;
}

.carousel-control {
    position: absolute;
    top: 40%;
    left: 0;
    bottom: 40%;
    width: 10%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    .carousel-slide-med, .carousel-slide-full {
        height: 320px;
    }
    .carousel-control {
        top: 40%;
    }
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        margin-top: -10px;
    }
}
/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
    .carousel-slide-med, .carousel-slide-full {
        height: 300px;
    }
}

.field-name-field-body-footer .field-label {
    display: none;
}