@font-face {
    font-family: 'Avenir LT Std 55 Roman';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir LT Std 55 Roman'), url('/Content/fonts/AvenirLTStd-Roman.woff') format('woff');
}


@font-face {
    font-family: 'Avenir LT Std 55 Oblique';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir LT Std 55 Oblique'), url('/Content/fonts/AvenirLTStd-Oblique.woff') format('woff');
}


@font-face {
    font-family: 'Avenir LT Std 35 Light';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir LT Std 35 Light'), url('/Content/fonts/AvenirLTStd-Light.woff') format('woff');
}



.center {
    text-align:center;
}





/*video containers for YouTube, etc.*/
.video-container {
    position: relative;
    padding-bottom: 56.25%; /* This assumes video is a 16:9 ratio -MCT */
    padding-top: 0px;
    height: 0;
    overflow: hidden;
    clear:left;
}

    .video-container iframe,
    .video-container object,
    .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.clearBoth {
    clear: both;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.floatRightImg {

    float:right;
    margin: 0 1em;
}

.marginImg {
    margin: 0 1em;
}

.hide {
    display: none;
}

/*.logo img {
    margin-top: 15px;
    width: 100%;
}*/

.imgborder {
    border: 1px solid #002d56;
}

.imgback {
    background: #fff url("/images/hp-theater1-faded.jpg") no-repeat scroll 0 0 / 100% 800px;
}

.wrapper {
    width: 100%;
    margin: 0;
}

h1.hHead {
    background: #fff none repeat scroll 0 0;
    font-size: 2.2em;
    left: 0;
    opacity: 0.94;
    padding: 20px;
    position: relative;
    text-align: center;
    top: 30px;
    width: 250px;
    letter-spacing: 1px;
    font-weight:normal;
}

.disclaimer {
    font-size: 0.75em;
    color:#666 !important;
    font-weight:normal !important;
}

.pdfIcon {
    width: 75px;
    float: left;
    font-size: .8em;
    line-height: 1em;
    text-decoration: none;
    text-align: center;
    color: #666;
    display: block;
}

    .pdfIcon img {
        width: 100%;
    }


    .wrapper.internal {
        padding: 1em;
        background-color: #FFF;
        /*min-height: 650px;*/
    }

        .wrapper.internal .left-content {
            float: left;
            width: 70%;
        }

            .wrapper.internal .left-content > p, .wrapper.internal > p {
                color: #333;
                font-size: 1.1em;
                line-height: 1.4em;
            }


        .wrapper.internal li {
            color: #333;
            font-size: 1.2em;
            margin: 20px 0;
        }

.project-container {
    margin-bottom: 2em;
}

    .project-container li {
        font-size: 1em !important;
        line-height: 1.4em;
    }

.imgholder {
    border: 1px solid #002d56;
    float: right;
    margin: 1em;
}



 
.breadcrumb {
    width: 100%;
    background-color: #002d56;
    color: #FFF;
    font-size: 1.2em;
}

    .breadcrumb > p {
        padding: 20px;
        display: table-cell;
        height: 30px;
        vertical-align: middle;
    }

    .breadcrumb a {
        color: #fff;
        text-decoration: none;
    }

.col-1, .col-2 {
    width: 95%;
    padding: 1%;
    margin: auto;
}

    .col-1 img {
        width: 100%;
    }



.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    max-height: 600px;
}

    .carousel-inner > .item {
        position: relative;
        display: none;
        -webkit-transition: 0.6s ease-in-out left;
        -moz-transition: 0.6s ease-in-out left;
        -o-transition: 0.6s ease-in-out left;
        transition: 0.6s ease-in-out left;
    }

        .carousel-inner > .item > img,
        .carousel-inner > .item > a > img {
            line-height: 1;
        }

    .right.carousel-control, .left.carousel-control {
    display: none;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000;
    }

        .carousel-inner > .item.next,
        .carousel-inner > .item.active.right {
            left: 0;
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
        }

        .carousel-inner > .item.prev,
        .carousel-inner > .item.active.left {
            left: 0;
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
        }

            .carousel-inner > .item.next.left,
            .carousel-inner > .item.prev.right,
            .carousel-inner > .item.active {
                left: 0;
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
            }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

    .carousel-inner > .next.left,
    .carousel-inner > .prev.right {
        left: 0;
    }

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #000;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: .5;
}

    .carousel-control.left {
    }

    .carousel-control.right {
        right: 0;
        left: auto;
    }

    .carousel-control:hover,
    .carousel-control:focus {
        color: #fff;
        text-decoration: none;
        /*background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;*/
        filter: alpha(opacity=90);
        outline: 0;
        opacity: .9;
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
    }

    .carousel-control .icon-prev,
    .carousel-control .glyphicon-chevron-left {
        left: 50%;
        margin-left: -10px;
    }

    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-right {
        right: 50%;
        margin-right: -10px;
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        font-family: serif;
        line-height: 1;
    }

        .carousel-control .icon-prev:before {
            content: '\2039';
        }

        .carousel-control .icon-next:before {
            content: '\203a';
        }

.carousel-indicators {
    position: absolute;
    bottom: -18px;
    left: 58%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
    display:block;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0, 0, 0, 0);
        border: 1px solid #fff;
        border-radius: 10px;
    }

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #fff;
    }

.carousel-caption {
    position: absolute;
    right: 10%;
    top: 20%;
    left: 10%;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #666;
    text-align: center;
    width:120px;
    height:90px;
    background: #fff none repeat scroll 0 0;
    opacity:0.95;
    font-family: "Trebuchet MS", Helvetica, HelveticaNeue, Arial, sans-serif;

}

    .carousel-caption .btn {
        text-shadow: none;
    }

    .hpop {
        display:none;
    }

    .hpopContainer {
        width: 100%;
    }

.hpopImg {
    float: left;
}
    .hpopImg img {
        width:100%;
    }

.hpopTxt {
    float:left;
}

     .ours {
        color: #fcb034 !important;
        text-transform: uppercase !important;
    }

        .ours a {
            color: #fcb034 !important;
            text-decoration: none !important;
            font-family: Arial;
            font-weight: bold;
        }

#responsiveMenuTop {
    width: 100%;
    height: 50px;
    background-color: #FFF;
}

 

.main-container {
    background-color: #FFF;
    position: relative;
}




/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Tables
   ========================================================================== */

/* 
    Generic Styling, for Desktops/Laptops 
    */

/*
table {
    width: 100%;
    border-collapse: collapse;
}
 Zebra striping 
tr:nth-of-type(odd) {
    background: #eee;
}

th {
    background: #002d56;
    color: white;
    font-weight: bold;
}

td, th {
    padding: 6px;
    border: 1px solid #ccc;
    text-align: left;
}


.tableSubHead {

    font-weight: 600;
}
    */

/*Responsive tables */

/* 
    Max width before this PARTICULAR table gets nasty
    This query will take effect for any screen smaller than 760px
    and also iPads specifically.
    */
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {

    /* Force table to not be like tables anymore */
    /*table, thead, tbody, th, td, tr { 
		display: block; 
	}*/

    /* Hide table headers (but not display: none;, for accessibility) */
    /*thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}*/

    /*tr { border: 1px solid #ccc; }*/

    /*td { */
    /* Behave  like a "row" */
    /*border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; */
    /*}*/

    /*td:before { */
    /* Now like a table header */
    /*position: absolute;*/
    /* Top/left values mimic padding */
    /*top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;*/
    /*}*/

    /*
	Label the data
	td:nth-of-type(1):before { content: "First Name"; }
	td:nth-of-type(2):before { content: "Last Name"; }
	*/

}



/* INTERNAL PAGE DEFAULTS */

.architects .head {
     background: #FFF url(/images/headers/architects.jpg) no-repeat left top;  
}

.phototips .head {
    background: #FFF url(/images/headers/architects.jpg) no-repeat left top;
}

.ourstory .head {
     background: #FFF url(/images/headers/our-story.jpg) no-repeat left top;  
}

.products .head {
     background: #FFF url(/images/headers/products.jpg) no-repeat left top;
}

.products.awning .head {
     background: #FFF url(/images/headers/awning.jpg) no-repeat left top;
}

.products.homeProduct .head {
     background: #FFF url(/images/headers/home.jpg) no-repeat left top;
}

.products.marine .head {
     background: #FFF url(/images/headers/marine.jpg) no-repeat left top;
}

/* product swatches */
.products.awning .main.wrapper.clearfix > img,  .products.marine .main.wrapper.clearfix > img, .products.homeProduct .main.wrapper.clearfix > img {
    width: 100%;
}

.products .element-item {
    display: inline-block;
    margin: 0.4em;
    vertical-align:top;
    width: 28%;
    position:relative;
}

    .products .element-item img {
        width: 100%;
    }


.products .elementTitle {
    text-align: center;
    font-size: 0.8em;
}

.newProd {
    background-color: orange;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0.2em;
}

.products .newProdSwatch:empty, .newProd:empty {
    padding: 0;
}

.products .newProdSwatch {
    text-transform: uppercase;
    font-weight: bold;
    color: #FFF;
    background-color: orange;
    padding: .2em;
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: -0.4em;
    transform: rotate(-15deg);
    left: -.5em;
    box-shadow: 3px 4px rgba(0, 0, 0, 0.5);
}



.architects .manboat {
    background: #FFF url(/images/architects-and-designers/man-boat.jpg) no-repeat -300px top;
    width:100%;
    height:410px;
    background-size: cover;
    margin: 25px 0;
}

.phototips .ptTopContainer {
    margin-top:2em;
}

.phototips .ptTopLeft {
    float: left;
    width: 60%;
    padding: 0 .8em;
}

.ptTopLeft h2 {
    font-size: 4em;
    margin: 0;
    font-family: 'Avenir LT Std 35 Light', Trebuchet MS, Arial, sans-serif;
    
}

.ptTopLeft h3 {
    margin: 0;
    font-family: 'Avenir LT Std 35 Light', Trebuchet MS, Arial, sans-serif;
    font-weight: 600;
}

.phototips .ptTopRight {
    float: right;
    width: 35%;
    padding: 0em;
    line-height: 1em;
}


.phototips .ptTopRight img {
    width: 100%;
    max-width:300px
}

.phototips .ptLeft {
    float: left;
    width: 45%;
    padding: 1em;
    padding: .8em;
}

.phototips .ptRight {
    float: right;
    width: 45%;
    padding: .8em;
}


.phototips .ptImages {
    clear: both;
    margin-bottom: 2em;
}

.ptImages div {
    margin-bottom: 1em;
}

.ptImages span, .ptTopRight span {
    font-size: .8em;
    font-style: italic;
}

.ptBottom {
    border-top: 4px solid #002d56;
}

    .ptBottom .ptLeft span {
        color: #002d56;
        font-size: 1.25em;
        font-family: 'Avenir LT Std 35 Light', Trebuchet MS, Helvetica, Arial, sans-serif;
    }

    .ptBottom .ptLeft a {
        color: #002d56;
        padding: 0;
    }

    .ptBottom .ptRight {
        padding: 0;
        text-align:right
    }

    .ptRight .logoContainer {
        width: 320px;
        float: right;
        margin-top: 1em;
    }

    .ptBottom .tempotest {
        float:left;
    }



.happenings .head {
     background: #FFF url(/images/headers/happenings.jpg) no-repeat left top;
}

.contactus .head{
     background: #FFF url(/images/headers/contactus.jpg) no-repeat left top;
}

.performance .head {
     background: #FFF url(/images/headers/performance.jpg) no-repeat left top;
}

.ourstory .head, .products .head, .products.awning .head, .products.homeProduct .head, .products.marine .head, .happenings .head, .contactus .head, .performance .head, .architects .head, .phototips .head {
    background-size: cover;
    height: 175px;
    width: 100%;
    border-bottom: 2px solid #002c54;
    margin-bottom: 5px;
}

.ourstory #heritage, .architects #storyteller {
    margin-top: 0;
}

.ourstory .left300 div, .architects .left300 div {
    margin: 0 0 25px;
}

.ourstory .left300 div img, .architects .left300 div img {
    max-width:300px;
    width:100%;
}

.ourstory .left300, .architects .left300 {
    float: none;
    margin: 0 auto;
    width: 300px;
}


.ourstory .fiat {
    background: #FFF url(/images/our-story/fiat.jpg) no-repeat -300px top;
    width:100%;
    height:410px;
    background-size: cover;
    margin: 25px 0;
}

.ourstory .respectContainer, .ptImages {
    width:100%;
    margin:auto;
    text-align:center;
}

.ourstory .respectContainer div, .ptImages div {
    display: inline-block;
    vertical-align:top;
    width:300px;
    text-align:left;
}

.ourstory .respectContainer div.centerdiv, .ptImages div.centerdiv {
    margin: 0 1em 0 1em;
}
    
.ourstory .respectContainer p, .ptImages p {
    font-size: 0.95em;
    line-height: 1.4em;
}

.products .prodImg {
    float: none;
    margin: 0 auto 1em auto;
    width:100%;
    max-width:320px;
}

    .products .prodImg img {
        width:100%;
    }

.products .prodTxt h2 {
    margin-top: 0;
    margin-bottom: 0.5em;
}

.products.awning .twoColumn.floatLeft.marginTopNeg5 {
    float: none;
    margin-top: auto;
}

.products.awning .threeColumn.floatLeft.marginTopNeg5 {
    float: none;
    margin-top: auto;
}

.products.awning .profilenTB {
    font-size: 0.9em;
}

.products.awning .profilenTB.subtable {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    text-align: center;
    width: 25%;
}

.products.awning .profilenText {
    float:none;
    width: 100%;

}

.products.awning .profilenLogo {
    float: none;
    width:100%;
    margin: 2em;
}

    .products.awning .profilenLogo div {
        padding: 0 0 2em 0;
    }

.performance .boat {
    background: #FFF url(/images/performance/boat.jpg) no-repeat left top;
    width:100%;
    height:245px;
    background-size: cover;
    margin: 25px 0;
}

.performance h2.performance, .happenings h2.happenings {
    margin-top: 0;
}

.orgText {
    display:none;
}



/* SCROLL TO TOP */
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(252, 176, 52, 0.8) url(/images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #002d56;
  opacity: 1;
}

    .fancybox-button--play, .fancybox-button--thumbs {
        display: none !important;
    }
    
    /* fancybox white background behind image */
    .fancybox-placeholder {
        background-color: #fff !important;
    }


    /* Product Detail Pages 2018 */

.breadcrumbNav {
    margin: 1em 0;
}
.breadcrumbNav a {
    font-size: .8em;
    text-decoration: none;
    width: auto;
    padding: 2px;
    border: 1px dotted;
    box-sizing:border-box;
    text-transform: capitalize;
}

    .breadcrumbNav a i {
        border: solid #fcb034;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
    }

   .breadcrumbNav a i.left {
        transform: rotate(135deg);
       -webkit-transform: rotate(135deg);
    }

#product-details {
    padding-bottom:2em;
}

.pdLeft {
    width: 100%;
    float: none;
    margin-right: 0;
}

.pdLeftProduct {
    margin: 1em 0 .5em 0;
}

.pdLeftProductDetails span {
    font-weight: bold;
    display: block;
    margin: .3em 0;
}


.pdMiddle {
    width: 100%;
    float: none;
    margin: 1em 0 0 0;
}

.pdLeftProductName {
    width: 70%;
    float: left;
}

.pdLeftProductPremium {
    width: 30%;
    float: right;
    text-align: right;
}

.pdMiddleProductImg img {
    width: 100%;
    max-width: 415px;
}

.popImg img {
    width: auto;
    max-width: 100%;
}

.popTxt {
    text-align: right;
    font-weight: bold;
    margin-top: 1em;
}

.pdRight {
    width: 100%;
    float: none;
    margin: 1em 0 0 0;
}

.pdRightDetails {
    width: 100%;
    float: none;
    margin: 1em 0 0 0;
}


.pdCoordinatingPatterns span, .pdComplimentaryFabrics span {
    display: block;
    font-weight: bold;
}

.pdComplimentaryFabrics {
    clear: both;
    padding: 1em 0;
}
/*
    .pdComplimentaryFabrics ul, .pdCoordinatingPatterns ul, .pdLeftPerformance ul {
        margin: 0;
        padding: 0;
    }

        .pdComplimentaryFabrics ul li, .pdCoordinatingPatterns

        ul li, .pdLeftPerformance ul li {
            float: left;
            list-style: none;
            width: 50px;
            height: 50px;
            border: 1px solid #CCC;
            margin-right: 1em;
        }

.pdLeftPerformance ul li {
    margin-top: 1em;
    float: left;
    list-style: none;
    width: 60px;
    height: 60px;
    margin-right: 1em;
}
    */

.weather {
    margin: 0;
    padding: 0;
}

    .weather li {
        list-style: none;
        float: left;
        margin-right: 1em;
        padding: .1em;
        width: 120px;
    }

        .weather li img {
            width: 40px;
            height: 40px;
            margin-right: .3em;
            vertical-align: middle;
        }

        .contentHolder h3 {
            background: #777;
            color: #fff;
            text-transform: uppercase;
            font-size: 16px;
            font-weight: normal;
            padding: 7px;
            position: relative;
            margin-bottom: 12px;
            cursor: pointer;
        }

            .contentHolder h3 span {
                position: absolute;
                top: 8px;
                right: 12px;
                background: #ffffff url(/images/products/product-detail/arrow.png) no-repeat -3px -27px;
                background-position-x: -3px;
                background-position-y: -27px;
            }

            .contentHolder.open h3 span {
                background-position: -3px -2px;
            }

            .circle {
                -moz-border-radius: 15px;
                -webkit-border-radius: 15px;
                border-radius: 15px;
                height: 16px;
                width: 16px;
                position: relative;
                display: block;
            }

        .hide {
            display: none;
        }

        .open .collapsibleContent{
            display: block;
        }

        .open .collapsibleContent {
            padding: 0 15px;
        }

/*ul {
    margin: 0;
}*/
ul.dashed {
    list-style-type: none;
}

        ul.dashed > li {
            text-indent: -5px;
        }

            ul.dashed > li:before {
                content: "-";
                text-indent: -5px;
            }


/* End Product Detail Pages 2018 */





/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 930px) {
    /*homepage callouts*/

    .callouts {
        height: auto;
    }

        .callouts > div {
            top: 0px;
        }

    .callout-wrapper {
        float: left;
        height: auto;
        margin: 30px 0 0 1%;
        max-height: none;
        overflow: initial;
        width: 49%;
        position: relative;
    }


    .calloutImg {
        float: none;
        padding-right: 0;
        margin:auto;
        width: 295px
    }

        .calloutImg img {
            width: 100%;
        }

    .resp.fixed, .resp.end {
        margin-top: 1em;
        width: 100%;
    }

    .resp.fixed {
        margin-right: 0;
    }

    /* Contact form */
    #contactFormRightContainer, #contactFormLeftContainer .leftField, #contactFormLeftContainer .rightField {
        float: none;
        width: 100%;
    }


    textarea {
        width:90%;
    }
   
        
    /* forms */
    input {
        width: 90%;
    }

    
    
    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

}

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

    .wrapper.internal {
        min-height: initial;
        width: auto;
    }

        .wrapper.internal .left-content {
            float: none;
            width: 100%;
        }

    .bios {
        float: none;
        width: 100%;
        max-width: 90%;
    }

    .tableImage {
        width: 100%;
    }

        .tableImage img {
            width: 100%;
        }
/*
    header {
        position: static;
    }
*/
    #responsiveMenuTop, .responsiveMenu {
        display: block;
    }

    .responsiveHide {
        display: none;
    }


  

    .resp.fixed {
        width: 100%;
        margin-right: 0px;
    }

    .resp.end {
        width: 100%;
    }

    .main-container {
        /* padding: 0 2%;*/
    }

    .footer-container footer {
        width: 95%;
        padding: 0px 1%;
    }

    .carousel-title {
        text-transform: uppercase;
        font-size: 1em;
        line-height: 1.1;
        margin: 0.2em;
    }

        .carousel-title > span {
            color: #002d56;
            display: block;
            font-size: 1.5em;
            text-transform: capitalize;
        }

            .carousel-title > span.outerSpan {
                font-size: 1em;
                line-height: 1.1;
            }

                .carousel-title > span.outerSpan .innerSpan {
                    display: block;
                    font-size: 1.1em;
                }

    .ours {
        font-size: 0.7em !important;
        margin-top: 0.4em;
    }

        .ours.long {
            font-size: 0.65em !important;
        }

    .hpop {
        width: 80%;
        height: auto;
    }

    .hpopImg {
        float: none;
        height: 160px;
        margin: 1.5em auto;
        width: 165px;
    }

        .hpopImg img {
            width: 100%;
        }

    .hpopTxt {
        float: none;
        font-size: 1.1em;
        line-height: 1.3em;
        width: 100%;
        margin: auto;
    }

        .hpopTxt p {
            margin-top: 1em;
        }

    .performance .left220 {
        float: none;
        margin: auto;
        width: 220px;
    }

    .performance .right700 {
        float: none;
        margin: 1em auto;
        width: auto;
    }

    .fancybox-slide--iframe .fancybox-content {
        width: 320px;
        height: 500px !important;
        max-width: 90%;
        max-height: 90%;
        margin: 0;
    }

    .phototips .ptTopRight, .phototips .ptTopLeft, .phototips .ptRight, .phototips .ptLeft {
        float: none;
        width: 90%;
    }

    .ptRight .logoContainer {
       float: none;
       margin: auto;
       width: 280px
    }

    .phototips .ptTopRight {
        margin: auto;
        text-align: center;

    }

    .ptTopLeft h2, .ptTopLeft h3 {
        text-align:center;
    }

    .phototips .ptLeft {
        padding: .8em .8em 0 .8em;
    }

    .phototips .ptRight {
        padding: 0 .8em;
    }

    .ptImages div.centerdiv {
        margin: 0 0 1em 0;
    }

    .tempotest {
        width:60%;
    }
    .miamicorp {
        width:40%;
        float:left;
    }
    .tempotest img {
        width: 100%;
        max-width: 200px;
    }

    .miamicorp img {
        width: 100%;
        max-width: 119px;
    }

}

@media only screen and (max-width: 480px) {

    .callout-wrapper {
        float: none;
        margin: 20px 0 0 2%;
        width: 98%;
    }

    .calloutImg {
        float: none;
        width: 295px;
    }

    .imgholder {
        float: none;
        margin: 0;
        width: 100%;
    }

        .imgholder img {
            width: 100%;
        }

    .floatRightImg {
        float: none;
        margin: 0 auto;
        text-align:center;
        
    }
        .floatRightImg img {
            
        }


    table {
        font-size: 0.8em;
    }


    /* FORMS */
    #contactFormLeftContainer {
        width: 100%;
    }

    h1 {
        font-size: 1.3em;
        margin: 0.3em;
    }

    h2.floatLeft {
        float: none;
    }

    /*
    nav {
        clear: both;
        margin-top: 5px;
    }
        */
        .ourstory .respectContainer div.centerdiv {
        margin: 0 !important;
    }

    .performance .boat {
        background-position: -300px center;
    }

    #MainContent_Products li {
        clear: both;
        height: 25px;
        padding: 0.3em 0;
    }

    .twoColumn, .threeColumn {
        width: 100%;
        max-width: 300px;
        margin: auto;
    }


        .twoColumn h2, .threeColumn h2 {
            font-size: 1.5em;
        }

        .twoColumn img, .threeColumn img {
            width: 100%;
        }
}

@media only screen and (min-width: 768px) {

    .happenings .blogMainImg {
        width: auto;
        padding-left: 10px;
        float: right;
    }

    .happenings .blogMainImg img {
        width: auto;
    }

    .wrapper {
        width: 90%;
        margin: 0 5%;
    }

    .responsiveMenu {
        display: none;
    }

    /* ====================
        WIDE: CSS3 Effects
       ==================== */

    .header-container, .main aside {
        /* -webkit-box-shadow: 0 5px 10px #aaa;            -moz-box-shadow: 0 5px 10px #aaa;                 box-shadow: 0 5px 10px #aaa;*/
        /*height: 120px;*/
        position: relative;
    }

    .login-search-container {
        position: relative;
        top: auto;
        left: auto;
    }

    #searchtext {
        font-size: 1.2em;
    }

    /* ============
        WIDE: Menu
       ============ */

    .title {
        float: left;
        height: 80px;
        width: 230px;
    }

    .col-1 {
        width: 28%;
        float: left;
    }

    .col-2 {
        width: 68%;
        float: left;
    }




    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 40px;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px;
    }

    .carousel-caption {
        height: 175px;
        left: 10%;
        padding-bottom: 0px;
        right: 0;
        width: 255px;
        display: table;
    }

    .carousel-indicators {
        bottom: 20px;
        left: 50%;
    }

    .carousel-title {
        font-size: 1.8em !important;
        text-transform:uppercase;
    }

    .carousel-title > span {
        color: #002d56;
        display: block;
        font-size: 1.5em;
        text-transform:capitalize;
    }
    .carousel-caption p {
        margin-top:0.3em !important;
        display: table-cell;
        vertical-align: middle;
    }

      .carousel-title > span.outerSpan {
                font-size: 1.2em;
                line-height:1.1;
            }

            .carousel-title > span.outerSpan .innerSpan {
                display:block;
                font-size: 1.1em;
            }

     .ours {
        font-size: 0.7em !important;
        margin-top: 0;
    }
        .ours.long {
            font-size: 0.5em !important;
            margin-top: 0.5em;
        }

     .hpop {
        width:655px;
        height:280px;
    }

.hpopImg {
    height: 160px;
    margin: 1.5em 1em 1em 0;
    width: 165px;
}
    .hpopImg img {
        width:100%;
    }

.hpopTxt {
    font-size: 1.1em;
    line-height: 1.3em;
    width: 390px;
}

    .hpopTxt p {
        margin-top: 1em;
    }


  
    .performance .left220 {
        width: 220px;
        margin-right: 20px;
        float:left;
    }
     .performance .right700 {
        float: left;
        width: 400px;
    }

     .products .element-item {
        margin: 1em;
    }

    .happenings .blogContainer {
        margin: 0 0 2em;
        text-align:center;
    }

    .happenings .blogEntry {
        display: inline-block;
        margin: 0 2% 0 0;
        text-align:left;
    }

        .happenings .blogEntry.last {
            margin-right:0;
        }

    .happenings .blogImg {
        background-color: #ccc;
        height: 210px;
        width: 100%;
    }

    .fancybox-slide--iframe .fancybox-content {
	    width  : 400px;
	    height : 600px !important;
	    max-width  : 80%;
	    max-height : 80%;
	    margin: 0;
    }

    .pdfIcon {
        float: right;
    }

    /** Product detail pages 2018 */

    .pdLeft {
        width: 200px;
        float: left;
        margin-right: 1.5em;
    }

    .pdMiddle {
        width: 415px;
        float: left;
        margin-right: 1em;
    }

    .pdRight {
        float: left;
    }

    .pdRightDetails {
        float: left;
    }
}

@media only screen and (min-width: 1024px) {
   
    .ourstory .left300, .architects .left300 {
        float: left;
        width: 300px;
        margin-right: 20px;
    }

    .ourstory .right600, .architects .right600 {
        float: left;
        width: 600px;
    }

    .products .prodImg {
        float: left;
        margin: 0 2em 0 0;
        max-width: 380px;
    }


    .products .prodTxt {
        float: left;
        width: 510px;
    }

    .products .ellipseContainer{
        height: 135px;
        position: absolute;
        right: 10%;
        top: 20px;
        width: 480px;
}

      .products.awning .ellipseContainer, .products.homeProduct .ellipseContainer, .products.marine .ellipseContainer {
        right: 10%;
        width: 135px;
    }

      .products.awning .twoColumn.floatLeft.marginTopNeg5 {
        float: left;
        margin-top: -5em;
    }

    .products.awning .threeColumn.floatLeft.marginTopNeg5 {
        float: left;
        margin-top: -5em;
    }

    .products.awning .profilenText {
        float: left;
        width: 62%;
    }

    .products.awning .profilenLogo {
        float: right;
        margin: 2em;
        width: 280px;
    }

    .products .productEllipse1 {
        background: transparent url("/images/products/awning-circle.png") no-repeat scroll left top / cover ;
        height: 135px;
        width: 135px;
        display: inline-block;
        vertical-align:top;
    }

    .products .productEllipse2 {
        background: transparent url("/images/products/marine-circle.png") no-repeat scroll left top / cover ;
        height: 135px;
        width: 135px;
        display: inline-block;
        margin: 0 20px 0 20px;
        vertical-align:top;
    }


    .products .productEllipse3 {
        background: transparent url("/images/products/home-circle.png") no-repeat scroll left top / cover ;
        height: 135px;
        width: 135px;
        display: inline-block;
        vertical-align:top;
    }

    .products .element-item {
        margin: 1em 4.8em 0 0;
    }

    .products .element-item:nth-of-type(3n+1){
      margin-right:0;
    }

    .products .elementTitle {
        font-size: 1em;
    }

    .performance .left220 {
        float:left;
        width:220px;
        margin-right: 20px;
        margin-top: 1em;
    }

    .performance .right700 {
        float:left;
        width:700px;
    }

    .performance .warrantyseparator {
        border-top: 1px solid #afafaf;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .twoColumn {
        display: inline-block;
        margin: 0 5% 4em;
        width: 370px;
    }

    .threeColumn {
        display: inline-block;
        margin: 0 3.2% 3em;
        width: 250px;
    }

    .twoColumn h2, .threeColumn h2{
        font-size: 1.5em;
    }

        .threeColumn h2 {
            height: 35px !important;
            overflow: visible;
        }

        .threeColumn img {
            width: 100%;
        }

    .fancybox-slide--iframe .fancybox-content {
	    width  : 1000px;
	    height : 850px !important;
	    max-width  : 80%;
	    max-height : 80%;
	    margin: 0;
    }

    
    /* Product detail pages 2018*/

    .pdRight {
        width: 285px;
    }
    .pdRightDetails {
        width: 100%;
    }

}

@media only screen and (min-width: 1040px) {

    /*
    nav {
        top: 0%;
        float: right;
        position: absolute;
        right: 0px;
        width: 63%;
    }
        */
}

@media only screen and (min-width: 1280px) {

    /*
    .title {
        height: auto;
        width: 279px;
    }

    nav {
        right: 0px;
        width: 63%;
    }

        nav li.horizontal {
            margin-right: 0.5em;
            margin-top: 52px;
            padding: 0;
        }
        */
    .resp span {
        font-size: 1em;
    }

    .resp.fixed {
        width: 295px;
        margin-right: 35px;
    }

    .resp.end {
        width: 295px;
    }

    /* ===============
        Maximal Width
       =============== */

    .wrapper {
        width: 100%; /* 1140px - 10% for margins */
        margin: 0 auto;
        /*max-width: 940px;*/
    }

    .carousel-caption {
        height: 220px;
        left: 10%;
        padding-bottom: 0;
        right: 0;
        width: 350px;
    }

    .carousel-title {
        font-size:2em !important;
        text-transform:uppercase;
    }

    .carousel-title > span {
        color: #002d56;
        display: block;
        font-size: 1.9em;
        text-transform:capitalize;
    }

     .carousel-title > span.outerSpan {
                font-size: 1.5em;
                line-height:1.1;
            }

            .carousel-title > span.outerSpan .innerSpan {
                display:block;
                font-size: 1.1em;
            }

     .ours {
        font-size: 0.7em !important;
        margin-top: 0.4em;
    }
        .ours.long {
            font-size: 0.65em !important;
        }

     .ourstory .fiat, .architects .manboat {
        height: 500px;
    }

    .products .ellipseContainer {
        right: 16%;
    }

    .products.awning .ellipseContainer, .products.homeProduct .ellipseContainer, .products.marine .ellipseContainer {
        right: 10%;
        width: 135px;
    }

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.invisible {
    visibility: hidden;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}





/*iframe compatibility - added 071719 - for content sharing on other sites */

#breadcrumb-iframe {
    display: none;
    position: absolute;
    top: 2px;
    z-index: 1000;
    right: 30px;
    font-size: 1.1em !important;
}

.awning-share-logo {
    margin-top: 40px;
    margin-bottom: 20px;
}

.disclaimer {
    float: right;
    padding:0px;
    margin:0px;
}





.wrapper{
    margin:0px !important;
    padding:0px !important;
    /*border:solid 1px blue;*/
}

/*
.main.wrapper.clearfix {
    max-width: 1100px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}
*/


.threeColumnContainer {
    width:100%;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    text-align: center;
    /* border:solid 1px red;*/
}

.threeColumnContainer img {
    width: 50% !important;
    height: 50% !important;
}


/*
.threeColumnContainer h2 {
    font-size: 1em;
}
*/

.navShareDesc p {
    font-family:Arial, Helvetica, Helvetica Neue, Trebuchet MS, san-serif !important;
    font-weight: normal !important;
    font-size:15.4px !important;
    line-height:25.5px !important;
    color:#666 !important;
    word-wrap:normal !important;
    word-break:normal !important;
    margin-bottom: 1em !important;
}

.navShare {
    width: 140px;
    height: 140px;
    margin: 0px;
    margin-bottom: 10px;
    float: left;
    display: inline-block;
}

    .navShare a,.navShare h2 {
        text-decoration: none !important;
        border:0px !important;
        text-transform:none !important;
    }



    .navShare a:active,.navShare a:focus {
        outline:none !important;
    }



.navShare h2{
    font-family:Arial, Helvetica, Helvetica Neue, Trebuchet MS, san-serif !important;
    font-size:12.2px !important;
    font-weight:700 !important;
    line-height:19px !important;
    color: #002d56 !important;
    padding:2px !important;
    padding-top:3px !important;
    word-wrap:normal !important;
    word-break:normal !important;

    display:block !important;
    height:35px !important;

    margin-bottom:20px !important;
}


.navShare h2 sup, sup {
    top: -.5em;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    font-size:smaller;
}


.entry-content.navShare h2{
    margin-bottom:0px !important;
}



#tempotest-iframe {
    display:block;
    border: 0px;
    height: 480px;
    width: 100%;
    margin: 0px;
    margin-left:auto;
    margin-right:auto;
    background-color: #fff;
}


#tempotest-content {
    display:none;
    width: 100%;
    height: auto;
    overflow: hidden !important;
    margin: 0px;
    margin-left:auto;
    margin-right:auto;
    background-color: #fff;
}

/*
#contentOBJ {
    display: block;
    width: 100%;
    min-height: 558px;
    max-height: 558px;
    overflow: hidden !important;
}
*/