/* Product ------ Details ----------------------------------------- */

#content{
    position: relative;
    min-width: 100%;
    min-height: 10vh;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 9rem 0 7rem;
}
.multimedia{
    padding: 60px 0;
}

.product-description ul{
    padding: 0;
    margin: 30px 0;
}
.product-description li{
    position: relative;
    font-family: 'Muli', Helvetica, Arial, sans-serif;
    display: table;
    list-style: none;
    background-color: rgba(53,27,81,1);
    padding: 5px 15px;
    margin-bottom: 10px;
    color: #ffffff;
}


.product-description li:nth-child(even):before {
    content: "";
    vertical-align: middle;
    position: absolute;
    left: -10px;
    top: 0;
    width: 10px;
    height: 100%;
    overflow: hidden;
    background: rgba(53,27,81,1);
    border-top: 28px solid white;
    border-right: 10px solid transparent;
}
.product-description li:nth-child(odd):after {
    content: "";
    vertical-align: middle;
    position: absolute;
    right: -18px;
    top: 0;
    width: 18px;
    height: 100%;
    overflow: hidden;
    background: rgba(53,27,81,1);
    border-bottom: 28px solid white;
    border-left: 18px solid transparent;
}

.filebox p{
    font-size: 12px;
}
.filebox h3{
    padding: 0;
    margin: 0;
    margin-top: 20px;
    max-width: 60%;
    min-height: 200px;
}
.filebox {
    margin-bottom: 30px;
    vertical-align: bottom;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0);
    transition: 0.3s;
}
.filebox:hover{
    box-shadow: 0 30px 60px 0 rgba(0,0,0,0.6);
}

/* Global Button Styles */
a.animated-button:link:after, a.animated-button:visited:after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    -webkit-transition: all 0.75s ease 0s;
    -moz-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
}
a.animated-button:link:hover, a.animated-button:visited:hover,a.animated-button:link:hover h3, a.animated-button:visited:hover h3 {
    color: #FFF;
    text-shadow: none;
}
a.animated-button:link:hover:after, a.animated-button:visited:hover:after {
    height: 450%;
}
a.animated-button:link, a.animated-button:visited {
    position: relative;
    display: block;
    margin: 30px auto 0;
    padding: 14px 15px;
    border-radius: 0;
    text-align: left;
    text-decoration: none;
    overflow: hidden;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

/* Victoria Buttons */

a.animated-button.victoria-two {
    border: 2px solid rgba(53,27,81,1);
}
a.animated-button.victoria-two:after {
    background: rgba(53,27,81,1);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(25deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(25deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(25deg);
    transform: translateX(-50%) translateY(-50%) rotate(25deg);
}




.product-descriptionli:nth-child(even):after {
    content: "";
    vertical-align: middle;
    position: absolute;
    right: -7px;
    top: 0;
    width: 7px;
    height: 100%;
    overflow: hidden;
    background: rgba(53,27,81,1);
    border-top: 28px solid white;
    border-left: 7px solid transparent;
}
#triangel-container{
    width: 100%;
    overflow: hidden;
}
#triangle-topLeftRight-white {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 10%0;
    height: 0;
    border-top: 120px solid transparent;
    border-left: 90vh solid white;
    border-right: 122vh solid white;
}

#triangle-BottomLeftRight-white {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 120px solid white;
    border-left: 100vh solid transparent;
    border-right: 100vh solid transparent;
}
#triangle-BottomLeftRight-color {
    position: relative;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    margin-top: 250px;
    border-bottom: 50px solid rgba(53,27,81,1);
    border-left: 100vh solid transparent;
    border-right: 100vh solid transparent;
}
#triangle-BottomLeftRight-footer {
    position: relative;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 50px solid #212529;
    border-left: 100vh solid rgba(53,27,81,1);
    border-right: 100vh solid rgba(53,27,81,1);
}

#triangle-bottomleft-sec-color{
    position: relative;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 120px solid #cccccc;
    border-left: 120vh solid transparent;
    border-right: 50vh solid transparent;
}


.ic_manual{
    background-image: url(../img/manual_icon_dark.jpg);
    background-position:0px 10px;
    padding:30px 35px;
    transition:none;
}
.ic_manual:hover{
    background-position:80px 10px;
    transition:none;
}


#triangle-topleft-prim-color{
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 120px solid white;
    border-right: 120vh solid transparent;
    border-left: 50vh solid transparent;
}


.carousel-item{
    text-align: center;
}

.img-fluid, .video-fluid {
    max-width: 100%;
    height: auto;
}

.view .mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
}

.rgba-indigo-light, .rgba-indigo-light:after {
    background-color: rgba(63,81,181,.3);
}