body {
    font-weight: 400;
    line-height: 1;
    font-size: 14px !important;
    font-family: 'Helvetica';
    background: url(../images//bakground-bg.png) no-repeat !important;
    background-size: cover !important;
}
@font-face {
    font-family: 'MyriadPro-Regular';
    src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),  
        url('../fonts/MyriadPro-Regular.otf')  format('opentype'),
        url('../fonts/MyriadPro-Regular.woff') format('woff'), 
        url('../fonts/MyriadPro-Regular.ttf')  format('truetype'), 
        url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica.eot?#iefix') format('embedded-opentype'),  
        url('../fonts/Helvetica.woff') format('woff'), 
        url('../fonts/Helvetica.ttf')  format('truetype'), 
        url('../fonts/Helvetica.svg#Helvetica') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Bebas-Regular';
    src: url('../fonts/Bebas-Regular.eot?#iefix') format('embedded-opentype'),  
        url('../fonts/Bebas-Regular.woff') format('woff'), 
        url('../fonts/Bebas-Regular.ttf')  format('truetype'), 
        url('../fonts/Bebas-Regular.svg#Bebas-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}


b, body, canvas, form, h1, h2, h3, h4, h5, h6, header, html, i, img, label, li, nav, p, section, span, strong, tbody, th, thead, ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-family: 'Bebas-Regular';

}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style: none;
    margin: 0;
}
.btn:focus, .btn.active {
    background-color: transparent;
    box-shadow: none;
}
.btn-secondary:not([disabled]):not(.disabled).active, .btn-secondary:not([disabled]):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    box-shadow: none;
}
blockquote, q {
    quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}
a, button {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    text-decoration: none;
    background: 0 0;
    outline: 0 !important;
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
}
a:focus, a:hover, a:active {
    outline: 0;
    box-shadow: 0;
    text-decoration: none;
}
del {
    text-decoration: line-through
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
.form-control:focus {
    box-shadow: none;
}
input, select {
    vertical-align: middle
}
figure {
    margin: 0;
}
.wrapper {
    overflow: hidden;
}
.wrapper-inner{
    max-width: 940px;
    width: 100%;
    margin: 0 auto;
}
/*======= Custom Styling =======*/
.header{ 
    padding-top: 26px;
    position: absolute;
    width: 100%; 
    left: 0; 
    top: 0;
    z-index: 10;
}
.header-wrapper{
    max-width: 1296px;
    width: 100%;
    margin: 0 auto;
}
.header.fixed-header {
    position: fixed;
    top: 0;
    z-index: 100;
    background-color: #3b3534;
    padding: 5px 0;
    height: 56px;
    max-width: 980px;
    left: 50%;
    transform: translate(-50%,0);
}
.header.fixed-header:after{
    display: none;
}
.header.fixed-header .navigation .navbar-brand {

    margin: 0 0 0 -10px;
}
.header.fixed-header .navigation{
    margin: 0;
}
.header.fixed-header .navigation .navbar-brand img {
    max-width: 70px;
}
.header.fixed-header .navigation .navbar-nav {
    padding-top: 0px;
    margin: -15px 0 0;
}
.header.fixed-header .navigation .navbar-nav .nav-item .nav-link {
    font-size: 34px;
}
.navigation .navbar-nav .nav-item.active .nav-link{
    color: #fff;
}
.navigation .navbar-nav .nav-item.active .nav-link.active{
    color: #fff;
}
.header:after{
    position: absolute;
    content: "";
    background: url(../images/navbar-shape2.png) no-repeat;
    left: auto;
    top: 0;
    height: 430px;
    width: 100%;
    z-index: 1;
    opacity: 0.8;
    background-size: 100%;
    right: 0;
    max-width: 1490px; 
}
.header .top-header{
    position: relative;
    z-index: 10;
}
.header .top-header ul {
    display: flex;
    align-items: center;
    justify-content: flex-end; 
}
.header .top-header ul li{
    font-size: 12px;
    letter-spacing: 5.5px;
    color: #ffffff;
    font-family: 'Bebas-Regular';
    padding: 0 13px;
    position: relative;
}
.header .top-header ul li:after{
    position: absolute;
    content: "";
    right: 0;
    background-color: #909090;
    width: 1px;
    height: 11px;
    top: 50%;
    transform: translate(0,-50%);
}
.header .top-header ul li:last-child{
    padding-right: 0;
}
.header .top-header ul li:last-child:after{
    display: none;
}
.navigation {
    margin: -7px 0 0 0;
    position: relative;
    z-index: 10;
}
.navigation .navbar {
    padding: 0;
    justify-content: flex-start;
    align-items: flex-start;
}
.navigation .navbar-brand{
    padding: 0;
    margin: 0 0 0 -35px;
}
.navigation .navbar-nav {
    padding-top: 18px;
}
.navigation .navbar-nav .nav-item{
    padding: 0 11px;
    position: relative;
}
.navigation .navbar-nav .nav-item:after{
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background-color: #a9aaad;
    border-radius: 50%;
    top: 50%;
    right: -3px;
    transform: translate(0,-50%);
}
.navigation .navbar-nav .nav-item:last-child{
    padding-right: 0;
}
.navigation .navbar-nav .nav-item:last-child:after{
    display: none;
}
.navigation .navbar-nav .nav-item .nav-link.active {
    color: #fff;
}
.navigation .navbar-nav .nav-item .nav-link{
    font-size: 30px;
    letter-spacing: 0.6px;
    color: #f8941d; 
    padding: 0;
    font-family: 'Bebas-Regular';
    text-transform: uppercase;
}
.navigation .navbar-nav .nav-item .nav-link:hover{
    color: #fff;
}
.header.fixed-header .top-header{
    display: none;
}
.header.fixed-header .navigation .navbar-brand img {
    max-width: 70px;
    position: relative;
    z-index: 10;
}
.header.fixed-header .navigation .navbar {
    padding: 0;
    justify-content: flex-start;
    align-items: center;
}
/*======= BANNER SEC Styling =======*/
.banner-sec{
    padding-top: 70px;
    position: relative; 
}
.banner-wrapper{
    max-width: 1296px;
    width: 100%;
    margin: 0 auto;
}
.banner-sec:before{
    position: absolute;
    content: "";
    background: url(../images/navbar-shape2.png) no-repeat;
    left: auto;
    top: 0;
    height: 430px;
    width: 100%;
    z-index: -1;
    background-size: 100%;
    opacity: 1;
    right: 0;
    max-width: 1490px;
    /*max-width: 78%;*/
}
.banner-sec .image-holder img{
    width: 100%;
}
/*======= NORTHERN SEC STYLING =======*/
.northern-sec{
    position: relative;
    padding-bottom: 100px; 
    max-width: 1296px;
    margin: -2px auto 0;
    z-index: 1;
}
.northern-sec:after{
    position: absolute;
    content: "";
    left: 0;
    top: -235px;
    background: url(../images/wood-bg.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 590px;
    z-index: 1;
}
.northern-inner{
    background-color: #f8941d;
    position: relative;
}
.northern-inner:after{
    position: absolute;
    content: "";
    left: 0;
    top: 100px;
    width: 100%;
    background: url(../images/body-gradient.png) no-repeat;
    height: 850px;
    z-index: 1;
}
.northern-inner .image-holder{
    text-align: center;
    position: relative;
    z-index: 2;
    top: -70px;
}
/*======= NORTHERN DETAIL SEC STYLING =======*/
.northern-detail{
    position: relative;
    max-width: 1296px;
    margin: 0 auto;
}

.northern-detail-inner{
    background-color: #f8941d;
    margin: -100px 0 0 0;
    position: relative;
}

.northern-detail-price {
    text-align: center;
    position: relative;
    margin: -257px 0 0 0;
    z-index: 1;
    padding-bottom: 10px;
}
.northern-detail-price .text-box span{
    color: #f8941d;
    font-size: 18px;
    font-family: 'Bebas-Regular';
    text-shadow: 0px 18px 18.9px rgba(1, 1, 1, 0.75);
    letter-spacing: 0.9px;
    line-height: 18px;
}
.northern-detail-price .text-box h1{
    color: #f8941d;
    font-size: 80px;
    text-shadow: 0px 18px 18.9px rgba(1, 1, 1, 0.75);
    font-family: 'Bebas-Regular';
    line-height: 68px;
}
.northern-detail-price .text-inner{
    margin-top: 43px;
}
.northern-detail-price .text-inner span {
    color: #fff;
    font-size: 18px;
    text-shadow: 0px 18px 18.9px rgba(1, 1, 1, 0.75);
    font-family: 'Bebas-Regular';
    letter-spacing: 0.9px;
    line-height: 10px;
    display: block;
}
.northern-detail-price .text-inner h2{
    color: #fff;
    font-size: 48px;
    text-shadow: 0px 18px 18.9px rgba(1, 1, 1, 0.75);
    font-family: 'Bebas-Regular';
    line-height: 48px;
    margin-bottom: 3px;
}
.northern-detail-price .text-inner p{
    color: #fff;
    font-size: 12px;
    font-family: 'Bebas-Regular';
    text-shadow: 0px 18px 18.9px rgba(1, 1, 1, 0.75);
    letter-spacing: 1.2px;
    line-height: 12px;
}
.northern-detail-price .text-inner h4{
    color: #fff;
    font-size: 18px;
    text-shadow: 0px 18px 18.9px rgba(1, 1, 1, 0.75);
    font-family: 'Bebas-Regular';
    letter-spacing: 0.9px;
    line-height: 18px;
    margin-top: 6px;
}
.northern-description {
    padding: 0px 50px 0px 0px;
    position: relative;
    z-index: 1;
}
.northern-description .image-holder{
    padding-right: 20px;
}
.northern-description .text-box{
    padding-left: 20px;
    height: 100%;
    display: flex; 
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 20px;
}
.northern-description .text-box p{
    font-size: 14px;
    font-family: 'Helvetica';
    line-height: 1.2;
    color: #221d1c;
    margin-bottom: 30px;
}
.northern-description .text-box p:last-child{
    margin-bottom: 0;
}
.paneltest {
    font-family: 'Bebas-Regular', Helvetica, sans-serif;
    font-size: 36px;
    color: #221d1c;
    letter-spacing: 0px;
}
.fulltest {
    font-family: 'Bebas-Regular', Helvetica, sans-serif;
    font-size: 14px;
    color: #221d1c;
    letter-spacing: 0px;
}
.nominations a {
    font-family: 'Bebas-Regular', Helvetica, sans-serif;
    font-size: 20px;
    color: #221d1c;
    letter-spacing: 0px;
}
.atque-pdf a{
    display: flex;
    align-items: center;
}
.atque-pdf a img{
    margin-right: 5px;
}
/*======= PEDIGREE NEWS SEC STYLING =======*/
.pedigree-news{
    background-color: #3b3534;
    display: flex;
    align-items: center; 
    justify-content: space-between;
}
.pedigree-news{
    height: 66px;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}
.pedigree-logo{
    position: relative;
    z-index: 1;
    margin-left: -25px;
}
.pedigree-news .pedigree-logo a img{
    max-width: 115px;
}
.pedigree-nav ul{
    display: flex;
    align-items: center;
}
.pedigree-nav ul li{
    padding: 0 13px;
    position: relative;
}
.pedigree-nav ul li:after{
    position: absolute;
    content: "";
    right: -3px;
    top: 50%;
    transform: translate(0,-50%);
    width: 8px;
    height: 8px;
    background-color: #a9aaad;
    border-radius: 50%; 

}
.pedigree-nav ul li:last-child{
    padding-right: 0;
}
.pedigree-nav ul li:last-child:after{
    display: none;
}
.pedigree-nav ul li a{
    font-size: 35px;
    letter-spacing: 0.48px;
    color: #f8941d;
    font-family: 'Bebas-Regular';
}
.pedigree-nav ul li:nth-child(2) a{
    color: #fff;
}
#sec1{
    padding: 0;
    z-index: 10;
}
/*======= ACHIEVEMENT AWARD SEC STYLING =======*/
.achievement-award{
    padding: 60px 7px 10px;
    position: relative;
    z-index: 1;
}
.achievement-award:after{
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    background-color: #faaa48;
    height: 68%;
    transform: skewy(-6deg);
    top: 20px;

}
.achievement-top{
    position: relative;
    z-index: 1;
}
.achievement-top .text-box{
    text-align: center;
    padding-top: 20px;
}
.achievement-top .text-box span{
    color: #221d1c;
    font-size: 10px;
    font-family: 'Helvetica';
    display: block;
    letter-spacing: 3px;
    margin-bottom: 22px;
}
.achievement-top .text-box p{
    font-size: 16px;
    color: #854c0a;
    letter-spacing: 1px;
    font-family: 'Bebas-Regular';
    text-transform: uppercase;
    margin-top: 20px;
}
.achievement-top .text-box h2{
    font-size: 18px;
    color: #221d1c;
    font-family: 'Helvetica';
}
.achievement-top .text-box h3{
    font-size: 11px;
    color: #221d1c;
    font-family: 'Helvetica';
    text-transform: uppercase;
}
.achievement-gallery{
    margin: 10px -3px 0;
    position: relative;
    z-index: 1;
}
.achievement-gallery .image-holder{
    padding: 0 1px 0px 0px;
}
/*======= NORTHERN ATQUE SEC STYLING =======*/
.northern-atque {
    padding: 0px 40px 0px 40px;
}
.northern-atque .text-box p{
    color: #221d1c;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 0px;
}
.northern-atque .text-box p a{
    color: #000;
    position: relative;
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color: #fff; 
}
.northern-atque .text-box p a:hover{
    color: #fff;
}
.northern-atque .text-box p:last-child{
    padding-bottom: 0;
}
.northern-atque-text{
        padding-bottom: 65px;
}
/*======= FOOTER SEC STYLING =======*/
.footer{
    position: relative; 
}
.footer:after{
    position: absolute;
    content: "";
    right: 0;
    top: -140px;
    background-color: rgba(255, 255, 255, 0.2);
    width: 100%;
    max-width: 58%;
    height: 291px;
    transform: skewy(-8deg);
}
.footer:before{
    position: absolute;
    content: "";
    left: 0;
    top: 3px;
    background-color: #282423;
    width: 100%;
    height: 650px;
    transform: skewy(-8deg);
}
.footer-inner{ 
    background-color: #f8941d;
    padding: 76px 45px 60px 55px;

}
.footer-left{
    position: relative;
    z-index: 1;
}
.footer-left .text-box{
    margin-bottom: 18px;
}
.footer-left .text-box h1{
    color: #fff;
    font-size: 17px;
    margin-bottom: 2px;
    letter-spacing: 1.19px;
    font-family: 'Bebas-Regular';
}
.footer-left .text-box p{
    color: #fff;
    font-size: 12px;
    font-family: 'Bebas-Regular';
    margin-bottom: 5px;
    letter-spacing: 0.84px;
}
.footer-left .text-box span{
    color: #fff;
    font-size: 12px;
    font-family: 'Bebas-Regular';
    display: block;
    letter-spacing: 0.7px;
}
.footer-left .text-box span strong{
    color: #8c8c8c;
    font-weight: normal;
}
.footer-links span{
    display: block;
    color: #fff;
    font-size: 8px;
    font-family: 'Bebas-Regular';
    letter-spacing: 2.4px;
    margin-bottom: 5px;
}
.footer-links h2{
    color: #fff;
    font-size: 16px;
    font-family: 'Bebas-Regular';
    letter-spacing: 0.84px;
    margin-bottom: 7px;
}
.footer-links ul li {
    color: #a7a7a7;
    font-size: 12px;
    margin-bottom: 7px;
}
.footer-links ul li a{
    color: #a7a7a7;
    font-size: 12px;
    padding: 0 2px;
    letter-spacing: 0.84px;
}
.footer-links ul li a:hover{
    color: #f8941d;
}
.footer-standing{
    margin-top: 12px;
}
.footer-standing span{
    display: block;
    color: #fff;
    font-size: 8px;
    font-family: 'Bebas-Regular';
    letter-spacing: 0.84px;
    margin-bottom: 4px;
}
.footer-standing h2{
    color: #fff;
    font-size: 16px;
    font-family: 'Bebas-Regular';
    letter-spacing: 0.84px;
    margin-bottom: 6px;
}
.footer-standing ul li{
    color: #fff;
    font-size: 12px;
    margin-bottom: 8px;
    font-family: 'Bebas-Regular';
}
.footer-standing ul li a{
    color: #f8941d;
    text-decoration: underline;
    letter-spacing: 0.84px;
}
.footer-standing ul li a:hover{
    color: #fff;
}
.footer-standing ul li:last-child{
    margin-bottom: 0;
}
.footer-right{
    position: relative;
    z-index: 1;
}
.footer-right{
    text-align: right;
}
.footer-right .text-box span{
    color: #fff;
    font-size: 8px;
    font-family: 'Bebas-Regular';
    display: block;
    letter-spacing: 2.4px;
    line-height: 10px;
}
.footer-right .text-box h1{
    color: #fff;
    font-size: 18px;
    font-family: 'Bebas-Regular';
    margin-bottom: 5px;
}
.footer-right .text-box h2{
    color: #fff;
    font-size: 12px;
    font-family: 'Bebas-Regular';
    margin-bottom: 10px;
}
.footer-right .text-box h3{
    color: #fff;
    font-size: 12px;
    font-family: 'Bebas-Regular';
    text-transform: uppercase;
    letter-spacing: 0.84px; 
    margin-bottom: 5px;
}
.footer-right .text-box p{
    color: #fff;
    font-size: 12px;
    /*    font-family: 'Helvetica'; */
    font-family: 'Bebas-Regular';
    letter-spacing: 0.84px;
    margin-bottom: 6px;
}
.footer-right .text-box p:last-child{
    margin-bottom: 0;
}
.footer-right .text-box .text-inner{
    margin-bottom: 13px;
}
.footer-right .text-box p a{
    color: #f8941d;
    text-decoration: underline;
}
.footer-right .text-box p a:hover{
    color: #fff;
}
.copyright {
    border-top: 1px solid #3b3534;
    margin-top: 13px;
    padding-top: 16px;
}
.copyright ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.copyright ul li {
    padding: 0 8px;
    position: relative;
}
.copyright ul li:after{
    position: absolute;
    content: "";
    right: -3px;
    top: 50%;
    transform: translate(0,-50%);
    width: 5px;
    height: 5px;
    background-color: #564b48;
    border-radius: 50%;
}
.copyright ul li:last-child{
    padding-right: 0;
}
.copyright ul li:last-child:after{
    display: none;
}
.copyright ul li a{
    color: #f8941d; 
    /*font-size: 13px;*/
    font-size: 12px; 
    font-family: 'Bebas-Regular';
    text-transform: uppercase;
}
.copyright ul li a:hover{
    color: #fff;
}
.copyright p{
    color: #8c8c8c;
    font-family: 'Bebas-Regular';
    font-size: 8px;
    padding-top: 10px;
}
.copyright h3 a{
    color: #8c8c8c;
    font-family: 'Bebas-Regular';
    letter-spacing:2px;
    font-size: 8px;
    padding-top: 10px;
}


/* PEDIGREE */

.small-s {
    font-family: 'Bebas-Regular', sans-serif;
    font-size: 14px;
    color: #8a7874;
    letter-spacing: 2;
    line-height: 100%; 
    background: #221d1c;

}
.small-d {
    font-family: 'Bebas-Regular', sans-serif;
    font-size: 14px;
    color: #8a7874;
    letter-spacing: 2;
    line-height: 100%;
    background: #3b3534;

}
.name {
    font-family: 'Bebas-Regular', Helvetica, sans-serif;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0px;
}
.pedigreeinfotil {
    font-family: 'Bebas-Regular', Helvetica, sans-serif;
    font-size: 24px;
    color: #fff;
    letter-spacing: 0px;
}

.ped {
    font-family: 'Bebas-Regular', Helvetica, sans-serif;
    font-size: 14px;
    color: #221d1c;
    letter-spacing: 0px;
}

.ped-grand {
    font-family: 'Bebas-Regular', Helvetica, sans-serif;
    font-size: 24px;
    color: #000;
    letter-spacing: 0px;
}

.ped-siredam {
    font-family: 'Bebas-Regular', Helvetica, sans-serif;
    font-size: 36px;
    color: #000;
    letter-spacing: 0px;
}

.ped-bigx {
    font-family: 'Bebas-Regular', Helvetica, sans-serif;
    font-size: 60px;
    color: #f8941d;
    letter-spacing: 0px;
}

}

.intro {
    color: #000;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 20px;
    margin-bottom: 16px;
}

.incentivess {
    font-family: 'Bebas-Regular', Helvetica, sans-serif;
    color: #fff;
    text-shadow: 0px 18px 18.9px rgba(1, 1, 1, 0.75);
	font-size: 16px;
	letter-spacing: 3px;
    padding: 50px; 30px; 30px; 10px;
    text-align: center;
    background: url(../images//bakground-bg.png) no-repeat !important;
    background-size: cover !important;
}

.incentivess a {
    color: #fff;
    font-size: 24px;
    letter-spacing: 0px;
}
.incentivess a:hover {
    color: #fff;
    text-decoration: underline;
}

.smaaaall {
    color: #fff;
    font-family: 'Bebas-Regular';
    letter-spacing: 3px;
    font-size: 14px;
}
.special {
    font-family: 'Bebas-Regular', Helvetica, sans-serif;
    font-size: 16px;
    color: #f8941d;
}
