.maincontent {
    padding: 50px 0;
}
.right img{
   float:right;
   padding:.5em;
}

.left img{
   float:left;
   padding:.5em;
}

.durability{
   min-height:150px;
}

.icons {
    text-align: right;
    margin-top: 10px;
}

.home h4 {
    font-weight: 700;
}

.home h4 span {
    color: #d71920;
}

.home p {
    font-weight: 600;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

.card {
    background: #fff;
    height: 600px;
}

.card-body {
    padding: 20px 20px 5px 20px;
    height: 280px;
    text-align: left;
}

.card-title {
    margin-top: -35px;
}

.card-title h3 {
    font-weight: 800;
    color: #d51111;
}

.card-footer {
    padding: 20px;
    text-align: left;
}

@media (max-width: 480px) {
    .card {
        height: auto !important;
    }
    .card-body {
        height: auto !important;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .card {
        height: auto !important;
    }
    .card-body {
        height: auto !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .card {
        height: auto !important;
    }
    .card-body {
        height: auto !important;
    }
}

@media (min-width: 1025px) and (max-width: 1280px) {
    .card {
        height: auto !important;
    }
    .card-body {
        height: auto !important;
    }
}
.col-box{
  max-width:600px;
  margin:0 auto;

}

.roof-system {
background: url(/imageserver/Reusable/GAF/2020-KM/roof-sys-bg.jpg);
background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover; 
color: #fff;
padding: 20px;
border: 3px solid #fff;
}

.roof-system h3 {
font-weight: 600;
text-transform: uppercase;
}

.roof-system p {
font-size: 14px;
font-family: 'Montserrat', sans-serif;
}

.hdz-video {
background: url(/imageserver/Reusable/GAF/2020-KM/HDZcard.jpg);
background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover; 
color: #fff;
padding: 20px;
margin-top: 35px;
border: 3px solid #fff;
}

.hdz-video h3 {
font-weight: 600;
text-transform: uppercase;
}

.hdz-video p {
font-size: 14px;
font-family: 'Montserrat', sans-serif;
}

.site_button {
    padding: 14px;
    border-radius: 0;
    background: #d51111;
    border: none;
    box-shadow: 0 4px 5px -3px #333;
    transition: 0.5s;
    font-weight: bold;
    transition: ease-out 0.4s;
    margin-top: 20px;
    font-size: 14px;
}

.accordion {
    background: #fff;
}

.why {
    padding: 20px;
    font-size: 15px;
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #d71920;
}

button.btn {
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 100%;
    text-align: left;
    outline: none;
    padding: 20px;
    background: #222;
    border: none;
    border-radius: 0;
}

button.btn:hover {
    color: #d71920;
}

button.btn.collapsed:before {
    content: "+";
    float: right !important;
    padding-right: 5px;
    font-size: 20px;
    color: #fff;
    margin-top: -5px;
    outline: none;
}

button.btn:before {
    content: "-";
    float: right !important;
    padding-right: 5px;
    font-size: 20px;
    color: #d71920;
    margin-top: -5px;
    outline: none;
}

.btn {
    white-space: inherit !important;
}

@media (max-width:981px) {
    a.btn.collapsed:before {
        margin-top: 0 !important;
    }
    a.btn:before {
        margin-top: 0 !important;
    }
}

.process h3 {
    font-weight: 600;
    margin-bottom: 20px;
    padding-left: 20px;
}

.process p {
    color: #d71920;
    font-weight: 600;
    margin-bottom: 20px;
    padding-left: 20px;
}

.processRow {
    border-left: 1px solid #ccc;
}

.dot {
    background: rgba(0, 0, 0, 0.2);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 8px 0;
    margin: -100px 0 100px -25px;
}

.inner-dot {
    background: #d71920;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: auto;
}

.details {
    padding: 20px 50px;
}

.details h2 {
    font-weight: 600;
}

.details h4 {
    color: #d71920;
    font-style: italic;
    letter-spacing: 1.2px;
    font-weight: 600;
}

.details p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    letter-spacing: 1.2px;
    font-weight: lighter;
    width: 90%;
}

.slider {
    margin-right: -30px;
}

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

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

.carousel-fade .carousel-inner .item {
    transition-property: opacity;
    object-fit: cover !important;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
    font-size: 50px;
    padding-top: 25%;
}

@media (max-width:750px) {
    .carousel-fade .carousel-control {
        padding-top: 0% !important;
        margin-top: 20px !important;
        background: none;
        font-size: 50px !important;
    }
}

@media (max-width:500px) {
    .carousel-fade .carousel-control {
        padding-top: 0% !important;
        margin-top: 20px !important;
        background: none;
        font-size: 50px !important;
    }
}

.action {
    width: 25%;
    margin: 0;
    padding: 0;
    border-left: 2px solid #fff;
cursor: pointer;
}

.action h2 {
    font-size: 35px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1.1px;
    text-align: center;
}

.call-out {
    background: #808080;
    padding: 0 0 10px 0;
    margin: 0;
}

.title-callout {
    background: #d71920;
    border: 3px solid #fff;
    width: 70%;
    padding: 0 10px;
    margin: auto;
    text-align: center;
}

.title-callout h3 i {
    margin: 0 5px 0 5px;
}

.warranty {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 32px 0;
    margin: 0;
}

.vHome {
    background: url(/imageserver/Reusable/GAF/2020-KM/vhome2.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    height: 110px;
    margin: 0;
}

.vHome h3 {
    margin-top: 50px;
    font-weight: 600;
}

.vHome .site_button{
font-size: 12px;
}

.vHome .col-sm-4{
margin-top: 20px;
}

#vr-gaf p{
width: 80%;
font-size: 14px;
}

.shingle-info{
background: #222;
color: #fff;
padding: 30px;
width: 500px;
margin:30px auto 0;
border: 5px solid #fff;
}

.shingle-info h2 {
color: #d71920;
font-weight: 800;
}

.shingle-info p {
width: 80%;
}

/* Media Query for Mobile Devices */

@media (max-width: 480px) {
    .icons {
        text-align: left !important;
    }
    .global_1896 {
        padding: 70px 20px !important;
    }
    .shingle-info {
        width: 100% !important;
    }
    .global_1900 {
        padding: 50px 20px !important;
        background: #222 !important;
    }
    .slider {
        margin: 0 !important;
    }
    .action {
        width: 100% !important;
    }
    .call-out {
        width: 95% !important;
    }
    .vHome {
        width: 95% !important;
    }
}


/* Media Query for low resolution  Tablets, Ipads */

@media (min-width: 480px) and (max-width: 767px) {}


/* Media Query for Tablets Ipads portrait mode */

@media (min-width: 768px) and (max-width: 1024px) {
    .homeRow ._col_2 {
        width: 100% !important;
    }
    .icons {
        text-align: left !important;
    }
    .global_1896{
        padding: 70px 20px !important;
    }
 
    .global_1900{
        padding: 50px 20px !important;
        background: #222 !important;
    }
    .slider {
        width: 80%;
        margin: 0 auto !important;
    }
    .action {
        width: 100% !important;
        margin: 30px auto !important;
    }
}


/* Media Query for Laptops and Desktops */

@media (min-width: 1024px) and (max-width: 1366px) {
    .navbar-default .navbar-nav>li>a {
        font-size: 15px !important;
    }
}

@media (min-width: 1025px) and (max-width: 1280px) {
    .navbar-nav>li>.dropdown-menu {
        width: 70% !important;
    }
    .navbar-nav>li>.dropdown-menu {
        width: 70% !important;
    }
    .global_1896 {
        padding: 70px 20px !important;
    }
}


/* Media Query for Large screens */

@media (min-width: 1281px) {
    .navbar-nav>li>.dropdown-menu {
        width: 70% !important;
    }
}