﻿/********************************************
                BASE STYLES
********************************************/
body p {
    font-family: OpenSans-Regular;
    font-size: 14px;
    line-height: 1.5;
}

body a {
    color: rgb(2,82,155);
    font-family: OpenSans-Regular;
    font-size: 14px;
    text-decoration: none !important;
    transition: color .3s ease;
}

body h2 {
    font-family: OpenSans-SemiBold;
}

body h3 {
    font-family: OpenSans-SemiBold;
}

body a img {
    transition: opacity .3s ease;
}

body a:hover img {
    opacity: .7;
}

body a:hover {
    color: rgb(68,68,68);
}

.breadcrumb-wrap > span {
    display: flex;
    align-items: center;
}

.breadcrumb-wrap > span > * {
    margin: 0 10px;
}

.breadcrumb-wrap > span li {
    color: rgb(153,153,153);
    font-family: "OpenSans-SemiBold";
    font-size: 13px;
    list-style: none;
    line-height: 1;
    text-transform: uppercase;
}

.breadcrumb-wrap > span li:first-of-type {
    margin-left: 0;
}

.breadcrumb-wrap > span li a {
    color: rgb(153,153,153);
    font-size: 13px;
    transition: color .3s ease;
}
.breadcrumb-wrap > span li a:hover {
    color: rgb(2,82,155);
    text-decoration: none !important;
}

.breadcrumb-wrap > span .last-bc {
    color: rgb(2,82,155);
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

/********************************************
                PRODUCT PAGES
********************************************/
.product-page-wrap {
    min-height: calc(100vh - 203px);
    padding-top: 140px;
}

.product-page-wrap .gray-bg {
    background: rgb(239,239,239); 
}

.product-page-wrap h6 {
    font-size: 14px;
    font-family: OpenSans-Bold;
}

.slider > div {
    display: block;
    padding: 0;
    text-align: center; 
    width: 100%; 
}

.slider .slick-slide {
    height: auto;
}

.slider .slick-slide img{
    border: 2px solid rgb(213,213,213);
    height: auto;
    min-height: 100%;
    min-width: 100%;
    overflow: hidden;
    padding: 5px;
}

.slider-nav {
    display: flex;
    padding-top: 20px;
    text-align: left;
}

.slider-nav > div {
    border: 2px solid rgb(213,213,213);
    cursor: pointer;
    display: flex;
    font-size: 2em;
    height: 60px;
    margin: 0 5px;
    overflow: hidden;
    text-align: center;
    width: 70px;
}

.slider-nav > div img {
    height: auto;
    min-height: 100%;
    min-width: 100%;
    width: auto;
}

.slider-nav > div:first-of-type {
    margin-left: 0;
}

.slider-nav > div:last-of-type {
    margin-right: 0;
}

.product-page-wrap h1 {
    color: rgb(2,82,155);
    font-family: OpenSans-Bold;
    font-size: 34px;
    font-weight: 600;
    margin-top: 0;
    text-transform: uppercase;
}

.product-page-wrap h5 {
    color: rgb(2,82,155);
    font-family: OpenSans-SemiBold;
    font-size: 18px;
}

.product-page-wrap .videos {
    display: flex;
}

.product-page-wrap .videos a {
    margin-right: 20px;
    max-width: 200px;
    text-align: center;
}

.product-page-wrap .videos a span {
    color: rgb(2,82,155);
    display: block;
    font-family: OpenSans-SemiBold;
    font-size: 14px;
    line-height: 1.15;
    padding: 10px 20px 0;
}

.product-view {
    padding: 50px 0;
}

.product-info {
    padding: 50px 0;
}

.product-downloads {
    padding: 50px 0 60px;
}

.product-specs {
    padding: 40px 0 60px;
}

.product-blog {
    padding: 65px 0 140px;
}

.right-pane p em span {
    font-family: OpenSans-SemiBold;
}

.btn.btn-pricing {
    background: rgb(2,82,155);
    border: 2px solid rgb(2,82,155);
    border-radius: 0;
    box-shadow: none;
    color: rgb(255,255,255);
    font-family: OpenSans-SemiBold;
    margin-top: 15px;
    padding: 15px 30px;
    text-shadow: none;
    text-transform: uppercase;
    transition: color .3s ease, background .3s ease;
}

.btn.btn-pricing:hover {
    background: rgba(0,0,0,0);
    color: rgb(2,82,155);
}

.title-container {
    align-items: center;
    border-bottom: 1px solid rgb(200,200,200); 
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.title-container .title h2 span {
    color: rgb(2,82,155);
    font-family: OpenSans-Bold;
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 0;
}

.title-container a {
    color: rgb(2,82,155);
    font-family: OpenSans-SemiBold;
    font-size: 14px;
    text-transform: uppercase;
    transition: color .3s ease;
}

.title-container a:hover {
    color: rgb(255,0,0);
    text-decoration: none !important;
}

.title-container a .fa {
    color: rgb(255,0,0);
    font-size: 22px;
}

.link-container ul {
    column-count: 2;
    margin: 25px 0 0;
}

.link-container ul li {
    line-height: 1.4;
    list-style: none;
    margin-bottom: 10px;
    padding-right: 15px;
}

.link-container ul li a {
    align-items: center;
    display: flex;
    text-decoration: none !important;
    transition: color .3s ease;
}

.link-container ul li a:hover {
    color: rgb(255,0,0);
}

.link-container ul li a::before {
    color: rgb(255,0,0);
    content: "\f1c1";
    font-family: "FontAwesome";
    font-size: 25px;
    margin-right: 10px;
}

.product-links p > span {
    display: flex;
}

.product-links p > span a {
    margin-right: 20px;
}

.product-links p > span a > span {
    display: flex;
    flex-direction: column;
}

.sidebar-specs .Normal {
    display: flex;
    flex-direction: column;
}

.sidebar-specs .Normal > div:last-of-type {
    display: flex;
    flex-direction: column;
}

.sidebar-specs .Normal > div:last-of-type a {
    align-items: center;
    display: flex;
    margin-bottom: 15px;
    text-decoration: none !important;
}

.sidebar-specs .Normal > div:last-of-type a > img {
    flex-basis: 40%;
    padding-right: 25px;
}

.sidebar-specs .Normal > div:last-of-type a > span {
    flex-basis: 60%;
    font-family: OpenSans-SemiBold;
}

.article-preview {
    display: flex;
    justify-content: space-between;
}

.article-preview > div {
    flex-basis: 31%;
}

.article-preview > div a {
    text-decoration: none !important;
}

.article-preview > div .btn.btn-primary {
    background: rgb(2,82,155);
    border: 2px solid rgb(2,82,155);
    border-radius: 0;
    box-shadow: none;
    color: rgb(255,255,255);
    font-family: OpenSans-SemiBold;
    line-height: 1;
    margin-top: 15px;
    padding: 10px 20px;
    text-shadow: none;
    text-transform: uppercase;
    transition: color .3s ease, background .3s ease;
}

.article-preview > div .btn.btn-primary:hover {
    background: rgba(0,0,0,0);
    color: rgb(2,82,155) !important;
}

.article-preview > div a h5 {
    line-height: 1.3;
    margin-bottom: 2px;
    transition: color .3s ease;
}

.article-preview > div a:hover h5 {
    color: rgb(68,68,68);
}

.article-preview > div a p {
    color: rgb(68,68,68);
    transition: color .3s ease;
}

.article-preview > div a:hover p {
    color: rgb(2,82,155);
}

.left-img img {
    float: left;
    margin: 0 15px 15px 0;
}

.right-img img {
    float: right;
    margin: 0 0 15px 15px;
}

div.productChild div.fltRight a {
    transition: color .3s ease;
}

div.productChild div.fltRight a:hover {
    color: rgb(68,68,68);
}

/********************************************
            GENERAL INTERIOR
********************************************/

.sidebar-pane #articleSearchFormSmall {
    margin-bottom: 10px;
    text-align: left;
}

.sidebar-pane .ModDnnForgeNewsArchivesC table td {
    display: block;
    margin-bottom: 10px;
}

/*======================================
            NEWS ARTICLE 
======================================*/

.NewsArticles {
	 padding-top: 25px;
}
 .NewsArticles .listing-wrapper {
	 padding-top: 30px;
}
 .NewsArticles .listing-wrapper .article-listing {
	 border-bottom: 1px solid #868686;
	 margin-bottom: 25px;
	 padding-bottom: 15px;
}
 .NewsArticles .listing-wrapper .article-listing .list-content {
	 display: flex;
}
 @media (max-width: 548px) {
	 .NewsArticles .listing-wrapper .article-listing .list-content {
		 flex-direction: column;
	}
}
 .NewsArticles .listing-wrapper .article-listing:last-of-type {
	 border-bottom: none;
}

/*======================================
            FULL ARTICLE
======================================*/

 .article-item .article-content {
	 padding: 0 5px;
}
 .article-images .articleImageList li {
	 display: inline-block;
	 float: none;
}
 .article-images h4 {
	 margin-bottom: 5px;
}
 .article-comments h4 {
	 margin-bottom: 5px;
}
 .post-comment h4 {
	 margin-bottom: 5px;
}
 .news-item .article-content {
	 display: flex;
	 margin-top: 20px;
}
 .news-item .article-content .article-img img {
	 margin-right: 30px;
	 max-width: 400px;
}
 

@media(max-width: 991px) {
    .sidebar-specs .Normal > div:last-of-type {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .sidebar-specs .Normal > div:last-of-type a {
        flex-basis: 33%;
    }

    .product-blog {
        padding: 25px 0 30px;
    }
}

@media(max-width: 767px) {
    .gallery-pane {
        margin-bottom: 20px;
    }

    .sidebar-specs .Normal > div:last-of-type a {
        flex-basis: 50%;
    }

    .article-preview {
        flex-wrap: wrap;
    }

    .article-preview > div {
        flex-basis: 100%;
        margin-bottom: 25px;
    }

    .link-container ul {
        column-count: 1;
    }
}

@media(max-width: 480px) {
    .sidebar-specs .Normal > div:last-of-type a {
        flex-basis: 100%;
    }
}