.fadeIn {
    -webkit-animation-duration: 1.25s;
    -moz-animation-duration: 1.25s;
    -ms-transition-animation-duration: 1.25s
}

p {
    font-size: 18px
}

h3 {
    font-size: 28px
}

.deck-wrapper .table-cell.table-cell-left {
    padding-right: 10px
}

@media screen and (max-width:768px) {
    #overview {
        padding: 30px 0 30px 0
    }

    .main-image {
        padding-top: 20px
    }
}

@media screen and (min-width:769px) {
    #overview {
        padding: 20px 0 20px 0
    }

    .main-image {
        width: 100%;
        max-width: 100%;
        height: auto !important;
        padding-top: 12%
    }
}

@media screen and (min-width:991px) {
    #overview {
        padding: 0 0 50px 0
    }

    .overview-text {
        padding-left: 80px
    }
}

.deck-wrapper .content-body p:last-child,
.deck-wrapper .content-body p:only-child {
    margin-bottom: 0
}

.imgCenter {
    margin: 0 auto;
    display: block
}

@media screen and (max-width:800px) {
    .benefitsText {
        text-align: center
    }
}

.spec h4.panel-title {
    font-size: 18px
}

.specnote ul {
    margin: 0;
    padding: 0 5px 0 5px
}

.specnote li {
    list-style-type: none;
    display: table-row;
    font-style: italic;
    font-size: 15px
}

.specnote li:before {
    content: "*";
    display: table-cell;
    padding-right: .5em;
    text-align: right
}

.specnote li:nth-child(1):before {
    content: "*"
}

.specnote li:nth-child(2):before {
    content: "**"
}

.specnote li:nth-child(3):before {
    content: "***"
}

/* Product Specs Bullets */
#specifications .panel-default ul {
	padding-left: 40px;
}

#specifications .panel-default li {
	list-style-type: disc;
}

#specifications .panel-default ul li ul li {
    list-style-type: circle;
}

/* Additions */
.container.maxwid {
    max-width: 1320px !important;
}
